Team:Slovenia/Team
From 2012.igem.org
(Prototype team page) |
Strazkosann (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | |||
- | |||
<html> | <html> | ||
- | < | + | <head> |
- | + | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
- | + | ||
- | + | <style type="text/css"> | |
- | + | ||
- | + | ||
+ | #container {background:#fff; margin:0 auto 0px; padding:5px 0px 0px; width:960px; border-radius:10px;} | ||
+ | #main {background:#fff; width:950px; padding-left:15px; padding-right:15px; padding-top:0px; padding-bottom:10px; margin-top:0px; border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-left-radius:10px; border-bottom-right-radius:10px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size:110%; } | ||
+ | |||
+ | #mainmenu {background:#fff; width:980px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; margin-top:0px; border-top-left-radius:2px; border-top-right-radius:2px; border-bottom-left-radius:10px; border-bottom-right-radius:10px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size:110%; } | ||
+ | |||
+ | |||
+ | |||
+ | p {line-height:1.5em; margin:0 0 15px; text-align:justify;} | ||
+ | h2 {font-size:1.8em; font-weight:400; margin:0 0 12px;} | ||
+ | |||
+ | .clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;} | ||
+ | * html .clearfix{height:1%;} | ||
+ | *:first-child+html .clearfix{min-height:1%;} | ||
+ | |||
+ | img { display: block; margin-left: auto; margin-right: auto } | ||
+ | |||
+ | |||
+ | a, a:visited, a:active {border-bottom:1px dotted #505050; color:#0C5DA5; text-decoration:none;} | ||
+ | a:hover {border-bottom:1px solid #505050; color:#303030; text-decoration:none;} | ||
+ | a img {border:0;} | ||
+ | |||
+ | .firstHeading {display:none;} | ||
+ | |||
+ | /*#footer-box { display:none ;}*/ | ||
+ | #footer-box { width: 950px; border:none; border-radius:10px; padding:15px 15px 15px 15px; margin-bottom:10px;} | ||
+ | |||
+ | #top-section { | ||
+ | position: relative; | ||
+ | height: 0px; | ||
+ | width: 965px; | ||
+ | margin: 0 auto 0 auto; | ||
+ | border-left: 1px solid #444444; | ||
+ | border-right: 1px solid #444444; | ||
+ | border-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #catlinks { display:none; } | ||
+ | |||
+ | |||
+ | #p-logo { display:none;} | ||
+ | |||
+ | |||
+ | #column-one { padding-top:0px; padding: 0 0 0 0;} | ||
+ | |||
+ | body | ||
+ | { | ||
+ | margin:0; | ||
+ | padding:15px 0 0; | ||
+ | background-color: #ececec; | ||
+ | background-image:url("https://static.igem.org/mediawiki/2012/5/5d/Svn12_bckg_css.png"); | ||
+ | background-repeat:repeat; | ||
+ | } | ||
+ | |||
+ | |||
+ | #content{ | ||
+ | background-color: transparent; | ||
+ | border-left: none; | ||
+ | border-right: none; | ||
+ | width:980px; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #banner{ | ||
+ | background-image:url("https://static.igem.org/mediawiki/2012/a/a9/Svn12_bannertop.png"); | ||
+ | background-position: center; | ||
+ | background-repeat: no-repeat; | ||
+ | width:980; | ||
+ | height:239px; | ||
+ | font-family:Arial; | ||
+ | font-size:12px; | ||
+ | padding-left:268px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* menu (page, edit ...) */ | ||
+ | #menubar { | ||
+ | position: absolute; | ||
+ | white-space: nowrap; | ||
+ | top: -6px; | ||
+ | width: 400px; | ||
+ | z-index: 5; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 95%; | ||
+ | line-height: 1em; | ||
+ | } | ||
+ | |||
+ | .left-menu, .left-menu a { | ||
+ | left: 0px; | ||
+ | text-align: left; | ||
+ | color:#114472; | ||
+ | text-transform: lowercase; | ||
+ | } | ||
+ | |||
+ | .left-menu:hover { | ||
+ | color: #114472; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .right-menu, .right-menu a { | ||
+ | right: 0px; | ||
+ | text-align: right; | ||
+ | color: #114472; | ||
+ | } | ||
+ | #menubar ul { | ||
+ | color: #114472; | ||
+ | list-style: none; | ||
+ | } | ||
+ | #menubar li { | ||
+ | display: inline; | ||
+ | position: relative; | ||
+ | cursor: pointer; | ||
+ | padding-left: 0px; | ||
+ | padding-right: 0px; | ||
+ | } | ||
+ | .left-menu li a { | ||
+ | padding: 0px 10px 0px 0px; | ||
+ | } | ||
+ | .left-menu .selected { | ||
+ | # color: #114472; | ||
+ | } | ||
+ | #.left-menu .selected:hover { | ||
+ | # color: #114472; | ||
+ | #} | ||
+ | |||
+ | .left-menu:hover a { | ||
+ | color: #114472;; | ||
+ | } | ||
+ | .right-menu li { | ||
+ | # background-color: transparent; | ||
+ | } | ||
+ | .right-menu li a { | ||
+ | padding: 0px 15px 0px 0px; | ||
+ | color: #114472;; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .right-menu li a:hover { | ||
+ | color: #114472; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | /* end menu (edit, page ...) */ | ||
+ | |||
+ | |||
+ | /* Tables */ | ||
+ | /* IE 6: http://webdesign.about.com/od/tables/qt/tiptablecenter.htm */ | ||
+ | table.normal { border-collapse: collapse; margin: auto; width:80%; margin-bottom:15px; } | ||
+ | td.normal, th.normal { padding-left: 1.4em; padding-right: 1.4em; padding-top: 0.4em; padding-bottom: 0.4em; border: 1px #d8d8d8 solid; } | ||
+ | thead.normal{ background: #0C5DA5; color:#ffffff; border: 1px #d8d8d8 solid; } | ||
+ | tbody .normal{ background: #fff; } | ||
+ | |||
+ | |||
+ | p.inliner{text-align:justify; } | ||
+ | img.inliner{width:100%; border-width:0px;} | ||
+ | table.inliner{border-width:0px; float:right; width:60%; margin-bottom:15px; margin-left:15 px; margin-right:15 px; padding-left:15px; } | ||
+ | td.inliner, th.normal { border-width:0px;} | ||
+ | thead.inliner{} | ||
+ | tbody .inliner{} | ||
+ | |||
+ | |||
+ | table.outcome { border-collapse: collapse; margin: auto; width:90%; margin-bottom:15px; } | ||
+ | td.outcome, th.normal { padding-left: 1.4em; padding-right: 1.4em; padding-top: 0.4em; padding-bottom: 0.4em; border: 1px #d8d8d8 solid; } | ||
+ | thead.outcome{ background: #0C5DA5; color:#ffffff; border: 1px #d8d8d8 solid; } | ||
+ | tbody .outcome{ background: #fff; } | ||
+ | ul.circle { | ||
+ | list-style-type:circle; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* invisible table */ | ||
+ | table.invisible{ border-collapse: collapse; margin: auto; width:100%; margin-bottom:15px; } | ||
+ | td.invisible, th.invisible { padding-left: 1.4em; padding-right: 1.4em; padding-top: 0.4em; padding-bottom: 0.4em; border:none; } | ||
+ | thead.invisible{ background: #0C5DA5; color:#ffffff; border:none; } | ||
+ | tbody .invisible{ background: #fff; } | ||
+ | |||
+ | |||
+ | /* summary table */ | ||
+ | table.summary{ border-collapse: collapse; margin: auto; width:100%; margin-bottom:10px; } | ||
+ | td.summary, th.summary{ background:#d0ecf4; color:#000000; padding-left: 5px; padding-right: 15px; padding-top: 15px; padding-bottom: 15px; border:none; border-radius:0px;} | ||
+ | thead.summary{ background:#d0ecf4; color:#000000; border:none; border-radius:0px; } | ||
+ | tbody.summary{ background: #fff; } | ||
+ | |||
+ | |||
+ | |||
+ | /* CSS navigation menu (blue) */ | ||
+ | #cssmenu{ height:37px; display:block; padding:0; margin:0; border:1px solid; border-radius:0px; } | ||
+ | #cssmenu > ul {list-style:inside none; padding:0; margin:0;} | ||
+ | #cssmenu > ul > li {list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative;} | ||
+ | #cssmenu > ul > li > a{ outline:none; display:block; position:relative; padding:12px 17px; font:bold 13px/100% Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.4); } | ||
+ | #cssmenu > ul > li:first-child > a{border-radius:5px 0 0 5px;} | ||
+ | #cssmenu > ul > li > a:after{ content:''; position:absolute; border-right:1px solid; top:-1px; bottom:-1px; right:-2px; z-index:99; } | ||
+ | #cssmenu ul li.has-sub:hover > a:after{top:0; bottom:0;} | ||
+ | #cssmenu > ul > li.has-sub > a:before{ content:''; position:absolute; top:18px; right:6px; border:5px solid transparent; border-top:5px solid #fff; } | ||
+ | #cssmenu > ul > li.has-sub:hover > a:before{top:19px;} | ||
+ | #cssmenu ul li.has-sub:hover > a{ background:#043A6B; border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:999; } | ||
+ | #cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{display:block;} | ||
+ | #cssmenu ul li.has-sub > a:hover{background:#043A6B; border-color:#3f3f3f;} | ||
+ | #cssmenu ul li > ul, #cssmenu ul li > div{ display:none; width:auto; position:absolute; top:38px; padding:10px 0; background:#043A6B; border-radius:0 5px 5px 5px; z-index:999; } | ||
+ | /*#cssmenu ul li > ul{width:200px;} */ | ||
+ | #cssmenu ul li > ul{width:165px;} | ||
+ | #cssmenu ul li > ul li{display:block; list-style:inside none; padding:0; margin:0; position:relative;} | ||
+ | #cssmenu ul li > ul li a{ outline:none; display:block; position:relative; margin:0; padding:8px 20px; font:10pt Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.5); } | ||
+ | #cssmenu, #cssmenu > ul > li > ul > li a:hover | ||
+ | { background:#043A6B; | ||
+ | background:-moz-linear-gradient(top, #043A6B 0%, #0C5DA5 100%); | ||
+ | background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#043A6B), color-stop(100%,#0C5DA5)); | ||
+ | background:-webkit-linear-gradient(top, #043A6B 0%,#0C5DA5 100%); | ||
+ | background:-o-linear-gradient(top, #043A6B 0%,#0C5DA5 100%); | ||
+ | background:-ms-linear-gradient(top, #043A6B 0%,#0C5DA5 100%); | ||
+ | background:linear-gradient(top, #043A6B 0%,#0C5DA5 100%); | ||
+ | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#043A6B', endColorstr='#0C5DA5',GradientType=0); | ||
+ | } | ||
+ | #cssmenu{border-color:#043A6B;} | ||
+ | #cssmenu > ul > li > a{border-right:1px solid #043A6B; color:#fff;} | ||
+ | #cssmenu > ul > li > a:after{border-color:#0C5DA5;} | ||
+ | #cssmenu > ul > li > a:hover{background:#0C5DA5;} | ||
+ | /* end CSS navigation menu (blue) */ | ||
+ | |||
+ | |||
+ | ul { | ||
+ | line-height: 1.5em; | ||
+ | list-style-type: square; | ||
+ | margin: 0 0 0 0; | ||
+ | padding: 0; | ||
+ | /*list-style-image: url(bullet.gif);*/ | ||
+ | } | ||
+ | |||
+ | .abstract {background:#0C5DA5; color:#ffffff; padding:10px; border-radius:5px;} | ||
+ | |||
+ | |||
+ | |||
+ | table.splash {position:relative;} | ||
+ | td.splash, th.splash {width:300px; height:300px;} | ||
+ | thead.splash{ background: #0C5DA5; color:#ffffff; border: 0px #d8d8d8 solid; } | ||
+ | tbody .splash{ background: #fff; } | ||
+ | |||
+ | td.splash .ttip{ | ||
+ | position:absolute; | ||
+ | left:100px; | ||
+ | visibility:hidden; | ||
+ | z-index:100; | ||
+ | width:700px; | ||
+ | opacity:0.85; | ||
+ | background:cyan; | ||
+ | border-radius: 30px; | ||
+ | font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; | ||
+ | padding: 10px 10px 10px 10px; | ||
+ | } | ||
+ | |||
+ | td.splash .pic{ | ||
+ | position:absolute; | ||
+ | visibility:visible; | ||
+ | z-index:1; | ||
+ | } | ||
+ | |||
+ | td.splash .pic2{ | ||
+ | position:absolute; | ||
+ | visibility:hidden; | ||
+ | z-index:10; | ||
+ | } | ||
+ | |||
+ | td.splash:hover > .ttip | ||
+ | { | ||
+ | visibility:visible; | ||
+ | } | ||
+ | |||
+ | |||
+ | td.splash:hover .pic | ||
+ | { | ||
+ | |||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <!-- google analytics --> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | var _gaq = _gaq || []; | ||
+ | _gaq.push(['_setAccount', 'UA-34382929-1']); | ||
+ | _gaq.push(['_trackPageview']); | ||
+ | |||
+ | (function() { | ||
+ | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
+ | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
+ | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
+ | })(); | ||
+ | |||
+ | </script> | ||
+ | <!-- end google analytics --> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div id="banner"> | ||
+ | <a style="position:absolute; top:0px; left:490px;" href="https://2012.igem.org/Main_Page"><b>iGEM 2012</b></a> | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | <!--<div id="container">--> | ||
+ | <div id="mainmenu"> | ||
- | + | <!-- start main menu --> | |
- | + | <div id='cssmenu'> | |
- | + | <ul> | |
- | + | <li><a href='https://2012.igem.org/Team:Slovenia'><span>Home</span></a></li> | |
- | + | <li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Idea'><span>Idea</span></a> | |
- | + | <ul> | |
- | + | <li><a href='https://2012.igem.org/Team:Slovenia/IdeaBioTherapy'><span>Biological therapy</span></a></li> | |
- | + | <li><a href='https://2012.igem.org/Team:Slovenia/IdeaChallenge'><span>Challenge</span></a></li> | |
- | + | <li><a href='https://2012.igem.org/Team:Slovenia/Idea'><span>Solution</span></a></li> | |
- | + | </ul> | |
+ | </li> | ||
+ | <li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/TheSwitch'><span>The switch</span></a> | ||
+ | <ul> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/TheSwitch'><span>Overview</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/TheSwitchDesignedTALregulators'><span>Designed TAL regulators</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/TheSwitchMutualRepressorSwitch'><span>Mutual repressor switch</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/TheSwitchPositiveFeedbackLoopSwitch'><span>Positive feedback loop switch</span></a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/SafetyMechanisms'><span>Safety mechanisms</span></a> | ||
+ | <ul> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SafetyMechanisms'><span>Overview</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SafetyMechanismsEscapeTag'><span>Escape tag</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SafetyMechanismsTermination'><span>Termination</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SafetyMechanismsMicrocapsuleDegradation'><span>Microcapsule degradation</span></a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Implementation'><span>Implementation</span></a> | ||
+ | <ul> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/Implementation'><span>Overview</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/ImplementationHepatitisC'><span>Hepatitis C</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/ImplementationIschaemicHeartDisease'><span>Ischaemic heart disease</span></a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | <li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Modeling'><span>Modeling</span></a> | ||
+ | <ul> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/Modeling'><span>Overview</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/ModelingPK'><span>Pharmacokinetics</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/ModelingMethods'><span>Modeling methods</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/ModelingMutualRepressorSwitch'><span>Mutual repressor switch</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/ModelingPositiveFeedbackLoopSwitch'><span>Positive feedback loop switch</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/ModelingQuantitativeModel'><span>Quantitative and stability model</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/ModelingInteractiveSimulations'><span>Interactive simulations</span></a></li> | ||
+ | </ul> | ||
+ | </li> | ||
- | < | + | <li><a href='https://2012.igem.org/Team:Slovenia/Parts'><span>Parts</span></a></li> |
+ | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | <li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Notebook'><span>Notebook</span></a> | ||
+ | <ul> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/Notebook'><span>Experimental methods</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/NotebookLablog'><span>Lablog</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/NotebookLabSafety'><span>Lab safety</span></a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Society'><span>Society</span></a> | ||
+ | <ul> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/Society'><span>Human practice</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SocietyScientists'><span>Scientists</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SocietyMedicalDoctors'><span>Physicians</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SocietyEthics'><span>Ethics, safety and regulations</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SocietyPatients'><span>Patients</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SocietyMedia'><span>Journalists and general public</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SocietyOutreach'><span>Outreach</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/SocietyQuestionnaire'><span>Questionnaire</span></a></li> | ||
+ | </ul> | ||
+ | </li> | ||
- | |||
- | |||
- | |||
- | |||
+ | <li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Team'><span>Team</span></a> | ||
+ | <ul> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/Team'><span>Team members</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/TeamAttributions'><span>Attributions</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/TeamGallery'><span>Gallery</span></a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Slovenia/TeamSponsors'><span>Sponsors</span></a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <!-- end main menu --> | ||
+ | </div> <!-- end menu --> | ||
+ | <div id="main"> | ||
+ | <br/> | ||
+ | <h1>Team</h1> | ||
- | |||
- | + | <p> | |
- | + | <ul style="margin-left:15px;"> | |
- | + | <li><a href="#students">Students</a><br/></li> | |
+ | <li><a href="#advisors">Advisors</a><br/></li> | ||
+ | </ul> | ||
+ | </p> | ||
+ | <br /> | ||
+ | <br /> | ||
- | + | <h2><a name="students"></a>Students</h2> | |
- | + | <table class="invisible"> | |
- | + | <thead class="invisible"> | |
- | + | </thead> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <tbody class="invisible"> | ||
- | + | <tr class="invisible"> | |
- | < | + | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/4/48/Svn12_team_urban.gif" /></td> |
- | + | <td class="invisible" style="vertical-align:text-top;"> | |
- | + | <br/> | |
- | + | <p><b>Name and surname</b> | |
- | + | <br/>Urban Bezeljak</p> | |
- | + | <p><b>Field of study</b> | |
- | + | <br/>Biochemistry</p> | |
- | + | <p><b>Research interests</b> | |
- | </ | + | <br/>Synthetic biology, immunology and molecular biology.</p> |
- | + | <p><b>Inducible system</b> | |
+ | <br/>Eat. Sleep. Do biochemistry.</p> | ||
+ | </td> | ||
+ | </tr> | ||
- | == | + | <tr class="invisible"> |
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/3/3e/Svn12_team_anja.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Anja Golob</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Biotechnology</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Synthetic biology, pharmaceutical and medical biotechnology.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Travelling.</p> | ||
+ | </td> | ||
+ | </tr> | ||
- | + | <tr class="invisible"> | |
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/0/08/Svn12_team_miha.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Miha Jerala</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Medicine</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Molecular biology, genetic networks, physiology.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Reading.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/0/0a/Svn12_team_lucija.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Lucija Kadunc</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Biotechnology</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Genetics, synthetic biology.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Summer :D</p> | ||
+ | </td> | ||
+ | </tr> | ||
- | == ''' | + | |
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/0/0a/Svn12_team_zala.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Zala Lužnik</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>MD, PhD student.</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Medicine (ophthalmology, surgery and internal medicine), infectious disease, immunology</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Art, music, travelling.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/b/b8/Svn12_team_fedja.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Fedja Pavlovec</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Medicine</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Cloning, cloning, cloning.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Football.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/f/fa/Svn12_team_bostjan.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Boštjan Pirš</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Medicine</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Technology for making people's lives better. Life sciences. Synthetic biology, of course.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Caffeine and Benny Lava.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/4/40/Svn12_team_maja.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Maja Somrak</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Computer Science.</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/></p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/> Music, windsurf, travelling, hooping.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/6/6c/Svn12_team_martin.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Martin Stražar</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Computer science</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Synthetic biology, operating systems, ubiquitous computing, digital signal processing.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Destroying my eardrums with low frequency sounds.</p> | ||
+ | </td> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/5/5f/Svn12_team_dusan.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Dušan Vučko</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Computer science</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Modeling of gene regulatory networks, computational biology.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Concepts</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/7/7d/Svn12_team_uros.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Uroš Zupančič</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Biotechnology</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Synthetic biology, metabolic engineering, systems biology.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/> Whistling, humming, nonsense noises, papaya, making Tina crazy.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </tbody> | ||
+ | </table> | ||
+ | |||
+ | <br/> | ||
+ | <br/> | ||
+ | <br/> | ||
+ | |||
+ | |||
+ | <h2><a name="advisors"></a>Advisors</h2> | ||
+ | |||
+ | <table class="invisible"> | ||
+ | <thead class="invisible"> | ||
+ | </thead> | ||
+ | <tbody class="invisible"> | ||
+ | |||
+ | |||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/a/ac/Svn12_team_mojca.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Mojca Benčina</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Biochemistry</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Innate immunity and TLR receptors, fungal physiology, pH and calcium homeostasis.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Winter with -5oC, half a metre of snow and sun cross country skiing and cycling in days without snow.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/3/31/Svn12_team_vida.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Vida Forstnerič</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Biomedicine, biochemistry and molecular biology.</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Innate immunity, TLR signaling, the use of synthetic biology for applications in immunology.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>The things that 'induce my system' the most are my close friends, beer in the evening, sports climbing and hiking in the mountains during weekends, The Beatles, mediteranian food, John Steinback, Milan Kundera, good concerts, flea markets and the island of Hvar.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/9/90/Svn12_team_rok.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Rok Gaber</p> | ||
+ | <!-- | ||
+ | <p><b>Field of study</b> | ||
+ | <br/></p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/></p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/></p> | ||
+ | --> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/b/be/Svn12_team_roman.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Roman Jerala</p> | ||
+ | <!-- | ||
+ | <p><b>Field of study</b> | ||
+ | <br/></p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/></p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/></p> | ||
+ | --> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/a/a5/Svn12_team_tina.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Tina Lebar</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Microbiologist/certified pet detective</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Evolutionary relations between narwhals and unicorns, african honeybadger (Mellivora capensis) innate mechanisms of badassery, synthetic biology. | ||
+ | </p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Uroš.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/9/9a/Svn12_team_jan.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Jan Lonzarić</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Biomedicine</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Innate immunity, genetic logic gates and switches, cloning methods and techniques.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Arts and crafts, anime and manga, languages, cake.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/a/ae/Svn12_team_andreja.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Andreja Majerle </p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Chemistry, molecular biology and biochemistry.</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Biotechnology, syntetic biology, gene therapy.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Children; hiking; Soča and Sava Bohinjka, the most beautiful fly fishing rivers in Slovenia.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="http://212.235.188.113/wiki/images/d/d6/Svn12_team_alja.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Alja Oblak</p> | ||
+ | <p><b>Field of study</b> | ||
+ | <br/>Microbiology (undergraduate), currently on my way to a PhD from biochemistry.</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Immunology, cancer immunology, synthetic biology (once in iGEM...always in iGEM).</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>Nothing better then meeting my friends and the enthusiastic iGEM students when I get to work in the morning to keep my spirits up through the whole day.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/9/9a/Svn12_team_anze.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Anže Smole</p> | ||
+ | <p><b>Fields of study</b> | ||
+ | <br/>Biomedicine, biochemistry and molecular biology.</p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/>Molecular immunology, synthetic biology, molecular genetics.</p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/>My girlfriend and family. Classical singing, spending time at the seaside, spearfishing, travelling and painting.</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/c/c9/Svn12_team_moskon.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Miha Moškon</p> | ||
+ | |||
+ | <p><b>Field of study</b> | ||
+ | <br/>Computer Science</p> | ||
+ | <!-- | ||
+ | <p><b>Research interests</b> | ||
+ | <br/></p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/></p> | ||
+ | --> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr class="invisible"> | ||
+ | <td class="invisible"><img src="https://static.igem.org/mediawiki/2012/6/61/Svn12_team_mraz.gif" /></td> | ||
+ | <td class="invisible" style="vertical-align:text-top;"> | ||
+ | <br/> | ||
+ | <p><b>Name and surname</b> | ||
+ | <br/>Miha Mraz</p> | ||
+ | <!-- | ||
+ | <p><b>Field of study</b> | ||
+ | <br/></p> | ||
+ | <p><b>Research interests</b> | ||
+ | <br/></p> | ||
+ | <p><b>Inducible system</b> | ||
+ | <br/></p> | ||
+ | --> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | </tbody> | ||
+ | </table> | ||
+ | |||
+ | </div> | ||
+ | <!--</div>--> | ||
+ | </body> | ||
+ | |||
+ | |||
+ | </html> |
Revision as of 22:55, 25 September 2012
Team
Students
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
Advisors
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
|
|
Name and surname
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Field of study
Research interests
Inducible system
|
|
Name and surname
Fields of study
Research interests
Inducible system
|
|
Name and surname
Field of study
|
|
Name and surname
|