Difference between revisions of "Team:NTNU Trondheim/Description"

(Prototype team page)
 
Line 1: Line 1:
{{NTNU_Trondheim}}
 
<html>
 
 
 
 
<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>
 
 
 
<h5>What should this page contain?</h5>
 
<ul>
 
<li> A clear and concise description of your project.</li>
 
<li>A detailed explanation of why your team chose to work on this particular project.</li>
 
<li>References and sources to document your research.</li>
 
<li>Use illustrations and other visual resources to explain your project.</li>
 
</ul>
 
 
  
 +
<html lang="en">
 +
<!--
 +
    Colours used:
 +
        white: #F5F5F5 (whitesmoke)
 +
        black: #101417
 +
        grey: #808080
 +
-->
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <!-- Preloaded elements which is added dynamically to the page, and as such might be needed before normally loaded -->
 +
    <link rel="preload" as="image" href="../PNG/arrow_down_black.png">
 +
    <link rel="preload" as="image" href="../PNG/arrow_up_black.png">
 +
    <link rel="preload" as="image" href="../PNG/arrow_up_grey.png">
 +
    <!--link rel="preload" as="image" href="../JPG/stockimage1.jpg"-->
 +
    <!--link rel="preload" as="image" href="../JPG/stockimage2.jpg"-->
 +
    <!--link rel="preload" as="image" href="../JPG/stockimage3.jpg"-->
 +
    <!--stylesheets etc -->
 +
    <link rel='stylesheet' type='text/css' href='../Global/default_settings.css'>
 +
    <link rel='stylesheet' type='text/css' href='page_picture.css'>
 +
    <link rel='stylesheet' type='text/css' href='content.css'>
 +
    <link rel='stylesheet' type='text/css' href='../Global/menu.css'>
 +
    <link rel='stylesheet' type='text/css' href='../Global/footer.css'>
 +
    <script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
 +
    <script type='text/javascript' src='picture_field_resize.js'></script>
 +
    <!--script type='text/javascript' src='slideshow.js'></script-->
 +
    <script type='text/javascript' src='../Global/show_more_text.js'></script>
 +
    <link rel="shortcut icon" href="../PNG/small_inverted_icon.png">
 +
    <title>Main Page</title>
 +
</head>
 +
<body>
 +
<div class="IGEM_default_menu"
 +
    style="position:fixed; width: 100%; height: 20px; background-color: #383838; color: white; z-index: 999">
 +
    Placeholder for IGEM menu bar
 
</div>
 
</div>
  
<div class="column full_size" >
+
<div id="page_content_container">
 +
    <div id="menu">
 +
        <div id='cssmenu'>
 +
            <!-- Is ordered left to right! -->
 +
            <ul>
 +
                <li>
 +
<a href='index.html'>
 +
<div>
 +
<span>
 +
Home
 +
</span>
 +
</div>
 +
</a>
 +
                </li>
 +
                <li class="has-sub active">
 +
                    <div>
 +
                        <span>
 +
                            Project
 +
                        </span>
 +
                    </div>
 +
                    <ul>
 +
                        <li>
 +
                            <a href='Description.html'>
 +
                                <span>
 +
                                    Project Description
 +
                                </span>
 +
                            </a>
 +
                        </li>
 +
                    </ul>
 +
                </li>
 +
                <li class='has-sub'>
 +
                    <div>
 +
                        <span>
 +
                            Lab
 +
                        </span>
 +
                    </div>
 +
                    <ul>
 +
                        <li>
 +
                            <a href='#'>
 +
                                <span>
 +
                                    Our Lab
 +
                                </span>
 +
                            </a>
 +
                        </li>
 +
                        <li>
 +
                            <a href='#'>
 +
                                <span>
 +
                                    Safety
 +
                                </span>
 +
                            </a>
 +
                        </li>
 +
                        <li>
 +
                            <a href='#'>
 +
                                <span>
 +
                                    Lab Journal
 +
                                </span>
 +
                            </a>
 +
                        </li>
 +
                    </ul>
 +
                </li>
 +
                <li class='has-sub'>
 +
                    <div>
 +
                        <span>
 +
                            Team
 +
                        </span>
 +
                    </div>
 +
                    <ul>
 +
                        <li>
 +
                            <a href='#'>
 +
                                <span>
 +
                                    About us
 +
                                </span>
 +
                            </a>
 +
                        </li>
 +
                        <li>
 +
                            <a href='#'>
 +
                                <span>
 +
                                    Contributors
 +
                                </span>
 +
                            </a>
 +
                        </li>
 +
                    </ul>
 +
                </li>
 +
                <li>
 +
                    <a href='#'>
 +
                        <span>
 +
                            Achievements
 +
                        </span>
 +
                    </a>
 +
                </li>
 +
            </ul>
 +
        </div>
 +
    </div>
 +
    <div id="picture_field">
 +
        <div id="triangle_topright">
 +
            <img src="../SVG/top_right_triangle.svg">
 +
        </div>
 +
        <div id="icon">
 +
            <img src="../SVG/logo_wo_background.svg">
 +
        </div>
 +
        <div id="triangle_topleft">
 +
            <img src="../SVG/top_left_triangle.svg">
 +
        </div>
 +
        <div id="slideshow_container">
 +
            <!-- example of slideshow of 1, ie. only a picture. If you wish to make slideshow again, remember to comment
 +
            back the slideshow.js script in the head section-->
 +
            <!-- dimensions 2:1 must be honored for ALL pictures added to slideshow -->
 +
            <img src="../JPG/IMG_8974.jpg">
 +
        </div>
 +
    </div>
  
<h5>Advice on writing your Project Description</h5>
+
    <div class="content">
 +
        <div class="break_header">
 +
            <img src="../SVG/splitter_header.svg">
 +
        </div>
  
<p>
+
        <div class="paragraph_img_right">
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 consist, accurate and unambiguous in your achievements.  
+
            <h1>Why phages?</h1>
</p>
+
            <div>
 +
                <img src="../PNG/fag.png">
 +
            </div>
 +
            <p>
 +
              Antibiotic resistance is poised to become one of the greatest dangers of our time.
 +
  Ever since the discovery of penicillin in 1928, antibiotics have been our first line
 +
  of defense against bacterial infections. However, widespread overuse of antibiotics,
 +
  coupled with minimal investment in new treatments have allowed pathogenic bacteria to
 +
  develop resistances to many antibiotics. Fortunately, there is more than one way to  
 +
  kill bacteria. Bacteriophages (phages for short) are bacteria-specific viruses capable
 +
  of killing select bacteria while leaving animal cells unharmed. For this reason, phages
 +
  could potentially synergize with, or even replace antibiotics. This type of treatment is
 +
  called phage therapy.
 +
            </p>
 +
        </div>
 +
  
<p>
+
        <div class="break_2">
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
+
            <img src="../SVG/splitter_2.svg">
</p>
+
        </div>
  
</div>
+
        <div class="paragraph_img_left">
 +
            <h1>Why not yet?</h1> <!-- Don't work properly -->
 +
            <div class="image" style="width: 30%;margin-top: -3em">
 +
                <img src="../PNG/Phage_specifficity.png">
 +
            </div>
 +
            <p>
 +
                Phage therapy does however have several issues to be ironed out before becoming a
 +
mainstream medical treatment. One major stumbling block for phage therapy is the high
 +
host specificity of phages. Many phages can only infect certain strains of a bacterial
 +
species. This creates the need for either large libraries of potential phages, or a
 +
quick method of developing a phage capable of fighting a given bacterial infection.
 +
In order to solve this problem, our project attempts the latter method.
  
 +
            </p>
 +
        </div>
  
<div class="column half_size" >
 
  
<h5>References</h5>
+
        <div class="break_1">
<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>
+
            <img src="../SVG/splitter_1.svg">
 +
        </div>
  
</div>
+
        <div class="image" style="width: 50%;margin-top: 5em">
 +
            <!-- The width of the page the picture will occupy. The height is calculated from it to honor the source dimensions. Should NOT exceed 70%-->
 +
            <!-- margin-top and margin-bottom should be set to reach a suitable amount of whitespace, depending on the image location. 0 by default -->
 +
            <img src="../PNG/Phage_evolution.png">
 +
        </div>
  
 +
        <div class="paragraph_no_img">
 +
            <h1>Our project</h1>
 +
            <p>
 +
                For our project, we aim to develop a method of evolving phages capable of infecting
 +
a target bacteria strain. We plan to first harvest a catalogue of phages and identify
 +
their host bacteria. Phages are plentiful in nature, and by taking different water and
 +
soil samples, we will collect a variety of phages capable of infecting different
 +
bacteria.  By genetically modifying host bacteria, we will accelerate the natural
 +
mutation rate of our respective phages. We plan to set up a controlled environment that
 +
favorizes phages capable of also infecting the target bacteria. We believe this method will
 +
be capable of quickly producing tailored phages, keeping us one step ahead of the resistant
 +
bacteria.
  
<div class="column half_size" >
+
            </p>
<h5>Inspiration</h5>
+
        </div>
<p>See how other teams have described and presented their projects: </p>
+
 +
        <div class="footer">
 +
            <img src="../SVG/splitter_footer.svg">
 +
            <div class="footer_content">
 +
                <div class="sponsors">
 +
                    <a href="https://digitallifenorway.org/gb/" target="_blank">
 +
                        <img src="../PNG/SDL_LOGO_ENG_confirmed_version2.png">
 +
                    </a>
 +
                    <a href="http://aquagen.no/en/" target="_blank">
 +
                        <img src="../PNG/AquaGen_forslag1_transparent.png">
 +
                    </a>
 +
                    <a href="http://www.biokjemisk.no/" target="_blank">
 +
                        <img src="../PNG/NBS_forslag1_transparent.png">
 +
                    </a>
 +
                    <a href="http://www.ntnu.edu/ibt" target="_blank">
 +
                        <img src="../PNG/Instituttlogo_english_white.png">
 +
                    </a>
 +
                    <a href="http://www.vectronbiosolutions.com/" target="_blank">
 +
                        <img src="../PNG/Vectron_forslag1_transparent.png">
 +
                    </a>
 +
                </div>
 +
                <div class="sosial_media">
 +
                    <a href="mailto:igem-team@ntnu.no" >
 +
                        <img src="../PNG/mail.png">
 +
                    </a>
 +
                    <a href="https://www.facebook.com/igemntnu2017/" target="_blank">
 +
                        <img src="../PNG/facebook.png">
 +
                    </a>
 +
                    <a href="https://twitter.com/ntnuigem?lang=en/" target="_blank">
 +
                        <img src="../PNG/twitter.png">
 +
                    </a>
 +
                    <a href="https://www.instagram.com/ntnu_igem/" target="_blank">
 +
                        <img src="../PNG/instagram.png">
 +
                    </a>
 +
                    <p>
 +
                        Email: igem-team@ntnu.no
 +
                    </p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </div>
  
<ul>
 
<li><a href="https://2016.igem.org/Team:Imperial_College/Description">2016 Imperial College</a></li>
 
<li><a href="https://2016.igem.org/Team:Wageningen_UR/Description">2016 Wageningen UR</a></li>
 
<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>
 
</ul>
 
 
</div>
 
</div>
 
+
</body>
 
+
 
+
 
</html>
 
</html>

Revision as of 11:24, 30 June 2017

Main Page

Placeholder for IGEM menu bar

Why phages?

Antibiotic resistance is poised to become one of the greatest dangers of our time. Ever since the discovery of penicillin in 1928, antibiotics have been our first line of defense against bacterial infections. However, widespread overuse of antibiotics, coupled with minimal investment in new treatments have allowed pathogenic bacteria to develop resistances to many antibiotics. Fortunately, there is more than one way to kill bacteria. Bacteriophages (phages for short) are bacteria-specific viruses capable of killing select bacteria while leaving animal cells unharmed. For this reason, phages could potentially synergize with, or even replace antibiotics. This type of treatment is called phage therapy.

Why not yet?

Phage therapy does however have several issues to be ironed out before becoming a mainstream medical treatment. One major stumbling block for phage therapy is the high host specificity of phages. Many phages can only infect certain strains of a bacterial species. This creates the need for either large libraries of potential phages, or a quick method of developing a phage capable of fighting a given bacterial infection. In order to solve this problem, our project attempts the latter method.

Our project

For our project, we aim to develop a method of evolving phages capable of infecting a target bacteria strain. We plan to first harvest a catalogue of phages and identify their host bacteria. Phages are plentiful in nature, and by taking different water and soil samples, we will collect a variety of phages capable of infecting different bacteria. By genetically modifying host bacteria, we will accelerate the natural mutation rate of our respective phages. We plan to set up a controlled environment that favorizes phages capable of also infecting the target bacteria. We believe this method will be capable of quickly producing tailored phages, keeping us one step ahead of the resistant bacteria.