Difference between revisions of "Team:IISER-Pune-India/Notebook"

(Prototype team page)
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{IISER-Pune-India}}
 
{{IISER-Pune-India}}
 +
{{IISER-Pune-India/navbar|title=Results|tl1=explore our cookbook!|tl2=IISER Pune India iGEM 2017 Wiki.}}
 
<html>
 
<html>
 +
<body class="no-sidebar">
 +
<!-- Main -->
 +
<div class="wrapper style2">
 +
<div class="title">Results</div>
 +
<div id="main" class="container">
 +
<!-- Content -->
 +
<div id="content">
 +
<article class="box post">
 +
<header class="style1">
 +
<h2>Notebook</h2>
 +
</header>
 +
<div class="accordion">
 +
<div class="accordion-item">
 +
<a href="#" class="heading">
 +
<div class="icon"></div>
 +
<div>Hijack module</div>
  
 +
</a>
 +
<div class="content">
 +
<object data="https://static.igem.org/mediawiki/2017/c/c7/T--IISER-Pune-India--avnote.pdf" type="application/pdf" style="width: 960px; height: 500px; margin: auto;"><embed src="https://static.igem.org/mediawiki/2017/c/c7/T--IISER-Pune-India--avnote.pdf" /></object>
 +
 +
<object data="https://static.igem.org/mediawiki/2017/3/39/T--IISER-Pune-India--jysnote.pdf" type="application/pdf" style="width: 960px; height: 500px; margin: auto;"><embed src="https://static.igem.org/mediawiki/2017/3/39/T--IISER-Pune-India--jysnote.pdf" /></object>
 +
</div>
 +
</div>
 +
 +
<div class="accordion-item">
 +
<a href="#" class="heading">
 +
<div class="icon"></div>
 +
<div>Detection module</div>
 +
</a>
 +
<div class="content">
 +
<object data="https://static.igem.org/mediawiki/2017/a/a2/T--IISER-Pune-India--jyotishnt.pdf" type="application/pdf" style="width: 960px; height: 500px; margin: auto;"><embed src="https://static.igem.org/mediawiki/2017/a/a2/T--IISER-Pune-India--jyotishnt.pdf" /></object>
 +
</div>
  
<div class="column full_size">
+
</div>
  
<h1>Notebook</h1>
+
<div class="accordion-item">
<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>
+
<a href="#" class="heading">
 +
<div class="icon"></div>
 +
<div>Termination module</div>
 +
</a>
 +
<div class="content">
 +
<object data="https://static.igem.org/mediawiki/2017/a/ac/T--IISER-Pune-India--chnote.pdf" type="application/pdf" style="width: 960px; height: 500px; margin: auto;"><embed src="https://static.igem.org/mediawiki/2017/a/ac/T--IISER-Pune-India--chnote.pdf" /></object>
 +
</div>
  
</div>
+
</div>
<div class="clear"></div>
+
 +
</article>
 +
</div>
 +
</div>
 +
</div>
 +
 +
</div>
 +
 +
<script language="javascript" type="text/javascript">
 +
$('.accordion-item .heading').on('click', function(e) {
 +
    e.preventDefault();
  
 +
    // Add the correct active class
 +
    if($(this).closest('.accordion-item').hasClass('active')) {
 +
        // Remove active classes
 +
        $('.accordion-item').removeClass('active');
 +
    } else {
 +
        // Remove active classes
 +
        $('.accordion-item').removeClass('active');
  
<div class="column half_size">
+
        // Add the active class
<h5>What should this page have?</h5>
+
        $(this).closest('.accordion-item').addClass('active');
<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>
+
    // Show the content
 
+
    var $content = $(this).next();
<div class="column half_size">
+
    $content.slideToggle(100);
<h5>Inspiration</h5>
+
    $('.accordion-item .content').not($content).slideUp('fast');
<p>You can see what others teams have done to organize their notes:</p>
+
});
 
+
</script>
<ul>
+
</body>
<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>
 +
{{IISER-Pune-India/footer}}

Latest revision as of 02:01, 2 November 2017