Team:CoBRA

From 2014hs.igem.org

(Difference between revisions)
(Prototype team page)
 
(59 intermediate revisions not shown)
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>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #fe2b33; /*background-color: #fe2b33;*/">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; /*color: #f6f6f6*/; padding: 5px;">
+
<title>CoBRA wiki</title>
-
This is a template page. READ THESE INSTRUCTIONS.
+
<meta charset="utf-8">
-
</div>
+
<style>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; /*color: #f6f6f6*/; padding: 5px;">
+
*{margin:0px;padding:0px;}
-
You are provided with this team page template with which to start the iGEM seasonYou 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://2009.igem.org/Help:Template/Examples">HERE</a>.
+
body{overflow-x:hidden;}
-
</div>
+
ul{list-style-type:none;font-size:15pt;font-family:verdana;}
-
<div id="warning" style="/*text-align: center;*/ font-weight: bold; font-size: small; /*color: #f6f6f6*/; padding: 5px;">
+
a{text-decoration: none;}
-
You <strong>MUST</strong> have the following information on your wiki:
+
/***
-
<ul style="font-weight:normal;">
+
Minimal header: removes the search bar and header image and readjusts
-
<li>a team description</li>
+
font colours in the menus.
-
<li>project description</li>
+
-
<li>safety information (did your team take a safety training course? were you supervised in the lab?)</li>
+
Header compiled by Patrick Wu, iGEM Calgary 2011-2013.  
-
<li>team attribution (who did what part of your project?)</li>
+
   
-
</ul>
+
Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams
-
You may also wish to add other page such as:
+
for snippets of their code!
-
<ul style="font-weight:normal;">
+
Check out their wikis at:
-
<li>lab notebook</li>
+
https://2011.igem.org/Team:Brown-Stanford
-
<li>sponsor information</li>
+
https://2012.igem.org/Team:Lethbridge
-
<li>other information</li>
+
***/  
-
</ul>
+
-
REMEMBER, keep all of your pages within your teams namespace. <br><span style="font-weight:normal; font-style:italic;">Example: 2013hs.igem.org/Team:CoBRA/Our_Pets</span>
+
/*hides the search bar and photos*/  
-
</div>
+
#content h1.firstHeading, #contentSub{
-
</div>
+
display: none;
-
</html>
+
}
 +
#p-logo {
 +
display: none;  
 +
}
 +
#searchform {
 +
display: none;
 +
}
 +
 +
.left-menu {
 +
background-color: #555;  
 +
 +
}
 +
.left-menu a {
 +
color: #000;
 +
}
 +
 +
div#top-section{ /*the div containing the entire top bar*/  
 +
background: #DEDEDE;  
 +
border: none;
 +
height: 1.5em;
 +
margin-bottom: 0px !important;
 +
position: fixed;
 +
width: 100%;
 +
display:none;
 +
}
 +
 +
 +
#content{
 +
border: 0;
 +
margin: 0;
 +
padding: 0;  
 +
position: static;
 +
width: 100%;
 +
z-index: 1;
 +
}
 +
 +
 +
#search-controls {
 +
overflow:hidden;
 +
display:none;
 +
background: none;
 +
position: absolute;
 +
top: 170px;
 +
right: 40px;
 +
}
 +
 +
 +
div#header {
 +
width: 975px;
 +
text-align: left;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-bottom: 0px !important;
 +
}
 +
 +
#menubar {
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
font-family: Roboto, Sans-Serif;  
 +
display:none;
 +
}
 +
 +
.left-menu, .right-menu{
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
 +
 +
.left-menu li a, .right-menu li a {
 +
color: #000 !important;
 +
font-size: 0.8rem;
 +
padding: 0 0.6em 0 0;
 +
}
 +
 +
 +
.left-menu ul li, .right-menu ul li a{
 +
background: none;
 +
color: #000 !important;
 +
font-size: 0.8rem;
 +
}
 +
 +
.left-menu li a:hover, .right-menu li a:hover, .right-menu li  
 +
a:visited, .right-menu li a:active { iGEM Guidebook – draft 01/14
 +
 +
123
 +
color: #000 !important;
 +
font-size: 0.8rem;  
 +
}
 +
 +
div.right-menu{
 +
z-index: 0;
 +
}
 +
 +
#catlinks{
 +
display:none;
 +
}
 +
 +
#footer-box{
 +
background: #DEDEDE;
 +
width: 100%;
 +
margin: 0;
 +
padding: 0;
 +
border: none;
 +
display: none;
 +
}
 +
 +
#f-list li a{
 +
color: #555555;
 +
font-family: Roboto, Sans-Serif;  
 +
font-size: 0.8rem;  
 +
text-decoration: none;
 +
}
 +
 +
#f-list li a:hover{
 +
text-decoration: none;
 +
}
 +
 +
/*important for background colours*/  
 +
.mediawiki{
 +
background: #ffffff;
 +
}
 +
/***End minimal header***/
-
<!-- *********************** End of the alert box *********************** -->
+
</style>
 +
<link rel="icon" href="https://static.igem.org/mediawiki/2014hs/2/2f/CoBRA-Icon.png">
 +
</head>
 +
<body>
 +
 +
<div style="height:50px;width:100%;background-color:#000000;position:fixed;top:0px;left:0px;z-index:1;">
 +
<a href="https://2014hs.igem.org/Team:CoBRA">
 +
<div style="border-right-style:solid;border-color:#ffffff;border-width:1px;position:absolute;top:0px;left:0px;height:50px;width:155px;">
 +
<img src="https://static.igem.org/mediawiki/2014hs/f/f8/CoBRA-IGenLogo2.png" width="120px" style="position:relative;left:30px;top:3px;">
 +
</div>
 +
</a><!--link to main page-->
 +
<a href="https://2014hs.igem.org/Team:CoBRA/Team">
 +
  <div style="border-right-style:solid;border-color:#ffffff;border-width:1px;background-color:000000;position:absolute;top:0px;left:155px;height:50px;width:155px;"><img src="https://static.igem.org/mediawiki/2014hs/5/58/Cobra_teamtxt.png" style="width:100px;position:absolute;top:10px;left:30px;">
 +
</a>
 +
<a href="https://2014hs.igem.org/Team:CoBRA/Project">
 +
  <div style="border-right-style:solid;border-color:#ffffff;border-width:1px;background-color:000000;position:absolute;top:0px;left:155px;height:50px;width:155px;"><img src="https://static.igem.org/mediawiki/2014hs/a/ad/Cobra_projecttxt.png" style="width:100px;position:absolute;top:10px;left:30px;">
 +
</a>
 +
<a href="https://2014hs.igem.org/Team:CoBRA/LabNotebook">
 +
  <div style="border-right-style:solid;border-color:#ffffff;border-width:1px;background-color:000000;position:absolute;top:0px;left:155px;height:50px;width:230px;"><img src="https://static.igem.org/mediawiki/2014hs/8/82/Cobra_LabNotebooktxt.png" style="width:200px;position:absolute;top:10px;left:15px;">
 +
</a>
 +
<a href="https://2014hs.igem.org/Team:CoBRA/Safety">
 +
  <div style="border-right-style:solid;border-color:#ffffff;border-width:1px;background-color:000000;position:absolute;top:0px;left:230px;height:50px;width:155px;"><img src="https://static.igem.org/mediawiki/2014hs/d/d7/Cobra_safetytxt.png" style="width:100px;position:absolute;top:10px;left:30px;">
 +
</a>
 +
<a href="https://2014hs.igem.org/Team:CoBRA/HumanPractices">
 +
  <div style="border-right-style:solid;border-color:#ffffff;border-width:1px;background-color:000000;position:absolute;top:3px;left:155px;height:50px;width:230px;"><img src="https://static.igem.org/mediawiki/2014hs/7/74/Text2985.png" style="width:200px;position:absolute;top:10px;left:15px;">
 +
</a>
 +
<a href="https://2014hs.igem.org/Team:CoBRA/Sponsors">
 +
  <div style="border-right-style:solid;border-color:#ffffff;border-width:1px;background-color:000000;position:absolute;top:0px;left:230px;height:50px;width:155px;"><img src="https://static.igem.org/mediawiki/2014hs/c/c4/Cobra_sponsorstxt.png" style="width:130px;position:absolute;top:10px;left:15px;">
 +
</a>
 +
</div></div></div></div></div></div><div><!--header-->
 +
 +
 +
<div class="bgimage" style="position:absolute;top:70px;left:32.25%;z-index:-1;">
 +
 +
<img src="https://static.igem.org/mediawiki/2014hs/f/fb/Pinebeetle_1.png" width="440"><!--beetle image-->
 +
 +
</div>
 +
 +
 +
 +
<br><br>
 +
<div style="background-color:#000000;width:100%;height:50px;position:fixed;bottom:0px;">
 +
<a href="https://igem.org/Main_Page" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/1/17/IGEM_basic_Logo_white_stylized.png" width="54" style="position:relative;left:10px;top:5px;"></a>
 +
<a href="http://cochrane.rockyview.ab.ca/" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/0/0e/Cobra.png" width="37" style="position:relative;left:30px;top:5px;"></a>
 +
<a href="http://www.rockyview.ab.ca/" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/4/47/RV-logo.jpg" width="60" style="position:relative;left:50px;top:5px;"></a>
 +
</div><!--footer-->
-
{|align="justify"
+
</body>
-
|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.
+
</html>
-
|[[Image:CoBRA_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:CoBRA_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:CoBRA | Team CoBRA]]
+
-
|}
+
-
 
+
-
<!--- Team Information Link --->
+
-
 
+
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
-
!align="center"|[https://igem.org/Team.cgi?year=2013&division=high_school&team_name=CoBRA Official Team Profile]
+
-
|}
+
-
 
+
-
===Team===
+
-
Tell us about your team, your school!
+
-
 
+
-
 
+
-
===Project===
+
-
What are you working on this semester?
+
-
 
+
-
 
+
-
===Notebook===
+
-
Show us how you spent your days.
+
-
 
+
-
 
+
-
===Results/Conclusions===
+
-
What did you achieve over the course of your semester?
+
-
 
+
-
 
+
-
===Safety===
+
-
What safety precautions did your team take? Did you take a safety training course? Were you supervised at all times in the lab?
+
-
 
+
-
 
+
-
===Attributions===
+
-
Who worked on what?
+
-
 
+
-
 
+
-
===Human Practices===
+
-
What impact does/will your project have on the public? 
+
-
 
+
-
 
+
-
===Fun!===
+
-
What was your favorite team snack?? Have a picture of your team mascot?
+
-
 
+
-
 
+
-
 
+
-
<forum_subtle />
+

Latest revision as of 03:38, 21 June 2014

CoBRA wiki