Difference between revisions of "Team:UNITN-Trento/Test"

m
 
(133 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
 
 
</html>{{UNITN-Trento/globalIncluder}}<html>
 
</html>{{UNITN-Trento/globalIncluder}}<html>
<script src="https://2015.igem.org/Template:UNITN-Trento/JSModernizer?action=raw&ctype=text/javascript"></script>
+
<script src="https://2015.igem.org/Template:UNITN-Trento/JSPapaParse?action=raw&ctype=text/javascript"></script>
+
<script src="https://2015.igem.org/Template:UNITN-Trento/JSnotebookFunctions?action=raw&ctype=text/javascript"></script>
<script src="https://2015.igem.org/Template:UNITN-Trento/JSscrollTo?action=raw&ctype=text/javascript"></script>
+
<script src="https://2015.igem.org/Template:UNITN-Trento/JSnotebookFunctions?action=raw&ctype=text/javascript"></script>
+
 
 
 
<link rel="stylesheet" type="text/css" href="http://www.startrekfederation.it/transfer_area/timeline.css?action=raw&ctype=text/css" />  
 
<link rel="stylesheet" type="text/css" href="http://www.startrekfederation.it/transfer_area/timeline.css?action=raw&ctype=text/css" />  
+
<style>[class^="flaticon-"]:before, [class*=" flaticon-"]:before,[class^="flaticon-"]:after, [class*=" flaticon-"]:after{font-family:Flaticon;font-size:40px;font-style:normal;margin-left:3px}</style>
 
 
 
 
 
<div id="super_wrap">  
 
<div id="super_wrap">  
Line 17: Line 15:
  
 
<!-- Header -->
 
<!-- Header -->
<header id="header"></html>{{UNITN-Trento/mainMenuPersist}}<html></header>
+
<header id="header"></html>
 +
{{UNITN-Trento/mainMenu}}
 +
<html><script>
 +
 +
jQuery('#menulin_interlab').addClass('current');
 +
 +
</script></header>
 
<!-- Main -->
 
<!-- Main -->
 
 
<section id="cta" data-stellar-background-ratio="0.4" style="background-image:url('https://static.igem.org/mediawiki/2015/8/89/Unitn_pics_cta_notebook.jpg');">
+
<section id="cta" style="background-image:url('https://static.igem.org/mediawiki/2015/0/04/Unitn_pics_slider_5.jpg');">
  
 
<header>
 
<header>
<h2><strong>Notebook</strong></h2>
+
<h2><strong>InterLab Measurement Study</strong></h2>
<p>Check out our experiments by selecting one of the sections we have worked in!</p>
+
<p>What happens when GFP meets different promoters? Are they all the same? Here is what we found out!</p>
 
</header>
 
</header>
<footer>
+
<ul class="buttons">
+
<li><span id="cd-timeline_PR_btn" class="button small PR" onclick="javascript:scrollandfade('cd-timeline_PR')">PR</span></li>
+
<li><span id="cd-timeline_BLH_btn" class="button small BLH" onclick="javascript:scrollandfade('cd-timeline_BLH')">β-carotene<br/>BLH</span></li>
+
<li><span id="cd-timeline_PNCB_btn" class="button small PNCB" onclick="javascript:scrollandfade('cd-timeline_PNCB')">PNCB</span></li>
+
</ul>
+
<ul class="buttons">
+
<li><span id="cd-timeline_CYT_btn" class="button small CYT" onclick="javascript:scrollandfade('cd-timeline_CYT')">CYT</span></li>
+
<li><span id="cd-timeline_MFC_btn"class="button small MFC" onclick="javascript:scrollandfade('cd-timeline_MFC')">MFC</span></li>
+
<li><span id="cd-timeline_INTERLAB_btn" class="button small INTERLAB" onclick="javascript:scrollandfade('cd-timeline_INTERLAB')">INTERLAB</span></li>
+
</ul>
+
</footer>
+
  
 
</section>
 
</section>
 
 
<article id="main">  
+
<article id="main">  
 
+
<section id="cd-timeline_BLH" class="cd-container"></section> <!-- cd-timeline -->
+
<a class="anchor-off" name="interlab_intro" id="interlab_intro"></a>
<section id="cd-timeline_INTERLAB" class="cd-container"></section> <!-- cd-timeline -->
+
<section class="wrapper style4 container" style="margin-top:1em;">
<section id="cd-timeline_CYT" class="cd-container"></section> <!-- cd-timeline -->
+
<section id="cd-timeline_MFC" class="cd-container"></section> <!-- cd-timeline -->
+
<div class="content">
<section id="cd-timeline_PNCB" class="cd-container"></section> <!-- cd-timeline -->
+
<section>
<section id="cd-timeline_PR" class="cd-container"></section> <!-- cd-timeline -->
+
<header>
+
<h3 class="wow fadeInDown">The Interlab Measurement Study</h3>
 +
</header>
 +
 
 +
 +
 +
<div class="row">
 +
<div class="4u 12u(narrower)">
 +
<div href="#" class="wow zoomIn rotate-box square-icon">
 +
<span class="rotate-box-icon tals"><i class="faa flaticon-up151"></i></span>
 +
</div>
 +
</div>
 +
 +
 +
 +
</section>
 +
</div>
 +
</section>
 +
 
</article>
 
</article>
 +
 +
  
 
<!-- Footer -->
 
<!-- Footer -->
 
</html>{{UNITN-Trento/mainFooter}}<html>  
 
</html>{{UNITN-Trento/mainFooter}}<html>  
  
</div>
+
</div>  
 
+
<script>
<!-- Scripts -->
+
function showAftPar(ob)
<script>
+
{
jQuery(document).ready(function($){
+
Papa.parse('https://static.igem.org/mediawiki/2015/e/ed/Unitn_nb.csv.txt', {
+
if(jQuery(ob).next().css('display') == 'none')
delimiter: ",", // auto-detect
+
{
newline: "", // auto-detect
+
jQuery(ob).addClass('spinnable');
header: true,
+
jQuery(ob).next().fadeIn(100); 
download:true,
+
dynamicTyping: false,
+
}else
preview: 0,
+
{
encoding: "",
+
jQuery(ob).next().fadeOut(100,function(){jQuery(ob).removeClass('spinnable'); });
worker: false,
+
comments: false,
+
}
step: undefined,
+
}
complete: function(data){
+
$.each(data['data'],function(k,v){  
+
$(function(){
$('#cd-timeline_'+v['Segment']).append('<div class="cd-timeline-block"><div class="cd-timeline-img is-hidden '+v['Author']+'"></div><div class="cd-timeline-content is-hidden"><h2>'+v['Title']+'</h2><p>'+v['Text']+'</p><span class="cd-date">'+v['Date']+'</span></div></div>');
+
new WOW().init();
});  
+
},
+
error: undefined,
+
skipEmptyLines: true,
+
chunk: undefined,
+
fastMode: undefined,
+
beforeFirstChunk: undefined,
+
});  
+
+
 
 
});
+
jQuery('.displayControl').click(function() {
</script>
+
var me = $(this);
 
+
showAftPar(me);
</div>
+
});
 +
});
 +
 +
</script>
 
</div>
 
</div>
 +
</div>
 
</html>
 
</html>

Latest revision as of 14:24, 17 September 2015

InterLab Measurement Study

What happens when GFP meets different promoters? Are they all the same? Here is what we found out!

The Interlab Measurement Study