Difference between revisions of "Team:TecCEM/Notebook"

(Prototype team page)
 
Line 1: Line 1:
{{TecCEM}}
+
{{:Team:TecCEM/Templates/NavBar}}
 
<html>
 
<html>
 +
<head>
 +
<!-- Basic Page Needs -->
 +
<meta charset="utf-8"/>
 +
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
 +
<title>Notebooks</title>
 +
<meta name="description" content=""/>
 +
<meta name="keywords" content=""/>
 +
<meta name="author" content="Fernando Colchado"/>
  
 +
<link href="https://fonts.googleapis.com/css?family=Raleway|Ubuntu" rel="stylesheet">
 +
        <link href="https://fonts.googleapis.com/css?family=Pangolin" rel="stylesheet">
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 +
 +
 +
        <script>
 +
            jQuery(document).ready(function ($) {
  
<div class="column full_size">
+
function map (value, in_min, in_max, out_min, out_max){
 +
return (value - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
 +
}
 +
  
<h1>Notebook</h1>
+
});
<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>
+
        </script>
 
+
</head>
</div>
+
<body>
<div class="clear"></div>
+
</body>
 
+
 
+
<div class="column half_size">
+
<h5>What should this page have?</h5>
+
<ul>
+
<li>Chronological notes of what your team is doing.</li>
+
<li> Brief descriptions of daily important events.</li>
+
<li>Pictures of your progress. </li>
+
<li>Mention who participated in what task.</li>
+
</ul>
+
 
+
</div>
+
 
+
<div class="column half_size">
+
<h5>Inspiration</h5>
+
<p>You can see what others teams have done to organize their notes:</p>
+
 
+
<ul>
+
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
+
<li><a href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_project.html#tab_notebook">2014 Tec Monterrey</a></li>
+
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
+
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
+
</ul>
+
 
+
</div>
+
 
</html>
 
</html>
 +
{{:Team:TecCEM/Templates/Footer}}

Revision as of 19:56, 27 October 2017

IGEM_TECCEM

Notebooks IGEM_TECCEM