Tarjanmark (Talk | contribs) |
Tarjanmark (Talk | contribs) |
||
Line 7: | Line 7: | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat"> | <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"> | ||
− | <style> | + | <style type="text/css"> |
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif} | body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif} | ||
.w3-bar,h1,button {font-family: "Montserrat", sans-serif} | .w3-bar,h1,button {font-family: "Montserrat", sans-serif} | ||
.fa-anchor,.fa-coffee {font-size:200px} | .fa-anchor,.fa-coffee {font-size:200px} | ||
+ | |||
+ | .divTable | ||
+ | { | ||
+ | display: table; | ||
+ | width:auto; | ||
+ | background-color:white; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | .divRow | ||
+ | { | ||
+ | display:table-row; | ||
+ | width:auto; | ||
+ | } | ||
+ | |||
+ | .divCell | ||
+ | { | ||
+ | float:left;/*fix for buggy browsers*/ | ||
+ | display:table-column; | ||
+ | width:180px; | ||
+ | background-color:white; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
<body> | <body> | ||
Line 87: | Line 110: | ||
<h1>Our Members</h1> | <h1>Our Members</h1> | ||
<div align="center"> | <div align="center"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <div class="divTable"> |
− | < | + | <div class="headRow"> |
− | < | + | <div class="divCell" align="center"><img src="https://static.igem.org/mediawiki/2017/1/1d/Tarjan.jpg" width="180" height="180" onclick="onClick(this)" alt="Márk Tarján:IT:Im responsible for this beauty"/></div> |
− | < | + | <div class="divCell"><img src="https://static.igem.org/mediawiki/2017/5/56/Torok.png" width="180" height="180" onclick="onClick(this)" alt="Máté Török:Designer:My task is t give a look to our project."/></div> |
− | < | + | <div class="divCell"><img src="https://static.igem.org/mediawiki/2017/5/54/Mathe.png" width="180" height="180" onclick="onClick(this)" alt="Vincent Varga:Public Relations:My main task is to advertise it in social networks and to gain reputation by them."/></div> |
− | </ | + | </div> |
+ | <div class="divRow"> | ||
+ | <div class="divCell"><img src="https://static.igem.org/mediawiki/2017/b/b8/Sukosd.png" width="180" height="180" onclick="onClick(this)" alt="Ákos Sükösd:Scientific Team Leader:In our group I'm responsible for the bioinformatics database."/></div> | ||
+ | <div class="divCell"><img src="https://static.igem.org/mediawiki/2017/b/bf/Otott.png" width="180" height="180" onclick="onClick(this)" alt="Péter Ótott:Researcher::In this project I am involved in planning and carrying out the scientific experiments."/></div> | ||
+ | <div class="divCell"><img src="https://static.igem.org/mediawiki/2017/8/8d/Varga.jpg" width="180" height="180" onclick="onClick(this)" alt="Lilla Máthé:Researcher:In this project I’m the curator of the scientific article’s data base."/></div> | ||
+ | </div> | ||
+ | <div class="divRow"> | ||
+ | <div class="divCell"><img src="https://static.igem.org/mediawiki/2017/e/e6/Kocsis.jpg" width="180" height="180" onclick="onClick(this)" alt="Endre Kocsis:Public Relations:I am figuring out the possible ways of the usage of our final product in different fields"/></div> | ||
+ | <div class="divCell"><img src="https://static.igem.org/mediawiki/2017/3/32/Harangozo.jpg" width="180" height="180" onclick="onClick(this)" alt="Ákos Harangozó:Researcher:The basis of our Biomethane Sensor project originates from me."/></div> | ||
+ | <div class="divCell"><img src="https://static.igem.org/mediawiki/2017/b/bb/Halko.jpg" width="180" height="180" onclick="onClick(this)" alt="Ádám Halkó:Researcher:I am responsible for creating the biosafety part in our project."/></div> | ||
+ | </div> | ||
+ | <div class="divRow" > | ||
+ | <div class="divCell" align="center"><img src="https://static.igem.org/mediawiki/2017/d/d6/Feher.jpg" width="180" height="180"> </div> | ||
+ | <div class="divCell" align="center"><img src="https://static.igem.org/mediawiki/2017/7/79/Duda.png" width="180" height="180" onclick="onClick(this)" alt="Máté Duda:Business:In this project I am responsible for fundraising in our team."/></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | <!-- | + | |
− | < | + | |
− | < | + | <!-- Modal for full size images on click--> |
− | < | + | <div id="modal01" class="w3-modal w3-black" style="padding-top:0" onclick="this.style.display='none'"> |
− | < | + | <span class="w3-button w3-black w3-xlarge w3-display-topright">×</span> |
− | </ | + | <div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64"> |
− | </ | + | <img id="img01" class="w3-image"> |
+ | <p id="caption"></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
Line 121: | Line 152: | ||
<div class="w3-row-padding w3-light-grey w3-padding-64 w3-container"> | <div class="w3-row-padding w3-light-grey w3-padding-64 w3-container"> | ||
<div class="w3-content"> | <div class="w3-content"> | ||
− | + | <div class="w3-third "> | |
− | <img src | + | <img src="" class="w3-image w3-padding-32" width="300" height="350"> |
</div> | </div> | ||
− | |||
<div class="w3-twothird" id="biosafety"> | <div class="w3-twothird" id="biosafety"> | ||
<h1>Biosafety</h1> | <h1>Biosafety</h1> | ||
Line 139: | Line 169: | ||
<!--BANNER--> | <!--BANNER--> | ||
− | <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-twothird" id="members"> | |
− | + | <h1>Our Banner</h1> | |
− | + | <div align="center"> | |
− | < | + | <!--div class="w3-third w3-center"--> |
− | + | <img src="https://static.igem.org/mediawiki/2017/0/08/19648243_1689974014376254_550495854_o.jpg" alt="Banner" width="800" height="600"align="center" > | |
− | + | <!--/div--> | |
− | + | ||
− | </div> | + | |
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | |||
− | |||
− | |||
Revision as of 10:19, 18 July 2017
METHUNGENY
About Us
We are a group of students from Miklos Radnoti Experimental High School in Szeged, Hungary. We are developing a methane biosensor by using genetically modified bacteria, thus providing an alternative method, more efficient than current methane detection technologies. Currently we are 10 students and a Mentor working on the project. We are planning to participate at the iGEM competition at MIT. Methane Sensor: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 develope a Methane Biosensor. The sensor itself would be a transformed Bacteria. 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.
mail: methungeny@gmail.com
tel: 62-548-937
Our Mentor
Sándor Bán:
"As a teacher of Biology my main purpose is to ensure an appropriately planned and organized Biology knowledge for every pupil. As a Head of Science Laboratory or Science Department my most important goal is to enhance the cooperative work of science teachers in order to carry out a well prepared Science Education for every pupil of the school / school district. I have chosen iGEM HS competition for my students because they can do science as a team work and because through this project they can have impression on how cutting edge science works nowadays"
mail: bans@rmg.sulinet.hu