Difference between revisions of "Team:Szeged SA RMG"

 
(43 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
<script>
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
function clear_igem_rabbish(){
+
document.getElementById("content").style = "width: 100%; margin: 0px; padding: 0px;";
+
while (document.getElementById("sideMenu") == null);
+
document.getElementById("sideMenu").style="display: none;";
+
while (document.getElementById("top_title") == null);
+
document.getElementById("top_title").style="display: none;";
+
while (document.getElementById("top_menu_14") == null);
+
document.getElementById("top_menu_14").style="height: 25px;";
+
}
+
+
setTimeout(clear_igem_rabbish, 0);
+
</script>
+
 
+
<head>
+
  <title>METHUNGENY 2017</title>
+
  <meta charset="utf-8">
+
  <meta name="viewport" content="width=device-width, initial-scale=1">
+
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
+
  <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
+
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
+
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
+
 
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 +
  <link rel="stylesheet" href="//www.methungeny.com/static/custom.css">
 +
  <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
   <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 
   <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
 +
<script>
 +
$( document ).ready(function() {
 +
document.getElementById("content").style = "width: 100%; margin: 0px; padding: 0px;";
 +
if(document.getElementById("sideMenu") != null) {
 +
document.getElementById("sideMenu").style="display: none;";
 +
}
 +
 +
if (document.getElementById("top_title") != null) {
 +
document.getElementById("top_title").style="display: none;";
 +
}
 +
 +
if (document.getElementById("top_menu_14") != null) {
 +
document.getElementById("top_menu_14").style="height: 25px;";
 +
}
 +
 +
    });
 +
 +
</script>
  
 
<nav class="navbarmet navbar-inverse" style=" width: auto">
 
<nav class="navbarmet navbar-inverse" style=" width: auto">
Line 34: Line 35:
 
         <span class="icon-bar"></span>                         
 
         <span class="icon-bar"></span>                         
 
       </button>
 
       </button>
         <a class="navbar-brand" href=https://2017.igem.org/Team:Szeged_SA_RMG"><img src="http://www.methungeny.com/images/logo.png" style=" width:40px;"> </a></div>
+
         <a class="navbar-brand" href=https://2017.igem.org/Team:Szeged_SA_RMG>
 +
      <img src="https://static.igem.org/mediawiki/2017/0/07/Methungeny_logo.png" style=" width:40px;"> </a></div>
 
     <div class="collapse navbar-collapse" id="myNavbar">
 
     <div class="collapse navbar-collapse" id="myNavbar">
 
       <ul class="nav navbar-nav">
 
       <ul class="nav navbar-nav">
<style>
+
 
 
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
    display:none;}
+
#top-section {
+
    border: none;
+
    height: 0px;}
+
#content {
+
    border: none;
+
}
+
 
+
/* Removes "teams" from the menubar */
+
#menubar > ul > li:last-child {
+
    display: none;}
+
/* Resizes the menubar to fik the links (default is 400px) */
+
#menubar {
+
    width: auto;
+
}
+
 
+
#content {
+
    width: 100% !important;
+
    padding: 0px !important;
+
    margin: 0px !important; 
+
top: 0px !important;
+
position: absolute !important;
+
 
+
}
+
 
+
.dropbtn {
+
    background-color: inherit;
+
    color: white;
+
    padding: 16px;
+
    font-size: 16px;
+
    border: none;
+
    cursor: pointer;
+
}
+
 
+
.dropdown {
+
    position: relative;
+
    display: inline-block;
+
}
+
 
+
.dropdown-content {
+
    display: none;
+
    position: absolute;
+
    background-color: #f9f9f9;
+
    min-width: 160px;
+
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
    z-index: 1;
+
}
+
 
+
.dropdown-content a {
+
    color: black;
+
    padding: 12px 16px;
+
    text-decoration: none;
+
    display: block;
+
}
+
 
+
.dropdown-content a:hover {background-color: #f1f1f1}
+
 
+
.dropdown:hover .dropdown-content {
+
    display: block;
+
}
+
 
+
.dropdown:hover .dropbtn {
+
    background-color: red;
+
}
+
.navbarmet {
+
    position: relative;
+
    min-height: 50px;
+
    border: 1px solid
+
}
+
</style>
+
 
<div class="dropdown">
 
<div class="dropdown">
 
   <button class="dropbtn">Team</button>
 
   <button class="dropbtn">Team</button>
Line 115: Line 45:
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/members">Members</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/members">Members</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/mentors">Mentors</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/mentors">Mentors</a>
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/attributions">Attributions</a>
+
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/Attributions">Attributions</a>
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/pictures">Pictures</a>
+
    <a href="https://2017.igem.org/Team:Szeged_SA_RMG/collaboration">Collaborations</a>
 +
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/pictures">Gallery</a>
 
   </div>
 
   </div>
 
</div>
 
</div>
Line 124: Line 55:
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/summary">Summary</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/summary">Summary</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/articles">Article</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/articles">Article</a>
 +
    <a href="https://2017.igem.org/Team:Szeged_SA_RMG/bioinfo">Bioinformatics</a>
 +
    <a href="https://2017.igem.org/Team:Szeged_SA_RMG/biobricks">Biobricks</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/presentation">Presentation</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/presentation">Presentation</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/poster">Poster</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/poster">Poster</a>
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/scientificlab">Scientific Laboratory</a>
+
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/references">References</a>
 
   </div>
 
   </div>
 
</div>
 
</div>
Line 134: Line 67:
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/survey">Survey</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/survey">Survey</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/methane">Methane</a>
 
     <a href="https://2017.igem.org/Team:Szeged_SA_RMG/methane">Methane</a>
 +
    <a href="https://2017.igem.org/Team:Szeged_SA_RMG/highschooloutreach">High School Outreach</a>
 +
    <a href="https://2017.igem.org/Team:Szeged_SA_RMG/universityoutreach">University Outreach</a>
 
   </div>
 
   </div>
 
</div>
 
</div>
Line 151: Line 86:
 
   </div>
 
   </div>
 
</nav>
 
</nav>
 +
 
</section>
 
</section>
 
       <!--Mozgó képek-->
 
       <!--Mozgó képek-->
 
     <section>
 
     <section>
   <img class="mySlides" src=http://www.methungeny.com/images/banner_igem.jpg"
+
   <img class="mySlides" src="https://static.igem.org/mediawiki/2017/a/aa/Methungeny_slides_number1.jpeg"  
  style="width:100%">
+
  <img class=" mySlides" src="http://www.methungeny.com/images/banner1.jpg"  
+
 
   style="width:100%">
 
   style="width:100%">
   <img class=" mySlides" src="http://www.methungeny.com/images/banner2.jpg"  
+
   <img class=" mySlides" src="https://static.igem.org/mediawiki/2017/9/99/Methungeny_slides_number2.jpeg"  
 
   style="width:100%">
 
   style="width:100%">
   <img class="mySlides" src="http://www.methungeny.com/images/banner3.jpg"
+
   <img class=" mySlides" src="https://static.igem.org/mediawiki/2017/2/24/Methungeny_slides_number3.jpeg"  
 
   style="width:100%">
 
   style="width:100%">
 
</section>
 
</section>
Line 180: Line 114:
 
}
 
}
 
</script>
 
</script>
 +
</header>
  
 
</header>
 
 
 
 
<div class="w3-row-padding w3-padding-64 w3-container">
 
<div class="w3-row-padding w3-padding-64 w3-container">
 
   <div class="w3-content">
 
   <div class="w3-content">
Line 192: Line 124:
 
           (e.g. to help prevent accidents caused by mine explosions); indoor air quality supervision mainly in developing countries where
 
           (e.g. to help prevent accidents caused by mine explosions); indoor air quality supervision mainly in developing countries where
 
           households are heated by biogas plants; the exploration of yet unknown natural methane sources (e.g. in swamps). In our project
 
           households are heated by biogas plants; the exploration of yet unknown natural methane sources (e.g. in swamps). In our project
           we would like to develope a Methane Biosensor. The sensor itself would be a transformed Bacteria.</p>
+
           we would like to develop a Methane Biosensor. The sensor itself would be a transformed Bacteria.</p>
  
       <p class="w3-text-grey">Our system is quite basic: if there
+
       <p5 class="w3-text-grey"> Our system is quite basic: if there
           is methane (or any it's aldehyde) in the bacteria's immediate enviroment, the borth of the bacteria is going to manifast a basic color change</p>
+
           is methane (or methanol) in the bacteria's immediate environment, the medium of the bacteria is going to manifest a basic color change</p5>
 
     </div>
 
     </div>
 
 
       <div>
 
       <div>
           <img src="http://www.methungeny.com/images/logo.png" style="width:33%">
+
           <img src="https://static.igem.org/mediawiki/2017/0/07/Methungeny_logo.png" style="width:33%">
 
       </div>
 
       </div>
      <div class="video_blokk" align="center">
 
          <p></p>
 
    <div class="video">
 
            <iframe width="560" height="315" src="//www.youtube.com/embed/ljSnntOm9pQ" frameborder="0" allowfullscreen></iframe>
 
    </div>
 
  </div>
 
 
</div>
 
</div>
<p>
 
  
</p>   
+
 
       
+
 
          
 
          
 
     </div>
 
     </div>
 
</div>
 
</div>
  
 +
<div class="w3-row-padding w3-light-grey w3-padding-64 w3-container">
 +
  <div class="w3-content">
 +
    <div class="w3-third w3-center">
 +
    </div>
  
 +
      <h1><center>Video Presentation</center></h1>
 +
      <div class="video_blokk" align="center">
 +
          <p></p>
 +
    <div class="video">
 +
            <iframe width="850" height="478" src="//www.youtube.com/embed/uzFHVxEnAh0" frameborder="0" allowfullscreen></iframe>
 +
    </div> 
 +
  </div>
 +
    </div>
 +
  </div>
  
  
 
</body>  
 
</body>  
 +
 +
<center>
 +
<img src="//www.methungeny.com/images/footer.jpg" usemap="#image-map">
 +
<map name="image-map">
 +
    <area target="_blank" alt="Miklós Radnóti Experimental High School" title="Miklós Radnóti Experimental High School" href="//www.rmg.hu" coords="-1,4,95,112" shape="rect">
 +
    <area target="_blank" alt="Szeged Scientist Academy" title="Szeged Scientist Academy" href="http://www.nobel-szeged.hu/eng/index.php" coords="101,4,385,112" shape="rect">
 +
    <area target="_blank" alt="Szegedi Tudományegyetem Természettudományi és Informatikai Kar" title="Szegedi Tudományegyetem Természettudományi és Informatikai Kar" href="http://www.sci.u-szeged.hu/" coords="434,53,47" shape="circle">
 +
    <area target="_blank" alt="Nemzeti Tehetség Program" title="Nemzeti Tehetség Program" href="http://www.emet.gov.hu/" coords="485,3,734,108" shape="rect">
 +
    <area target="_blank" alt="Biocenter" title="Biocenter" href="http://biocenter.hu/" coords="736,4,909,109" shape="rect">
 +
    <area target="_blank" alt="Bio-rad" title="Bio-rad" href="http://www.bio-rad.com/" coords="911,4,1107,109" shape="rect">
 +
    <area target="_blank" alt="Bio-science Hungary" title="Bio-science Hungary" href="http://www.bio-science.hu/" coords="1114,5,1186,108" shape="rect">
 +
    <area target="_blank" alt="Szegedi Biológiai Kutató Központ" title="Szegedi Biológiai Kutató Központ" href="http://www.brc.hu/" coords="1198,5,1301,108" shape="rect">
 +
    <area target="_blank" alt="Calysta" title="Calysta" href="http://calysta.com/" coords="1305,5,1495,109" shape="rect">
 +
    <area target="_blank" alt="Kész" title="Kész" href="http://www.kesz.hu/" coords="1499,6,1589,109" shape="rect">
 +
    <area target="_blank" alt="Emberi Erőforrás Támogatáskezelő" title="Emberi Erőforrás Támogatáskezelő" href="http://www.kormany.hu/hu/emberi-eroforrasok-miniszteriuma" coords="135,118,498,216" shape="rect">
 +
    <area target="_blank" alt="DSMZ" title="DSMZ" href="https://www.dsmz.de/" coords="508,118,632,217" shape="rect">
 +
    <area target="_blank" alt="Geneious" title="Geneious" href="https://www.geneious.com/about/" coords="639,118,867,217" shape="rect">
 +
    <area target="_blank" alt="Invitrogen" title="Invitrogen" href="https://corporate.thermofisher.com/en/about-us/invitrogen.html" coords="875,118,1076,217" shape="rect">
 +
    <area target="_blank" alt="MaBiTe" title="MaBiTe" href="http://www.mabite.info/" coords="1147,162,50" shape="circle">
 +
    <area target="_blank" alt="NCIMB" title="NCIMB" href="http://ncimb.com/" coords="1205,113,1458,217" shape="rect">
 +
</map>
 +
</center>
 
</html>
 
</html>

Latest revision as of 22:49, 1 November 2017

Introduction

Methane is the second most emitted greenhouse gas with its 10% part in the whole greenhouse gas emission. Our product would serve as an alternative to the existing infrared Methane Biosensors mostly in: industrial production (e.g. to help prevent accidents caused by mine explosions); indoor air quality supervision mainly in developing countries where households are heated by biogas plants; the exploration of yet unknown natural methane sources (e.g. in swamps). In our project we would like to develop a Methane Biosensor. The sensor itself would be a transformed Bacteria.

Our system is quite basic: if there is methane (or methanol) in the bacteria's immediate environment, the medium of the bacteria is going to manifest a basic color change

Video Presentation

Miklós Radnóti Experimental High School Szeged Scientist Academy Szegedi Tudományegyetem Természettudományi és Informatikai Kar Nemzeti Tehetség Program Biocenter Bio-rad Bio-science Hungary Szegedi Biológiai Kutató Központ Calysta Kész Emberi Erőforrás Támogatáskezelő DSMZ Geneious Invitrogen MaBiTe NCIMB