Team:CSIA-SouthKorea

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{:Team:Korea_U_Seoul/template/banner}}
+
<html> <!-- STYLES -->
-
{{:Team:Korea_U_Seoul/template/menubar}}
+
  <head>
 +
 
 +
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
 +
   
 +
    <script type="text/javascript">
 +
    $(function() {
 +
    $('.fadein img:gt(0)').hide();
-
<html>
+
    setInterval(function () {
-
{|align="justify"
+
    $('.fadein :first-child').fadeOut()
-
|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.
+
                            .next('img')
-
|[[Image:CSIA-SouthKorea_logo.png|200px|right|frame]]
+
                            .fadeIn()
-
|-
+
                            .end()
-
|
+
                            .appendTo('.fadein');
-
''Tell us more about your project. Give us background. Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
    }, 4000); // 4 seconds
-
|[[Image:CSIA-SouthKorea_team.png|right|frame|Your team picture]]
+
    });
-
|-
+
    </script>
-
|
+
-
|align="center"|[[Team:CSIA-SouthKorea | Team CSIA-SouthKorea]]
+
-
|}
+
-
<!--- Team Information Link --->
+
    <style>
 +
        body {
 +
                font-family: 'Open Sans';
 +
                font-weight: 300;
 +
                letter-spacing: 0.5px;
 +
        }
-
{| 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=CSIA-SouthKorea Official Team Profile]
+
        .fadein {
-
|}
+
            position:relative;
 +
            height:420px;
 +
            width:420px;
 +
        }      
-
===Abstract===
+
        .fadein img {
-
We are Bipeople, a biological honor society in Cheongshim International Academy, South Korea. Dahee Chung is the leader of the team and the other members are Leeseok Kim, SeungA Cho, Yunji Seo, Jushin Oh, and Philjae Chang. In Geol Choi is the main instructor of our team and the advisor is Kyoungwoo Jang. Every Friday, our team joins up in order to study synthetic biology. Especially interested in desertification, our team is now finding ways to prevent this problem with synthetic biology.
+
            position:absolute;
-
Desertification is a significant environmental global issue indeed. Desertification is the most common type of land degradation in which a relatively dry land becomes sterile, losing fertility. Approximately 12 million hectare of land, where 20 million tons of grain could be grown, is becoming deserted in a 23 hectare per minute. Desertification is mostly due to the overgrazing, farming of average land, destruction of plants in dry regions, or incorrect irrigation in arid region.
+
            left:0;
-
The effect of desertification is not negligible, affecting the crucial part of humanity.
+
            top:0;
-
Arrangement of desertification is accelerating annually and it used to cause various problems. For instance, it causes a destruction of plants in dry regions and block irrigation in arid regions. It also arouses a low cultivation of vegetable, deforestation,overgrazing, and changes in population density. Therefore, fair amounts of groups are attempting to stop these problems, aiming to not aggravate them.United Nations is one of the representative groups that are concerned with the desertification, suggesting solutions such as planting, resting the marginal land by reducing or removing livestock, and creating artificial climates to control the irrigation in arid regions.
+
        }
-
Using several types of bacteria, we propose prevention of desertification in complicated ways. We are planning to use basilius pasteurii and type of free nitrogen bacteria to settle the environment that plants could live. First, basilius pasteurii is a bacterium with the ability to precipitate calcite and solidify sand given a calcium source and urea, through the process of microbiologically induced calcite precipitation or biological cementation. Also, free nitrogen fixation bacteria are able to utilize a variety of inorganic and organic sources of combined nitrogen, like nitrate, nitrite, ammonium, urea,or some amino acids. They could make the environment which new plants in desert could continue their lives in the new-made environment.
+
        #p-logo {
 +
                display: none;
 +
        }
-
===Project===
+
        form#searchform {
-
What are you working on this semester?
+
                display: none;
 +
        }
 +
        h1.firstHeading {
 +
                display: none;
 +
        }
-
===Notebook===
+
        #top-of-page {
-
Show us how you spent your days.
+
                position: absolute;
 +
                margin-top: -125px;
 +
                margin-left: -5px;
 +
                height: 90px;
 +
                width: 400px;
 +
                background-image: url('http://www.cheongshim.com/en/wp-content/themes/cheongshim/images/txt_cs_academy-m.png');
 +
        }
 +
        #toc {
 +
                display: none;
 +
        }
-
===Results/Conclusions===
+
        #catlinks {
-
What did you achieve over the course of your semester?
+
                display: none;
 +
        }
 +
/*----- HEADER -----*/
 +
#header {
 +
                padding-top: 20px;
 +
  height: 150px;
 +
}
 +
 +
#headerTitle {
 +
  text-align: right;
 +
  font-weight: 400;
 +
  font-size: 44px;
 +
                color: black;
 +
}
-
===Safety===
+
#logo {
-
What safety precautions did your team take? Did you take a safety training course? Were you supervised at all times in the lab?
+
  left: 20%;
 +
  align: left;
 +
  width: 120px;
 +
  height: 120px;
 +
}
 +
 +
#headerSubTitle {
 +
  font-size: 14px;
 +
  letter-spacing: 2px;
 +
  color: #666;
 +
}
 +
 +
a#igem, a#igem:visited {
 +
  color: inherit;
 +
  text-decoration: none;
 +
}
 +
 +
a#igem:hover, a#igem:active {
 +
  color: #F93;
 +
  text-decoration: underline;
 +
}
 +
/*----- HEADER BUTTONS -----*/
-
===Attributions===
+
.nav_button {
-
Who worked on what?
+
  bottom: 20%;
 +
  display: table;
 +
}
 +
 +
.nav_buttonText {
 +
  color: #222;
 +
  text-align: center;
 +
  vertical-align: middle;
 +
  display: table-cell;
 +
                font-weight: 100;
 +
}
 +
        a.nav_buttonLink, a.nav_buttonLink:visited {
 +
  text-decoration: none;
 +
                color: black;
 +
}
 +
a.nav_buttonLink:hover, a.nav_buttonLink:active {
 +
  color: #F93;
 +
  text-decoration: underline;
 +
}   
 +
 +
        a.mobile-link, a.mobile-link:hover, a.mobile-link:active {
 +
                text-decoration:none;
 +
        }
-
===Human Practices===
+
  /*----- END OF BUTTONS -----*/
-
What impact does/will your project have on the public?  
+
 +
        ul.drop-down {
 +
                list-style: none;
 +
                margin-top: 0px;
 +
                position: absolute;
 +
                padding: 0;
 +
        }
-
===Fun!===
+
        ul.drop-down li {
-
What was your favorite team snack?? Have a picture of your team mascot?
+
                display: none;
 +
                position: relative;
 +
                text-align: left;
 +
                margin: 5px;               
 +
        }
 +
        div.drop-down {
 +
                background-color: #EAEAEA;
 +
        }
 +
        div.drop-down-top {
 +
                background-color: transparent;
 +
                margin-bottom: -7px;
 +
        }
-
<forum_subtle />
+
        ul.drop-down:hover div.drop-down-top {
 +
                background-color: #EAEAEA;
 +
        }
 +
        ul.drop-down li.top-of-list {  /*----- makes sure top item is always shown -----*/
 +
                display: block;
 +
        }
 +
             
 +
        ul.drop-down:hover li {  /*----- shows drop down -----*/
 +
                display: block;             
 +
        }
 +
 +
        ul.drop-down:hover li.top-of-list {
 +
                color: #F93;
 +
  text-decoration: underline;             
 +
        }
 +
 +
/*----- END OF HEADER -----*/
 +
 +
/*----- MAIN CONTENT -----*/
 +
 +
.title-link, .title-link:active, .title-link:visited {
 +
  text-decoration: none;
 +
  color: inherit;
 +
}
 +
 +
.title-link:hover {
 +
                text-decoration: underline;
 +
                color: #F93;
 +
        }
 +
 +
</style>
 +
  </head>
 +
</html>
 +
 +
<html>
 +
  <div id="top-of-page">
 +
 +
  </div>
 +
 +
  <div id="header">
 +
  <div id="push-left">
 +
  <!--<img src="assets/logo.png" id="logo">-->
 +
  <div id="headerTitle">
 +
</html>
 +
<center>SPS_London</center>
 +
<html>
 +
  </div>
 +
</html>
 +
 +
<html>
 +
<div id="headerSubTitle">
 +
</html>
 +
<center>TMNP Collective</center>
 +
<html>
 +
  </div>
 +
  <div id="headerSubTitle">
 +
</html>
 +
<center>An <html><a id="igem" href="https://2013hs.igem.org/Main_Page"></html>iGEM<html></a></html> Team</center>
 +
 +
<html>
 +
  </div>
 +
  </div>
 +
</html>
 +
 +
<center>
 +
{| style="text-align: center; width: 500px;"
 +
|
 +
 +
<html>
 +
  <ul class="drop-down">
 +
  <div class="drop-down-top">
 +
  <li class="top-of-list">
 +
    <a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London">
 +
    <div class="nav_button">
 +
    <p class="nav_buttonText">
 +
</html>
 +
HOME
 +
<html>
 +
  </p></div></a></li></div></ul>
 +
</html>
 +
|
 +
<html>
 +
  <ul class="drop-down">
 +
  <div class="drop-down-top">
 +
  <li class="top-of-list"> 
 +
    <a class="mobile-link" href="">
 +
    <div class="nav_button">
 +
    <p class="nav_buttonText">
 +
</html>
 +
PROJECT
 +
<html>
 +
  </p></div></a></li></div>
 +
</html>
 +
<html><div class="drop-down"><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Abstract"></html>
 +
----
 +
ABSTRACT
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Parts"></html>
 +
PARTS
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Procedures"></html>
 +
PROCEDURES
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Protocols"></html>
 +
PROTOCOLS
 +
----
 +
<html></a></li></html>
 +
<html></div></ul></html>
 +
|
 +
<html>
 +
  <ul class="drop-down">
 +
  <div class="drop-down-top">
 +
  <li class="top-of-list">
 +
    <a class="mobile-link" href="">
 +
    <div class="nav_button">
 +
    <p class="nav_buttonText">
 +
</html>
 +
THE TEAM
 +
<html>
 +
  </p></div></a></li></div>
 +
</html>
 +
<html><div class="drop-down"><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Participants"></html>
 +
----
 +
PARTICIPANTS
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Supervisors"></html>
 +
SUPERVISORS
 +
----
 +
<html></a></li></html>
 +
<html></div></html>
 +
|
 +
<html>
 +
  <ul class="drop-down">
 +
  <div class="drop-down-top">
 +
  <li class="top-of-list">
 +
    <a style="text-decoration: none" href="">
 +
    <div class="nav_button">
 +
    <p class="nav_buttonText">
 +
</html>
 +
OTHER
 +
<html>
 +
  </p></div></a></li></div>
 +
</html>
 +
<html><div class="drop-down"><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Notebook"></html>
 +
----
 +
NOTEBOOK
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Human_Practices"></html>
 +
HUMAN PRACTICES
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Safety"></html>
 +
SAFETY
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Attributions"></html>
 +
ATTRIBUTIONS
 +
----
 +
<html></a></li></html>
 +
<html></div></html>
 +
|-
 +
|}
 +
</center>
 +
 +
<html>
 +
  </div>
 +
</html>
 +
 +
===Home===
 +
 +
<html><div style="text-align:justify; margin-right: 50px;"></html>
 +
:We are Bipeople, a biological honor society in Cheongshim International Academy, South Korea. Dahee Chung is the leader of the team and the other members are Leeseok Kim, SeungA Cho, Yunji Seo, Jushin Oh, and Philjae Chang. In Geol Choi is the main instructor of our team and the advisor is Kyoungwoo Jang. Every Friday, our team joins up in order to study synthetic biology. Especially interested in desertification, our team is now finding ways to prevent this problem with synthetic biology.
 +
Desertification is a significant environmental global issue indeed. Desertification is the most common type of land degradation in which a relatively dry land becomes sterile, losing fertility. Approximately 12 million hectare of land, where 20 million tons of grain could be grown, is becoming deserted in a 23 hectare per minute. Desertification is mostly due to the overgrazing, farming of average land, destruction of plants in dry regions, or incorrect irrigation in arid region.
 +
The effect of desertification is not negligible, affecting the crucial part of humanity.
 +
Arrangement of desertification is accelerating annually and it used to cause various problems. For instance, it causes a destruction of plants in dry regions and block irrigation in arid regions. It also arouses a low cultivation of vegetable, deforestation,overgrazing, and changes in population density. Therefore, fair amounts of groups are attempting to stop these problems, aiming to not aggravate them.United Nations is one of the representative groups that are concerned with the desertification, suggesting solutions such as planting, resting the marginal land by reducing or removing livestock, and creating artificial climates to control the irrigation in arid regions.
 +
Using several types of bacteria, we propose prevention of desertification in complicated ways. We are planning to use basilius pasteurii and type of free nitrogen bacteria to settle the environment that plants could live. First, basilius pasteurii is a bacterium with the ability to precipitate calcite and solidify sand given a calcium source and urea, through the process of microbiologically induced calcite precipitation or biological cementation. Also, free nitrogen fixation bacteria are able to utilize a variety of inorganic and organic sources of combined nitrogen, like nitrate, nitrite, ammonium, urea,or some amino acids. They could make the environment which new plants in desert could continue their lives in the new-made environment.
 +
 +
 +
 +
<html></div></html>
 +
 +
<center>
 +
<html>
 +
<div class="fadein">
 +
    <img height="400" width="400" src="https://static.igem.org/mediawiki/2013hs/f/f3/Colet.png">
 +
    <img height="400" width="400" src="https://static.igem.org/mediawiki/2013hs/0/0a/Newbuilding.png">
 +
    <img height="400" width="400" src="https://static.igem.org/mediawiki/2013hs/7/77/Newbuilding2.png">
 +
    <img height="400" width="400" src="https://static.igem.org/mediawiki/2013hs/b/ba/River.png">
 +
    <img height="400" width="400" src="https://static.igem.org/mediawiki/2013hs/f/f4/River2.png">
 +
</div>
</html>
</html>
 +
</center>

Revision as of 08:22, 14 March 2014

Home

We are Bipeople, a biological honor society in Cheongshim International Academy, South Korea. Dahee Chung is the leader of the team and the other members are Leeseok Kim, SeungA Cho, Yunji Seo, Jushin Oh, and Philjae Chang. In Geol Choi is the main instructor of our team and the advisor is Kyoungwoo Jang. Every Friday, our team joins up in order to study synthetic biology. Especially interested in desertification, our team is now finding ways to prevent this problem with synthetic biology.

Desertification is a significant environmental global issue indeed. Desertification is the most common type of land degradation in which a relatively dry land becomes sterile, losing fertility. Approximately 12 million hectare of land, where 20 million tons of grain could be grown, is becoming deserted in a 23 hectare per minute. Desertification is mostly due to the overgrazing, farming of average land, destruction of plants in dry regions, or incorrect irrigation in arid region. The effect of desertification is not negligible, affecting the crucial part of humanity. Arrangement of desertification is accelerating annually and it used to cause various problems. For instance, it causes a destruction of plants in dry regions and block irrigation in arid regions. It also arouses a low cultivation of vegetable, deforestation,overgrazing, and changes in population density. Therefore, fair amounts of groups are attempting to stop these problems, aiming to not aggravate them.United Nations is one of the representative groups that are concerned with the desertification, suggesting solutions such as planting, resting the marginal land by reducing or removing livestock, and creating artificial climates to control the irrigation in arid regions. Using several types of bacteria, we propose prevention of desertification in complicated ways. We are planning to use basilius pasteurii and type of free nitrogen bacteria to settle the environment that plants could live. First, basilius pasteurii is a bacterium with the ability to precipitate calcite and solidify sand given a calcium source and urea, through the process of microbiologically induced calcite precipitation or biological cementation. Also, free nitrogen fixation bacteria are able to utilize a variety of inorganic and organic sources of combined nitrogen, like nitrate, nitrite, ammonium, urea,or some amino acids. They could make the environment which new plants in desert could continue their lives in the new-made environment.