Skip to content

Commit 85684b9

Browse files
author
Gabriella Turek
committed
Fixed index page and includes for sizes of videos. Removed more unused pages
1 parent b97f3e6 commit 85684b9

7 files changed

Lines changed: 53 additions & 76 deletions

File tree

Eclipse.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

Put_assembled_ThorLabs_components_on_rail_carriers.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

Working_with_Eclipse.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

_includes/gallery

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
<ul class="gallery mw-gallery-traditional">
2-
<li class="gallerybox" style="width: 435px"><div style="width: 435px">
3-
<div class="thumb" style="width: 430px;"><div style="margin:88.5px auto;"><div class="mediaContainer" style="width:400px">
4-
{% include youtube id={{ include.id }} %}
5-
</div></div></div>
6-
<div class="gallerytext">
7-
<p>{{ include.caption }}</p>
8-
</div>
9-
</div></li>
2+
<ul class="gallerybox" style="width: 435px">
3+
<div style="width: 435px">
4+
<div class="thumb" style="width: 430px;">
5+
<div style="margin:88.5px auto;">
6+
<div class="mediaContainer" style="width:400px">
7+
{% include youtube id={{ include.id }} %}
8+
</div>
9+
</div>
10+
</div>
11+
<div class="gallerytext">
12+
<p>{{ include.caption }}</p>
13+
</div>
14+
</div>
15+
</ul>
1016
</ul>

_includes/gallery-image

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
<li class="gallerybox" style="width: 435px"><div style="width: 435px">
2-
<div class="thumb" style="width: 430px;"><div style="margin:67.5px auto;"><a href="/images/{{ include.src }}" class="image"><img alt="" src="/images/{{ include.src }}" width="{{ include.width }}" height="{{ include.height }}" /></a></div></div>
3-
<div class="gallerytext">
4-
<p>{{ include.caption }}</p>
5-
</div>
6-
</div></li>
1+
<li class="gallerybox" style="width: 435px">
2+
<div style="width: 435px">
3+
<div class="thumb" style="width: 430px;">
4+
<div style="margin:67.5px auto;">
5+
<a href="/images/{{ include.src }}" class="image">
6+
<img alt="" src="/images/{{ include.src }}" width="{{ include.width }}" height="{{ include.height }}" />
7+
</a>
8+
</div>
9+
</div>
10+
<div class="gallerytext">
11+
<p>{{ include.caption }}</p>
12+
</div>
13+
</div>
14+
</li>

_includes/gallery-video

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
<li class="gallerybox" style="width: 435px"><div style="width: 435px">
2-
<div class="thumb" style="width: 430px;"><div style="margin:33px auto;"><div class="mediaContainer" style="width:400px">
3-
<object class="youtube-video" style="width: {{ include.width }}px; height: {{ include.height }}px; margin: 2px auto;" data="http://www.youtube.com/embed/{{ include.id }}"></object>
4-
</div></div></div>
5-
<div class="gallerytext">
6-
<p>{{ include.caption }}</p>
7-
</div>
8-
</div></li>
1+
<ul class="gallerybox" style="width: 435px">
2+
<div class="gallerybox" style="width: 435px">
3+
<div class="thumb" style="width: 430px;">
4+
<div style="margin:33px auto;">
5+
<div class="mediaContainer" style="width:400px">
6+
<object class="youtube-video" style="width: {{ include.width }}px; height: {{ include.height }}px; margin: 2px auto;" data="https://www.youtube.be/embed/{{ include.id }}"></object>
7+
</div>
8+
</div>
9+
</div>
10+
<div class="gallerytext">
11+
<p>{{ include.caption }}</p>
12+
</div>
13+
</div>
14+
</ul>

index.md

Lines changed: 11 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
## The Idea
1616

17-
OpenSPIM is an *Open Access* platform for applying and enhancing **Selective
18-
Plane Illumination Microscopy** (*SPIM*).
17+
OpenSPIM is an *Open Access* platform for applying and enhancing **Selective Plane Illumination Microscopy** (*SPIM*).
1918

2019
> We hope that OpenSPIM in its radical openness will demonstrate that the
2120
> benefits brought to science by the Open Source approach apply equally well to
@@ -25,60 +24,33 @@ Plane Illumination Microscopy** (*SPIM*).
2524

2625
{% include figure src="SPIM_logo.jpg" alt="SPIM schematic" %}
2726

28-
The SPIM technology offers fast, optically-sectioning, minimally-invasive 3D
29-
acquisition of fluorescing specimen over time. It achieves that by focusing a
30-
thin laser light-sheet into the specimen, taking two-dimensional images of the
31-
illuminated slice with a perpendicularly positioned detector (CCD camera).
32-
Three-dimensional stacks are obtained by moving the specimen orthogonal to the
33-
light-sheet between consecutive images. By mounting the sample in a rigid
34-
medium, e.g. agarose, and hanging it into the sample chamber in front of the
35-
detection lens, it is possible to rotate the sample and collect 3d stacks from
27+
The SPIM technology offers fast, optically-sectioning, minimally-invasive 3D acquisition of fluorescing specimen over time. It achieves that by focusing a thin laser light-sheet into the specimen, taking two-dimensional images of the illuminated slice with a perpendicularly positioned detector (CCD camera). Three-dimensional stacks are obtained by moving the specimen orthogonal to the light-sheet between consecutive images. By mounting the sample in a rigid medium, e.g. agarose, and hanging it into the sample chamber in front of the detection lens, it is possible to rotate the sample and collect 3d stacks from
3628
multiple angles (views).
3729

3830
## OpenSPIM
3931

4032
{% include figure src="Combined_solidworks_real_registered_small_faster.gif" caption="OpenSPIM buildup" %}
4133

42-
OpenSPIM is a platform to build, adapt and enhance SPIM technology. It is
43-
designed to be as accessible as possible:
34+
OpenSPIM is a platform to build, adapt and enhance SPIM technology. It is designed to be as accessible as possible:
4435

4536
* [Detailed, easy-to-follow build instructions](Step_by_step_assembly)
4637
* [Off-the-shelf components and 3D-printed parts](Table_of_parts)
4738
* [Modular](images/Combined_OpenSPIM_buildup_looped.gif) and [extensible](Configurations) design
4839
* Completely open blueprints
4940
* Completely Open Source
5041

51-
The build instructions are intended to allow scientists without prior knowledge
52-
in building optical systems to make their own OpenSPIM set-up. If a 3D printer
53-
is not readily available, the parts are designed to be easily machined by any
54-
competent work shop. The set-up is small enough to fit inside a
55-
[suitcase](images/SPIM_in_a_suitcase.jpg). The software is built on top of the
42+
The build instructions are intended to allow scientists without prior knowledge in building optical systems to make their own OpenSPIM set-up. If a 3D printer is not readily available, the parts are designed to be easily machined by any competent work shop. The set-up is small enough to fit inside a [suitcase](images/SPIM_in_a_suitcase.jpg). The software is built on top of the
5643
Open Source projects [µManager](https://micro-manager.org/) and [Fiji](https://fiji.sc/).
5744

58-
OpenSPIM is designed to be maximally cost-effective allowing anyone to build an
59-
entry level system and further tweak it for the specific imaging needs.
60-
Parallel set-ups ([SPIM farms](images/2I_1D_OpenSPIM_farm_02.jpg)) can be
61-
realized to enable medium throughput, long-term, time-lapse imaging.
45+
OpenSPIM is designed to be maximally cost-effective allowing anyone to build an entry level system and further tweak it for the specific imaging needs. Parallel set-ups ([SPIM farms](images/2I_1D_OpenSPIM_farm_02.jpg)) can be realized to enable medium throughput, long-term, time-lapse imaging.
6246

63-
OpenSPIM aims to creates a powerful synergy between Open Software and Open
64-
Hardware that can serve as a nucleus for further development of the SPIM
65-
technology.
47+
OpenSPIM aims to creates a powerful synergy between Open Software and Open Hardware that can serve as a nucleus for further development of the SPIM technology.
6648

6749
## SPIM application
6850

6951
{% include figure src="HisYFP_front_page.gif" title="OpenSPIM recording of Drosophila embryogenesis" width="200" caption="OpenSPIM recording of Drosophila embryogenesis" %}
7052

71-
SPIM promises to revolutionize several fields of biological research, in
72-
particular developmental and cell biology, by allowing imaging of large samples
73-
with high resolution over extended periods of time. SPIM has been used in a
74-
spectacular fashion to record the development of embryos of model organisms
75-
such as *Drosophila* and zebra fish with cellular resolution throughout the
76-
developing specimen (the so-called *in toto* imaging). The ability of SPIM to
77-
deliver high signal-to-noise 3D images of large specimen from different angles
78-
in an extended time-lapse is currently hard to achieve with any other
79-
microscopy technology. Since monitoring biological systems with high resolution
80-
over time is the goal of essentially all fields of biological inquiry, SPIM
81-
technology is imminently useful to biologists.
53+
SPIM promises to revolutionize several fields of biological research, in particular developmental and cell biology, by allowing imaging of large samples with high resolution over extended periods of time. SPIM has been used in a spectacular fashion to record the development of embryos of model organisms such as *Drosophila* and zebra fish with cellular resolution throughout the developing specimen (the so-called *in toto* imaging). The ability of SPIM to deliver high signal-to-noise 3D images of large specimen from different angles in an extended time-lapse is currently hard to achieve with any other microscopy technology. Since monitoring biological systems with high resolution over time is the goal of essentially all fields of biological inquiry, SPIM technology is imminently useful to biologists.
8254

8355
## Partners and funding
8456

@@ -102,23 +74,23 @@ Check the <a href="Gallery#OpenSPIM_data">gallery</a> to see more!
10274
## MAMED EMBO course
10375

10476
{% include gallery-begin %}
105-
{% include gallery-video id="Jusr_J15FXU" caption="Marine annelid *Platynereis dumerilii* stained with Sytox-green imaged with OpenSPIM from 7 angles. Walk through fused and deconvolved data (15 iterations on default settings). Staining, OpenSPIM assembly and imaging done by Mette Handberg-Thorsager, processing by Pavel Tomancak. " %}
77+
{% include gallery-video id="Jusr_J15FXU" width="400" height="243" caption="Marine annelid *Platynereis dumerilii* stained with Sytox-green imaged with OpenSPIM from 7 angles. Walk through fused and deconvolved data (15 iterations on default settings). Staining, OpenSPIM assembly and imaging done by Mette Handberg-Thorsager, processing by Pavel Tomancak. " %}
10678
{% include gallery-end %}
10779

10880

10981
## Fruit fly
11082

11183
{% include gallery-begin %}
112-
{% include gallery-video id="kZKHuKscKcQ" caption="Histone-YFP from gastrulation to beginning of muscle contraction from ventral, lateral and dorsal view
84+
{% include gallery-video id="kZKHuKscKcQ" width="400" height="243" caption="Histone-YFP from gastrulation to beginning of muscle contraction from ventral, lateral and dorsal view
11385
" %}
114-
{% include gallery-video id="bdT1XK-0jCM" caption="Expression pattern of Csp-sGFP recorded with OpenSPIM" %}
86+
{% include gallery-video id="bdT1XK-0jCM" width="400" height="243" caption="Expression pattern of Csp-sGFP recorded with OpenSPIM" %}
11587
{% include gallery-end %}
11688

11789
## Zebrafish
11890

11991
{% include gallery-begin %}
12092
{% include gallery-image src="Zebrafish_fused_max_gamma0.8.png" width="400" caption="Multi-position z-stack of a living 48 hpf Tg(Bactin:H2A-EGFP) zebrafish, stitched using the Grid/Collection Plugin in Fiji. Maximum intensity projection, gamma 0.8. " %}
121-
{% include gallery-video id="kZKHuKscKcQ" caption="Beating heart of a 48 hpf Tg(cmlc2:EGFP) zebrafish. Left: overlay of transmitted light and fluorescence signal. Right: fluorescence signal. " %}
93+
{% include gallery-video id="kZKHuKscKcQ" width="400" height="243" caption="Beating heart of a 48 hpf Tg(cmlc2:EGFP) zebrafish. Left: overlay of transmitted light and fluorescence signal. Right: fluorescence signal. " %}
12294
{% include gallery-end %}
12395

12496
## Twitter

0 commit comments

Comments
 (0)