|
|
Line 2: |
Line 2: |
| {{UrbanTundra_Edmonton/ResearchPages}} | | {{UrbanTundra_Edmonton/ResearchPages}} |
| <html> | | <html> |
− | <head>
| |
| | | |
| + | <head> |
| <style> | | <style> |
| | | |
− | .timeline {
| + | #cd-timeline { |
− | list-style: none;
| + | |
− | padding: 20px 0 20px;
| + | |
| position: relative; | | position: relative; |
| + | padding: 2em 0; |
| + | margin-top: 2em; |
| + | margin-bottom: 2em; |
| } | | } |
− | .timeline:before {
| + | #cd-timeline::before { |
− | top: 0; | + | /* this is the vertical line */ |
− | bottom: 0; | + | content: ''; |
| position: absolute; | | position: absolute; |
− | content: " "; | + | top: 0; |
− | width: 3px; | + | left: 18px; |
− | background-color: #eeeeee; | + | height: 100%; |
− | left: 50%; | + | width: 4px; |
− | margin-left: -1.5px; | + | background: #d7e4ed; |
| } | | } |
− | .timeline > li { | + | |
− | margin-bottom: 20px;
| + | .cssanimations .cd-timeline-img.is-hidden { |
− | position: relative; | + | visibility: hidden; |
| } | | } |
− | .timeline > li:before, | + | .cssanimations .cd-timeline-img.bounce-in { |
− | .timeline > li:after { | + | visibility: visible; |
− | content: " "; | + | animation: cd-bounce-1 0.6s; |
− | display: table; | + | |
| } | | } |
− | .timeline > li:after {
| + | |
− | clear: both; | + | @keyframes cd-bounce-1 { |
| + | 0% { |
| + | opacity: 0; |
| + | transform: scale(0.5); |
| + | } |
| + | |
| + | 60% { |
| + | opacity: 1; |
| + | transform: scale(1.2); |
| + | } |
| + | |
| + | 100% { |
| + | transform: scale(1); |
| + | } |
| } | | } |
− | .timeline > li:before,
| |
− | .timeline > li:after {
| |
− | content: " ";
| |
− | display: table;
| |
− | }
| |
− | .timeline > li:after {
| |
− | clear: both;
| |
− | }
| |
− | .timeline > li > .timeline-panel {
| |
− | width: 46%;
| |
− | float: left;
| |
− | border: 1px solid #d4d4d4;
| |
− | border-radius: 2px;
| |
− | padding: 20px;
| |
− | position: relative;
| |
− | -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
| |
− | box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
| |
− | }
| |
− | .timeline > li > .timeline-panel:before {
| |
− | position: absolute;
| |
− | top: 26px;
| |
− | right: -15px;
| |
− | display: inline-block;
| |
− | border-top: 15px solid transparent;
| |
− | border-left: 15px solid #ccc;
| |
− | border-right: 0 solid #ccc;
| |
− | border-bottom: 15px solid transparent;
| |
− | content: " ";
| |
− | }
| |
− | .timeline > li > .timeline-panel:after {
| |
− | position: absolute;
| |
− | top: 27px;
| |
− | right: -14px;
| |
− | display: inline-block;
| |
− | border-top: 14px solid transparent;
| |
− | border-left: 14px solid #fff;
| |
− | border-right: 0 solid #fff;
| |
− | border-bottom: 14px solid transparent;
| |
− | content: " ";
| |
− | }
| |
− | .timeline > li > .timeline-badge {
| |
− | color: #fff;
| |
− | width: 50px;
| |
− | height: 50px;
| |
− | line-height: 50px;
| |
− | font-size: 1.4em;
| |
− | text-align: center;
| |
− | position: absolute;
| |
− | top: 16px;
| |
− | left: 50%;
| |
− | margin-left: -25px;
| |
− | background-color: #999999;
| |
− | z-index: 100;
| |
− | border-top-right-radius: 50%;
| |
− | border-top-left-radius: 50%;
| |
− | border-bottom-right-radius: 50%;
| |
− | border-bottom-left-radius: 50%;
| |
− | }
| |
− | .timeline > li.timeline-inverted > .timeline-panel {
| |
− | float: right;
| |
− | }
| |
− | .timeline > li.timeline-inverted > .timeline-panel:before {
| |
− | border-left-width: 0;
| |
− | border-right-width: 15px;
| |
− | left: -15px;
| |
− | right: auto;
| |
− | }
| |
− | .timeline > li.timeline-inverted > .timeline-panel:after {
| |
− | border-left-width: 0;
| |
− | border-right-width: 14px;
| |
− | left: -14px;
| |
− | right: auto;
| |
− | }
| |
− | .timeline-badge.primary {
| |
− | background-color: #2e6da4 !important;
| |
− | }
| |
− | .timeline-badge.success {
| |
− | background-color: #3f903f !important;
| |
− | }
| |
− | .timeline-badge.warning {
| |
− | background-color: #f0ad4e !important;
| |
− | }
| |
− | .timeline-badge.danger {
| |
− | background-color: #d9534f !important;
| |
− | }
| |
− | .timeline-badge.info {
| |
− | background-color: #5bc0de !important;
| |
− | }
| |
− | .timeline-title {
| |
− | margin-top: 0;
| |
− | color: inherit;
| |
− | }
| |
− | .timeline-body > p,
| |
− | .timeline-body > ul {
| |
− | margin-bottom: 0;
| |
− | }
| |
− | .timeline-body > p + p {
| |
− | margin-top: 5px;
| |
− | }
| |
− |
| |
| </style> | | </style> |
| | | |
| </head> | | </head> |
| + | |
| + | |
| | | |
| <div class="column full_size"> | | <div class="column full_size"> |
| | | |
| | | |
− | <div class="container"> | + | <section id="cd-timeline"> |
− | <ul class="timeline">
| + | <div class="cd-timeline-block"> |
− | <li>
| + | <div class="cd-timeline-img"> |
− | <div class="timeline-badge"><i class="glyphicon glyphicon-check"></i></div>
| + | <img src="img/cd-icon-picture.svg" alt="Picture"> |
− | <div class="timeline-panel">
| + | </div> <!-- cd-timeline-img --> |
− | <div class="timeline-heading">
| + | |
− | <h4 class="timeline-title">July 20<sup>th</sup> 2016</h4>
| + | <div class="cd-timeline-content"> |
− | </div>
| + | <h2>Title of section 1</h2> |
− | <div class="timeline-body">
| + | <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> |
− | <p>
| + | <a href="#0" class="cd-read-more">Read more</a> |
− | <ol>
| + | <span class="cd-date">Jan 14</span> |
− | <li>4 microlitres of milliq water with 1 microlitre of plasmid</li>
| + | </div> <!-- cd-timeline-content --> |
− | <li>5 microlitres of no chlorite dismutase</li>
| + | </div> <!-- cd-timeline-block --> |
− | <li>1 microlitre of cutsmart buffer (specifically 1.1111 microlitre)</li>
| + | |
− | <ul>a. 10 x cutsmart buffer into tubes makes 1x [ ]</ul>
| + | |
− | <li>When adding BsaI, only touch the surface of the BsaI to the pipette tip. The reason: has glycerol which is sticky. Take 0.5 microlitre of BsaI.</li>
| + | <div class="cd-timeline-block"> |
− | <li>Mix sample very gently then put into a 37 degrees celsius incubator for 1 hour. </li>
| + | <div class="cd-timeline-img"> |
− | <li>Heat kill at 65 degrees celsius for 20 minutes. This kills the BsaI to prevent star activity. </li>
| + | <img src="img/cd-icon-picture.svg" alt="Picture"> |
− | <li>Pulse down tubes then add 8 microlitre of milliq water. </li>
| + | </div> <!-- cd-timeline-img --> |
− | <li>Add 2 microlitres of T4DNA ligase buffer. </li>
| + | |
− | <li>Add 0.5 microlitre of ligase then mix gently and incubate at room temperature for 30 minutes or longer.</li>
| + | <div class="cd-timeline-content"> |
− | </ol>
| + | <h2>Title of section 1</h2> |
− | </p>
| + | <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> |
− | </div>
| + | <a href="#0" class="cd-read-more">Read more</a> |
− | </div>
| + | <span class="cd-date">Jan 14</span> |
− | </li>
| + | </div> <!-- cd-timeline-content --> |
− | <li class="timeline-inverted">
| + | </div> <!-- cd-timeline-block --> |
− | <div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
| + | |
− | <div class="timeline-panel">
| + | |
− | <div class="timeline-heading">
| + | |
− | <h4 class="timeline-title">July 21<sup>st</sup> 2016</h4>
| + | |
− | </div>
| + | |
− | <div class="timeline-body">
| + | <div class="cd-timeline-block"> |
− | <p>
| + | <div class="cd-timeline-img"> |
− | <ol>
| + | <img src="img/cd-icon-picture.svg" alt="Picture"> |
− | <li>Did some plating. </li>
| + | </div> <!-- cd-timeline-img --> |
− | <li>Plated three agar types:</li>
| + | |
− | <ul>A. 4 plates of no antibiotic </ul>
| + | <div class="cd-timeline-content"> |
− | <ul>B. 10 plates of kanamycin (CM)</ul>
| + | <h2>Title of section 1</h2> |
− | <ul>C. 10 plates of ampicillin (Amp)</ul>
| + | <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> |
− | <li>Purpose: try to find the antibiotic marker on bacteria.</li>
| + | <a href="#0" class="cd-read-more">Read more</a> |
− | <li>Observational expectations: If it’s purple, then there is no Cld gene sequence. If white then has CLd gene sequence. </li>
| + | <span class="cd-date">Jan 14</span> |
− | <li>Lives or dies on certain plates. Alive on ampicillin, then it has the marker. Dies it has the CM marker. </li>
| + | </div> <!-- cd-timeline-content --> |
− | <li>Added 20 microlitres in each plate</li>
| + | </div> <!-- cd-timeline-block --> |
− | <ul>A. A total of 7 plates</ul>
| + | |
− | <ul>B. DNA minus has none, CM, and AMP</ul>
| + | |
− | <ul>C. Positive control has CM and AMP</ul>
| + | |
− | <ul>D. Cld +/- has CM and AMP</ul>
| + | |
− | </ol>
| + | <div class="cd-timeline-block"> |
− | <h4>Competent cell transformation:</h4>
| + | <div class="cd-timeline-img"> |
− | <ol>
| + | <img src="img/cd-icon-picture.svg" alt="Picture"> |
− | <li>1 microlitre of positive control added to competent cells (positive control: CPB we used yesterday before cutting and gluing)</li>
| + | </div> <!-- cd-timeline-img --> |
− | <li>10 microlitre of cloned plasmid added to competent cells (Cloned plasmid is what we did yesterday).</li>
| + | |
− | <li>Positive control, negative control, and cloned plasmid were chilled for 30 minutes, heat shocked for 90 seconds, chilled on ice for 5 minutes, and finally incubated at 37 degrees celsius with 1 ml of LB broth.</li>
| + | <div class="cd-timeline-content"> |
− | </ol>
| + | <h2>Title of section 1</h2> |
− | </p>
| + | <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> |
− | </div>
| + | <a href="#0" class="cd-read-more">Read more</a> |
− | </div>
| + | <span class="cd-date">Jan 14</span> |
− | </li>
| + | </div> <!-- cd-timeline-content --> |
− | <li>
| + | </div> <!-- cd-timeline-block --> |
− | <div class="timeline-badge danger"><i class="glyphicon glyphicon-credit-card"></i></div>
| + | |
− | <div class="timeline-panel">
| + | |
− | <div class="timeline-heading">
| + | <div class="cd-timeline-block"> |
− | <h4 class="timeline-title">July 22<sup>nd</sup> 2016</h4>
| + | <div class="cd-timeline-img"> |
− | </div>
| + | <img src="img/cd-icon-picture.svg" alt="Picture"> |
− | <div class="timeline-body">
| + | </div> <!-- cd-timeline-img --> |
− | <p>
| + | |
− | <li>It was observed that there were little purple colonies, however the colors will develope more over a longer period.</li>
| + | <div class="cd-timeline-content"> |
− | <li>Results from yesterday:</li>
| + | <h2>Title of section 1</h2> |
− | <ul>A. No Ab plates: very thick growth</ul>
| + | <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> |
− | <ul>B. Amp plates: no growth: conclusion: no amp marker</ul>
| + | <a href="#0" class="cd-read-more">Read more</a> |
− | <ul>C. CM: growth</ul>
| + | <span class="cd-date">Jan 14</span> |
− | <li>Results chart:</li>
| + | </div> <!-- cd-timeline-content --> |
− | <table style="width:96%">
| + | </div> <!-- cd-timeline-block --> |
− | <tr>
| + | |
− | <th></th>
| + | </section> |
− | <th>+ control</th>
| + | |
− | <th>DNA -</th>
| + | |
− | <th>Cld +</th>
| + | <script> |
− | <th>Cld -</th>
| + | |
− | </tr>
| + | $(window).on('scroll', function(){ |
− | <tr>
| + | $timeline_block.each(function(){ |
− | <td>No Antibiotic</td>
| + | if( $(this).offset().top <= $(window).scrollTop()+$(window).height()*0.75 && $(this).find('.cd-timeline-img').hasClass('is-hidden') ) { |
− | <td></td>
| + | $(this).find('.cd-timeline-img, .cd-timeline-content').removeClass('is-hidden').addClass('bounce-in'); |
− | <td>Yes, very thick</td>
| + | } |
− | <td></td>
| + | }); |
− | <td></rd>
| + | }); |
− | </tr>
| + | |
− | <tr>
| + | </script> |
− | <td>Amp</td>
| + | |
− | <td>No growth</td>
| + | |
− | <td>No growth</td>
| + | |
− | <td>No growth</td>
| + | |
− | <td>No growth</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>CM</td>
| + | |
− | <td>Growth (purple colonies)</td>
| + | |
− | <td>No growth</td>
| + | |
− | <td>Possibly purple and white*</td>
| + | |
− | <td>Possible purple and white*</td>
| + | |
− | </tr>
| + | |
− | </table>
| + | |
− | * Purple colour will develop more over larger period of time (perhaps over the weekend)
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </li>
| + | |
− | <li class="timeline-inverted">
| + | |
− | <div class="timeline-panel">
| + | |
− | <div class="timeline-heading">
| + | |
− | <h4 class="timeline-title">July 23<sup>rd</sup> 2016</h4>
| + | |
− | </div>
| + | |
− | <div class="timeline-body">
| + | |
− | <p>Today was spent approaching potential sponsors.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | <div class="timeline-badge info"><i class="glyphicon glyphicon-floppy-disk"></i></div>
| + | |
− | <div class="timeline-panel">
| + | |
− | <div class="timeline-heading">
| + | |
− | <h4 class="timeline-title">July 25<sup>th</sup> 2016</h4>
| + | |
− | </div>
| + | |
− | <div class="timeline-body">
| + | |
− | <p>
| + | |
− | Lab work: Today we created overnight cultures through inoculation for miniprep tomorrow.
| + | |
− | <ol>
| + | |
− | <li>Pipette 5 ml of LB broth into 6 tubes</li>
| + | |
− | <li>Add CM for antibiotic in the Broth</li>
| + | |
− | <ul>A. Had to do the above procedure again</ul>
| + | |
− | <li>Have 60 ml of LB broth</li>
| + | |
− | <ul>A. One tube gets 50 ml → 50 microlitres of CM. </ul>
| + | |
− | <li>Put 5 ml into culture tube</li>
| + | |
− | <li>Inoculate bacteria grown from last lab day.</li>
| + | |
− | <p class="text-muted">-CM allows only bacterias with CM markers to exist, thus allowing only organisms with the designated sequence to survive and live.</p>
| + | |
− | </ol>
| + | |
− | After that, more fundraising work was done.
| + | |
− | </p>
| + | |
− | <hr>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | <div class="timeline-panel">
| + | |
− | <div class="timeline-heading">
| + | |
− | <h4 class="timeline-title">July 26<sup>th</sup> 2016</h4>
| + | |
− | </div>
| + | |
− | <div class="timeline-body">
| + | |
− | <p>
| + | |
− | <ol>
| + | |
− | <li>Yesterday’s labwork had to be redone since the inoculation wasn’t done correctly.</li>
| + | |
− | <li>Reason: pipette tips used were too short and because the top of the tips were contaminated, the whole culture became contaminated.</li>
| + | |
− | <li>In our redone experiment, we used inoculation stick instead (‘just to play it safe’ Mike reasoned)</li>
| + | |
− | </ol>
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </li>
| + | |
− | <li class="timeline-inverted">
| + | |
− | <div class="timeline-badge success"><i class="glyphicon glyphicon-thumbs-up"></i></div>
| + | |
− | <div class="timeline-panel">
| + | |
− | <div class="timeline-heading">
| + | |
− | <h4 class="timeline-title">July 27<sup>th</sup> 2016</h4>
| + | |
− | </div>
| + | |
− | <div class="timeline-body">
| + | |
− | <p>
| + | |
− | <b>Mini Prep Day!</b>
| + | |
− | <ul class="text-muted" style="list-style-type:none;">
| + | |
− | <li>Cld+ cultures from yesterday were purple- that’s not good (we want white ones) so we re-inoculated Cld+ for another miniprep tomorrow</li>
| + | |
− | <li>Cld- cultures from yesterday were good so we are able to perform miniprep today with the Cld-</li>
| + | |
− | </ul>
| + | |
− | <ol>
| + | |
− | <li>Microcentrifuge 1 ml of culture (do this three times to allow a large amount of cells to build up)</li>
| + | |
− | <url>A. These cells should be orange-reddish in colour. The reason for this is due to the production of a ‘heme’ group- that is a protein that binds with Fe.</ul>
| + | |
− | <li>Addition of 250 microlitres of Buffer-PI allows resuspension of bacteria.</li>
| + | |
− | <ul>A. Buffer PI was spilled on the table, but another bottle was brought down.</ul>
| + | |
− | <ul>B. To thoroughly mix it, vortex the microcentrifuge column.</ul>
| + | |
− | <li>Add 250 microlitres of Buffer P2. Mix by inverting it 4-6 times.</li>
| + | |
− | <ul>A. Don’t let this sit for more than 5 minutes.</ul>
| + | |
− | <li>Add 350 microlitres of Buffer N3 and mix by inverting 4-6 times.</li>
| + | |
− | <ul>A. A whitish precipitate should have formed.</ul>
| + | |
− | <li>Microcentrifuge for 10 minutes at >10 000 rpm.</li>
| + | |
− | <ul>A. Supernatant is what we want. The solid is the garbage.</ul>
| + | |
− | <ul>B. Once taken out, supernatant will be pipetted out into a separate tube (not a spin column). This allows unison of the supernatant and consistency</ul>
| + | |
− | <ul>C. *Note* Eppendorf tubes are microcentrifuge tubes</ul>
| + | |
− | <li>Pipette out supernatant from new microcentrifuge into labeled spin columns</li>
| + | |
− | <ul>A. Centrifuge it for 30-60 seconds</ul>
| + | |
− | <ul>B. Let it sit for a bit</ul>
| + | |
− | <li>Add 0.75 ml of Buffer PE and centrifuge for 30-60s.</li>
| + | |
− | <ul>A. Discard flow-through and centrifuge one more time for 1 minute.</ul>
| + | |
− | <ul>B. Residual wash buffer (remove it)</ul>
| + | |
− | <li>Add 100 microlitres of Buffer EB after transferring spin column over a new microcentrifuge tube.</li>
| + | |
− | <ul>A. Stand for one minute</ul>
| + | |
− | <ul>B. Spin for one minute</ul>
| + | |
− | <ul>C. *Technique* Using finger to balance it and place it just above the filtre- Don’t touch the filter.</ul>
| + | |
− | <li>Now, we will test concentration and purity through the use of a spectrophotometer.</li>
| + | |
− | <li>Results:</li>
| + | |
− | <table style="width:96%">
| + | |
− | <tr>
| + | |
− | <th></th>
| + | |
− | <th>Vial Number</th>
| + | |
− | <th>260/280</th>
| + | |
− | <th>Concentration in nanograms/microlitre</th>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>1</td>
| + | |
− | <td>1.77</td>
| + | |
− | <td>88.4</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>1</td>
| + | |
− | <td>1.80</td>
| + | |
− | <td>85.0</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>2</td>
| + | |
− | <td>1.81</td>
| + | |
− | <td>84.4</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>2</td>
| + | |
− | <td>1.80</td>
| + | |
− | <td>85.0</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>3</td>
| + | |
− | <td>1.79</td>
| + | |
− | <td>87.0</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>3</td>
| + | |
− | <td>1.81</td>
| + | |
− | <td>78.6</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>4</td>
| + | |
− | <td>1.79</td>
| + | |
− | <td>83.6</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>4</td>
| + | |
− | <td>1.79</td>
| + | |
− | <td>83.1</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>5</td>
| + | |
− | <td>1.79</td>
| + | |
− | <td>77.7</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>5</td>
| + | |
− | <td>1.77</td>
| + | |
− | <td>81.2</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>6</td>
| + | |
− | <td>1.81</td>
| + | |
− | <td>76.7</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>6</td>
| + | |
− | <td>1.79</td>
| + | |
− | <td>77.2</td>
| + | |
− | </tr>
| + | |
− | </table>
| + | |
− | </ol>
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | <div class="timeline-badge"><i class="glyphicon glyphicon-check"></i></div>
| + | |
− | <div class="timeline-panel">
| + | |
− | <div class="timeline-heading">
| + | |
− | <h4 class="timeline-title">July 28<sup>th</sup> 2016</h4>
| + | |
− | </div>
| + | |
− | <div class="timeline-body">
| + | |
− | <p>
| + | |
− | Mini Prep Day (again) today.
| + | |
− | <ol>
| + | |
− | <li>Cld + cultures are ready (not purple this time)</li>
| + | |
− | <ul>A. Perform miniprep on them</ul>
| + | |
− | <ul>B. We went through the exact procedure as the previous day</ul>
| + | |
− | </ol>
| + | |
− | Mini Prep
| + | |
− | <ol>
| + | |
− | <li>Observations: Like yesterday, the pellet that formed after the microcentrifugation is reddish-orange</li>
| + | |
− | <ul>A. Vial 4 (after vortex with Buffer PI) appears to be purplish in colour rather than pink like the rest.</ul>
| + | |
− | <ul>B. Pink: “Strawberry Milkshake”</ul>
| + | |
− | <ul>C. Purple: “Glove coloured purple with a slight tint of pink”</ul>
| + | |
− | <li>Second centrifugation (with PE) of number 4: the waste was blue and this might be due to the blue dye of the sharpie we used to differentiate vial 4’s content from the rest.</li>
| + | |
− | <ul>A. At first, it was believed this was due to the initial purple colour, but upon closer inspection, it was realized some blue streaked marks suggested that enthanol cleaned away the blue sharpie dye.</ul>
| + | |
− | <li>Results:</li>
| + | |
− | <table style="width:96%">
| + | |
− | <tr>
| + | |
− | <th></th>
| + | |
− | <th>Vial Number</th>
| + | |
− | <th>260/280</th>
| + | |
− | <th>Concentration in nanograms/microlitre</th>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>1</td>
| + | |
− | <td>1.78</td>
| + | |
− | <td>86.7</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>1</td>
| + | |
− | <td>1.83</td>
| + | |
− | <td>85.4</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>2</td>
| + | |
− | <td>1.79</td>
| + | |
− | <td>98.5</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>2</td>
| + | |
− | <td>1.79</td>
| + | |
− | <td>98.6</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>3</td>
| + | |
− | <td>1.83</td>
| + | |
− | <td>81.9</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>3</td>
| + | |
− | <td>N/A</td>
| + | |
− | <td>N/A</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 3</td>
| + | |
− | <td>3</td>
| + | |
− | <td>1.82</td>
| + | |
− | <td>82.9</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>4</td>
| + | |
− | <td>1.82</td>
| + | |
− | <td>97.1</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>4</td>
| + | |
− | <td>1.80</td>
| + | |
− | <td>97.3</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>5</td>
| + | |
− | <td>1.82</td>
| + | |
− | <td>92.7</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>5</td>
| + | |
− | <td>1.82</td>
| + | |
− | <td>93.9</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 1</td>
| + | |
− | <td>6</td>
| + | |
− | <td>1.82</td>
| + | |
− | <td>95.4</td>
| + | |
− | </tr>
| + | |
− | <tr>
| + | |
− | <td>Read 2</td>
| + | |
− | <td>6</td>
| + | |
− | <td>1.82</td>
| + | |
− | <td>95.4</td>
| + | |
− | </tr>
| + | |
− | </table>
| + | |
− | <ul>A. *N/A is due to pipette contamination. The 260/280 value here was 1.64 and the concentration reading was 93.8 nanograms/microlitre</ul>
| + | |
− | <ul>B. Cld+ may have higher concentrations due to histidines present in the Cld+ sequence.</ul>
| + | |
− | <li>Next, we created a recipe for mixmaster:</li>
| + | |
− | <ul>A. It was calculated through the formula C1V1=C2V2 that the it was required 26.666… or 27 microlitres of cutsmart. 171 microlitres of milliculewater and 2 microlitres of BsaI.</ul>
| + | |
− | <li>Gel Electrophoresis</li>
| + | |
− | <ul>A. To check the plasmid backbone and the Cld +/- insert. </ul>
| + | |
− | <ul>B. Separate (and no gluing)</ul>
| + | |
− | <li>Create master mix by adding 27 microlitres of cutsmart, 171 microlitres of millicule water and 2 microlitres of BsaI. *remember that enzymes are always kept on ice!*</li>
| + | |
− | <li>Transfer fifteen microlitres of master mix into each digestion tube (a total of 13 tubes)</li>
| + | |
− | <ul>A. Each tube is labeled with a digit from 1 to 6 and whether it was Cld - or +. </ul>
| + | |
− | <li>Add 5 microlitres of DNA to each tube.</li>
| + | |
− | <ul>A. *note: cutsmart buffer is used to provide optimal environment for cut enzyme.</ul>
| + | |
− | <ul>B. Cut DNA to compare relative sizes: we will see:</ul>
| + | |
− | <ul>a. Cld +/- (1 Kb) </ul>
| + | |
− | <ul>b. Colour gene (0.7 Kb)</ul>
| + | |
− | <ul>c. Whole plasmid backbone (4 Kb)</ul>
| + | |
− | <b>~Lunch break~</b>
| + | |
− | <li>Gel electrophoresis</li>
| + | |
− | <ul>A. Make gel: 1% agarose in TAE into well</ul>
| + | |
− | <ul>a. *1% is 1g/100ml</ul>
| + | |
− | <ul>B. Add loading dye into tubes</ul>
| + | |
− | <ul>C. Add 5 microlitres of sample into wells</ul>
| + | |
− | <ul>D. Same procedure as practice procedures found online</ul>
| + | |
− | <li>Pcitures of results are taken....</li>
| + | |
− | </ol>
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </li>
| + | |
− | <li class="timeline-inverted">
| + | |
− | <div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
| + | |
− | <div class="timeline-panel">
| + | |
− | <div class="timeline-heading">
| + | |
− | <h4 class="timeline-title">August 2<sup>nd</sup> 2016</h4>
| + | |
− | </div>
| + | |
− | <div class="timeline-body">
| + | |
− | <p>
| + | |
− | We split the team up into science and non-science groups...
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | <div class="timeline-badge"><i class="glyphicon glyphicon-check"></i></div>
| + | |
− | <div class="timeline-panel">
| + | |
− | <div class="timeline-heading">
| + | |
− | <h4 class="timeline-title">August 3<sup>rd</sup> 2016</h4>
| + | |
− | </div>
| + | |
− | <div class="timeline-body">
| + | |
− | <p>
| + | |
− | <ul style="list-style-type: none;">
| + | |
− | <li>Science based:</li>
| + | |
− | <ul style="list-style-type: circle;">
| + | |
− | <li>Perchlorate team initiates</li>
| + | |
− | <li>Biobrick team initiates</li>
| + | |
− | <li>Process and quant bio are to design the experiments and must research up on it. (This requires some time)</li>
| + | |
− | </ul>
| + | |
− | <li>Non-Science based:</li>
| + | |
− | <ul style="list-style-type: none;">
| + | |
− | <li>Fundraising work was done</li>
| + | |
− | </ul>
| + | |
− | </ul>
| + | |
− | <hr>
| + | |
− | <b>BioBrick Team</b>: they will perform a miniprep after inoculating replicated bateria today.
| + | |
− | <ul stlye="list-style-type: circle;">
| + | |
− | <li>Today, chemical transformation was performed (refer to 8.5) to create a lot of plasmids (there is not enough)</li>
| + | |
− | <ul style="list-style-type: disc;">
| + | |
− | <ul class="text-muted" style="list-style-type: none;">
| + | |
− | <li>When referring, note that ligase was not added</li>
| + | |
− | </ul>
| + | |
− | <li>Plasmid that were used were those given from igem (required in order to win gold)</li>
| + | |
− | <li>Today, inoculation of grown bacteria will be performed to create cultures for miniprep tomorrow</li>
| + | |
− | </ul>
| + | |
− | <li>Chloramphenicol: antibiotic will be added to the inoculated cultures.</li>
| + | |
− | <ul style="list-style-type: disc;">
| + | |
− | <li>The given plasmids have a chloramphenicol resistance marker.</li>
| + | |
− | </ul>
| + | |
− | <li>All in all: the purpose of today for the biobrick team: Create more plasmids because there isn’t enough.</li>
| + | |
− | <ul style="list-style-type: disc;">
| + | |
− | <li>Then. create cultures for miniprep.</li>
| + | |
− | </ul>
| + | |
− | </ul>
| + | |
− | <b>Procedure of the BioBrick Team</b>
| + | |
− | <ol>
| + | |
− | <li>Take out chemically competent e.coli from freezer and put in ice. 50 microlitres of e.coli into microcentrifuge tube.</li>
| + | |
− | <li>DNA are added to cells. Stir with pipette tip, but do not pipette up or down.</li>
| + | |
− | <li>Incubate on ice for 30 minutes.</li>
| + | |
− | <li>Heat shock at 42 degrees celsius for 30 seconds.</li>
| + | |
− | <li>Incubate for 5 minutes on ice, then add 1 ml of LB.</li>
| + | |
− | <li>Incubate for 1 hr at 37 degrees celsius at 250 rpm. (5ml of LB and 5 microlitres of Antibiotic)</li>
| + | |
− | <li>2 culture tubes: 5 ml of LB, 15 microlitres of antibiotic, and 100 microlitres of plasmid.</li>
| + | |
− | <li>Incubate for whole night.</li>
| + | |
− | </ol>
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </li>
| + | |
− | <li class="timeline-inverted">
| + | |
− | <div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
| + | |
− | <div class="timeline-panel">
| + | |
− | <div class="timeline-heading">
| + | |
− | <h4 class="timeline-title">August <sup>th</sup> 2016</h4>
| + | |
− | </div>
| + | |
− | <div class="timeline-body">
| + | |
− | <p>
| + | |
− | <ul style="list-style-type: circle;">
| + | |
− | <li>Inoculation from yesterday failed</li>
| + | |
− | <li>Therefore, we must do it again</li>
| + | |
− | <ul style="list-style-type: disc;">
| + | |
− | <li>Two tubes: one of each has: 10 microlitres of plasmid and 5 microlitres of antibiotic</li>
| + | |
− | </ul>
| + | |
− | </ul>
| + | |
− | <ol>
| + | |
− | <li>10 microlitres of plasmid into 1 microcentrifuge tube</li>
| + | |
− | <li>Incubate on ice for 30 minutes</li>
| + | |
− | <li>Heat shock at 42 degrees celsius for 90 seconds</li>
| + | |
− | <li>Incubate on ice for 5 minutes</li>
| + | |
− | <li>Add 1 ml of LB broth into tube and incubate at 37 degrees celsius for 1 hour.</li>
| + | |
− | <li>Add 5 ml of LB broth into 2 culture tubes</li>
| + | |
− | <li>Add 5 microlitres of antibiotic into each culture tubes</li>
| + | |
− | <li>Transfer 200 microlitres of plasmid and e.coli into each culture tubes (Plasmid is called pSBIC3)
| + | |
− | </li>
| + | |
− | <li>Shake overnight at 37 degrees celsius. </li>
| + | |
− | </ol>
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </li>
| + | |
− | </ul>
| + | |
− | </div>
| + | |
| | | |
| | | |