Difference between revisions of "Team:Paris Bettencourt/Protocols"
(242 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{Paris_Bettencourt/header}} |
+ | {{Paris_Bettencourt/menu}} | ||
+ | {{Paris_Bettencourt/banner|page_id=protocols|page_name=Protocols}} | ||
+ | |||
<html> | <html> | ||
+ | <!-- Gallery JS (animation) --> | ||
+ | <script type="text/javascript"> | ||
+ | /** | ||
+ | * Add hash to url without scrolling | ||
+ | * | ||
+ | * @param String $url - it could be hash or url with hash | ||
+ | * | ||
+ | * @return void | ||
+ | */ | ||
+ | function addHashToUrl($url) | ||
+ | { | ||
+ | if ('' == $url || undefined == $url) { | ||
+ | $url = '_'; // it is empty hash because if put empty string here then browser will scroll to top of page | ||
+ | } | ||
+ | $hash = $url.replace(/^.*#/, ''); | ||
+ | var $fx, $node = jQuery('#' + $hash); | ||
+ | if ($node.length) { | ||
+ | $fx = jQuery('<div></div>') | ||
+ | .css({ | ||
+ | position:'absolute', | ||
+ | visibility:'hidden', | ||
+ | top: jQuery(window).scrollTop() + 'px' | ||
+ | }) | ||
+ | .attr('id', $hash) | ||
+ | .appendTo(document.body); | ||
+ | $node.attr('id', ''); | ||
+ | } | ||
+ | document.location.hash = $hash; | ||
+ | if ($node.length) { | ||
+ | $fx.remove(); | ||
+ | $node.attr('id', $hash); | ||
+ | } | ||
+ | } | ||
− | + | $(document).ready(function() { | |
+ | // Make the list of all protocols | ||
+ | var proto = $('.textBox').map(function(index) { | ||
+ | return this.id; | ||
+ | }); | ||
+ | proto = jQuery.makeArray(proto); | ||
+ | |||
+ | // Make the hash change: | ||
+ | // Escape removes the hash | ||
+ | $(document).keyup(function(e) { | ||
+ | if (e.keyCode == 27) { | ||
+ | addHashToUrl(""); | ||
+ | }; | ||
+ | }); | ||
+ | |||
+ | |||
+ | |||
+ | // Triggers: hashchange, when page loads with specified hash | ||
+ | // Page is loaded | ||
+ | var hash = window.location.hash.slice(1); | ||
+ | if (/FS/i.test(hash)) { | ||
+ | var hash = window.location.hash.slice(3); | ||
+ | if (jQuery.inArray(hash, proto) != -1) { | ||
+ | $("#"+hash).addClass("show FS"); | ||
+ | $("#bg").addClass("show FS"); | ||
+ | }; | ||
+ | } else { | ||
+ | if (jQuery.inArray(hash, proto) != -1) { | ||
+ | $("#"+hash).addClass("show"); | ||
+ | $("#bg").addClass("show"); | ||
+ | }; | ||
+ | }; | ||
+ | |||
+ | // Hash changes | ||
+ | $(window).bind('hashchange', function() { // when hash changes | ||
+ | var hash = window.location.hash.slice(1); | ||
+ | if (/FS/i.test(hash)) { | ||
+ | hash = window.location.hash.slice(3); | ||
+ | $(".textBox").removeClass("show FS"); | ||
+ | $("#bg").removeClass("show FS"); | ||
+ | if (jQuery.inArray(hash, proto) != -1) { | ||
+ | $("#"+hash).addClass("show FS"); | ||
+ | $("#bg").addClass("show FS"); | ||
+ | }; | ||
+ | } else { | ||
+ | $(".textBox").removeClass("show FS"); | ||
+ | $("#bg").removeClass("show FS"); | ||
+ | if (jQuery.inArray(hash, proto) != -1) { | ||
+ | $("#"+hash).addClass("show"); | ||
+ | $("#bg").addClass("show"); | ||
+ | }; | ||
+ | }; | ||
+ | }); | ||
+ | |||
+ | // Close window when click outside of it | ||
+ | $("body").click(function(event) { | ||
+ | if(!$(event.target).closest(".textBox").length) { | ||
+ | $(".textBox").removeClass("show FS"); | ||
+ | $("#bg").removeClass("show FS"); | ||
+ | addHashToUrl(""); | ||
+ | }; | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <div id="bg"></div> | ||
+ | |||
+ | |||
+ | <div class="textBox" id="YeastDNAextractiondneasybloodandtissuekit"> | ||
+ | <h3>Yeast DNA extraction using Blood and tissue kit</h3> | ||
+ | |||
+ | <b>Yeast DNA extraction using DNeasy® Blood & Tissue Kit</b><br /> | ||
+ | <ul> | ||
+ | <li>Centrifuge a maximum of cells for 5 minutes at 300g (190rpm). Resuspend in 200µL PBS. Add 20µL zymolyase.</li> | ||
+ | <li>Add 200µL Buffer AL. Mix thoroughly by vortexing.</li> | ||
+ | <li>Add 200µL ethanol (96%). Mix thoroughly by vortexing.</li> | ||
+ | <li>Pipet the mixture into a DNeasy Mini spin column placed in a 2mL collection tube. Centrifuge at 6000g (8000rpm) for 1 minute. Discard the flow-through and collection tube.</li> | ||
+ | <li>Place the spin column in a new 2mL collection tube. Add 500µL Buffer AW1. Centrifuge for 1 minute at 6000g. Discard the flow-through and collection tube.</li> | ||
+ | <li>Place the spin column in a new 2mL collection tube. Add 500µL Buffer AW2. Centrifuge for 3 minutes at 20,000g. Discard the flow-through and collection tube.</li> | ||
+ | <li>Transfer the spin column to a new 1.5mL or 2mL microcentrifuge tube.</li> | ||
+ | <li>Elute the DNA by adding 200µL Buffer AE or sterile water to the center of the spin column membrane. Incubate for 1 minute at room temperature. Centrifuge for 1 minute at 6000g.</li> | ||
+ | <li>Repeat this step for increased DNA yield.</li> | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="textBox" id="PCR"> | ||
+ | <h3>PCR protocol</h3> | ||
+ | |||
+ | <b>PCR protocol (Phusion)</b><br /> | ||
+ | <ul> | ||
+ | <li>Prepare the following mix | ||
+ | <ul> | ||
+ | <li>2µL primer Forward (10 µM)</li> | ||
+ | <li>2µL primer Reverse (10 µM)</li> | ||
+ | <li>0.1 to 1 ng of template DNA</li> | ||
+ | <li>25µL of <i>Life Technologies</i> Phusion High-Fidelity PCR Master Mix with HF Buffer</li> | ||
+ | <li>complete to 50µL of DNase/RNase-free water</li> | ||
+ | </ul> | ||
+ | <li>Launch 30 to 35 PCR cycles using the following parameters:<br> | ||
+ | |||
+ | <table style="width:25%"> | ||
− | |||
<tr> | <tr> | ||
− | <td><b> | + | <th>time (min)</th> |
+ | <th>temperature (°C)</th> | ||
+ | <th>function</th> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>3:00</td> | ||
+ | <td>98</td> | ||
+ | <td>melting</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>0:30</td> | ||
+ | <td>98</td> | ||
+ | <td>melting</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>0:30</td> | ||
+ | <td>XX°C</td> | ||
+ | <td>annealing</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>1 minute/kb</td> | ||
+ | <td>72</td> | ||
+ | <td>extension</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>10:00</td> | ||
+ | <td>72</td> | ||
+ | <td>extension</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>infinite hold</td> | ||
+ | <td>12</td> | ||
+ | <td>storage</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </ul> | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="textBox" id="GelPurification"> | ||
+ | <h3>Gel purification with the QIAquick® Gel Extraction Kit</h3> | ||
+ | |||
+ | <b>Gel-Purification protocol with the QIAquick® Gel Extraction Kit</b><br /> | ||
+ | <ul> | ||
+ | <li>Excise the DNA band from the gel as precisely as possible and put it in a micro-centrifuge tube. | ||
+ | <li>Add 3 volume of QG buffer (100mg of gel ~ 100ul) in the tube and incubate for 10 min at 50°C (or 10 min on a vortex). | ||
+ | <li>Add one volume of isopropanol and mix. | ||
+ | <li>Centrifugate the tube for 2 min at 14 000 rpm. | ||
+ | <li>Carefully pipette the supernanant in a QIAquick column. | ||
+ | <li>Put the column in a 2ml microcentrifuge tube and centrifuge it for 1 min at 14 000 rpm. | ||
+ | <li>Discard the flow-through. | ||
+ | <li>Add 750 uL of PE buffer in the column and centrifuge for 1 min and discard flow-through. | ||
+ | <li>Centrifuge again for 2 min and put the column in a new 1.5uL microcentrifuge tube. | ||
+ | <li>Elute the DNA by putting 50uL of water in the middle of the column and let it stand for 2 min. | ||
+ | <li>Centrifugate for 2min at 10 000 rpm | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="textBox" id="Electrophoresis"> | ||
+ | <h3>Gel Electrophoresis with SYBR safe</h3> | ||
+ | |||
+ | <b>Gel-Electrophoresis protocol</b><br /> | ||
+ | <ul> | ||
+ | <li>Preparation of the Gel (50mL) | ||
+ | <ul> | ||
+ | <li>Mix 0.5 grams of agarose with 50mL 0.5% TAE solution</li> | ||
+ | <li>Heat the Erlenmeyer (conical flask) in a microwave until the liquid becomes totally transparent.</li> | ||
+ | <li>Let it rest until you can take the Erlenmeyer in your hand without pain for 10 seconds.</li> | ||
+ | <li>Add 5uL of SYBR® Safe (10000X) and mix gently until the solution homogenizes.</li> | ||
+ | <li>Pour the liquid in a gel mold with the desired number of wells and wait 20-30 min (or until the gel is solidified).</li> | ||
+ | <li>Put the gel inside the electrophoresis machine and pour TAE 0.5% until the gel is totally submerged.</li> | ||
+ | </ul> | ||
+ | <li>Preparation of the samples</li> | ||
+ | <ul> | ||
+ | <li>Mix 5uL of each sample with 1uL of 6X loading dye in microcentrifuge tubes (or any hydrophobic surface like parafilm) </li> | ||
+ | |||
+ | <li>Pipette 5-6uL of each sample inside a different well.</li> | ||
+ | <li>Pipette 5uL of the appropriate ladder in one of the wells (Some ladders have a dye in it, but some don't, so one has to add gel loading dye to these ones)</li> | ||
+ | <li>Close the machine and launch the migration with the desired voltage</li> | ||
+ | <li>After the desired migration time turn off the machine, remove the lid and put the gel inside the gel visualizer.</li> | ||
+ | </ul> | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="textBox" id="Titrationacidphytic"> | ||
+ | <h3>Titration of phytic acid</h3> | ||
+ | <b>Titration of phytic acid using Megazyme© Kit</b><br /> | ||
+ | <ul> | ||
+ | <li><b>Preparation of reagent solutions (not supllied) :</b></li> | ||
+ | <ul> | ||
+ | <li><i><b>Trichloroacetic acid (50% w/v) : 100mL</b></i></li> | ||
+ | Add 50g of thrichloroacetic to 60mL of distilled water and dissolve. Make to volume (100mL) with distilled water. (Stable for > 6 moths at 4°C)</li> | ||
+ | <li><i><b>Hydrochloric acid (0.66M) : 1L</b></i></li> | ||
+ | Add 54.5mL of hydrochloric acid to 945.5mL of distilled wtaer an mix. (Store at room temperature)</li> | ||
+ | <li><i><b>Sodium hydroxide (0.75M) : 200mL</b></i></li> | ||
+ | Add 6g of sodium hydroxide pellets to 180mL of distilled water and dissolve. Make to volume (200mL) with distilled water. (Store at room temperature)</li> | ||
+ | <li><i><b>Phytic acid :</b></i></li> | ||
+ | Pure phytic acid control sample may be required.</li> | ||
+ | </ul> | ||
+ | <li><b>Sample extraction :</b></li> | ||
+ | <ul> | ||
+ | <li>Weigh 1g of sample material.</li> | ||
+ | <li>Add 20mL of hydrochloric acid (0.66M).</li> | ||
+ | <li>Cover with foil and incubate for a minimum of 3 hours at room temperature.</li> | ||
+ | <li>Transfer 1mL of extract to a 1.5mL microcentrifuge tube.</li> | ||
+ | <li>Centrifuge 10 minutes at 13,000rpm.</li> | ||
+ | <li>Transfer 0.5mL of the resulting extract supernatant to a fresh 1.5mL microfuge tube.</li> | ||
+ | <li>Add 0.5mL of sodium hydroxide solution (0.75M) to neutralise.</li> | ||
+ | </ul> | ||
+ | <li><b>Enzymatic dephosphorylation reaction :</b></li> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/8/83/ParisBettencourt_Tableau_1_dosage_acide_phytic.png" width="400px"> | ||
+ | <li><b>Colourimetric determination of phosphorous :</b></li> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/b/ba/ParisBettencourtTab_PHYTIC_ACID_Colourimetric_determination.png" width="360px"> | ||
+ | <li><b>Preparation of phosphorous calibration curve :</b></li> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/5/59/ParisBettencourtTab_PHYTIC_ACID_Prep_calibration_curve.png" width="360px"> | ||
+ | <li><b>Calculation :</b></li> | ||
+ | <ul> | ||
+ | <li><b>Phosphorous calibration curve :</b></li> | ||
+ | Determine the absorbance of each phosphorous standard. Substract the absorbance of STD0 from the absorbance of the others STD, therby obtaining ΔA(phosphorous). | ||
+ | Calculate M as follows, for each standard: | ||
+ | \[ | ||
+ | \begin{align} | ||
+ | M = \frac{P(\mu g)}{\Delta A (phosphorous)} | ||
+ | \end{align} | ||
+ | \] | ||
+ | Use "Mean M" to calculate the phosphorous content of test samples.<br> | ||
+ | <li><b>Phosphorous / phytic acid content :</b></li> | ||
+ | Determine the absorbance of the both "Free Phosphorous" and "Total Phosphorous". Substract the absorbance of the "Free Phosphorous" sample from the absorbance of the "Total Phosphorous" sample. Obtaining ΔA(phosphorous). | ||
+ | \[ | ||
+ | \begin{align} | ||
+ | C^{o} = \frac{mean(M)\times 20 \times F}{10000 \times 1.0 \times \nu} \times \Delta A(phosphorous) | ||
+ | \end{align} | ||
+ | \] | ||
+ | <br><i>Where :</i><br> | ||
+ | \(20\) = original sample extract volume<br> | ||
+ | \(F\) = dilution factor<br> | ||
+ | \(10000\) = conversion from µg/g to g/100g<br> | ||
+ | \(1.0\) = wigh of original sample material<br> | ||
+ | \(\nu\) = sample volume | ||
+ | |||
+ | <br><br> | ||
+ | <b><i>It follows for phosphorous :</i></b><br> | ||
+ | \[ | ||
+ | \begin{align} | ||
+ | C^{o} ~= \frac{mean(M)\times 20 \times 55.6}{10000 \times 1.0 \times \nu} \times \Delta A(phosphorous)\\ | ||
+ | ~= mean(M) \times 0.1112 \times \Delta A(phosphorous) | ||
+ | \end{align} | ||
+ | \] | ||
+ | |||
+ | <b><i>It follows for phytic acid :</i></b><br> | ||
+ | \[ | ||
+ | \begin{align} | ||
+ | C^{o} = \frac{phosphorus}{0.282} | ||
+ | \end{align} | ||
+ | \] | ||
+ | |||
+ | </ul> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="textBox" id="TitrationofVitaminB12bySpectrophotometer"> | ||
+ | <h3>Vitamin B12 titration</h3> | ||
+ | <li> Disrupt the microorganisms in a 0.1 N phosphate buffer solution containing 0.01% KCN at pH 5.5 for 20 min at 100°C.</li> | ||
+ | <li> Vitamin B12 formed intracellularly is determined spectrophotometrically in the dicyano-form at wavelength of 367 nm. </li> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="textBox" id="PCRpurification"> | ||
+ | <h3>PCR purification</h3> | ||
+ | |||
+ | <ul> | ||
+ | |||
+ | <li>Add 5 volumes of resuspension buffer to 1 volume of PCR product in an 1.5mL microcentrifuge tube, mix by pipetting up and down | ||
+ | <li>Transfer in a centrifugation column</li> | ||
+ | <li>Centrifuge 1 min at 14000 rpm</li> | ||
+ | <li>Throw the filtration product</li> | ||
+ | <li>Add 700μL of washing solution</li> | ||
+ | <li>Centrifuge 1 min at 14000 rpm</li> | ||
+ | <li>Throw the filtration product</li> | ||
+ | <li>Add 500μL of washing solution</li> | ||
+ | <li>Centrifuge 1 min at 14000 rpm</li> | ||
+ | <li>Throw the filtration product</li> | ||
+ | <li>Centrifuge 1 min at 14000 rpm</li> | ||
+ | <li>Throw the filtration product</li> | ||
+ | <li>Put the column in a sterile 1.5mL microcentrifuge tube</li> | ||
+ | <li>Add 45μL of DNAse/RNAse free water on the membrane</li> | ||
+ | <li>Wait 2 minutes</li> | ||
+ | <li>Centrifuge 2min at 10000rpm</li> | ||
+ | <li>Discard the column, DNA is saved in water</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="textBox" id="AnalyticalDigestion"> | ||
+ | <h3>Analytical digestion protocol</h3> | ||
+ | <ul> | ||
+ | <li>Prepare the following mix: | ||
+ | <ul> | ||
+ | <li>2µL 10X Digestion buffer</li> | ||
+ | <li>0.5µL Eco31I</li> | ||
+ | <li>0.5µL BbsI</li> | ||
+ | <li>2µL of DNA (200ng)</li> | ||
+ | <li>15µL water</li> | ||
+ | </ul> | ||
+ | <li>incubate 1h at 37°C</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="textBox" id="Annealing"> | ||
+ | <h3>Annealing Protocol</h3> | ||
+ | <ul> | ||
+ | <li>Phosphorylation of the oligos</li> | ||
+ | <ul> | ||
+ | <li>5.6μL DNAse/RNAse free water</li> | ||
+ | <li>6.0μL oligo 1 (10µM)</li> | ||
+ | <li>6.0μL oligo 2 (10µM)</li> | ||
+ | <li>2.0μL 10X T4 DNA ligase buffer</li> | ||
+ | <li>0.4μL T4 PolyNucleotide Kinase</li> | ||
+ | <b>Total: 20μL</b> | ||
+ | </ul> | ||
+ | <li>incubate 30min at 37°C</li> | ||
+ | <li>add 1μL of 1M NaCl</li> | ||
+ | <li>incube 5min at 95°C</li> | ||
+ | <li>let the mix cool down</li> | ||
+ | <li>use 2μL of the mix as a 10X solution</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="textBox" id="ChemicalTestCompetentCells"> | ||
+ | <h3>Chemical test for competent cells</h3> | ||
+ | <ul> | ||
+ | <li>20-30 sec at 8-10 krpm for the DNA tube (from the kit).</li> | ||
+ | <li>Thow cell competent on ice. Label 2 ml eppendorf µtube for each concentration and put it on ice.</li> | ||
+ | <li>Add 1µl of DNA into each µtube.</li> | ||
+ | <li>Add 50µl of competent cell into each tube. Flick gently to mix. Incubate in ice for 30 minutes. Pre-heat waterbath at 42°C.</li> | ||
+ | <li>Heat-shock cell by placing in waterbath 1 minute. CAUTION : The top need to be close to the water level, but not immerge in.</li> | ||
+ | <li>Keep back the tube to ice for 5 minutes.</li> | ||
+ | <li>Add 200µl of SOC media, incubate 37°C for 2h. Prepare agar plate of the media that you want, and label it (3 plate for each concentration).</li> | ||
+ | <li>Add 20µl of each tube n the appropriate plate. Incubate 37°C for OVN (12-16h).</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="textBox" id="BananaSplit"> | ||
+ | <h3>BANANAAAA</h3> | ||
+ | <ul> | ||
+ | <li>Line up ice cream scoops next to each other in an oval deep dish or a banana boat. | ||
+ | <li>Cut the ends of the banana off (about 1/4 inch) while still in the peel. | ||
+ | <li>Slice in half longways. | ||
+ | <li>Pop each half of the banana out of the peel onto each side of the ice cream row, pressing down and in a little so it'll stay put. | ||
+ | <li>Top the vanilla ice cream with the pineapple, the chocolate with the chocolate syrup and the strawberry with the strawberry sauce. | ||
+ | <li>Spoon the wet walnuts over all three scoops of ice cream. | ||
+ | <li>Top each scoop with some whipped cream and a cherry for each. | ||
+ | <li>Enjoy! | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="textBox" id="Electroporation"> | ||
+ | <h3>Electroporation</h3> | ||
<ul> | <ul> | ||
<li>Thaw electrocompetent cells on ice | <li>Thaw electrocompetent cells on ice | ||
Line 16: | Line 429: | ||
<li>plate 200µL and 50µL of the cells on LB + erythromycin (200µg/mL), incubate overnight at 37°C | <li>plate 200µL and 50µL of the cells on LB + erythromycin (200µg/mL), incubate overnight at 37°C | ||
</ul> | </ul> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | < | + | <div class="textBox" id="ElectrocompetentCells"> |
− | < | + | <h3>Electrocompetent Cells</h3> |
− | + | ||
<ul> | <ul> | ||
− | <li> | + | <li>Inoculate a 250mL LB flasks with 2.5mL of an overnight culture of cells</li> |
− | < | + | <li>Incubate until the the DO600 reach 0.6 to 0.8</li> |
− | + | <li>Place the cultures on ice for 15 minutes</li> | |
− | + | <li>Pour the culture in cold sterile 50mL falcon tubes</li> | |
− | + | <li>Centrifuge for 10 minutes at 4000rpm, 4°C</li> | |
− | + | <li>Throw the supernatant</li> | |
− | + | <li>Resuspend the cells in 50mL cold distilled water</li> | |
− | </ | + | <li>Place the cells on ice for 10 minutes</li> |
− | <li> | + | <li>Centrifuge them for 10 minutes at 4000rpm, 4°C</li> |
+ | <li>Throw the supernatant</li> | ||
+ | <li>Resuspend the cells in 12.5mL cold 10% glycerol</li> | ||
+ | <li>Place the cells on ice for 10 minutes</li> | ||
+ | <li>Centrifuge them for 10 minutes at 4000rpm, 4°C</li> | ||
+ | <li>Throw the supernatant</li> | ||
+ | <li>Resuspend the cells in 5mL cold 10% glycerol</li> | ||
+ | <li>Make aliquots of 50 to 100µL in microcentrifuge tubes and freeze them at -80°C</li> | ||
</ul> | </ul> | ||
− | + | </div> | |
− | + | ||
− | + | ||
+ | <div class="textBox" id="Digestion"> | ||
+ | <h3>Digestion</h3> | ||
+ | <ul> | ||
+ | <li>Prepare the following mix: | ||
+ | <ul> | ||
+ | <li>4μL of Enzyme 1 Fast Digest</li> | ||
+ | <li>4μL of Enzyme 2 Fast Digest</li> | ||
+ | <li>4μL of FastAP</li> | ||
+ | <li>12μL of Fast Digest buffer 10X</li> | ||
+ | <li>1 to 3 μg of DNA</li> | ||
+ | <li>up to 120μL of water</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li>mix by pipetting up and down</li> | ||
+ | <li>incube 10 to 20 minutes at 37°C</li> | ||
+ | <li>incube 10 minutes at 68°C to inactivate the enzymes</li> | ||
+ | </ul> | ||
+ | </div> | ||
− | < | + | |
− | + | <div class="textBox" id="ElectrocompetentLactobacillus"> | |
− | + | <h3><i>Lactobacillus plantarum</i> electrocompetent cells</h3> | |
<ul> | <ul> | ||
− | <li>Inoculate | + | <li> Inoculate 5ml MRS medium with L. plantarum freezer stock.</li> |
− | <li> | + | <li> Grow overnight at 30°C without shaking.</li> |
− | <li> | + | <li> Add 1.25g glycine to two flasks of 50ml MRS medium.</li> |
− | <li> | + | <li> Shake to dissolve.</li> |
− | <li> | + | <li> Add 1ml overnight culture to each flask (1:50 dlution).</li> |
− | <li> | + | <li> Culture for ~3 hours at 37°C with shaking.</li> |
− | <li> | + | <li> Centrifuge culture for 5min at 4000g</li> |
− | <li> | + | <li> Resuspend in 25ml ice-cold DI water.</li> |
− | <li> | + | <li> Repeat it.</li> |
− | <li> | + | <li> Centrifuge for 5min at 4000g</li> |
− | <li> | + | <li> Resuspend in 5ml 50mM EDTA.</li> |
− | <li> | + | <li> Incubate on ice for 5 minutes</li> |
− | <li> | + | <li> Add 25ml ice-cold DI water.</li> |
− | <li> | + | <li> Centrifuge culture for 5min at 4000g</li> |
− | <li> | + | <li> Resuspend in 25ml ice-cold DI water.</li> |
− | <li> | + | <li> Centrifuge culture for 5min at 4000g</li> |
− | <li> | + | <li> Resuspend in 25ml ice-cold 0.5M Sucrose, 10% glycerol.</li> |
+ | <li> Repeat it.</li> | ||
+ | <li> Centrifuge culture for 5min at 4000g</li> | ||
+ | <li> Resuspend in 0.8ml ice-cold 0.5M Sucrose, 10% glycerol.</li> | ||
+ | <li> Aliquot 90μL of cell concentrate into ~20 microcentrifuge tubes.</li> | ||
+ | <li> Keep on ice until use (within the next two hours).</li> | ||
+ | <li> Add 10μL of plasmid DNA to the 90μL of cell concentrate.</li> | ||
+ | <li> Keep on ice for 5 minutes.</li> | ||
+ | <li> Put 1mm cuvettes on ice too.</li> | ||
+ | <li> Pipette the cell/DNA mixture into the cuvette</li> | ||
+ | <li> Electrporate at 1200 volts</li> | ||
+ | <li> Time constant should be ~5.0</li> | ||
+ | <li> Immediately transfer the electroporated cells to 900μL of MRS medium.</li> | ||
+ | <li> Incubate at 30°C for 2-3 hours.</li> | ||
+ | <li> Plate on medium with the appropriate antibiotic.</li> | ||
+ | <li> Incubate at 30°C for two days.</li> | ||
+ | <li> Pick a colony</li> | ||
</ul> | </ul> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | < | + | <div class="textBox" id="HeatShockTransformation"> |
− | < | + | <h3>Heat Shock Transformation</h3> |
− | + | ||
<ul> | <ul> | ||
− | <li>Thaw frozen chemically competent cells (20µL aliquots) on ice for 10min. | + | <li>Thaw frozen chemically competent cells (20µL aliquots) on ice for 10min.</li> |
− | <li>add 2µL of ligation product (or 0.5µL of miniprep) and incubate the cells 30sec at 42°C. | + | <li>add 2µL of ligation product (or 0.5µL of miniprep) and incubate the cells 30sec at 42°C.</li> |
− | <li>put the cells back on ice for 2min. | + | <li>put the cells back on ice for 2min.</li> |
− | <li>add 200µL of LB to the cells and incubate 2 hours at 37°C. | + | <li>add 200µL of LB to the cells and incubate 2 hours at 37°C.</li> |
− | <li>plate the cells on LB + erythromycin (150µg/mL) or LB + erythromycin (10µg/mL), incubation at 37°C overnight. | + | <li>plate the cells on LB + erythromycin (150µg/mL) or LB + erythromycin (10µg/mL), incubation at 37°C overnight.</li> |
</ul> | </ul> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | < | + | <div class="textBox" id="VitaminATitration"> |
− | < | + | <h3>Vitamin A Titration</h3> |
− | < | + | <ul> |
+ | <li>Take 1g of food (with particle < 1mm of diameter) in bottle protected of the light, and add 15ml of hexane. Mix it.</li> | ||
+ | <li>Add again 15ml of hexane and shake during 5-10 minutes (do the same time, if you want compare two food sample).</li> | ||
+ | <li>In an other bottle protected of the light, do a filtration (coarse cellulose filter) of the previous solution.</li> | ||
+ | <li>Take the batter who don't pass the filter, and 15ml of hexane, shake 5 minutes, and filtered it like previously, to take all B-caroten as possible from the food sample.</li> | ||
+ | <li>Put in the fridge at -20°C to conserve it.</li> | ||
+ | <li>Obtain the result with a spectrophotometer with wavelenght of 450 nm (with a blank of hexane).</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="textBox" id="VitaminATitrationHPLC"> | ||
+ | <h3>Vitamin A Titration using HPLC</h3> | ||
+ | <ul> | ||
+ | <li>Suspend cells in 1 mL of sterile water.</li> | ||
+ | <li>Add 0.5 to 0.75 mm glass beads and vortex for 3 minutes.</li> | ||
+ | <li>Add 2.5 mL of 0.2% (wt/vol) pyrogallol dissolved in methanol and vortex for 3 minutes.</li> | ||
+ | <li>Add 1.25 mL of 60% (wt/vol) KOH and vortex for 10 seconds.</li> | ||
+ | <li>Incubate for 1 h at 75ºC, vortexing every 15 minutes.</li> | ||
+ | <li>Add appropriate amount of hexane.</li> | ||
+ | <li>Centrifuge tubes for 5 minutes at 2,800 rpm.</li> | ||
+ | <li>Pipette 1 mL of hexane into a cuvette. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="textBox" id="ElectrocompetentLactococcus"> | ||
+ | <h3><i>Lactococcus lactis</i>electrocompetent preparation</h3> | ||
+ | Prepare the following solutions | ||
+ | <ul> | ||
+ | <li>Glycine/Sucrose solution</li> | ||
<ul> | <ul> | ||
− | + | <li>80mL of 50% sucrose solution</li> | |
+ | <li>29.2mL of 20% glycine solution</li> | ||
+ | <li>7.6mL of water</li> | ||
+ | </ul> | ||
+ | </li> | ||
− | + | <li>Electroporation buffer | |
− | + | <ul> | |
− | + | <li>0.125g of NaHPO<sub>4</sub></li> | |
− | + | <li>34.2mL of 50% sucrose solution</li> | |
− | + | <li>100µL of MgCl<sub>2</sub> 1M </li> | |
− | + | <li>65.5mL of water</li> | |
− | + | ||
− | + | ||
</ul> | </ul> | ||
− | + | </li> | |
− | </ | + | |
− | + | ||
− | < | + | <li>Electroporation buffer + glycreol |
− | + | <ul> | |
− | < | + | <li>187.5µL of 80% glycerol</li> |
− | <ul> | + | <li>812.5µL of electroporation buffer</li> |
− | <li> | + | </ul> |
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | Protocol:<br> | ||
<ul> | <ul> | ||
− | <li> | + | <li>Inoculate 10mL of M17 + 1% glucose (GM17) with some <i>Lactococcus</i> and incubate overnight at 30°C</li> |
− | <li> | + | <li>Inoculate a 100mL flask of GM17 with the 10mL of overnight culture</li> |
− | <li> | + | <li>Incubate the flask at 30°C until DO reach 0.4 to 0.5</li> |
− | <li> | + | <li>Add 100mL of the glycine/sucrose solution</li> |
− | <li> | + | <li>Incubate 1 hour at 30°C with shaking</li> |
− | <li> | + | <li>Split the 100mL culture in twyo 50mL centrifuge tubes</li> |
+ | <li>Centrifuge the cells 10 minutes at 6000 rpm</li> | ||
+ | <li>Throw the supernatant and work on ice for the rest of the protocol</li> | ||
+ | <li>Resuspend the cells in 20mL of electroporation buffer</li> | ||
+ | <li>Centrifuge the cells 10 minutes at 6000 rpm and then throw the supernatant</li> | ||
+ | <li>Resuspend the cells in 20mL of electroporation buffer</li> | ||
+ | <li>Centrifuge the cells 10 minutes at 6000 rpm and then throw the supernatant</li> | ||
+ | <li>Resuspend the cells in 0.5mL of electroporation buffer</li> | ||
+ | <li>Centrifuge the cells 10 minutes at 6000 rpm and then throw the supernatant</li> | ||
+ | <li>Resuspend the cells in 1mL of cold electroporation buffer + glycerol</li> | ||
+ | <li>Aliquots the cells in eppendorf tubes</li> | ||
+ | <li>Save the cells at -80°C</li> | ||
</ul> | </ul> | ||
− | <li> | + | </div> |
− | <li> | + | |
+ | <div class="textBox" id="YeastLysisNaOH"> | ||
+ | <h3>Yeast Lysis with NaOH</h3> | ||
+ | <ul> | ||
+ | <li> 20 µl NaOH into PCR tubes</li></li> | ||
+ | <li> Pick colonies into NaOH | ||
+ | <li> Incubate at 95°C for ~45 minutes</li> | ||
+ | <li> Centrifugate at 8000 krpm for 10 minutes</li> | ||
+ | <li> Use 1 µl supernatant as template in a (10 µl) PCR</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="textBox" id="HeatShockYeast"> | ||
+ | <h3>Heat Shock Transformation for Yeast</h3> | ||
+ | <ul> | ||
+ | <li>After growth, determine the titer of the yeast culture by using spectrophotometer : pipette 10µL of cells into 1mL of water in spectrophotometer cuvette and measure the OD at 600nm.</li> | ||
+ | <li>Add 2.5x10<sup>8</sup> cells to 50mL of 2X YPD in a culture flask.</li> | ||
+ | <li>Incubate the flask in a shaking incubator at 30°C until the cell culture is at least 2x10<sup>7</sup> cells.mL<sup>-1</sup></li> | ||
+ | <li>Denature 1mL of carrier DNA at 99°C for 5min and chill immediately in ice.</li> | ||
+ | <li>Harvest the yeast cells by centrifugation at 3,000g for 5min.</li> | ||
+ | <li>Resuspend the pellet in 25mL of sterile water and centrifuge at 3,000g for 5min at 20°C. Repeat this wash with sterile water 2 times.</li> | ||
+ | <li>Resuspend the last pellet in 1mL of sterile water.</li> | ||
+ | <li>Transfer the cell suspension to a 1.5mL microcentrifuge tube.</li> | ||
+ | <li>Centrifuge for 30s at 13,000g and discard the supernatant.</li> | ||
+ | <li>Resuspend the cells in 1mL of sterile water and pipette 100µL samples into 1.5mL microcentrifuge tubes, one for each transformation.</li> | ||
+ | <li>For each transformation :</li> | ||
+ | <ul> | ||
+ | <li>240µL of PEG 3350 (50% (w/v))</li> | ||
+ | <li>36µL of LiAc 1.0M</li> | ||
+ | <li>50µL of single-stranded carrier DNA (2.0mg.mL<sup>-1</sup>)</li> | ||
+ | <li>6µL of PCR product </li> | ||
+ | <li>28µL of water DNAse Free</li> | ||
</ul> | </ul> | ||
− | + | <li>Place the tubes at 42°C for 40min.</li> | |
− | + | <li>Centrifuge the tubes at 13,000g for 30s in a microcentrifuge tube and remove the supernatant.</li> | |
+ | <li>Pipette 1mL of YPD liquid medium into the transformation tube, and vortex mix to resuspend pellet.</li> | ||
+ | <li>Incubate 3h at 30°C to ensure good antibiotic expression.</li> | ||
+ | <li>Plate 2, 20 and 200µL of the cell suspension onto YPD medium with 200µm.mL<sup>-1</sup> antibiotic G418.</li> | ||
+ | <li>Incubate the plates at 30°C for 3 days.</li> | ||
+ | </ul> | ||
+ | </div> | ||
− | </ | + | <div class="textBox" id="Ligation"> |
+ | <h3>Ligation</h3> | ||
+ | <ul> | ||
+ | <li>Mix the following: | ||
+ | |||
+ | <ul> | ||
+ | <li>vector 100ng</li> | ||
+ | <li>insert 300ng</li> | ||
+ | <li>2µL T4 DNA ligase buffer 10X</li> | ||
+ | <li>1µL T4 DNA ligase</li> | ||
+ | <li>up to 20µL of water</li> | ||
+ | </ul></li> | ||
+ | <li>incubate 10 to 15 minutes at 22°C</li> | ||
+ | <li>incubate 5 minutes at 70°C</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="textBox" id="VitaminB2TitrationHPLC"> | ||
+ | <h3>Vitamin B2 Titration using HPLC</h3> | ||
+ | |||
+ | <b>Titration protocols for vitamin A </b> | ||
+ | |||
+ | Here, I find 2 different protocols to determine the quantity of B2 using HPLC.<br/><br/> | ||
+ | |||
+ | I°) In a 250 ml conical flask, put 5g of food sample and 65 ml of 0.1M HCl.<br/> | ||
+ | Put it in 100°C for 30 minutes.<br/> | ||
+ | Cooling, then adjuste Ph to 4.5 with 2.5M sodium acetate.<br/> | ||
+ | Add 50ml Beta amylase, 500ml Takadiastase in water (small quantity). Put it at 37°C for 18h.<br/> | ||
+ | Dilutate with 125ml water.<br/> | ||
+ | Fitred with cellulose paper. And do a 2nd filtration with 0.2µm filter paper.<br/><br/> | ||
+ | |||
+ | II°) Take Xg of food sample and add 15ml of 0.1M HCl.<br/> | ||
+ | Incubate at 100°C for 30 minutes.<br/> | ||
+ | Cooling, then add 2.5M sodium acetate (to have a Ph4.5) and add 10mg of Takadiastase. | ||
+ | Incubate it at 50°C during 3h.<br/> | ||
+ | Filtred with Albert No 135.<br/> | ||
+ | Made up to 25ml with milli Q water.<br/> | ||
+ | Filtered with 0.2µm nylon filter.<br/><br/> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="textBox" id="Idli"> | ||
+ | <h3>Idli Recipe</h3> | ||
+ | <ul> | ||
+ | |||
+ | <li> Soak rice and dall separately for 4-5 hours. (for 1.5 volume of rice, put the same volume of water, and 0.5 volume of dall, put the same volume of water).</li> | ||
+ | <li> Rinse both, mix it, add 2/3 volume of water of this volume.</li> | ||
+ | <li> Blend this mix, and let ferment for 12-16 hours.</li> | ||
+ | <li> Then Cook it with idli cooker for 15 minutes.</li> | ||
+ | |||
+ | </ul> | ||
+ | |||
+ | |||
+ | In the case where we add micro-organisms, we have 3 options: | ||
+ | <ol> | ||
+ | <li>Add µorganisms during the soak phase</li> | ||
+ | <li>Add µorganisms after the blending phase.</li> | ||
+ | <li>Let soak µorganisms in the same time that rices and dall, and add it for the blending phase.</li> | ||
+ | </ol> | ||
+ | The third was mainly used. <br/> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="textBox" id="MiniprepprotocolQIAGENkit"> | ||
+ | <h3>Miniprep protocol</h3> | ||
− | |||
− | |||
− | |||
<ul> | <ul> | ||
<li>centrifuge an overnight culture of cells 10min at 4krpm | <li>centrifuge an overnight culture of cells 10min at 4krpm | ||
Line 148: | Line 738: | ||
<li>throw the column, plasmid is saved in water | <li>throw the column, plasmid is saved in water | ||
</ul> | </ul> | ||
− | |||
− | |||
− | |||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | |
− | < | + | <div id="protocolsGallerie"> |
− | < | + | <div class="box"> |
− | < | + | <div class="innerBox yellow"> |
− | < | + | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#AnalyticalDigestion"> |
− | < | + | <div class="ptext"><p>Analytical digestion</p></div> |
− | < | + | <img src="https://static.igem.org/mediawiki/2015/e/e3/ParisBettencourt_protocolsWhiteBoardAnalyticalDigestion.JPG"> |
− | < | + | </a> |
− | < | + | </div> |
− | < | + | </div> |
− | < | + | <div class="box"> |
− | < | + | <div class="innerBox cyan"> |
− | < | + | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#Annealing"> |
− | < | + | <div class="ptext"><p>Annealing</p></div> |
− | < | + | <img src="https://static.igem.org/mediawiki/2015/f/fc/ParisBettencourt_protocolsMicro.jpg"> |
− | < | + | </a> |
− | < | + | </div> |
− | < | + | </div> |
− | < | + | <div class="box"> |
− | < | + | <div class="innerBox magenta"> |
− | < | + | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#ChemicalTestCompetentCells"> |
− | < | + | <div class="ptext"><p>Chemical Test for Competent Cell</p></div> |
− | </ | + | <img src="https://static.igem.org/mediawiki/2015/0/08/ParisBettencourt_fluoPlate.jpg"> |
− | </ | + | </a> |
− | </ | + | </div> |
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox magenta"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#Digestion"> | ||
+ | <div class="ptext"><p>Digestion</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/ec/ParisBettencourt_protocolsFrozenEnzymes.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox cyan"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#Electroporation"> | ||
+ | <div class="ptext"><p>Electroporation</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/1/11/ParisBettencourt_protocolsGel.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox yellow"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#ElectrocompetentCells"> | ||
+ | <div class="ptext"><p>Electrocompetent Cells</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/d/da/ParisBettencourt_protocolsErlen.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox cyan"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#ElectrocompetentLactobacillus"> | ||
+ | <div class="ptext"><p><i>L. plantarum</i> Electrocompetent Cells</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/6/6a/ParisBettencourt_protocolsTubesOnIce.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox cyan"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#Electrophoresis"> | ||
+ | <div class="ptext"><p>Gel Electrophoresis with SYBR safe</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/f/f1/ParisBettencourt_protocolsPlateFluo.jpg"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox cyan"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#GelPurification"> | ||
+ | <div class="ptext"><p>Gel purification</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/1/11/ParisBettencourt_protocolsGel.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox cyan"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#HeatShockTransformation"> | ||
+ | <div class="ptext"><p>Heat Shock Transformation</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/6/6a/ParisBettencourt_protocolsTubesOnIce.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox cyan"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#HeatShockYeast"> | ||
+ | <div class="ptext"><p>Heat shock transformation for yeast</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/ec/ParisBettencourt_protocolsHeatBlock.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox yellow"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#Idli"> | ||
+ | <div class="ptext"><p>Idli Recipe</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/5/55/ParisBettencourt_protocolsIdli.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox yellow"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#Ligation"> | ||
+ | <div class="ptext"><p>Ligation</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/0d/ParisBettencourt_protocolsBanana.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox cyan"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#MiniprepprotocolQIAGENkit"> | ||
+ | <div class="ptext"><p>Miniprep protocol</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/ec/ParisBettencourt_protocolsQiagen.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox yellow"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#PCR"> | ||
+ | <div class="ptext"><p>PCR</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/3/34/ParisBettencourt_protocolsPCR.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox yellow"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#PCRpurification"> | ||
+ | <div class="ptext"><p>PCR purification</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/5/5f/ParisBettencourt_protocolsPCRtubes.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox cyan"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#Titrationacidphytic"> | ||
+ | <div class="ptext"><p>Titration of phytic acid</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/1/11/ParisBettencourt_protocolsGel.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox cyan"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#VitaminATitration"> | ||
+ | <div class="ptext"><p>Vitamin A Titration</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/f/fc/ParisBettencourt_protocolsMicro.jpg"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox magenta"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#VitaminATitrationHPLC"> | ||
+ | <div class="ptext"><p>Vitamin A Titration using HPLC</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/08/ParisBettencourt_fluoPlate.jpg"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox yellow"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#VitaminB2TitrationHPLC"> | ||
+ | <div class="ptext"><p>Vitamin B2 Titration using HPLC</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/d/da/ParisBettencourt_protocolsErlen.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox magenta"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#TitrationofVitaminB12bySpectrophotometer"> | ||
+ | <div class="ptext"><p>Vitamin B12 Titration using spectrophotry</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/08/ParisBettencourt_fluoPlate.jpg"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox magenta"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#YeastDNAextractiondneasybloodandtissuekit"> | ||
+ | <div class="ptext"><p>Yeast DNA extraction </p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/ec/ParisBettencourt_protocolsFrozenEnzymes.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox magenta"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#YeastLysisNaOH"> | ||
+ | <div class="ptext"><p>Yeast Lysis with NaOH</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/2/24/ParisBettencourt_protocolsCentrifuge.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | <br><br><br> | ||
+ | <div style="clear:both"></div> | ||
+ | |||
+ | <h2 style="color: white"> Miscellaneous </h2> | ||
+ | <br> | ||
+ | |||
+ | <div id="protocolsGallerie"> | ||
+ | <div class="box"> | ||
+ | <div class="innerBox cyan"> | ||
+ | <a href="https://2015.igem.org/Team:Paris_Bettencourt/Protocols#BananaSplit"> | ||
+ | <div class="ptext"><p>Banana Split</p></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/0d/ParisBettencourt_protocolsBanana.JPG"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div style="clear: both;"></div> | ||
+ | |||
+ | </html> | ||
+ | {{Paris_Bettencourt/footer}} |
Latest revision as of 10:32, 19 November 2015