(Add other deadlines) |
|||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <script src="https://2018.igem.org/Template:UCopenhagen/js/jquery?action=raw&ctype=text/javascript"></script> | ||
<script src="https://2018.igem.org/Template:UCopenhagen/js/jquery-countdown?action=raw&ctype=text/javascript"></script> | <script src="https://2018.igem.org/Template:UCopenhagen/js/jquery-countdown?action=raw&ctype=text/javascript"></script> | ||
Line 11: | Line 12: | ||
<h2>Wiki Freeze in ...</h2> | <h2>Wiki Freeze in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="wiki" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <h3>also Registry and GitHub Freezes</h3> | ||
+ | <span style="font-size: 2rem">π±π±π±</span> | ||
<br> | <br> | ||
<br> | <br> | ||
β | <span id=" | + | <h2>Track Selection Freeze in ...</h2> |
+ | <br> | ||
+ | <br> | ||
+ | <span id="track" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <h2>Giant Jamboree Registration Closes in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="jamboreeClose" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
<br> | <br> | ||
<br> | <br> | ||
β | |||
+ | <h2>Safety Form (Final) Due in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="safety" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
<br> | <br> | ||
<br> | <br> | ||
<br> | <br> | ||
+ | |||
+ | |||
+ | <h2>Title and Abstract Freeze in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="title" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | <h2>Team Roster Freeze in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="team" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <h2>Giant Jamboree Late Registration Closes in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="jamboreeLateClose" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <h2>Team Banner Files (optional) Due in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="banner" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <h2>Team Video Files (optional) Due in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="video" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <h2>DNA Submission Deadline in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="DNA" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | <h2>Judging Form Freeze in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="judging" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | <h2>Giant Jamboree Opening Ceremony approximately in ...</h2> | ||
+ | <br> | ||
+ | <br> | ||
+ | <span id="jamboreeOpen" style="font-size: 3rem; font-family: monospace;"></span> | ||
+ | <p style="font-size: 3rem; font-family: monospace; display:inline">.</p> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <span style="font-size: 2rem">βοΈβοΈβοΈ</span> | ||
</div> | </div> | ||
β | <script type="text/javascript"> | + | <script type="text/javascript"> |
β | + | $("#wiki").countdown("1539748740000", function (event) { | |
β | + | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | |
β | + | }); | |
β | + | $("#track").countdown("1535169540000", function (event) { | |
β | + | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | |
β | + | }); | |
β | </script> | + | $("#jamboreeClose").countdown("1535774340000", function (event) { |
+ | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | ||
+ | }); | ||
+ | $("#safety").countdown("1536379140000", function (event) { | ||
+ | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | ||
+ | }); | ||
+ | $("#title").countdown("1536983940000", function (event) { | ||
+ | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | ||
+ | }); | ||
+ | $("#team").countdown("1537588740000", function (event) { | ||
+ | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | ||
+ | }); | ||
+ | $("#jamboreeLateClose").countdown("1538193540000", function (event) { | ||
+ | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | ||
+ | }); | ||
+ | $("#banner").countdown("1538193540000", function (event) { | ||
+ | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | ||
+ | }); | ||
+ | $("#video").countdown("1538798340000", function (event) { | ||
+ | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | ||
+ | }); | ||
+ | $("#DNA").countdown("1539230340000", function (event) { | ||
+ | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | ||
+ | }); | ||
+ | $("#judging").countdown("1539403140000", function (event) { | ||
+ | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | ||
+ | }); | ||
+ | $("#jamboreeOpen").countdown("1540470600000", function (event) { | ||
+ | $(this).text(event.strftime('%D days %-H h %M min %S sec')); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
</body> | </body> |
Revision as of 17:41, 11 August 2018
Wiki Freeze in ...
.
also Registry and GitHub Freezes
π±π±π±Track Selection Freeze in ...
.
Giant Jamboree Registration Closes in ...
.
Safety Form (Final) Due in ...
.
Title and Abstract Freeze in ...
.
Team Roster Freeze in ...
.
Giant Jamboree Late Registration Closes in ...
.
Team Banner Files (optional) Due in ...
.
Team Video Files (optional) Due in ...
.
DNA Submission Deadline in ...
.
Judging Form Freeze in ...
.
Giant Jamboree Opening Ceremony approximately in ...
.
βοΈβοΈβοΈ