Team:TU Munich/extra/extraoverview
From 2011.igem.org
(79 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
<html> | <html> | ||
<head> | <head> | ||
- | |||
<script src="https://2011.igem.org/Team:TU_Munich/jquery.EmbedPicasaGallery.js?action=raw&ctype=text/js" type="text/javascript"></script> | <script src="https://2011.igem.org/Team:TU_Munich/jquery.EmbedPicasaGallery.js?action=raw&ctype=text/js" type="text/javascript"></script> | ||
<script src="https://2011.igem.org/Team:TU_Munich/jquery.youtubeplaylist.js?action=raw&ctype=text/js" type="text/javascript"></script> | <script src="https://2011.igem.org/Team:TU_Munich/jquery.youtubeplaylist.js?action=raw&ctype=text/js" type="text/javascript"></script> | ||
+ | <script src="https://2011.igem.org/Team:TU_Munich/slimbox2.js?action=raw&ctype=text/js" type="text/javascript"></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
jQuery(document).ready(function() { | jQuery(document).ready(function() { | ||
Line 17: | Line 17: | ||
}) | }) | ||
$(function() { | $(function() { | ||
- | $("ul.ytigem").ytplaylist(); | + | $("ul.ytigem").ytplaylist({ |
+ | addThumbs: true, | ||
+ | autoPlay: false, | ||
+ | playerWidth: 365 | ||
+ | }); | ||
}); | }); | ||
Line 27: | Line 31: | ||
<style> | <style> | ||
- | # | + | #colsoc { |
float: left; | float: left; | ||
- | width: | + | display: block; |
+ | width: 405px; | ||
+ | } | ||
+ | |||
+ | #collab { | ||
+ | width: 405px; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | #socialmedia { | ||
+ | position: relative; | ||
+ | float: right; | ||
+ | bottom: 0px; | ||
+ | width: 405px; | ||
} | } | ||
#youtube { | #youtube { | ||
float: right; | float: right; | ||
+ | display: block; | ||
+ | width: 405px; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
} | } | ||
+ | |||
+ | #ffplugin { | ||
+ | clear: both; | ||
+ | display: block; | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | |||
#pics { | #pics { | ||
clear: both; | clear: both; | ||
} | } | ||
- | #ytvideo | + | #ytvideo { |
- | + | margin-bottom:10px; | |
- | + | width:405px; | |
- | margin-:10px; | + | |
- | width: | + | |
height: 300px; | height: 300px; | ||
overflow:hidden; | overflow:hidden; | ||
Line 51: | Line 74: | ||
position: relative; | position: relative; | ||
text-align: center; | text-align: center; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
#youtube ul { | #youtube ul { | ||
- | + | line-height: 1.5em; | |
- | + | list-style-image: none; | |
- | + | list-style-type: none; | |
- | + | text-align: center; | |
} | } | ||
#youtube ul li { | #youtube ul li { | ||
+ | float: left; | ||
list-style-type: none; | list-style-type: none; | ||
- | display:block; | + | display: block; |
background: #f1f1f1; | background: #f1f1f1; | ||
- | |||
width: 120px; | width: 120px; | ||
margin-right: 5px; | margin-right: 5px; | ||
padding:2px; | padding:2px; | ||
- | |||
} | } | ||
Line 104: | Line 116: | ||
</head> | </head> | ||
<body> | <body> | ||
- | |||
<div id="extra" class="content"> | <div id="extra" class="content"> | ||
- | + | <div id="colsoc"> | |
- | <div id="collab" class="subcontent ui-corner-all" > | + | <div id="collab" class="subcontent ui-corner-all subextra" > |
- | < | + | <h2>Collaborations</h2> |
<h3> Uppsala-Sweden </h3> | <h3> Uppsala-Sweden </h3> | ||
- | <p>They sent us a copy of their cph8 | + | <p>They sent us a copy of their cph8 part. It served us as negative control in the assays for our red light sensor. In return, we sent them a paper about the EnvZ/OmpR pathway involved in our redlight sensor.</p> |
<br> | <br> | ||
<h3> Freiburg-Germany </h3> | <h3> Freiburg-Germany </h3> | ||
- | <p> We had a very encouraging Skype conference with the Freiburg team. We talked about our lab progress and experience with bacterial light sensors | + | <p> We had a very encouraging Skype conference with the Freiburg team. We talked about our lab progress and experience with bacterial light sensors. The main topic were the problems regarding ligation of Biobricks. </p> |
<br> | <br> | ||
<h3> Wagening UR </h3> | <h3> Wagening UR </h3> | ||
- | <p> | + | <p> We tested their cloning software. Unfortunatly it didn't work for us :(</p> |
<br> | <br> | ||
+ | <h3> Edinburgh </h3> | ||
+ | <p> They sent us a copy of their part BBa_K322127.</p> | ||
+ | <br> | ||
+ | <h3> iGEM Lighters </h3> | ||
+ | <p> We are part of the iGEM Lighters group on Facebook where we share our experience regarding everything that has to do with light and bacteria. </p> | ||
+ | <br> | ||
+ | <h3> LMU </h3> | ||
+ | <p> We thank the 2011 team of the LMU, the other iGEM team from Munich, for their outstanding moral support. Do not forget to have a look at their <a href="https://2011.igem.org/Team:LMU-Munich">Wiki</a>! </p> | ||
+ | <br> | ||
+ | <h3> Twitter </h3> | ||
+ | <p> We thank all teams on twitter for the excellent moral support in the last few days before the wiki freeze. | ||
+ | |||
+ | </p> | ||
+ | |||
+ | |||
</div> | </div> | ||
- | <div id=" | + | </div> |
- | < | + | |
- | + | ||
+ | <div id="socialmedia" class="subcontent ui-corner-all subextra" > | ||
+ | <h2>Social Media:</h2> | ||
+ | <a href="https://www.facebook.com/pages/IGEM-TU-M%C3%BCnchen/149746078408629" target="_blank"><img src="https://static.igem.org/mediawiki/2011/3/38/TumFacebook.png" width="50"></a> | ||
+ | <a href="http://twitter.com/#!/iGEM_TUM_2011" target="_blank"><img src="https://static.igem.org/mediawiki/2011/b/bb/TumTwitter.png" width="50"></a> | ||
+ | <a href="http://www.youtube.com/user/iGEMTUMUNICH2011" target="_blank"><img src="https://static.igem.org/mediawiki/2011/d/d9/TumYoutube.png" width="50"></a> | ||
+ | </div> | ||
+ | |||
+ | <div id="youtube" class="subcontent ui-corner-all subextra"> | ||
+ | <h2>Videos</h2> | ||
<div id="ytvideo"></div> | <div id="ytvideo"></div> | ||
<ul class="ytigem"> | <ul class="ytigem"> | ||
- | <li><a href="http://www.youtube.com/watch?v= | + | <li><a href="http://www.youtube.com/watch?v=-PLllxA7_ig">Introduction</a></li> |
+ | <li><a href="http://www.youtube.com/watch?v=aH7Pb9g9XdI">Biotechnologie.tv Interview</a></li> | ||
+ | <li><a href="http://www.youtube.com/watch?v=GZ82LFpK-pE">TUM 2011 Promotion (German)</a></li> | ||
+ | <li><a href="http://www.youtube.com/watch?v=Jlbds9pBlb4">Kindergarten Trailer</a></li> | ||
<li><a href="http://www.youtube.com/watch?v=0GLP_fOjnV8">Kindergarten</a></li> | <li><a href="http://www.youtube.com/watch?v=0GLP_fOjnV8">Kindergarten</a></li> | ||
+ | <li><a href="http://www.youtube.com/watch?v=Ax-JkkXbGuo">Timelapse Office</a></li> | ||
</ul> | </ul> | ||
- | + | </div> | |
+ | |||
+ | <div id="ffplugin" class="subcontent ui-corner-all subextra"> | ||
+ | <h2>Open Search Plugin</h2> | ||
+ | <p>We created an Open Search Plugin for the parts registry that enables you to search for parts more quickly.</p> | ||
+ | <a href="https://2011.igem.org/Team:TU_Munich/partsregistry.xml?action=raw">partsregistry.xml</a> | ||
</div> | </div> | ||
- | <div id="pics" class="subcontent ui-corner-all"> | + | <div id="german" class="subcontent ui-corner-all subextra"> |
- | < | + | <h2>German Project Overview</h2> |
+ | <p>We present the introduction, overview and project details of E.XPRESS3D in German, in addition to English. This is in order to promote the understanding of the chances and perspectives of synthetic biology among German people, who are not able to speak English.</p> | ||
+ | <a href="https://2011.igem.org/Team:TU_Munich/extra/german"><img src="https://static.igem.org/mediawiki/2011/b/be/200px-Flag_of_Germany.svg.png" width="75"></a> <a href="https://2011.igem.org/Team:TU_Munich/extra/german">German Overview</a> | ||
+ | </div> | ||
+ | |||
+ | <div id="pics" class="subcontent ui-corner-all subextra"> | ||
+ | <h2>Pictures</h2> | ||
<div id="pictures" > | <div id="pictures" > | ||
<div id="mygallery"></div> | <div id="mygallery"></div> | ||
+ | |||
</div> | </div> | ||
</div> | </div> |
Latest revision as of 02:10, 29 October 2011
Collaborations
Uppsala-Sweden
They sent us a copy of their cph8 part. It served us as negative control in the assays for our red light sensor. In return, we sent them a paper about the EnvZ/OmpR pathway involved in our redlight sensor.
Freiburg-Germany
We had a very encouraging Skype conference with the Freiburg team. We talked about our lab progress and experience with bacterial light sensors. The main topic were the problems regarding ligation of Biobricks.
Wagening UR
We tested their cloning software. Unfortunatly it didn't work for us :(
Edinburgh
They sent us a copy of their part BBa_K322127.
iGEM Lighters
We are part of the iGEM Lighters group on Facebook where we share our experience regarding everything that has to do with light and bacteria.
LMU
We thank the 2011 team of the LMU, the other iGEM team from Munich, for their outstanding moral support. Do not forget to have a look at their Wiki!
We thank all teams on twitter for the excellent moral support in the last few days before the wiki freeze.
Videos
Open Search Plugin
We created an Open Search Plugin for the parts registry that enables you to search for parts more quickly.
partsregistry.xmlGerman Project Overview
We present the introduction, overview and project details of E.XPRESS3D in German, in addition to English. This is in order to promote the understanding of the chances and perspectives of synthetic biology among German people, who are not able to speak English.
German Overview
Social Media: