Jamboree

From 2007.igem.org

(Difference between revisions)
m
m
 
(19 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
    @import url(http://blamo.csail.mit.edu/Jamboree/jamboree.css);
+
#wrap {
-
    @import url(http://blamo.csail.mit.edu/Jamboree/blurb.css);
+
margin-left: auto;
 +
margin-bottom: 0px;
 +
margin-right: auto;
 +
margin-top: 5px;
 +
color: #666;
 +
width: 961px;
 +
font: normal 12px georgia, serif;
 +
line-height: 1.4em;
 +
}
 +
 +
#main-column {
 +
background-image: url(https://static.igem.org/mediawiki/2007/7/72/Jamboree_footerbg_958w.jpg);
 +
background-position: 0 bottom;
 +
background-repeat: no-repeat;
 +
//margin: 10px;
 +
margin-left: -13px;
 +
margin-right: -13px;
 +
position: relative;
 +
float: left;
 +
width: 959px;
 +
min-height: 620px;
 +
}
 +
 +
 +
#main-column img { margin-top: 0px; margin-bottom: 30px; float: left; position: relative; }
 +
 +
#overview h1 {
 +
border-bottom-style: none;
 +
border-bottom-width: 0px;
 +
padding: 0px;
 +
font: normal 20px georgia, serif;
 +
color: #555;
 +
line-height: 1.4em;
 +
}
 +
 +
#overview h2 {
 +
border-bottom-style: none;
 +
border-bottom-width: 0px;
 +
padding: 0px;
 +
font: normal 16px georgia, serif;
 +
color: #666666;
 +
line-height: 1.3em;
 +
}
 +
 +
#minical {
 +
//width: 20%;
 +
width: 220px;
 +
float: right;
 +
position: relative;
 +
margin: 0 10px;
 +
}
 +
 +
#minical a {
 +
text-decoration: none;
 +
color: #006699
 +
}
 +
 +
#minical a:link {
 +
color: #006699;
 +
text-decoration: none;
 +
border-width: 0px;
 +
border-style: none;
 +
}
 +
 +
#minical a:hover { 
 +
color: #748e3a;
 +
}
 +
 +
#minical h3 {
 +
color: #666666;
 +
line-height: 1.4em;
 +
font-size: 18px;
 +
font-family: Helvetica, Verdana, Arial, sans-serif;
 +
margin: 2px;
 +
border-bottom: dashed 1px #8ab373;
 +
}
 +
 +
#minical table {
 +
margin: 3px;
 +
padding: 3px;
 +
font: normal 12px georgia, serif;
 +
line-height: 1.4em;
 +
}
 +
 +
#minical tr:hover {
 +
color: #ff75a3;
 +
}
 +
 +
#minical tr.odd {
 +
background-color: #e6ecf6;
 +
}
 +
 +
#minical td.event {
 +
width: 10em;
 +
 +
}
 +
 +
#minical td.date {
 +
text-align: right;
 +
width: 6em;
 +
}
 +
 +
#checklist {
 +
list-style-type: none;
 +
text-align: right;
 +
border-color: white;
 +
float: right;
 +
position: relative;
 +
border-width: 0px;
 +
border-style: solid;
 +
margin: 0 10px;
 +
//width: 20%;
 +
width: 210px;
 +
}
 +
 +
#checklist h3 {
 +
color: #666666;
 +
text-align: left;
 +
line-height: 1.4em;
 +
font-size: 18px;
 +
font-family: Helvetica, Verdana, Arial, sans-serif;
 +
margin-top: 0;
 +
margin-bottom: 2px;
 +
border-bottom: dashed 1px #8ab373;
 +
}
 +
 +
#checklist ul {
 +
line-height: 1.4em;
 +
list-style-image: none;
 +
list-style-type: none;
 +
list-style-position: inside;
 +
padding-left: 0px;
 +
margin-top: 2px;
 +
}
 +
 +
#checklist a {
 +
list-style-image: none;
 +
font: normal 18px georgia, serif;
 +
}
 +
 +
#checklist a:link {
 +
color: #006699;
 +
text-decoration: none;
 +
border-width: 0px;
 +
border-style: none;
 +
}
 +
 +
#checklist a:visited {
 +
color: #006699;
 +
text-decoration: none;
 +
}
 +
 +
#checklist a:active {
 +
color: #000;
 +
}
 +
 +
#checklist a:hover { 
 +
color: #748e3a;
 +
}
 +
 +
#checklist a.new {
 +
color: #ff75a3;
 +
}
 +
 +
#checklist a.new:hover {
 +
color: #ff6633;
 +
}
 +
 +
#checklist a.old {
 +
color: #ff75a3;
 +
}
 +
 +
#checklist a.old:hover {
 +
color: #748e3a;
 +
}
 +
 
 +
#blurb {
 +
width: 435px;
 +
padding-right: 1.25em;
 +
padding-left: 1.25em;
 +
text-align: justify;
 +
float:left;
 +
position: relative;
 +
font: normal 20px georgia, serif;
 +
color: #555555;
 +
line-height: 1.4em;
 +
//clear:both;
 +
}
 +
 
 +
#blurb a {
 +
border-bottom-color: white;
 +
border-left-style: none;
 +
border-bottom-style: dotted;
 +
border-right-style: none;
 +
border-top-style: none;
 +
border-bottom-width: 1px;
 +
font: normal 22px georgia, serif;
 +
}
 +
 +
#blurb a:link {
 +
color: #006699;
 +
text-decoration: none;
 +
border-style: none;
 +
}
 +
 +
#blurb a:visited {
 +
color: #8FABBE;
 +
text-decoration: none;
 +
}
 +
 +
#blurb a:active {
 +
color: #000;
 +
}
 +
 +
#blurb a:hover { 
 +
border-bottom-color: #b3b3b3; 
 +
border-left-style: none; 
 +
border-bottom-style: dashed; 
 +
border-right-style: none; 
 +
border-top-style: none; 
 +
border-bottom-width: 1px; 
 +
color: #748e3a;
 +
}
 +
 +
#blurb nolinkpink {
 +
color: #ff3366;
 +
}
 +
 +
/*begin yellow*/
 +
 +
#blurb a.yellow { color: #ffcc33;}
 +
 +
#blurb a.yellow:link { color: #ffcc33;}
 +
 +
#blurb a.yellow:visited { color: #ffcc33;}
 +
 +
#blurb a.yellow:active { color: #ffcc33; }
 +
 +
#blurb a.yellow:hover { color: #ffcc33; }
 +
 +
/*begin pink*/
 +
 +
#blurb a.pink { color: #ff3366;}
 +
 +
#blurb a.pink:link { color: #ff3366;}
 +
 +
#blurb a.pink:visited { color: #ff3366;}
 +
 +
#blurb a.pink:active { color: #ff3366; }
 +
 +
#blurb a.pink:hover { color: #ff3366; }
 +
 +
/*begin green*/
 +
 +
#blurb a.green { color: #99CC33;}
 +
 +
#blurb a.green:link { color: #99CC33;}
 +
 +
#blurb a.green:visited { color: #99cc33;}
 +
 +
#blurb a.green:active { color: #99CC33; }
 +
 +
#blurb a.green:hover { color: #99CC33; }
 +
 +
/*begin orange*/
 +
 +
#blurb a.orange { color: #ff6633;}
 +
 +
#blurb a.orange:link { color: #ff6633;}
 +
 +
#blurb a.orange:visited { color: #ff6633;}
 +
 +
#blurb a.orange:active { color: #ff6633; }
 +
 +
#blurb a.orange:hover { color: #ff6633; }
 +
 +
/*begin red*/
 +
 +
#blurb a.red { color: #ff3333;}
 +
 +
#blurb a.red:link { color: #ff3333;}
 +
 +
#blurb a.red:visited { color: #ff3333;}
 +
 +
#blurb a.red:active { color: #ff3333; }
 +
 +
#blurb a.red:hover { color: #ff3333; }
 +
 +
/*begin teal*/
 +
 +
#blurb a.teal { color: #66CCCC;}
 +
 +
#blurb a.teal:link { color: #66CCCC;}
 +
 +
#blurb a.teal:visited { color: #66CCCC;}
 +
 +
#blurb a.teal:active { color: #66CCCC; }
 +
 +
#blurb a.teal:hover { color: #66CCCC; }
 +
 +
/*begin brown*/
 +
 +
#blurb a.brown { color: #996633;}
 +
 +
#blurb a.brown:link { color: #996633;}
 +
 +
#blurb a.brown:visited { color: #996633;}
 +
 +
#blurb a.brown:active { color: #996633; }
 +
 +
#blurb a.brown:hover { color: #996633; }
 +
 +
/*begin navy*/
 +
 +
#blurb a.navy { color: #333366;}
 +
 +
#blurb a.navy:link { color: #333366;}
 +
 +
#blurb a.navy:visited { color: #333366;}
 +
 +
#blurb a.navy:active { color: #333366; }
 +
 +
#blurb a.navy:hover { color: #333366; }
 +
 
 +
h1.firstHeading {display: none;}
</style>
</style>
<div id="wrap">
<div id="wrap">
<div id="main-column">
<div id="main-column">
-
<div id="blurb"><a class="orange" href="https://2007.igem.org/Jamboree/Compete" title="Learn more about the Awards, how Judging works, the Tracks, and the Official Rules">Competing</a> in the iGEM 2007 Jamboree November 3-4? <a class="teal" href="https://2007.igem.org/Jamboree/Hotels" title="Get your rooms now! Three hotels are holding blocks of rooms until Oct. 3 - then you're on your own">Book your hotel rooms</a> immediately (they're running out), <a class="red" href="https://2007.igem.org/Jamboree/Travel#Jamboree_Fee" title="Badges are printed from the roster you specify when Paying the Jamboree Fee: $100 / undergrads, $225 for everyone else">pay the Jamboree Fee</a>, and <a class="pink" href="https://2007.igem.org/Jamboree/Compete#Online_Judging" title="Your team cannot win without complete project documentation on the iGEM 07 wiki"> submit your team's project</a> to the iGEM wiki before it is <a class="yellow"  href="" title="">frozen for judging</a> at midnight on October 26, as well as <a class="green" href="https://2007.igem.org/Jamboree/Part_Documentation_Guidelines" title="Your team also cannot win without complete part documentation in the Registry">documenting your parts</a> in the Registry and <a class="brown" href="https://2007.igem.org/Jamboree/DNA_Submission" title="we accept four convenient media formats, including dye-free paper!">shipping them to us</a>.
+
<div id="blurb"><!-- css colors and typography shamelessly based on http://obsessiveconsumption.net -->
 +
<a class="orange" href="https://2007.igem.org/Jamboree/Compete" title="The 5 ways teams are judged + how the Jamboree competition works + how to win + awards + Part submission & documentation">Competing</a> in the iGEM 2007 Jamboree November 3-4?
 +
 
 +
<a class="teal" href="https://2007.igem.org/Jamboree/Hotels" title="Get your rooms now! Three hotels are holding blocks of rooms until Oct. 3 - then you're on your own">Book your hotel rooms</a> immediately (they're running out) and
 +
 
 +
<a class="red" href="https://2007.igem.org/Jamboree/Travel#Jamboree_Fee" title="Badges are printed from the roster you specify when registering and paying the Jamboree Fee: $100 / undergrads, $225 for everyone else">pay the Jamboree Fee</a> - then
 +
 
 +
<a class="pink" href="https://2007.igem.org/Jamboree/Compete#Online_Judging" title="Beat the freeze 23:59 EST Oct 26! You can't win unless you document your brilliance on the iGEM wiki."> submit your team's project</a> to the iGEM wiki and
 +
 
 +
<a class="green" href="https://2007.igem.org/Jamboree/Part_Documentation_Guidelines" title="Your team also cannot win without complete part documentation in the Registry">document your parts</a> in the Registry before they are both
 +
 
 +
<a class="yellow"  href="Jamboree/Compete#October_26:_websites_frozen" title="23:59 EST Oct 26: The Registry and iGEM 07 wiki will be FROZEN SOLID!">frozen for judging</a> at midnight on October 26!  Back in realspace, be sure to
 +
 
 +
<a class="brown" href="https://2007.igem.org/Jamboree/DNA_Submission" title="we accept four convenient media formats (no freezing necessary :), including dye-free paper - as long as it's postmarked by Oct 26!">ship your parts to us</a>. All set?  The get ready to make the biggest Synthetic Biology event in the world a reality!
</div>
</div>
 +
 +
<div id="checklist">
 +
<h3>checklist</h3>
 +
    <ul>
 +
    <li><a title="Jamboree registration and payment deadline is October 1, 2007!" href="Jamboree/Travel#Jamboree_Fee">registration fees</a></li>
 +
    <li><a title="We can provide documentation to assist you in obtaining a visa for your visit" href="Jamboree/Travel#Visas">get visa</a></li>
 +
    <li><a title="Try kayak.com - fly into Boston Logan" href="Jamboree/Travel#Travel">book flight</a>, <a title="iGEM block rates for hotel rooms are available on a first-come, first serve basis until Oct. 2" href="Jamboree/Hotels">hotel</a></li>
 +
    <li><a title="Postmarked by Oct 26!" href="Jamboree/DNA_Submission">ship parts</a></li>
 +
    <li><a title="The iGEM 07 wiki freezes 23:59 EST Oct 26! Get your team's content online before it does!" href="Jamboree/Compete#Project_Documentation_on_the_iGEM_Wiki">finish wiki</a></li>
 +
    <li><a title="no larger than 42 inches square, please!" href="Jamboree/Compete#Project_Poster">print poster</a></li>
 +
    <li><a title="10 weeks in 20 minutes, saved online forever (at last count, the videos of last year's talks have been viewed over 15,122 times!" href="Jamboree/Compete#Project_Presentation">practice presentation</a></li>
 +
    <li><a title="The rules will help you win" href="Jamboree/Compete#Official_Rules">follow rules</a></li>
 +
    <li><a title="Which will you win?  Shooting for the coveted BioBrick?" href="Jamboree/Awards">win awards</a></li>
 +
    <li><a title="Stick around for the Registry workshop on Sun & Mon and the BioBricks Foundation workshop on Mon & Tue!" href="Jamboree/Workshops">join workshops</a></li>
 +
    <li><a title="The iGEM Jamboree is the largest Synthetic Biology event in the world - tell the world you helped make it happen." href="Jamboree/Results#Publicize_Your_Success">publicize success</a></li>
 +
    <li><a title="Kickstart your iGEM 2008 team with the bootstrap kit" href="Jamboree/Results#Bootstrap_iGEM08">bootstrap iGEM 08</a></li>
 +
    </ul>
</div>
</div>
 +
<div id="minical">
<div id="minical">
-
     <h3>mini-<a href="" title="">calendar</a></h3>
+
     <h3>mini-<a title="Check out the detailed schedule" href="Jamboree/Schedule">calendar</a></h3>
     <table cellspacing="0">
     <table cellspacing="0">
     <tr>
     <tr>
Line 46: Line 401:
     </table>
     </table>
</div>
</div>
-
<div id="checklist">
+
<img style="float:left; padding-top:16px;" src="https://static.igem.org/mediawiki/2007/5/52/Jamboree_Polaroids.png"/>
-
<h3>checklist</h3>
+
<!-- <img style="postion:relative; bottom:px;" src="http://blamo.csail.mit.edu/Jamboree/mit-redgrey-header3.gif"/> -->
-
    <ul>
+
-
    <li><a title="" href="" class="old">registration fees</a></li>
+
-
    <li><a title="" href="">get visa</a></li>
+
-
    <li><a title="" href="">book flight</a>, <a title="" href="">hotel</a></li>
+
-
    <li><a title="" href="">ship parts</a></li>
+
-
    <li><a title="" href="">finish wiki</a></li>
+
-
    <li><a title="" href="">print poster</a></li>
+
-
    <li><a title="" href="">practice presentation</a></li>
+
-
    <li><a title="" href="">follow rules</a></li>
+
-
    <li><a title="" href="">win awards</a></li>
+
-
    <li><a title="" href="">join workshops</a></li>
+
-
    <li><a title="" href="">publicize success</a></li>
+
-
    <li><a title="" href="">bootstrap iGEM 08</a></li>
+
-
    </ul>
+
</div>
</div>
</div>
</div>
</html>
</html>

Latest revision as of 16:51, 21 September 2007

Competing in the iGEM 2007 Jamboree November 3-4? Book your hotel rooms immediately (they're running out) and pay the Jamboree Fee - then submit your team's project to the iGEM wiki and document your parts in the Registry before they are both frozen for judging at midnight on October 26! Back in realspace, be sure to ship your parts to us. All set? The get ready to make the biggest Synthetic Biology event in the world a reality!

mini-calendar

roster + fee due Mon Oct 01
parts shipped Fri Oct 26
wiki frozen Fri Oct 26
preregistration
social event
Fri Nov 2
registration
presentations
posters + reception
Sat Nov 3
awards ceremony
Registry workshop 1
Sun Nov 4
Registry 2
BioBricks 1
Mon Nov 5
BioBricks 2
BioBricks 3
Tue Nov 6