Team:Sweden

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert BoxYou can remove it from your pages once you have read and understood the alert *** -->
+
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<!-- TemplateBeginEditable name="doctitle" -->
 +
<title>Untitled Document</title>
 +
<!-- TemplateEndEditable -->
 +
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
 +
<style type="text/css">
 +
<!--
 +
body {
 +
font: 100% Verdana, Arial, Helvetica, sans-serif;
 +
background: #99CCCC;
 +
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
 +
padding: 0;
 +
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
 +
color: #000000;
 +
background-image: url(../../Downloads/Goteberg/0374_goteborg_church.jpg);
 +
}
-
<html>
+
/* Tips for this Hybrid layout
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
-
This is a template page. READ THESE INSTRUCTIONS.(I have read the instructions)
+
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
-
</div>
+
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
-
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://2009.igem.org/Help:Template/Examples">HERE</a>.
+
*/
-
</div>
+
.thrColHybHdr #container {
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
width: 100%;
-
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.
+
background: #FFFFFF;
-
</div>
+
/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
-
</div>
+
text-align: left; /* this overrides the text-align: center on the body element. */
-
</html>
+
}
 +
.thrColHybHdr #header {
 +
background: #DDDDDD;
 +
padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
 +
}
 +
.thrColHybHdr #header h1 {
 +
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
 +
padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
 +
}
-
<!-- *** End of the alert box *** -->
+
/* Tips for sidebar1:
 +
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
 +
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width.
 +
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
 +
*/
 +
.thrColHybHdr #sidebar1 {
 +
float: left;
 +
width: 11em; /* since this element is floated, a width must be given */
 +
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
 +
padding: 15px 0; /* top and bottom padding create visual space within this div */
 +
}
 +
.thrColHybHdr #sidebar2 {
 +
float: right;
 +
width: 11em; /* since this element is floated, a width must be given */
 +
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
 +
padding: 15px 0; /* top and bottom padding create visual space within this div */
 +
}
 +
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
 +
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
 +
margin-right: 10px;
 +
}
 +
/* Tips for mainContent:
 +
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
 +
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
 +
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
 +
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
 +
*/
 +
.thrColHybHdr #mainContent {
 +
margin: 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
 +
padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
 +
}
 +
.thrColHybHdr #footer {
 +
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 +
background:#DDDDDD;
 +
}
 +
.thrColHybHdr #footer p {
 +
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
 +
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
 +
}
 +
/* Miscellaneous classes for reuse */
 +
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
 +
float: right;
 +
margin-left: 8px;
 +
}
 +
.fltlft { /* this class can be used to float an element left in your page */
 +
float: left;
 +
margin-right: 0;
 +
}
 +
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
 +
clear:both;
 +
    height:0;
 +
    font-size: 1px;
 +
    line-height: 0px;
 +
}
 +
#apDiv1 {
 +
position:absolute;
 +
width:135px;
 +
height:26px;
 +
z-index:1;
 +
left: 3px;
 +
top: 323px;
 +
background-color: #99CCCC;
 +
}
 +
#apDiv2 {
 +
position:absolute;
 +
width:167px;
 +
height:26px;
 +
z-index:2;
 +
background-color: #99CCCC;
 +
left: 282px;
 +
top: 323px;
 +
}
 +
#apDiv3 {
 +
position:absolute;
 +
width:117px;
 +
height:55px;
 +
z-index:1;
 +
left: 10px;
 +
top: 277px;
 +
background-color: #00FF33;
 +
}
 +
.style2 {
 +
font-size: xx-large;
 +
color: #000000;
 +
}
 +
#apDiv4 {
 +
position:absolute;
 +
width:200px;
 +
height:115px;
 +
z-index:1;
 +
left: 80px;
 +
top: 252px;
 +
}
 +
#apDiv5 {
 +
position:absolute;
 +
width:141px;
 +
height:26px;
 +
z-index:2;
 +
left: 140px;
 +
background-color: #99CCCC;
 +
}
 +
#apDiv6 { position:absolute;
 +
width:141px;
 +
height:26px;
 +
z-index:2;
 +
left: 140px;
 +
background-color: #99CCCC;
 +
}
 +
#apDiv7 {
 +
position:absolute;
 +
width:166px;
 +
height:25px;
 +
z-index:3;
 +
left: 451px;
 +
top: 324px;
 +
background-color: #99CCCC;
 +
}
 +
#apDiv8 {
 +
position:absolute;
 +
width:165px;
 +
height:26px;
 +
z-index:4;
 +
left: 618px;
 +
top: 323px;
 +
background-color: #99CCCC;
 +
}
 +
#apDiv9 {
 +
position:absolute;
 +
width:162px;
 +
height:26px;
 +
z-index:5;
 +
left: 786px;
 +
top: 323px;
 +
background-color: #99CCCC;
 +
}
 +
#apDiv10 {
 +
position:absolute;
 +
width:140px;
 +
height:26px;
 +
z-index:6;
 +
left: 950px;
 +
top: 323px;
 +
background-color: #99CCCC;
 +
}
 +
#apDiv11 {
 +
position:absolute;
 +
width:117px;
 +
height:25px;
 +
z-index:7;
 +
left: 1093px;
 +
top: 324px;
 +
background-color: #99CCCC;
 +
}
 +
.style4 {color: #000000}
 +
-->
 +
</style><!--[if IE]>
 +
<style type="text/css">
 +
/* place css fixes for all versions of IE in this conditional comment */
 +
.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
 +
.thrColHybHdr #mainContent { zoom: 1; padding-top: 15px; }
 +
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
 +
</style>
 +
<![endif]--></head>
-
{|align="justify"
+
<body class="thrColHybHdr" tracingsrc="../../Downloads/Goteberg/Picture1.png" tracingopacity="100">
-
|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:tiger_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:Sweden | Team Example]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
<div id="container">
-
 
+
  <div id="header">
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
    <div>
-
!align="center"|[[Team:Sweden|Home]]
+
      <h1><img src="head.jpg" width="1213" height="323" /></h1>
-
!align="center"|[[Team:Sweden/Team|The Team]]
+
      <div id="apDiv1">
-
!align="center"|[[Team:Sweden/Project|The Project]]
+
        <div align="center">Home</div>
-
!align="center"|[[Team:Sweden/Parts|Parts Submitted to the Registry]]
+
      </div>
-
!align="center"|[[Team:Sweden/Modeling|Modeling]]
+
      <div id="apDiv5">
-
!align="center"|[[Team:Sweden/Notebook|Notebook]]
+
        <div align="center">Our Team</div>
-
|}
+
      </div>
-
(''Or you can choose different headings. But you must have a team page, a project page, and a notebook page.'')
+
    </div>
 +
    <!-- end #header --></div>
 +
  <div class="thrColHybHdr" id="mainContent">
 +
    <div id="apDiv2">
 +
      <div align="center">Our Project<br />
 +
      </div>
 +
    </div>
 +
    <p>&nbsp;</p>
 +
    <h1 class="style4">What is IGEM? </h1>
 +
    <div class="style4" id="apDiv11">
 +
      <div align="center">Sponsors</div>
 +
    </div>
 +
    <div class="style4" id="apDiv10">
 +
      <div align="center">Modelling</div>
 +
    </div>
 +
    <div class="style4" id="apDiv9">
 +
      <div align="center">Results<br />
 +
      </div>
 +
    </div>
 +
    <div class="style4" id="apDiv8">
 +
      <div align="center">Log Book<br />
 +
      </div>
 +
    </div>
 +
    <div class="style4" id="apDiv7">
 +
      <div align="center">Project design<br />
 +
      </div>
 +
    </div>
 +
    <p class="style4">The international Genetically Engineered Machine competition is designed to encourage undergraduates to work motivated on a project of their own in the field of synthetic biology.</p>
 +
    <p class="style4">The iGEM competition started in 2003 at the MIT and grew steadily in size with the years. Every university can register a team. Even collaborations of schools are allowed participate.</p>
 +
    <p class="style4"><br />
 +
      Goal of the project is to build new biological systems and to operate them in a living cell. Starting point for every team is a kit of biological parts.</p>
 +
    <p class="style4"><br />
 +
      These biological systems are presented at the Jamboree at the MIT where we give a 20 min presentation and present a poster.</p>
 +
    <p class="style4"><br />
 +
      Freedom with what kind of project to do is essential. The students should hold most of the responsibility in that whereas the supervisor advise and guide. Therefore the iGEM competition is divided into different tracks going from environment, food energy, experimental measurement, health and medicine, human practice advance to software tool.</p>
 +
    <p class="style4"><br />
 +
      This diversity implies that teams should be multidisciplinary</p>
 +
    <p class="style2">Objective of our Project</p>
 +
    <p class="style4">TEXT TO BE ADDED......<br class="clearfloat" />
 +
  </p>
 +
  </div>
 +
<div class="style4" id="footer">
 +
    <p>Footer</p>
 +
  <!-- end #footer --></div>
 +
<span class="style4">
 +
<!-- end #container -->
 +
</span></div>
 +
</body>
 +
</html>

Revision as of 10:51, 16 June 2009

Untitled Document

Our Project

 

What is IGEM?

Sponsors
Modelling
Results
Log Book
Project design

The international Genetically Engineered Machine competition is designed to encourage undergraduates to work motivated on a project of their own in the field of synthetic biology.

The iGEM competition started in 2003 at the MIT and grew steadily in size with the years. Every university can register a team. Even collaborations of schools are allowed participate.


Goal of the project is to build new biological systems and to operate them in a living cell. Starting point for every team is a kit of biological parts.


These biological systems are presented at the Jamboree at the MIT where we give a 20 min presentation and present a poster.


Freedom with what kind of project to do is essential. The students should hold most of the responsibility in that whereas the supervisor advise and guide. Therefore the iGEM competition is divided into different tracks going from environment, food energy, experimental measurement, health and medicine, human practice advance to software tool.


This diversity implies that teams should be multidisciplinary

Objective of our Project

TEXT TO BE ADDED......