Team:Glendale CC AZ/Notebook
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | {{:Team:Glendale_CC_AZ/main.css}} | + | {{:Team:Glendale_CC_AZ/main.css}} |
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <link | ||
+ | href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic" | ||
+ | rel="stylesheet" type="text/css"> | ||
+ | <link | ||
+ | href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic" | ||
+ | rel="stylesheet" type="text/css"> | ||
+ | <meta charset="UTF-8"> | ||
+ | <style type="text/css"> | ||
+ | body { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | background: rgb(230,230,230); | ||
+ | |||
+ | color: rgb(50,50,50); | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | font-size: 112.5%; | ||
+ | line-height: 1.6em; | ||
+ | } | ||
+ | |||
+ | /* ================ The Timeline ================ */ | ||
+ | |||
+ | .timeline { | ||
+ | position: relative; | ||
+ | width: 660px; | ||
+ | margin: 0 auto; | ||
+ | margin-top: 20px; | ||
+ | padding: 1em 0; | ||
+ | list-style-type: none; | ||
+ | } | ||
+ | p list { | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .timeline:before { | ||
+ | position: absolute; | ||
+ | left: 50%; | ||
+ | top: 0; | ||
+ | content: ' '; | ||
+ | display: block; | ||
+ | width: 6px; | ||
+ | height: 100%; | ||
+ | margin-left: -3px; | ||
+ | background: rgb(80,80,80); | ||
+ | background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%); | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1))); | ||
+ | background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%); | ||
+ | background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%); | ||
+ | background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%); | ||
+ | background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%); | ||
+ | |||
+ | z-index: 5; | ||
+ | } | ||
+ | |||
+ | .timeline li { | ||
+ | padding: 1em 0; | ||
+ | } | ||
+ | |||
+ | .timeline li:after { | ||
+ | content: ""; | ||
+ | display: block; | ||
+ | height: 0; | ||
+ | clear: both; | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | .direction-l { | ||
+ | position: relative; | ||
+ | width: 300px; | ||
+ | float: left; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | .direction-r { | ||
+ | position: relative; | ||
+ | width: 300px; | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .flag-wrapper { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | |||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .flag { | ||
+ | position: relative; | ||
+ | display: inline; | ||
+ | background: rgb(248,248,248); | ||
+ | padding: 6px 10px; | ||
+ | border-radius: 5px; | ||
+ | |||
+ | font-weight: 600; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .direction-l .flag { | ||
+ | -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15); | ||
+ | -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15); | ||
+ | box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15); | ||
+ | } | ||
+ | |||
+ | .direction-r .flag { | ||
+ | -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15); | ||
+ | -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15); | ||
+ | box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15); | ||
+ | } | ||
+ | |||
+ | .direction-l .flag:before, | ||
+ | .direction-r .flag:before { | ||
+ | position: absolute; | ||
+ | top: 50%; | ||
+ | right: -40px; | ||
+ | content: ' '; | ||
+ | display: block; | ||
+ | width: 12px; | ||
+ | height: 12px; | ||
+ | margin-top: -10px; | ||
+ | background: #fff; | ||
+ | border-radius: 10px; | ||
+ | border: 4px solid rgb(255,80,80); | ||
+ | z-index: 10; | ||
+ | } | ||
+ | |||
+ | .direction-r .flag:before { | ||
+ | left: -40px; | ||
+ | } | ||
+ | |||
+ | .direction-l .flag:after { | ||
+ | content: ""; | ||
+ | position: absolute; | ||
+ | left: 100%; | ||
+ | top: 50%; | ||
+ | height: 0; | ||
+ | width: 0; | ||
+ | margin-top: -8px; | ||
+ | border: solid transparent; | ||
+ | border-left-color: rgb(248,248,248); | ||
+ | border-width: 8px; | ||
+ | pointer-events: none; | ||
+ | } | ||
+ | |||
+ | .direction-r .flag:after { | ||
+ | content: ""; | ||
+ | position: absolute; | ||
+ | right: 100%; | ||
+ | top: 50%; | ||
+ | height: 0; | ||
+ | width: 0; | ||
+ | margin-top: -8px; | ||
+ | border: solid transparent; | ||
+ | border-right-color: rgb(248,248,248); | ||
+ | border-width: 8px; | ||
+ | pointer-events: none; | ||
+ | } | ||
+ | |||
+ | .time-wrapper { | ||
+ | display: inline; | ||
+ | |||
+ | line-height: 1em; | ||
+ | font-size: 0.66666em; | ||
+ | color: rgb(250,80,80); | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | .direction-l .time-wrapper { | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .direction-r .time-wrapper { | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .time { | ||
+ | display: inline-block; | ||
+ | padding: 4px 6px; | ||
+ | background: rgb(248,248,248); | ||
+ | } | ||
+ | |||
+ | .desc { | ||
+ | margin: 1em 0.75em 0 0; | ||
+ | |||
+ | font-size: 0.77777em; | ||
+ | font-style: italic; | ||
+ | line-height: 1.5em; | ||
+ | } | ||
+ | |||
+ | .direction-r .desc { | ||
+ | margin: 1em 0 0 0.75em; | ||
+ | } | ||
+ | |||
+ | /* ================ Timeline Media Queries ================ */ | ||
+ | |||
+ | @media screen and (max-width: 660px) { | ||
+ | |||
+ | .timeline { | ||
+ | width: 100%; | ||
+ | padding: 4em 0 1em 0; | ||
+ | } | ||
+ | |||
+ | .timeline li { | ||
+ | padding: 2em 0; | ||
+ | } | ||
+ | |||
+ | .direction-l, | ||
+ | .direction-r { | ||
+ | float: none; | ||
+ | width: 100%; | ||
+ | |||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .flag-wrapper { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .flag { | ||
+ | background: rgb(255,255,255); | ||
+ | z-index: 15; | ||
+ | } | ||
+ | |||
+ | .direction-l .flag:before, | ||
+ | .direction-r .flag:before { | ||
+ | position: absolute; | ||
+ | top: -30px; | ||
+ | left: 50%; | ||
+ | content: ' '; | ||
+ | display: block; | ||
+ | width: 12px; | ||
+ | height: 12px; | ||
+ | margin-left: -9px; | ||
+ | background: #fff; | ||
+ | border-radius: 10px; | ||
+ | border: 4px solid rgb(255,80,80); | ||
+ | z-index: 10; | ||
+ | } | ||
+ | |||
+ | .direction-l .flag:after, | ||
+ | .direction-r .flag:after { | ||
+ | content: ""; | ||
+ | position: absolute; | ||
+ | left: 50%; | ||
+ | top: -8px; | ||
+ | height: 0; | ||
+ | width: 0; | ||
+ | margin-left: -8px; | ||
+ | border: solid transparent; | ||
+ | border-bottom-color: rgb(255,255,255); | ||
+ | border-width: 8px; | ||
+ | pointer-events: none; | ||
+ | } | ||
+ | |||
+ | .time-wrapper { | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | margin: 4px 0 0 0; | ||
+ | z-index: 14; | ||
+ | } | ||
+ | |||
+ | .direction-l .time-wrapper { | ||
+ | float: none; | ||
+ | } | ||
+ | |||
+ | .direction-r .time-wrapper { | ||
+ | float: none; | ||
+ | } | ||
+ | |||
+ | .desc { | ||
+ | position: relative; | ||
+ | margin: 1em 0 0 0; | ||
+ | padding: 1em; | ||
+ | background: rgb(245,245,245); | ||
+ | -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20); | ||
+ | -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20); | ||
+ | box-shadow: 0 0 1px rgba(0,0,0,0.20); | ||
+ | |||
+ | z-index: 15; | ||
+ | } | ||
+ | |||
+ | .direction-l .desc, | ||
+ | .direction-r .desc { | ||
+ | position: relative; | ||
+ | margin: 1em 1em 0 1em; | ||
+ | padding: 1em; | ||
+ | |||
+ | z-index: 15; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 400px ?? max-width: 660px) { | ||
+ | |||
+ | .direction-l .desc, | ||
+ | .direction-r .desc { | ||
+ | margin: 1em 4em 0 4em; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | * { | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | |||
+ | html { | ||
+ | font-size:50%; | ||
+ | -webkit-font-smoothing: antialiased; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | font-family: "Source Sans Pro"; | ||
+ | font-size:1.6rem; | ||
+ | line-height: 2.3rem; | ||
+ | color:#444; | ||
+ | background: #fff; | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | color: #06c; | ||
+ | transition: color .3s; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | color: #012c57; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6, h7 { | ||
+ | font-family: "Futura"; | ||
+ | line-height:2.6rem; | ||
+ | font-weight:normal; | ||
+ | color: #111; | ||
+ | } | ||
+ | |||
+ | .content-area { | ||
+ | width:850px; | ||
+ | padding:2rem; | ||
+ | margin:auto; | ||
+ | background: #f9f9f9; | ||
+ | } | ||
+ | |||
+ | .content-area h1 { | ||
+ | font-size: 2.7rem; | ||
+ | } | ||
+ | |||
+ | .content-area h2 { | ||
+ | font-size: 2.2rem; | ||
+ | } | ||
+ | |||
+ | .content-area h3 { | ||
+ | font-size: 2.7rem; | ||
+ | } | ||
+ | |||
+ | .content-area h4 { | ||
+ | font-size: 4.0rem; | ||
+ | } | ||
+ | |||
+ | .content-area h5 { | ||
+ | font-size: 1.4rem; | ||
+ | } | ||
+ | |||
+ | .content-area h6 { | ||
+ | font-size: 1.2rem; | ||
+ | } | ||
+ | |||
+ | .content-area aside { | ||
+ | float:right; | ||
+ | width:50%; | ||
+ | padding:2rem; | ||
+ | |||
+ | .blockquote { | ||
+ | font-family: Georgia, serif; | ||
+ | font-size: 18px; | ||
+ | font-style: italic; | ||
+ | width: 500px; | ||
+ | margin: 0.25em 0; | ||
+ | padding: 0.35em 40px; | ||
+ | line-height: 1.45; | ||
+ | position: relative; | ||
+ | color: #383838; | ||
+ | } | ||
+ | |||
+ | .blockquote:before { | ||
+ | display: block; | ||
+ | padding-left: 10px; | ||
+ | content: "\201C"; | ||
+ | font-size: 80px; | ||
+ | position: absolute; | ||
+ | left: -20px; | ||
+ | top: -20px; | ||
+ | color: #7a7a7a; | ||
+ | } | ||
+ | |||
+ | .blockquote cite { | ||
+ | color: #999999; | ||
+ | font-size: 14px; | ||
+ | display: block; | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | |||
+ | .blockquote cite:before { | ||
+ | content: "\2014 \2009"; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | <title></title> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div class="content-area"> <article> | ||
+ | </article> | ||
+ | <h4>Glendale Community College Arizona<img | ||
+ | style="width: 200px; height: 58px;" alt="GCC" | ||
+ | src="https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align="right"> | ||
+ | </h4> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | |||
+ | <h5><p>Protocols</p> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/GrowthCurve">Growth Curve Assay</a></p> | ||
+ | <a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/NaCl">NaCl Growth Curve Assay</a></p> | ||
+ | <a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/SurivalGrowth">Survival Growth Assay</a></p> | ||
+ | <a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/AlkalineLysis">Alkaline Lysis Plasmid Miniprep </a></p> | ||
+ | <a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/RestrictionDigest">Restriction Digest</a></p> | ||
+ | <a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/DNAIsolation">DNA Isolation</a></p> | ||
+ | <a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/Bioinformatics">Bioinformatics</a></p> | ||
+ | <a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/Ligation">Ligation</a></p> | ||
+ | <a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/Transformation">Transformation</a></p> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <h2> | ||
+ | |||
+ | <h3><big style="color: rgb(204, 0, 0);"><big><big><big> Timeline & Daily Logs</big></big></big></big></h3> | ||
+ | |||
+ | <!-- The Timeline --> | ||
+ | |||
+ | <ul class="timeline"> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 22nd</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Performed PCR on LEA 1 and LEA 2 from D. hopiensis. | ||
+ | 2. Inoculated bacteria containing single parts (LacI, RBS, TT, LEA-soybean, and RFP). | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 20th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Performed Gel Electrophoresis on PCR products (Ran gel too long, had to re-run). | ||
+ | 2. Performed Alkaline Lysis Plasmid Miniprep on sample B of single parts (LacI promoter, RBS, LEA, TT, and the RFP control). | ||
+ | 3. Prepared 2x 40 mL gels for mini prep products from 8/17/13 and earlier today. | ||
+ | 4. Read absorbance values for miniprep samples from today. | ||
+ | 5. Performed PCR on miniprep products from 8/17/13 as well as miniprep products from earlier today. | ||
+ | 6. Prepared samples for sequencing. | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 17th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Reviewed what we've learned from gel ran on 8/16/13. | ||
+ | 2. Performed Alkaline Lysis Plasmid Miniprep on sample A of single parts(LacI promoter, RBS, LEA, TT, and the RFP control). | ||
+ | 3. Read absorbance values of miniprep products.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 16th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Performed Gel Electrophoresis containing digest products from 8/15/13.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 15th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed control restriction digest containing RFP- control ONLY, but different enzymes and | ||
+ | different buffers for each. (To ensure enzymes and buffers are performing as expected).</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 14th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Discussed and planned future of GCC's 2013 iGEM team. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 13th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Performed PCR of LEA 1 and LEA 2 D. radiodurans isolates. | ||
+ | 2. Performed Gel Electrophoresis containing 8/12/13 PCR products. | ||
+ | 3. Performed Gel Electrophoresis containing PCR products from today (LEA 1 & 2- D. radiodurans).</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 12th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed PCR of LEA 1 and LEA 2 D. hopiensis isolates.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 10th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Team met at local public library to divide up wiki sections and create a complete outline of project section of the wiki. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 8th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed transformation of all ligation products from 8/7/13 according to iGEM's transformation protocol. | ||
+ | 2. Found a few extra biobricks to order from iGEM for easier assembly. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 7th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed ligation of single and double digests according to iGEM's ligation protocol.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 6th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Ran out agarose gel containing PCR products from 8/1/13 (isolates+LEA). | ||
+ | 2. Performed Gel Electrophoresis (ran gel) containing Ecor1 digests, as well as select single/double digested parts from previous trials. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 5th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Debriefed team on results from all procedures performed 8/1/13. | ||
+ | 2. Performed Ecor1 digest using miniprep products from 8/1/13. | ||
+ | 3. Re-ran agarose gel of double digested parts from 8/1/13.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">August 1st</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Performed Restriction Digest. | ||
+ | 2. Performed Alkaline Lysis Plasmid Miniprep on double parts. | ||
+ | 3. Read absorbance values of miniprep products. | ||
+ | 4. Ran agarose gel containing digested parts (from earlier today). | ||
+ | 5. Performed PCR on single and double parts (LacI promoter, ribosome binding site, double terminator, RFP, LacI+ RBS, TT+ LEA) | ||
+ | 6. Performed PCR on D. hopiensis isolates and LEA. | ||
+ | 7. Ran out 2x agarose gels containing (separately) PCR products from today. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 31st</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed Restriction Digest according to values determined on 7/29/13. | ||
+ | 2. Inoculated bacterial cultures from 7/25/13 plates. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 30th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Ran large agarose gel of PCR products from 7/25/13. | ||
+ | 2. Performed PCR on yesterday's miniprep products. | ||
+ | 3. Performed PCR on LEA (D. hopiensis). | ||
+ | 4. Ran agarose gel of PCR products containing miniprep products from 7/29/13.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 29th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed Alkaline Lysis Plasmid Miniprep on RFP Control, LacI Promoter, Double Terminator, and Ribosome Binding Site. | ||
+ | 2. Read absorbance values of miniprep products. | ||
+ | 3. Determined volume of miniprep products needed to perform Restriction Digest. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 25th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Streaked plates with archived glycerol stocks. | ||
+ | 2. Performed PCR. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 24th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Ran miniprep samples on agarose gels prepared 7/22/13.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 23rd</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Performed Alkaline Lysis Plasmid Miniprep on the rest of the transformed bacteria from 7/18/13. | ||
+ | 2. Read the absorbance values for all miniprep samples. | ||
+ | 3. Read the absorbance values for genomic DNA isolated on 7/18/13. | ||
+ | 4. Performed Restriction Digest on miniprep samples. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 22nd</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Performed Alkaline Lysis Plasmid Miniprep on half of the transformed bacteria from 7/18/13. | ||
+ | 2. Prepared 2x 50 mL agarose gels to run all miniprep samples. | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 19th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. First round of wiki assignments due.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 18th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Team split up to work on transformation and DNA isolation.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 17th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Ran gel of digest products to ensure digest was successful. | ||
+ | 2. Performed ligation according to iGEM's ligation protocol.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 16th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed Restriction Digest according to iGEM's restriction digest protocol. | ||
+ | 2. Reviewed iGEM's ligation protocol and created table for 7/17/13. | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 15th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Ran gel of of 7/9/13 and 7/10/13 Miniprep products. | ||
+ | 2. Ran gel of PCR products from 7/10/13 | ||
+ | 3. Presentation on Restriction Digest protocol and created table for 7/16/13 digest. | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 10th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Counted colonies on plates from yesterday's Survival Growth Assay. | ||
+ | 2. Performed PCR | ||
+ | 3. Performed Miniprep.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 9th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed NaCl Growth Curve Assay on E.coli containing PprA and RecA. | ||
+ | 2. Ran gels of PCR products. | ||
+ | 3. Performed Miniprep. | ||
+ | 4. Performed Survival Growth Assay.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 8th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Set up bacterial growth culture of transformation products from 7/8/13. | ||
+ | 2. Performed Polymerase Chain Reaction. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 3rd</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed transformation on LacI promoter (BBa_R0010), Ribosome Binding Site (BBa_B0034), Double Terminator (BBa_B0015), and RFP Control provided by iGEM.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 2nd</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Team split up and performed NaCl Growth Curve Assay on transformed E.coli containing PprI gene or RecA gene (depending on group). | ||
+ | 2. Performed Survival Growth Assay. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">July 1st</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Presentation on adding information and navigating our wiki page. | ||
+ | 2. First round of wiki sections assigned.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 27th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed NaCl Growth Curve Assay, working with higher concentration of IPTG. | ||
+ | 2. Performed Survival Growth Assay. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 26th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Ran yesterday's miniprep products out on a gel. | ||
+ | 2. Performed NaCl Growth Curve Assay. | ||
+ | 3. Developed protocol and flowchart for Survival Growth Assay. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 25th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed Miniprep. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 20th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed Miniprep and Gel Electrophoresis.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 19th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Presentation on Gel Electrophoresis protocol. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 18th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Added prefix and suffix sequences to primers, reviewed entire sequence once more prior to ordering. | ||
+ | 2. Presentation on Alkaline Lysis Plasmid Miniprep protocol, drew up flowchart. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 17th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. De-briefed members unable to attend ASU luncheon. | ||
+ | 2. Fern and Cristina debuted first clips of our team stop motion video!</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 14th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Team went to ASU for meet-and-greet luncheon with ASU's 2013 iGEM team. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 13th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Performed Hydrogen Peroxide Growth Curve Assay, still searching working with different concentrations of hydrogen peroxide. | ||
+ | 2. Presentation on iGEM's transformation protocol.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 12th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Team double checked primer designs for restriction sites Xba1, Pst1, Ecor1, and Spe1.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 11th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Performed Hydrogen Peroxide Growth Curve Assay with different concentrations of hydrogen peroxide. | ||
+ | 2. Team searched for homolog genes of interest in D. hopiensis. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 10th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Team presented primer designs.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 6th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Performed NaCl Growth Curve Assay to determine appropriate concentration of NaCl. | ||
+ | 2. Planned next stages of our project. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 5th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Performed Hydrogen Peroxide Growth Curve Assay to determine appropriate concentration of hydrogen peroxide.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">June 4th </span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Reviewed protocol for DNA isolation. | ||
+ | 2. Biotech student Beau came in to present his project on Deinococcus radiodurans.</div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">May 29th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Biobrick and gene presentations continued. | ||
+ | 2. Team covered requirements for designing primers, determined primers for all genes of interest.</div> | ||
+ | </div> | ||
+ | </li> <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">May 28th</span> | ||
+ | <span class="time-wrapper"><span class="time">2013 </span></span> | ||
+ | </div> | ||
+ | <div class="desc"> 1. Biobrick and gene presentations continued. | ||
+ | 2. Reviewed protocol for Polymerase Chain Reaction. | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">May 22nd</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Members continued biobrick and gene presentations. | ||
+ | 2. Team split into 5 groups and performed our first Growth Curve Assay.</div> | ||
+ | </div> | ||
+ | </li> <!-- Item A --> | ||
+ | <li> | ||
+ | <div class="direction-r"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">May 21st</span> | ||
+ | <span class="time-wrapper"><span class="time">2013</span></span> | ||
+ | </div> | ||
+ | <div class="desc">1. Members began their biobrick presentations. | ||
+ | 2. We covered online resources available to the team such as Open Wetware, iGEM Help pages, and Rstudio. 3. Team developed protocol for our Growth Curve Assay. </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <!-- Item B --> | ||
+ | <li> | ||
+ | <div class="direction-l"> | ||
+ | <div class="flag-wrapper"> | ||
+ | <span class="flag">1st Meeting</span> | ||
+ | <span class="time-wrapper"><span class="time">May 20th </span></span> | ||
+ | </div> | ||
+ | <div class="desc"><p list> 1. Developed goals for the summer | ||
+ | 2. Reviewed lab techniques | ||
+ | 3. Reviewed iGEM website and registry | ||
+ | 4. Assigned biobricks of interest and genes of interest to present</p></div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | <!--/.content-area--> | ||
+ | </body> | ||
+ | </html> | ||
{|border="0" cellpadding="5" align="center" | {|border="0" cellpadding="5" align="center" |
Revision as of 00:08, 23 September 2013
Glendale Community College Arizona
Protocols
Growth Curve Assay NaCl Growth Curve Assay Survival Growth Assay Alkaline Lysis Plasmid Miniprep Restriction Digest DNA Isolation Bioinformatics Ligation Transformation
Timeline & Daily Logs
-
August 22nd
2013
1. Performed PCR on LEA 1 and LEA 2 from D. hopiensis.
2. Inoculated bacteria containing single parts (LacI, RBS, TT, LEA-soybean, and RFP).
-
August 20th
2013
1. Performed Gel Electrophoresis on PCR products (Ran gel too long, had to re-run).
2. Performed Alkaline Lysis Plasmid Miniprep on sample B of single parts (LacI promoter, RBS, LEA, TT, and the RFP control).
3. Prepared 2x 40 mL gels for mini prep products from 8/17/13 and earlier today.
4. Read absorbance values for miniprep samples from today.
5. Performed PCR on miniprep products from 8/17/13 as well as miniprep products from earlier today.
6. Prepared samples for sequencing.
-
August 17th
2013
1. Reviewed what we've learned from gel ran on 8/16/13.
2. Performed Alkaline Lysis Plasmid Miniprep on sample A of single parts(LacI promoter, RBS, LEA, TT, and the RFP control).
3. Read absorbance values of miniprep products.
-
August 16th
2013
1. Performed Gel Electrophoresis containing digest products from 8/15/13.
-
August 15th
2013
1. Performed control restriction digest containing RFP- control ONLY, but different enzymes and
different buffers for each. (To ensure enzymes and buffers are performing as expected).
-
August 14th
2013
1. Discussed and planned future of GCC's 2013 iGEM team.
-
August 13th
2013
1. Performed PCR of LEA 1 and LEA 2 D. radiodurans isolates.
2. Performed Gel Electrophoresis containing 8/12/13 PCR products.
3. Performed Gel Electrophoresis containing PCR products from today (LEA 1 & 2- D. radiodurans).
-
August 12th
2013
1. Performed PCR of LEA 1 and LEA 2 D. hopiensis isolates.
-
August 10th
2013
1. Team met at local public library to divide up wiki sections and create a complete outline of project section of the wiki.
-
August 8th
2013
1. Performed transformation of all ligation products from 8/7/13 according to iGEM's transformation protocol.
2. Found a few extra biobricks to order from iGEM for easier assembly.
-
August 7th
2013
1. Performed ligation of single and double digests according to iGEM's ligation protocol.
-
August 6th
2013
1. Ran out agarose gel containing PCR products from 8/1/13 (isolates+LEA).
2. Performed Gel Electrophoresis (ran gel) containing Ecor1 digests, as well as select single/double digested parts from previous trials.
-
August 5th
2013
1. Debriefed team on results from all procedures performed 8/1/13.
2. Performed Ecor1 digest using miniprep products from 8/1/13.
3. Re-ran agarose gel of double digested parts from 8/1/13.
-
August 1st
2013
1. Performed Restriction Digest.
2. Performed Alkaline Lysis Plasmid Miniprep on double parts.
3. Read absorbance values of miniprep products.
4. Ran agarose gel containing digested parts (from earlier today).
5. Performed PCR on single and double parts (LacI promoter, ribosome binding site, double terminator, RFP, LacI+ RBS, TT+ LEA)
6. Performed PCR on D. hopiensis isolates and LEA.
7. Ran out 2x agarose gels containing (separately) PCR products from today.
-
July 31st
2013
1. Performed Restriction Digest according to values determined on 7/29/13.
2. Inoculated bacterial cultures from 7/25/13 plates.
-
July 30th
2013
1. Ran large agarose gel of PCR products from 7/25/13.
2. Performed PCR on yesterday's miniprep products.
3. Performed PCR on LEA (D. hopiensis).
4. Ran agarose gel of PCR products containing miniprep products from 7/29/13.
-
July 29th
2013
1. Performed Alkaline Lysis Plasmid Miniprep on RFP Control, LacI Promoter, Double Terminator, and Ribosome Binding Site.
2. Read absorbance values of miniprep products.
3. Determined volume of miniprep products needed to perform Restriction Digest.
-
July 25th
2013
1. Streaked plates with archived glycerol stocks.
2. Performed PCR.
-
July 24th
2013
1. Ran miniprep samples on agarose gels prepared 7/22/13.
-
July 23rd
2013
1. Performed Alkaline Lysis Plasmid Miniprep on the rest of the transformed bacteria from 7/18/13.
2. Read the absorbance values for all miniprep samples.
3. Read the absorbance values for genomic DNA isolated on 7/18/13.
4. Performed Restriction Digest on miniprep samples.
-
July 22nd
2013
1. Performed Alkaline Lysis Plasmid Miniprep on half of the transformed bacteria from 7/18/13.
2. Prepared 2x 50 mL agarose gels to run all miniprep samples.
-
July 19th
2013
1. First round of wiki assignments due.
-
July 18th
2013
1. Team split up to work on transformation and DNA isolation.
-
July 17th
2013
1. Ran gel of digest products to ensure digest was successful.
2. Performed ligation according to iGEM's ligation protocol.
-
July 16th
2013
1. Performed Restriction Digest according to iGEM's restriction digest protocol.
2. Reviewed iGEM's ligation protocol and created table for 7/17/13.
-
July 15th
2013
1. Ran gel of of 7/9/13 and 7/10/13 Miniprep products.
2. Ran gel of PCR products from 7/10/13
3. Presentation on Restriction Digest protocol and created table for 7/16/13 digest.
-
July 10th
2013
1. Counted colonies on plates from yesterday's Survival Growth Assay.
2. Performed PCR
3. Performed Miniprep.
-
July 9th
2013
1. Performed NaCl Growth Curve Assay on E.coli containing PprA and RecA.
2. Ran gels of PCR products.
3. Performed Miniprep.
4. Performed Survival Growth Assay.
-
July 8th
2013
1. Set up bacterial growth culture of transformation products from 7/8/13.
2. Performed Polymerase Chain Reaction.
-
July 3rd
2013
1. Performed transformation on LacI promoter (BBa_R0010), Ribosome Binding Site (BBa_B0034), Double Terminator (BBa_B0015), and RFP Control provided by iGEM.
-
July 2nd
2013
1. Team split up and performed NaCl Growth Curve Assay on transformed E.coli containing PprI gene or RecA gene (depending on group).
2. Performed Survival Growth Assay.
-
July 1st
2013
1. Presentation on adding information and navigating our wiki page.
2. First round of wiki sections assigned.
-
June 27th
2013
1. Performed NaCl Growth Curve Assay, working with higher concentration of IPTG.
2. Performed Survival Growth Assay.
-
June 26th
2013
1. Ran yesterday's miniprep products out on a gel.
2. Performed NaCl Growth Curve Assay.
3. Developed protocol and flowchart for Survival Growth Assay.
-
June 25th
2013
1. Performed Miniprep.
-
June 20th
2013
1. Performed Miniprep and Gel Electrophoresis.
-
June 19th
2013
1. Presentation on Gel Electrophoresis protocol.
-
June 18th
2013
1. Added prefix and suffix sequences to primers, reviewed entire sequence once more prior to ordering.
2. Presentation on Alkaline Lysis Plasmid Miniprep protocol, drew up flowchart.
-
June 17th
2013
1. De-briefed members unable to attend ASU luncheon.
2. Fern and Cristina debuted first clips of our team stop motion video!
-
June 14th
2013
1. Team went to ASU for meet-and-greet luncheon with ASU's 2013 iGEM team.
-
June 13th
2013
1. Performed Hydrogen Peroxide Growth Curve Assay, still searching working with different concentrations of hydrogen peroxide.
2. Presentation on iGEM's transformation protocol.
-
June 12th
2013
1. Team double checked primer designs for restriction sites Xba1, Pst1, Ecor1, and Spe1.
-
June 11th
2013
1. Performed Hydrogen Peroxide Growth Curve Assay with different concentrations of hydrogen peroxide.
2. Team searched for homolog genes of interest in D. hopiensis.
-
June 10th
2013
1. Team presented primer designs.
-
June 6th
2013
1. Performed NaCl Growth Curve Assay to determine appropriate concentration of NaCl.
2. Planned next stages of our project.
-
June 5th
2013
1. Performed Hydrogen Peroxide Growth Curve Assay to determine appropriate concentration of hydrogen peroxide.
-
June 4th
2013
1. Reviewed protocol for DNA isolation.
2. Biotech student Beau came in to present his project on Deinococcus radiodurans.
-
May 29th
2013
1. Biobrick and gene presentations continued.
2. Team covered requirements for designing primers, determined primers for all genes of interest.
-
May 28th
2013
1. Biobrick and gene presentations continued.
2. Reviewed protocol for Polymerase Chain Reaction.
-
May 22nd
2013
1. Members continued biobrick and gene presentations.
2. Team split into 5 groups and performed our first Growth Curve Assay.
-
May 21st
2013
1. Members began their biobrick presentations.
2. We covered online resources available to the team such as Open Wetware, iGEM Help pages, and Rstudio. 3. Team developed protocol for our Growth Curve Assay.
-
1st Meeting
May 20th
1. Developed goals for the summer
2. Reviewed lab techniques
3. Reviewed iGEM website and registry
4. Assigned biobricks of interest and genes of interest to present
August 22nd
2013
1. Performed PCR on LEA 1 and LEA 2 from D. hopiensis.
2. Inoculated bacteria containing single parts (LacI, RBS, TT, LEA-soybean, and RFP).
August 20th
2013
1. Performed Gel Electrophoresis on PCR products (Ran gel too long, had to re-run).
2. Performed Alkaline Lysis Plasmid Miniprep on sample B of single parts (LacI promoter, RBS, LEA, TT, and the RFP control).
3. Prepared 2x 40 mL gels for mini prep products from 8/17/13 and earlier today.
4. Read absorbance values for miniprep samples from today.
5. Performed PCR on miniprep products from 8/17/13 as well as miniprep products from earlier today.
6. Prepared samples for sequencing.
August 17th
2013
1. Reviewed what we've learned from gel ran on 8/16/13.
2. Performed Alkaline Lysis Plasmid Miniprep on sample A of single parts(LacI promoter, RBS, LEA, TT, and the RFP control).
3. Read absorbance values of miniprep products.
August 16th
2013
1. Performed Gel Electrophoresis containing digest products from 8/15/13.
August 15th
2013
1. Performed control restriction digest containing RFP- control ONLY, but different enzymes and
different buffers for each. (To ensure enzymes and buffers are performing as expected).
August 14th
2013
1. Discussed and planned future of GCC's 2013 iGEM team.
August 13th
2013
1. Performed PCR of LEA 1 and LEA 2 D. radiodurans isolates.
2. Performed Gel Electrophoresis containing 8/12/13 PCR products.
3. Performed Gel Electrophoresis containing PCR products from today (LEA 1 & 2- D. radiodurans).
August 12th
2013
1. Performed PCR of LEA 1 and LEA 2 D. hopiensis isolates.
August 10th
2013
1. Team met at local public library to divide up wiki sections and create a complete outline of project section of the wiki.
August 8th
2013
1. Performed transformation of all ligation products from 8/7/13 according to iGEM's transformation protocol.
2. Found a few extra biobricks to order from iGEM for easier assembly.
August 7th
2013
1. Performed ligation of single and double digests according to iGEM's ligation protocol.
August 6th
2013
1. Ran out agarose gel containing PCR products from 8/1/13 (isolates+LEA).
2. Performed Gel Electrophoresis (ran gel) containing Ecor1 digests, as well as select single/double digested parts from previous trials.
August 5th
2013
1. Debriefed team on results from all procedures performed 8/1/13.
2. Performed Ecor1 digest using miniprep products from 8/1/13.
3. Re-ran agarose gel of double digested parts from 8/1/13.
August 1st
2013
1. Performed Restriction Digest.
2. Performed Alkaline Lysis Plasmid Miniprep on double parts.
3. Read absorbance values of miniprep products.
4. Ran agarose gel containing digested parts (from earlier today).
5. Performed PCR on single and double parts (LacI promoter, ribosome binding site, double terminator, RFP, LacI+ RBS, TT+ LEA)
6. Performed PCR on D. hopiensis isolates and LEA.
7. Ran out 2x agarose gels containing (separately) PCR products from today.
July 31st
2013
1. Performed Restriction Digest according to values determined on 7/29/13.
2. Inoculated bacterial cultures from 7/25/13 plates.
July 30th
2013
1. Ran large agarose gel of PCR products from 7/25/13.
2. Performed PCR on yesterday's miniprep products.
3. Performed PCR on LEA (D. hopiensis).
4. Ran agarose gel of PCR products containing miniprep products from 7/29/13.
July 29th
2013
1. Performed Alkaline Lysis Plasmid Miniprep on RFP Control, LacI Promoter, Double Terminator, and Ribosome Binding Site.
2. Read absorbance values of miniprep products.
3. Determined volume of miniprep products needed to perform Restriction Digest.
July 25th
2013
1. Streaked plates with archived glycerol stocks.
2. Performed PCR.
July 24th
2013
1. Ran miniprep samples on agarose gels prepared 7/22/13.
July 23rd
2013
1. Performed Alkaline Lysis Plasmid Miniprep on the rest of the transformed bacteria from 7/18/13.
2. Read the absorbance values for all miniprep samples.
3. Read the absorbance values for genomic DNA isolated on 7/18/13.
4. Performed Restriction Digest on miniprep samples.
July 22nd
2013
1. Performed Alkaline Lysis Plasmid Miniprep on half of the transformed bacteria from 7/18/13.
2. Prepared 2x 50 mL agarose gels to run all miniprep samples.
July 19th
2013
1. First round of wiki assignments due.
July 18th
2013
1. Team split up to work on transformation and DNA isolation.
July 17th
2013
1. Ran gel of digest products to ensure digest was successful.
2. Performed ligation according to iGEM's ligation protocol.
July 16th
2013
1. Performed Restriction Digest according to iGEM's restriction digest protocol.
2. Reviewed iGEM's ligation protocol and created table for 7/17/13.
July 15th
2013
1. Ran gel of of 7/9/13 and 7/10/13 Miniprep products.
2. Ran gel of PCR products from 7/10/13
3. Presentation on Restriction Digest protocol and created table for 7/16/13 digest.
July 10th
2013
1. Counted colonies on plates from yesterday's Survival Growth Assay.
2. Performed PCR
3. Performed Miniprep.
July 9th
2013
1. Performed NaCl Growth Curve Assay on E.coli containing PprA and RecA.
2. Ran gels of PCR products.
3. Performed Miniprep.
4. Performed Survival Growth Assay.
July 8th
2013
1. Set up bacterial growth culture of transformation products from 7/8/13.
2. Performed Polymerase Chain Reaction.
July 3rd
2013
1. Performed transformation on LacI promoter (BBa_R0010), Ribosome Binding Site (BBa_B0034), Double Terminator (BBa_B0015), and RFP Control provided by iGEM.
July 2nd
2013
1. Team split up and performed NaCl Growth Curve Assay on transformed E.coli containing PprI gene or RecA gene (depending on group).
2. Performed Survival Growth Assay.
July 1st
2013
1. Presentation on adding information and navigating our wiki page.
2. First round of wiki sections assigned.
June 27th
2013
1. Performed NaCl Growth Curve Assay, working with higher concentration of IPTG.
2. Performed Survival Growth Assay.
June 26th
2013
1. Ran yesterday's miniprep products out on a gel.
2. Performed NaCl Growth Curve Assay.
3. Developed protocol and flowchart for Survival Growth Assay.
June 25th
2013
1. Performed Miniprep.
June 20th
2013
1. Performed Miniprep and Gel Electrophoresis.
June 19th
2013
1. Presentation on Gel Electrophoresis protocol.
June 18th
2013
1. Added prefix and suffix sequences to primers, reviewed entire sequence once more prior to ordering.
2. Presentation on Alkaline Lysis Plasmid Miniprep protocol, drew up flowchart.
June 17th
2013
1. De-briefed members unable to attend ASU luncheon.
2. Fern and Cristina debuted first clips of our team stop motion video!
June 14th
2013
1. Team went to ASU for meet-and-greet luncheon with ASU's 2013 iGEM team.
June 13th
2013
1. Performed Hydrogen Peroxide Growth Curve Assay, still searching working with different concentrations of hydrogen peroxide.
2. Presentation on iGEM's transformation protocol.
June 12th
2013
1. Team double checked primer designs for restriction sites Xba1, Pst1, Ecor1, and Spe1.
June 11th
2013
1. Performed Hydrogen Peroxide Growth Curve Assay with different concentrations of hydrogen peroxide.
2. Team searched for homolog genes of interest in D. hopiensis.
June 10th
2013
1. Team presented primer designs.
June 6th
2013
1. Performed NaCl Growth Curve Assay to determine appropriate concentration of NaCl.
2. Planned next stages of our project.
June 5th
2013
1. Performed Hydrogen Peroxide Growth Curve Assay to determine appropriate concentration of hydrogen peroxide.
June 4th
2013
1. Reviewed protocol for DNA isolation.
2. Biotech student Beau came in to present his project on Deinococcus radiodurans.
May 29th
2013
1. Biobrick and gene presentations continued.
2. Team covered requirements for designing primers, determined primers for all genes of interest.
May 28th
2013
1. Biobrick and gene presentations continued.
2. Reviewed protocol for Polymerase Chain Reaction.
May 22nd
2013
1. Members continued biobrick and gene presentations.
2. Team split into 5 groups and performed our first Growth Curve Assay.
May 21st
2013
1. Members began their biobrick presentations.
2. We covered online resources available to the team such as Open Wetware, iGEM Help pages, and Rstudio. 3. Team developed protocol for our Growth Curve Assay.
1st Meeting
May 20th
1. Developed goals for the summer 2. Reviewed lab techniques 3. Reviewed iGEM website and registry 4. Assigned biobricks of interest and genes of interest to present
|
|
|
|
---|