Difference between revisions of "Team:Georgia State/Notebook"

(Prototype team page)
 
 
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Georgia_State}}
+
{{Georgia_State/sand}}
<html>
+
<html lang="en">
 +
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700&action=raw&ctype=text/css">
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <meta name="description" content="">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 +
    <!-- Title -->
 +
    <title>GSU iGEM</title>
  
 +
  <style>
  
<div class="column full_size">
+
/* .row{
 +
  flex-wrap: inherit;
 +
}
 +
*/
  
<h1>Notebook</h1>
+
#date{
<p> Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.</p>
+
  padding-right: 0px;
 +
}
  
</div>
+
a{
<div class="clear"></div>
+
  text-decoration:none;
 +
  color:inherit;
 +
}
  
 +
tr #title th{
 +
  background-color: #AAC;
 +
  border: 1px solid #224;
 +
  font-size: :120%;
 +
  text-align: center;
 +
  background: url("heckles.png") no-repeat center / cover;
 +
  color: white;
 +
}
  
 +
.table>tbody>tr>td,
 +
.table>tbody>tr>th {
 +
  border-top: none;
 +
  border-bottom: none;
 +
  border-collapse: collapse;
 +
}
  
<div class="column two_thirds_size">
+
.center {
<h3>What should this page have?</h3>
+
  display: block;
<ul>
+
  margin-left: auto;
<li>Chronological notes of what your team is doing.</li>
+
  margin-right: auto;
<li> Brief descriptions of daily important events.</li>
+
  width: 50%;
<li>Pictures of your progress. </li>
+
}
<li>Mention who participated in what task.</li>
+
</ul>
+
  
 +
#header{
 +
font-family:'American Typewriter', serif;
 +
letter-spacing: 1px;
 +
font-size: 20px;
 +
}
 +
 +
#days{
 +
  font-family:'Jazz LET', fantasy;
 +
  letter-spacing: 1px;
 +
}
 +
 +
#date{
 +
  font-weight: bold;
 +
  color:#02757d;
 +
 +
}
 +
 +
 +
#table1{
 +
  background: url("https://static.igem.org/mediawiki/2019/1/10/T--Georgia_State--back1.png");
 +
  background-size: 110%;
 +
  background-repeat: no-repeat;
 +
  color: black;
 +
  background-position: bottom;
 +
}
 +
 +
#table2 {
 +
  background: url("https://static.igem.org/mediawiki/2019/8/85/T--Georgia_State--back2.png");
 +
  background-size: 100%;
 +
  background-repeat: no-repeat;
 +
  color: black;
 +
  background-position: bottom;
 +
}
 +
#table3 {
 +
  background: url("https://static.igem.org/mediawiki/2019/2/25/T--Georgia_State--back3.png");
 +
  background-size: 100%;
 +
  background-repeat: no-repeat;
 +
  color: black;
 +
  background-position: bottom;
 +
}
 +
#table4 {
 +
  background: url("https://static.igem.org/mediawiki/2019/e/ec/T--Georgia_State--back4.png");
 +
  background-size: 100%;
 +
  background-repeat: no-repeat;
 +
  color: black;
 +
  background-position: bottom;
 +
}
 +
#table5 {
 +
  background: url("https://static.igem.org/mediawiki/2019/b/bd/T--Georgia_State--back5.png");
 +
  background-size: 100%;
 +
  background-repeat: no-repeat;
 +
  color: black;
 +
  background-position: bottom;
 +
}
 +
#table6 {
 +
  background: url("https://static.igem.org/mediawiki/2019/5/55/T--Georgia_State--back6.png");
 +
  background-size: 100%;
 +
  background-repeat: no-repeat;
 +
  color: black;
 +
  background-position: bottom;
 +
}
 +
@import url(https://fonts.googleapis.com/css?family=Audiowide);
 +
 +
 +
span {
 +
white-space: nowrap;
 +
}
 +
 +
span:after {
 +
font-family: Arial, sans-serif;
 +
text-align: left;
 +
white-space: normal;
 +
}
 +
 +
span:focus {
 +
outline: none;
 +
}
 +
 +
 +
@media (min-width: 1075px) {
 +
h1 {
 +
    font-size: 4.7em;
 +
}
 +
}
 +
 +
 +
@media (min-width: 360px) {
 +
pre {
 +
    font-size: .7em;
 +
}
 +
}
 +
 +
@media (min-width: 500px) {
 +
pre {
 +
    font-size: 1em;
 +
}
 +
}
 +
 +
 +
/*== start of code for tooltips ==*/
 +
.tool {
 +
  cursor: help;
 +
  position: relative;
 +
}
 +
 +
 +
/*== common styles for both parts of tool tip ==*/
 +
.tool::before,
 +
.tool::after {
 +
  left: 50%;
 +
  opacity: 0;
 +
  position: absolute;
 +
  z-index: -100;
 +
}
 +
 +
.tool:hover::before,
 +
.tool:focus::before,
 +
.tool:hover::after,
 +
.tool:focus::after {
 +
  opacity: 1;
 +
  transform: scale(1) translateY(0);
 +
  z-index: 100;
 +
}
 +
 +
 +
/*== pointer tip ==*/
 +
.tool::before {
 +
  border-style: solid;
 +
  border-width: 1em 0.75em 0 0.75em;
 +
  border-color: #3E474F transparent transparent transparent;
 +
  bottom: 100%;
 +
  content: "";
 +
  margin-left: -0.5em;
 +
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
 +
  transform:  scale(.6) translateY(-90%);
 +
}
 +
 +
.tool:hover::before,
 +
.tool:focus::before {
 +
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
 +
}
 +
 +
 +
/*== speech bubble ==*/
 +
.tool::after {
 +
  background: #3E474F;
 +
  border-radius: .25em;
 +
  bottom: 180%;
 +
  color: #EDEFF0;
 +
  content: attr(data-tip);
 +
  margin-left: -8.75em;
 +
  padding: 1em;
 +
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
 +
  transform:  scale(.6) translateY(50%);
 +
  width: 17.5em;
 +
}
 +
 +
.tool:hover::after,
 +
.tool:focus::after  {
 +
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
 +
}
 +
 +
@media (max-width: 760px) {
 +
.tool::after {
 +
      font-size: .75em;
 +
      margin-left: -5em;
 +
      width: 10em;
 +
}
 +
}
 +
 +
</style>
 +
 +
</head>
 +
 +
 +
 +
 +
<body>
 +
 
 +
<!-- Preloader -->
 +
    <div id="preloader">
 +
        <div class="loader"></div>
 +
    </div>
 +
 
 +
      <!-- Main Header Start -->
 +
        <div class="main-header-area">
 +
            <div class="classy-nav-container breakpoint-off">
 +
                <div class="container">
 +
                    <!-- Classy Menu -->
 +
                    <nav class="classy-navbar justify-content-between" id="akameNav">
 +
 +
                        <!-- Logo -->
 +
                        <a class="nav-brand" href="../Team:Georgia_State"><img src="/wiki/images/2/23/T--Georgia_State--logo.png" alt=""></a>
 +
 +
                        <!-- Navbar Toggler -->
 +
                        <div class="classy-navbar-toggler">
 +
                            <span class="navbarToggler"><span></span><span></span><span></span></span>
 +
                        </div>
 +
 +
                        <!-- Menu -->
 +
                        <div class="classy-menu">
 +
                            <!-- Menu Close Button -->
 +
                            <div class="classycloseIcon">
 +
                                <div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
 +
                            </div>
 +
                            <!-- Nav Start -->
 +
                            <div class="classynav">
 +
                                <ul id="nav">
 +
                                    <li><a href="https://2019.igem.org/wiki/index.php?title=Team:Georgia_State">Home</a></li>
 +
                                    <li><a href="../Team:Georgia_State/Team">Team</a>
 +
<ul class="dropdown">
 +
    <li><a href="../Team:Georgia_State/Team">- Team Members</a></li>
 +
    <li><a href="../Team:Georgia_State/Collaborations">- Collaborations</a></li>
 +
    <li><a href="../Team:Georgia_State/Attributions">- Attributions</a></li>
 +
</ul>
 +
    </li>
 +
    <li><a href="#">Project</a>
 +
                                        <ul class="dropdown">
 +
                                            <li><a href="../Team:Georgia_State/Description">- Description</a></li>
 +
                                            <li><a href="../Team:Georgia_State/Design">- Design</a></li>
 +
                                            <li><a href="../Team:Georgia_State/Culturing">- Culturing</a></li>
 +
                                            <li class="active"><a href="../Team:Georgia_State/Notebook">- Notebook</a></li>
 +
                                            <li><a href="../Team:Georgia_State/Protocols">- Protocols</a></li>
 +
                                            <li><a href="../Team:Georgia_State/Results">- Results</a></li>
 +
                                            <li><a href="../Team:Georgia_State/AlgaeObservations">- Algae Observations</a></li>
 +
                                            <li><a href="../Team:Georgia_State/Hardware">- Hardware</a></li>
 +
                                            <li><a href="../Team:Georgia_State/Model">- Model</a></li>
 +
                                        </ul>
 +
                                    </li>
 +
                                    <li><a href="../Team:Georgia_State/Parts">Parts</a>
 +
<ul class="dropdown">
 +
                                            <li><a href="../Team:Georgia_State/Contribution">- Contribution</a></li>
 +
                                            <li><a href="../Team:Georgia_State/Basic_Part">- Basic Parts</a></li>
 +
                                            <li><a href="../Team:Georgia_State/Composite_Part">- Composite Parts</a></li>
 +
                                    </ul>
 +
</li>
 +
                                    <li><a href="../Team:Georgia_State/Human_Practices">Human Practices</a>
 +
<ul class="dropdown">
 +
    <li><a href="../Team:Georgia_State/Human_Practices">- Human Practices</a></li>
 +
    <li><a href="../Team:Georgia_State/Public_Engagement">- Public Engagement</a></li>
 +
</ul></li>
 +
                                    <li><a href="../Team:Georgia_State/Safety">Safety</a></li>
 +
                                    <li><a href="https://igem.org/2019_Judging_Form?team=Georgia_State">Judging Form</a></li>
 +
                               
 +
 +
                                                          </div>
 +
                            <!-- Nav End -->
 +
                        </div>
 +
                    </nav>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </header>
 +
    <!-- Header Area End -->
 +
<!-- Breadcrumb Area Start -->
 +
    <section class="breadcrumb-area section-padding-80">
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-12">
 +
                    <div class="breadcrumb-content">
 +
                        <h2>Notebook</h2>
 +
                        <nav aria-label="breadcrumb">
 +
                            <ol class="breadcrumb">
 +
                                <li class="breadcrumb-item"><a href="../Team:Georgia_State"><i class="icon_house_alt"></i> Home</a></li>
 +
 +
                                <li class="breadcrumb-item active" aria-current="page">Notebook</li>
 +
                            </ol>
 +
                        </nav>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </section>
 +
    <!-- Breadcrumb Area End -->
 +
 +
<!--Calender starts here-->
 +
<div class="container" style="background-color:white">
 +
  <img src="https://static.igem.org/mediawiki/2019/4/40/T--Georgia_State--girl.png" alt="Girl" style="width:500px;height:500px;" class="center">
 +
<br>
 +
  <div class="row align-items-start">
 +
 +
      <!--June-->
 +
    <div class="col">
 +
      <div class="container">
 +
  <table class="table" cellspacing="0" cellpadding="0" id="table1">
 +
    <tr id="title">
 +
      <th colspan="7" class="text-center" id="header" style="color:#282d73">June 2019</th>
 +
    </tr>
 +
 +
    <tr id="days">
 +
      <th style="color:red">S</th>
 +
      <th>M</th>
 +
      <th>T</th>
 +
      <th>W</th>
 +
      <th>T</th>
 +
      <th>F</th>
 +
      <th>S</th>
 +
    </tr>
 +
 +
    <tbody class="body">
 +
      <tr id="trow">
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf">1</td>
 +
      </tr>
 +
 +
      <tr id="trow">
 +
    <td id="date-pdf">2</td>
 +
    <td id="date-pdf">3</td>
 +
    <td id="date-pdf">4</td>
 +
    <td id="date-pdf">5</td>
 +
    <td id="date-pdf">6</td>
 +
    <td id="date-pdf">7</td>
 +
    <td id="date-pdf">8</td>
 +
      </tr>
 +
 +
      <tr id="trow">
 +
    <td id="date-pdf">9</td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/0/07/T--Georgia_State--061019.pdf"><span class="tool" data-tip="Extracted the plasmid, PCB302-gfp-MBD, off papers A & B then transformed it using heat shock into E.Coli. Click to see more.">10</span></td>
 +
    <td id="date" style="color:#02757d "><a href="https://static.igem.org/mediawiki/2019/9/99/T--Georgia_State--061119.pdf"><span class="tool" data-tip="Redid the transformations because the transformants overgrew in the kanamycin plates and performed overnight cultures of the PCB302 in E.Coli. Click to see more.">11</span></td>
 +
    <td id="date"style="color:#02757d "><a href="https://static.igem.org/mediawiki/2019/2/2a/T--Georgia_State--061219.pdf"><span class="tool" data-tip="Performed minipreps on transformations made on 6/10/2019, replated transformations with parts from the registry, redid transformations for PCB302 with one shot and DH5a homemade E. Coli competent cells with kanamycin plates made on 6/11/2019, ran PCR on J23102 promoter sequence and K592009 coding sequence, and created overnight cultures with 3 J23102 promoter ampicillin plates and 1 K592009 coding sequence plate. Click to see more.">12</span></td>
 +
    <td id="date"style="color:#02757d "><a href="https://static.igem.org/mediawiki/2019/4/4f/T--Georgia_State--061319.pdf"><span class="tool" data-tip="Ran gel electrophoresis on J23102 and K592009, performed a miniprep on the overnight cultures of the transformation samples made on 6/12/2019, performed overnight cultures on the transformations done on 6/12/2019, and performed an analytical restriction digests on blue chromoprotein (K592009) and RFP promotor (J23102), and ran a gel on J23102 and K592009. Click to see more.">13</span></td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/a/a7/T--Georgia_State--061419.pdf"><span class="tool" data-tip="Performed a mini prep on PCB302 plasmid in E. Coli from papers A & B and performed gel extraction on blue chromoprotein and RFP promotor from the analytical digest that was performed on 6/13/2019. Click to see more.">14</span></td>
 +
    <td id="date-pdf">15</td>
 +
      </tr>
 +
 +
      <tr id="trow">
 +
    <td id="date-pdf">16</td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/e/ed/T--Georgia_State--061719.pdf"><span class="tool" data-tip="Simulated an artificial ligation of blue chromoprotein part into J23102 promoter and pcba1020-r0040 minus RFP on snap gene, ligated BP part with J23102 from the gel extraction, transformed the BP-promoter construct into DH5a chemically competent cells, transformed PCB302 into One Shot Top 10 chemically competent E. Coli cells from papers A&B, and performed restriction digest on PCB302 from previous mini-prepped samples on 6/14/2019 in E. Coli from papers A&B. Click to see more.">17</span></td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/e/ed/T--Georgia_State--061819.pdf"><span class="tool" data-tip="Ran a gel on the restriction digest for the PCB302 samples A &B from 6/17/2019 to verify if we have the correct parts, performed colony PCR on ligations from previous day, made overnight cultures on the ligations as well as the PCB302 plasmid in E. Coli from papers A & B, and created primers for PCB302 partial sequence on snapgene. Click to see more.">18</span></td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/1/1c/T--Georgia_State--061919.pdf"><span class="tool" data-tip="Ran a gel for colony PCR on BCP K592009 and J23102 promoter ligation and redid overnight cultures on PCB302 in E. Coli from papers A &B and on the BCP K592009 and J23102 promoter ligation. Click to see more">19</span></td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/2/2f/T--Georgia_State--062019.pdf"><span class="tool" data-tip="Performed minipreps on the overnights from the previous day, made glycerol stocks for the overnight cultures from the previous day, and prepared the ASP-8A media. Click to see more.">20</span></td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/1/13/T--Georgia_State--062119.pdf"><span class="tool" data-tip="Prepared the ASP-8A media, performed restriction digest on the mini prepped ligation samples from 6/20/2019, performed PCR on PCB302 in E. Coli from papers A&B, and ran a gel for the restriction digest on the ligation. Click to see more.">21</span></td>
 +
    <td id="date-pdf">22</td>
 +
      </tr>
 +
 +
      <tr id="trow">
 +
    <td id="date-pdf">23</td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/e/eb/T--Georgia_State--062419.pdf"><span class="tool" data-tip="Made PII Trace Metal mix, performed gel electrophoresis on PCR samples of PCB302 in E. Coli from papers A & B minipreps done on 6/20/2019, and fed the O. Marina. Click to see more.">24</span></td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/d/d0/T--Georgia_State--062519.pdf"><span class="tool" data-tip="Redid gel electrophoresis on PCR products of K592009 & J23102 ligations and the PCB302 in E. Coli from papers A & B, redid PCR on K592009 & J23102 ligations, performed restriction digest on PCB302 from mini preps in E. Coli from papers A & B from colony on 6/20/2019, made ASP-8A medium, did transformations on K592009 & J23102 ligation mix from 6/17/2019, and fed O. Marina. Click to see more.">25</span></td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/8/87/T--Georgia_State--062619.pdf"><span class="tool" data-tip="Ran a gel on restriction digest of PCB302 from the miniprep colony 7 in E. Coli from papers A & B from 6/20/2019 and on the PCR of ligations of K592009 and J23102 from 6/25/2019, checked on the algae, filtered some seawater, checked the ligation transformations from 6/25/2019 for growth, and fed the O. Marina. Click to see more.">26</span></td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/1/10/T--Georgia_State--062719.pdf"><span class="tool" data-tip="Transferred O. Marina and D. Tertiolecta into filtered, autoclaved seawater, filtered and autoclaved more seawater, verified algal life, and fed the O. Marina. Click to see more.">27</span></td>
 +
    <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/5/5c/T--Georgia_State--062819.pdf"><span class="tool" data-tip="Ran a PCR on the PCB302 plasmid straight from paper solution A & B and transferred O. Marina, S. Microadiatic, D. Tertiolecta into other cultures and observed the algae. Click to see more.">28</span></td>
 +
    <td id="date-pdf" >29</td>
 +
      </tr>
 +
 +
      <tr id="trow">
 +
    <td id="date-pdf">30</td>
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf"></td>
 +
    <td id="date-pdf"></td>
 +
      </tr>
 +
    </tbody> </table>
 +
<!--</div>-->
 +
</div> </div>
 +
 +
<!--July-->
 +
<div class="col">
 +
  <div class="container">
 +
<!--<div class="container col-sm-4 col-md-7 col-lg-4 mt-5">-->
 +
<table class="table" cellspacing="0" cellpadding="0" id="table2">
 +
  <tr id="title">
 +
    <th colspan="7" class="text-center" id="header" style="color:#733675">July 2019</th>
 +
  </tr>
 +
 +
    <tr id="days">
 +
      <th style="color:red">S</th>
 +
      <th>M</th>
 +
      <th>T</th>
 +
      <th>W</th>
 +
      <th>T</th>
 +
      <th>F</th>
 +
      <th>S</th>
 +
    </tr>
 +
  <tbody>
 +
    <tr id="trow">
 +
  <td id="date-pdf"></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/f/f1/T--Georgia_State--070119.pdf"><span class="tool" data-tip="Transformed new samples of PCB302 (papers 1 & 2) into E. Coli, transformed blue chromoprotein composite, made YM media plate with kanamycin and YM broth, verified algal life, ran gel on PCR of PCB302 in E. Coli from papers A & B from 6/28/2019, and checked concentrations on PCB302 from new samples. Click to see more.">1</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/f/fd/T--Georgia_State--070219.pdf"><span class="tool" data-tip="Made YM media plates with kanamycin, transformed PCB302 plasmid into agrobacterium tumefaciens, made overnight cultures from PCB302 in E. Coli transformations, verified algal life, transformed codon optimized RFP in E. Coli, and performed colony PCR on PCB302 in E. Coli. Click to see more.">2</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/9/95/T--Georgia_State--070319.pdf"><span class="tool" data-tip="Created new media for the algae, made glycerol stocks, ran a PCR analysis of PCB302 in E. Coli from papers 1 & 2, transformed blue chromoprotein into E. Coli, performed a miniprep on the PCB302 in E. Coli from papers 1 & 2, and fed O. Marina. Click to see more.">3</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/f/fb/T--Georgia_State--070419.pdf"><span class="tool" data-tip="Ran a restriction digest of PCB302 in E. Coli from papers 1 & 2, performed gel electrophoresis analysis of PCB302 in E. Coli papers 1 & 2 digest, made cultures for the S. microadriaticum in L1 and L1+F2, and prepared ASP-8A media with filtered seawater. Click to see more.">4</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/2/2e/T--Georgia_State--070519.pdf"><span class="tool" data-tip="Ran a PCR on PCB302 in E. Coli straight from papers 1 & 2 and made overnight cultures of PCB302 in Agrobacterium Tumefaciens from papers 1 & 2. Click to see more.">5</span></td>
 +
  <td id="date-pdf">6</td>
 +
    </tr>
 +
 +
    <tr id="trow">
 +
  <td id="date-pdf">7</td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/5/5b/T--Georgia_State--070819.pdf"><span class="tool" data-tip="Performed minipreps on the PCB302 in Agrobacterium tumefaciens from papers 1 & 2, made glycerol stocks for overnight PCB302 Agrobacterium cultures papers 1 & 2, and determined algae concentration. Click to see more.">8</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/1/1c/T--Georgia_State--070919.pdf"><span class="tool" data-tip="Ran gel on PCR products of PCB302-gfp-MBD in E. Coli from papers 1 & 2, transformed codon optimized RFP into E. Coli, transformed blue chromoprotein into E. Coli, performed PCR on PCB302 in A. Tumefaciens from miniprep on 7/8/2019, ran gel on PCR of PCB302 in A. Tumefaciens from miniprep, transformed PCB302 into A. Tumefaciens from papers 1 & 2, and made overnight cultures of PCB302 in A. Tumefaciens from glycerol stocks of minipreps on 7/8/2019. Click to see more.">9</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/0/0c/T--Georgia_State--071019.pdf"><span class="tool" data-tip="Performed PCR on PCB302 from papers 1 & 2, made overnight cultures of codon-optimized-RFP from transformations on 7/9/2019, performed transformations on new blue chromoprotein, and performed gel electrophoresis on the PCB302 PCR from today. Click to see more.">10</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/2/24/T--Georgia_State--071119.pdf"><span class="tool" data-tip="Performed miniprep on overnight cultures of codon optimized RFP from 7/10/2019, made glycerol stocks on overnight cultures of codon optimized RFP, ran restriction digest on codon optimized RFP mini preps, ran a gel on digested codon optimized RFP, cultured algae in ASP-8A with seawater, and made plates for Symbiodinium culture. Click to see more.">11</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/5/51/T--Georgia_State--071219.pdf"><span class="tool" data-tip="Picked colonies from PCB302 Agrobacterium transformations from papers 1 & 2, made overnight cultures on PCB302 Agrobacterium transformations, performed minipreps on PCB302 in A. Tumefaciens’ glycerol stocks made on 7/8/2019, ran restriction digest on codon-optimized-RFP, performed colony PCR on blue chromoprotein, and made overnight cultures on PCB302 in A. Tumefaciens transformations from 7/9/2019. Click to see more.">12</span></td>
 +
  <td id="date-pdf">13</td>
 +
    </tr>
 +
 +
    <tr id="trow">
 +
  <td id="date-pdf">14</td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/5/51/T--Georgia_State--071519.pdf"><span class="tool" data-tip="Made glycerol stock for overnight cultures of transformations done on 7/9/2019, performed miniprep on PCB302 in A. Tumefaciens’ overnight cultures from 7/9/2019, did transformations on blue chromoprotein and DinoIII part 2, ran gel on blue chromoprotein colony PCR, and made overnight cultures on pGEX-HCG from glycerol stocks. Click to see more.">15</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/f/f0/T--Georgia_State--071619.pdf"><span class="tool" data-tip="Ran PCR on PCB302 from papers 1 & 2 and on PCB302 in A. tumefaciens from miniprep done on 7/15/2019 with new primers, made overnight cultures on PCB302 in A. Tumefaciens’ glycerol stocks made on 7/15/2019, the pGEX-HCG glycerol stocks, and DinoIIIP2, and ran a gel on the miniprep of PCB302 in A. Tumefaciens from 7/15/2019. Click to see more.">16</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/f/f0/T--Georgia_State--071719.pdf"><span class="tool" data-tip="Did minipreps on DinoIII-GFP part 2 and Pgex-HCG, made glycerol stocks for DinoIII-GFP Part 2, did transformations on PCB302 in A. Tumefaciens from papers 1 &2, ran restriction digest on codon-optimized-RFP, and made overnight cultures on blue chromoprotein. Click to see more.">17</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/7/7a/T--Georgia_State--071819.pdf"><span class="tool" data-tip="Did a miniprep on blue chromoprotein overnight cultures and PCB302 in A. Tumefaciens glycerol stocks that were made on 7/15/2019, and did gel electrophoresis on DinoIIIP2 and pGEX-HCG. Click to see more.">18</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/1/12/T--Georgia_State--071919.pdf"><span class="tool" data-tip="Made overnight cultures of PCB302 in A. Tumefaciens transformations from 7/17/2019, ran restriction digest on DinoIII-P2 with BgIII and XbaI, and did gel electrophoresis on DinoIII-P2 and the codon optimized RFP digested with BgIII and XbaI. Click to see more.">19</span></td>
 +
  <td id="date-pdf">20</td>
 +
    </tr>
 +
 +
    <tr id="trow">
 +
  <td id="date-pdf">21</td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/3/3a/T--Georgia_State--072219.pdf"><span class="tool" data-tip="Performed miniprep on PCB302 in A. Tumefaciens’ transformations on 7/17/2019, made glycerol stocks of the overnights of PCB302 in A. Tumefaciens from 7/19/2019, ran a gel with BgIII and XbaI on DinoIII P2 and on codon optimized RFP, made overnights of PCB302 in A. Tumefaciens’ glycerol stocks from an unknown date, glycerol stocks of blue chromoprotein from an unknown date, and glycerol stocks of codon-optimized-RFP from an unknown date, and ran restriction digest with new XbaI and BgIII on DinoIII P2 and codon-optimized-RFP. Click to see more.">22</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/a/a8/T--Georgia_State--072319.pdf"><span class="tool" data-tip="Performed miniprep on glycerol stocks of blue chromoprotein from an unknown date and glycerol stocks of codon-optimized-RFP from an unknown date, ran restriction digest on DinoIII P2 and codon-optimized-RFP, performed gel extraction to remove GFP from DinoIII P2 and isolate RFP from codon-optimized-RFP, and made overnights in 100 mL of glycerol stocks of blue chromoprotein from an unknown date, glycerol stocks of codon-optimized-RFP from an unknown date, and glycerol stocks of PCB302 in E. Coli made on 7/3/2019. Click to see more.">23</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/a/a4/T--Georgia_State--072419.pdf"><span class="tool" data-tip="Performed MiDi prep on bluechromoprotein and codon-optimized-RFP, and made YM media. Click to see more.">24</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/1/1f/T--Georgia_State--072519.pdf"><span class="tool" data-tip="Made overnight cultures of glycerol stocks of DinoIII-GFP P2, performed MiDi prep on glycerol stocks of PCB302 in E. Coli made on 7/3/2019, transformed improved mCherry into E. Coli, and sent K1357009 and J23102 for sequencing. Click to see more.">25</span></td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/9/9d/T--Georgia_State--072619.pdf"><span class="tool" data-tip="Performed MiDi prep on DinoIII-GFP P2 and finished the MiDi prep on the glycerol stocks of PCB302 in E. Coli from papers 1 & 2 made on 7/3/2019. Click to see more.">26</td>
 +
  <td id="date-pdf">27</td>
 +
    </tr>
 +
 +
    <tr id="trow">
 +
  <td id="date-pdf">28</td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/9/9c/T--Georgia_State--072919.pdf"><span class="tool" data-tip="Ran a restriction digest on DinoIII-GFP P2 and made overnight cultures for PCB302 in E. Coli glycerol stocks that were made on 7/3/2019. Click to see more.">29</td>
 +
  <td id="date-pdf">30</td>
 +
  <td id="date" style="color:#02757d"><a href="https://static.igem.org/mediawiki/2019/f/f3/T--Georgia_State--073119.pdf"><span class="tool" data-tip="Performed mini prep on PCB302 in E. Coli overnight cultures made from 7/3/2019, ran restriction digest on the PCB302 miniprep samples from today, on the DinoIII plasmid, and on the codon-optimized-RFP. Click to see more.">31</td>
 +
  <td id="date-pdf" ></td>
 +
  <td id="date-pdf"></td>
 +
  <td id="date-pdf"></td>
 +
    </tr>
 +
 +
  </tbody> </table>
 +
<!--</div>-->
 +
</div> </div>
 +
 +
<!--August-->
 +
<div class="col">
 +
<!--<div class="container col-sm-4 col-md-7 col-lg-4 mt-5">-->
 +
<div class="container">
 +
  <table class="table" cellspacing="0" cellpadding="0" id="table3">
 +
    <tr id="title">
 +
      <th colspan="7" class="text-center" id="header" style="color:#7a2b09">August 2019</th>
 +
    </tr>
 +
 +
      <tr id="days">
 +
        <th style="color:red">S</th>
 +
        <th>M</th>
 +
        <th>T</th>
 +
        <th>W</th>
 +
        <th>T</th>
 +
        <th>F</th>
 +
        <th>S</th>
 +
      </tr>
 +
  </thead>
 +
  <tbody class="table.table-hover-cells" id="calendar-dates">
 +
  <tr id="trow">
 +
<td id="date-pdf"></td>
 +
<td id="date-pdf"></td>
 +
<td id="date-pdf"></td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/c/cd/T--Georgia_State--080119.pdf"><span class="tool" data-tip="Performed gel extraction of DinoIII, did transformations on mCherry, did colony PCR on PCB302 using gfp primers, primers 3 and 4, did PCR on the source of DNA for the PCB302 using gfp primers, primers 3 and 4, ran an E-gel on the gel extraction product, and ran a restriction digest on RFP for ligation. Click to see more.">1</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/2/2c/T--Georgia_State--080219.pdf"><span class="tool" data-tip="Ran a gel on the PCR products from yesterday, ran a gel and performed gel extraction on the digested codon optimized RFP, did ligation RFP and DinoIII plasmid, and ligation for the composite part. Click to see more.">2</td>
 +
<td id="date-pdf">3</td>
 +
<td id="date-pdf">4</td>
 +
  </tr>
 +
 +
  <tr id="trow" >
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/b/b1/T--Georgia_State--080519.pdf"><span class="tool" data-html="true" data-tip="Linearize DinoIII with GFP miniprep, cultured a larger volume of Symbiodinium and Oxyrrhis Marina, and filtered and autoclaved seawater. Click to see more.">5</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/8/87/T--Georgia_State--080619.pdf"><span class="tool" data-tip="Did heat kill on the restriction digested Dino III mini prep samples #1 and #10 from 7/17/2019, performed gel extraction on linearized Dino III with GFP, transformed DinoIII with the codon optimized RFP into E. Coli using OneShot chemically competent cells. Click to see more.">6</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/6/6c/T--Georgia_State--080719.pdf"><span class="tool" data-tip="Transformed mCherry into BL21 and NEBa cells, did PCR on the DinoIII-rfp colonies from the transformations that were done on 8/6/2019, ran a restriction digest on codon optimized RFP in a 200 µL reaction, and made overnight cultures on the ligation of DinoIII and RFP. Click to see more.">7</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/c/ce/T--Georgia_State--080819.pdf"><span class="tool" data-tip="Mini prepped DinoIII with RFP from 8/6/2019 transformations, ran a gel on PCR of DinoIII with RFP transformation, performed ethanol precipitation on codon optimized RFP digest from 8/7/2019, made O. Marina cultures, made glycerol stocks of DinoIII-RFP from 8/6/2019 transformations, and sent DinoIII-GFP, Dino-RFP, and codon optimized RFP for sequencing. Click to see more.">8</td>
 +
<td id="date-pdf">9</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/9/9d/T--Georgia_State--081019.pdf"><span class="tool" data-tip="">10</td>
 +
<td id="date-pdf">11</td>
 +
  </tr>
 +
 +
  <tr id="trow">
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/0/0d/T--Georgia_State--081219.pdf"><span class="tool" data-tip="Transformed PCB302 into E. Coli from papers A & B, made new algae cultures for O. Marina and S. Microdraticum, transformed mCherry using Rosetta-Gami competent cells, made 500 mL cultures for DinoIII with RFP and GFP, and made overnight cultures for Test Device 1 with positive/negative controls in LB, TB, YM, and YPD. Click to see more.">12</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/f/f9/T--Georgia_State--081319.pdf"><span class="tool" data-tip="Did a mass miniprep on DinoIII GFP and Dino RFP 500 mL overnight cultures, did characterization of Test Device 1 and 5 with positive/negative controls in LB, TB, YM, and YPD, did colony PCR on PCB302 A & B, ran a gel on the colony PCR products, made overnight cultures of PCB302 in 250 mL. Click to see more.">13</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/8/88/T--Georgia_State--081419.pdf"><span class="tool" data-tip="Did a mass miniprep on the overnight cultures of PCB302, ran a diagnostic restriction digest on the DinoIII RFP and Dino GFP, ran a gel alongside the undigested mini prep of DinoIII GFP/RFP DNA with diagnostic restriction digest and PCB302 mini preps, made overnight cultures on mcherry transformations, performed colony PCR on the mcherry transformations. Click to see more.">14</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/7/76/T--Georgia_State--081519.pdf"><span class="tool" data-tip="Linearize Dino III plasmids, ran a gel on mCherry PCR, ran a gel on overnights for each plasmid, made overnights for the characterization of Test Device 1, Test Device 5, Positive control, Negative control colony 1 and 2 for each in LB, TB, YM, and YPD media, mini prepped mcherry overnights, made glycerol stocks of mcherry overnights, made glycerol stocks of PCB302 from 8/12/2019, and performed gel extraction and used Whattman paper for parts. Click to see more.">15</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/9/93/T--Georgia_State--081619.pdf"><span class="tool" data-tip="Transformed PCB302 into A. Tumefaciens, performed gel extraction on DinoIII GFP and Dino III RFP, and did an ethanol precipitation on the gel extraction samples. Click to see more.">16</td>
 +
<td id="date-pdf">17</td>
 +
<td id="date-pdf">18</td>
 +
  </tr>
 +
 +
  <tr id="trow">
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/6/64/T--Georgia_State--081919.pdf"><span class="tool" data-tip="Performed colony PCR on PCB302 in A. Tumefaciens from 8/16/2019, made overnights on PCB302 in A. Tumefaciens from 8/16/2019, did ethanol precipitation on Dino III RFP samples, made overnights for the characterization for Test Device 1, Test Device 5, Positive control, Negative control colony 1 and 2 for each in LB, TB, YM, and YPD media. Click to see more.">19</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/7/76/T--Georgia_State--082019.pdf"><span class="tool" data-tip="Made overnight cultures for the glycerol stocks of mCherry, GFP, RFP, and HCG B3 loop in pGEX, streaked plates of the glycerol stocks of mCherry, GFP, RFP, and HCG B3 loop in pGEX, performed gel extraction on DinoIII-GFP and DinoIII-RFP, and did an ethanol precipitation on the gel extraction. Click to see more.">20</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/7/7a/T--Georgia_State--082119.pdf"><span class="tool" data-tip="Transformed DinoIII-GFP into S. Microadriaticum and O. Marina, finished DinoIII ethanol precipitation from 8/20/209, made new overnights of mcherry from glycerol stocks, and measures the ABS600 and fluorescence of the overnight culture Interlab. Click here to see more.">21</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/6/67/T--Georgia_State--082219.pdf"><span class="tool" data-tip="Ran a digest on DinoIII-RFP, ran an overnight gel on DinoIII-RFP, and made overnight cultures on PCB302 in A. Tumefaciens from the trial 2 transformation done on 8/16/2019. Click to see more.">22</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/6/62/T--Georgia_State--082319.pdf"><span class="tool" data-tip="Performed gel extraction on DinoIII-RFP. Click to see more.">23</td>
 +
<td id="date-pdf">24</td>
 +
<td id="date-pdf">25</td>
 +
  </tr>
 +
 +
  <tr id="trow">
 +
<td id="date-pdf">26</td>
 +
<td id="date-pdf">27</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/d/db/T--Georgia_State--082819.pdf"><span class="tool" data-tip="Transformed DinoIII-GFP into O. Marina, transformed the original mCherry, and pelleted and resuspended the PCB302 after the fresh media. Click to see more.">28</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/2/20/T--Georgia_State--082919.pdf"><span class="tool" data-tip="Transformed the original mCherry using NEB 5 alpha electrocompetent cells. Click to see more.">29</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/e/e8/T--Georgia_State--083019.pdf"><span class="tool" data-tip="Made overnight cultures of the original mCherry part and checked the PCB302 in A. Tumefaciens. Click to see more.">30</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/0/07/T--Georgia_State--083119.pdf"><span class="tool" data-tip="Made glycerol stocks of mCherry from the transformation done on 8/29/2019. Click to see more.">31</td>
 +
<td id="date-pdf"></td>
 +
  </tr>
 +
  </tbody>
 +
</table>
 +
<!--</div>-->
 +
</div></div>
 
</div>
 
</div>
  
<div class="column third_size">
+
<br>
<div class="highlight decoration_A_full">
+
<!--September-->
<h3>Inspiration</h3>
+
<div class="row align-items-center">
<p>You can see what others teams have done to organize their notes:</p>
+
<div class="col">
 +
<!--<div class="container col-sm-4 col-md-7 col-lg-4 mt-5">-->
 +
<div class="container">
 +
  <table class="table" cellspacing="0" cellpadding="0" id="table4">
 +
    <tr id="title">
 +
      <th colspan="7" class="text-center" id="header" style="color:#b0a700">September 2019</th>
 +
    </tr>
  
<ul>  
+
      <tr id="days">
<li><a href="https://2018.igem.org/Team:Munich/Notebook">2018 Munich</a></li>
+
        <th style="color:red">S</th>
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
+
        <th>M</th>
<li><a href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_project.html#tab_notebook">2014 Tec Monterrey</a></li>
+
        <th>T</th>
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
+
        <th>W</th>
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
+
        <th>T</th>
</ul>
+
        <th>F</th>
 +
        <th>S</th>
 +
      </tr>
 +
  </thead>
 +
  <tbody class="table.table-hover-cells" id="calendar-dates">
 +
  <tr id="trow">
 +
<td id="date-pdf">1</td>
 +
<td id="date-pdf">2</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/3/34/T--Georgia_State--090319.pdf"><span class="tool" data-tip="Made overnight cultures of the original mCherry from the glycerol stocks made on 8/31/2019, checked the PCB302 in A. Tumefaciens OD, ran a digest on DinoIII-RFP for gel extraction, and transformed S. Microadriaticum into DinoGFP and DinoRFP. Click to see more.">3</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/e/ef/T--Georgia_State--090419.pdf"><span class="tool" data-tip="Performed a miniprep on the original mCherry overnights. Click to see more.">4</td>
 +
<td id="date-pdf">5</td>
 +
<td id="date-pdf">6</td>
 +
<td id="date-pdf">7</td>
 +
  </tr>
 +
 
 +
  <tr id="trow" >
 +
<td id="date-pdf">8</td>
 +
<td id="date-pdf">9</td>
 +
<td id="date"><a href="091019"><span class="tool" data-tip="Created a predator/prey model for Oxyrrhis Marina and Dunaliella tertiolecta. Click to see more.
 +
">10</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/c/cb/T--Georgia_State--091119.pdf"><span class="tool" data-tip="Made overnight cultures of the transformed PCB302 glycerol stocks and did a cell count for the transformed symbiodinium. Click to see more.">11</td>
 +
<td id="date-pdf">12</td>
 +
<td id="date-pdf">13</td>
 +
<td id="date-pdf">14</td>
 +
  </tr>
 +
 
 +
  <tr id="trow">
 +
<td id="date-pdf">15</td>
 +
<td id="date-pdf">16</td>
 +
<td id="date-pdf">17</td>
 +
<td id="date-pdf">18</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/4/45/T--Georgia_State--091919.pdf"><span class="tool" data-tip="Transformed S. Microadriaticum using fungi electroporation protocol. Click to see more.">19</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/b/b5/T--Georgia_State--092019.pdf"><span class="tool" data-tip="Monitored the transformed S. Microadriaticum from 9/19/19. Click to see more.">20</td>
 +
<td id="date-pdf">21</td>
 +
  </tr>
 +
 
 +
  <tr id="trow">
 +
<td id="date-pdf">22</td>
 +
<td id="date"><a href="092319"><span class="tool" data-tip="Experimented the new resuspension methods for Symbiodinium and O. Marina and made the YM and LB plates with kanamycin. Click to see more.">23</td>
 +
<td id="date-pdf">24</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/6/60/T--Georgia_State--092519.pdf"><span class="tool" data-tip="Transformed PCB302 into A. Tumefaciens and tested the yeast transformation protocol on S. Microadriaticum. Click to see more.">25</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/2/2d/T--Georgia_State--092619.pdf"><span class="tool" data-tip="Transformed PCB302 into A. Tumefaciens and observed the S. Microadriaticum from the transformation. Click to see more.">26</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/2/2b/T--Georgia_State--092719.pdf"><span class="tool" data-tip="Transformed Dino RFP & GFP into S. microadriaticum. Click to see more.">27</td>
 +
<td id="date-pdf">28</td>
 +
  </tr>
 +
 
 +
  <tr id="trow">
 +
<td id="date-pdf">29</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/4/44/T--Georgia_State--093019.pdf"><span class="tool" data-tip="Made overnight cultures of PCB302 in A.Tume transformations from 9/26/19. Click to see more.">30</td>
 +
<td id="date-pdf"></td>
 +
<td id="date-pdf"></td>
 +
<td id="date-pdf"></td>
 +
<td id="date-pdf"></td>
 +
<td id="date-pdf"></td>
 +
  </tr>
 +
 
 +
  </tbody>
 +
</table>
 +
<!--</div>-->
 +
</div> </div>
 +
 
 +
<!--October-->
 +
<div class="col">
 +
  <div class="container">
 +
<!--<div class="container col-sm-4 col-md-7 col-lg-4 mt-5">-->
 +
<table class="table" cellspacing="0" cellpadding="0" id="table5">
 +
  <tr id="title">
 +
    <th colspan="7" class="text-center" id="header" style="color:#14633e">October 2019</th>
 +
  </tr>
 +
 
 +
    <tr id="days">
 +
      <th style="color:red">S</th>
 +
      <th>M</th>
 +
      <th>T</th>
 +
      <th>W</th>
 +
      <th>T</th>
 +
      <th>F</th>
 +
      <th>S</th>
 +
    </tr>
 +
  </thead>
 +
 
 +
  <tbody class="table.table-hover-cells" id="calendar-dates">
 +
  <tr id="trow">
 +
<td id="date-pdf"></td>
 +
<td id="date-pdf"></td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/4/46/T--Georgia_State--100119.pdf"><span class="tool" data-tip="Performed colony PCR on the transformed PCB302 in A. Tumefaciens, ran a gel on the PCR products, used the flow cytometer to measure O. Marina and Symbiodinium, and used the microscope to observe the cells. Click to see more.">1</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/3/34/T--Georgia_State--100219.pdf"><span class="tool" data-tip="Made glycerol stocks of PCB302 into A. Tumefaciens from 9/26/2019, created overnight cultures of PCB302 into A. Tumefaciens from 9/26/2019, and performed blank transformations on S. microadriaticum using the yeast electroporation. Click to see more.">2</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/4/4e/T--Georgia_State--100319.pdf"><span class="tool" data-tip="Performed blank transformation on S. Microadriaticum and O. Marina using Dinoflagellate transformation protocol. Click to see more.">3</td>
 +
<td id="date-pdf">4</td>
 +
<td id="date-pdf">5</td>
 +
  </tr>
 +
 
 +
  <tr id="trow" >
 +
<td id="date-pdf">6</td>
 +
<td id="date-pdf">7</td>
 +
<td id="date-pdf">8</td>
 +
<td id="date-pdf">9</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/7/74/T--Georgia_State--101019.pdf"><span class="tool" data-tip="Performed ethanol precipitation on the Dino III RFP gel extraction. Click here to see more.
 +
">10</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/e/e7/T--Georgia_State--101119.pdf"><span class="tool" data-tip="Transformed S. Microadriaticum using Agrobacterium Tumefaciens Bead Beating and performed PCR on transformed algae. Click here to see more.">11</td>
 +
<td id="date-pdf">12</td>
 +
  </tr>
 +
 
 +
  <tr id="trow">
 +
<td id="date-pdf">13</td>
 +
<td id="date-pdf">14</td>
 +
<td id="date-pdf">15</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/e/ed/T--Georgia_State--101619.pdf"><span class="tool" data-tip="Linearized the two Dino III plasmids using EcoRI. Click here to see more.">16</td>
 +
<td id="date"><span class="tool" data-tip="Transformed Symbiodinium and O.Marina using Lonza.">17</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/3/30/T--Georgia_State--101819.pdf"><span class="tool" data-tip="Performed Gel extraction on DinoIII GFP and RFP. Click here to see more.">18</td>
 +
<td id="date"><a href="https://static.igem.org/mediawiki/2019/b/b4/T--Georgia_State--101919.pdf"><span class="tool" data-tip="Performed ethanol precipitation on linearized Dino III RFP and Dino III GFP gel extractions. Click here to see more. ">19</td>
 +
  </tr>
 +
 
 +
  <tr id="trow">
 +
<td id="date-pdf">20</td>
 +
<td id="date-pdf">21</td>
 +
<td id="date-pdf">22</td>
 +
<td id="date-pdf">23</td>
 +
<td id="date-pdf">24</td>
 +
<td id="date-pdf">25</td>
 +
<td id="date-pdf">26</td>
 +
  </tr>
 +
 
 +
  <tr id="trow">
 +
<td id="date-pdf">27</td>
 +
<td id="date-pdf">28</td>
 +
<td id="date-pdf">29</td>
 +
<td id="date-pdf">30</td>
 +
<td id="date-pdf">31</td>
 +
<td id="date-pdf"></td>
 +
<td id="date-pdf"></td>
 +
  </tr>
 +
 
 +
</tbody>
 +
</table>
 +
<!--</div>-->
 +
</div> </div>
 +
 
 +
<!--November-->
 +
<div class="col">
 +
  <div class="container">
 +
<!--<div class="container col-sm-4 col-md-7 col-lg-4 mt-5">-->
 +
<table class="table" cellspacing="0" cellpadding="0" id="table6">
 +
  <tr id="title">
 +
    <th colspan="7" class="text-center" id="header" style="color:#1d2c59">November 2019</th>
 +
  </tr>
 +
 
 +
    <tr id="days">
 +
      <th style="color:red">S</th>
 +
      <th>M</th>
 +
      <th>T</th>
 +
      <th>W</th>
 +
      <th>T</th>
 +
      <th>F</th>
 +
      <th>S</th>
 +
    </tr>
 +
  </thead>
 +
 
 +
  <tbody class="table.table-hover-cells" id="calendar-dates">
 +
  <tr id="trow">
 +
  <td id="date-pdf"></td>
 +
  <td id="date-pdf"></td>
 +
  <td id="date-pdf"></td>
 +
  <td id="date-pdf"></td>
 +
  <td id="date-pdf"></td>
 +
  <td id="date-pdf">1</td>
 +
  <td id="date-pdf">2</td>
 +
  </tr>
 +
 
 +
  <tr id="trow" >
 +
  <td id="date-pdf">3</td>
 +
  <td id="date-pdf">4</td>
 +
  <td id="date-pdf">5</td>
 +
  <td id="date-pdf">6</td>
 +
  <td id="date-pdf">7</td>
 +
  <td id="date-pdf">8</td>
 +
  <td id="date-pdf">9</td>
 +
  </tr>
 +
 
 +
  <tr id="trow">
 +
  <td id="date-pdf">10</td>
 +
  <td id="date-pdf">11</td>
 +
  <td id="date-pdf">12</td>
 +
  <td id="date-pdf">13</td>
 +
  <td id="date-pdf">14</td>
 +
  <td id="date-pdf">15</td>
 +
  <td id="date-pdf">16</td>
 +
  </tr>
 +
 
 +
  <tr id="trow">
 +
  <td id="date-pdf">17</td>
 +
  <td id="date-pdf">18</td>
 +
  <td id="date-pdf">19</td>
 +
  <td id="date-pdf">20</td>
 +
  <td id="date-pdf">21</td>
 +
  <td id="date-pdf">22</td>
 +
  <td id="date-pdf">23</td>
 +
  </tr>
 +
 
 +
  <tr id="trow">
 +
  <td id="date-pdf">24</td>
 +
  <td id="date-pdf">25</td>
 +
  <td id="date-pdf">26</td>
 +
  <td id="date-pdf">27</td>
 +
  <td id="date-pdf">28</td>
 +
  <td id="date-pdf">29</td>
 +
  <td id="date-pdf">30</td>
 +
  </tr>
 +
  </tbody>
 +
  </table>
 +
<!--</div>-->
 +
</div></div>
 
</div>
 
</div>
 
</div>
 
</div>
 +
<!--end of calender-->
 +
 +
<!-- Goodbye Area Start -->
 +
    <section class="akame-service-area">
 +
<div class="welcome-slides owl-carousel">
 +
            <!-- Single Welcome Slide -->
 +
                <div class="single-goodbye-slide bg-img" style="background-image: url(https://static.igem.org/mediawiki/2019/0/05/T--Georgia_State--footermap.png);">
 +
                </div>
 +
        </div>
 +
 +
    </section>
 +
    <!-- Goodbye Area End -->
 +
        <!-- Footer Area Start -->
 +
    <footer class="footer-area section-padding-80-0">
 +
        <div class="container">
 +
            <div class="row justify-content-between">
 +
 +
                <!-- Single Footer Widget -->
 +
                <div class="col-12 col-sm-6 col-md-4">
 +
                    <div class="single-footer-widget mb-80">
 +
                        <!-- Footer Logo -->
 +
                        <a href="#" class="footer-logo"><img src="/wiki/images/2/23/T--Georgia_State--logo.png" alt=""></a>
 +
 +
                        <!-- Copywrite Text -->
 +
                        <div class="copywrite-text">
 +
                            <p> <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
 +
Copyright &copy;<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a> | Modified by GSU iGEM
 +
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
 +
                <!-- Single Footer Widget -->
 +
                <div class="col-12 col-sm-6 col-md-4 col-xl-3">
 +
                    <div class="single-footer-widget">
 +
<div class="container">
 +
                      <img src="/wiki/images/2/2a/T--Georgia_State--13.png" alt="">
 +
</div>
 +
 +
                                             
 +
                    </div>
 +
                </div>
 +
 +
                <!-- Single Footer Widget -->
 +
                <div class="col-12 col-md-4 col-xl-3">
 +
                    <div class="single-footer-widget mb-80">
 +
 +
                        <!-- Widget Title -->
 +
                        <h4 class="widget-title">Contact Us</h4>
 +
 +
                        <!-- Contact Address -->
 +
                        <div class="contact-address">
 +
                            <p>Tel: (+1) 404 413 5344</p>
 +
                            <p>E-mail: igemgsu@gmail.com</p>
 +
                            <p>Address: iGEM 50 Decatur St SE, Atlanta GA 30303<p>
 +
                        </div>
 +
<!-- Social Info -->
 +
                        <div class="social-info">
 +
                            <a href="https://www.facebook.com/GSUiGEM/" class="facebook" style="background-color: #4b62b3; padding: 0px"><i class="fa fa-facebook"></i></a>
 +
                            <a href="https://www.twitter.com/GSUiGEM" class="twitter" style="background-color: #03baeb; padding: 0px"><i class="fa fa-twitter"></i></a>
 +
                            <a href="https://www.instagram.com/igemgsu/" class="instagram" style="background-color: #057ad7; padding: 0px"><i class="fa fa-instagram"></i></a>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
 +
            </div>
 +
        </div>
 +
    </footer>
 +
    <!-- Footer Area End -->
  
 +
</body>
 +
<script type="text/javascript" src="https://2019.igem.org/wiki/index.php?title=Template:Georgia_State/JS&action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2019.igem.org/wiki/index.php?title=Template:Georgia_State/JS/akame.bundle.js&action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2019.igem.org/wiki/index.php?title=Template:Georgia_State/JS/owl.carousel.min.js&action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2019.igem.org/wiki/index.php?title=Template:Georgia_State/JS/active.js&action=raw&ctype=text/javascript"></script>
 
</html>
 
</html>

Latest revision as of 22:59, 21 October 2019

GSU iGEM
Girl
June 2019
S M T W T F S
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30
July 2019
S M T W T F S
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
August 2019
S M T W T F S
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

September 2019
S M T W T F S
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
October 2019
S M T W T F S
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
November 2019
S M T W T F S
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30