Team:Glendale CC AZ/Notebook

From 2013.igem.org

(Difference between revisions)
 
(6 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>
+
    .blockquote {
-
<img style="border: 0px solid ; width: 50px; height: 40px;" alt="iGEM" src="http://s21.postimg.org/ff5nkjy9v/IGEM_basic_Logo_stylized.png" align="left">
+
    font-family: Georgia, serif;
-
<h4>Glendale Community College Arizona<img
+
    font-size: 18px;
-
style="width: 200px; height: 58px;" alt="GCC"
+
    font-style: italic;
-
src="https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align="right">
+
    width: 500px;
-
</h4>
+
    margin: 0.25em 0;
-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
+
    padding: 0.35em 40px;
-
<big style="color: rgb(204, 0, 0);"><big><big><big> Protocols</big></big></big></big>
+
    line-height: 1.45;
-
<hr>
+
    position: relative;
-
<img style="border: 0px solid ; width: 549px; height: 221px;" alt="iGEM" src="http://s6.postimg.org/ac6n5yrpd/Calendar.png" align="right">
+
    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>
 +
      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>
Line 432: 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>
-
<h2>
+
        <big style="color: rgb(204, 0, 0);">Daily Logs</big>
-
 
+
      </h3><!-- The Timeline -->
-
    <h3><big style="color: rgb(204, 0, 0);"> Timeline  & Daily Logs</big></h3>
+
      <ul class="timeline">
-
 
+
        <!-- Item A -->
-
<!-- The Timeline -->
+
        <li>
-
 
+
          <div class="direction-r">
-
<ul class="timeline">
+
            <div class="flag-wrapper">
-
    <!-- Item A -->
+
              <span class="flag">August 22nd</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 22nd</span>
+
              1. Performed PCR on LEA 1 and LEA 2 from D.
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              hopiensis. 2. Inoculated bacteria containing single
-
</div>
+
              parts (LacI, RBS, TT, LEA-soybean, and RFP).
-
<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>
-
</div>
+
        </li><!-- Item B -->
-
</div>
+
        <li>
-
</li>
+
          <div class="direction-l">
-
 
+
            <div class="flag-wrapper">
-
<!-- Item B -->
+
              <span class="flag">August 20th</span> <span class=
-
<li>
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="direction-l">
+
            </div>
-
<div class="flag-wrapper">
+
            <div class="desc">
-
<span class="flag">August 20th</span>
+
              1. Performed Gel Electrophoresis on PCR products (Ran
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              gel too long, had to re-run). 2. Performed Alkaline
-
</div>
+
              Lysis Plasmid Miniprep on sample B of single parts
-
<div class="desc">     1. Performed Gel Electrophoresis on PCR products (Ran gel too long, had to re-run).
+
              (LacI promoter, RBS, LEA, TT, and the RFP control).
-
    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
-
    3. Prepared 2x 40 mL gels for mini prep products from 8/17/13 and earlier today.  
+
              8/17/13 and earlier today. 4. Read absorbance values
-
    4. Read absorbance values for miniprep samples from today.
+
              for miniprep samples from today. 5. Performed PCR on
-
    5. Performed PCR on miniprep products from 8/17/13 as well as miniprep products from earlier today.  
+
              miniprep products from 8/17/13 as well as miniprep
-
    6. Prepared samples for sequencing.
+
              products from earlier today. 6. Prepared samples for
-
</div>
+
              sequencing.
-
</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 17th </span>
+
              <span class="flag">August 17th</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. Reviewed what we've learned from gel ran on 8/16/13.
+
            <div class="desc">
-
    2. Performed Alkaline Lysis Plasmid Miniprep on sample A of single parts(LacI promoter, RBS, LEA, TT, and the RFP control).
+
              1. Reviewed what we've learned from gel ran on
-
    3. Read absorbance values of miniprep products.</div>
+
              8/16/13. 2. Performed Alkaline Lysis Plasmid Miniprep
-
</div>
+
              on sample A of single parts(LacI promoter, RBS, LEA,
-
</li>
+
              TT, and the RFP control). 3. Read absorbance values
-
 
+
              of miniprep products.
-
<!-- Item B -->
+
            </div>
-
<li>
+
          </div>
-
<div class="direction-l">
+
        </li><!-- Item B -->
-
<div class="flag-wrapper">
+
        <li>
-
<span class="flag">August 16th </span>
+
          <div class="direction-l">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            <div class="flag-wrapper">
-
</div>
+
              <span class="flag">August 16th</span> <span class=
-
<div class="desc"> 1. Performed Gel Electrophoresis containing digest products from 8/15/13.</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
</div>
+
            </div>
-
</li>
+
            <div class="desc">
-
  <!-- Item A -->
+
              1. Performed Gel Electrophoresis containing digest
-
<li>
+
              products from 8/15/13.
-
<div class="direction-r">
+
            </div>
-
<div class="flag-wrapper">
+
          </div>
-
<span class="flag">August 15th </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 control restriction digest containing RFP- control ONLY, but different enzymes and
+
            <div class="flag-wrapper">
-
different buffers for each. (To ensure enzymes and buffers are performing as expected).</div>
+
              <span class="flag">August 15th</span> <span class=
-
</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
</li>
+
            </div>
-
 
+
            <div class="desc">
-
<!-- Item B -->
+
              1. Performed control restriction digest containing
-
<li>
+
              RFP- control ONLY, but different enzymes and
-
<div class="direction-l">
+
              different buffers for each. (To ensure enzymes and
-
<div class="flag-wrapper">
+
              buffers are performing as expected).
-
<span class="flag">August 14th</span>
+
            </div>
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
          </div>
-
</div>
+
        </li><!-- Item B -->
-
<div class="desc">1. Discussed and planned future of GCC's 2013 iGEM team. </div>
+
        <li>
-
</div>
+
          <div class="direction-l">
-
</li>
+
            <div class="flag-wrapper">
-
    <!-- Item A -->
+
              <span class="flag">August 14th</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 13th </span>
+
              1. Discussed and planned future of GCC's 2013 iGEM
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              team.
-
</div>
+
            </div>
-
<div class="desc"> 1. Performed PCR of LEA 1 and LEA 2 D. radiodurans isolates.  
+
          </div>
-
    2. Performed Gel Electrophoresis containing 8/12/13 PCR products.  
+
        </li><!-- Item A -->
-
    3. Performed Gel Electrophoresis containing PCR products from today (LEA 1 & 2- D. radiodurans).</div>
+
        <li>
-
</div>
+
          <div class="direction-r">
-
</li>
+
            <div class="flag-wrapper">
-
 
+
              <span class="flag">August 13th</span> <span class=
-
<!-- Item B -->
+
              "time-wrapper"><span class="time">2013</span></span>
-
<li>
+
            </div>
-
<div class="direction-l">
+
            <div class="desc">
-
<div class="flag-wrapper">
+
              1. Performed PCR of LEA 1 and LEA 2 D. radiodurans
-
<span class="flag">August 12th </span>
+
              isolates. 2. Performed Gel Electrophoresis containing
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              8/12/13 PCR products. 3. Performed Gel
-
</div>
+
              Electrophoresis containing PCR products from today
-
<div class="desc">1. Performed PCR of LEA 1 and LEA 2 D. hopiensis isolates.</div>
+
              (LEA 1 &amp; 2- D. radiodurans).
-
</div>
+
            </div>
-
</li>
+
          </div>
-
    <!-- Item A -->
+
        </li><!-- Item B -->
-
<li>
+
        <li>
-
<div class="direction-r">
+
          <div class="direction-l">
-
<div class="flag-wrapper">
+
            <div class="flag-wrapper">
-
<span class="flag">August 10th</span>
+
              <span class="flag">August 12th</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 met at local public library to divide up wiki sections and create a complete outline of project section of the wiki. </div>
+
            <div class="desc">
-
</div>
+
              1. Performed PCR of LEA 1 and LEA 2 D. hopiensis
-
</li>
+
              isolates.
-
 
+
            </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 8th</span>
+
            <div class="flag-wrapper">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              <span class="flag">August 10th</span> <span class=
-
</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="desc">1. Performed transformation of all ligation products from 8/7/13 according to iGEM's transformation protocol.  
+
            </div>
-
    2. Found a few extra biobricks to order from iGEM for easier assembly. </div>
+
            <div class="desc">
-
</div>
+
              1. Team met at local public library to divide up wiki
-
</li>
+
              sections and create a complete outline of project
-
    <!-- Item A -->
+
              section of the wiki.
-
<li>
+
            </div>
-
<div class="direction-r">
+
          </div>
-
<div class="flag-wrapper">
+
        </li><!-- Item B -->
-
<span class="flag">August 7th</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. Performed ligation of single and double digests according to iGEM's ligation protocol.</div>
+
              <span class="flag">August 8th</span> <span class=
-
</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
</li>
+
            </div>
-
 
+
            <div class="desc">
-
<!-- Item B -->
+
              1. Performed transformation of all ligation products
-
<li>
+
              from 8/7/13 according to iGEM's transformation
-
<div class="direction-l">
+
              protocol. 2. Found a few extra biobricks to order
-
<div class="flag-wrapper">
+
              from iGEM for easier assembly.
-
<span class="flag">August 6th</span>
+
            </div>
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
          </div>
-
</div>
+
        </li><!-- Item A -->
-
<div class="desc">1. Ran out agarose gel containing PCR products from 8/1/13 (isolates+LEA).
+
        <li>
-
    2. Performed Gel Electrophoresis (ran gel) containing Ecor1 digests, as well as select single/double digested parts from previous trials. </div>
+
          <div class="direction-r">
-
</div>
+
            <div class="flag-wrapper">
-
</li>
+
              <span class="flag">August 7th</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 ligation of single and double digests
-
<span class="flag">August 5th </span>
+
              according to iGEM's ligation protocol.
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            </div>
-
</div>
+
          </div>
-
<div class="desc">1. Debriefed team on results from all procedures performed 8/1/13.
+
        </li><!-- Item B -->
-
    2. Performed Ecor1 digest using miniprep products from 8/1/13.
+
        <li>
-
    3. Re-ran agarose gel of double digested parts from 8/1/13.</div>
+
          <div class="direction-l">
-
</div>
+
            <div class="flag-wrapper">
-
</li>
+
              <span class="flag">August 6th</span> <span class=
-
 
+
              "time-wrapper"><span class="time">2013</span></span>
-
<!-- Item B -->
+
            </div>
-
<li>
+
            <div class="desc">
-
<div class="direction-l">
+
              1. Ran out agarose gel containing PCR products from
-
<div class="flag-wrapper">
+
              8/1/13 (isolates+LEA). 2. Performed Gel
-
<span class="flag">August 1st</span>
+
              Electrophoresis (ran gel) containing Ecor1 digests,
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              as well as select single/double digested parts from
-
</div>
+
              previous trials.
-
<div class="desc"> 1. Performed Restriction Digest.
+
            </div>
-
    2. Performed Alkaline Lysis Plasmid Miniprep on double parts.  
+
          </div>
-
    3. Read absorbance values of miniprep products.  
+
        </li><!-- Item A -->
-
    4. Ran agarose gel containing digested parts (from earlier today).
+
        <li>
-
    5. Performed PCR on single and double parts (LacI promoter, ribosome binding site, double terminator, RFP, LacI+ RBS, TT+ LEA)
+
          <div class="direction-r">
-
    6. Performed PCR on D. hopiensis isolates and LEA.
+
            <div class="flag-wrapper">
-
    7. Ran out 2x agarose gels containing (separately) PCR products from today. </div>
+
              <span class="flag">August 5th</span> <span class=
-
</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
</li>
+
            </div>
-
    <!-- Item A -->
+
            <div class="desc">
-
<li>
+
              1. Debriefed team on results from all procedures
-
<div class="direction-r">
+
              performed 8/1/13. 2. Performed Ecor1 digest using
-
<div class="flag-wrapper">
+
              miniprep products from 8/1/13. 3. Re-ran agarose gel
-
<span class="flag">July 31st</span>
+
              of double digested parts from 8/1/13.
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            </div>
-
</div>
+
          </div>
-
<div class="desc">1. Performed Restriction Digest according to values determined on 7/29/13.
+
        </li><!-- Item B -->
-
    2. Inoculated bacterial cultures from 7/25/13 plates. </div>
+
        <li>
-
</div>
+
          <div class="direction-l">
-
</li>
+
            <div class="flag-wrapper">
-
 
+
              <span class="flag">August 1st</span> <span class=
-
<!-- Item B -->
+
              "time-wrapper"><span class="time">2013</span></span>
-
<li>
+
            </div>
-
<div class="direction-l">
+
            <div class="desc">
-
<div class="flag-wrapper">
+
              1. Performed Restriction Digest. 2. Performed
-
<span class="flag">July 30th </span>
+
              Alkaline Lysis Plasmid Miniprep on double parts. 3.
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              Read absorbance values of miniprep products. 4. Ran
-
</div>
+
              agarose gel containing digested parts (from earlier
-
<div class="desc">1. Ran large agarose gel of PCR products from 7/25/13.  
+
              today). 5. Performed PCR on single and double parts
-
    2. Performed PCR on yesterday's miniprep products.  
+
              (LacI promoter, ribosome binding site, double
-
    3. Performed PCR on LEA (D. hopiensis).  
+
              terminator, RFP, LacI+ RBS, TT+ LEA) 6. Performed PCR
-
    4. Ran agarose gel of PCR products containing miniprep products from 7/29/13.</div>
+
              on D. hopiensis isolates and LEA. 7. Ran out 2x
-
</div>
+
              agarose gels containing (separately) PCR products
-
</li>
+
              from today.
-
    <!-- Item A -->
+
            </div>
-
<li>
+
          </div>
-
<div class="direction-r">
+
        </li><!-- Item A -->
-
<div class="flag-wrapper">
+
        <li>
-
<span class="flag">July 29th</span>
+
          <div class="direction-r">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            <div class="flag-wrapper">
-
</div>
+
              <span class="flag">July 31st</span> <span class=
-
<div class="desc">1. Performed Alkaline Lysis Plasmid Miniprep on RFP Control, LacI Promoter, Double Terminator, and Ribosome Binding Site.  
+
              "time-wrapper"><span class="time">2013</span></span>
-
    2. Read absorbance values of miniprep products.  
+
            </div>
-
    3. Determined volume of miniprep products needed to perform Restriction Digest. </div>
+
            <div class="desc">
-
</div>
+
              1. Performed Restriction Digest according to values
-
</li>
+
              determined on 7/29/13. 2. Inoculated bacterial
-
 
+
              cultures from 7/25/13 plates.
-
<!-- Item B -->
+
            </div>
-
<li>
+
          </div>
-
<div class="direction-l">
+
        </li><!-- Item B -->
-
<div class="flag-wrapper">
+
        <li>
-
<span class="flag">July 25th</span>
+
          <div class="direction-l">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            <div class="flag-wrapper">
-
</div>
+
              <span class="flag">July 30th</span> <span class=
-
<div class="desc">1. Streaked plates with archived glycerol stocks.  
+
              "time-wrapper"><span class="time">2013</span></span>
-
    2. Performed PCR. </div>
+
            </div>
-
</div>
+
            <div class="desc">
-
</li>
+
              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.
-
<!-- Item A -->
+
              Ran agarose gel of PCR products containing miniprep
-
<li>
+
              products from 7/29/13.
-
<div class="direction-r">
+
            </div>
-
<div class="flag-wrapper">
+
          </div>
-
<span class="flag">July 24th </span>
+
        </li><!-- Item A -->
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
        <li>
-
</div>
+
          <div class="direction-r">
-
<div class="desc">1. Ran miniprep samples on agarose gels prepared 7/22/13.</div>
+
            <div class="flag-wrapper">
-
</div>
+
              <span class="flag">July 29th</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 RFP
-
<div class="direction-l">
+
              Control, LacI Promoter, Double Terminator, and
-
<div class="flag-wrapper">
+
              Ribosome Binding Site. 2. Read absorbance values of
-
<span class="flag">July 23rd</span>
+
              miniprep products. 3. Determined volume of miniprep
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              products needed to perform Restriction Digest.
-
</div>
+
            </div>
-
<div class="desc"> 1. Performed Alkaline Lysis Plasmid Miniprep on the rest of the transformed bacteria from 7/18/13.
+
          </div>
-
    2. Read the absorbance values for all miniprep samples.  
+
        </li><!-- Item B -->
-
    3. Read the absorbance values for genomic DNA isolated on 7/18/13.
+
        <li>
-
    4. Performed Restriction Digest on miniprep samples. </div>
+
          <div class="direction-l">
-
</div>
+
            <div class="flag-wrapper">
-
</li>
+
              <span class="flag">July 25th</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. Streaked plates with archived glycerol stocks. 2.
-
<span class="flag">July 22nd</span>
+
              Performed PCR.
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            </div>
-
</div>
+
          </div>
-
<div class="desc"> 1. Performed Alkaline Lysis Plasmid Miniprep on half of the transformed bacteria from 7/18/13.
+
        </li><!-- Item A -->
-
    2. Prepared 2x 50 mL agarose gels to run all miniprep samples.  
+
        <li>
-
</div>
+
          <div class="direction-r">
-
</div>
+
            <div class="flag-wrapper">
-
</li>
+
              <span class="flag">July 24th</span> <span class=
-
 
+
              "time-wrapper"><span class="time">2013</span></span>
-
<!-- Item B -->
+
            </div>
-
<li>
+
            <div class="desc">
-
<div class="direction-l">
+
              1. Ran miniprep samples on agarose gels prepared
-
<div class="flag-wrapper">
+
              7/22/13.
-
<span class="flag">July 19th</span>
+
            </div>
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
          </div>
-
</div>
+
        </li><!-- Item B -->
-
<div class="desc">1. First round of wiki assignments due.</div>
+
        <li>
-
</div>
+
          <div class="direction-l">
-
</li>
+
            <div class="flag-wrapper">
-
  <!-- Item A -->
+
              <span class="flag">July 23rd</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 18th </span>
+
              1. Performed Alkaline Lysis Plasmid Miniprep on the
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              rest of the transformed bacteria from 7/18/13. 2.
-
</div>
+
              Read the absorbance values for all miniprep samples.
-
<div class="desc">1. Team split up to work on transformation and DNA isolation.</div>
+
              3. Read the absorbance values for genomic DNA
-
</div>
+
              isolated on 7/18/13. 4. Performed Restriction Digest
-
</li>
+
              on miniprep samples.
-
 
+
            </div>
-
<!-- Item B -->
+
          </div>
-
<li>
+
        </li><!-- Item A -->
-
<div class="direction-l">
+
        <li>
-
<div class="flag-wrapper">
+
          <div class="direction-r">
-
<span class="flag">July 17th </span>
+
            <div class="flag-wrapper">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              <span class="flag">July 22nd</span> <span class=
-
</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="desc">1. Ran gel of digest products to ensure digest was successful.  
+
            </div>
-
    2. Performed ligation according to iGEM's ligation protocol.</div>
+
            <div class="desc">
-
</div>
+
              1. Performed Alkaline Lysis Plasmid Miniprep on half
-
</li>
+
              of the transformed bacteria from 7/18/13. 2. Prepared
-
  <!-- Item A -->
+
              2x 50 mL agarose gels to run all miniprep samples.
-
<li>
+
            </div>
-
<div class="direction-r">
+
          </div>
-
<div class="flag-wrapper">
+
        </li><!-- Item B -->
-
<span class="flag">July 16th </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. Performed Restriction Digest according to iGEM's restriction digest protocol.
+
              <span class="flag">July 19th</span> <span class=
-
    2. Reviewed iGEM's ligation protocol and created table for 7/17/13.
+
              "time-wrapper"><span class="time">2013</span></span>
-
</div>
+
            </div>
-
</div>
+
            <div class="desc">
-
</li>
+
              1. First round of wiki assignments due.
-
 
+
            </div>
-
<!-- Item B -->
+
          </div>
-
<li>
+
        </li><!-- Item A -->
-
<div class="direction-l">
+
        <li>
-
<div class="flag-wrapper">
+
          <div class="direction-r">
-
<span class="flag">July 15th </span>
+
            <div class="flag-wrapper">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              <span class="flag">July 18th</span> <span class=
-
</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="desc"> 1. Ran gel of of 7/9/13 and 7/10/13 Miniprep products.  
+
            </div>
-
    2. Ran gel of PCR products from 7/10/13
+
            <div class="desc">
-
    3. Presentation on Restriction Digest protocol and created table for 7/16/13 digest.
+
              1. Team split up to work on transformation and DNA
-
</div>
+
              isolation.
-
</div>
+
            </div>
-
</li>
+
          </div>
-
  <!-- Item A -->
+
        </li><!-- Item B -->
-
<li>
+
        <li>
-
<div class="direction-r">
+
          <div class="direction-l">
-
<div class="flag-wrapper">
+
            <div class="flag-wrapper">
-
<span class="flag">July 10th</span>
+
              <span class="flag">July 17th</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. Counted colonies on plates from yesterday's Survival Growth Assay.  
+
            <div class="desc">
-
    2. Performed PCR
+
              1. Ran gel of digest products to ensure digest was
-
    3. Performed Miniprep.</div>
+
              successful. 2. Performed ligation according to iGEM's
-
</div>
+
              ligation protocol.
-
</li>
+
            </div>
-
 
+
          </div>
-
<!-- Item B -->
+
        </li><!-- Item A -->
-
<li>
+
        <li>
-
<div class="direction-l">
+
          <div class="direction-r">
-
<div class="flag-wrapper">
+
            <div class="flag-wrapper">
-
<span class="flag">July 9th </span>
+
              <span class="flag">July 16th</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 NaCl Growth Curve Assay on E.coli containing PprA and RecA.  
+
            <div class="desc">
-
    2. Ran gels of PCR products.  
+
              1. Performed Restriction Digest according to iGEM's
-
    3. Performed Miniprep.  
+
              restriction digest protocol. 2. Reviewed iGEM's
-
    4. Performed Survival Growth Assay.</div>
+
              ligation protocol and created table for 7/17/13.
-
</div>
+
            </div>
-
</li>
+
          </div>
-
  <!-- Item A -->
+
        </li><!-- 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="flag">July 15th</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. Set up bacterial growth culture of transformation products from 7/8/13.
+
            <div class="desc">
-
    2. Performed Polymerase Chain Reaction. </div>
+
              1. Ran gel of of 7/9/13 and 7/10/13 Miniprep
-
</div>
+
              products. 2. Ran gel of PCR products from 7/10/13 3.
-
</li>
+
              Presentation on Restriction Digest protocol and
-
 
+
              created table for 7/16/13 digest.
-
<!-- Item B -->
+
            </div>
-
<li>
+
          </div>
-
<div class="direction-l">
+
        </li><!-- Item A -->
-
<div class="flag-wrapper">
+
        <li>
-
<span class="flag">July 3rd</span>
+
          <div class="direction-r">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            <div class="flag-wrapper">
-
</div>
+
              <span class="flag">July 10th</span> <span class=
-
<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>
+
              "time-wrapper"><span class="time">2013</span></span>
-
</div>
+
            </div>
-
</li>
+
            <div class="desc">
-
  <!-- Item A -->
+
              1. Counted colonies on plates from yesterday's
-
<li>
+
              Survival Growth Assay. 2. Performed PCR 3. Performed
-
<div class="direction-r">
+
              Miniprep.
-
<div class="flag-wrapper">
+
            </div>
-
<span class="flag">July 2nd</span>
+
          </div>
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
        </li><!-- Item B -->
-
</div>
+
        <li>
-
<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).  
+
          <div class="direction-l">
-
    2. Performed Survival Growth Assay. </div>
+
            <div class="flag-wrapper">
-
</div>
+
              <span class="flag">July 9th</span> <span class=
-
</li>
+
              "time-wrapper"><span class="time">2013</span></span>
-
 
+
            </div>
-
<!-- Item B -->
+
            <div class="desc">
-
<li>
+
              1. Performed NaCl Growth Curve Assay on E.coli
-
<div class="direction-l">
+
              containing PprA and RecA. 2. Ran gels of PCR
-
<div class="flag-wrapper">
+
              products. 3. Performed Miniprep. 4. Performed
-
<span class="flag">July 1st</span>
+
              Survival Growth Assay.
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            </div>
-
</div>
+
          </div>
-
<div class="desc">1. Presentation on adding information and navigating our wiki page.  
+
        </li><!-- Item A -->
-
    2. First round of wiki sections assigned.</div>
+
        <li>
-
</div>
+
          <div class="direction-r">
-
</li>
+
            <div class="flag-wrapper">
-
  <!-- Item A -->
+
              <span class="flag">July 8th</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">June 27th </span>
+
              1. Set up bacterial growth culture of transformation
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              products from 7/8/13. 2. Performed Polymerase Chain
-
</div>
+
              Reaction.
-
<div class="desc">1. Performed NaCl Growth Curve Assay, working with higher concentration of IPTG.  
+
            </div>
-
    2. Performed Survival Growth Assay. </div>
+
          </div>
-
</div>
+
        </li><!-- Item B -->
-
</li>
+
        <li>
-
 
+
          <div class="direction-l">
-
<!-- Item B -->
+
            <div class="flag-wrapper">
-
<li>
+
              <span class="flag">July 3rd</span> <span class=
-
<div class="direction-l">
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="flag-wrapper">
+
            </div>
-
<span class="flag">June 26th </span>
+
            <div class="desc">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              1. Performed transformation on LacI promoter
-
</div>
+
              (BBa_R0010), Ribosome Binding Site (BBa_B0034),
-
<div class="desc">1. Ran yesterday's miniprep products out on a gel.  
+
              Double Terminator (BBa_B0015), and RFP Control
-
    2. Performed NaCl Growth Curve Assay.  
+
              provided by iGEM.
-
    3. Developed protocol and flowchart for Survival Growth Assay. </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 2nd</span> <span class=
-
<span class="flag">June 25th </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 Miniprep. </div>
+
              1. Team split up and performed NaCl Growth Curve
-
</div>
+
              Assay on transformed E.coli containing PprI gene or
-
</li>
+
              RecA gene (depending on group). 2. Performed Survival
-
 
+
              Growth Assay.
-
<!-- Item B -->
+
            </div>
-
<li>
+
          </div>
-
<div class="direction-l">
+
        </li><!-- Item B -->
-
<div class="flag-wrapper">
+
        <li>
-
<span class="flag">June 20th</span>
+
          <div class="direction-l">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            <div class="flag-wrapper">
-
</div>
+
              <span class="flag">July 1st</span> <span class=
-
<div class="desc">1. Performed Miniprep and Gel Electrophoresis.</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
</div>
+
            </div>
-
</li>
+
            <div class="desc">
-
  <!-- Item A -->
+
              1. Presentation on adding information and navigating
-
<li>
+
              our wiki page. 2. First round of wiki sections
-
<div class="direction-r">
+
              assigned.
-
<div class="flag-wrapper">
+
            </div>
-
<span class="flag">June 19th</span>
+
          </div>
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
        </li><!-- Item A -->
-
</div>
+
        <li>
-
<div class="desc">1. Presentation on Gel Electrophoresis protocol. </div>
+
          <div class="direction-r">
-
</div>
+
            <div class="flag-wrapper">
-
</li>
+
              <span class="flag">June 27th</span> <span class=
-
 
+
              "time-wrapper"><span class="time">2013</span></span>
-
<!-- Item B -->
+
            </div>
-
<li>
+
            <div class="desc">
-
<div class="direction-l">
+
              1. Performed NaCl Growth Curve Assay, working with
-
<div class="flag-wrapper">
+
              higher concentration of IPTG. 2. Performed Survival
-
<span class="flag">June 18th</span>
+
              Growth Assay.
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            </div>
-
</div>
+
          </div>
-
<div class="desc"> 1. Added prefix and suffix sequences to primers, reviewed entire sequence once more prior to ordering.
+
        </li><!-- Item B -->
-
    2. Presentation on Alkaline Lysis Plasmid Miniprep protocol, drew up flowchart. </div>
+
        <li>
-
</div>
+
          <div class="direction-l">
-
</li>
+
            <div class="flag-wrapper">
-
  <!-- Item A -->
+
              <span class="flag">June 26th</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">June 17th</span>
+
              1. Ran yesterday's miniprep products out on a gel. 2.
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              Performed NaCl Growth Curve Assay. 3. Developed
-
</div>
+
              protocol and flowchart for Survival Growth Assay.
-
<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>
-
</div>
+
        </li><!-- Item A -->
-
</li>
+
        <li>
-
 
+
          <div class="direction-r">
-
<!-- Item B -->
+
            <div class="flag-wrapper">
-
<li>
+
              <span class="flag">June 25th</span> <span class=
-
<div class="direction-l">
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="flag-wrapper">
+
            </div>
-
<span class="flag">June 14th </span>
+
            <div class="desc">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              1. Performed Miniprep.
-
</div>
+
            </div>
-
<div class="desc">1. Team went to ASU for meet-and-greet luncheon with ASU's 2013 iGEM team. </div>
+
          </div>
-
</div>
+
        </li><!-- Item B -->
-
</li>
+
        <li>
-
  <!-- Item A -->
+
          <div class="direction-l">
-
<li>
+
            <div class="flag-wrapper">
-
<div class="direction-r">
+
              <span class="flag">June 20th</span> <span class=
-
<div class="flag-wrapper">
+
              "time-wrapper"><span class="time">2013</span></span>
-
<span class="flag">June 13th </span>
+
            </div>
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            <div class="desc">
-
</div>
+
              1. Performed Miniprep and Gel Electrophoresis.
-
<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>
-
</div>
+
        </li><!-- Item A -->
-
</li>
+
        <li>
-
 
+
          <div class="direction-r">
-
<!-- Item B -->
+
            <div class="flag-wrapper">
-
<li>
+
              <span class="flag">June 19th</span> <span class=
-
<div class="direction-l">
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="flag-wrapper">
+
            </div>
-
<span class="flag">June 12th </span>
+
            <div class="desc">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              1. Presentation on Gel Electrophoresis protocol.
-
</div>
+
            </div>
-
<div class="desc"> 1. Team double checked primer designs for restriction sites Xba1, Pst1, Ecor1, and Spe1.</div>
+
          </div>
-
</div>
+
        </li><!-- Item B -->
-
</li>
+
        <li>
-
  <!-- Item A -->
+
          <div class="direction-l">
-
<li>
+
            <div class="flag-wrapper">
-
<div class="direction-r">
+
              <span class="flag">June 18th</span> <span class=
-
<div class="flag-wrapper">
+
              "time-wrapper"><span class="time">2013</span></span>
-
<span class="flag">June 11th</span>
+
            </div>
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            <div class="desc">
-
</div>
+
              1. Added prefix and suffix sequences to primers,
-
<div class="desc"> 1. Performed Hydrogen Peroxide Growth Curve Assay with different concentrations of hydrogen peroxide.  
+
              reviewed entire sequence once more prior to ordering.
-
    2. Team searched for homolog genes of interest in D. hopiensis. </div>
+
              2. Presentation on Alkaline Lysis Plasmid Miniprep
-
</div>
+
              protocol, drew up flowchart.
-
</li>
+
            </div>
-
 
+
          </div>
-
<!-- Item B -->
+
        </li><!-- Item A -->
-
<li>
+
        <li>
-
<div class="direction-l">
+
          <div class="direction-r">
-
<div class="flag-wrapper">
+
            <div class="flag-wrapper">
-
<span class="flag">June 10th</span>
+
              <span class="flag">June 17th</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 presented primer designs.</div>
+
            <div class="desc">
-
</div>
+
              1. De-briefed members unable to attend ASU luncheon.
-
</li>
+
              2. Fern and Cristina debuted first clips of our team
-
 
+
              stop motion video!
-
 
+
            </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 6th</span>
+
            <div class="flag-wrapper">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              <span class="flag">June 14th</span> <span class=
-
</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="desc"> 1. Performed NaCl Growth Curve Assay to determine appropriate concentration of NaCl.  
+
            </div>
-
    2. Planned next stages of our project. </div>
+
            <div class="desc">
-
</div>
+
              1. Team went to ASU for meet-and-greet luncheon with
-
</li>
+
              ASU's 2013 iGEM team.
-
 
+
            </div>
-
<!-- Item B -->
+
          </div>
-
<li>
+
        </li><!-- Item A -->
-
<div class="direction-l">
+
        <li>
-
<div class="flag-wrapper">
+
          <div class="direction-r">
-
<span class="flag">June 5th</span>
+
            <div class="flag-wrapper">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              <span class="flag">June 13th</span> <span class=
-
</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="desc"> 1. Performed Hydrogen Peroxide Growth Curve Assay to determine appropriate concentration of hydrogen peroxide.</div>
+
            </div>
-
</div>
+
            <div class="desc">
-
</li>
+
              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">
-
  <!-- Item A -->
+
            <div class="flag-wrapper">
-
<li>
+
              <span class="flag">June 12th</span> <span class=
-
<div class="direction-r">
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="flag-wrapper">
+
            </div>
-
<span class="flag">June 4th </span>
+
            <div class="desc">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              1. Team double checked primer designs for restriction
-
</div>
+
              sites Xba1, Pst1, Ecor1, and Spe1.
-
<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>
-
</div>
+
        </li><!-- Item A -->
-
</li>
+
        <li>
-
 
+
          <div class="direction-r">
-
<!-- Item B -->
+
            <div class="flag-wrapper">
-
<li>
+
              <span class="flag">June 11th</span> <span class=
-
<div class="direction-l">
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="flag-wrapper">
+
            </div>
-
<span class="flag">May 29th</span>
+
            <div class="desc">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              1. Performed Hydrogen Peroxide Growth Curve Assay
-
</div>
+
              with different concentrations of hydrogen peroxide.
-
<div class="desc">1. Biobrick and gene presentations continued.
+
              2. Team searched for homolog genes of interest in D.
-
    2. Team covered requirements for designing primers, determined primers for all genes of interest.</div>
+
              hopiensis.
-
</div>
+
            </div>
-
</li> <!-- Item A -->
+
          </div>
-
<li>
+
        </li><!-- Item B -->
-
<div class="direction-r">
+
        <li>
-
<div class="flag-wrapper">
+
          <div class="direction-l">
-
<span class="flag">May 28th</span>
+
            <div class="flag-wrapper">
-
<span class="time-wrapper"><span class="time">2013 </span></span>
+
              <span class="flag">June 10th</span> <span class=
-
</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="desc"> 1. Biobrick and gene presentations continued.  
+
            </div>
-
    2. Reviewed protocol for Polymerase Chain Reaction.
+
            <div class="desc">
-
</div>
+
              1. Team presented primer designs.
-
</div>
+
            </div>
-
</li>
+
          </div>
-
 
+
        </li><!-- Item A -->
-
 
+
        <li>
-
<!-- Item B -->
+
          <div class="direction-r">
-
<li>
+
            <div class="flag-wrapper">
-
<div class="direction-l">
+
              <span class="flag">June 6th</span> <span class=
-
<div class="flag-wrapper">
+
              "time-wrapper"><span class="time">2013</span></span>
-
<span class="flag">May 22nd</span>
+
            </div>
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
            <div class="desc">
-
</div>
+
              1. Performed NaCl Growth Curve Assay to determine
-
<div class="desc">1. Members continued biobrick and gene presentations.
+
              appropriate concentration of NaCl. 2. Planned next
-
    2. Team split into 5 groups and performed our first Growth Curve Assay.</div>
+
              stages of our project.
-
</div>
+
            </div>
-
</li> <!-- Item A -->
+
          </div>
-
<li>
+
        </li><!-- Item B -->
-
<div class="direction-r">
+
        <li>
-
<div class="flag-wrapper">
+
          <div class="direction-l">
-
<span class="flag">May 21st</span>
+
            <div class="flag-wrapper">
-
<span class="time-wrapper"><span class="time">2013</span></span>
+
              <span class="flag">June 5th</span> <span class=
-
</div>
+
              "time-wrapper"><span class="time">2013</span></span>
-
<div class="desc">1. Members began their biobrick presentations.
+
            </div>
-
    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="desc">
-
</div>
+
              1. Performed Hydrogen Peroxide Growth Curve Assay to
-
</li>
+
              determine appropriate concentration of hydrogen
-
 
+
              peroxide.
-
<!-- Item B -->
+
            </div>
-
<li>
+
          </div>
-
<div class="direction-l">
+
        </li><!-- Item A -->
-
<div class="flag-wrapper">
+
        <li>
-
<span class="flag">1st Meeting</span>
+
          <div class="direction-r">
-
<span class="time-wrapper"><span class="time">May 20th </span></span>
+
            <div class="flag-wrapper">
-
</div>
+
              <span class="flag">June 4th</span> <span class=
-
<div class="desc"><p list> 1. Developed goals for the summer
+
              "time-wrapper"><span class="time">2013</span></span>
-
    2. Reviewed lab techniques
+
            </div>
-
    3. Reviewed iGEM website and registry
+
            <div class="desc">
-
    4. Assigned biobricks of interest and genes of interest to present</p></div>
+
              1. Reviewed protocol for DNA isolation. 2. Biotech
-
</div>
+
              student Beau came in to present his project on
-
</li>
+
              Deinococcus radiodurans.
-
 
+
            </div>
-
 
+
          </div>
-
</ul>
+
        </li><!-- Item B -->
-
</div>
+
        <li>
-
<!--/.content-area-->
+
          <div class="direction-l">
-
</body>
+
            <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>
</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