|
|
Line 1: |
Line 1: |
| {{Paris_Pasteur_Microbiology}} | | {{Paris_Pasteur_Microbiology}} |
− |
| |
− | <html>
| |
− |
| |
− | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
| |
− | <style type="text/css">
| |
− |
| |
− | body{
| |
− | position: relative;
| |
− |
| |
− | }
| |
− |
| |
− | h2 {
| |
− | display:block;
| |
− | font-size: 42px;
| |
− | font-family: 'Oswald', Arial, sans-serif;
| |
− | color:#333;
| |
− | padding-top:-10px;
| |
− | margin-left:10%;
| |
− | }
| |
− |
| |
− | h3 {
| |
− | display:block;
| |
− | font-size: 27px;
| |
− | font-family: 'Oswald', Arial, sans-serif;
| |
− | color:#333;
| |
− | padding-top:1%;
| |
− | margin-left:10%;
| |
− | }
| |
− |
| |
− | h4 {
| |
− | display:block;
| |
− | font-size: 20px;
| |
− | font-family: 'Oswald', Arial, sans-serif;
| |
− | padding-top:1%;
| |
− | margin-left:10%;
| |
− | }
| |
− | h5 {
| |
− | display:block;
| |
− | font-size: 30px;
| |
− | color:#17A3B5;
| |
− | font-family: 'Oswald', Arial, sans-serif;
| |
− | padding-top:1%;
| |
− | margin-left:10%;
| |
− | }
| |
− |
| |
− | #lightbox{
| |
− | z-index:1001;
| |
− | }
| |
− | div.lightbox {
| |
− | display: none;
| |
− | position: fixed;
| |
− | left: 0;
| |
− | top: 0;
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | z-index:1001;
| |
− |
| |
− | }
| |
− |
| |
− | /*afficher le contenu des titres*/
| |
− | div.lightbox:target {
| |
− | display: table;
| |
− | z-index:4001;
| |
− | }
| |
− |
| |
− | /*alignement du contenu pour tout navigateur*/
| |
− | div.lightbox figure {
| |
− | display: table-cell;
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | vertical-align: middle;
| |
− | z-index:1001;
| |
− | }
| |
− |
| |
− | /*arrière plan du contenu bleu claire font plus foncé*/
| |
− | div.lightbox figure figcaption {
| |
− | display: block;
| |
− | z-index:4000;
| |
− | margin: auto;
| |
− | padding: 8px;
| |
− | background-color: #e4f2f3 ;
| |
− | height: 500px;
| |
− | position: relative;
| |
− | overflow: auto;
| |
− | border: 1px #000000 solid;
| |
− | border-radius: 10px;
| |
− | text-align: justify;
| |
− | font-size: 14px;
| |
− | }
| |
− |
| |
− |
| |
− | div.lightbox figure .closemsg {
| |
− | display: block;
| |
− | margin: auto;
| |
− | height: 0;
| |
− | overflow: visible;
| |
− | text-align: right;
| |
− |
| |
− | cursor: default;
| |
− | }
| |
− |
| |
− | div.lightbox figure .closemsg, div.lightbox figure figcaption {
| |
− | width: 70%;
| |
− |
| |
− | }
| |
− |
| |
− | /*croix pour fermer*/
| |
− | .closemsg::after {
| |
− | content: "\00D7";
| |
− | display: inline-block;
| |
− | position: relative;
| |
− | right: -20px;
| |
− | top: -10px;
| |
− | color: ##e4f2f3;
| |
− | border: 1px #ffffff solid;
| |
− | border-radius: 10px;
| |
− | width: 20px;
| |
− | height: 20px;
| |
− | line-height: 18px;
| |
− | text-align: center;
| |
− | margin: 0;
| |
− | background-color: #e4f2f3;
| |
− | font-weight: bold;
| |
− | cursor: pointer;
| |
− | }
| |
− |
| |
− | strong {
| |
− | font-weight: bold;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | table {
| |
− | background: #f5f5f5;
| |
− | border-collapse: separate;
| |
− | box-shadow: inset 0 1px 0 #fff;
| |
− | font-size: 12px;
| |
− | line-height: 24px;
| |
− | margin: 30px auto;
| |
− | text-align: left;
| |
− | width: 400px;
| |
− | }
| |
− |
| |
− | th {
| |
− | background: linear-gradient(#777, #444);
| |
− | border-left: 1px solid #555;
| |
− | border-right: 1px solid #777;
| |
− | border-top: 1px solid #555;
| |
− | border-bottom: 1px solid #333;
| |
− | box-shadow: inset 0 1px 0 #999;
| |
− | color: #fff;
| |
− | font-weight: bold;
| |
− | padding: 10px 15px;
| |
− | position: relative;
| |
− | text-shadow: 0 1px 0 #000;
| |
− | }
| |
− |
| |
− | th:after {
| |
− | background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
| |
− | content: '';
| |
− | display: block;
| |
− | height: 25%;
| |
− | left: 0;
| |
− | margin: 1px 0 0 0;
| |
− | position: absolute;
| |
− | top: 25%;
| |
− | width: 100%;
| |
− | }
| |
− |
| |
− | th:first-child {
| |
− | border-left: 1px solid #777;
| |
− | box-shadow: inset 1px 1px 0 #999;
| |
− | }
| |
− |
| |
− | th:last-child {
| |
− | box-shadow: inset -1px 1px 0 #999;
| |
− | }
| |
− |
| |
− | td {
| |
− | border-right: 1px solid #fff;
| |
− | border-left: 1px solid #e8e8e8;
| |
− | border-top: 1px solid #fff;
| |
− | border-bottom: 1px solid #e8e8e8;
| |
− | padding: 10px 15px;
| |
− | position: relative;
| |
− | transition: all 300ms;
| |
− | }
| |
− |
| |
− | td:first-child {
| |
− | box-shadow: inset 1px 0 0 #fff;
| |
− | }
| |
− |
| |
− | td:last-child {
| |
− | border-right: 1px solid #e8e8e8;
| |
− | box-shadow: inset -1px 0 0 #fff;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | tr:nth-child(odd) td {
| |
− | background: #f1f1f1 ;
| |
− | }
| |
− |
| |
− | #home{
| |
− | font-size:0;
| |
− | width: 20%;
| |
− | margin-top:1%;
| |
− | margin-left:45%;
| |
− | }
| |
− |
| |
− | </style>
| |
− |
| |
− | <body>
| |
− |
| |
− | <div>
| |
− |
| |
− | <a href="https://2016.igem.org/Team:Pasteur_Paris/Microbiology"><h2><B>Microbiology Notebook</B></h2><a/>
| |
− | </div>
| |
− |
| |
− | <div id="home">
| |
− | <center></a><a href="https://2016.igem.org/Team:Pasteur_Paris/Microbiology"><img src="https://static.igem.org/mediawiki/2016/5/5a/Labwork_pasteur.png" width="40%" alt=""/></img></a></center>
| |
− | </div>
| |
− |
| |
− |
| |
− | <div id="week15">
| |
− | <p><h5><B>Week 4</B></h5></p>
| |
− | <p><h3><B>September 12, 2016:</B></h3></p>
| |
− | <p>
| |
− | <a href="#exp1"><h4> Digestion of the plasmid pSB1C3 </a></br>
| |
− | </p>
| |
− | <p><h3><B>September 15, 2016:</B></h3></p>
| |
− | <p>
| |
− | <a href="#exp6"><h4> Measure the amount of DNA extracted from the miniprep </h4></a></br>
| |
− |
| |
− | <a href="#exp7"><h4> Digestion of the plasmid pSB1C3 and inserts A1/A2/B1/B2/C1/C2/D1/D2/E1/E2 </h4></a></br>
| |
− | <a href="#exp8"><h4>Electrophoresis on agarose gel</h4></a></br>
| |
− | <a href="#exp9"><h4>DNA extraction</h4></a></br>
| |
− | </p>
| |
− | <p><h3><B>September 16, 2016:</B></h3></p>
| |
− | <p>
| |
− | <a href="#exp10"><h4> Measure the amount of DNA extracted from the miniprep </h4></a></br>
| |
− | </p>
| |
− |
| |
− | <div class="lightbox" id="exp1">
| |
− | <figure>
| |
− | <a href="#" class="closemsg"></a>
| |
− | <figcaption>
| |
− | <p>
| |
− | <U> Aim:</U> To have the right restriction sites to perform the ligation and the cloning.</br>
| |
− | We choose appropriate restriction sites based on our inserts.</br></br>
| |
− |
| |
− | <U> Protocol:</U> follow in this link</br></br>
| |
− | <U>What we did in the lab:</U></br>
| |
− | <U>Materials:</U></br>
| |
− | • Restriction enzymes: XbaI, SpeI (New England Biolabs, NEB)</br>
| |
− | • Restriction enzyme buffers </br>
| |
− | • 37°C water bath</br>
| |
− | • UV spectrophotometer</br>
| |
− | • pSB1C3 (48ng/µL)</br></br>
| |
− |
| |
− |
| |
− | <U>Method:</U></br>
| |
− | Mix all the reagents and let digest during 1 hr at 37°C </br></br>
| |
− | Big volumes must be added first!</br></br>
| |
− |
| |
− | <table>
| |
− | <thead>
| |
− | <tr>
| |
− | <th>Reactants</th>
| |
− | <th>pSB1C3</th>
| |
− | </tr>
| |
− | </thead>
| |
− | <tbody>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub>DNA</sub></p></strong></td>
| |
− | <td>25 µL </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub>XbaI</sub></p></strong></td>
| |
− | <td>10 µL </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub>SpeI</sub></p></strong></td>
| |
− | <td>10 µL </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub> buffer (10X) (Cutsmart) </sub></p></strong></td>
| |
− | <td>5 µL </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub>total</sub></p></strong></td>
| |
− | <td>50 µL </td>
| |
− | </tr>
| |
− | </tbody>
| |
− | </table>
| |
− | <center>Volumes</center></br></br></br>
| |
− |
| |
− | 2. Incubate 10 min at 65°C to inactivate the enzymes.</br>
| |
− | 3. Add 2 µL of rSAP in order to perform the dephosphorylation.</br>
| |
− | 3. Store at -20°C</br></br>
| |
− |
| |
− | </p>
| |
− | </figcaption>
| |
− | </figure>
| |
− | </div>
| |
− |
| |
− |
| |
− | <div class="lightbox" id="exp2">
| |
− | <figure>
| |
− | <a href="#" class="closemsg"></a>
| |
− | <figcaption>
| |
− | <p>
| |
− | <U> Aim:</U> Measure the quantity of plasmid using a Nanodrop (Thermofisher)</br></br>
| |
− |
| |
− | <U>What we did in the lab:</U></br>
| |
− | <U>Materials:</U></br>
| |
− | • Nanodrop (Thermofisher)</br>
| |
− | • Elution buffer from QIAGEN kit</br>
| |
− | • Microbiology equipment (Follow this link)</br></br>
| |
− |
| |
− | <U>Method:</U></br>
| |
− | Analyze absorbance at 260nm</br>
| |
− | Clean the Nanodrop with water</br>
| |
− | Make the blank with 1ul of elution buffer</br>
| |
− | Put 1ul of your sample on the Nanodrop</br>
| |
− | Make the measure and clean the Nanodrop between each measure</br></br>
| |
− |
| |
− | <U>Results:</U></br>
| |
− | <table>
| |
− | <thead>
| |
− | <tr>
| |
− | <th>Absorbance at 260nm</th>
| |
− | <th>A260/280</th>
| |
− | <th>Concentration (ng/µL )</th>
| |
− | </tr>
| |
− | </thead>
| |
− | <tbody>
| |
− | <tr>
| |
− | <td><strong><p>pSB1C3 (1)</p></strong></td>
| |
− | <td>1.94</td>
| |
− | <td>115.7</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>pSB1C3 (2)</p></strong></td>
| |
− | <td>1.93</td>
| |
− | <td>13.0</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>B1-col6</p></strong></td>
| |
− | <td>1.88</td>
| |
− | <td>393.3</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>B1-col8<sub>(diluted 1/2)</sub></p></strong></td>
| |
− | <td>1.93</td>
| |
− | <td>74.1</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>B2-col7</p></strong></td>
| |
− | <td>1.89 </td>
| |
− | <td>84.8</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>B2-col9</p></strong></td>
| |
− | <td>1.90 </td>
| |
− | <td>307.1</td>
| |
− | </tr>
| |
− | </tbody>
| |
− | </table>
| |
− | <center>Absorbance</center></br></br></br>
| |
− |
| |
− | </p>
| |
− | </figcaption>
| |
− | </figure>
| |
− | </div>
| |
− |
| |
− |
| |
− | <div class="lightbox" id="exp7">
| |
− | <figure>
| |
− | <a href="#" class="closemsg"></a>
| |
− | <figcaption>
| |
− | <p>
| |
− | <U> Aim:</U> To have the right restriction sites to perform the ligation and the cloning.</br>
| |
− | We choose appropriate restriction sites based on our inserts.</br></br>
| |
− |
| |
− | <U> Protocol:</U> follow in this link</br></br>
| |
− | <U>What we did in the lab:</U></br>
| |
− | <U>Materials:</U></br>
| |
− | • Restriction enzymes: XbaI, SpeI (New England Biolabs, NEB)</br>
| |
− | • Restriction enzyme buffers </br>
| |
− | • 37°C water bath</br>
| |
− | • UV spectrophotometer</br>
| |
− | • pSB1C3 (48ng/µL)</br></br>
| |
− |
| |
− | <U>Method:</U></br>
| |
− | Mix all the reagents and let digest during 1 hr at 37°C </br></br>
| |
− | Big volumes must be added first!</br></br>
| |
− |
| |
− |
| |
− | <table>
| |
− | <thead>
| |
− | <tr>
| |
− | <th>Reactants</th>
| |
− | <th>Each sample</th>
| |
− | <th>Global mix</th>
| |
− | </tr>
| |
− | </thead>
| |
− | <tbody>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub>DNA</sub></p></strong></td>
| |
− | <td>25 µL </td>
| |
− | <td>0 µL </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub>XbaI </sub></p></strong></td>
| |
− | <td>1 µL </td>
| |
− | <td>18 µL </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub>SpeI</sub></p></strong></td>
| |
− | <td>0.5 µL </td>
| |
− | <td>9 µL </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub>buffer 2.1</sub></p></strong></td>
| |
− | <td>5 µL </td>
| |
− | <td>90 µL </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub>H<span>2</span>O</sub></p></strong></td>
| |
− | <td>18.5 µL </td>
| |
− | <td>333 µL </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>Vol<sub>total</sub></p></strong></td>
| |
− | <td>50 µL </td>
| |
− | <td>450 µL </td>
| |
− | </tbody>
| |
− | </table>
| |
− | <center>Volumes</center></br></br></br>
| |
− |
| |
− |
| |
− | 2. Incubate 10 min at 65°C to inactivate the enzymes.</br>
| |
− | 3. Add 2 µL of rSAP in order to perform the dephosphorylation.</br>
| |
− | 3. Store at -20°C</br></br>
| |
− |
| |
− | </p>
| |
− | </figcaption>
| |
− | </figure>
| |
− | </div>
| |
− |
| |
− | <div class="lightbox" id="exp8">
| |
− | <figure>
| |
− | <a href="#" class="closemsg"></a>
| |
− | <figcaption>
| |
− | <p>
| |
− | <U> Aim:</U> This step check the digestion efficiency of B1 (2 tubes)/B2 (2 tubes)/ C1 / C2 / A1 / A2 / D2 / E1 / E2.</br> Moreover, the inserts will be purified during this step because they will be extracted from the gel.</br>
| |
− |
| |
− | <U> Protocol:</U> follow in this link</br></br>
| |
− | <U>What we did in the lab:</U></br>
| |
− | <U>Materials:</U></br>
| |
− | • Electrophoresis cuve</br>
| |
− | • TAE 1X</br>
| |
− | • Gene ruler (Thermoscientific 1kb plus)</br>
| |
− | • Loading dye</br>
| |
− | • Agarose</br>
| |
− | • UV table </br>
| |
− | • BET</br></br>
| |
− |
| |
− |
| |
− | <U>Method:</U></br> Each well will contain 25 µL of DNA and 6 µL of Loading Dye. Follow the next deposit table :</br></br>
| |
− |
| |
− | Line 1:</br>
| |
− | Ladder (6 µL) /// B2-col7 /// B2-col9 /// B1-col6 /// B1-col9 /// C1 /// C2</br></br>
| |
− |
| |
− | Line 2:</br>
| |
− | Ladder (6 µL) /// D2 /// E1 /// E2 /// pSB1C€3 /// A1 /// A2</br></br>
| |
− |
| |
− | </p>
| |
− | </figcaption>
| |
− | </figure>
| |
− | </div>
| |
− |
| |
− | <div class="lightbox" id="exp9">
| |
− | <figure>
| |
− | <a href="#" class="closemsg"></a>
| |
− | <figcaption>
| |
− | <p>
| |
− | <U> Aim:</U> To perform a gel extraction to isolate insert DNA purified from its plasmid thanks to the migration. We use the gel made before with inserts B1 (2 tubes)/B2 (2 tubes)/ C1 / C2 / A1 / A2 / D2 / E1 / E2 but we only extract B2 bands.</br> </br>
| |
− | <U> Protocol:</U> follow in this link</br></br>
| |
− | <U>What we did in the lab:</U></br>
| |
− | <U>Materials:</U></br>
| |
− | • scalpel</br>
| |
− | • 2 ml eppendorfs</br>
| |
− | • balance</br>
| |
− | • UV table</br>
| |
− | • microbiology equipment</br>
| |
− | • QIAGEN Gel Extraction Kit</br>
| |
− | </br></br>
| |
− | <U>Method:</U></br>
| |
− | Be aware of the risks! UV light burns the eyes and skin so make sure you have the right protection</br>
| |
− |
| |
− | Follow QIAGEN Kit steps according to the next tables for the volumes of QG buffer. </br></br>
| |
− |
| |
− | <table>
| |
− | <thead>
| |
− | <tr>
| |
− | <th>Insert</th>
| |
− | <th>Mass of gel (mg)</th>
| |
− | <th>Volume of QG Buffer (µL )</th>
| |
− | </tr>
| |
− | </thead>
| |
− | <tbody>
| |
− | <tr>
| |
− | <td><strong><p>B2-col7</p></strong></td>
| |
− | <td>190</td>
| |
− | <td>570</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>B2-col9</p></strong></td>
| |
− | <td>170</td>
| |
− | <td>510</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>B1-col6</p></strong></td>
| |
− | <td>80</td>
| |
− | <td>240</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>B1-col8</p></strong></td>
| |
− | <td>140</td>
| |
− | <td>420</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>C1</p></strong></td>
| |
− | <td>150</td>
| |
− | <td>450</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>C2</p></strong></td>
| |
− | <td>130</td>
| |
− | <td>390</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>D2</p></strong></td>
| |
− | <td>150</td>
| |
− | <td>450</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>E1</p></strong></td>
| |
− | <td>150</td>
| |
− | <td>450</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>E2</p></strong></td>
| |
− | <td>180</td>
| |
− | <td>540</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>pSB1C3</p></strong></td>
| |
− | <td>210</td>
| |
− | <td>630</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>A1</p></strong></td>
| |
− | <td>170</td>
| |
− | <td>510</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>A2</p></strong></td>
| |
− | <td>210</td>
| |
− | <td>630</td>
| |
− | </tr>
| |
− | </tbody>
| |
− | </table>
| |
− | <center>Masses</center></br></br></br>
| |
− |
| |
− |
| |
− |
| |
− | <div class="lightbox" id="exp10">
| |
− | <figure>
| |
− | <a href="#" class="closemsg"></a>
| |
− | <figcaption>
| |
− | <p>
| |
− | <U> Aim:</U> Measure the quantity of plasmid using a Nanodrop (Thermofisher)</br>
| |
− |
| |
− | <U>What we did in the lab:</U></br>
| |
− | <U>Materials:</U></br>
| |
− | • Nanodrop (Thermofisher)</br>
| |
− | • Elution buffer from QIAGEN kit</br>
| |
− | • Microbiology equipment (Follow this link)</br></br>
| |
− |
| |
− | <U>Method:</U></br>
| |
− | Analyze absorbance at 260nm</br>
| |
− | Clean the Nanodrop with water</br>
| |
− | Make the blank with 1ul of elution buffer</br>
| |
− | Put 1ul of your sample on the Nanodrop</br>
| |
− | Make the measure and clean the Nanodrop between each measure</br></br>
| |
− |
| |
− | <U>Results:</U></br>
| |
− |
| |
− | <table>
| |
− | <thead>
| |
− | <tr>
| |
− | <th>Absorbance at 260nm</th>
| |
− | <th>A260/280</th>
| |
− | <th>Concentration (ng/µL )</th>
| |
− | </tr>
| |
− | </thead>
| |
− | <tbody>
| |
− | <tr>
| |
− | <td><strong><p>B2-col7</p></strong></td>
| |
− | <td>2.12</td>
| |
− | <td>3.7</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>B2-col9</p></strong></td>
| |
− | <td>2.19</td>
| |
− | <td>5.3</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>B1-col6</p></strong></td>
| |
− | <td>2.04</td>
| |
− | <td>3.2</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>B1-col8</p></strong></td>
| |
− | <td>1.98</td>
| |
− | <td>3.7</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>C1</p></strong></td>
| |
− | <td>1.78 </td>
| |
− | <td>5.0</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>C2</p></strong></td>
| |
− | <td>1.90 </td>
| |
− | <td>307.1</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>D2</p></strong></td>
| |
− | <td>1.84 </td>
| |
− | <td>5.2</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>E1</p></strong></td>
| |
− | <td>2.30 </td>
| |
− | <td>3.9</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>E2</p></strong></td>
| |
− | <td>2.17 </td>
| |
− | <td>3.8</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>pSB1C3</p></strong></td>
| |
− | <td>1.98</td>
| |
− | <td>13.1</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>A1</p></strong></td>
| |
− | <td>2.11</td>
| |
− | <td>4.8</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><strong><p>A2</p></strong></td>
| |
− | <td>2.45</td>
| |
− | <td>4.3</td>
| |
− | </tr>
| |
− | </tbody>
| |
− | </table>
| |
− | <center>Absorbance</center></br></br></br>
| |
− |
| |
− | </p>
| |
− | </figcaption>
| |
− | </figure>
| |
− | </div>
| |
− |
| |
− |
| |
− | </body>
| |
− | </html>
| |