Skip to content
Snippets Groups Projects
Commit b9cc83a2 authored by mablin7's avatar mablin7
Browse files

noteboook

parent 2cad306f
No related branches found
No related tags found
No related merge requests found
Pipeline #525929 passed
......@@ -19,8 +19,9 @@
<div onclick="goTo(document.getElementById('six'))"><span id="subtitle6" style="color: #62D881;"><i>C. reinhardtii</i></span></div>
<div onclick="goTo(document.getElementById('seven'))"><span id="subtitle7" style="color: #62D881;">PEG Fusion</span></div>
<div onclick="goTo(document.getElementById('eight'))"><span id="subtitle8" style="color: #62D881;">Data and Code</span></div>
<div onclick="goTo(document.getElementById('nine'))"><span id="subtitle9" style="color: #62D881;">Protocols</span></div>
<div onclick="goTo(document.getElementById('ten'))"><span id="subtitle10" style="color: #62D881;">References</span></div>
<div onclick="goTo(document.getElementById('nine'))"><span id="subtitle9" style="color: #62D881;">Lab Notebook</span></div>
<div onclick="goTo(document.getElementById('ten'))"><span id="subtitle10" style="color: #62D881;">Protocols</span></div>
<div onclick="goTo(document.getElementById('ten'))"><span id="subtitle11" style="color: #62D881;">References</span></div>
</div>
<div class="pagecontent">
......@@ -90,6 +91,7 @@
<p>All samples were imaged using fluorescent scanning confocal microscopy (Nikon confocal A1R, excitation 488-nm@16mW, emission filter 525/50) to evaluate fusion events. Cells were segmented using the transmitted light channel and instances of bright fluorescent spots within cells were evaluated. Image analysis was performed in ImageJ.</p>
</div>
<!-- 8 -->
<div class="h" id="eight">
<div class="h1">Data and Code</div>
<p>We are making our code and data publicly available to help future iGEM teams who wish to build on our work.</p>
......@@ -101,8 +103,14 @@
<p>See <a href="/tu-delft/parts/">Parts and Sequences</a> for more details on the design and sequence of our parts.</p>
</div>
<!-- 8 -->
<div class="h" id="nine">
<!-- 9 -->
<div class="h" id="nine">
<div class="h1">Lab Notebook</div>
<p>The lab notebook can be viewed <a target="_blank" href="https://static.igem.wiki/teams/5054/notebook-compressed.pdf">here</a>.</p>
</div>
<!-- 10 -->
<div class="h" id="ten">
<div class="h1">Protocols</div>
<div class="h2">Yeast Transformation</div>
<p>Adapted from <a href="#cite7">[7]</a> following <a href="#cite8">[8]</a>.</p>
......@@ -395,8 +403,8 @@
</div>
<!-- 9 -->
<div class="h" id="ten">
<!-- 11 -->
<div class="h" id="eleven">
<div class="h1">References</div>
<ol style="text-align:justify; font-family:AccidenzCommons; color:#185A4F; font-weight:400; font-size: min(1.5vw, 22px); font-style: normal; line-height: normal;">
<li id="cite1">New England Biolabs. (2024). Gibson Assembly® Cloning Kit | NEB. <a href="https://www.neb.com/en/products/e5510-gibson-assembly-cloning-kit" style="color:#185A4F;">https://www.neb.com/en/products/e5510-gibson-assembly-cloning-kit</a></li>
......@@ -454,7 +462,8 @@
document.getElementById('seven'),
document.getElementById('eight'),
document.getElementById('nine'),
document.getElementById('ten')
document.getElementById('ten'),
document.getElementById('eleven')
];
window.goTo = function(el){
document.documentElement.scrollTop += el.getBoundingClientRect().top - TopDistance;
......@@ -478,6 +487,7 @@
Highlight(elements[7], document.getElementById('subtitle8'));
Highlight(elements[8], document.getElementById('subtitle9'));
Highlight(elements[9], document.getElementById('subtitle10'));
Highlight(elements[10], document.getElementById('subtitle11'));
}
window.addEventListener("scroll", HighlightCheck);
</script>
......
{% extends "layout.html" %}
{% block title %}Notebook{% endblock %}
{% block lead %}Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.{% endblock %}
{% extends "layout.html" %} {% block title %}Notebook{% endblock %} {% block
lead %}Document the dates you worked on your project. This should be a detailed
account of the work done each day for your project.{% endblock %} {% block
page_content %}
{% block page_content %}
<div class="row mt-4">
<div class="col-lg-8">
<h2>What should this page contain?</h2>
<hr>
<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="col-lg-4">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="http://2018.igem.org/Team:Munich/Notebook">2018 Munich</a></li>
<li><a href="https://2019.igem.org/Team:Georgia_State/Notebook">2019 Georgia State</a></li>
<li><a href="https://2019.igem.org/Team:Newcastle/Notebook">2019 Newcastle</a></li>
<li><a href="https://2020.igem.org/Team:IISER-Pune-India/Notebook">2020 IISER Pune India</a></li>
<li><a href="https://2020.igem.org/Team:Lund/Notebook">2020 Lund</a></li>
<li><a href="https://2020.igem.org/Team:NOVA_LxPortugal/Notebook">2020 NOVA LxPortugal</a></li>
<li><a href="https://2020.igem.org/Team:RDFZ-China/NoteBook">2020 RDFZ China</a></li>
</ul>
</div>
</div>
<embed
src="https://static.igem.wiki/teams/5054/notebook-compressed.pdf"
type="application/pdf"
width="600"
height="1000"
/>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment