Difference between revisions of "Giant Jamboree demo"

 
(155 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
{{GiantJamboree}}
 
+
<!-- Declare that you are going to use html code instead of wiki code -->
+
 
<html>
 
<html>
 +
<div id="logo_placeholder">
 +
<div class="centerContent">
  
<!-- Start of CSS-->
 
<style type="text/css">
 
 
/* PAGE LAYOUT */
 
 
/* Change Background color*/
 
body {
 
  background-color: #58585b;
 
}
 
 
 
#wrap_div{
 
margin-left:20px;
 
margin-top:-10px;
 
min-height:100vh;
 
}
 
 
 
#wrap_div p {
 
text-align:justify;
 
padding: 15px;
 
margin:0px;
 
}
 
 
#logo_div {
 
width: 180px;
 
height: 350px;
 
padding-top: 10px;
 
padding-bottom: 10px;
 
background-color: white;
 
margin-top: -5px;
 
}
 
 
 
 
@font-face {
 
font-family: Couture;
 
src: url(https://static.igem.org/mediawiki/2015/e/e8/GJ_font_Couture.otf);
 
}
 
 
 
@font-face {
 
font-family: Mentone;
 
src: url (https://static.igem.org/mediawiki/2015/b/b5/GJ_font_Mentone.otf);
 
}
 
 
 
/* styling for all the headers in all the pages */
 
#wrap_div h1, h2, h3, h4, h5, h6 {
 
font-family: "Arial", Gadget, sans-serif;
 
border-bottom:none;
 
font-weight: bold;
 
padding: 20px 15px 0px 15px;
 
}
 
 
#wrap_div  h1, h2{
 
font-family: Couture;
 
}
 
 
 
#wrap_div  h3, h4, h5, h6{
 
font-family: Mentone;
 
}
 
 
#wrap_div a {
 
text-decoration:none;
 
}
 
 
p.text_over_image{
 
color: white;
 
font-size: 35px;
 
font-weight:bold;
 
padding: 0px 15px 0px 15px;
 
font-family: Mentone;
 
}
 
 
#wrap_div td {
 
border: 2px solid #ccc;
 
}
 
 
#wrap_div table {
 
font-weight:bold;
 
}
 
 
#menu_div {
 
position: fixed;
 
width: 180px;
 
float:left;
 
background-color: #3F2A55;
 
min-height:100vh;
 
}
 
 
/*Style the h4 headings in the menu container */
 
#menu_div h4{
 
padding-left: 15px;
 
color: white;
 
background-color: #3F2A55;
 
padding-top:10px;
 
padding-bottom:10px;
 
margin-bottom: -4px;
 
height: 30px;
 
}
 
 
/*Styling for the lists */
 
#menu_div ul{
 
padding-left: -10px;
 
}
 
 
 
 
 
/*Styling for the the list item */
 
#menu_div ul li{
 
margin-left: -20px;
 
padding-left: 15px;
 
padding-top:10px;
 
margin-bottom: -1px;
 
 
border: 1px solid #white;
 
border-right: 0px solid white;
 
border-left: 0px solid white;
 
 
height:28px;
 
font-weight: bold;
 
color:white;
 
list-style: none;
 
 
/*animate transition */
 
-webkit-transition: background 0.2s linear;
 
-moz-transition: background 0.2s linear;
 
-ms-transition: background 0.2s linear;
 
-o-transition: background 0.2s linear;
 
transition: background 0.2s linear;
 
}
 
 
/*For the list item, changes the color on hover.*/
 
#menu_div ul li:hover{
 
background-color: #DBE341;
 
color: black;
 
}
 
 
#content_div {
 
width: 800px;
 
float:left;
 
margin-left: 180px;
 
background-color: white;
 
height:100%;
 
/* display:none; */
 
}
 
 
 
/*Styling for the lists */
 
#content_div ul{
 
padding-left: 20px;
 
list-style: circle;
 
}
 
 
 
/*Container that centers - declare as a div */
 
.centerContent {
 
text-align:center;
 
margin:auto;
 
}
 
 
.content_half {
 
width: 50%;
 
float:left;
 
}
 
 
.iconBlocks {
 
width: 80px;
 
float:left;
 
}
 
 
 
.content_yellow_div {
 
background-color: #DBE341;
 
width: 33.33%;
 
float:left;
 
}
 
 
.content_yellow_div_fullwidth {
 
background-color: #DBE341;
 
width: 100%;
 
}
 
 
.content_purple_div {
 
background-color: #333366;
 
width: 100%
 
}
 
 
.content_green_div {
 
background-color: #66cc99;
 
width: 33.33%;
 
float:left;
 
}
 
  
.image_placeholder {
+
<div class="clear"></div>
height:250px;
+
<img id="logo_fadein" src="https://static.igem.org/mediawiki/2015/d/dd/Demo_photo4.jpg" width="750px">
top:0;
+
</div>
margin:0px;
+
}
+
 
+
#logo_placeholder {
+
height:350px;
+
}
+
 
+
/*#logo_fadein{ display:none;}*/
+
 
+
.clear {
+
clear:both;
+
height: 20px;
+
}
+
 
+
/*Buttons for all of the pages */
+
        .jamboree_button {
+
            width: 130px;
+
    border: 2px solid #3F2A55;
+
    color:#3F2A55;
+
    font-weight:bold;
+
    height: 30px;
+
    text-align: center;
+
        border-radius: 5px;
+
        padding: 10px 5px 0px 5px;
+
        margin: auto;
+
 
+
/*animate transition */
+
-webkit-transition: background 0.2s linear;
+
-moz-transition: background 0.2s linear;
+
-ms-transition: background 0.2s linear;
+
-o-transition: background 0.2s linear;
+
transition: background 0.2s linear;
+
    }       
+
 
+
        .jamboree_button a {color:white; }
+
 
+
/*For the button class, change background on hover */
+
        .jamboree_button:hover {
+
    background-color:#3F2A55;
+
    border: 2px solid  #3F2A55;
+
    color: white;
+
    }
+
 
+
</style>
+
 
+
 
+
<div id="wrap_div">
+
<div id="menu_div">
+
<h4> 2015 Giant Jamboree</h4>
+
<ul>
+
<a href="https://2015.igem.org/Giant_Jamboree_demo#About"><li>About</li></a>
+
<a href="https://2015.igem.org/Giant_Jamboree_demo#Program"><li>Program</li></a>
+
<a href="https://2015.igem.org/Giant_Jamboree_demo#Schedule"><li>Schedule</li></a>
+
<a href="https://2015.igem.org/Giant_Jamboree_demo#Location"><li>Location</li></a>
+
<a href="https://2015.igem.org/Giant_Jamboree_demo#Accommodation"><li>Accommodation</li></a>
+
<a href="https://2015.igem.org/Giant_Jamboree_demo#Registration"><li>Registration</li></a>
+
<a href="https://2015.igem.org/Giant_Jamboree_demo#Sponsors"><li>Sponsors</li></a>
+
<a href="https://2015.igem.org/Giant_Jamboree_demo#Contact"><li>Contact</li></a>
+
</ul>
+
</div>
+
 
+
<div id="content_div">
+
 
+
<div id="logo_placeholder">
+
<img id="logo_fadein" src="https://static.igem.org/mediawiki/2015/d/dd/Demo_photo4.jpg">
+
 
</div>
 
</div>
 
 
<div class="centerContent"><h3>September 24 - 28 -- Hynes Convention Center -- Boston, Ma </h3></div>
 
<div class="centerContent"><h3>September 24 - 28 -- Hynes Convention Center -- Boston, Ma </h3></div>
  
<p> The iGEM competition encourages university student researchers to work in teams and solve real-world challenges by building genetically engineered biological systems with standard, interchangeable parts called BioBricks from the Registry of Standard Biological Parts. Each team manages their own projects, advocates for their research, and secures funding. Teams are also challenged to actively consider and address the safety, security and environmental implications of their work.  </p>
+
<div class="clear"></div>
 +
<div class="clear"></div>
  
 
<br>
 
<br>
 
  
 
<a id="About"></a>
 
<a id="About"></a>
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/5/5d/Demo_photo.jpg)">  
+
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/3/3d/Demo_photo3.jpg)">  
<p class="text_over_image"> More than a <br>Competition</p>
+
<h3 class="text_over_image"><br> More than a <br><br>Competition</h3>
 
</div>
 
</div>
  
Line 287: Line 23:
 
<h2> About </h2>
 
<h2> About </h2>
  
<p> The Giant Jamboree is iGEM collegiate division’s culminating event that showcases research in synthetic biology which spans all disciplines, backgrounds and interests. The accomplishments of these university students are impressive and lead to important advancements in medicine, energy, software, the environment, and more.
+
<p> The Giant Jamboree is the annual event where all of the collegiate and high school iGEM teams come together to present their synthetic biology projects. This year, the Hynes Convention Center, located in historic Boston, MA, will host more than 260 international, multidisciplinary teams eager to share and celebrate their work.
<br>
+
With 15 tracks available, there is something for everyone!. </p>
+
  
 +
<br><br> With 15 tracks available, there is something for everyone!</p>
  
<div class="content_yellow_div">
 
<p> Lorem ipsum dolor sit amet, risus posuere hendrerit sed adipiscing wisi nam, wisi non molestie sodales amet libero, montes nulla vel ultrices vitae nec non, neque justo. Vestibulum malesuada massa aenean enim tempor est.</p>
 
</div>
 
  
<div class="content_green_div">
+
<p>The iGEM competition encourages university and high school student researchers to work in teams and solve real-world challenges by building genetically engineered biological systems with standard, interchangeable parts called BioBricks from the Registry of Standard Biological Parts. Each team manages their own projects, advocates for their research, and secures funding. Teams are also challenged to actively consider and address the safety, security and environmental implications of their work.</p>
<p> Lorem ipsum dolor sit amet, risus posuere hendrerit sed adipiscing wisi nam, wisi non molestie sodales amet libero, montes nulla vel ultrices vitae nec non, neque justo. Vestibulum malesuada massa aenean enim tempor est.</p>
+
</div>
+
  
<div class="content_yellow_div">
 
<p> Lorem ipsum dolor sit amet, risus posuere hendrerit sed adipiscing wisi nam, wisi non molestie sodales amet libero, montes nulla vel ultrices vitae nec non, neque justo. Vestibulum malesuada massa aenean enim tempor est.</p>
 
</div>
 
  
<div class="clear"></div>
+
<p> Read <a href="https://igem.org/About"> more about iGEM</a>.</p>
  
 +
<div class="clear"></div>
  
<p> Lorem ipsum dolor sit amet, risus posuere hendrerit sed adipiscing wisi nam, wisi non molestie sodales amet libero, montes nulla vel ultrices vitae nec non, neque justo. Vestibulum malesuada massa aenean enim tempor est, habitasse dapibus luctus pulvinar magnis, viverra amet risus. Sed neque eget duis lectus, mus voluptate sit justo semper vehicula, adipiscing ac ultricies elit. Ullamcorper consectetuer fringilla quis suspendisse sagittis in, wisi non eu sociis sit, amet vehicula, non sodales libero tortor in. Vestibulum mi quis eget diam taciti consectetuer. Sagittis elementum tristique lectus. </p>
 
  
  
 
<a id="Program"></a>
 
<a id="Program"></a>
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/3/3d/Demo_photo3.jpg)">
+
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/5/5d/Demo_photo.jpg)">
<p class="text_over_image"> Build<br> Share <br> Celebrate </p>
+
<h3 class="text_over_image"><br> Build<br><br> Share <br> <br>Celebrate </h3>
 
</div>
 
</div>
  
  
 
<h2>Program </h2>
 
<h2>Program </h2>
<p> This 5-day event features team presentations and exhibition hall poster sessions on the latest advancements in Synthetic Biology. The event will also host workshops, networking sessions, panel discussions, an award ceremony and more! </p>
+
<p> The main focus of the Giant Jamboree is the students sharing and celebrating their research projects. During the Jamboree, every team will present their work through both an oral presentation and a poster. <br><br>
  
 +
Teams aim to tackle global issues, raise science and engineering awareness, and help their local communities. Projects span a very broad range of topics but iGEM has a place for everyone. With 15 different tracks, students can develop research projects that have a particular focus.  </p>
  
 +
<div class="clear"></div><div class="clear"></div>
  
  
 
<div class="content_half">
 
<div class="content_half">
<h3 id="titleTrack"> tracks? </h3>
+
<h3 id="titleTrack">iGEM Tracks </h3>
  
<p id="descriptionTrack">what are tracks?</p>
+
<p id="descriptionTrack">iGEM projects are developed by students from all over the world. They focus their research and efforts with the help of the iGEM tracks. You can find more information about each track and the teams participating in each one of them by clicking on the track icons.</p>
  
 +
 +
<!--
 
<h4>Example projects</h4>
 
<h4>Example projects</h4>
 
<ul>
 
<ul>
 
<a id="exampleTeamLink" href="https://2014.igem.org/Team:Tec-Monterrey"><li id ="exampleTeam">Team 1</li> </a>
 
<a id="exampleTeamLink" href="https://2014.igem.org/Team:Tec-Monterrey"><li id ="exampleTeam">Team 1</li> </a>
 
</ul>
 
</ul>
 +
-->
 
</div>
 
</div>
  
Line 353: Line 85:
 
</a> </div>
 
</a> </div>
  
 +
<div class="iconBlocks">
 +
<a onClick="changeTrackInfo(13)">
 +
<img src="https://static.igem.org/mediawiki/2015/1/12/Highschool_icon.jpg" width="80px">
 +
</a> </div>
 +
 +
 +
 +
<!-- second row -->
  
 
<div class="iconBlocks">
 
<div class="iconBlocks">
Line 359: Line 99:
 
</a> </div>
 
</a> </div>
  
 
<!-- second row -->
 
  
 
<div class="iconBlocks">
 
<div class="iconBlocks">
Line 378: Line 116:
 
</a> </div>
 
</a> </div>
  
 +
<!-- third row-->
  
 
<div class="iconBlocks">
 
<div class="iconBlocks">
Line 385: Line 124:
  
  
<!-- third row-->
+
 
 
<div class="iconBlocks">
 
<div class="iconBlocks">
 
<a onClick="changeTrackInfo(8)">
 
<a onClick="changeTrackInfo(8)">
Line 401: Line 140:
 
<img src="https://static.igem.org/mediawiki/igem.org/3/34/Icons_foundationaladvance.png" width="80px">
 
<img src="https://static.igem.org/mediawiki/igem.org/3/34/Icons_foundationaladvance.png" width="80px">
 
</a> </div>
 
</a> </div>
 +
 +
<!-- fourth row-->
  
  
Line 409: Line 150:
  
  
<!-- fourth row-->
 
 
<div class="iconBlocks">
 
<div class="iconBlocks">
 
<a onClick="changeTrackInfo(12)">
 
<a onClick="changeTrackInfo(12)">
Line 416: Line 156:
  
  
<div class="iconBlocks">
+
 
<a onClick="changeTrackInfo(13)">
+
<img src="https://static.igem.org/mediawiki/2014/3/37/Icons_microfluidics.png" width="80px">
+
</a> </div>
+
  
 
<div class="iconBlocks">
 
<div class="iconBlocks">
 
<a onClick="changeTrackInfo(14)">
 
<a onClick="changeTrackInfo(14)">
<img src="https://static.igem.org/mediawiki/2014/3/37/Icons_microfluidics.png"width="80px">
+
<img src="https://static.igem.org/mediawiki/2015/5/5f/Hardware_icon.jpg"width="80px">
 
</a> </div>
 
</a> </div>
  
 
<div class="iconBlocks">
 
<div class="iconBlocks">
 
<a onClick="changeTrackInfo(15)">
 
<a onClick="changeTrackInfo(15)">
<img src="https://static.igem.org/mediawiki/2014/3/37/Icons_microfluidics.png" width="80px">
+
<img src="https://static.igem.org/mediawiki/2015/d/dc/Icons_alltracks.png" width="80px">
 
</a> </div>
 
</a> </div>
  
Line 434: Line 171:
  
  
 +
<div class="clear"></div>
  
 +
<div class="content_gray_div_fullwidth">
 +
<div class="centerContent"><h3> Read the complete program </h3></div>
  
 
<div class="clear"></div>
 
<div class="clear"></div>
 +
 +
<a href=""><div class="jamboree_button">
 +
COMING SOON
 +
</div></a>
 +
 +
<div class="clear"></div>
 +
</div>
 +
  
  
Line 443: Line 191:
 
<a id="Schedule"></a>
 
<a id="Schedule"></a>
 
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/d/da/Demo_photo8.jpg)">
 
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/d/da/Demo_photo8.jpg)">
<p class="text_over_image"> </p>
 
 
</div>
 
</div>
  
Line 452: Line 199:
  
  
<p> Lorem ipsum dolor sit amet, risus posuere hendrerit sed adipiscing wisi nam, wisi non molestie sodales amet libero, montes nulla vel ultrices vitae nec non, neque justo. Vestibulum malesuada massa aenean enim tempor est, habitasse dapibus luctus pulvinar magnis, viverra amet risus. Sed neque eget duis lectus, mus voluptate sit justo semper vehicula, adipiscing ac ultricies elit. Ullamcorper consectetuer fringilla quis suspendisse sagittis in, wisi non eu sociis sit, amet vehicula, non sodales libero tortor in. Vestibulum mi quis eget diam taciti consectetuer. Sagittis elementum tristique lectus. </p>
+
<p> This 5-day event features team presentations and exhibition hall poster sessions on the latest advancements in synthetic biology. <br> Details will be <a href=""> available soon</a>.</p>
 
+
  
 
<div class="clear"></div>
 
<div class="clear"></div>
Line 459: Line 205:
  
  
 +
<p style="font-size:16px;text-align:center;"><b>SEPTEMBER 2015</B></p>
  
<table align="center">
+
<table class="calendarTable" align="center">
 
+
<tr><th colspan="7" height="20px"><h3>SEPTEMBER</h3></th></tr>
+
 
+
 
+
 
<tr height="30px" bgColor="#f2f2f2" border="2" bordercolor="#ccc" align="center">
 
<tr height="30px" bgColor="#f2f2f2" border="2" bordercolor="#ccc" align="center">
 
<td width="30px"> M </td>
 
<td width="30px"> M </td>
Line 530: Line 273:
 
<div class="clear"></div>
 
<div class="clear"></div>
 
<div class="clear"></div>
 
<div class="clear"></div>
 +
<div class="clear"></div>
 +
 +
 +
<div class="content_gray_div_fullwidth">
 +
<div class="centerContent"><h3>Download the complete schedule</h3></div>
 +
 +
<div class="clear"></div>
 +
 +
<a href=""><div class="jamboree_button">
 +
COMING SOON
 +
</div></a>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
 +
  
 
<a id="Location"></a>
 
<a id="Location"></a>
 
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/6/60/Demo_photo5.jpg)">
 
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/6/60/Demo_photo5.jpg)">
<p class="text_over_image"> Hynes <br> Convention  <br> Center</p>
+
<h3 class="text_over_image"><br>  Hynes <br> <br> Convention  <br> <br> Center</p>
 
</div>
 
</div>
  
Line 539: Line 299:
  
  
<p> Lorem ipsum dolor sit amet, risus posuere hendrerit sed adipiscing wisi nam, wisi non molestie sodales amet libero, montes nulla vel ultrices vitae nec non, neque justo. Vestibulum malesuada massa aenean enim tempor est, habitasse dapibus luctus pulvinar magnis, viverra amet risus. Sed neque eget duis lectus, mus voluptate sit justo semper vehicula, adipiscing ac ultricies elit. Ullamcorper consectetuer fringilla quis suspendisse sagittis in, wisi non eu sociis sit, amet vehicula, non sodales libero tortor in. Vestibulum mi quis eget diam taciti consectetuer. Sagittis elementum tristique lectus. </p>
+
<div class="centerContent">
 +
<img src="https://static.igem.org/mediawiki/2015/5/56/Location_icon.png" width="30px">
 +
<h3> 900 Boylston Street <br> Boston MA 02115</h3>
  
<p> Lorem ipsum dolor sit amet, risus posuere hendrerit sed adipiscing wisi nam, wisi non molestie sodales amet libero, montes nulla vel ultrices vitae nec non, neque justo. Vestibulum malesuada massa aenean enim tempor est, habitasse dapibus luctus pulvinar magnis, viverra amet risus. Sed neque eget duis lectus, mus voluptate sit justo semper vehicula, adipiscing ac ultricies elit. Ullamcorper consectetuer fringilla quis suspendisse sagittis in, wisi non eu sociis sit, amet vehicula, non sodales libero tortor in. Vestibulum mi quis eget diam taciti consectetuer. Sagittis elementum tristique lectus. </p>
+
</div>
  
 +
<p>Located in the downtown Boston area, the Hynes Convention Center is surrounded by the historical neighborhood of Back Bay, a place famous for it’s restaurants and shops.
 +
</p>
  
  
 +
<div class="content_half">
  
<a id="Accommodation"></a>
+
<h3>Transportation</h3>
 +
<p> There are several options to get to the Hynes Convention Center. Several subway stations are within walking distance, direct shuttle services  are available and arriving by car is very simple.  </p>
  
 +
<ul>
 +
<li><a href="">Subway </a></li>
 +
<li><a href="">Car </a> </li>
 +
<li><a href="">From the airport </a></li>
 +
</ul>
 +
</div>
 +
 +
 +
<div class="content_half">
 +
 +
<h3>Site Maps </h3>
 +
<p> Updated maps of the area around the Hynes and detailed room layouts will be available soon. In the meantime, you can take a look at last year’s maps.  </p>
 +
 +
<ul>
 +
<li><a href="https://static.igem.org/mediawiki/2014/4/41/GJ_Maps_outsidehynes.pdf">Hynes Convention Center </a></li>
 +
<li><a href="https://static.igem.org/mediawiki/2014/5/51/GJ_maps_plazafloor.pdf">Plaza Level </a> </li>
 +
<li><a href="https://static.igem.org/mediawiki/2014/c/c5/GJ_maps_secondfloor.pdf">Second Floor </a></li>
 +
<li><a href="https://static.igem.org/mediawiki/2014/b/b2/GJ_maps_thirdfloor.pdf">Third Floor </a></li>
 +
</ul>
 +
</div>
 +
 +
 +
<div class="clear"></div>
 +
 +
 +
<a id="Accommodation"></a>
 +
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/0/03/Demo_photo10.jpg)">
 +
</div>
  
 
<h2>Accommodation</h2>
 
<h2>Accommodation</h2>
  
  
<p> Lorem ipsum dolor sit amet, risus posuere hendrerit sed adipiscing wisi nam, wisi non molestie sodales amet libero, montes nulla vel ultrices vitae nec non, neque justo. Vestibulum malesuada massa aenean enim tempor est, habitasse dapibus luctus pulvinar magnis, viverra amet risus. Sed neque eget duis lectus, mus voluptate sit justo semper vehicula, adipiscing ac ultricies elit. Ullamcorper consectetuer fringilla quis suspendisse sagittis in, wisi non eu sociis sit, amet vehicula, non sodales libero tortor in. Vestibulum mi quis eget diam taciti consectetuer. Sagittis elementum tristique lectus. </p>
+
<p> Looking for a place to stay during the Giant Jamboree? The Sheraton Boston is connected directly to the Hynes Convention Center!
 +
We have organized a special room block in this hotel for our attendees.<br>
 +
 
 +
Find more information in the <a href="https://2015.igem.org/Giant_Jamboree/Accommodation"> Hotels page</a>. </p>
 +
 
 +
 
 +
 
 +
 
 +
<div class="centerContent">
 +
<h3> Sheraton Boston</h3>
 +
<img src="https://static.igem.org/mediawiki/2015/5/56/Location_icon.png" width="30px">
 +
<h4> 39 Dalton Street <br> Boston MA 02115</h4>
 +
</div>
 +
 
 +
 
 +
 
 +
<div class="clear"></div>
 +
<div class="clear"></div>
  
  
 
<a id="Registration"></a>
 
<a id="Registration"></a>
 
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/2/28/Demo_photo2.jpg)">
 
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/2/28/Demo_photo2.jpg)">
<p class="text_over_image"> Experience the <br>excitement </p>
+
<h3 class="text_over_image"><br>  Experience <br><br> the <br> <br>excitement </p>
 
</div>
 
</div>
  
  
 
<h2>Registration</h2>
 
<h2>Registration</h2>
<p> Lorem ipsum dolor sit amet, risus posuere hendrerit sed adipiscing wisi nam, wisi non molestie sodales amet libero, montes nulla vel ultrices vitae nec non, neque justo. Vestibulum malesuada massa aenean enim tempor est, habitasse dapibus luctus pulvinar magnis, viverra amet risus. Sed neque eget duis lectus, mus voluptate sit justo semper vehicula, adipiscing ac ultricies elit. Ullamcorper consectetuer fringilla quis suspendisse sagittis in, wisi non eu sociis sit, amet vehicula, non sodales libero tortor in. Vestibulum mi quis eget diam taciti consectetuer. Sagittis elementum tristique lectus. </p>
+
<p> Registration for the Giant Jamboree will open in June!  The Giant Jamboree attendance fee includes a team presentation slot, team poster location, admission to the social event and awards ceremony.
 +
<br><br>
 +
<br>More information <a href="https://2015.igem.org/Giant_Jamboree/Registration">here</a>. </p>
  
<div class="jamboree_button">
+
<div class="clear"></div>
COMING SOON
+
<div class="clear"></div>
</div>
+
  
  
  
 +
<div class="content_gray_div_fullwidth">
 
<div class="clear"></div>
 
<div class="clear"></div>
 +
 +
<a href=""><div class="jamboree_button">
 +
COMING SOON
 +
</div></a>
 +
 
<div class="clear"></div>
 
<div class="clear"></div>
 +
</div>
 +
  
  
Line 578: Line 398:
 
<a id="Sponsors"></a>
 
<a id="Sponsors"></a>
 
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/d/d0/Demo_photo9.jpg)">
 
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/d/d0/Demo_photo9.jpg)">
<p class="text_over_image"> Be part <br> of the <br>Giant Jamboree</p>
+
<h3 class="text_over_image"> <br> Be part <br><br> of the <br><br>Giant Jamboree</p>
 
</div>
 
</div>
 +
 +
  
 
<h2> Sponsors</h2>
 
<h2> Sponsors</h2>
<p> Lorem ipsum dolor sit amet, risus posuere hendrerit sed adipiscing wisi nam, wisi non molestie sodales amet libero, montes nulla vel ultrices vitae nec non, neque justo. Vestibulum malesuada massa aenean enim tempor est, habitasse dapibus luctus pulvinar magnis, viverra amet risus. Sed neque eget duis lectus, mus voluptate sit justo semper vehicula, adipiscing ac ultricies elit. Ullamcorper consectetuer fringilla quis suspendisse sagittis in, wisi non eu sociis sit, amet vehicula, non sodales libero tortor in. Vestibulum mi quis eget diam taciti consectetuer. Sagittis elementum tristique lectus. </p>
+
<p> We thank our sponsors for their support!</p>
 +
<div class="clear"></div>
  
 +
<div class="centerContent">
 +
<img src="https://static.igem.org/mediawiki/igem.org/4/42/Logo_sponsor_google.png" width ="140px">
 +
<img src="https://static.igem.org/mediawiki/igem.org/7/7e/NSF_logo.png" height="65px" >
 +
<img src="https://static.igem.org/mediawiki/igem.org/5/58/Synberclogo.png" width="200px"> 
 +
</div>
 +
<div class="clear"></div>
 +
<div class="clear"></div>
 +
<div class="centerContent">
 +
<img src="https://static.igem.org/mediawiki/igem.org/3/33/Agilent_igemlogo.jpg" width="170px">
 +
<img src="https://static.igem.org/mediawiki/igem.org/b/bc/Autodesk_igemlogo.jpg" width="110px">
 +
<img src="https://static.igem.org/mediawiki/2010/1/1e/Fbi_seal_mod_50px.png" width="40px">
 +
<img src="https://static.igem.org/mediawiki/2015/b/ba/Idt_logo2015.jpg" width="70px">
 +
<br>
 +
<img src="https://static.igem.org/mediawiki/2012/c/c0/MathWorks_logo_small.png" width="110px">
 +
<img src="https://static.igem.org/mediawiki/igem.org/9/9f/Synenergene-logo.png" width="140px">
 +
</div>
 +
<div class="clear"></div>
 +
<div class="clear"></div>
 +
<div class="centerContent">
 +
<img src="https://static.igem.org/mediawiki/2015/8/88/Twist_Logo-03.jpg" width="70px">
 +
</div>
  
  
  
 +
<div class="clear"></div><div class="clear"></div>
 +
<div class="clear"></div>
  
  
<a id="Contact"></a>
+
<div class="content_gray_div_fullwidth">
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/3/35/Demo_photo7.jpg)">
+
<div class="clear"></div>
<p class="text_over_image">Send us a <br>message!</p>
+
<div class="centerContent"><h3>Find more information on how you can sponsor iGEM.</p></div>
</div>
+
  
<div class="content_yellow_div_fullwidth">
 
<p>Sign up for the iGEM monthly Newsletter</p>
 
  
<a href="http://bit.ly/1wuR4G6"><div class="jamboree_button">
+
<a href="https://igem.org/Sponsors"><div class="jamboree_button">
NEWSLETTER
+
SPONSOR iGEM
 
</div></a>
 
</div></a>
  
 
<div class="clear"></div>
 
<div class="clear"></div>
 
</div>  
 
</div>  
 +
 +
 +
 +
<a id="Contact"></a>
 +
<div class="image_placeholder" style="background-image: url(https://static.igem.org/mediawiki/2015/3/35/Demo_photo7.jpg)">
 +
</div>
 +
  
  
 
<h2>Contact</h2>
 
<h2>Contact</h2>
  
<span><h4> Email:</h4>
+
<p>Send us a message!</p>
hq AT igem DOT org </span>
+
  
<h4>Phone: </h4>
+
<div class="clear"></div>
<p>+1.617.500.3106 </p>
+
<div class="clear"></div>
 +
<div class="clear"></div>
  
 +
<div class="content_third">
 +
<div class="centerContent">
 +
<img src="https://static.igem.org/mediawiki/2015/1/16/Mail_icon.png" width="30px">
 +
<h4> hq AT igem DOT orgv</h4>
 +
</div>
 +
</div>
 +
 +
 +
<div class="content_third">
 +
<div class="centerContent">
 +
<img src="https://static.igem.org/mediawiki/2015/5/56/Location_icon.png" width="30px">
 +
<h4> One Kendall Square<br> Cambridge, MA 02139</h4>
 +
</div>
 +
</div>
 +
 +
 +
<div class="content_third">
 +
<div class="centerContent">
 +
<img src="https://static.igem.org/mediawiki/2015/6/6c/Phone_icon.png" width="30px">
 +
<h4>+1.617.500.3106 </h4>
 +
</div>
 +
</div>
 +
 +
<div class="clear"></div>
 +
 +
<div class="clear"></div>
 +
<div class="clear"></div>
 +
 +
 +
 +
<div class="content_gray_div_fullwidth">
 +
<div class="centerContent"><h3>Sign up for our monthly newsletter!</h3></div>
 +
 +
<div class="clear"></div>
 +
 +
<a href="http://bit.ly/1wuR4G6"><div class="jamboree_button">
 +
NEWSLETTER
 +
</div></a>
 +
 +
<div class="clear"></div>
 +
</div>
  
  
Line 621: Line 512:
  
  
<!--
+
 
 
<script ="text/javascript">
 
<script ="text/javascript">
 
$(document).ready(function() {
 
$(document).ready(function() {
$('#content_div').delay(200).fadeIn(1000);
+
$('#contentContainer').delay(200).fadeIn(1000);
 
$('#logo_fadein').delay(1000).fadeIn(1500);
 
$('#logo_fadein').delay(1000).fadeIn(1500);
 
});
 
});
 
</script>
 
</script>
-->
+
 
  
  
Line 652: Line 543:
 
trackName[13] = "High School";
 
trackName[13] = "High School";
 
trackName[14] = "Hardware";
 
trackName[14] = "Hardware";
trackName[15] = "tracks?";
+
trackName[15] = "iGEM Tracks";
  
 
var trackDescription= new Array();
 
var trackDescription= new Array();
  
trackDescription[0] = "In 2014 for the first time, the iGEM competition will expand to include the DIYbio community by adding the Community Lab Track. iGEM requires a large investment in time and money to participate, but its format as annual competition actually facilitates fundraising, recruitment, and general motivation to do something BIG.";
+
trackDescription[0] = "The Community Labs track is open to any organization, academic or otherwise, that would like to participate in iGEM. It is also the only track available to non-academic teams. These can include DIY Bio labs, hackerspaces, public institutions, and basically any organization interested in the design and engineering of biological machines.";
 
trackDescription[1] = "The quality of the air, water, and land, both on Earth and other heavenly bodies, limits the happiness of humans and other creatures. Can biotechnology be used to help clean the air, provide fresh drinking water, restore or enhance soil quality, terraform a near-Earth asteroid, or protect, preserve, or enhance natural biological diversity?";
 
trackDescription[1] = "The quality of the air, water, and land, both on Earth and other heavenly bodies, limits the happiness of humans and other creatures. Can biotechnology be used to help clean the air, provide fresh drinking water, restore or enhance soil quality, terraform a near-Earth asteroid, or protect, preserve, or enhance natural biological diversity?";
 
trackDescription[2] = "New Application is an apt description for a track that doesn't have a common problem, or focus tying all projects together. It is the novelty of ideas and approach in investigating a question that may never have previously been examined that qualifies a project in the New Application track.";
 
trackDescription[2] = "New Application is an apt description for a track that doesn't have a common problem, or focus tying all projects together. It is the novelty of ideas and approach in investigating a question that may never have previously been examined that qualifies a project in the New Application track.";
Line 669: Line 560:
 
trackDescription[11] = "Computational work and software development are a very important part of Synthetic Biology. The iGEM competition again has a track for teams that want to focus on exactly that.";
 
trackDescription[11] = "Computational work and software development are a very important part of Synthetic Biology. The iGEM competition again has a track for teams that want to focus on exactly that.";
 
trackDescription[12] = "Information Processing in iGEM covers a diverse range of projects.Teams enter this track if they are attempting projects such as building elements of a biological computer, creating a game using biology or working on a signal processing challenges.";
 
trackDescription[12] = "Information Processing in iGEM covers a diverse range of projects.Teams enter this track if they are attempting projects such as building elements of a biological computer, creating a game using biology or working on a signal processing challenges.";
trackDescription[13] = "high school";
+
trackDescription[13] = "In 2015, high school teams will participate as a track within the main competition. This is an exciting change for the high school members. Not only will they be able to compete against other high schools, but will have the great experience of the Giant Jamboree.";
trackDescription[14] = "hardware";
+
trackDescription[14] = "Synthetic biology requires great hardware. Every synthetic biology experiment utilizes a variety of hardware, from liquid handling systems to centrifuges to culture machines and microscopes. Teams to show their skills hacking mechanical, electrical, and optical systems that interface with living ones. Teams will be judged on how innovative their hardware systems are designed, fabricated, tested, and documented";
trackDescription[15] = "what are tracks?";
+
trackDescription[15] = "iGEM projects are developed by students from all over the world. They focus their research and efforts with the help of the iGEM tracks. You can find more information about each track and the teams participating in each one of them by clicking on the track icons.";
  
  

Latest revision as of 19:13, 27 April 2015

September 24 - 28 -- Hynes Convention Center -- Boston, Ma


More than a

Competition

About

The Giant Jamboree is the annual event where all of the collegiate and high school iGEM teams come together to present their synthetic biology projects. This year, the Hynes Convention Center, located in historic Boston, MA, will host more than 260 international, multidisciplinary teams eager to share and celebrate their work.

With 15 tracks available, there is something for everyone!

The iGEM competition encourages university and high school student researchers to work in teams and solve real-world challenges by building genetically engineered biological systems with standard, interchangeable parts called BioBricks from the Registry of Standard Biological Parts. Each team manages their own projects, advocates for their research, and secures funding. Teams are also challenged to actively consider and address the safety, security and environmental implications of their work.

Read more about iGEM.


Build

Share

Celebrate

Program

The main focus of the Giant Jamboree is the students sharing and celebrating their research projects. During the Jamboree, every team will present their work through both an oral presentation and a poster.

Teams aim to tackle global issues, raise science and engineering awareness, and help their local communities. Projects span a very broad range of topics but iGEM has a place for everyone. With 15 different tracks, students can develop research projects that have a particular focus.

iGEM Tracks

iGEM projects are developed by students from all over the world. They focus their research and efforts with the help of the iGEM tracks. You can find more information about each track and the teams participating in each one of them by clicking on the track icons.

Read the complete program

COMING SOON

Schedule

This 5-day event features team presentations and exhibition hall poster sessions on the latest advancements in synthetic biology.
Details will be available soon.

SEPTEMBER 2015

M T W T F S S
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

Download the complete schedule

COMING SOON


Hynes

Convention

Center

Location

900 Boylston Street
Boston MA 02115

Located in the downtown Boston area, the Hynes Convention Center is surrounded by the historical neighborhood of Back Bay, a place famous for it’s restaurants and shops.

Transportation

There are several options to get to the Hynes Convention Center. Several subway stations are within walking distance, direct shuttle services are available and arriving by car is very simple.

Site Maps

Updated maps of the area around the Hynes and detailed room layouts will be available soon. In the meantime, you can take a look at last year’s maps.

Accommodation

Looking for a place to stay during the Giant Jamboree? The Sheraton Boston is connected directly to the Hynes Convention Center! We have organized a special room block in this hotel for our attendees.
Find more information in the Hotels page.

Sheraton Boston

39 Dalton Street
Boston MA 02115


Experience

the

excitement

Registration

Registration for the Giant Jamboree will open in June! The Giant Jamboree attendance fee includes a team presentation slot, team poster location, admission to the social event and awards ceremony.


More information here.


Be part

of the

Giant Jamboree

Sponsors

We thank our sponsors for their support!


Find more information on how you can sponsor iGEM.

SPONSOR iGEM

Contact

Send us a message!

hq AT igem DOT orgv

One Kendall Square
Cambridge, MA 02139

+1.617.500.3106

Sign up for our monthly newsletter!

NEWSLETTER