Difference between revisions of "Team:Tuebingen/Attributions"

 
(23 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Tuebingen}}
+
<html lang="en">
<html>
+
<head>
 +
<title> iGEM Tübingen 2017</title>
 +
<meta charset="utf-8" content="width=device-width, initial-scale=1.0"> <!--damit die ü, ä usw. richtig angezeigt werden-->
 +
<style>
 +
#ImpressumSponsoren{
 +
            bottom:0px;
 +
            margin-left: 25em;
 +
            margin-bottom: 5em;
 +
            margin-right: 10em;
 +
            text-align: right;
 +
        }  
 +
html, body {
 +
height: 100%;
 +
width: 100%;
 +
margin-left: 0px;
 +
padding: 0;
 +
}
  
 +
#BigImageLab{
 +
padding: 0;
 +
background-size: cover;
 +
display: block;
 +
margin: 0 auto;
 +
margin-left: 0px;
 +
margin-top: -2em;
  
 +
max-height: 66%;
 +
max-width: 100%;
 +
   
 +
width: 100%;
 +
height: 99%;
 +
border: none;
 +
}
 +
 
 +
 
 +
 
 +
         
 +
#home_logo, #sideMenu { display:none; }
 +
  #sideMenu, #top_title, .patrollink  {display:none;}
 +
  #content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 +
  body {background-color:white; }
 +
  #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
a {
 +
margin-left: 1.5em;
 +
font-size: 1.25em;
 +
padding:0.5em;
 +
border: 1em;
 +
margin-top: 0.75em;
 +
}
 +
 
 +
a:link {
 +
        text-decoration: none;
 +
        color:black;
 +
        background-color: transparent;
 +
    }
 +
 
 +
a:visited {
 +
        text-decoration: none;
 +
        color:black;
 +
        background-color: transparent;
 +
    }
 +
 
 +
a:hover{
 +
    background-color: transparent;
 +
    color:grey;
 +
background-color: transparent;
 +
}
 +
 
 +
div.Hauptnavigation{
 +
text-align: right;
 +
word-spacing: 0.5;
 +
   
 +
top: 0.9em;
 +
background-color: rgb(240,240,250);
 +
position: fixed;
 +
width: 100%;
 +
height: 2em;
 +
font-size: 1.4em;
 +
line-height: 1.6em; 
 +
text-align: center;
 +
margin-bottom: 0;
 +
margin-left: 0px;
  
 +
background: linear-gradient(white, transparent 99%);
 +
}
  
  
<div class="column full_size">
 
<h1>Attributions</h1>
 
  
<p> Each team must clearly attribute work done by the student team members on this page. The team must distinguish work done by the students from work done by others, including the host labs, advisors, instructors, and individuals not on the team roster.
 
<br><br>
 
This is a bronze medal requirement. Please see the <a href="https://2017.igem.org/Judging/Medals">Medals requirements page</a> for more details.</p>
 
  
</div>
+
nav.Unternavigation-Team{
 +
  max-width: 20%;
 +
  margin-left:0px;
 +
margin-right: 1.875em;
 +
margin-top: 12em;
 +
padding-left: 2em;
 +
padding-top: 2em;
 +
padding-bottom:10em;
 +
font-size: 0.9em;
 +
line-height:2.3em;
 +
left: 0em;
 +
top: 3.5em;
 +
bottom: -7em;
 +
position: sticky; 
 +
background: linear-gradient(90deg,white, transparent 70%);
 +
}
  
  
<div class="clear"></div>
+
.anchor {
 +
display:block;
 +
padding-top:60px;  <!-- careful-->
 +
margin-top:-60px;
 +
}
  
 +
.active{
 +
    background-color: transparent;
 +
    color: white;
 +
}
  
<div class="column half_size">
 
<h5> Why is this page needed? </h5>
 
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
 
<p>
 
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
 
</div>
 
  
  
<div class="column half_size">
+
.Grid{
<h5> What should this page have?</h5>
+
display: grid;
 +
grid-template-columns: repeat (6, 1fr);
 +
grid-template-rows: auto;
 +
margin-bottom: 5em;
 +
margin-top: -11em;
 +
 
 +
}
 +
 
 +
    #Fliesstext1{
 +
        grid-column: 2/4;
 +
        grid-row: 1;
 +
        text-align: justify;
 +
        font-size: 18px;
 +
        margin-left: 20em;
 +
        margin-right: 10em;
 +
}
 +
    #Fliesstext2{
 +
        grid-column: 2/4;
 +
        grid-row: 2;
 +
        text-align: justify;
 +
        font-size: 18px;
 +
        margin-left: 20em;
 +
        margin-right: 10em;
 +
        margin-top: 1.75em;
 +
}
 +
 +
 
 +
/*table setup*/
 +
table, th, td {
 +
  table-layout: fixed;
 +
  width: 100%;
 +
  margin: auto -5px;
 +
 +
  border: 1px solid black;
 +
  border-collapse: collapse;
 +
  padding: 0px;
 +
  text-align: center;
 +
}
  
<ul>
+
h1{font-weight:light;
<li>General Support</li>
+
font-size: 1.2em;
<li>Project support and advice</li>
+
padding-bottom: 1em;
<li>Fundraising help and advice</li>
+
margin-bottom:2em;
<li>Lab support</li>
+
}
<li>Difficult technique support</li>
+
h2{font-weight:normal;
<li>Project advisor support</li>
+
font-size:1em;
<li>Wiki support</li>
+
padding-bottom: 1em;
<li>Presentation coaching</li>
+
margin-top:-2em;
<li>Human Practices support</li>
+
}
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
+
p{font-weight:lighter;
</ul>
+
font-size: 1.5em;
</div>
+
line-height:2em;
  
 +
}
 +
li{font-weight:lighter;
 +
font-size: 0.7em;
 +
}
 +
th{font-weight:200;
 +
font-size:0.8em;
 +
}
 +
td{font-weight:lighter;
 +
font-size:0.8em;
 +
}
  
<div class="clear"></div>
+
caption{text-align:left;
 +
font-size: 0.7em;
 +
margin-bottom: 0.4em;
 +
}
  
<div class="column half_size">
+
figcaption{
 +
font-weight:lighter;
 +
font-size:0.7em;
 +
margin-top:-0.5em;
 +
}
  
<div class="highlight">
+
#Bild{
<h5> Can we base our project on a previous one? </h5>
+
grid-column-start: 0;
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
+
grid-column-end: 0;
</div>
+
grid-row: 2;
</div>
+
width: 50%;
 +
margin-left: 33em;
 +
margin-top: 3em;
 +
border: 1px solid black;
 +
}
 +
 
  
 +
 
 +
</style>
 +
</head>
 +
   
 +
<body>
 +
  <div class="Hauptnavigation" >
 +
  <a href="https://2017.igem.org/Team:Tuebingen">
 +
  <img src="https://static.igem.org/mediawiki/2017/thumb/b/bb/T--Tuebingen--TrojHorse.png/293px-T--Tuebingen--TrojHorse.png"
 +
            alt="Logo Trojan Horse"
 +
            style="max-height:70%; max-width:90%;float:left; margin-left: 2.5em;margin-top:2px;"> 
 +
  </a>   
 +
 
  
<div class="column half_size">
+
    <a href="https://2017.igem.org/Team:Tuebingen/Team" style="margin-right:1.5em;">Team</a>
 +
    <a href="https://2017.igem.org/Team:Tuebingen/Inspiration"style="margin-right:1.5em;">Inspiration</a>
 +
    <a href="https://2017.igem.org/Team:Tuebingen/Demonstrate"style="margin-right:1.5em;">Results</a>
 +
    <a href="https://2017.igem.org/Team:Tuebingen/HP"style="margin-right:1.5em;">Human Practice</a>
 +
    <a href="https://2017.igem.org/Team:Tuebingen/Lab"style="margin-right:1.5em;">Lab</a>
 +
    <a href="https://2017.igem.org/Team:Tuebingen/Attributions"style="margin-right:1.5em;">Attributions</a>
 +
  </div>
 +
 +
   
 +
     
 +
   
 +
  <div style="max-width:100%;">
 +
      <img src="https://static.igem.org/mediawiki/2017/8/83/T--Tuebingen--TeamFotoPsd.png" alt="TeamBild" id="BigImageLab">
 +
   
 +
      <div  style="position: absolute; text-align:right;
 +
                                margin-bottom: 10%;
 +
                                margin-left: 60%;
 +
                                margin-top:-4em;
 +
                                font-size: 3em;color:white;font-weight:light;letter-spacing: 3px;"> attributions
 +
                </div> </div>
  
<h5>Inspiration</h5>
 
<p>Take a look at what other teams have done:</p>
 
<ul>
 
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
 
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
 
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
 
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
 
</ul>
 
  
</div>
+
    <nav class="Unternavigation-Team">
 +
         
 +
              <a href="#Attributions">Attributions</a><br>
 +
              <a href="#Acknowledgement">Acknowledgment</a><br>
 +
         
 +
              <a href="#ReferencesLink">References</a><br>
 +
         
 +
             
 +
      </nav>
  
<div class="clear"></div>
+
  <div class="Grid">
 +
     
 +
      </div>
 +
           
 +
          <div class="Grid">
 +
          <!-- Content der Seite -->
 +
            <div id="Fliesstext1">
 +
                <h2 id="Attributions" class="anchor"> Attributions</h2>               
 +
                <p> This year’s team was led by PD Dr. Bertolt Gust and PD Dr. Elisabeth Fuss. They provided the needed laboratory support and managed      main communication within the university. The student team was coordinated and organized by Brian Weidensee and Nikolas Layer as        student leaders; the original project idea was designed by PD Dr. Bertolt Gust and Nikolas Layer.
  
<div class="column half_size">
+
                    All student members participated in the project development with the special contribution in gene block and part design by Lukas Fuhs and Nikolas Layer. <br>For laboratory execution, we divided the project into three parts: The chemical synthesis was done by Alexandra Haake, Marcel Conrady, Madeleine Heep, and Michael Krummhaar. Lisa Dussling contributed the in-silico analysis and the bioinformatics model while Marcel Conrady, Lukas Fuhs, Madeleine Heep, Mirjam Gneiting, Milena Krach, and Michael Krummhaar were involved in cloning, biochemical analysis, and compound production.
 +
                    Milena Krach, Brian Weidensee, and our intern Fan Zhang were responsible for procedure and data submission of the iGEM 2017 interlab study.
 +
                    For our this year’s YouTube collaboration project we want to thank all participating iGEM teams and Hannah Brasse for the realization and organization. Hannah Brasse, Lukas Fuhs, Mirjam Gneiting, Madeleine Heep and Milena Krach produced our own video for the channel. All educational projects embedded in our Human Practice project were mainly organized by Vic-Fabienne Schumann and Brian Weidensee with the engagement of the whole student team with special thanks to Marcel Conrady, Madeleine Heep, Milena Krach and Brian Weidensee for supervision of our internship student Fan Zhang.
 +
                    Our wiki’s structure was mainly designed by Mirjam Gneiting and Alexander Recktenwald; a working code was created and implemented by Alexander Recktenwald.
  
<h5>Team training and Project start</h5>
+
                    All wiki content was created and uploaded by Hannah Brasse, Marcel Conrady, Lisa Dussling, Mirjam Gneiting, Alexandra Haake, Madeleine Heep, Milena Krach, Michael Krummhaar, Nikolas Layer, Vic-Fabienne Schumann, and Brian Weidensee.
<p>Tell us if your institution teaches an iGEM or synthetic biology class and when you started your project:</p>
+
                    Without a lot of fundraising, none of our work would have been possible: Hannah Brasse, Alexandra Haake, Madeleine Heep, Milena Krach, Michael Krummhaar, Nikolas Layer, Vic-Fabienne Schumann and Brian Weidensee contributed to this area.
<ul>
+
                    We want to especially thank Dr. H. Kalbacher for MALDI-TOF Analysis and crystallization experiments of our chemical compounds. </p>
<li>Does your institution teach an iGEM or synthetic biology course?</li>
+
<li>When did you start this course?</li>
+
<li>Are the syllabus and course materials freely available online?</li>
+
<li>When did you start your brainstorming?</li>
+
<li>When did you start in the lab?</li>
+
<li>When did you start working on  your project?</li>
+
  
</ul>
+
                    <h2 id="Acknowledgement" class="anchor"> Acknowledgement</h2>
 +
                    <p> AG Prof. Dr. O. Kohlbacher - Hardware and in silico support <br>
 +
                    Prof. Dr. L.Heide - Clorobiocin Cluster and bacterial strains <br>
 +
                    AG Prof. Dr. D.Schwarzer - chemical synthesis laboratory and support <br>
 +
                    AG Prof. Dr. S. Grond - Laboratory material support <br>
 +
                    AG Pr. Dr. Schulze-Osthoff - Laboratory material support <br>
 +
                    AG Pr. Dr. A. Weber - Laboratory material support for interlab study <br>
 +
                    Jakob Wendt - Wiki coding support <br>
 +
                    </p>
 +
                    <h2 id="ReferencesLink" class="anchor"> References </h2>
  
</div>
+
                    <div id="References" > <p>
 +
                    Anderle, C., Hennig, S., Kammerer, B., Li, S. M., Wessjohann, L., Gust, B., & Heide, L. (2007). Improved mutasynthetic approaches for the production of modified aminocoumarin antibiotics. Chem Biol, 14(8), 955-967. doi:10.1016/j.chembiol.2007.07.014 <br><br>
  
 +
Anderle, C., Stieger, M., Burrell, M., Reinelt, S., Maxwell, A., Page, M., & Heide, L. (2008). Biological activities of novel gyrase inhibitors of the aminocoumarin class. Antimicrob Agents Chemother, 52(6), 1982-1990. doi:10.1128/AAC.01235-07<br><br>
  
 +
Bachmann, B. O., Li, R., & Townsend, C. A. (1998). beta-Lactam synthetase: a new biosynthetic enzyme. Proc Natl Acad Sci U S A, 95(16), 9082-9086.<br><br>
  
 +
Beisken, S., Meinl, T., Wiswedel, B., de Figueiredo, L. F., Berthold, M., & Steinbeck, C. (2013). KNIME-CDK: Workflow-driven cheminformatics. BMC Bioinformatics, 14, 257. doi:10.1186/1471-2105-14-257<br><br>
  
 +
Chen, Y., Wendt-Pienkowski, E., Ju, J., Lin, S., Rajski, S. R., & Shen, B. (2010). Characterization of FdmV as an amide synthetase for fredericamycin A biosynthesis in Streptomyces griseus ATCC 43944. J Biol Chem, 285(50), 38853-38860. doi:10.1074/jbc.M110.147744<br><br>
 +
 +
Fasching, C. E., Tenover, F. C., Slama, T. G., Fisher, L. M., Sreedharan, S., Oram, M., . . . Peterson, L. R. (1991). gyrA mutations in ciprofloxacin-resistant, methicillin-resistant Staphylococcus aureus from Indiana, Minnesota, and Tennessee. J Infect Dis, 164(5), 976-979.<br><br>
 +
 +
Friesner, R. A., Banks, J. L., Murphy, R. B., Halgren, T. A., Klicic, J. J., Mainz, D. T., . . . Shenkin, P. S. (2004). Glide: a new approach for rapid, accurate docking and scoring. 1. Method and assessment of docking accuracy. J Med Chem, 47(7), 1739-1749. doi:10.1021/jm0306430<br><br>
 +
 +
Friesner, R. A., Murphy, R. B., Repasky, M. P., Frye, L. L., Greenwood, J. R., Halgren, T. A., . . . Mainz, D. T. (2006). Extra precision glide: docking and scoring incorporating a model of hydrophobic enclosure for protein-ligand complexes. J Med Chem, 49(21), 6177-6196. doi:10.1021/jm051256o<br><br>
 +
 +
Fu, X. W., Pu, W. C., Zhang, G. L., & Wang, C. (2015). Synthesis of salicylaldehydes from phenols via copper-mediated duff reaction. Research on Chemical Intermediates, 41(11), 8147-8158.<br><br>
 +
 +
Fujimoto-Nakamura, M., Ito, H., Oyamada, Y., Nishino, T., & Yamagishi, J. (2005). Accumulation of mutations in both gyrB and parE genes is associated with high-level resistance to novobiocin in Staphylococcus aureus. Antimicrob Agents Chemother, 49(9), 3810-3815. doi:10.1128/AAC.49.9.3810-3815.2005<br><br>
 +
 +
Genheden, S., & Ryde, U. (2015). The MM/PBSA and MM/GBSA methods to estimate ligand-binding affinities. Expert Opin Drug Discov, 10(5), 449-461. doi:10.1517/17460441.2015.1032936<br><br>
 +
                       
 +
Heide, L. (2014). New aminocoumarin antibiotics as gyrase inhibitors. Int J Med Microbiol, 304(1), 31-36. doi:10.1016/j.ijmm.2013.08.013<br><br>
 +
 +
Holdgate, G. A., Tunnicliffe, A., Ward, W. H., Weston, S. A., Rosenbrock, G., Barth, P. T., . . . Timms, D. (1997). The entropic penalty of ordered water accounts for weaker binding of the antibiotic novobiocin to a resistant mutant of DNA gyrase: a thermodynamic and crystallographic study. Biochemistry, 36(32), 9663-9673. doi:10.1021/bi970294+<br><br>
 +
 +
Kontoyianni, M. (2017). Docking and Virtual Screening in Drug Discovery. Methods Mol Biol, 1647, 255-266. doi:10.1007/978-1-4939-7201-2_18<br><br>
 +
 +
Lafitte, D., Lamour, V., Tsvetkov, P. O., Makarov, A. A., Klich, M., Deprez, P., . . . Gilli, R. (2002). DNA gyrase interaction with coumarin-based inhibitors: the role of the hydroxybenzoate isopentenyl moiety and the 5'-methyl group of the noviose. Biochemistry, 41(23), 7217-7223.<br><br>
 +
 +
Lawson, D. M., & Stevenson, C. E. (2012). Structural and functional dissection of aminocoumarin antibiotic biosynthesis: a review. J Struct Funct Genomics, 13(2), 125-133. doi:10.1007/s10969-012-9138-2<br><br>
 +
 +
Lionta, E., Spyrou, G., Vassilatis, D. K., & Cournia, Z. (2014). Structure-based virtual screening for drug discovery: principles, applications and recent advances. Curr Top Med Chem, 14(16), 1923-1938.<br><br>
 +
                       
 +
Lipinski, C. A., Lombardo, F., Dominy, B. W., & Feeney, P. J. (2001). Experimental and computational approaches to estimate solubility and permeability in drug discovery and development settings. Adv Drug Deliv Rev, 46(1-3), 3-26.<br><br>
 +
 +
Luft, T., Li, S. M., Scheible, H., Kammerer, B., & Heide, L. (2005). Overexpression, purification and characterization of SimL, an amide synthetase involved in simocyclinone biosynthesis. Arch Microbiol, 183(4), 277-285. doi:10.1007/s00203-005-0770-0<br><br>
 +
 +
M Lindsay Grayson, S. M. C., James S McCarthy, John Mills, Johan W Mouton, S Ragnar Norrby, David L Paterson, Michael A Pfaller. (2010). Kucers' The Use of Antibiotics Sixth Edition: A Clinical Review of Antibacterial, Antifungal and Antiviral Drugs.<br><br>
 +
 +
Mannhold, R., Poda, G. I., Ostermann, C., & Tetko, I. V. (2009). Calculation of molecular lipophilicity: State-of-the-art and comparison of log P methods on more than 96,000 compounds. J Pharm Sci, 98(3), 861-893. doi:10.1002/jps.21494<br><br>
 +
 +
Miller, M. T., Bachmann, B. O., Townsend, C. A., & Rosenzweig, A. C. (2001). Structure of beta-lactam synthetase reveals how to synthesize antibiotics instead of asparagine. Nat Struct Biol, 8(8), 684-689. doi:10.1038/90394<br><br>
 +
 +
Mutalik, V. K., Guimaraes, J. C., Cambray, G., Lam, C., Christoffersen, M. J., Mai, Q. A., ... & Endy, D. (2013). Precise and reliable gene expression via standard transcription and translation initiation elements. Nature methods, 10(4), 354-360. <br> <br>
 +
 +
Organization, G. W. H. (2017). Prioritization of pathogens to guide discovery, reserach and development of new antibiotics fro drug-resistant bacterial infections, including tuberculosis.<br><br>
 +
                       
 +
Paget, M. S., Chamberlin, L., Atrih, A., Foster, S. J., & Buttner, M. J. (1999). Evidence that the extracytoplasmic function sigma factor sigmaE is required for normal cell wall structure in Streptomyces coelicolor A3(2). J Bacteriol, 181(1), 204-211.<br><br>
 +
 +
Sadiq, A. A., Patel, M. R., Jacobson, B. A., Escobedo, M., Ellis, K., Oppegard, L. M., . . . Kratzke, R. A. (2010). Anti-proliferative effects of simocyclinone D8 (SD8), a novel catalytic inhibitor of topoisomerase II. Invest New Drugs, 28(1), 20-25. doi:10.1007/s10637-008-9209-1<br><br>
 +
 +
Schimana, J., Fiedler, H. P., Groth, I., Sussmuth, R., Beil, W., Walker, M., & Zeeck, A. (2000). Simocyclinones, novel cytostatic angucyclinone antibiotics produced by Streptomyces antibioticus Tu 6040. I. Taxonomy, fermentation, isolation and biological activities. J Antibiot (Tokyo), 53(8), 779-787.<br><br>
 +
                       
 +
Shaikh, S., Fatima, J., Shakil, S., Rizvi, S. M., & Kamal, M. A. (2015). Antibiotic resistance and extended spectrum beta-lactamases: Types, epidemiology and treatment. Saudi J Biol Sci, 22(1), 90-101. doi:10.1016/j.sjbs.2014.08.002<br><br>
 +
 +
Tetko, I. V., Gasteiger, J., Todeschini, R., Mauri, A., Livingstone, D., Ertl, P., . . . Prokopenko, V. V. (2005). Virtual computational chemistry laboratory--design and description. J Comput Aided Mol Des, 19(6), 453-463. doi:10.1007/s10822-005-8694-y<br><br>
 +
 +
Tsai, F. T., Singh, O. M., Skarzynski, T., Wonacott, A. J., Weston, S., Tucker, A., . . . Wigley, D. B. (1997). The high-resolution crystal structure of a 24-kDa gyrase B fragment from E. coli complexed with one of the most potent coumarin inhibitors, clorobiocin. Proteins, 28(1), 41-52.<br> </p>
 +
 +
 +
 +
                </div>
 +
              </div>
 
</div>
 
</div>
 +
<div id="ImpressumSponsoren">
 +
      <img src="https://static.igem.org/mediawiki/2017/5/58/T%C3%BCbingen_Qiagen-Logo.jpeg" id="Quiagen" width=70px>  <img src="https://static.igem.org/mediawiki/2017/1/1c/T%C3%BCbingen_Roth-Logo.jpeg" id="Roth" width=70px>  <img src="https://static.igem.org/mediawiki/2017/d/d8/TuebingenZymoLogo.jpeg" width=150px>  <img src="https://static.igem.org/mediawiki/2017/5/5b/T%C3%BCbingen_Eurofins-Logo.png" id="eurofins" width=150px>    <img src="https://static.igem.org/mediawiki/2017/e/e4/GATCTuebingen.png" id="GATC" width=150px>  <img src="https://static.igem.org/mediawiki/2017/4/49/T%C3%BCbingen_NEB-Logo.jpeg" id="BioLabs" width=150px><br><img src="https://static.igem.org/mediawiki/2017/7/7c/T%C3%BCbingen_Greiner-Logo.jpeg" id="Greiner" width=150px>  <img src="https://static.igem.org/mediawiki/2017/b/bf/T%C3%BCbingen_Agilent-Logo.jpeg" id="Agilent" width=150px>  <img src="https://static.igem.org/mediawiki/2017/0/01/T%C3%BCbingen_abcr-Logo.png" id="abcr" width=150px>  <img src="https://static.igem.org/mediawiki/2017/5/59/MicrosynthTuebingen.png" width=150px>  <img src="https://static.igem.org/mediawiki/2017/8/8b/Eppendorftuebingen.png" width=150px>
 +
        <div> <p> &copy; iGEM Team Tuebingen 2017</p></div>
 +
   
 +
    </div> 
 +
 +
</body>
 
</html>
 
</html>

Latest revision as of 12:42, 12 December 2017

iGEM Tübingen 2017

TeamBild
attributions

Attributions

This year’s team was led by PD Dr. Bertolt Gust and PD Dr. Elisabeth Fuss. They provided the needed laboratory support and managed main communication within the university. The student team was coordinated and organized by Brian Weidensee and Nikolas Layer as student leaders; the original project idea was designed by PD Dr. Bertolt Gust and Nikolas Layer. All student members participated in the project development with the special contribution in gene block and part design by Lukas Fuhs and Nikolas Layer.
For laboratory execution, we divided the project into three parts: The chemical synthesis was done by Alexandra Haake, Marcel Conrady, Madeleine Heep, and Michael Krummhaar. Lisa Dussling contributed the in-silico analysis and the bioinformatics model while Marcel Conrady, Lukas Fuhs, Madeleine Heep, Mirjam Gneiting, Milena Krach, and Michael Krummhaar were involved in cloning, biochemical analysis, and compound production. Milena Krach, Brian Weidensee, and our intern Fan Zhang were responsible for procedure and data submission of the iGEM 2017 interlab study. For our this year’s YouTube collaboration project we want to thank all participating iGEM teams and Hannah Brasse for the realization and organization. Hannah Brasse, Lukas Fuhs, Mirjam Gneiting, Madeleine Heep and Milena Krach produced our own video for the channel. All educational projects embedded in our Human Practice project were mainly organized by Vic-Fabienne Schumann and Brian Weidensee with the engagement of the whole student team with special thanks to Marcel Conrady, Madeleine Heep, Milena Krach and Brian Weidensee for supervision of our internship student Fan Zhang. Our wiki’s structure was mainly designed by Mirjam Gneiting and Alexander Recktenwald; a working code was created and implemented by Alexander Recktenwald. All wiki content was created and uploaded by Hannah Brasse, Marcel Conrady, Lisa Dussling, Mirjam Gneiting, Alexandra Haake, Madeleine Heep, Milena Krach, Michael Krummhaar, Nikolas Layer, Vic-Fabienne Schumann, and Brian Weidensee. Without a lot of fundraising, none of our work would have been possible: Hannah Brasse, Alexandra Haake, Madeleine Heep, Milena Krach, Michael Krummhaar, Nikolas Layer, Vic-Fabienne Schumann and Brian Weidensee contributed to this area. We want to especially thank Dr. H. Kalbacher for MALDI-TOF Analysis and crystallization experiments of our chemical compounds.

Acknowledgement

AG Prof. Dr. O. Kohlbacher - Hardware and in silico support
Prof. Dr. L.Heide - Clorobiocin Cluster and bacterial strains
AG Prof. Dr. D.Schwarzer - chemical synthesis laboratory and support
AG Prof. Dr. S. Grond - Laboratory material support
AG Pr. Dr. Schulze-Osthoff - Laboratory material support
AG Pr. Dr. A. Weber - Laboratory material support for interlab study
Jakob Wendt - Wiki coding support

Anderle, C., Hennig, S., Kammerer, B., Li, S. M., Wessjohann, L., Gust, B., & Heide, L. (2007). Improved mutasynthetic approaches for the production of modified aminocoumarin antibiotics. Chem Biol, 14(8), 955-967. doi:10.1016/j.chembiol.2007.07.014

Anderle, C., Stieger, M., Burrell, M., Reinelt, S., Maxwell, A., Page, M., & Heide, L. (2008). Biological activities of novel gyrase inhibitors of the aminocoumarin class. Antimicrob Agents Chemother, 52(6), 1982-1990. doi:10.1128/AAC.01235-07

Bachmann, B. O., Li, R., & Townsend, C. A. (1998). beta-Lactam synthetase: a new biosynthetic enzyme. Proc Natl Acad Sci U S A, 95(16), 9082-9086.

Beisken, S., Meinl, T., Wiswedel, B., de Figueiredo, L. F., Berthold, M., & Steinbeck, C. (2013). KNIME-CDK: Workflow-driven cheminformatics. BMC Bioinformatics, 14, 257. doi:10.1186/1471-2105-14-257

Chen, Y., Wendt-Pienkowski, E., Ju, J., Lin, S., Rajski, S. R., & Shen, B. (2010). Characterization of FdmV as an amide synthetase for fredericamycin A biosynthesis in Streptomyces griseus ATCC 43944. J Biol Chem, 285(50), 38853-38860. doi:10.1074/jbc.M110.147744

Fasching, C. E., Tenover, F. C., Slama, T. G., Fisher, L. M., Sreedharan, S., Oram, M., . . . Peterson, L. R. (1991). gyrA mutations in ciprofloxacin-resistant, methicillin-resistant Staphylococcus aureus from Indiana, Minnesota, and Tennessee. J Infect Dis, 164(5), 976-979.

Friesner, R. A., Banks, J. L., Murphy, R. B., Halgren, T. A., Klicic, J. J., Mainz, D. T., . . . Shenkin, P. S. (2004). Glide: a new approach for rapid, accurate docking and scoring. 1. Method and assessment of docking accuracy. J Med Chem, 47(7), 1739-1749. doi:10.1021/jm0306430

Friesner, R. A., Murphy, R. B., Repasky, M. P., Frye, L. L., Greenwood, J. R., Halgren, T. A., . . . Mainz, D. T. (2006). Extra precision glide: docking and scoring incorporating a model of hydrophobic enclosure for protein-ligand complexes. J Med Chem, 49(21), 6177-6196. doi:10.1021/jm051256o

Fu, X. W., Pu, W. C., Zhang, G. L., & Wang, C. (2015). Synthesis of salicylaldehydes from phenols via copper-mediated duff reaction. Research on Chemical Intermediates, 41(11), 8147-8158.

Fujimoto-Nakamura, M., Ito, H., Oyamada, Y., Nishino, T., & Yamagishi, J. (2005). Accumulation of mutations in both gyrB and parE genes is associated with high-level resistance to novobiocin in Staphylococcus aureus. Antimicrob Agents Chemother, 49(9), 3810-3815. doi:10.1128/AAC.49.9.3810-3815.2005

Genheden, S., & Ryde, U. (2015). The MM/PBSA and MM/GBSA methods to estimate ligand-binding affinities. Expert Opin Drug Discov, 10(5), 449-461. doi:10.1517/17460441.2015.1032936

Heide, L. (2014). New aminocoumarin antibiotics as gyrase inhibitors. Int J Med Microbiol, 304(1), 31-36. doi:10.1016/j.ijmm.2013.08.013

Holdgate, G. A., Tunnicliffe, A., Ward, W. H., Weston, S. A., Rosenbrock, G., Barth, P. T., . . . Timms, D. (1997). The entropic penalty of ordered water accounts for weaker binding of the antibiotic novobiocin to a resistant mutant of DNA gyrase: a thermodynamic and crystallographic study. Biochemistry, 36(32), 9663-9673. doi:10.1021/bi970294+

Kontoyianni, M. (2017). Docking and Virtual Screening in Drug Discovery. Methods Mol Biol, 1647, 255-266. doi:10.1007/978-1-4939-7201-2_18

Lafitte, D., Lamour, V., Tsvetkov, P. O., Makarov, A. A., Klich, M., Deprez, P., . . . Gilli, R. (2002). DNA gyrase interaction with coumarin-based inhibitors: the role of the hydroxybenzoate isopentenyl moiety and the 5'-methyl group of the noviose. Biochemistry, 41(23), 7217-7223.

Lawson, D. M., & Stevenson, C. E. (2012). Structural and functional dissection of aminocoumarin antibiotic biosynthesis: a review. J Struct Funct Genomics, 13(2), 125-133. doi:10.1007/s10969-012-9138-2

Lionta, E., Spyrou, G., Vassilatis, D. K., & Cournia, Z. (2014). Structure-based virtual screening for drug discovery: principles, applications and recent advances. Curr Top Med Chem, 14(16), 1923-1938.

Lipinski, C. A., Lombardo, F., Dominy, B. W., & Feeney, P. J. (2001). Experimental and computational approaches to estimate solubility and permeability in drug discovery and development settings. Adv Drug Deliv Rev, 46(1-3), 3-26.

Luft, T., Li, S. M., Scheible, H., Kammerer, B., & Heide, L. (2005). Overexpression, purification and characterization of SimL, an amide synthetase involved in simocyclinone biosynthesis. Arch Microbiol, 183(4), 277-285. doi:10.1007/s00203-005-0770-0

M Lindsay Grayson, S. M. C., James S McCarthy, John Mills, Johan W Mouton, S Ragnar Norrby, David L Paterson, Michael A Pfaller. (2010). Kucers' The Use of Antibiotics Sixth Edition: A Clinical Review of Antibacterial, Antifungal and Antiviral Drugs.

Mannhold, R., Poda, G. I., Ostermann, C., & Tetko, I. V. (2009). Calculation of molecular lipophilicity: State-of-the-art and comparison of log P methods on more than 96,000 compounds. J Pharm Sci, 98(3), 861-893. doi:10.1002/jps.21494

Miller, M. T., Bachmann, B. O., Townsend, C. A., & Rosenzweig, A. C. (2001). Structure of beta-lactam synthetase reveals how to synthesize antibiotics instead of asparagine. Nat Struct Biol, 8(8), 684-689. doi:10.1038/90394

Mutalik, V. K., Guimaraes, J. C., Cambray, G., Lam, C., Christoffersen, M. J., Mai, Q. A., ... & Endy, D. (2013). Precise and reliable gene expression via standard transcription and translation initiation elements. Nature methods, 10(4), 354-360.

Organization, G. W. H. (2017). Prioritization of pathogens to guide discovery, reserach and development of new antibiotics fro drug-resistant bacterial infections, including tuberculosis.

Paget, M. S., Chamberlin, L., Atrih, A., Foster, S. J., & Buttner, M. J. (1999). Evidence that the extracytoplasmic function sigma factor sigmaE is required for normal cell wall structure in Streptomyces coelicolor A3(2). J Bacteriol, 181(1), 204-211.

Sadiq, A. A., Patel, M. R., Jacobson, B. A., Escobedo, M., Ellis, K., Oppegard, L. M., . . . Kratzke, R. A. (2010). Anti-proliferative effects of simocyclinone D8 (SD8), a novel catalytic inhibitor of topoisomerase II. Invest New Drugs, 28(1), 20-25. doi:10.1007/s10637-008-9209-1

Schimana, J., Fiedler, H. P., Groth, I., Sussmuth, R., Beil, W., Walker, M., & Zeeck, A. (2000). Simocyclinones, novel cytostatic angucyclinone antibiotics produced by Streptomyces antibioticus Tu 6040. I. Taxonomy, fermentation, isolation and biological activities. J Antibiot (Tokyo), 53(8), 779-787.

Shaikh, S., Fatima, J., Shakil, S., Rizvi, S. M., & Kamal, M. A. (2015). Antibiotic resistance and extended spectrum beta-lactamases: Types, epidemiology and treatment. Saudi J Biol Sci, 22(1), 90-101. doi:10.1016/j.sjbs.2014.08.002

Tetko, I. V., Gasteiger, J., Todeschini, R., Mauri, A., Livingstone, D., Ertl, P., . . . Prokopenko, V. V. (2005). Virtual computational chemistry laboratory--design and description. J Comput Aided Mol Des, 19(6), 453-463. doi:10.1007/s10822-005-8694-y

Tsai, F. T., Singh, O. M., Skarzynski, T., Wonacott, A. J., Weston, S., Tucker, A., . . . Wigley, D. B. (1997). The high-resolution crystal structure of a 24-kDa gyrase B fragment from E. coli complexed with one of the most potent coumarin inhibitors, clorobiocin. Proteins, 28(1), 41-52.


© iGEM Team Tuebingen 2017