Sifuentes anita7

From 2014.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- Declare that you are going to use html code instead of wiki code -->
+
{{Stylefor2015}}
 +
 
<html>
<html>
 +
<!-- Set up white background -->
 +
<div id="contentWrap">
-
<!-- The styling for the website is placed here -->
+
<!-- Set up white background -->
-
 
+
<div class="fullWidth"> 
 +
<div id="igemLogo" >
 +
<a href=""> <img src="https://static.igem.org/mediawiki/2014/2/2a/Featureboxdemo_logo.jpg" width="50px">  </a>
 +
</div>
-
<!-- start of css -->
+
<div id="pageTitle">  
-
<style type="text/css">
+
<h2> iGEM 2014 Tracks and New Tracks</h2>
-
+
-
/* Clear the default wiki settings */
+
-
+
-
/* Remove footer, catlinks and logos */
+
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {
+
-
display: none;
+
-
}
+
-
+
-
/* set up a white background #58585b*/
+
-
body {
+
-
width: 100%;
+
-
height: 100%;
+
-
  background-color: #58585b;
+
-
}
+
-
 
+
-
/*-- Make page full width and remove borders */
+
-
#globalWrapper, #content {
+
-
width: 100%;
+
-
height: 100%;
+
-
border: 0px;
+
-
background-color: transparent;
+
-
margin: 0px;
+
-
padding: 0px;
+
-
}
+
-
 
+
-
+
-
/*Clear wiki default settings for the top part and create mock "black navigation bar" */
+
-
#top-section {
+
-
background-color: #000000;
+
-
border: 0 none;
+
-
height: 14px;
+
-
z-index: 100;
+
-
top: 0;
+
-
position: fixed;
+
-
width: 100%;
+
-
margin:auto;
+
-
}
+
-
 
+
-
/* Set up layout */
+
-
 
+
-
#contentWrap { 
+
-
width: 980px;
+
-
height: auto;
+
-
margin-left: 20px;
+
-
float:left;
+
-
margin-right: auto;
+
-
background-color: #ffffff;
+
-
border-radius: 5px;
+
-
}
+
-
 
+
-
#top_menu_inside {
+
-
margin-left: 20px;
+
-
}
+
-
 
+
-
#contentColumn {
+
-
width: 780px;
+
-
float: left;
+
-
padding: 25px 10px 5px 10px;
+
-
 
+
-
}
+
-
 
+
-
#sideColumn {
+
-
width: 160px;
+
-
float: left;
+
-
padding: 25px 10px 5px 10px;
+
-
margin-top: 20px;
+
-
}
+
-
 
+
-
#sideColumn a {
+
-
text-weight: bold;
+
-
text-decoration: none;
+
-
font-family: "Arial", Helvetica, sans-serif;
+
-
font-size: 13px;
+
-
color: #434343;
+
-
}
+
-
#contentWrap ul {
+
-
list-style:circle;
+
-
font-family: "Arial", Helvetica, sans-serif;
+
-
+
-
}
+
-
#sideColumn ul ul li:hover {
+
-
background-color: #c1dfa6;
+
-
border-radius: 5px;
+
-
}
+
-
 
+
-
.twoColumn_fullWidth {
+
-
background-color: #ffffff;
+
-
margin-bottom: 5px;
+
-
padding: 5px 20px 5px 20px;
+
-
}
+
-
 
+
-
.content_fullWidth {
+
-
background-color: #ffffff;
+
-
margin-bottom: 5px;
+
-
padding: 5px 20px 5px 20px;
+
-
}
+
-
 
+
-
#contentColumn a, .content_fullWidth a {
+
-
color:#3aa76c;
+
-
font-weight: bold;
+
-
text-decoration: none;
+
-
opacity: 1.0;
+
-
    filter: alpha(opacity=100); /* For IE8 and earlier */
+
-
}
+
-
 
+
-
#contentColumn a:hover, .content_fullWidth a:hover {
+
-
    opacity: 0.4;
+
-
    filter: alpha(opacity=40); /* For IE8 and earlier */
+
-
}
+
-
 
+
-
#contentWrap h1, h2, h3, h4, h5 {
+
-
font-family: "Arial", Gadget, sans-serif; border-bottom:none;
+
-
font-weight: bold;
+
-
color: #434343;
+
-
}
+
-
 
+
-
/* Establish font size and family for all text */
+
-
#contentWrap p {
+
-
font-family: "Arial", Helvetica, sans-serif;
+
-
font-size: 13px;
+
-
}
+
-
 
+
-
 
+
-
        .button {
+
-
            width: 130px;
+
-
    border: 1px solid #cccccc;
+
-
    background-color: fff;
+
-
    height: 30px;
+
-
    text-align: center;
+
-
        border-radius: 5px;
+
-
        padding: 10px 5px 0px 5px;
+
-
        margin: auto;
+
-
    }       
+
-
 
+
-
    .button:hover {
+
-
    background-color: #c1dfa6;
+
-
    }
+
-
 
+
-
    .clear{
+
-
        clear: both;
+
-
    }
+
-
 
+
-
    #igemLogo {
+
-
        width: 160px;
+
-
        float:left;
+
-
        margin-left:auto;
+
-
        margin-right:auto;
+
-
        display:block;
+
-
        text-align:center;
+
-
        margin-top: 10px;
+
-
    }
+
-
 
+
-
    #pageTitle {
+
-
        width: 760px;
+
-
        float: left;
+
-
        padding: 5px 10px 0px 10px;
+
-
        margin-top: 10px;
+
-
      }
+
-
       
+
-
 
+
-
</style>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<div id="contentWrap">
+
-
 
+
-
<div class="twoColumn_fullWidth"> 
+
-
<div id="igemLogo" >
+
-
<a href=""> <img src="https://static.igem.org/mediawiki/2014/2/2a/Featureboxdemo_logo.jpg" width="50px">  </a>
+
-
</div>
+
-
+
-
<div id="pageTitle">
+
-
<h2> iGEM 2014 Tracks and New Tracks</h2>
+
-
</div>
+
-
 
+
</div>
</div>
 +
</div>
-
<div class="clear"></div>
+
<div class="clear"></div>
-
<div style="width: 960px; height: 1px; background-color: #ccc; margin:auto;"></div>
+
<div id="grayLine_Clear"></div>
-
<div class="clear"></div>
+
<div class="clear"></div>
-
<div id="sideColumn">
+
<div id="leftColumn">
 +
<ul>
 +
<li><a href=""> Tracks </a>
 +
<ul>
 +
<a href="http://test.igem.org/wiki/index.php/OptionA_content"><li> Energy</li></a>
 +
<a href="https://2014.igem.org/Tracks/Environment"><li> Environment </li></a>
 +
<a href="https://2014.igem.org/Tracks/Food_Nutrition"><li>Food and Nutrition</li></a>
 +
<a href="https://2014.igem.org/Tracks/Foundational_Advance"><li>Foundational Advance</li></a>
 +
<a href="https://2014.igem.org/Tracks/Health_Medicine"><li>Health and Medicine</li></a>
 +
<a href="https://2014.igem.org/Tracks/Information_Processing"><li>Information Processing</li></a>
 +
<a href="https://2014.igem.org/Tracks/Manufacturing"><li>Manufacturing</li></a>
 +
<a href="https://2014.igem.org/Tracks/New_Application"><li>New Application</li></a>
 +
</ul>
 +
</li>
 +
<li> <a href=""> New Tracks </a></li>
<ul>
<ul>
-
<li><a href=""> Tracks </a>
+
<a href="https://2014.igem.org/Tracks/Art_Design"><li>Art and Design</li></a>
-
<ul>
+
<a href="https://2014.igem.org/Tracks/Community_Labs"><li>Community Labs</li></a>
-
<a href="http://test.igem.org/wiki/index.php/OptionA_content"><li> Energy</li></a>
+
<a href="https://2014.igem.org/Tracks/Measurement"><li>Measurement</li></a>
-
<a href="https://2014.igem.org/Tracks/Environment"><li> Environment </li></a>
+
<a href="https://2014.igem.org/Tracks/Policy_Practices"><li>Policy and Practices</li></a>
-
<a href="https://2014.igem.org/Tracks/Food_Nutrition"><li>Food and Nutrition</li></a>
+
<a href="https://2014.igem.org/Tracks/Software"><li>Software</li></a>
-
<a href="https://2014.igem.org/Tracks/Foundational_Advance"><li>Foundational Advance</li></a>
+
</ul>
-
<a href="https://2014.igem.org/Tracks/Health_Medicine"><li>Health and Medicine</li></a>
+
-
<a href="https://2014.igem.org/Tracks/Information_Processing"><li>Information Processing</li></a>
+
-
<a href="https://2014.igem.org/Tracks/Manufacturing"><li>Manufacturing</li></a>
+
-
<a href="https://2014.igem.org/Tracks/New_Application"><li>New Application</li></a>
+
-
</ul>
+
-
</li>
+
-
 
+
-
<li> <a href=""> New Tracks </a></li>
+
-
<ul>
+
-
<a href="https://2014.igem.org/Tracks/Art_Design"><li>Art and Design</li></a>
+
-
<a href="https://2014.igem.org/Tracks/Community_Labs"><li>Community Labs</li></a>
+
-
<a href="https://2014.igem.org/Tracks/Measurement"><li>Measurement</li></a>
+
-
<a href="https://2014.igem.org/Tracks/Policy_Practices"><li>Policy and Practices</li></a>
+
-
<a href="https://2014.igem.org/Tracks/Software"><li>Software</li></a>
+
-
</ul>
+
<li> <a href=""> Awards</a></li>
<li> <a href=""> Awards</a></li>
<li> <a href="">Requirements</a></li>
<li> <a href="">Requirements</a></li>
<li> <a href="">Questions</a></li>
<li> <a href="">Questions</a></li>
-
</ul>
+
</ul>
-
</div>
+
</div>
-
 
+
-
<div id="contentColumn">
+
-
<h2>Tracks</h2>
+
 +
<div id="rightColumn">
 +
<h2>Tracks</h2>
 +
<p>
<p>
Tracks in the iGEM competition allow teams to focus their project towards a specific subject area within synthetic biology and allow them to know who they will compete against for the track award. Traditionally iGEM teams have chosen to enter their projects into one of the following tracks:  
Tracks in the iGEM competition allow teams to focus their project towards a specific subject area within synthetic biology and allow them to know who they will compete against for the track award. Traditionally iGEM teams have chosen to enter their projects into one of the following tracks:  
</p>
</p>
 +
<a href="http://test.igem.org/wiki/index.php/OptionA_content"> <img src="https://static.igem.org/mediawiki/igem.org/d/d8/Icons_energy.png" width="90px">
 +
<a href="https://2014.igem.org/Tracks/Environment"><img src="https://static.igem.org/mediawiki/igem.org/a/af/Icons_environment.png" width="90px">
 +
<a href="https://2014.igem.org/Tracks/Food_Nutrition"><img src="https://static.igem.org/mediawiki/igem.org/e/e1/Icons_foodandnutrition.png" width="90px">
 +
<a href="https://2014.igem.org/Tracks/Foundational_Advance"><img src="https://static.igem.org/mediawiki/igem.org/3/34/Icons_foundationaladvance.png" width="90px">
 +
<a href="https://2014.igem.org/Tracks/Health_Medicine"><img src="https://static.igem.org/mediawiki/igem.org/d/da/Icons_healthandmedicine.png" width="90px">
 +
<a href="https://2014.igem.org/Tracks/Information_Processing"><img src="https://static.igem.org/mediawiki/igem.org/3/38/Icons_informationprocessing.png" width="90px">
 +
<a href="https://2014.igem.org/Tracks/Manufacturing"><img src="https://static.igem.org/mediawiki/igem.org/8/8d/Icons_manufacturing.png" width="90px">
 +
<a href="https://2014.igem.org/Tracks/New_Application"><img src="https://static.igem.org/mediawiki/igem.org/a/a6/Icons_newapplication.png" width="90px">
-
<table width="700px" align=center">
 
-
<tr>
 
-
<td><a href="http://test.igem.org/wiki/index.php/OptionA_content"> <img src="https://static.igem.org/mediawiki/igem.org/d/d8/Icons_energy.png" width="90px"></a></td>
 
-
<td><a href="https://2014.igem.org/Tracks/Environment"><img src="https://static.igem.org/mediawiki/igem.org/a/af/Icons_environment.png" width="90px"></a></td>
 
-
<td><a href="https://2014.igem.org/Tracks/Food_Nutrition"><img src="https://static.igem.org/mediawiki/igem.org/e/e1/Icons_foodandnutrition.png" width="90px"></a></td>
 
-
<td><a href="https://2014.igem.org/Tracks/Foundational_Advance"><img src="https://static.igem.org/mediawiki/igem.org/3/34/Icons_foundationaladvance.png" width="90px"></a></td>
 
-
<td><a href="https://2014.igem.org/Tracks/Health_Medicine"><img src="https://static.igem.org/mediawiki/igem.org/d/da/Icons_healthandmedicine.png" width="90px"></a></td>
 
-
<td><a href="https://2014.igem.org/Tracks/Information_Processing"><img src="https://static.igem.org/mediawiki/igem.org/3/38/Icons_informationprocessing.png" width="90px"></a></td>
 
-
<td><a href="https://2014.igem.org/Tracks/Manufacturing"><img src="https://static.igem.org/mediawiki/igem.org/8/8d/Icons_manufacturing.png" width="90px"></a></td>
 
-
<td><a href="https://2014.igem.org/Tracks/New_Application"><img src="https://static.igem.org/mediawiki/igem.org/a/a6/Icons_newapplication.png" width="90px"></a></td>
 
-
</tr>
 
-
</table>
 
<br>
<br>
<ul>
<ul>
-
<li> <a href="http://test.igem.org/wiki/index.php/OptionA_content">Energy</a></li>
+
<li><a href="http://test.igem.org/wiki/index.php/OptionA_content">Energy</a></li>
<li> <a href="https://2014.igem.org/Tracks/Environment">Environment</a></li>
<li> <a href="https://2014.igem.org/Tracks/Environment">Environment</a></li>
<li> <a href="https://2014.igem.org/Tracks/Food_Nutrition">Food and Nutrition</a></li>
<li> <a href="https://2014.igem.org/Tracks/Food_Nutrition">Food and Nutrition</a></li>
Line 277: Line 102:
</p>
</p>
 +
<a href="https://2014.igem.org/Tracks/Art_Design"><img src="https://static.igem.org/mediawiki/igem.org/a/a5/Icons_artanddesign.png"width="90px"></a>
 +
<a href="https://2014.igem.org/Tracks/Community_Labs"><img src="https://static.igem.org/mediawiki/igem.org/0/0d/Icons_communitylabs.png"width="90px"></a>
 +
<a href="https://2014.igem.org/Tracks/Measurement"><img src="https://static.igem.org/mediawiki/igem.org/0/0a/Icons_measurement.png"width="90px"></a>
 +
<a href="https://2014.igem.org/Tracks/Policy_Practices"><img src="https://static.igem.org/mediawiki/2014/c/cc/Icons_policyandpractices.png"width="90px"></a>
 +
<a href="https://2014.igem.org/Tracks/Software"><img src="https://static.igem.org/mediawiki/igem.org/3/3e/Icons_software.png" width="90px"></a>
-
 
+
<br>
-
<table width="700px" >
+
-
<tr>
+
-
<td><a href="https://2014.igem.org/Tracks/Art_Design"><img src="https://static.igem.org/mediawiki/igem.org/a/a5/Icons_artanddesign.png"width="90px"></a></td>
+
-
<td><a href="https://2014.igem.org/Tracks/Community_Labs"><img src="https://static.igem.org/mediawiki/igem.org/0/0d/Icons_communitylabs.png"width="90px"></a></td>
+
-
<td><a href="https://2014.igem.org/Tracks/Measurement"><img src="https://static.igem.org/mediawiki/igem.org/0/0a/Icons_measurement.png"width="90px"></a></td>
+
-
<td><a href="https://2014.igem.org/Tracks/Policy_Practices"><img src="https://static.igem.org/mediawiki/2014/c/cc/Icons_policyandpractices.png"width="90px"></a></td>
+
-
<td><a href="https://2014.igem.org/Tracks/Software"><img src="https://static.igem.org/mediawiki/igem.org/3/3e/Icons_software.png" width="90px"></a></td>
+
-
<td><img src=""></td>
+
-
</tr>
+
-
 
+
-
<tr><td colspan="4" height="20px"></td></tr>
+
-
</table>
+
-
 
+
-
 
+
Line 335: Line 151:
<h2><a class="anchor" id="Requirements"></a>Requirements</h2>
<h2><a class="anchor" id="Requirements"></a>Requirements</h2>
<p>
<p>
-
Teams who choose to enter these tracks will need to meet iGEM Requirements unless otherwise stated. Requirements specific to each new track are stated on the new track pagse, as well as on the iGEM 2014 Requirements page.
+
<a href=""> Teams who choose to enter</a> these tracks will need to meet iGEM Requirements unless otherwise stated. Requirements specific to each new track are stated on the new track pagse, as well as on the iGEM 2014 Requirements page.
</p>
</p>
Line 352: Line 168:
<p>Be sure to check back soon for more details. </p>
<p>Be sure to check back soon for more details. </p>
-
</div>
 
-
 
-
 
-
<div class="clear"></div>
 
-
</html>
 
-
{{Testfooter2015}}
 
-
<html>
 
</div>
</div>
-
 
+
<div class="clear"></div>
 +
</html>
 +
{{Testfooter2015}}
 +
<html>
 +
</div>
<!--template/styling ends -->
<!--template/styling ends -->
-
 
</html>
</html>

Latest revision as of 20:42, 26 January 2015

iGEM 2014 Tracks and New Tracks

Tracks

Tracks in the iGEM competition allow teams to focus their project towards a specific subject area within synthetic biology and allow them to know who they will compete against for the track award. Traditionally iGEM teams have chosen to enter their projects into one of the following tracks:


If you browse through the track links to the left of this page, you can find a short description of each track with abstracts and links to winners from the 2011 - 2013 competitions.

We're introducing the idea of "New Tracks" to the competition this year. We have the ability for teams to compete in subject areas that traditionally were not recognized in iGEM or didn't have the opportunity to participate.

The idea behind separating out Tracks and New Tracks is to highlight that the there are differences in the scope of work and also in the evaluation. New Tracks have different requirements and different types of projects from the other iGEM tracks. For example, microfluidics teams must sign up by the end of March as we need to plan for a workshop and for the team hardware requirements.

Teams participating in the standard iGEM Tracks are not required to choose a track until later in the summer.

New Tracks

We are introducing seven new tracks to the iGEM 2014 competition. On top of our regular tracks such as Foundational Advance and Health and Medicine, we also have the new tracks listed in the menu to the side. Participation is open and we don't intend to limit the number of tracks, with the exception of Microfluidics (due to hardware requirements).


We recognize that software and entrepreneurship have featured in the iGEM competition in the past. They are considered new tracks in 2014 to highlight that these teams will be evaluated differently to other teams. We are working on the evaluation requirements for teams and will post them as they become available later in the iGEM calendar.

Awards

Awards in iGEM in 2014 are taking on a new dimension. For example: while you will be able to compete in the Policy and Practices track for the P&P track award, there will also be a Policy and Practices prize available across all tracks.

New Track teams have the same eligibility for awards as all other iGEM teams, pending confirmation from the judging committee. For example, this makes them eligible for (but not limited to) the Best Poster, Best Presentation, Best Wiki, Best New Part (Natural) awards as well as the Undergraduate and Overgraduate BioBrick Trophies.

There are four New Track prizes that all iGEM teams are eligible to win. These are:

  • Art and Design
  • Measurement
  • Policy and Practices (Formerly Human Practices)
  • Software

This allows us to reward teams who do excellent work in areas beyond their core track. If you make an excellent piece of software, for example, you will now be able to select your team for the software prize, even if you're not in the software track. Another way to explain this is the awards cover the depth of work in the tracks, while the prizes cover the breadth of all tracks in the competition. This new mechanism allows us to reward more great work by iGEM teams. The Graphic below shows award and prize eligibility in more detail:

Requirements

Teams who choose to enter these tracks will need to meet iGEM Requirements unless otherwise stated. Requirements specific to each new track are stated on the new track pagse, as well as on the iGEM 2014 Requirements page.

Questions

If you have any questions about these new awards please visit our corresponding wiki pages or contact HQ [at] iGEM [dot] ORG.

Be sure to check back soon for more details.