Team:CoBRA

From 2014hs.igem.org

(Difference between revisions)
(Project)
 
(58 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 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://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>
+
-
</div>
+
-
</div>
+
-
</html>
+
-
 
+
-
<!-- *********************** End of the alert box *********************** -->
+
-
 
+
-
 
+
-
 
+
-
{|align="justify"
+
-
|You can write a background of your team here.  Give us a background of your team, the members, etcOr tell us more about something of your choosing.
+
-
|[[Image:CoBRA_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
''Tell us more about your projectGive 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!
+
-
 
+
-
 
+
-
CoBRA iGEM Project Proposal
+
-
Our research is to determine whether chitinase genes in transgenic E.coli will be produced and to what degree to reduce the BSF disease in pine trees.
+
-
 
+
-
The CoBRA iGem team will attempt to engineer a new DNA biobrick containing a specific promoter gene, a gene of interest (one of three different Class I chitinases; PgeChia1-1, PgeChia1-2, and PcChia1-1,)3 and a terminator gene. This construct will then be placed in E.coli bacteria so that this bacteria, when subjected to pine tree resins, will secrete the chitinase which will kill the Gc. 
+
   
   
-
3N. Kolosova, J. Bohlmann, and C. Breuil. "Cloning and characterization of chitinases from interior
+
/*hides the search bar and photos*/
-
    spruce and lodgepole pine." Elsevier (2014): 1-8. Print.
+
#content h1.firstHeading, #contentSub{
 +
display: none;
 +
}
 +
#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***/
-
Background Information
+
</style>
-
For our project, the CoBRA IGem team has decided to attempt to manage the devastation that the mountain pine beetle (Dendroctonus ponderosae) has caused to the pine trees in forests along the Rocky Mountains in Alberta and British Columbia. This beetle burrows into the bark of the lodgepole pine of these Mountains and with the help of a fungus called the Blue Stain Fungus (Grosmannia clavigera), lays its eggs in the tree. The winter then kills the beetle off, but the eggs, which are protected from the cold by the tree, survive the winter and mature to be able to start the cycle all over again.  The Gc spreads its mycelium into the phloem, and then feeds on this essential structure, thus choking off the supply of glucose to the tree.  Research also shows the the BSF survives the pine trees defensive resin production, by using the monoterpene chemicals as its food source.
+
<link rel="icon" href="https://static.igem.org/mediawiki/2014hs/2/2f/CoBRA-Icon.png">
-
These processes put the tree under tremendous stress and often kills it. The Mountain Pine Beetle has always been a factor in this ecosystem, but historically, winters have been harsh and cold enough to keep the beetle population in check. With global warming beginning to produce noticeable increases in winter temperatures, more and more beetles have been able to survive, and the population has reached a level where it is capable of ravaging huge chunks of forest, not only destroying the ecosystem, but rendering the lumber unusable.
+
</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-->
 +
-
Looking at this problem from several angles, our team decided that the best way to combat this epidemic would be by killing off the Blue Stain Fungus or Gc. One reason is that the BSF is helpful, but not essential to the MPB survival. Secondly, by focussing on the BSF, we are attempting to minimize our disruption of MPB predator populations, such as woodpeckers and other birds. Thirdly, our objective is to focus specifically on the pathogenic BSF and not destroy the symbiotic relationships of a forest fungal ecosystem.
+
</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-->
-
Chitin is a structural component of the cell wall of many pathogenic fungi including BSF.  Chitinases are enzymes that hydrolyze the polymer chitin breaking it down. Extensive research has been conducted to determine whether plant chitinases have a role in defense against fungal diseases.  Expression of cloned chitinase genes in transgenic plants has provided further evidence for their role in plant defense. The level of protection observed in these plants is variable and may be influenced by the specific activity of the enzyme, its localization and concentration within the cell, the characteristics of the fungal pathogen, and the nature of the host-pathogen interaction. The expression of chitinase in combination with one or several different antifungal proteins should have a greater effect on reducing disease development, given the complexities of fungal-plant cell interactions and resistance responses in plants.
+
</body>
-
 
+
</html>
-
===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