Team:ULB-Brussels/Team

From 2009.igem.org

(Difference between revisions)
(Prototype team page)
(Contact)
 
(57 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<html>
+
<head>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<title>iGEM Team:ULB-Brussels Wiki</title>
-
This is a template page. READ THESE INSTRUCTIONS.
+
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
-
</div>
+
<link rel="stylesheet" type="text/css" href="menu.css" media="screen" />
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, and a lab notebook. PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
<!-- Auto-Reload script for Dev -->
 +
<script language="javascript" type="text/javascript">
 +
<!--
 +
function timedRefresh(timeoutPeriod) {
 +
setTimeout("location.reload(true);",timeoutPeriod);
 +
}
 +
//  -->
 +
</script>
 +
        <style type="text/css">
 +
/*  Design for https://2009.igem.org/Team:ULB-Brussels
 +
    Université Libre de Bruxelles
 +
*/
 +
html body {
 +
width: 910px;
 +
font-family: Arial;
 +
margin: 0 auto;
-
{|align="justify"
+
}
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
-
|[[Image:Example_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:Team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:ULB-Brussels | Team Example 2]]
+
-
|}
+
 +
html body div.header {
 +
margin: 0px;
 +
padding: 0px;
 +
margin-top: -21px; /* strange... */
 +
}
-
<!--- The Mission, Experiments --->
+
/* ===== banner ===== */
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
/* banner = large image on the top of the page, begind the title */
-
!align="center"|[[Team:ULB-Brussels|Home]]
+
-
!align="center"|[[Team:ULB-Brussels/Team|The Team]]
+
-
!align="center"|[[Team:ULB-Brussels/Project|The Project]]
+
-
!align="center"|[[Team:ULB-Brussels/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:ULB-Brussels/Modeling|Modeling]]
+
-
!align="center"|[[Team:ULB-Brussels/Notebook|Notebook]]
+
-
|}
+
-
(''Or you can choose different headings.  But you must have a team page, a project page, and a notebook page.'')
+
 +
html body div.header div.banner {
 +
height: 171px;
 +
background-image: url(https://static.igem.org/mediawiki/2009/0/0a/Logoulb1.png);
 +
    background-repeat: no-repeat;
 +
}
-
== '''Who we are''' ==
+
html body div.header div.banner h1 {
-
{|border = "0"
+
padding-top: 40px;
-
|-
+
   
-
|rowspan="3"|
+
text-align: center;
 +
    text-decoration: none;
 +
    border: none;
 +
color: #4E7DB7;
 +
font-size: 40px;
 +
}
 +
html body div.header ul {
 +
    /* these are common to both 'menu' and 'submenu' */
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
   
 +
list-style-type: none;
 +
    list-style-image: none;
 +
}
 +
/* ===== menu ===== */
 +
/* menu = horizontal bar containing the main links to other sections of the wiki */
-
'''Advisors:'''
+
html body div.header div.menu {
 +
    background-color: #5F91C1;
 +
color: white;
 +
   
 +
height: 30px;
 +
padding: 0px;
 +
}
-
*''' Advisor 1''':    Mentor for all
+
html body div.header div.menu li {
-
*'''Advisor 2''':     Our favorite
+
float: left;
-
*'''Grad Student 1''':     Our leader 
+
text-align: center;
 +
      
 +
    width: 120px;
 +
margin: 0px;
 +
margin-top: 10px;
 +
}
 +
 +
html body div.header div.menu li :hover {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
 +
margin: 0px;
-
'''Undergrads:'''
+
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-top: 4px;
 +
padding-bottom: 3px;
 +
}
-
*'''Student 1''':    Sleepyhead
+
/* class 'selection' refers to the 'selected' menu, in order to change it's color to white */
-
*'''Student 2''':    Math nerd
+
html body div.header div.menu li a.selection {
-
*'''Student 3''': Is going to save the world
+
color: #5F7EB4;
-
*'''Student 4''':   Loves iGEM
+
background-color: #FFFFFF;
 +
margin: 0px;
-
|
+
padding-left: 15px;
-
<gallery>
+
padding-right: 15px;
-
Image:Team_member_1.png|Team member 1
+
padding-top: 4px;
-
Image:Team_member_2.png|Team member 2
+
padding-bottom: 3px;
-
Image:Team_member_3.png|Team member 3
+
}
-
Image:Team_member_4.png|Team member 4
+
-
Image:Team_member_5.png|Team member 5
+
html body div.header div.menu li a {
-
</gallery>
+
color: white;
-
|}
+
text-decoration: none;
 +
}
 +
/* ===== submenu ===== */
-
== '''What we did''' ==
+
/* submenu = changing horizontal bar containing the main links to subsections of other sections of the wiki */
-
(Provide proper attribution for all work)
+
html body div.header div.submenu {
 +
/*background-color: #404040;*/
 +
background-color: white;
 +
height: 25px;
 +
 +
font-size: small;
 +
 +
border-bottom-style: solid;
 +
border-bottom-width: 1px;
 +
border-bottom-color: #AAAAAA;
 +
}
 +
html body div.header div.submenu li {
 +
float: left;
 +
width: 120px;
 +
text-align: center;
-
== '''Where we're from''' ==
+
margin: 0px;
 +
margin-top: 4px;
 +
}
 +
 
 +
html body div.header div.submenu li :hover {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
 +
 
 +
margin: 0px;
 +
 
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-bottom: 3px;
 +
}
 +
 
 +
html body div.header div.submenu li a {
 +
color: #5F7EB4;
 +
text-decoration: none;
 +
}
 +
 
 +
/* ===== panel ===== */
 +
 
 +
/* panel = box containing mascotte, contdown and links to sponsors */
 +
 
 +
html body div.panel {
 +
    float: right;
 +
    border-left-style: solid;
 +
    border-left-width: 1px;
 +
    border-left-color: #AAAAAA;
 +
   
 +
    padding-left: 10px;
 +
    margin-left: 10px;
 +
    margin-top: 20px;
 +
   
 +
    width: 250px;
 +
    font-size: small;
 +
}
 +
 
 +
/* appearance of the links */
 +
html body div.panel a {
 +
    text-decoration: none;
 +
    font-weight: bold;
 +
    color: #3E6DA4;
 +
}
 +
 
 +
html body div.panel a:hover {
 +
    color: #F5B455;
 +
}
 +
 
 +
/* == countdown == */
 +
 
 +
html body div.panel div.countdown {
 +
    /*margin-top: 20px;
 +
    margin-bottom: 20px;
 +
    height: 30px;*/
 +
    margin: 20px;
 +
    padding: 20px;
 +
}
 +
 
 +
.countdown font {
 +
    padding: 20px;
 +
    margin: 20px;
 +
    color: #5F7EB4;
 +
}
 +
 
 +
/* == sponsors == */
 +
 
 +
html body div.panel div.sponsor {
 +
    margin-bottom: 10px;
 +
    min-height: 50px;
 +
}
 +
 
 +
/* appearance of the sponsor's logos */
 +
html body div.panel div.sponsor img {
 +
    width: 50px;
 +
    height: 50px;
 +
    border-style: none;
 +
    float: left;
 +
    margin-right: 7px;
 +
}
 +
 
 +
/* ===== main ===== */
 +
 
 +
html body div.main {
 +
font-size: small;
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
    width: 625px;
 +
    text-align: justify;
 +
}
 +
 
 +
html body div.main p.abstract {
 +
font-weight: bold;
 +
}
 +
 
 +
html body div.main div.welcome img {
 +
    width: 616px;
 +
    height: 140px;
 +
    margin-top: 10px;
 +
    border-style: none;
 +
}
 +
 
 +
html body div.footer {
 +
}
 +
 
 +
        </style>
 +
       
 +
</head>
 +
 
 +
    <!-- *** Uncomment next line to enable autorefresh (developper mode) *** -->
 +
<!-- <body onload="JavaScript:timedRefresh(5000);"> -->
 +
<!-- <body> -->
 +
    <body>
 +
        <!--
 +
            header : box on the top of the page containing the banner and links to sections and subsections of
 +
            the wiki.
 +
        -->
 +
<div class="header">
 +
           
 +
<div class="banner">
 +
<h1></h1>
 +
</div>
 +
<div class="menu">
 +
<ul>
 +
<li><a class="mainlink" href="/Team:ULB-Brussels">Home</a></li>
 +
<li><a class="mainlink selection" href="/Team:ULB-Brussels/Team">Team</a></li>
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Project">Project</a></li>
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Parts">Parts</a></li>
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Safety">Safety</a></li>
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Notebook">Notebook</a></li>
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Sponsors">Sponsors</a></li>
 +
</ul>
 +
</div>
 +
<div class="submenu">
 +
<ul>
 +
<li><a href="#Contact">Contact</a></li>
 +
<li><a href="#Advisors">Advisors</a></li>
 +
<li><a href="#Students">Students</a></li>
 +
 
 +
<!--
 +
<li><a href="#dutch">Dutch</a></li>
 +
<li><a href="#german">German</a></li>
 +
<li><a href="#spanish">Spanish</a></li>
 +
<li><a href="#italian">Italiano</a></li>
 +
<li><a href="#chinese">Chinese</a></li>
 +
-->
 +
 
 +
                   
 +
</ul>
 +
</div>
 +
</div>
 +
       
 +
        <!--
 +
            panel : box on the right containing a countdown, links to the sponsors
 +
 
 +
            [ REMOVED ]
 +
        -->
 +
 
 +
  </div> 
 +
 
 +
<div class="footer">
 +
</div>
 +
 
 +
</body>
 +
</html>
 +
 
 +
== Contact ==
 +
 
 +
You can contact us by writing to our advisors : <big>'''gvwalleg@ulb.ac.be'''</big> or <big>'''Laurence.Van.Melderen@ulb.ac.be'''</big>.
 +
 
 +
== Advisors ==
 +
 
 +
<center>
 +
{|border = "0"
 +
|-
 +
|rowspan="3"|
 +
|
 +
<gallery widths=185px heights= 150px perrow=4>
 +
Image:Laurence1_ulb.jpg|[https://2009.igem.org/User:ULB'''Laurence Van Melderen''' ]<br/> Associated Professor
 +
Image:gilles_ulb.jpg|[https://2009.igem.org/User:GillesV'''Gilles Vanwalleghem''' ]<br/> PhD Student in Biology
 +
Image:123456.JPG|[https://2009.igem.org/User:quentin987'''Quentin Vanhaelen''']<br/>PhD Student in Physics
 +
Image:PierreAlex_ulb.jpg|[https://2009.igem.org/User:PierreAlex'''Pierre-Alexandre Drèze'''] <br/> Technical assistant
 +
</gallery>
 +
|}
 +
</center>
 +
 
 +
== Students ==
 +
 
 +
<center>
 +
{|border = "0"
 +
|-
 +
|rowspan="3"|
 +
|
 +
<gallery widths=185px heights= 200px perrow=4>
 +
Image:SDC11497.JPG|[https://2009.igem.org/User:Alexis '''Alexis Nsamzinshuti'''] <br />Bioengineering student
 +
Image:Aline.jpg|[https://2009.igem.org/User:Aline '''Aline Gheeraert'''] <br/> Molecular Biology student
 +
Image:Koro.jpg|[https://2009.igem.org/User:Amandine'''Amandine Caprasse'''] <br/> Bioengineering student
 +
Image:calvin_ulb.jpg|[https://2009.igem.org/User:Calvin '''Calvin Cambier''']  <br />Biology student
 +
Image:Hugo_ulb.jpg|[https://2009.igem.org/User:hh '''Hugo Herter'''] <br/>Bioinformatics student
 +
Image:Laetitia_ulb.jpg|[https://2009.igem.org/User:Laetitia '''Laetitia Warny'''] <br />Bioengineering student
 +
Image:Marie_ulb.jpg|[https://2009.igem.org/User:Marie '''Marie Machiels'''] <br/> Bioengineering student
 +
Image:Eric_ulb.jpg|[https://2009.igem.org/User:rickaren '''Eric Karengera'''] <br/> Bioengineering student
 +
</gallery>
 +
|}
 +
</center>

Latest revision as of 13:31, 5 October 2010

iGEM Team:ULB-Brussels Wiki

Contact

You can contact us by writing to our advisors : gvwalleg@ulb.ac.be or Laurence.Van.Melderen@ulb.ac.be.

Advisors

Students