Difference between revisions of "Giant Jamboree demo"

 
(40 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>
 
<!-- 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;
 
font-size: 15px;
 
}
 
 
#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);
 
}
 
 
 
 
/* styling for all the headers in all the pages */
 
#wrap_div h1, h2, h3, h4, h5, h6 {
 
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: Arial;
 
}
 
 
#wrap_div a {
 
text-decoration:none;
 
}
 
 
#content_div a {
 
color: #46C7F4;
 
font-weight:bold;
 
}
 
 
#content_div a:hover {
 
color: #3F2A55;
 
}
 
 
 
 
.text_over_image{
 
color: white;
 
font-size: 35px;
 
font-weight:bold;
 
padding: 0px 15px 0px 15px;
 
}
 
 
#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;
 
}
 
 
#wrap_div ul li{
 
font-size: 15px;
 
}
 
 
/*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;
 
font-size: 16px;
 
 
/*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;
 
}
 
 
/*Submenus are not displayed as default*/
 
#menu_div li ul {
 
display: none;
 
padding-top:15px;
 
margin-left: -19px;
 
}
 
 
/*Submenus are displayed when hovering the menu button */
 
#menu_div li:hover ul {
 
/*display: inline-block; */
 
display: block;
 
position: absolute;
 
float:right;
 
margin-left: 185px;
 
margin-top:-42px;
 
}
 
 
/*Style the submenu buttons*/
 
#menu_div li ul li{
 
background-color: #59BF92;
 
padding-left:20px;
 
padding-right:20px;
 
height:30px;
 
padding-top:10px;
 
margin-top:-2px;
 
color: #565656;
 
width: 150px;
 
}
 
#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;
 
cursor:pointer;
 
 
}
 
 
.iconBlocks img:hover {opacity: 0.4;
 
    filter: alpha(opacity=40); /* For IE8 and earlier */}
 
 
 
.content_third {
 
width: 33.33%;
 
float:left;
 
}
 
 
.content_gray_div_fullwidth {
 
background-color: #f2f2f2;
 
width: 100%;
 
}
 
 
 
.image_placeholder {
 
height:250px;
 
top:0;
 
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#Sponsors"><li>Sponsors
 
            <ul>
 
<a href="https://2015.igem.org/Team:Example/Description"><li>Description</li></a>
 
<a href="https://2015.igem.org/Team:Example/Experiments"><li>Experiments </li></a> 
 
</ul>
 
</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">
 
<div id="logo_placeholder">
 
<div class="centerContent">
 
<div class="centerContent">
Line 330: 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>
  
  
<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>
+
<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> Read <a href="https://igem.org/About"> more about iGEM </a></p>
+
<p> Read <a href="https://igem.org/About"> more about iGEM</a>.</p>
  
 
<div class="clear"></div>
 
<div class="clear"></div>
Line 351: Line 44:
  
 
<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>
  
  
Line 361: Line 56:
 
<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>
 
<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 387: 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 393: Line 99:
 
</a> </div>
 
</a> </div>
  
 
<!-- second row -->
 
  
 
<div class="iconBlocks">
 
<div class="iconBlocks">
Line 412: Line 116:
 
</a> </div>
 
</a> </div>
  
 +
<!-- third row-->
  
 
<div class="iconBlocks">
 
<div class="iconBlocks">
Line 419: Line 124:
  
  
<!-- third row-->
+
 
 
<div class="iconBlocks">
 
<div class="iconBlocks">
 
<a onClick="changeTrackInfo(8)">
 
<a onClick="changeTrackInfo(8)">
Line 435: 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 443: Line 150:
  
  
<!-- fourth row-->
 
 
<div class="iconBlocks">
 
<div class="iconBlocks">
 
<a onClick="changeTrackInfo(12)">
 
<a onClick="changeTrackInfo(12)">
Line 450: 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 496: Line 199:
  
  
<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>
+
<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 502: 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"><p style="font-size:16px;text-align:center;"><b>SEPTEMBER  2015</p></b></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 605: Line 305:
 
</div>
 
</div>
  
<p> With over 130,000 square feet of the Hynes Convention Center and more than 30 rooms available, we are organizing and inviting others to organize additional special events. </p>
+
<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>
  
  
Line 611: Line 312:
  
 
<h3>Transportation</h3>
 
<h3>Transportation</h3>
<p> Boston is home to America's first subway system, which is still in operation today and offers a convenient and inexpensive way to navigate the city. There are several ways to travel to the Hynes Convention Center:</p>
+
<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>
 
<ul>
Line 624: Line 325:
  
 
<h3>Site Maps </h3>
 
<h3>Site Maps </h3>
<p> Maps of the Hynes Convention Center area and detailed room layouts will be available soon.</p>
+
<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>
 
<ul>
Line 645: Line 346:
  
  
<p>GEM cannot provide travel or housing for any iGEM participants. Participants are required to make their own travel and lodging arrangements. However, we have organized blocks with special rates available to iGEM Giant Jamboree attendees.<br>
+
<p> Looking for a place to stay during the Giant Jamboree? The Sheraton Boston is connected directly to the Hynes Convention Center!
Details <a href="">coming soon</a>.</p>
+
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>
  
  
Line 670: Line 373:
  
 
<h2>Registration</h2>
 
<h2>Registration</h2>
<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 award ceremony.  <br>More information <a href="">coming soon</a>. </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="clear"></div>
 +
<div class="clear"></div>
  
  
Line 697: Line 404:
  
 
<h2> Sponsors</h2>
 
<h2> Sponsors</h2>
<p>Find more information on how you can <a href="https://igem.org/Sponsorship"> sponsor iGEM</a>.</p>
+
<p> We thank our sponsors for their support!</p>
 
<div class="clear"></div>
 
<div class="clear"></div>
  
Line 715: Line 422:
 
<img src="https://static.igem.org/mediawiki/2012/c/c0/MathWorks_logo_small.png" width="110px">
 
<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">
 
<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>
  
Line 746: Line 458:
  
 
<p>Send us a message!</p>
 
<p>Send us a message!</p>
 +
 +
<div class="clear"></div>
 +
<div class="clear"></div>
 +
<div class="clear"></div>
  
 
<div class="content_third">
 
<div class="content_third">
Line 770: Line 486:
 
</div>
 
</div>
  
 
+
<div class="clear"></div>
  
 
<div class="clear"></div>
 
<div class="clear"></div>
Line 796: 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 831: Line 547:
 
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 844: 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] = "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.";
 
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