|
|
Line 1: |
Line 1: |
- | {{css}} | + | {{main}} |
- | <html>
| + | |
- | <head>
| + | |
- | <title>UNIPV TEAM 2011</title>
| + | |
- | <meta name="description" content="Description" />
| + | |
- | <meta name="keywords" content="Keywords" />
| + | |
| | | |
- | <link rel="stylesheet" href="https://2011.igem.org/Team:UNIPV-Pavia/Templates/nivo_default_css?action=raw&ctype=text/css" type="text/css"/>
| |
- | <link rel="stylesheet" href="https://2011.igem.org/Team:UNIPV-Pavia/Templates/nivo_css?action=raw&ctype=text/css" type="text/css"/>
| |
| | | |
| + | <html> |
| <script type="text/javascript" src="https://2011.igem.org/Team:UNIPV-Pavia/Templates/jquery_js?action=raw&ctype=text/javascript"></script> | | <script type="text/javascript" src="https://2011.igem.org/Team:UNIPV-Pavia/Templates/jquery_js?action=raw&ctype=text/javascript"></script> |
- | <script type="text/javascript" src="https://2011.igem.org/Team:UNIPV-Pavia/Templates/nivo_slider_pack?action=raw&ctype=text/javascript"></script>
| |
- |
| |
| <script type="text/javascript"> | | <script type="text/javascript"> |
- | $(window).load(function() {
| + | |
- | $('#slider').nivoSlider({
| + | $(document).ready(function() { |
- | effect:'fade',
| + | |
- | pauseOnHover:true
| + | var nam = new Array(); |
- | });
| + | nam[1] = "Niccolò Franceschi"; |
- | });
| + | nam[2] = "Davide Bianchini"; |
| + | nam[3] = "Nicolò Politi"; |
| + | nam[4] = "Prof. Paolo Magni"; |
| + | nam[5] = "Daniele Sartori"; |
| + | nam[6] = "Edoardo Baldini"; |
| + | nam[7] = "Tommaso Goggia"; |
| + | nam[8] = "Viola Ghio"; |
| + | nam[9] = "Emanuela Pasi"; |
| + | nam[10] = "Susanna Zucca"; |
| + | nam[11] = "Federica Sampietro"; |
| + | nam[12] = "Prof. Cusella"; |
| + | nam[13] = "Lorenzo Pasotti"; |
| + | nam[14] = "Giuseppe Bertoni"; |
| | | |
| | | |
- | </script>
| + | var port = new Array(); |
| + | port[1] = "https://static.igem.org/mediawiki/2011/6/6f/Niccolofranceschi.jpg"; |
| + | port[2] = "https://static.igem.org/mediawiki/2011/4/4f/Davidebianchini.jpg"; |
| + | port[3] = "https://static.igem.org/mediawiki/2011/b/bf/Nicolopoliti.jpg"; |
| + | port[4] = "https://static.igem.org/mediawiki/2011/8/87/Paolomagni.jpg"; |
| + | port[5] = "https://static.igem.org/mediawiki/2011/0/06/Danielesartori.jpg"; |
| + | port[6] = "https://static.igem.org/mediawiki/2011/0/04/Edoardobaldini.jpg"; |
| + | port[7] = "https://static.igem.org/mediawiki/2011/8/82/Tommasogoggia.jpg"; |
| + | port[8] = "https://static.igem.org/mediawiki/2011/4/46/Violaghio.jpg"; |
| + | port[9] = "https://static.igem.org/mediawiki/2011/6/61/Emanuelapasi.jpg"; |
| + | port[10] = "https://static.igem.org/mediawiki/2011/9/9e/Susannazucca.jpg"; |
| + | port[11] = "https://static.igem.org/mediawiki/2011/f/f5/Federicasampietro.jpg"; |
| + | port[12] = "https://static.igem.org/mediawiki/2011/f/f5/Federicasampietro.jpg"; |
| + | port[13] = "https://static.igem.org/mediawiki/2011/f/f5/Federicasampietro.jpg"; |
| + | port[14] = "https://static.igem.org/mediawiki/2011/f/f5/Federicasampietro.jpg"; |
| | | |
| + | |
| + | var des = new Array(); |
| + | des[1] = "11111111111111"; |
| + | des[2] = "22222"; |
| + | des[3] = "3333"; |
| + | des[4] = "4444444444444"; |
| + | des[5] = "5555555555555"; |
| + | des[6] = "Bachelor Degree in Electronic Engineering at University of Pavia.<br>Currently Master student in Photonics and Optoelectronics, last year.<br><br>My academic interests include Quantum Electronics, Nonlinear Optics, Condensed Matter Physics and Biophotonics. I decided to take part to iGEM competition to explore the points of contact between Synthetic Biology and Photonics/Electronics.<br>Besides university, I spend time playing the piano and leading a musical webmagazine."; |
| + | des[7] = "77777777777777"; |
| + | des[8] = "88888888888888"; |
| + | des[9] = "999999999999999"; |
| + | des[10] = "10 10 10 10 10"; |
| + | des[11] = "11 11 11 11 11"; |
| + | des[12] = "12 12 12 12 12"; |
| + | des[13] = "13 13 13 13 13"; |
| + | des[14] = "14 14 14 14 14"; |
| | | |
- | </head>
| + | |
| + | $("#tipo1").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[1]); |
| + | $("#teamful").append(des[1]); |
| + | $("#foto").attr("src", port[1]); |
| + | }); |
| + | $("#tipo2").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[2]); |
| + | $("#teamful").append(des[2]); |
| + | $("#foto").attr("src", port[2]); |
| + | }); |
| + | $("#tipo3").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[3]); |
| + | $("#teamful").append(des[3]); |
| + | $("#foto").attr("src", port[3]); |
| + | }); |
| + | $("#tipo4").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[4]); |
| + | $("#teamful").append(des[4]); |
| + | $("#foto").attr("src", port[4]); |
| + | }); |
| + | $("#tipo5").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[5]); |
| + | $("#teamful").append(des[5]); |
| + | $("#foto").attr("src", port[5]); |
| + | }); |
| + | $("#tipo6").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[6]); |
| + | $("#teamful").append(des[6]); |
| + | $("#foto").attr("src", port[6]); |
| + | }); |
| + | $("#tipo7").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[7]); |
| + | $("#teamful").append(des[7]); |
| + | $("#foto").attr("src", port[7]); |
| + | }); |
| + | $("#tipo8").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[8]); |
| + | $("#teamful").append(des[8]); |
| + | $("#foto").attr("src", port[8]); |
| + | }); |
| + | $("#tipo9").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[9]); |
| + | $("#teamful").append(des[9]); |
| + | $("#foto").attr("src", port[9]); |
| + | }); |
| + | $("#tipo10").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[10]); |
| + | $("#teamful").append(des[10]); |
| + | $("#foto").attr("src", port[10]); |
| + | }); |
| + | $("#tipo11").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[11]); |
| + | $("#teamful").append(des[11]); |
| + | $("#foto").attr("src", port[11]); |
| + | }); |
| | | |
- | <body>
| |
- | <div class="igem_logo" onclick="location.href='https://2011.igem.org';" style="cursor: pointer;"></div>
| |
- | <div id="art-main">
| |
- | <div class="art-sheet">
| |
- | <div class="art-sheet-tl"></div>
| |
- | <div class="art-sheet-tr"></div>
| |
- | <div class="art-sheet-bl"></div>
| |
- | <div class="art-sheet-br"></div>
| |
- | <div class="art-sheet-tc"></div>
| |
- | <div class="art-sheet-bc"></div>
| |
- | <div class="art-sheet-cl"></div>
| |
- | <div class="art-sheet-cr"></div>
| |
- | <div class="art-sheet-cc"></div>
| |
- | <div class="art-sheet-body">
| |
- | <div class="art-header">
| |
- | <div class="art-header-clip">
| |
- | <div class="art-header-jpeg" onclick="location.href='https://2011.igem.org/Team:UNIPV-Pavia';" style="cursor: pointer;"></div>
| |
- | </div>
| |
- | <div class="art-logo"></div>
| |
- | </div>
| |
| | | |
| | | |
| + | |
| + | $("#tipoT1").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[1]); |
| + | $("#teamful").append(des[1]); |
| + | $("#foto").attr("src", port[1]); |
| + | }); |
| + | $("#tipoT2").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[2]); |
| + | $("#teamful").append(des[2]); |
| + | $("#foto").attr("src", port[2]); |
| + | }); |
| + | $("#tipoT3").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[3]); |
| + | $("#teamful").append(des[3]); |
| + | $("#foto").attr("src", port[3]); |
| + | }); |
| + | $("#tipoT4").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[4]); |
| + | $("#teamful").append(des[4]); |
| + | $("#foto").attr("src", port[4]); |
| + | }); |
| + | $("#tipoT5").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[5]); |
| + | $("#teamful").append(des[5]); |
| + | $("#foto").attr("src", port[5]); |
| + | }); |
| + | $("#tipoT6").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[6]); |
| + | $("#teamful").append(des[6]); |
| + | $("#foto").attr("src", port[6]); |
| + | }); |
| + | $("#tipoT7").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[7]); |
| + | $("#teamful").append(des[7]); |
| + | $("#foto").attr("src", port[7]); |
| + | }); |
| + | $("#tipoT8").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[8]); |
| + | $("#teamful").append(des[8]); |
| + | $("#foto").attr("src", port[8]); |
| + | }); |
| + | $("#tipoT9").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[9]); |
| + | $("#teamful").append(des[9]); |
| + | $("#foto").attr("src", port[9]); |
| + | }); |
| + | $("#tipoT10").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[10]); |
| + | $("#teamful").append(des[10]); |
| + | $("#foto").attr("src", port[10]); |
| + | }); |
| + | $("#tipoT11").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[11]); |
| + | $("#teamful").append(des[11]); |
| + | $("#foto").attr("src", port[11]); |
| + | }); |
| + | $("#tipoT12").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[12]); |
| + | $("#teamful").append(des[12]); |
| + | $("#foto").attr("src", port[12]); |
| + | }); |
| + | $("#tipoT13").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[13]); |
| + | $("#teamful").append(des[13]); |
| + | $("#foto").attr("src", port[13]); |
| + | }); |
| + | $("#tipoT14").mouseenter(function() { |
| + | $("#teamnam").empty(); |
| + | $("#teamful").empty(); |
| + | $("#teamnam").append(nam[14]); |
| + | $("#teamful").append(des[14]); |
| + | $("#foto").attr("src", port[14]); |
| + | }); |
| | | |
- | <div class="cleared reset-box"></div>
| |
- | <div class="art-nav">
| |
- | <div class="art-nav-l"></div>
| |
- | <div class="art-nav-r"></div>
| |
- | <div class="art-nav-outer">
| |
- | <ul class="art-hmenu">
| |
- | <li>
| |
- | <a><span class="l"></span><span class="r"></span><span class="t">Project</span></a>
| |
- | <ul>
| |
- | <li>
| |
- | <a href="./project/motivation.html">Motivation</a>
| |
| | | |
- | </li>
| |
- | <li>
| |
- | <a href="./project/solution.html">Solution</a>
| |
| | | |
- | </li>
| |
- | <li>
| |
- | <a href="./project/modelling.html">Modelling</a>
| |
| | | |
- | </li>
| |
- | <li>
| |
- | <a href="./project/results.html">Results</a>
| |
| | | |
- | </li>
| |
- | <li>
| |
- | <a href="./project/references.html">References</a>
| |
| | | |
- | </li>
| |
- | </ul>
| |
- | </li>
| |
- | <li>
| |
- | <a><span class="l"></span><span class="r"></span><span class="t">Lab</span></a>
| |
- |
| |
- | <ul>
| |
- | <li>
| |
- | <a>Materials & Methods</a>
| |
- | <ul>
| |
- | <li>
| |
- | <a href="https://2011.igem.org/Team:UNIPV-Pavia/Protocols">Protocols</a>
| |
| | | |
- | </li>
| + | }); |
- | <li>
| + | </script> |
- | <a href="./lab/materials-methods/instruments.html">Instruments</a>
| + | <style type="text/css"> |
| + | #teamcon { |
| + | width:756px; |
| + | height:1200px; |
| + | position:relative; |
| + | z-index:0; |
| + | } |
| + | #teamfoto { |
| + | width:750px; |
| + | position:relative; |
| + | z-index:1; |
| + | } |
| + | #xxx { |
| + | width:100px; |
| + | height:100px; |
| + | position:absolute; |
| + | left:6px; |
| + | top:30px; |
| + | background-color:#123456; |
| + | color:#ffffff; |
| + | z-index:0; |
| + | } |
| + | #teambox { |
| + | width:756px; |
| + | height:300px; |
| + | position:absolute; |
| + | left:-1px; |
| + | top:502px; |
| + | background-color:#889399; |
| + | color:#ffffff; |
| + | z-index:0; |
| + | } |
| + | #teamnam { |
| + | width:500px; |
| + | position:relative; |
| + | left:250px; |
| + | top:40px; |
| + | font-weight:bold; |
| + | z-index:0; |
| + | } |
| + | #teamful { |
| + | width:500px; |
| + | position:relative; |
| + | left:249px; |
| + | top:63px; |
| + | z-index:0; |
| + | } |
| + | #teamdes { |
| + | width:500px; |
| + | position:relative; |
| + | left:20px; |
| + | top:20px; |
| + | font-size:2em; |
| + | z-index:0; |
| + | } |
| + | #tipo1 { |
| + | width:46px; |
| + | height:150px; |
| + | position:absolute; |
| + | left:136px; |
| + | top:50px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipo2 { |
| + | width:59px; |
| + | height:150px; |
| + | position:absolute; |
| + | left:190px; |
| + | top:47px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipo3 { |
| + | width:48px; |
| + | height:151px; |
| + | position:absolute; |
| + | left:257px; |
| + | top:50px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipo4 { |
| + | width:60px; |
| + | height:164px; |
| + | position:absolute; |
| + | left:316px; |
| + | top:38px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipo5 { |
| + | width:53px; |
| + | height:158px; |
| + | position:absolute; |
| + | left:409px; |
| + | top:34px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipo6 { |
| + | width:50px; |
| + | height:163px; |
| + | position:absolute; |
| + | left:477px; |
| + | top:46px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipo7 { |
| + | width:56px; |
| + | height:163px; |
| + | position:absolute; |
| + | left:542px; |
| + | top:41px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipo8 { |
| + | width:63px; |
| + | height:158px; |
| + | position:absolute; |
| + | left:203px; |
| + | top:261px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipo9 { |
| + | width:58px; |
| + | height:158px; |
| + | position:absolute; |
| + | left:284px; |
| + | top:259px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipo10 { |
| + | width:58px; |
| + | height:158px; |
| + | position:absolute; |
| + | left:365px; |
| + | top:257px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipo11 { |
| + | width:65px; |
| + | height:158px; |
| + | position:absolute; |
| + | left:438px; |
| + | top:259px; |
| + | z-index:2; |
| + | background-image:url('https://static.igem.org/mediawiki/2011/1/10/UNIPV-blank.png'); |
| + | } |
| + | #tipoT1 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:500px; |
| + | top:920px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT2 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:500px; |
| + | top:870px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT3 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:250px; |
| + | top:870px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT4 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:0px; |
| + | top:845px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT5 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:500px; |
| + | top:1020px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT6 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:500px; |
| + | top:845px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT7 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:500px; |
| + | top:970px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT8 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:500px; |
| + | top:945px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT9 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:500px; |
| + | top:995px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT10 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:250px; |
| + | top:920px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT11 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:250px; |
| + | top:895px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT12 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:0px; |
| + | top:870px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT13 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:250px; |
| + | top:845px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #tipoT14 { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:500px; |
| + | top:895px; |
| + | z-index:2; |
| + | background-color:#E2EAEE; |
| + | } |
| + | #instructors { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:1px; |
| + | top:815px; |
| + | z-index:2; |
| + | font-size: 18px; |
| + | font-style: italic; |
| + | font-weight: bold; |
| + | } |
| + | #advisors { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:250px; |
| + | top:815px; |
| + | z-index:2; |
| + | font-size: 18px; |
| + | font-style: italic; |
| + | font-weight: bold; |
| + | } |
| + | #students { |
| + | position:absolute; |
| + | width:245px; |
| + | height:auto; |
| + | left:500px; |
| + | top:815px; |
| + | z-index:2; |
| + | font-size: 18px; |
| + | font-style: italic; |
| + | font-weight: bold; |
| + | } |
| + | </style> |
| | | |
- | </li>
| + | <div id="teamcon"> <img src="https://static.igem.org/mediawiki/2011/1/1f/UNIPV-team.jpg" align="left" id="teamfoto"> |
- | </ul>
| + | <div id="tipo1"> </div> |
- | | + | <div id="tipo2"> </div> |
- | </li>
| + | <div id="tipo3"> </div> |
- | <li>
| + | <div id="tipo4"> </div> |
- | <a>Notebook</a>
| + | <div id="tipo5"> </div> |
- | <ul>
| + | <div id="tipo6"> </div> |
- | <li>
| + | <div id="tipo7"> </div> |
- | <a href="https://2011.igem.org/Team:UNIPV-Pavia/Calendar">Calendar</a>
| + | <div id="tipo8"> </div> |
- | | + | <div id="tipo9"> </div> |
- | </li>
| + | <div id="tipo10"> </div> |
- | <li>
| + | <div id="tipo11"> </div> |
- | <a href="https://2011.igem.org/Team:UNIPV-Pavia/Freezer">Freezer Management</a>
| + | <div id="teambox"> |
- | | + | <div id="xxx"> <img src="http://aux.iconpedia.net/uploads/1241097630.png" width="195" id="foto"></div> |
- | </li>
| + | <div id="teamnam"> </div> |
- | </ul>
| + | <div id="teamful"> </div> |
- | | + | </div> |
- | </li>
| + | <div id="instructors">Instructors</div> |
- | <li>
| + | <div id="advisors">Advisors</div> |
- | <a href="https://2011.igem.org/Team:UNIPV-Pavia/Biosafety">Biosafety</a>
| + | <div id="students">Students</div> |
- | | + | <div id="tipoT1">Niccolò Franceschi</div> |
- | </li>
| + | <div id="tipoT2">Davide Bianchini</div> |
- | </ul>
| + | <div id="tipoT3">Nicolò Politi</div> |
- | </li>
| + | <div id="tipoT4">Prof. Paolo Magni</div> |
- | <li>
| + | <div id="tipoT5">Daniele Sartori</div> |
- | <a><span class="l"></span><span class="r"></span><span class="t">Parts</span></a>
| + | <div id="tipoT6">Edoardo Baldini</div> |
- | <ul>
| + | <div id="tipoT7">Tommaso Goggia</div> |
- | <li>
| + | <div id="tipoT8">Viola Ghio</div> |
- | <a href="./parts/submitted.html">Submitted</a>
| + | <div id="tipoT9">Emanuela Pasi</div> |
- | | + | <div id="tipoT10">Susanna Zucca</div> |
- | </li>
| + | <div id="tipoT11">Federica Sampietro</div> |
- | <li>
| + | <div id="tipoT12">Prof. Cusella</div> |
- | <a href="./parts/characterized.html">Characterized</a>
| + | <div id="tipoT13">Lorenzo Pasotti</div> |
- | | + | <div id="tipoT14">Giuseppe Bertoni</div> |
- | </li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a><span class="l"></span><span class="r"></span><span class="t">About us</span></a>
| + | |
- | <ul>
| + | |
- | <li>
| + | |
- | <a href="./about-us/team.html">Team</a>
| + | |
- | | + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a href="./about-us/pavia.html">Pavia</a>
| + | |
- | | + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a href="./about-us/gallery.html">Gallery</a>
| + | |
- | | + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a href="./about-us/sponsors.html">Sponsors</a>
| + | |
- | | + | |
- | </li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | </ul>
| + | |
| </div> | | </div> |
- | </div>
| |
- |
| |
- |
| |
| </html> | | </html> |
- | {{article}}
| |
| | | |
- | <html>
| |
| | | |
| | | |
- | <h2 class="art-postheader"> CTRL + <em>E</em> </h2>
| |
| | | |
- | <div style="width:700px;margin:10px auto;">
| |
- | <div class="slider-wrapper theme-default">
| |
- | <div class="ribbon"></div>
| |
- |
| |
- | <div id="nivoslider-125" class="nivoSlider" style="width:700px;height:300px;"><img src="http://nivo.dev7studios.com/wp-content/plugins/nivo-slider-pro/timthumb.php?src=http://nivo.dev7studios.com/wp-content/uploads/2011/08/nemo83.png&h=300&w=700&zc=1&q=100" alt="" /><img src="http://nivo.dev7studios.com/wp-content/plugins/nivo-slider-pro/timthumb.php?src=http://nivo.dev7studios.com/wp-content/uploads/2011/08/slider65.png&h=300&w=700&zc=1&q=100" title="#nivoslider-125-caption-0" alt="" /><img src="http://nivo.dev7studios.com/wp-content/plugins/nivo-slider-pro/timthumb.php?src=http://nivo.dev7studios.com/wp-content/uploads/2011/08/walle12.png&h=300&w=700&zc=1&q=100" alt="" /></div>
| |
- | </div>
| |
- | <div id="nivoslider-125-caption-0" class="nivo-html-caption">You can add captions too…</div>
| |
- | <p><script type="text/javascript">
| |
- | jQuery(window).load(function(){
| |
- | jQuery("#nivoslider-125").nivoSlider({
| |
- | effect:"random",
| |
- | slices:15,
| |
- | boxCols:8,
| |
- | boxRows:4,
| |
- | animSpeed:500,
| |
- | pauseTime:3000,
| |
- | startSlide:0,
| |
- | directionNav:true,
| |
- | directionNavHide:true,
| |
- | controlNav:true,
| |
- | controlNavThumbs:false,
| |
- | controlNavThumbsFromRel:true,
| |
- | keyboardNav:true,
| |
- | pauseOnHover:true,
| |
- | manualAdvance:false
| |
- | });
| |
- | });
| |
- | </script>
| |
- | </div>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <br>
| |
- |
| |
- | <div class="cleared"></div>
| |
- | <div class="art-postcontent">
| |
- |
| |
- | <p style="text-align:center;"><span style="font-style:italic;">Signalling is nothing without control...</span></p>
| |
- |
| |
- |
| |
- |
| |
- | <br>
| |
- |
| |
- |
| |
- |
| |
- | <p style="text-align:justify;">
| |
- |
| |
- | One of the pivotal objectives of synthetic biology is to build complex gene networks with a predictable behavior by combining well-characterized basic modules. </p>
| |
- | <p style="text-align:justify;">As a proof of concept of this fundamental, our project aims at designing and implementing in <em>E. coli</em> a quorum sensing-based control system, able to regulate the concentration of a signaling molecule (3OC6-HSL) via a negative feedback loop. </p>
| |
- | <p style="text-align:justify;">In order to obtain the desired output, fine-tuning of the circuit is necessary; therefore, a mathematical model of the control system will be derived and identified by data coming from <em>ad hoc</em> experiments performed on basic modules. Model simulations will be used to meet the design specifications of the biological controller, demonstrating that full characterization of basic parts is a major goal to predict the behavior of more complex circuits.</p>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | </html>
| |
| | | |
| {{end}} | | {{end}} |