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

(Created page with "{{Georgia_State/sand}} <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...")
 
 
(40 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 
     <!-- Title -->
 
     <!-- Title -->
     <title>GSU iGEM</title>
+
     <title>Algae Observations</title>
 +
 
 +
<!-- Start of Algae Observations Page Styling -->
 +
    <style>
 +
        body {
 +
            margin: 0;
 +
            padding: 0;
 +
        }
 +
    </style>
 +
 
 +
<link rel="stylesheet" type="text/css" href="https://mdbootstrap.com/wp-content/themes/mdbootstrap4/css/compiled-4.8.10.min.css">
 +
<style>
 +
</style>
 +
<style type="text/css">/* Chart.js */
 +
@-webkit-keyframes chartjs-render-animation{from{opacity:0.99}to{opacity:1}}@keyframes chartjs-render-animation{from{opacity:0.99}to{opacity:1}}.chartjs-render-monitor{-webkit-animation:chartjs-render-animation 0.001s;animation:chartjs-render-animation 0.001s;}
 +
</style>
 +
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js"></script>
 +
<style>
 +
p {
 +
  font-size: 1.5em;
 +
  font-weight: 500;
 +
  color: black;
 +
  text-align: left! important;
 +
}
 +
.center {
 +
  display: block;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
 
 +
}
 +
.pics {
 +
 
 +
  margin: 0 auto;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</style>
 +
 
 +
<!-- End of Algae Observations Page Styling -->
 +
 
 +
 
 +
<!-- Start of Algae Log Styling -->
 +
    <style>
 +
        body {
 +
            margin: 0;
 +
            padding: 0;
 +
        }
 +
        /*styling for table starts here*/
 +
        a{
 +
          text-decoration:none;
 +
          color:inherit;
 +
        }
 +
 
 +
 
 +
        .table>tbody>tr>td,
 +
        .table>tbody>tr>th {
 +
          border-top: none;
 +
          border-bottom: none;
 +
          border-collapse: collapse;
 +
        }
 +
 
 +
 
 +
        .center {
 +
          display: block;
 +
          margin-left: auto;
 +
          margin-right: auto;
 +
          width: 50%;
 +
        }
 +
 
 +
        #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("dtert2.png");
 +
          background-size: 45%;
 +
          background-repeat: no-repeat;
 +
          color: black;
 +
          background-position: bottom;
 +
        }
 +
 
 +
        #table2 {
 +
          background: url("3.jpg");
 +
          background-size: 60%;
 +
          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;
 +
        }
 +
        }
 +
/*styling for table ends here*/
 +
 
 +
    </style>
 +
<link rel="stylesheet" type="text/css" href="https://mdbootstrap.com/wp-content/themes/mdbootstrap4/css/compiled-4.8.10.min.css"><style></style><style type="text/css">/* Chart.js */
 +
@-webkit-keyframes chartjs-render-animation{from{opacity:0.99}to{opacity:1}}@keyframes chartjs-render-animation{from{opacity:0.99}to{opacity:1}}.chartjs-render-monitor{-webkit-animation:chartjs-render-animation 0.001s;animation:chartjs-render-animation 0.001s;}</style><script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js"></script><style type="text/css" id="jarallax-clip-0">#jarallax-container-0 {
 +
          clip: rect(0 1154px 772px 0);
 +
          clip: rect(0, 1154px, 772px, 0);
 +
        }</style><style type="text/css" id="jarallax-clip-1">#jarallax-container-1 {
 +
          clip: rect(0 1154px 600px 0);
 +
          clip: rect(0, 1154px, 600px, 0);
 +
        }</style>
 +
<!-- End of Algae Log Styling -->
  
 
</head>
 
</head>
Line 15: Line 239:
  
  
<body>
+
<body data-gr-c-s-loaded="true" aria-busy="true">
 
    
 
    
 
<!-- Preloader -->
 
<!-- Preloader -->
Line 46: Line 270:
 
                             <div class="classynav">
 
                             <div class="classynav">
 
                                 <ul id="nav">
 
                                 <ul id="nav">
                                     <li><a href="https://2019.igem.org/wiki/index.php?title=Team:Georgia_State">Home</a></li>
+
                                     <li class="active"><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>
 
                                     <li><a href="../Team:Georgia_State/Team">Team</a>
 
<ul class="dropdown">
 
<ul class="dropdown">
Line 58: Line 282:
 
                                             <li><a href="../Team:Georgia_State/Description">- Description</a></li>
 
                                             <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/Design">- Design</a></li>
 +
                                            <li><a href="../Team:Georgia_State/Culturing">- Culturing</a></li>
 
                                             <li><a href="../Team:Georgia_State/Notebook">- Notebook</a></li>
 
                                             <li><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/Protocols">- Protocols</a></li>
 
                                             <li><a href="../Team:Georgia_State/Results">- Results</a></li>
 
                                             <li><a href="../Team:Georgia_State/Results">- Results</a></li>
 +
                                            <li class="active"><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/Hardware">- Hardware</a></li>
                                             <li class="active"><a href="../Team:Georgia_State/Model">- Model</a></li>
+
                                             <li><a href="../Team:Georgia_State/Model">- Model</a></li>
 
                                         </ul>
 
                                         </ul>
 
                                     </li>
 
                                     </li>
Line 96: Line 322:
 
                 <div class="col-12">
 
                 <div class="col-12">
 
                     <div class="breadcrumb-content">
 
                     <div class="breadcrumb-content">
                         <h2>Model</h2>
+
                         <h2>Algae Observations</h2>
 
                         <nav aria-label="breadcrumb">
 
                         <nav aria-label="breadcrumb">
 
                             <ol class="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"><a href="../Team:Georgia_State"><i class="icon_house_alt"></i> Home</a></li>
  
                                 <li class="breadcrumb-item active" aria-current="page">Model</li>
+
                                 <li class="breadcrumb-item active" aria-current="page">Algae Observations</li>
 
                             </ol>
 
                             </ol>
 
                         </nav>
 
                         </nav>
Line 112: Line 338:
  
  
write stuff here
+
    <!-- Algae Log Area Start -->
 +
 
 +
      <div class="container flex-center text-center">
 +
        <div class="row mt-5">
 +
          <div class="col-md-12 wow fadeIn mb-3">
 +
            <h3 class="mb-2 wow fadeInDown" data-wow-delay="0.3s" >ALGAE LOG</h3>
 +
            <h5 class="text-uppercase mb-3 mt-1 wow fadeIn" data-wow-delay="0.4s">Culturing during July &amp; August</h5>
 +
           
 +
  <div class="row">
 +
                <div class="col-12">
 +
                    <div class="view-all-btn mt-30 text-center">
 +
                        <a class="btn akame-btn wow fadeIn waves-effect waves-light" data-wow-delay="0.4s" href="./Notebook" style="color: #007bff">NOTEBOOK</a>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
           
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
  <div class="container">
 +
 
 +
    <!--Grid row-->
 +
    <div class="row mb-5 pb-4">
 +
 
 +
      <!--Grid column-->
 +
      <div class="col-md-12 text-center">
 +
        <div class="row align-items-start">
 +
          <!--July-->
 +
          <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">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"><a href="https://static.igem.org/mediawiki/2019/f/fe/T--Georgia_State--culturing_070119.pdf"><span class="tool" data-tip="Half of S. Microadriaticum were alive and half were dead, most of the D. Tertiolecta were swimming around and some were shaking in place, and most of the O. Marina were swimming freely. Click to see more.">1</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/b/bc/T--Georgia_State--culturing_070219.pdf"><span class="tool" data-tip="The cells in the O. Marina original stock, O. Marina ASP-8A 75mL stock, O. Marina ASP-8A 25 mL stock, and D. Tertiolecta ASP-8A 9 mL were actively swimming. The cells of S. Microadriaticum original stock were actively shaking. Click to see more.">2</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/2/26/T--Georgia_State--culturing_070319.pdf"><span class="tool" data-tip="Majority of cells of S. Microadriaticum were swimming or spinning but a few of them were dead, majority of the cells of D. Tertiolecta were swimming or shaking in place, and the cells of O. Marina showed normal activity. Click to see more.">3</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/f/f2/T--Georgia_State--culturing_070419.pdf"><span class="tool" data-tip="Majority of the cells of S. Microadriaticum were spinning in circles whiles ¼ of the cells are not moving, majority of the cells of D. Tertiolecta showed normal activity while ⅓ of the cells were shaking in place, and  the cells of  O. Marina showed normal activity but were slightly green. Click to see more.">4</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/c/c3/T--Georgia_State--culturing_070519.pdf"><span class="tool" data-tip="Majority of the cells of S. Microadriaticum were spinning in circles, but a few were dead or swimming around, ¼ of the cells of D. Tertiolecta were shaking, ¼ of the cells were were showing normal activity, and the rest of the cells were dead, and all the cells of O. Marina showed normal activity. 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"><a href="https://static.igem.org/mediawiki/2019/6/65/T--Georgia_State--culturing_070819.pdf"><span class="tool" data-tip="Majority of the cells of S. Microadriaticum were spinning, half of the cells of D. Tertiolecta were shaking in place and the other half were swimming, and the cells of O. Marina were swimming fast. Click to see more.">8</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/b/b0/T--Georgia_State--culturing_070919.pdf"><span class="tool" data-tip="Click to see more.">9</td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/5/5c/T--Georgia_State--culturing_071019.pdf"><span class="tool" data-tip="All of the cells of S. Microadriaticum, D. Tertiolecta, and O. Marina showed normal activity. Click to see more.">10</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/8/86/T--Georgia_State--culturing_071119.pdf"><span class="tool" data-tip="Majority of the cells of S. Microadriaticum were spinning in circles, few of them were spinning, but a couple of the cells were dead, majority of the cells of D. Tertiolecta were swimming, some of them were shaking in place, but a few were non-moving, and all of the cells of O. Marina were green and showed normal activity. Click to see more.">11</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/b/b9/T--Georgia_State--culturing_071219.pdf"><span class="tool" data-tip="Majority of the cells of S. Microadriaticum were densely packed and rapidly swimming in circles, there was an overgrowth of the cells of D. Tertiolecta, many were swimming but there was a noticeable amount of cells that were immobile or dead. 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"><a href="https://static.igem.org/mediawiki/2019/c/c3/T--Georgia_State--culturing_071519.pdf"><span class="tool" data-tip="Majority of the cells of S. Microadriaticum were dead and clumped together, but there were some cells that were swirling in circles, ⅓ of the cells of D. Tertiolecta were shaking in place and the rest showed normal activity, and the cells of swimming O. Marina have a conch shell shape while the immobile cells tend to be rounder. Click to see more.">15</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/f/fc/T--Georgia_State--culturing_071619.pdf"><span class="tool" data-tip="Some of the cells of S. Microadriaticum were dead and clustered together, the other cells were shaking separately, ⅕ of the cells of D. Tertiolecta were shaking and ⅘ of the cells were swimming actively, and the cells of O. Marina looked purple but were swimming actively and rapidly. Click to see more.">16</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/b/be/T--Georgia_State--culturing_071719.pdf"><span class="tool" data-tip="Only one part of the S. Microadriaticum’s cells were clustered and dead, the other cells circled actively, ⅕ of the cells of D. Tertiolecta were shaking and the rest showed normal activity, and the babies and large cells of O. Marina were swimming actively while one was spinning. Click to see more.">17</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/6/69/T--Georgia_State--culturing_071819.pdf"><span class="tool" data-tip="Most of the cells of S. Microadriaticum were non-moving, the cells that were clumped together looked greener than the other cells that had a brownish color, half of the cells of D. Tertiolecta were swimming and the other half were shaking, and the cells of O. Marina showed normal activity. Click to see more.">18</span></td>
 +
                <td id="date"><a href="071919.pdf"><span class="tool" data-tip="Majority of the cells of S. Microadriaticum were in place swimming in circles, majority of the cells of D. Tertiolecta showed normal activity, some cells were non-moving, and many on the outskirts of the coverslip were dead, and the cells of O. Marina showed were swimming actively. 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"><a href="https://static.igem.org/mediawiki/2019/2/20/T--Georgia_State--culturing_072219.pdf"><span class="tool" data-tip="⅔ of the cells of S. Microadriaticum were swimming and the rest of the cells were circling. Click to see more.">22</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/0/03/T--Georgia_State--culturing_072319.pdf"><span class="tool" data-tip="The cells of S. Microadriaticum were spinning actively, but no cells were found in the L1 + F2 75 mL stock, ⅔ of the cells of D. Tertiolecta were swimming and the rest were shaking, and the cells of O. Marina had a purple and green color but were swimming actively. Click to see more.">23</span></td>
 +
                <td id="date"><a href="https://static.igem.org/mediawiki/2019/5/54/T--Georgia_State--culturing_072419.pdf"><span class="tool" data-tip="The cells of S. Microadriaticum were spinning, more cells were darker than others, ⅔ of the cells of D. Tertiolecta were swimming actively while the rest were shaking. Click to see more.">24</span></td>
 +
                <td id="date"><a href="072519.pdf"><span class="tool" data-tip="Majority of the cells of S. Microadriaticum were swimming but some were swimming in loops, some of the cells of D. Tertiolecta were shaking and some were swimming round, the cells of O. Marina were swimming but the cells in the ASP-8A 10 mL stock didn’t show an overgrowth and they seem to collect at the bottom of the tube. Click to see more.">25</span></td>
 +
                <td id="date-pdf">26</td>
 +
                <td id="date-pdf">27</td>
 +
                  </tr>
 +
 
 +
                  <tr id="trow">
 +
                <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>
 +
                <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="table2">
 +
                  <tr id="title">
 +
                    <th colspan="7" class="text-center" id="header">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-pdf">1</td>
 +
              <td id="date"><a href="080219"><span class="tool" data-tip="Majority of the cells of S. Microadriaticum were swimming in circles, some were clumped together while the other non-moving ones formed chains, and a few swimming, majority of the cells of D. Tertiolecta were swimming while a few of them were shaking, and some of the cells of O. Marina stood still for a couple seconds, then started swimming, about half are smaller than the big ones and the smaller ones are lighter than the big ones. ">2</td>
 +
              <td id="date-pdf">3</td>
 +
              <td id="date-pdf">4</td>
 +
 
 +
                <tr id="trow" >
 +
              <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>
 +
              <td id="date-pdf">10</td>
 +
              <td id="date-pdf">11</td>
 +
                </tr>
 +
 
 +
                <tr id="trow">
 +
              <td id="date"><a href="https://static.igem.org/mediawiki/2019/3/35/T--Georgia_State--culturing_081219.pdf"><span class="tool" data-tip="The light intensity and temperature was measured every 10 seconds for 1 minute and averaged. 10 uL of cells were loaded onto the hemacytometer. In the hood, the average light intensity was 74.78 and the temperature was 23.6°C.  In the window, the average light intensity was 90.91 and the temperature was  21.5°C. Click to see more.">12</td>
 +
              <td id="date-pdf">13</td>
 +
              <td id="date"><a href="https://static.igem.org/mediawiki/2019/5/57/T--Georgia_State--culturing_081419.pdf"><span class="tool" data-tip=" Under the hood, the average light intensity was 80.48 and the temperature was 23.2°C. In the window, the average light intensity was 89.77 and the temperature was 21.7°C. Click to see more.">14</td>
 +
              <td id="date-pdf" >15</td>
 +
              <td id="date-pdf" >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/d/dd/T--Georgia_State--culturing_081919.pdf"><span class="tool" data-tip="Under the hood, S. Microadriaticum’s cells grew faster than the one near the window. For O. Marina, there was some D. Tertiolecta cells found swimming in the sample and they swim faster than the algae in filtered seawater. The average light intensity was 63.14 and the temperature was 26.1°C. In the window, most of S. Microadriaticum weren’t moving in both medias and a surprising amount seems to dividing. For O. Marina, the F/2 cells swim more actively and don’t appear dark. In filtered SW, O. Marina cells appear dark and round. Within 4 minute time span, the large cells burst open. The average light intensity was 92.34 and the temperature was 21.5°C. Click to see more.">19</td>
 +
              <td id="date-pdf">20</td>
 +
              <td id="date-pdf"> <a href="https://static.igem.org/mediawiki/2019/1/1c/T--Georgia_State--culturing_082119.pdf"><span class="tool" data-tip="Under the hood, S. Microadriaticum cells were not moving and the O. Marina were less active. The average light intensity was 65.01 and the temperature was 23.2°C. In the window, half of S. Microadriaticum cells were moving and the other half was not moving and there were unknown yellow residue found in F/2 medium with the O. Marina cells. The average light intensity was 58.39 and the temperature was 21.1°C. Click to see more.">21</td>
 +
              <td id="date"><a href="https://static.igem.org/mediawiki/2019/e/e0/T--Georgia_State--culturing_082219.pdf"><span class="tool" data-tip="Under the hood, half of the O. Marina cells were staggering while the other half were not moving. The light intensity was 87.42 and the temperature was 23.9°C. In the window, ⅓ of the S. Microadriaticum cells were moving and majority of the O. Marina cells were moving. The light intensity was 69.93 and the temperature was 22.3°C. Click to see more.">22</td>
 +
              <td id="date"><a href="https://static.igem.org/mediawiki/2019/6/68/T--Georgia_State--culturing_082319.pdf"><span class="tool" data-tip="Under the hood, majority of the S. Microadriaticum cells were in clumps and not moving. The average light intensity was 66.92 and the temperature was 23.2°C. In the window, the average light intensity was 41.42 and the temperature was 20.8°C. 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"><a href="https://static.igem.org/mediawiki/2019/e/ee/T--Georgia_State--culturing_082619.pdf"><span class="tool" data-tip="Under the hood, majority of S. Microadriaticum cells were moving in the ASP-8A media. The lights were unplugged at 6:30pm. The average light intensity was unknown and the temperature was 23.2°C. In the window, the average light intensity was unknown and the temperature was 20.8°C. Click to see more.">26</td>
 +
              <td id="date-pdf">27</td>
 +
              <td id="date-pdf">28</td>
 +
              <td id="date"><a href="https://static.igem.org/mediawiki/2019/3/3e/T--Georgia_State--culturing_082919.pdf"><span class="tool" data-tip="Photometer was dead and batteries have not been changed. Under the hood, the average light intensity was unknown and the temperature was 26.3°C. In the window, the average light intensity was unknown and the temperature was 21.2°C. Click to see more.">29</td>
 +
              <td id="date"><a href="https://static.igem.org/mediawiki/2019/a/a7/T--Georgia_State--culturing_083019.pdf"><span class="tool" data-tip="Under the hood, very few S. Microadriaticum cells were moving. The average light intensity was unknown and the temperature was unknown. In the window, the average light intensity was unknown and the temperature was 20.4°C. Click to see more.">30</td>
 +
              <td id="date-pdf">31</td>
 +
              <td id="date-pdf"></td>
 +
                </tr>
 +
                </tbody>
 +
              </table>
 +
              <!--</div>-->
 +
              </div></div>
 +
              </div>
 +
 
 +
      </div>
 +
      <!--Grid column-->
 +
 
 +
    </div>
 +
    <!--Grid row-->
 +
 
 +
  </div>
 +
 
 +
  <!--<div class="row">
 +
                <div class="col-12">
 +
                    <div class="view-all-btn mt-30 text-center">
 +
                        <a href="./Notebook" class="btn akame-btn" style="color: #007bff">Notebook</a>
 +
                    </div>
 +
                </div>
 +
            </div>-->
 +
 
 +
    <!-- Algae Log Area End -->
 +
 
 +
   
 +
 
 +
    <!-- Algae Observations Page Area2 Start -->
 +
     
 +
    <img src="https://static.igem.org/mediawiki/2019/f/f9/T--Georgia_State--flask5.png" alt="Girl" style="width:600px;height:500px;" class="center">
 +
 
 +
 
 +
  <div class="container">
 +
  <section class="intro">
 +
 
 +
  <div class="content">
 +
    <h3>Videos 1 and 2</h3>
 +
    <hr class="divider hr-xl-left-0 bg-blue-gray">
 +
  <!-- Grid row -->
 +
  <div class="row justify-content-center">
 +
 
 +
    <!-- Grid column -->
 +
    <div class="col-6">
 +
 
 +
      <!-- Akame Video Area Start -->
 +
    <div class="akame--video--area">
 +
        <div class="container">
 +
 
 +
            <!-- Video Content Area -->
 +
            <div class="row">
 +
                <div class="col-12">
 +
                    <div class="video-content-area mb-80">
 +
                        <img src="https://static.igem.org/mediawiki/2019/9/91/T--Georgia_State--img1.png" alt="">
 +
                        <a href="https://www.youtube.com/watch?v=vwVMfEEFkNo" class="video-play-btn wow bounceInDown" data-wow-delay="200ms"><i class="fa fa-play"></i></a>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
</div>
 +
</div>
 +
   
 +
 
 +
 
 +
    </div>
 +
    <!-- Grid column -->
 +
 
 +
    <!-- Grid column -->
 +
    <div class="col-6">
 +
 
 +
      <!-- Akame Video Area Start -->
 +
    <div class="akame--video--area">
 +
        <div class="container">
 +
 
 +
            <!-- Video Content Area -->
 +
            <div class="row">
 +
                <div class="col-12">
 +
                    <div class="video-content-area mb-80">
 +
                        <img src="https://static.igem.org/mediawiki/2019/6/6c/T--Georgia_State--img2.png" alt="">
 +
                        <a href="https://www.youtube.com/watch?v=IfAxWv45Uvw" class="video-play-btn wow bounceInDown" data-wow-delay="200ms"><i class="fa fa-play"></i></a>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
</div>
 +
</div>
 +
   
 +
 
 +
    </div>
 +
    <!-- Grid column -->
 +
 
 +
    <!-- Grid column -->
 +
 
 +
  </div>
 +
  <p>A concentration of 1,092,000 Symbiodinium cells per mL. This is a reference of a concentration cell count viewed under 4X and 10X magnification. Click the pictures above to see the videos!</p>
 +
  <!-- Grid row ends here-->
 +
 
 +
 
 +
 
 +
  </div>
 +
  <img src="https://static.igem.org/mediawiki/2019/b/b4/T--Georgia_State--omar7.png" alt="video" height="280" width="500" class="center">
 +
  </section>
 +
 
 +
  <!--video 1 and 2 end here---------->
 +
 
 +
  <!--video 3 and 4 starts here----------->
 +
  <section>
 +
    <br>
 +
  <div class="content">
 +
 
 +
    <h3>Videos 3 and 4</h3>
 +
    <hr class="divider hr-xl-left-0 bg-blue-gray">
 +
    <!-- Grid row starts here-->
 +
    <div class="row justify-content-center">
 +
 
 +
 
 +
      <!-- Grid column -->
 +
 
 +
      <!-- Grid column -->
 +
      <div class="col-6">
 +
 
 +
        <!-- Akame Video Area Start -->
 +
    <div class="akame--video--area">
 +
        <div class="container">
 +
 
 +
            <!-- Video Content Area -->
 +
            <div class="row">
 +
                <div class="col-12">
 +
                    <div class="video-content-area mb-80">
 +
                        <img src="https://static.igem.org/mediawiki/2019/6/61/T--Georgia_State--img3.png" alt="">
 +
                        <a href="https://www.youtube.com/watch?v=xl-YvtV0-KY" class="video-play-btn wow bounceInDown" data-wow-delay="200ms"><i class="fa fa-play"></i></a>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
</div>
 +
</div>
 +
     
 +
 
 +
      </div>
 +
      <!-- Grid column -->
 +
 
 +
      <!-- Grid column -->
 +
      <div class="col-6">
 +
 
 +
        <!-- Akame Video Area Start -->
 +
    <div class="akame--video--area">
 +
        <div class="container">
 +
 
 +
            <!-- Video Content Area -->
 +
            <div class="row">
 +
                <div class="col-12">
 +
                    <div class="video-content-area mb-80">
 +
                        <img src="https://static.igem.org/mediawiki/2019/8/8f/T--Georgia_State--img4.png" alt="">
 +
                        <a href="https://www.youtube.com/watch?v=IfAxWv45Uvw" class="video-play-btn wow bounceInDown" data-wow-delay="200ms"><i class="fa fa-play"></i></a>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
</div>
 +
</div>
 +
     
 +
      </div>
 +
      <!-- Grid column -->
 +
 
 +
    </div>
 +
    <!-- Grid row ends here -->
 +
 
 +
 
 +
  </div>
 +
 
 +
  <p>Predator-Prey culture of O. marina fed 2.0 mL of D. tertiolecta. The O. marina culture that was fed 2.0 mL of D. tertiolecta was not fed since 9/18/19. The video depicts the concentration of in the Dunaliella vs. Oxyrrhis as of 10/18/19.</p>
 +
  <img src="https://static.igem.org/mediawiki/2019/f/f5/T--Georgia_State--omar6.png" alt="video" height="370" width="400" class="center">
 +
  </section>
 +
  <!--video 3and 4 end here--------------------->
 +
 
 +
  <br> <br>
 +
  <section>
 +
  <div class="content">
 +
  <!--<h1>Pictues go here</h1>-->
 +
 
 +
 
 +
  <!--<div class="row">
 +
    <div class="col-md-4"><img src="Algae Obs 1.png" alt="image" height="300" width="300"></div>
 +
    <div class="col-md-4 ml-auto" ><img src="Algae Obs 2.png" alt="image" height="300" width="300"></div>
 +
 
 +
  </div>
 +
  <br>
 +
  <div class="row justify-center">
 +
    <div class="col-md-6 offset-md-3"><img src="Algae Obs 5.png" alt="image" height="350" width="300"></div>
 +
 
 +
  </div>
 +
  <div class="row justify-end">
 +
    <div class="col-md-4"><img src="Algae Obs 3.png" alt="image" height="300" width="300"></div>
 +
    <div class="col-md-4 offset-md-4"><img src="Algae Obs 4.png" alt="image" height="300" width="300"></div>
 +
  </div>
 +
 
 +
</div>-->
 +
 
 +
<h3>The More You Know</h3>
 +
<hr class="divider hr-xl-left-0 bg-blue-gray">
 +
<img src="https://static.igem.org/mediawiki/2019/6/6b/T--Georgia_State--screen1.png" alt="image" height="400" width="900" class="center">
 +
<div class="row">
 +
<div class="col-6">
 +
<img src="https://static.igem.org/mediawiki/2019/e/e4/T--Georgia_State--algobs3.png" alt="image" height="400" width="900" class="center">
 +
</div>
 +
<div class="col-6">
 +
<img src="https://static.igem.org/mediawiki/2019/3/34/T--Georgia_State--algobs4.png" alt="image" height="400" width="900" class="center">
 +
</div>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2019/5/52/T--Georgia_State--screen3.png" alt="image" height="400" width="800" class="center">
 +
 
 +
 
 +
 
 +
 
 +
  </section>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
<script src="https://mdbootstrap.com/wp-content/themes/mdbootstrap4/js/compiled-4.8.10.min.js"></script>
 +
<div class="hiddendiv common"></div>
 +
<script></script>
 +
   
 +
    <!-- Algae Observations Page Area2 End -->
 +
 
 
<!-- Goodbye Area Start -->
 
<!-- Goodbye Area Start -->
 
     <section class="akame-service-area">
 
     <section class="akame-service-area">
Line 182: Line 796:
  
 
</body>
 
</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&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/akame.bundle.js&action=raw&ctype=text/javascript"></script>

Latest revision as of 04:00, 22 October 2019

Algae Observations

ALGAE LOG

Culturing during July & August
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
Girl

Videos 1 and 2


A concentration of 1,092,000 Symbiodinium cells per mL. This is a reference of a concentration cell count viewed under 4X and 10X magnification. Click the pictures above to see the videos!

video

Videos 3 and 4


Predator-Prey culture of O. marina fed 2.0 mL of D. tertiolecta. The O. marina culture that was fed 2.0 mL of D. tertiolecta was not fed since 9/18/19. The video depicts the concentration of in the Dunaliella vs. Oxyrrhis as of 10/18/19.

video


The More You Know


image
image
image
image