Difference between revisions of "Team:ICT-Mumbai/Description"

(Prototype team page)
 
Line 1: Line 1:
{{ICT-Mumbai}}
+
{{Template:ICT-Mumbai/basic}}
 
<html>
 
<html>
 +
<style>
 +
#logo {
 +
    height: 150px;
 +
   
 +
    padding-bottom: 30px;
 +
    float: left;
  
 +
}
  
 +
#logo-image{
 +
    display: block;
 +
    min-height: 400px;
 +
    background: url('https://static.igem.org/mediawiki/2018/3/3f/T--ICT-Mumbai--smart_soil_transparent.jpg') no-repeat center;
 +
    background-size: auto 150px;
 +
}
  
<div class="column full_size">
 
<h1>Description</h1>
 
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
#hero-image {
 +
    height: 580px;
 +
    padding-top: 1px;
 +
    background: #e8eced url('https://static.igem.org/mediawiki/2018/b/b5/T--ICT-Mumbai--IHP_gh2.jpg') no-repeat center;
 +
    background-size: 1400px 580px;
 +
    background-color: (0,0,0,0.5);
 +
}
  
</div>
+
#hero-image h2 {
 +
    color: #fff;
 +
    margin: 260px 0px -250px 0px;
 +
}
  
 +
#hero-image img {
 +
    height: 200px;
 +
    margin: -160px -160px -350px 0px;
 +
}
  
  
<div class="column two_thirds_size">
+
.button-1 {
<h3>What should this page contain?</h3>
+
    display: block;
<ul>
+
    text-align: center;
<li> A clear and concise description of your project.</li>
+
    background: #444;
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
    border-radius: 3px;
<li>References and sources to document your research.</li>
+
    color: #fff;
<li>Use illustrations and other visual resources to explain your project.</li>
+
    width: 180px;
</ul>
+
    height: 50px;
</div>
+
    font-size: 20px;
 +
    line-height: 50px;
 +
    margin: 0px auto;
 +
 
 +
}
  
<div class="column third_size" >
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p>See how other teams have described and presented their projects: </p>
 
  
<ul>
+
.button-1:visited {
<li><a href="https://2016.igem.org/Team:Imperial_College/Description">2016 Imperial College</a></li>
+
    background-color: #444;
<li><a href="https://2016.igem.org/Team:Wageningen_UR/Description">2016 Wageningen UR</a></li>
+
    color: #fff;
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> 2014 UC Davis</a></li>
+
}
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">2014 SYSU Software</a></li>
+
.button-1:hover {
</ul>
+
    background-color: #7aa11b;
</div>
+
    color: #fff;
</div>
+
}
  
  
 +
#features ul {
 +
    margin: 80px 0;
 +
}
 +
#features ul li {
 +
    width: 180px;
 +
    padding-top: 140px;
 +
    float: left;
 +
    margin-right: 55px;
 +
    text-align: center;
 +
}
 +
#features ul li.feature-1 {
 +
    background: url('https://static.igem.org/mediawiki/2018/c/c0/T--ICT-Mumbai--eco_friendly_icon_new.jpg') no-repeat top center;
 +
    background-size: contain;
 +
}
 +
#features ul li.feature-2 {
 +
    background: url('https://static.igem.org/mediawiki/2018/7/79/T--ICT-Mumbai--smart_selective_icon.jpg') no-repeat top center;
 +
    background-size: contain;
  
 +
}
 +
#features ul li.feature-3 {
 +
    background: url('https://static.igem.org/mediawiki/2018/b/b4/T--ICT-Mumbai--safe_community_icon.jpg') no-repeat top center;
 +
    background-size: contain;
  
<div class="column two_thirds_size" >
+
}
<h3>Advice on writing your Project Description</h3>
+
#features ul li.feature-4 {
 +
    background: url('https://static.igem.org/mediawiki/2018/7/7e/T--ICT-Mumbai--applications_icon.jpg') no-repeat top center;
 +
    background-size: contain;
  
<p>
+
}
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be concise, accurate, and unambiguous in your achievements.
+
</p>
+
  
</div>
+
#primary-content {
 +
    background-color: #f8fafa;
 +
    padding: 60px 0;
 +
    text-align: center;
 +
}
 +
#primary-content h3 {
 +
    display: block;
 +
    margin: 0 auto 20px auto;
 +
    width: 400px;
 +
    border-bottom: 1px solid #7aa11b;
 +
    padding: 0 0 0px 0;
 +
}
  
<div class="column third_size">
+
#primary-content p{
<h3>References</h3>
+
    font: normal 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
+
    line-height: 2em;
 +
}
  
 +
#primary-content a img {
 +
    margin: 20px 0;
 +
}
 +
 +
 +
#secondary-content {
 +
    padding: 60px 0;
 +
    text-align: center;
 +
}
 +
#secondary-content article {
 +
    width: 460px;
 +
    height: 270px;
 +
    float: left;
 +
    background-color: #f5f5f5;
 +
}
 +
#secondary-content article:first-child {
 +
    margin-right: 20px;
 +
}
 +
#secondary-content article .overlay {
 +
    background: rgba(255, 255, 255, .95);
 +
    height: 230px;
 +
    width: 190px;
 +
    padding: 20px;
 +
}
 +
article h4 {
 +
    border-bottom: 1px solid #02b8dd;
 +
    padding-bottom: 20px;
 +
}
 +
.more-link {
 +
    border: 1px solid #02b8dd;
 +
    color: #02b8dd;
 +
    padding: 6px 20px;
 +
    border-radius: 3px;
 +
}
 +
.more-link:hover {
 +
    background-color: #02b8dd;
 +
    color: #fff;
 +
}
 +
 +
#cta {
 +
    padding: 60px 0;
 +
    text-align: center;
 +
}
 +
#cta h3 {
 +
    display: block;
 +
    margin: 0 auto 20px auto;
 +
    width: 400px;
 +
    border-bottom: 1px solid #02b8dd;
 +
    padding: 0 0 20px 0;
 +
}
 +
.button-2 {
 +
    display: block;
 +
    margin: 0 auto;
 +
    border: 2px solid #02b8dd;
 +
    color: #02b8dd;
 +
    border-radius: 3px;
 +
    width: 180px;
 +
    height: 50px;
 +
    font-size: 20px;
 +
    line-height: 50px;
 +
}
 +
.button-2:hover {
 +
    background-color: #02b8dd;
 +
    color: #fff;
 +
}
 +
</style>
 +
 +
<body>
 +
 +
    <div id="hero-image">
 +
        <div class="wrapper">
 +
        <img src="https://static.igem.org/mediawiki/2018/3/3f/T--ICT-Mumbai--smart_soil_transparent.jpg"></img>   
 +
        <h2>Engineering soil bacteria to detect plants!<h2>
 +
        <a href="#about" class="button-1">Learn More</a>
 +
   
 +
<a id="about"></a>
 
</div>
 
</div>
  
  
 +
    </div>
  
 +
 +
  <div id="primary-content">
 +
 +
    <div class="wrapper">
 +
        <article>
 +
            <h3>Our Project</h3>
 +
            <p>Greatest ideas are always found in one’s own backyard. Somewhat similar happened to this year’s iGEM team ICT Mumbai. India being a majorly agriculture dependent country, we decided to make lives of our farmers better as a result of our project. The fate of almost all agriculture as a business in India depends upon quality of the seeds, fertilizers, pesticides, herbicides, their cost, and the cost of the final product. Usual environmental catastrophes such as overprecipitation or draught or attack of acclimatized pest, microbial disease or even over production of the product makes the final price of the product highly temperamental. We wanted to use synthetic biology to improve yield of the product and help farmer make some more profit out of it. We cannot engineer mother Nature to reduce redundant rainfall or increase rainfall in dry areas using synthetic biology! </p>
 +
            <a href="#"><img src="https://static.igem.org/mediawiki/2018/8/8b/T--ICT-Mumbai--SAR_abstract.png" alt="video placeholder" /></a>
  
 +
<p>Hence, we decided to go down to the roots (both literally and figuratively!) of agriculture. In this project, we focus on differentiation between crops and weeds and the assimilation of inorganic phosphorous in the soil. It has been established in a lot of scientific publications that every plant (crop in our case) maintains its own identity near its roots, the area what scientists call, the rizosphere, by secreting some unique chemicals. We propose an engineered soil microbe, <I>Bacillus subtilis</I>, with a circuit built inside it, which will switch on when the microbe identifies those unique chemicals (henceforth referred to as exudates). This way, <I>B. subtilis</I>, will achieve first goal of our project.
 +
<br>
 +
<br>
 +
Further, we wish to utilize this method of identification and differentiation of plants to facilitate selective growth of crops in field. This time, we turn our attention to the fertilizers and pesticides. As mentioned earlier, there is a lot of uncertainty in the prices of vegetable products in India. This makes agriculture a mercurial business. How can one use synthetic biology to help farmer grow same number of crops in lower investment? Yes, our project has a potential solution to it.
 +
<br>
 +
<br>
 +
Farmers in India use NPK fertilizers, which are composites of Nitrogen, Phosphorous and Potassium bearing synthetic compounds. We here mainly focus on Phosphorous. There is a lot of inorganic phosphorous available in the soil. But crops cannot directly assimilate it. Phosphorous that is provided to plants via NPK fertilizers is in specific soluble form. We wish to engineer the <I>B. Subtilis</I> to produce phytases and secrete those enzymes outside the cell. Phytases can convert inorganic phosphorous into such a form which crops can uptake.
 +
<br>
 +
<br>
 +
Now where does identification and differentiation stand in this part of the project? We propose to incorporate a genetic circuit that contains an inducible promoter, which is induced by the exudates of that specific crop. By using a transcription regulator, we propose to build an amplification circuit inside the cell, which will keep on producing phytases once the promoter is induced. The exudate which corresponds to weed cannot induce the promoter in the circuit, hence phytases will not be produced in the rizosphere of weeds. There will not be conversation of inorganic phosphorous into assimilable phosphorous which will subdue the growth of weeds.
 +
<br>
 +
<br>
 +
In a nutshell, our project identifies broad spectrum problems faced by farmers in India and tries to offer a small but potentially effective solution to those. </p>
 +
        </article>
 +
    </div>
 +
</div>
  
 +
    <div id="features">
 +
    <div class="wrapper">
 +
        <ul style=none>
 +
            <li class="feature-1">
 +
                <br>
 +
                <br>
 +
                <h4>Eco-Friendly</h4>
 +
                <p>Our project eliminates the need for Chemical activators and excessive fertilizers</p>
 +
            </li>
 +
            <li class="feature-2">
 +
                <br>
 +
                <h4>Smart and Selective</h4>
 +
                <p>Our Smart bacteria ensure that only certain plants benefit and not weeds.</p>
 +
            </li>
 +
            <li class="feature-3">
 +
                <br>
 +
                <h4>Safe for the community</h4>
 +
                <p>Our project involves the use of &nbsp;Bacillus Subtilis, a bacteria which is found in the soil naturally and thus is safety is not an issue :)</p>
 +
            </li>
 +
 +
    <li class="feature-4">
 +
                <br>
 +
                <h4>Plethora of Applications</h4>
 +
                <p>Applications could be selective growth of plants, &nbsp;provision of different nutrients in different zones of the farm and much more..</p>
 +
            </li>
 +
 +
            <div class="clear"></div>
 +
        </ul>
 +
    </div>
 +
</div>
 +
   
 +
 
  
 +
</body>
 
</html>
 
</html>

Revision as of 11:37, 19 September 2018

Simply




Engineering soil bacteria to detect plants!

Learn More

Our Project

Greatest ideas are always found in one’s own backyard. Somewhat similar happened to this year’s iGEM team ICT Mumbai. India being a majorly agriculture dependent country, we decided to make lives of our farmers better as a result of our project. The fate of almost all agriculture as a business in India depends upon quality of the seeds, fertilizers, pesticides, herbicides, their cost, and the cost of the final product. Usual environmental catastrophes such as overprecipitation or draught or attack of acclimatized pest, microbial disease or even over production of the product makes the final price of the product highly temperamental. We wanted to use synthetic biology to improve yield of the product and help farmer make some more profit out of it. We cannot engineer mother Nature to reduce redundant rainfall or increase rainfall in dry areas using synthetic biology!

video placeholder

Hence, we decided to go down to the roots (both literally and figuratively!) of agriculture. In this project, we focus on differentiation between crops and weeds and the assimilation of inorganic phosphorous in the soil. It has been established in a lot of scientific publications that every plant (crop in our case) maintains its own identity near its roots, the area what scientists call, the rizosphere, by secreting some unique chemicals. We propose an engineered soil microbe, Bacillus subtilis, with a circuit built inside it, which will switch on when the microbe identifies those unique chemicals (henceforth referred to as exudates). This way, B. subtilis, will achieve first goal of our project.

Further, we wish to utilize this method of identification and differentiation of plants to facilitate selective growth of crops in field. This time, we turn our attention to the fertilizers and pesticides. As mentioned earlier, there is a lot of uncertainty in the prices of vegetable products in India. This makes agriculture a mercurial business. How can one use synthetic biology to help farmer grow same number of crops in lower investment? Yes, our project has a potential solution to it.

Farmers in India use NPK fertilizers, which are composites of Nitrogen, Phosphorous and Potassium bearing synthetic compounds. We here mainly focus on Phosphorous. There is a lot of inorganic phosphorous available in the soil. But crops cannot directly assimilate it. Phosphorous that is provided to plants via NPK fertilizers is in specific soluble form. We wish to engineer the B. Subtilis to produce phytases and secrete those enzymes outside the cell. Phytases can convert inorganic phosphorous into such a form which crops can uptake.

Now where does identification and differentiation stand in this part of the project? We propose to incorporate a genetic circuit that contains an inducible promoter, which is induced by the exudates of that specific crop. By using a transcription regulator, we propose to build an amplification circuit inside the cell, which will keep on producing phytases once the promoter is induced. The exudate which corresponds to weed cannot induce the promoter in the circuit, hence phytases will not be produced in the rizosphere of weeds. There will not be conversation of inorganic phosphorous into assimilable phosphorous which will subdue the growth of weeds.

In a nutshell, our project identifies broad spectrum problems faced by farmers in India and tries to offer a small but potentially effective solution to those.



  • Eco-Friendly

    Our project eliminates the need for Chemical activators and excessive fertilizers


  • Smart and Selective

    Our Smart bacteria ensure that only certain plants benefit and not weeds.


  • Safe for the community

    Our project involves the use of  Bacillus Subtilis, a bacteria which is found in the soil naturally and thus is safety is not an issue :)


  • Plethora of Applications

    Applications could be selective growth of plants,  provision of different nutrients in different zones of the farm and much more..