Team:Bordeaux/Parts

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** -->
+
<html lang="en">
 +
  <head>
 +
    <meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
    <meta name="description" content="">
 +
    <meta name="author" content="">
 +
    <link rel="shortcut icon" href="http://cdjemiel.free.fr/bootstrap-3.0.0//assets/ico/favicon.png">
 +
   
 +
<!-- Reset and Hack CSS -->
 +
    <link rel="stylesheet" href="http://cdjemiel.free.fr/igem2012/css/hackIgem.css" type="text/css" media="all">
 +
    <link rel="stylesheet" href="http://cdjemiel.free.fr/igem2012/css/reset.css" type="text/css" media="all">
 +
    <title>Home - iGEM Bordeaux 2013</title>
-
<html>
+
    <!-- Bootstrap core CSS -->
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
    <link href="http://cdjemiel.free.fr/bootstrap-3.0.0/dist/css/bootstrap.css" rel="stylesheet">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
    <!-- Bootstrap theme -->
-
This is a template page. READ THESE INSTRUCTIONS.
+
    <link href="http://cdjemiel.free.fr/bootstrap-3.0.0/dist/css/bootstrap-theme.min.css" rel="stylesheet">
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong>  have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
    <!-- Custom styles for this template -->
 +
    <link href="http://cdjemiel.free.fr/bootstrap-3.0.0/theme.css" rel="stylesheet">
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
-
!align="center"|[[Team:Bordeaux|Home]]
+
    <!--[if lt IE 9]>
-
!align="center"|[[Team:Bordeaux/Team|Team]]
+
      <script src="http://cdjemiel.free.fr/bootstrap-3.0.0/assets/js/html5shiv.js"></script>
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Bordeaux Official Team Profile]
+
      <script src="http://cdjemiel.free.fr/bootstrap-3.0.0/assets/js/respond.min.js"></script>
-
!align="center"|[[Team:Bordeaux/Project|Project]]
+
    <![endif]-->
-
!align="center"|[[Team:Bordeaux/Parts|Parts Submitted to the Registry]]
+
  </head>
-
!align="center"|[[Team:Bordeaux/Modeling|Modeling]]
+
-
!align="center"|[[Team:Bordeaux/Notebook|Notebook]]
+
-
!align="center"|[[Team:Bordeaux/Safety|Safety]]
+
-
!align="center"|[[Team:Bordeaux/Attributions|Attributions]]
+
-
|}
+
 +
  <body>
 +
    <!-- Fixed navbar -->
 +
    <div class="navbar navbar-inverse navbar-fixed-top">
 +
        <div class="container">
 +
          <div class="navbar-header">
 +
            <a class="navbar-brand" href="https://2013.igem.org/Team:Bordeaux">iGEM Bordeaux</a>
 +
          </div>
 +
          <div class="navbar-collapse collapse">
 +
            <ul class="nav navbar-nav">
 +
              <li ><a href="https://2013.igem.org/Team:Bordeaux">Home</a></li>
 +
              <li class="dropdown active">
 +
                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Team <b class="caret"></b></a>
 +
                <ul class="dropdown-menu">
 +
                  <li><a href="https://2013.igem.org/Team:Bordeaux/Team">Team's members</a></li>
 +
                  <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Bordeaux">Official Team Profile</a></li>
 +
                </ul>
 +
              </li>
 +
              <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Bordeaux">Official Team Profile</a></li>
 +
              <li><a href="https://2013.igem.org/Team:Bordeaux/Project">Project</a></li>
 +
              <li><a href="https://2013.igem.org/Team:Bordeaux/Parts">Parts Submitted</a></li>
 +
              <li><a href="https://2013.igem.org/Team:Bordeaux/Safety">Safety</a></li>
 +
              <li><a href="https://2013.igem.org/Team:Bordeaux/Attributions">Attributions </a></li>
 +
              <li class="dropdown">
 +
                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Home Practice <b class="caret"></b></a>
 +
                <ul class="dropdown-menu">
 +
                  <li><a href="https://2013.igem.org/Team:Bordeaux/VirtuLab">The VirtuLab</a></li>
 +
                  <li><a href="https://2013.igem.org/Team:Bordeaux/BioGame">The BioGame</a></li>
 +
                  <li><a href="https://2013.igem.org/Team:Bordeaux/igemHouse">The iGEM House</a></li>
 +
                </ul>
 +
              </li>
 +
            </ul>
 +
          </div><!--/.nav-collapse -->
 +
        </div>
 +
      </div>
-
An important aspect of the iGEM competition is the use and creation of standard  biological parts. Each team will make new parts during iGEM and will place them in the [http://partsregistry.org Registry of Standard Biological Parts]. The iGEM software provides an easy way to present the parts your team has created . The "groupparts" tag will generate a table with all of the parts that your team adds to your team sandbox.  Note that if you want to document a part you need to document it on the [http://partsregistry.org Registry], not on your team wiki.
+
    <div class="container theme-showcase">
 +
    </div>
-
Remember that the goal of proper part documentation is to describe and define a part such that it can be used without a need to refer to the primary literature. The next iGEM team should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for  users who wish to know more.
+
<!-- Bootstrap core JavaScript
-
 
+
    ================================================== -->
-
 
+
    <!-- Placed at the end of the document so the pages load faster -->
-
<groupparts>iGEM013 Bordeaux</groupparts>
+
    <script src="http://cdjemiel.free.fr/bootstrap-3.0.0/assets/js/jquery.js"></script>
 +
    <script src="http://cdjemiel.free.fr/bootstrap-3.0.0/dist/js/bootstrap.min.js"></script>
 +
    <script src="http://cdjemiel.free.fr/bootstrap-3.0.0/assets/js/holder.js"></script>
 +
  </body>
 +
</html>

Revision as of 20:37, 4 October 2013

Home - iGEM Bordeaux 2013