Difference between revisions of "Team:Stuttgart/Notebook"

Line 111: Line 111:
 
         padding:0;
 
         padding:0;
 
         float:right;
 
         float:right;
         border-left: 1px solid #d3d3d3;
+
         border-left: 1px solid #F8CE63;
         background-color:#dddddd;
+
         background-color:#190707;
 
         text-align:left;
 
         text-align:left;
 
         font-family:Tahoma, Geneva, sans-serif;
 
         font-family:Tahoma, Geneva, sans-serif;
Line 141: Line 141:
 
         padding: 10px 0px 10px 15px;
 
         padding: 10px 0px 10px 15px;
 
         float:left;
 
         float:left;
         border-bottom: 1px solid #d3d3d3;
+
         border-bottom: 1px solid #F8CE63;
         font-size: 12px;
+
         font-size: 20px;
 
         font-weight: bold;
 
         font-weight: bold;
         color: #5e5f5f;
+
         color: #F8CE63;
 
         cursor: pointer;
 
         cursor: pointer;
 
     }
 
     }
Line 177: Line 177:
 
     /* styling for the menu buttons on hover */
 
     /* styling for the menu buttons on hover */
 
     .igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover ,  .submenu_button.current_page:hover {
 
     .igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover ,  .submenu_button.current_page:hover {
         background-color: #3399ff;
+
         background-color: #F8CE63;
 
         text-decoration: none;
 
         text-decoration: none;
         color:#ffffff;
+
         color:#190707;
 
     }
 
     }
  
 
     /* styling for the menu button when it is the current page */
 
     /* styling for the menu button when it is the current page */
 
     .current_page {
 
     .current_page {
         background-color:#7fc1f7 !important;
+
         background-color:#190707 !important;
         color:#5e5f5f !important;
+
         color:#F8CE63 !important;
 
     }
 
     }
  
Line 194: Line 194:
 
         padding: 10px 0px 10px 34px;
 
         padding: 10px 0px 10px 34px;
 
         float:left;
 
         float:left;
         background-color:#f2f2f2;
+
         background-color:#190707;
         border-bottom: 1px solid #d3d3d3;
+
         border-bottom: 1px solid #F8CE63;
         font-size: 12px;
+
         font-size: 15px;
         color: #5e5f5f;
+
         color: #F8CE63;
 
         cursor: pointer;
 
         cursor: pointer;
 
     }
 
     }
Line 221: Line 221:
 
         display:block;
 
         display:block;
 
         float:left;
 
         float:left;
         background-color: white;
+
         background-color: #190707;
 
         font-family:Tahoma, Geneva, sans-serif;
 
         font-family:Tahoma, Geneva, sans-serif;
 
     }
 
     }
Line 230: Line 230:
 
     /* styling for the titles h1 h2 */
 
     /* styling for the titles h1 h2 */
 
     .igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
 
     .igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
         color:#FFBF00;
+
         color:#F8CE63;
 
         padding:15px 0 25px 0;
 
         padding:15px 0 25px 0;
 
         border-bottom: 0;
 
         border-bottom: 0;
Line 244: Line 244:
 
     .igem_2017_content_wrapper p {
 
     .igem_2017_content_wrapper p {
 
         padding: 15px 0;
 
         padding: 15px 0;
         font-size: 13px;
+
         font-size: 15px;
 
     }
 
     }
 
     .igem_2017_content_wrapper img {
 
     .igem_2017_content_wrapper img {
Line 254: Line 254:
 
         font-weight: bold;
 
         font-weight: bold;
 
         text-decoration: underline;
 
         text-decoration: underline;
         text-decoration-color: #3399ff;
+
         text-decoration-color: #190707;
 
         color:  #3399ff;
 
         color:  #3399ff;
 
         -webkit-transition: all 0.4s ease;
 
         -webkit-transition: all 0.4s ease;
Line 272: Line 272:
 
     .igem_2017_content_wrapper ul {
 
     .igem_2017_content_wrapper ul {
 
         padding:0px 20px;
 
         padding:0px 20px;
         font-size: 13px;
+
         font-size: 15px;
 
         font-family:Tahoma, Geneva, sans-serif;
 
         font-family:Tahoma, Geneva, sans-serif;
 
     }
 
     }
Line 279: Line 279:
 
     .igem_2017_content_wrapper ol {
 
     .igem_2017_content_wrapper ol {
 
         padding:0px;
 
         padding:0px;
         font-size: 13px;
+
         font-size: 15px;
 
         font-family:Tahoma, Geneva, sans-serif;
 
         font-family:Tahoma, Geneva, sans-serif;
 
     }
 
     }
Line 287: Line 287:
 
         width: 97%;
 
         width: 97%;
 
         margin:15px 10px;
 
         margin:15px 10px;
         border: 1px solid #d3d3d3;
+
         border: 2px solid #190707;
 
         border-collapse: collapse;
 
         border-collapse: collapse;
 
     }
 
     }
Line 295: Line 295:
 
         padding: 10px;
 
         padding: 10px;
 
         vertical-align: text-top;
 
         vertical-align: text-top;
         border: 1px solid #d3d3d3;
+
         border: 1px solid #190707;
 
         border-collapse: collapse;
 
         border-collapse: collapse;
 
     }
 
     }
Line 303: Line 303:
 
         padding: 10px;
 
         padding: 10px;
 
         vertical-align: text-top;
 
         vertical-align: text-top;
         border: 1px solid #d3d3d3;
+
         border: 1px solid #190707;
 
         border-collapse: collapse;
 
         border-collapse: collapse;
         background-color:#f2f2f2;
+
         background-color:##F8CE63;
 
     }
 
     }
  
Line 364: Line 364:
 
     /* highlight class, adds a gray background */
 
     /* highlight class, adds a gray background */
 
     .igem_2017_content_wrapper .highlight.gray {
 
     .igem_2017_content_wrapper .highlight.gray {
         background-color: #f2f2f2;
+
         background-color: #190707;
 
     }
 
     }
  
 
     /* highlight with decoration blue line on top */
 
     /* highlight with decoration blue line on top */
 
     .igem_2017_content_wrapper .highlight.blue_top {
 
     .igem_2017_content_wrapper .highlight.blue_top {
         border-top: 4px solid #3399ff;
+
         border-top: 4px solid #190707;
 
     }
 
     }
  
 
     /* highlight with a full blue border decoration */
 
     /* highlight with a full blue border decoration */
 
     .igem_2017_content_wrapper .highlight.blue_border {
 
     .igem_2017_content_wrapper .highlight.blue_border {
         border: 4px solid  #3399ff;
+
         border: 4px solid  #190707;
 
     }
 
     }
  
Line 383: Line 383:
 
         margin: 30px auto;
 
         margin: 30px auto;
 
         padding: 12px 10px;
 
         padding: 12px 10px;
         background-color: #3399ff;
+
         background-color: #190707;
 
         text-align: center;
 
         text-align: center;
         color: #ffffff;
+
         color: #F8CE63;
 
         -webkit-transition: all 0.4s ease;
 
         -webkit-transition: all 0.4s ease;
 
         -moz-transition: all 0.4s ease;
 
         -moz-transition: all 0.4s ease;
Line 394: Line 394:
 
     /* styling for button on hover */
 
     /* styling for button on hover */
 
     .igem_2017_content_wrapper .button:hover{
 
     .igem_2017_content_wrapper .button:hover{
         background-color: #3399ff;
+
         background-color: #190707;
         color: #000000;
+
         color: #F8CE63;
 
     }
 
     }
  
Line 461: Line 461:
  
 
     <a href="https://2017.igem.org/Team:Stuttgart">
 
     <a href="https://2017.igem.org/Team:Stuttgart">
         <img src="http://placehold.it/350x150">
+
         <img src="https://static.igem.org/mediawiki/2017/4/45/Bildschirmfoto_2017-10-17_um_14.23.20.png">
 
     </a>
 
     </a>
  
Line 732: Line 732:
  
 
     </div>
 
     </div>
  </div>
 
  
<div class="column full_size">
+
 
 +
 
 +
 
 +
</div>
 +
 
 +
 
 +
<!-- start of content -->
 +
<div class="igem_2017_content_wrapper">
  
 
<h1>Protocols/Notebook</h1>
 
<h1>Protocols/Notebook</h1>

Revision as of 12:35, 17 October 2017

Protocols/Notebook

Preparation of chemically competent DH5alpha E. coli cells


Material:
  • LB media
  • TSS buffer
  • DH5alpha E. coli cells (o/n colonies on agar plates)

Method:
  1. Pick one colony of the plate and transfer into 5 mL of LB media. Grow the culture over night for 16-18 hours at 37 deg. celsius.
  2. Transfer 1 mL of the overnight culture into a shaking flask with 99 mL of LB media. Measure optical density (OD) at 600 nm and incubate culture at 37 deg. celsius (shaking) to an OD of 0,5.
  3. Divide the 100 mL into two 50 mL tubes and incubate 10 min on ice.
  4. Spin the tubes at 3000 rpm for 10 minutes at 4 deg. celsius.
  5. Resuspend the pellet of competent cells with 10 % TSS buffer (5 mL).
  6. Aliquot 100 µL of the cell solution into 1.5 mL microtubes (all steps on ice!).
  7. Store the competent cells at -80 deg. celsius.

Heat-shock Transformation of E. coli cells


Material:
  • SOC media
  • Agar plates with appropriate antibiotic

Method:
  1. Thaw chemically competent cells on ice.
  2. Transfer 50 µL of the cells into a 1.5 mL microtube, add 1 µL of the desired DNA and incubate on ice for 30 minutes.
  3. Place the tube in a 42 deg. celsius water bath for 60 seconds.
  4. After heat shock leave cells on ice for 5 minutes.
  5. Add 950 µL of SOC media and shake cells for 2 hours at 37 deg. celsius.
  6. Pipet 100 µL of the cells onto an appropriate plate and spread them using sterile glass beads. Incubate overnight at 37 deg. Celsius and hope for colonies in the morning to prove a successful transformation.

Preparation of LB media


Material:
  • Tryptone
  • NaCl
  • Yeast extract

Method:
  1. Fill a container (bottle) to about 60/70 % its volume with destilled water.
  2. Add 10 g/L Tryptone, 10 g/L NaCl and 5 g/L of yeast extract.
  3. Stir properly and fill up the remaining volume with distilled water.
  4. Treat LB media by autoclave.

Preparation of LB agar


Material:
  • Tryptone
  • NaCl
  • Yeast extract
  • Agar

Method:
  1. Fill a container (bottle) to about 60/70 % its volume with destilled water.
  2. Add 10 g/L Tryptone, 10 g/L NaCl, 5 g/L of yeast extract and 20 g/L agar.
  3. Stir properly and fill up the remaining volume with distilled water.
  4. Treat by autoclave.

Glycerol stocks – storage of bacterial strains


Material:
  • Glycerol

Method:
  1. Mix 700 µL of overnight culture with 300 µL glycerol.
  2. Store at -80 deg. Celsius.

Polymerase chain reaction (PCR)


Material:
  • Primer
  • Template DNA
  • NEB Q5® High-Fidelity 2X Master Mix (dNTPs + Polymerase)
  • distilled water
  • PCR-Cycler

Method:
  1. All steps have to be performed on ice.
  2. 50 µL approach (mix well):

  3. components concentration
    Q5 Master Mix 25 µL 1x
    10 µM fw primer 2,5 µL 0,5 µM
    10 µM rv primer 2,5 µL 0,5 µM
    template DNA <1000 ng
    water remaining volume to 50 µL

  4. PCR-cycler conditions:

  5. step cyclestemperature time
    Denaturation198°C30 sec
    Annealing25-3598°C5-10 sec
    72°C20-30sec/kb
    final extension172°C2 min
    hold4-10°C