Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Issue #30 #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/lab/css/override.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
#lab-footer {
display:none;
}
.crop {
display: table;
}

.img1 {
position: relative;
left: 10%;
background-image:url(../exp6/images/6_1.png);
width: 395px;
height:245px;
display:table-cell;
background-position:0 0;
}

.img2 {
position: relative;
left: 10%;
background-image:url(../exp6/images/6_1.png);
width: 395px;
height:245px;
top: 30px;
display: table-cell;
background-position:400px 226px;
}

7 changes: 4 additions & 3 deletions src/lab/exp6/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,13 @@
Further, at high fluorophore concentrations the fluorophore molecules remain close to each other that can result in fluorescence quenching due to other interactions, such as concentration quenching, excimer formation, etc. All these effects are difficult to correct. Therefore, it is advisory to work with as much as possible dilute solutions. The fluorescence intensity is linearly proportional to the fluorophore concentration and hence to the optical density over only a limited range, only to an optical density of ~0.05. When an use of high concentration or optically dense medium is required, off-center illumination or front-face illumination geometries can be used. These geometries reduce the effective light path length due to the light absorption near the surface of the cuvette.

</p>
<p>
<img src="images/6_1.png" />
<div class="crop">
<div class="img1"></div><div class="img2"></div>
</div>
<!--<img src="../images/2.jpg" /> -->
<p>
<br/>
<b>Figure 1.</b> Geometries of the sample illumination versus emission beam recording: (A) conventional right-angle arrangement, and (B) front-face illumination. (Courtesey: B. Valeur, Molecular Fluorescence: Principles and Applications, 2002, Wiley-VCH, Weinheim.)

</p>
</div>

Expand Down