|
|
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
| |
− | <ul>
| |
− | <a href="https://2015.igem.org/Giant_Jamboree/Career_Fair"><li>Career Fair</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"> |
September 24 - 28 -- Hynes Convention Center -- Boston, Ma
More than a
Competition
About
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.
With 15 tracks available, there is something for everyone!.
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.
Read more about iGEM
Build
Share
Celebrate
Program
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!
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.
Example projects
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
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.
Transportation
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:
Site Maps
Maps of the Hynes Convention Center area and detailed room layouts will be available soon.
Accommodation
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.
Details coming soon.
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 award ceremony.
More information coming soon.
Be part
of the
Giant Jamboree
Sponsors
Find more information on how you can sponsor iGEM.
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