Team:Glendale CC AZ/Notebook

From 2013.igem.org

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

Latest revision as of 02:33, 28 September 2013

Notebook

iGEM

Glendale Community College ArizonaGCC

Protocols


iGEM Growth Curve Assay

NaCl Growth Curve Assay

Survival Growth Assay

Alkaline Lysis Plasmid Miniprep

Restriction Digest

DNA Isolation

Bioinformatics

Ligation

Transformation


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