Team:Northwestern/Project

From 2014.igem.org

(Difference between revisions)
Line 135: Line 135:
          
          
<div class="col-xs-6 col-md-4">
<div class="col-xs-6 col-md-4">
 +
<div class="bs-example">
 +
    <div class="panel-group" id="accordion">
 +
        <div class="panel panel-default">
 +
            <div class="panel-heading">
 +
                <h4 class="panel-title">
 +
                    <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">1. What is HTML?</a>
 +
                </h4>
 +
            </div>
 +
            <div id="collapseOne" class="panel-collapse collapse in">
 +
                <div class="panel-body">
 +
                    <p>HTML stands for HyperText Markup Language. HTML is the main markup language for describing the structure of Web pages. <a href="http://www.tutorialrepublic.com/html-tutorial/" target="_blank">Learn more.</a></p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="panel panel-default">
 +
            <div class="panel-heading">
 +
                <h4 class="panel-title">
 +
                    <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">2. What is Twitter Bootstrap?</a>
 +
                </h4>
 +
            </div>
 +
            <div id="collapseTwo" class="panel-collapse collapse">
 +
                <div class="panel-body">
 +
                    <p>Twitter Bootstrap is a powerful front-end framework for faster and easier web development. It is a collection of CSS and HTML conventions. <a href="http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/" target="_blank">Learn more.</a></p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="panel panel-default">
 +
            <div class="panel-heading">
 +
                <h4 class="panel-title">
 +
                    <a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">3. What is CSS?</a>
 +
                </h4>
 +
            </div>
 +
            <div id="collapseThree" class="panel-collapse collapse">
 +
                <div class="panel-body">
 +
                    <p>CSS stands for Cascading Style Sheet. CSS allows you to specify various style properties for a given HTML element such as colors, backgrounds, fonts etc. <a href="http://www.tutorialrepublic.com/css-tutorial/" target="_blank">Learn more.</a></p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</div>
<h4>Links</h4>
<h4>Links</h4>

Revision as of 03:07, 1 September 2014

Dropdown menu from bootstrap


Our Project: Modelling Non-Model Organism

NU Models: Breaking Down Walls

Using the cell free system to explore non-model organisms

Scroll Down to Learn more

The cornerstone of synthetic biology is the characterization of genetic parts for predictable action in an engineered biochemical system. Currently this characterization of parts is limited to the “Model Organisms” of synthetic biology: E. coli, yeast, and C. elegans. While this work has been very successful in pioneering research in synthetic biology, characterization in a given model organism such as the primary bacterial model, E. coli, does not necessarily hold true across all bacteria. Therefore, the majority of research overlooks the possible benefits of synthetic work in other bacteria such as Streptomyces, Pseudomonas, and Nitrosomonas.

The main reason for this omission is that initiating work in these organisms is very challenging due to the present difficulty in attempting to transform these non-model strains. Standard protocols have not been developed in all bacteria for incorporation of synthetic DNA through transformation due to the difficulty in developing these protocols. The development of these protocols can be very unrewarding as the investment in time is high, the success rate is often low, and the incentive is small since very few parts are characterized for non-model strains.

NU Models seeks to crack open the field relating to non-model strains. We bypass transformation difficulties by utilizing a cell-free system to characterize a number of promoters and RBSs to incentivize future work in promising non-model strains. Past literature has indicated that characterization in cell-free systems in E. coli has a high correlation to characterization in living cell systems. This indicates that cell-free systems may also be a predictive model for living cells of non-model strains of bacteria.

Our organisms which are non-model in the field of synthetic biology are actually model organisms in their own fields. Streptomyces species have long been a source of novel antibiotics. The impressive secondary metabolism of Streptomyces species is a unique feature to this Genus and provides potential applications impossible in E. coli. Pseudomonas has long been used in agriculture on crops to outcompete other organisms. Nitrosomonas is the model for obligate ammonia autotrophs and is used in bioremediation.

The development of systems characterizing parts for these organisms is important for the development of new biotechnologies. The innate skill-set of these non-model organisms have potential to allow work that E. coli is ill-equipped to handle.

HTML stands for HyperText Markup Language. HTML is the main markup language for describing the structure of Web pages. Learn more.

Twitter Bootstrap is a powerful front-end framework for faster and easier web development. It is a collection of CSS and HTML conventions. Learn more.

CSS stands for Cascading Style Sheet. CSS allows you to specify various style properties for a given HTML element such as colors, backgrounds, fonts etc. Learn more.

Links