Line 59: | Line 59: | ||
<div class="grid-item"><div class="grid-inner">7</div><a class="more_link" href="#week7"></a></div> | <div class="grid-item"><div class="grid-inner">7</div><a class="more_link" href="#week7"></a></div> | ||
<div class="grid-item"><div class="grid-inner">8</div><a class="more_link" href="#week8"></a></div> | <div class="grid-item"><div class="grid-inner">8</div><a class="more_link" href="#week8"></a></div> | ||
− | |||
<div class="grid-item"><div class="grid-inner">10</div><a class="more_link" href="#week10"></a></div> | <div class="grid-item"><div class="grid-inner">10</div><a class="more_link" href="#week10"></a></div> | ||
− | |||
− | |||
<div class="grid-item"><div class="grid-inner">13</div><a class="more_link" href="#week13"></a></div> | <div class="grid-item"><div class="grid-inner">13</div><a class="more_link" href="#week13"></a></div> | ||
<div class="grid-item"><div class="grid-inner">14</div><a class="more_link" href="#week14"></a></div> | <div class="grid-item"><div class="grid-inner">14</div><a class="more_link" href="#week14"></a></div> | ||
<div class="grid-item"><div class="grid-inner">15</div><a class="more_link" href="#week15"></a></div> | <div class="grid-item"><div class="grid-inner">15</div><a class="more_link" href="#week15"></a></div> | ||
− | |||
<div class="grid-item"><div class="grid-inner">17</div><a class="more_link" href="#week17"></a></div> | <div class="grid-item"><div class="grid-inner">17</div><a class="more_link" href="#week17"></a></div> | ||
<div class="grid-item"><div class="grid-inner">18</div><a class="more_link" href="#week18"></a></div> | <div class="grid-item"><div class="grid-inner">18</div><a class="more_link" href="#week18"></a></div> | ||
Line 110: | Line 106: | ||
<div class="interlabspace"> | <div class="interlabspace"> | ||
− | <ul class="media-list"><h3>Week 7 ( | + | <ul class="media-list"><h3>Week 7 (Feb 11 - Feb 17)</h3> |
<li class=""> | <li class=""> | ||
Line 119: | Line 115: | ||
<h4 class="heading">Team Overview</h4> | <h4 class="heading">Team Overview</h4> | ||
<p> | <p> | ||
− | + | Startup meeting - The team met for the first time and we split into subgroups. | |
Line 146: | Line 142: | ||
<div class="interlabspace"> | <div class="interlabspace"> | ||
− | <ul class="media-list"><h3>Week | + | <ul class="media-list"><h3>Week 8 (Feb 18 - Feb 24)</h3> |
<li class=""> | <li class=""> | ||
Line 155: | Line 151: | ||
<h4 class="heading">Team Overview</h4> | <h4 class="heading">Team Overview</h4> | ||
<p> | <p> | ||
− | + | After a few brainstorming sessions, the team agreed to create a promoter library for eukaryotic cells as this year’s project. | |
Line 178: | Line 174: | ||
<!--############################################################################ | <!--############################################################################ | ||
− | ################################ WEEK | + | ################################ WEEK 10 ################################# |
#############################################################################--> | #############################################################################--> | ||
− | <div id=" | + | <div id="week10" class="content"> |
<div class="interlabspace"> | <div class="interlabspace"> | ||
− | <ul class="media-list"><h3>Week | + | <ul class="media-list"><h3>Week 10 (Mar 4 - Mar 10)</h3> |
<li class=""> | <li class=""> | ||
Line 194: | Line 190: | ||
<h4 class="heading">Team Overview</h4> | <h4 class="heading">Team Overview</h4> | ||
<p> | <p> | ||
− | + | The team started the preparations for the annual BioBrick Tutorial. | |
Line 210: | Line 206: | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--############################################################################ | ||
+ | ################################ WEEK 13 ################################# | ||
+ | #############################################################################--> | ||
+ | |||
+ | |||
+ | <div id="week13" class="content"> | ||
+ | <div class="interlabspace"> | ||
+ | |||
+ | <ul class="media-list"><h3>Week 13 (Mar 25 - Mar 31)</h3> | ||
+ | <li class=""> | ||
+ | |||
+ | |||
+ | <img class="object pull-left" src="https://static.igem.org/mediawiki/2019/7/79/T--DTU-Denmark--notebooko.png" style="max-width: 15%;margin: 5px 30px 0px 0px;"> | ||
+ | <div class="media-body"> | ||
+ | |||
+ | <h4 class="heading">Team Overview</h4> | ||
+ | <p> | ||
+ | The team made dinner together and had some fun outside of the standard settings.</p> | ||
+ | <p style="text-align:center;"> <img id="myImg" src="https://static.igem.org/mediawiki/2018/0/01/T--DTU-Denmark--logbook-poster-NiC.png" alt="NiC poster" style="max-width: 100%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);"> | ||
+ | <!-- The Modal --> | ||
+ | <div id="myModal" class="modal"> | ||
+ | <span class="close">×</span> | ||
+ | <img class="modal-content" id="img01"> | ||
+ | <div id="caption"></div> | ||
+ | </div> | ||
+ | </p> | ||
+ | |||
+ | |||
+ | </p> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
Line 226: | Line 274: | ||
+ | <script> | ||
+ | |||
+ | |||
+ | // Get the modal | ||
+ | var modal = document.getElementById('myModal'); | ||
+ | |||
+ | // Get the image and insert it inside the modal - use its "alt" text as a caption | ||
+ | var img = document.getElementById('myImg'); | ||
+ | var modalImg = document.getElementById("img01"); | ||
+ | var captionText = document.getElementById("caption"); | ||
+ | img.onclick = function(){ | ||
+ | modal.style.display = "block"; | ||
+ | modalImg.src = this.src; | ||
+ | captionText.innerHTML = this.alt; | ||
+ | } | ||
+ | |||
+ | // Get the <span> element that closes the modal | ||
+ | var span = document.getElementsByClassName("close")[0]; | ||
+ | |||
+ | // When the user clicks on <span> (x), close the modal | ||
+ | span.onclick = function() { | ||
+ | modal.style.display = "none"; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </script> | ||
</html> | </html> |
Revision as of 22:31, 12 August 2019
Notebook
We did stuff a lot of the time, and here's a record of 75 % of everything we did.
Choose a week
-
Team Overview
Startup meeting - The team met for the first time and we split into subgroups.
Week 7 (Feb 11 - Feb 17)
-
Team Overview
After a few brainstorming sessions, the team agreed to create a promoter library for eukaryotic cells as this year’s project.
Week 8 (Feb 18 - Feb 24)
-
Team Overview
The team started the preparations for the annual BioBrick Tutorial.
Week 10 (Mar 4 - Mar 10)
-
Team Overview
The team made dinner together and had some fun outside of the standard settings.
×