Team:SharonBasicallyAcid

From 2013hs.igem.org

(Difference between revisions)
(Prototype team page)
 
(33 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 *** -->
+
<!--- 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=SharonBasicallyAcid Official Team Profile]
 +
|}
 +
 +
 +
 +
__NOTOC__<html lang="en">
 +
 +
<head>
 +
<style type="text/css">
 +
 +
#globalwrapper
 +
{
 +
    width:975px;
 +
    padding:20px 0px;
 +
    margin: 0 auto;
 +
    background-color:#ffffff;
 +
    height:100%;
 +
}
 +
 +
.firstHeading
 +
{
 +
    height:0px;
 +
    visibility:hidden;
 +
}
 +
 +
body
 +
{
 +
    background-image: [URL=http://imageshack.us/photo/my-images/140/bacteriasxh6.jpg/][IMG]http://imageshack.us/a/img140/2005/bacteriasxh6.jpg[/IMG][/URL]
 +
 +
Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL];
 +
    background-position: center;
 +
}
 +
 +
#p-logo
 +
{
 +
    height:1px; overflow:hidden; display: none;
 +
}
 +
 +
#top-section
 +
{
 +
    background: #ffffff;
 +
    background-image: url('http://oi41.tinypic.com/jttkef.jpg');
 +
    background-position: top;
 +
    height:200px ;
 +
    background-repeat: no-repeat;
 +
    border-width:0px;
 +
    border-top-width:1px;
 +
 +
}
 +
 +
#content
 +
{
 +
    border-left-width:0px;
 +
    border-right-width:0px;
 +
    padding:5px;
 +
    width:965px;
 +
}
 +
 +
#menubar
 +
{
 +
    background-color: white;
 +
}
 +
 +
#menubar ul li a
 +
{
 +
    color: #999999; }
 +
    .right-menu li a {
 +
    color: black;
 +
    background-color: white;
 +
}
 +
 +
</style>
 +
</head>
 +
 +
<body>
<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;">
+
<meta>
-
This is a template page. READ THESE INSTRUCTIONS.
+
<style>
-
</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://2009.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 the following information on your wiki:
+
-
<ul style="font-weight:normal;">
+
-
<li>a team description</li>
+
-
<li>project description</li>
+
-
<li>safety information (did your team take a safety training course? were you supervised in the lab?)</li>
+
-
<li>team attribution (who did what part of your project?)</li>
+
-
</ul>
+
-
You may also wish to add other page such as:
+
-
<ul style="font-weight:normal;">
+
-
<li>lab notebook</li>
+
-
<li>sponsor information</li>
+
-
<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:SharonBasicallyAcid/Our_Pets</span>
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *********************** End of the alert box *********************** -->
+
#navbar
 +
{
 +
  margin: 1600;
 +
  padding: 0;
 +
  height: 1em;
 +
  position: relative;
 +
  left: 80px;
 +
}
 +
#navbar a:hover
 +
{
 +
    background-color:#033EAB; <!navbar hover color>
 +
    text-decoration:underline;
 +
}
 +
#navbar li
 +
{
 +
  list-style: none;
 +
  float: left;
 +
}
 +
#navbar li a
 +
{
 +
  padding-left: 20px;
 +
  padding-bottom: 2px;
 +
  padding-right: 20px;
 +
  padding-top: 2px;
 +
  display: block;
 +
  background-color: #002261;
 +
  color: #fff;
 +
  text-decoration: none;
 +
  border-right:1px solid white;
 +
}
 +
#navbar li ul
 +
{
 +
  display: none;
 +
  width: 12em;
 +
  background-color: #000000;
 +
}
 +
#navbar li:hover ul, #navbar li.hover ul
 +
{
 +
  display: block;
 +
  position: absolute;
 +
  background-color: #ffffff;
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
#navbar li:hover li, #navbar li.hover li
 +
{
 +
  float: none;
 +
}
 +
#navbar li:hover li a, #navbar li.hover li a
 +
{
 +
  background-color: #002261; /*Dropdown color*/
 +
  color: white;
 +
}
 +
#navbar li li a:hover
 +
{
 +
  background-color: #033EAB;
 +
}
 +
</style>
 +
<script>
 +
// Javascript originally by Patrick Griffiths and Dan Webb.
 +
// http://htmldog.com/articles/suckerfish/dropdowns/
 +
sfHover = function()
 +
{
 +
  var sfEls = document.getElementById("navbar").getElementsByTagName("li");
 +
  for (var i=0; i<sfEls.length; i++)
 +
      {
 +
          sfEls[i].onmouseover=function()
 +
          {
 +
              this.className+=" hover";
 +
          }
 +
          sfEls[i].onmouseout=function()
 +
          {
 +
              this.className=this.className.replace(new RegExp(" hover\\b"), "");
 +
          }
 +
      }
 +
}
-
{|align="justify"
+
if (window.attachEvent) window.attachEvent("onload", sfHover);
-
|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.
+
-
|[[Image:SharonBasicallyAcid_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:SharonBasicallyAcid_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:SharonBasicallyAcid | Team SharonBasicallyAcid]]
+
-
|}
+
-
<!--- Team Information Link --->
+
</script>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
</head>
-
!align="center"|[https://igem.org/Team.cgi?year=2013&division=high_school&team_name=SharonBasicallyAcid Official Team Profile]
+
-
|}
+
-
===Team===
+
</a>
-
Tell us about your team, your school!
+
 +
<body>
 +
  <div id="wrap">
-
===Project===
+
      <ul id="navbar">
-
What are you working on this semester?
+
        <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid">HOME</a></li>
 +
        </li>
 +
        <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Team">TEAM</a>
 +
            <ul>
 +
             
 +
           
 +
            </ul>
 +
        </li>
 +
        <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Project">PROJECT</a>
 +
            <ul>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Project#Hydroponics">Hydroponics</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Project#OurSuperbacteria">Our Superbacteria</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Project#Parts">Parts</a></li>
 +
          </ul>       
 +
        </li>
 +
<li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook">NOTEBOOK</a>
 +
            <ul>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#September">September</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#October">October</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#November">November</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#December">December</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#January">January</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#February">February</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#March">March</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#April">April</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#May">May</a></li>
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#June">June</a></li>
 +
            </ul>             
 +
        </li>
 +
        <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Safety">SAFETY</a>  </li>
 +
           
 +
              <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Attributions">ATTRIBUTIONS</a></li>
 +
</ul>
-
===Notebook===
+
  </div>
-
Show us how you spent your days.
+
 +
</body>
-
===Results/Conclusions===
 
-
What did you achieve over the course of your semester?
 
 +
<!--navigation menu-->
 +
<ul class="navbar">
-
===Safety===
 
-
What safety precautions did your team take? Did you take a safety training course? Were you supervised at all times in the lab?
 
 +
</ul>
-
===Attributions===
+
</body>
-
Who worked on what?
+
</html>
-
===Human Practices===
+
<html lang="en">
-
What impact does/will your project have on the public? 
+
<head>
 +
<style type="text/css">
 +
#col_left
 +
{
 +
    float: left;
 +
    width: 576px;
 +
    padding: 30px 0px;
 +
    margin:0;
 +
}
-
===Fun!===
+
#col_right
-
What was your favorite team snack?? Have a picture of your team mascot?
+
{
 +
    float: right;
 +
    width: 242px;
 +
    padding: 30px 28px 30px 15px;
 +
    margin:0;
 +
}
 +
 
 +
#col_center
 +
{
 +
    float: center;
 +
    width: 576;
 +
    padding: 30px 100px;
 +
    margin:0;
 +
}
 +
#col_nav
 +
{
 +
    float: left;
 +
    width: 200px;
 +
    padding: 30px 15px 30px 50px;
 +
    margin:0;
 +
}
 +
 
 +
#block-content
 +
{
 +
    padding-bottom: 15px;
 +
    clear:both;
 +
}
 +
 
 +
</style>
 +
</head>
 +
</html>
 +
<div id="col_center">
 +
    <div id="block-content">
 +
    </div><!--end block-content-->
 +
== It’s a bird! No, it’s a plane! No, It’s SUPERBACTERIA! ==
-
<forum_subtle />
+
Our SuperBacteria will detect dangerously low or high levels of various nutrients, indicate a fluctuation with a red or green protein from a reporter gene, and correct the concentrations by secreting or absorbing the appropriate nutrient. It is the savior of hydroponics that the world has been looking for! Hydroponics is a system in which plants are grown in a nutrient-rich solution. These bacteria are self-sustaining and will cut the costs of expensive machinery that is currently required to monitor nutrient levels. Currently we are working on having our SuperBacteria detect and indicate non-ideal levels of pH.
 +
We hope to help farmers worldwide by creating a bacteria that can help indicate pH imbalance over a large area and eventually create a bacteria that can help indicate imbalance and correct it.

Latest revision as of 17:35, 21 June 2013


Official Team Profile




It’s a bird! No, it’s a plane! No, It’s SUPERBACTERIA!

Our SuperBacteria will detect dangerously low or high levels of various nutrients, indicate a fluctuation with a red or green protein from a reporter gene, and correct the concentrations by secreting or absorbing the appropriate nutrient. It is the savior of hydroponics that the world has been looking for! Hydroponics is a system in which plants are grown in a nutrient-rich solution. These bacteria are self-sustaining and will cut the costs of expensive machinery that is currently required to monitor nutrient levels. Currently we are working on having our SuperBacteria detect and indicate non-ideal levels of pH.

We hope to help farmers worldwide by creating a bacteria that can help indicate pH imbalance over a large area and eventually create a bacteria that can help indicate imbalance and correct it.