Difference between revisions of "Team:Szeged SA RMG"

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://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 36: Line 39:
 
     <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 126: Line 57:
 
     <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>
 
 
   </div>
 
   </div>
 
</div>
 
</div>
Line 153: Line 83:
 
   </div>
 
   </div>
 
</nav>
 
</nav>
 +
 
</section>
 
</section>
 
       <!--Mozgó képek-->
 
       <!--Mozgó képek-->

Revision as of 10:59, 30 October 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