Skip to content
Snippets Groups Projects
Commit 69792d57 authored by Max Luca Beckmann's avatar Max Luca Beckmann
Browse files

image scaling in safety

parent 5aaa90fa
No related branches found
No related tags found
No related merge requests found
......@@ -133,13 +133,13 @@ export const Safety: React.FC = () =>{
Our Cloning-laboratory is divided into different work areas to ensure that the experiments run smoothly and efficiently. These include the gel station, the PCR station, the transformation section and the measurement area. Each area is specially equipped for the respective method, and the corresponding experiments were carried out exclusively in the designated stations. In this way, we ensure that our work is carried out under optimal conditions and with the greatest possible precision.
<div className="figure-wrapper">
<figure>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/kollage/new/img-2041.jpeg" style={{height: "10%"}}/>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/kollage/new/img-2041.jpeg" style={{height: "10%", width:"auto"}}/>
<figcaption> <b>Figure 1</b> Photo-gallery of laboratory. A: Key lock. B: Key-locked door. C: Alarm plan. D: Emergeny button for electriotion stop. E: Emergency telephone. F: First aid kit, cardiac defibrillaton and emergency exit and fire alarm plan. G: Wash bin with emergency eye wash. H: Emergency shower. I: Lockable cabinets for chemical storage. </figcaption>
</figure>
</div>
<div className="figure-wrapper">
<figure>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/kollage/new/img-2037.jpeg" style={{height: "10%"}}/>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/kollage/new/img-2037.jpeg" style={{height: "10%", width: "auto"}}/>
<figcaption> <b>Figure 2</b> Photo-gallery of S1 laboratory. A: Autoclave. B: Refrigerator with chemicals. C: Weighing room with chemical storage. D: Clean bench work space with vortex, pipettes, heat block and bench top centrifuge. E: pH electrode in fume hood. F: Ice machine. G: Fire distinguisher and S1 waste. H: Fume hood with liquid waste.</figcaption>
</figure>
</div>
......@@ -150,7 +150,7 @@ export const Safety: React.FC = () =>{
</p>
<div className="figure-wrapper">
<figure>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/kollage/new/img-2040.jpeg" style={{height: "10%"}}/>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/kollage/new/img-2040.jpeg" style={{height: "10%", width: "auto"}}/>
<figcaption> <b>Figure 3</b> Photo-gallery of laboratory and chemical storage. A: Safety cabinets. B: Incubator. C: Safety cabinet.</figcaption>
</figure>
</div>
......@@ -179,7 +179,7 @@ export const Safety: React.FC = () =>{
</p>
<div className="figure-wrapper">
<figure>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/wiki/bild.png" style={{height: "10%"}}/>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/wiki/bild.png" style={{height: "10%", width:"auto"}}/>
<figcaption> <b>Figure 5</b>Illustration of the introduction of silent mutations leading to the PAM disrupt. </figcaption>
</figure>
</div>
......@@ -189,7 +189,7 @@ export const Safety: React.FC = () =>{
</p>
<div className="figure-wrapper">
<figure>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/wiki/bild-2.png" style={{height: "10%"}}/>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/wiki/bild-2.png" style={{height: "10%", width: "auto"}}/>
<figcaption> <b>Figure 6</b>Illustration of the mechanism of action of the riboswitch. </figcaption>
</figure>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment