Team:CongoDRC-Bel Campus/Attributions

From 2011.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 xmlns="http://www.w3.org/1999/xhtml">
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<style type="text/css">
 +
<!--
 +
body {
 +
background-color: #B7CDEF;
 +
font-family: Verdana, Arial, Helvetica, sans-serif;
 +
font-size: 11px;
 +
line-height: 1.5em;
 +
font:normal;
 +
 +
}
-
<html>
+
#accordion  {
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
  margin: 20px 0 0;
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
  max-width: 80%;
-
This is a template page. READ THESE INSTRUCTIONS.
+
  margin-left:25px;
-
</div>
+
}
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
  #accordion H2 {
-
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>.
+
    background: #6B7B95;
-
</div>
+
    color: white;
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
    cursor: pointer;
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, a lab notebook, and a safety page. PLEASE keep all of your pages within your teams namespace.
+
    font: 12px Helvetica, Arial, sans-serif;
-
</div>
+
    line-height: 16px;
-
</div>
+
    margin: 0 0 4px 0;
-
</html>
+
    padding: 3px 5px 1px;
 +
  }
 +
  #accordion .content {
 +
    background-color: #F4F5F5;
 +
  }
 +
  #accordion .content p {
 +
    margin: 0.5em 0;
 +
    padding: 0 6px 8px 6px;
 +
  }
 +
 
 +
pre {
 +
font-family:monospace, courrier;
 +
color:#000;
 +
background-color:#fafafa;
 +
border-left:6px solid #bcb;
 +
border-right:1px solid #aaa;
 +
border-top:1px solid #aaa;
 +
border-bottom:1px solid #aaa;
 +
padding:0.5em 0 0.5em 1em;
 +
margin:1.5em 3em 1.7em 0.5em;
 +
}
-
<!-- *** End of the alert box *** -->
+
pre span.selecteur {
 +
color:blue;
 +
background-color:#fafafa;
 +
font-family:monospace, courrier;
 +
}
 +
.selecteur {
 +
color:blue;
 +
background-color:#fff;
 +
font-family:monospace, courrier;
 +
}
 +
pre span.propriete {
 +
color:purple;
 +
background-color:#fafafa;
 +
font-family:monospace, courrier;
 +
}
 +
.propriete {
 +
color:purple;
 +
background-color:#fff;
 +
font-family:monospace, courrier;
 +
}
 +
pre span.valeur {
 +
color:#ff8000;
 +
background-color:#fafafa;
 +
font-family:monospace, courrier;
 +
}
 +
.valeur {
 +
color:#ff8000;
 +
background-color:#fff;
 +
font-family:monospace, courrier;
 +
}
-
{|align="justify"
+
.italic {
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
font-style:italic;
-
|[[Image:CongoDRC-Bel_Campus_logo.png|200px|right|frame]]
+
}
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:CongoDRC-Bel_Campus_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:CongoDRC-Bel_Campus | Team Example]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
pre span.classe {
 +
color:red;
 +
background-color:#fafafa;
 +
font-family:monospace, courrier;
 +
}
 +
#tabs {
 +
float:left;
 +
width:970px;
 +
background:#F4F7FB;
 +
font-size:12px;
 +
line-height:normal;
 +
border-bottom:0px solid #F4F7FB;
 +
font-weight: bold;
 +
}
 +
#tabs ul {
 +
margin:0;
 +
padding:10px 10px 0 50px;
 +
list-style:none;
 +
}
 +
#tabs li {
 +
display:inline;
 +
margin:0;
 +
padding:0;
 +
}
 +
#tabs a {
 +
float:left;
 +
background:url("https://static.igem.org/mediawiki/igem.org/8/8f/Tableft.gif") no-repeat left top;
 +
margin:0;
 +
padding:0 0 0 4px;
 +
text-decoration:none;
 +
}
 +
#tabs a span {
 +
float:left;
 +
display:block;
 +
background:url("https://static.igem.org/mediawiki/igem.org/8/85/Tabright.gif") no-repeat right top;
 +
padding:9px 15px 4px 10px;
 +
color:#627EB7;
 +
}
 +
/* Commented Backslash Hack hides rule from IE5-Mac \*/
 +
#tabs a span {float:none;}
 +
/* End IE5-Mac hack */
 +
#tabs a:hover span {
 +
color:#627EB7;
 +
}
 +
#tabs a:hover {
 +
background-position:0% -42px;
 +
}
 +
#tabs a:hover span {
 +
background-position:100% -42px;
 +
 +
.small {
 +
font-size:11px;
 +
float:right;
 +
font-style:normal;
 +
color:#999999;
 +
}
 +
.spanil {
 +
color:#FFFFFF;
 +
padding:5px 10px;
 +
background-color:#128be9;
 +
border:1px solid #ffffff;
 +
}
 +
.menu_nav {
 +
margin:0 auto;
 +
padding:0;
 +
float:center;
 +
height:17px;
 +
}
 +
.menu_nav ul {
 +
list-style:none;
 +
height:17px;
 +
float:left;
 +
}
 +
.menu_nav ul li {
 +
margin:0;
 +
padding:0 1px 0 0;
 +
float:left;
 +
}
 +
.menu_nav ul li a {
 +
display:block;
 +
margin:0;
 +
padding:6px 6px;
 +
color:#888;
 +
text-decoration:none;
 +
font-size:13px;
 +
}
 +
.menu_nav ul li.active a, .menu_nav ul li a:hover {
 +
color:#fff;
 +
background-color:#128be9;
 +
}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
h2 {
-
!align="center"|[[Team:CongoDRC-Bel_Campus|Home]]
+
font:normal 24px/1.5em Arial, Helvetica, sans-serif;
-
!align="center"|[[Team:CongoDRC-Bel_Campus/Team|Team]]
+
padding:8px 0;
-
!align="center"|[https://igem.org/Team.cgi?year=2010&team_name=CongoDRC-Bel_Campus Official Team Profile]
+
margin:8px 0;
-
!align="center"|[[Team:CongoDRC-Bel_Campus/Project|Project]]
+
color:#595959;
-
!align="center"|[[Team:CongoDRC-Bel_Campus/Parts|Parts Submitted to the Registry]]
+
padding-top:0px;
-
!align="center"|[[Team:CongoDRC-Bel_Campus/Modeling|Modeling]]
+
padding-bottom:0px;
-
!align="center"|[[Team:CongoDRC-Bel_Campus/Notebook|Notebook]]
+
}
-
!align="center"|[[Team:CongoDRC-Bel_Campus/Safety|Safety]]
+
.Style6 
-
!align="center"|[[Team:CongoDRC-Bel_Campus/Attributions|Attributions]]
+
{font-family: Geneva, Arial, Helvetica, sans-serif}
-
|}
+
-->
 +
</style>
 +
<script>
 +
window.addEvent('domready', function(){
 +
  new Fx.Accordion($('accordion'), '#accordion h2', '#accordion .content');
 +
});
 +
</script>
 +
<title>Bel Campus</title>
 +
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
 +
</head>
 +
<body>
 +
<img src="https://static.igem.org/mediawiki/2011/d/d1/Header_main.gif" width="971" height="50" /><br />
 +
  <embed src="https://static.igem.org/mediawiki/igem.org/4/4d/Header.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="970" height="300"></embed>
 +
<div id="tabs">
 +
  <ul>
 +
    <li><a href="https://2011.igem.org/Team:CongoDRC-Bel_Campus"><span>Home</span></a></li>
 +
    <li><a href="https://2011.igem.org/Team:CongoDRC-Bel_Campus/Team"><span>Team</span></a></li>
 +
    <li><a href="https://2011.igem.org/Team:CongoDRC-Bel_Campus/Project"><span>Project</span></a></li>
 +
    <li><a href="https://2011.igem.org/Team:CongoDRC-Bel_Campus/Modeling"><span>Modeling</span></a></li>
 +
    <li><a href="https://2011.igem.org/Team:CongoDRC-Bel_Campus/Notebook"><span>Notebook</span></a></li>
 +
    <li><a href="https://2011.igem.org/Team:CongoDRC-Bel_Campus/Safety"><span>Safety</span></a></li>
 +
    <li><a href="https://2011.igem.org/Team:CongoDRC-Bel_Campus/Attributions"><span>Attributions</span></a></li>
 +
    <li><a href="https://2011.igem.org/Team:CongoDRC-Bel_Campus/Gallery"><span>Gallery</span></a></li>
 +
  </ul>
 +
  <img src="https://static.igem.org/mediawiki/igem.org/a/ac/Linez.png" align="left" />
 +
</div>
-
==Attributions & Contributions==
+
<table width="970" border="0" cellspacing="0" bordercolor="#128BE9" bgcolor="#F4F7FB"> <div ></div>
-
 
+
  <tr>
-
Each team must clearly attribute work done by the team on this page. They must distinguish work done by the team from work done by others, including the host labs, advisors, instructors, graduate students, and postgraduate masters students.
+
    <td width="942" rowspan="2" bgcolor="#F4F7FB"><div style="font:normal; font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:24px;">&nbsp;&nbsp;Our Project overview</div></td>
 +
    <td width="8" bgcolor="#F4F7FB">&nbsp;</td>
 +
    <td width="14" rowspan="2" bgcolor="#F4F7FB"><h2>&nbsp;&nbsp;</h2></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="8" bgcolor="#F4F7FB">&nbsp;</td>
 +
  </tr>
 +
  <tr>
 +
    <td height="65" colspan="2" background="https://static.igem.org/mediawiki/igem.org/b/b6/Projectst.png" bgcolor="#F4F7FB" style="background-repeat:no-repeat;"><div class="menu_nav">
 +
  <ul>
 +
    <li><a href="#pd"><span>Attributions </span></a></li>
 +
    <li></li>
 +
    <li></li>
 +
    </ul>
 +
</div>      <br /></td>
 +
    <td rowspan="2" bgcolor="#F4F7FB"><br /></td>
 +
  </tr>
 +
 
 +
 
 +
  <tr>
 +
    <td rowspan="8" bgcolor="#F4F5F5"><div style="font:normal; text-align:center; font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:24px;">Page - Under Construction</div></td>
 +
    <td width="8" rowspan="4" bgcolor="#F4F7FB">&nbsp;</td>
 +
  </tr>
 +
 
 +
  <tr>
 +
    <td bgcolor="#F4F7FB"><br />
 +
    <br /></td></tr>
 +
  <tr>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
  </tr>
 +
  <tr>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
  </tr>
 +
  <tr>
 +
    <td width="8" bgcolor="#F4F7FB">&nbsp;</td>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
  </tr>
 +
  <tr>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
  </tr>
 +
  <tr>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
  </tr>
 +
  <tr>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
  </tr>
 +
  <tr>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
    <td bgcolor="#F4F7FB">&nbsp;</td>
 +
  </tr>
 +
</table>
 +
</body>
 +
</html>

Latest revision as of 14:36, 2 August 2011

Bel Campus

  Our Project overview
 

  

 


Page - Under Construction