Difference between revisions of "Team:KoreaSonyeodul/Notebook"

(Prototype team page)
 
Line 1: Line 1:
 
{{KoreaSonyeodul}}
 
{{KoreaSonyeodul}}
<html>
+
<html lang="en">
 +
  <head>
 +
    <style>
 +
      #wrap {width: 60%; margin: auto;}
 +
      body{
 +
      margin: 0;
 +
      background: url('https://static.igem.org/mediawiki/2016/e/ee/T--KoreaSonyeodul--TitleBackground.png');
 +
      background-size: 100%;
 +
      background-repeat: no-repeat;
 +
      background-attachment: top;
 +
      }
 +
      <!--mainTitle-->
 +
      .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
 +
      .site {width: 100%}
 +
      .site h1 {
 +
      margin-top: 250px;
 +
      color: #ffffff;
 +
      text-decoration: none;
 +
      font-size: 80px;
 +
      height: 35px;
 +
      background-color: rgba(255, 255, 255, 0.0);}
 +
      .site h2 {margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px;
 +
      font-size: 50px;
 +
      color: #ffffff;
 +
      height: 30px;
 +
      }
 +
      table {text-align: center;}
 +
      .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
  
 +
      <!--FadeIn-->
 +
      @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
  
<div class="column full_size">
+
      body {padding: 0; margin: 0; background-color: #333;}
  
<p> Document the dates you worked on your project.</p>
+
      .container {position: fixed; top: 25%; left: 25%;}
  
</div>
+
      @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 +
      @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 +
      @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  
<div class="column half_size">
+
      .fade-in {
<h5>What should this page have?</h5>
+
      opacity:0;  /* make things invisible upon start */
<ul>
+
      -webkit-animation:fadeIn ease-in 1;
<li>Chronological notes of what your team is doing.</li>
+
      -moz-animation:fadeIn ease-in 1;
<li> Brief descriptions of daily important events.</li>
+
      animation:fadeIn ease-in 1;
<li>Pictures of your progress. </li>
+
<li>Mention who participated in what task.</li>
+
</ul>
+
  
</div>
+
      -webkit-animation-fill-mode:forwards;
 +
      -moz-animation-fill-mode:forwards;
 +
      animation-fill-mode:forwards;
  
<div class="column half_size">
+
      -webkit-animation-duration:1s;
<h5>Inspiration</h5>
+
      -moz-animation-duration:1s;
<p>You can see what others teams have done to organize their notes:</p>
+
      animation-duration:1s;
 +
      }
  
<ul>
+
      .fade-in.one {
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
+
      -webkit-animation-delay: 0.7s;
<li><a href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_project.html#tab_notebook">2014 Tec Monterrey</a></li>
+
      -moz-animation-delay: 0.7s;
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
+
      animation-delay: 0.7s;
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
+
      }
</ul>
+
  
</div>
+
      .fade-in.two {
 +
      -webkit-animation-delay: 1.2s;
 +
      -moz-animation-delay:1.2s;
 +
      animation-delay: 1.2s;
 +
      }
 +
 
 +
      .fade-in.three {
 +
      -webkit-animation-delay: 1.6s;
 +
      -moz-animation-delay: 1.6s;
 +
      animation-delay: 1.6s;
 +
      }
 +
 
 +
    </style>
 +
    <link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"></link>
 +
    <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
 +
      <meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
 +
    </link>
 +
  </head>
 +
 
 +
  <body>
 +
 
 +
    <!--Title-->
 +
 
 +
    <div class="box fade-in one">
 +
      <div id="" align="center">
 +
        <div id="fontlight" class="site">
 +
          <h1>
 +
            <font face="Roboto" weight="200">Demonstrate/Results</font>
 +
          </h1>
 +
          <h2>
 +
            <font face="Roboto">Main Subtitle</font>
 +
          </h2>
 +
        </div>
 +
      </div>
 +
    </div>
 +
 
 +
 
 +
    <!--TitleBoxes-->
 +
    <div id="wrap">
 +
      <div class="box fade-in two">
 +
        <table border="1" bordercolor="#66cacc" align="center" valign="center" cellspacing="0" cellpadding="10">
 +
          <tr>
 +
            <th>Day</th>
 +
            <th>Description</th>
 +
            <th>Contents</th>
 +
            <th>Participants</th>
 +
          </tr>
 +
          <tr>
 +
            <td>March 11th</td>
 +
            <td>Brainstorming</td>
 +
            <td>Contents</td>
 +
            <td>All Members</td>
 +
          </tr>
 +
          <tr>
 +
            <td>March 18th</td>
 +
            <td>Inquiry of potsntial supervisors/campaign report</td>
 +
            <td>Contents</td>
 +
            <td>All Members</td>
 +
          </tr>
 +
          <tr>
 +
            <td>March 23rd</td>
 +
            <td>
 +
              Competition<br/>Application
 +
            </td>
 +
            <td>Decide on the subject of the project: Mealworm’s degradation of plastic</td>
 +
            <td>All Members</td>
 +
          </tr>
 +
          <tr>
 +
            <td>March 25th</td>
 +
            <td>Planning</td>
 +
            <td>Specifically plan out Experimental Methods and Procedures</td>
 +
            <td>All Members</td>
 +
          </tr>
 +
          <tr>
 +
            <td>March 29th</td>
 +
            <td>Order Mealworms</td>
 +
            <td>
 +
              Order Mealworms
 +
            </td>
 +
            <td>Seunghee Han</td>
 +
          </tr>
 +
          <tr>
 +
            <td>March 31st</td>
 +
            <td>1st Experiment</td>
 +
            <td>
 +
              4g of Styrofoam, three sub-experiments each have a control and experimental containers with 20 mealworms each:
 +
              <ul style="list-style-type: none;">
 +
                <li>Cool vs. Warm</li>
 +
                <li>
 +
                  Light vs. No Light
 +
                </li>
 +
                <li>With other food vs. Just plastic</li>
 +
              </ul>
 +
            </td>
 +
            <td>All Members</td>
 +
          </tr>
 +
          <tr>
 +
            <td>April 7th</td>
 +
            <td>2nd Experiment</td>
 +
            <td>Check on the progress of the three experiment/document results</td>
 +
            <td>
 +
              Soomin Lee
 +
              Yemi Shin
 +
              Jimin Sun
 +
              Heesun Sim
 +
            </td>
 +
          </tr>
 +
          <tr>
 +
            <td>April 14th</td>
 +
            <td>3rd Experiment</td>
 +
            <td>Check on the progress of the three experiment/document results</td>
 +
            <td>
 +
              Jeong-eun Huh
 +
              Seunghee Han
 +
              Seohyun Kang
 +
            </td>
 +
          </tr>
 +
          <tr>
 +
            <td>April 21st</td>
 +
            <td>4th Experiment</td>
 +
            <td>Check on the progress of the three experiment/document results</td>
 +
            <td>
 +
              Soomin Lee
 +
              Yemi Shin
 +
              Jimin Sun
 +
              Heesun Sim
 +
            </td>
 +
          </tr>
 +
          <tr>
 +
            <td>May 15th</td>
 +
            <td>Twitter Account/Contact Professor</td>
 +
            <td>Created Twitter/Contacted Professor for advice</td>
 +
            <td>Yemi Shin</td>
 +
          </tr>
 +
          <tr>
 +
            <td>June 1st</td>
 +
            <td>Team Meeting</td>
 +
            <td>
 +
              Revise Plans, and further specify plans, but couldn’t work with DNA synthesis because the kit had not arrived.
 +
              <br/>Realizing our significant shortness of genetic knowledge. decided to host a mini-bio forum where we would read the Bio-tech chapter of the Campbell textbook and present
 +
            </td>
 +
            <td>All Members</td>
 +
          </tr>
 +
          <tr>
 +
            <td>June 13th</td>
 +
            <td>Mini-Bio Forum</td>
 +
            <td>Each one of us presented different sections of the Bio-Tech chapter.</td>
 +
            <td>All Members</td>
 +
          </tr>
 +
          <tr>
 +
            <td>July 13th</td>
 +
            <td>Arrival of the DNA kit</td>
 +
            <td>DNA kit finally, finally arrived</td>
 +
            <td>Soomin Lee</td>
 +
          </tr>
 +
          <tr>
 +
            <td>July 8th</td>
 +
            <td>1st Visit to Professor</td>
 +
            <td>Got advice for our project in the future, talked about ways in which the lab could support our project</td>
 +
            <td>All Members</td>
 +
          </tr>
 +
          <tr>
 +
            <td>July 8th</td>
 +
            <td>Collaboration with Korea University Team</td>
 +
            <td>Presentation of both team’s subjects and time for giving advice</td>
 +
            <td>All Members</td>
 +
          </tr>
 +
        </table>
 +
    </div>
 +
 
 +
 
 +
      <!--OtherTitleBoxes-->
 +
      <div class="box fade-in three">
 +
 
 +
    </div>
 +
    <!--EndOfWrap-->
 +
    <!--Footer-->
 +
 
 +
  </body>
 
</html>
 
</html>

Revision as of 09:20, 18 September 2016

Demonstrate/Results

Main Subtitle

Day Description Contents Participants
March 11th Brainstorming Contents All Members
March 18th Inquiry of potsntial supervisors/campaign report Contents All Members
March 23rd Competition
Application
Decide on the subject of the project: Mealworm’s degradation of plastic All Members
March 25th Planning Specifically plan out Experimental Methods and Procedures All Members
March 29th Order Mealworms Order Mealworms Seunghee Han
March 31st 1st Experiment 4g of Styrofoam, three sub-experiments each have a control and experimental containers with 20 mealworms each:
  • Cool vs. Warm
  • Light vs. No Light
  • With other food vs. Just plastic
All Members
April 7th 2nd Experiment Check on the progress of the three experiment/document results Soomin Lee Yemi Shin Jimin Sun Heesun Sim
April 14th 3rd Experiment Check on the progress of the three experiment/document results Jeong-eun Huh Seunghee Han Seohyun Kang
April 21st 4th Experiment Check on the progress of the three experiment/document results Soomin Lee Yemi Shin Jimin Sun Heesun Sim
May 15th Twitter Account/Contact Professor Created Twitter/Contacted Professor for advice Yemi Shin
June 1st Team Meeting Revise Plans, and further specify plans, but couldn’t work with DNA synthesis because the kit had not arrived.
Realizing our significant shortness of genetic knowledge. decided to host a mini-bio forum where we would read the Bio-tech chapter of the Campbell textbook and present
All Members
June 13th Mini-Bio Forum Each one of us presented different sections of the Bio-Tech chapter. All Members
July 13th Arrival of the DNA kit DNA kit finally, finally arrived Soomin Lee
July 8th 1st Visit to Professor Got advice for our project in the future, talked about ways in which the lab could support our project All Members
July 8th Collaboration with Korea University Team Presentation of both team’s subjects and time for giving advice All Members