Team:Melbourne

From 2014.igem.org

(Difference between revisions)
 
(84 intermediate revisions not shown)
Line 1: Line 1:
-
{{CSS/Main}}
 
-
 
-
--[[User:H.Howard|H.Howard]] 01:25, 22 May 2014 (CDT)
 
<html>
<html>
 +
<link href='http://fonts.googleapis.com/css?family=Lato:400,900' rel='stylesheet' type='text/css'>
 +
<style>
 +
/* CSS Document */
 +
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
-
<!--main content -->
+
/* ==========================================================================
-
<table width="70%" align="center">
+
  HTML5 display definitions
 +
  ========================================================================== */
 +
/**
 +
* Correct `block` display not defined in IE 8/9.
 +
*/
-
<!--welcome box -->
+
article,
-
<tr>
+
aside,
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#efefef>
+
details,
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
figcaption,
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
figure,
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
footer,
-
<br>
+
header,
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:Melbourne&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
hgroup,
-
</td>
+
main,
-
</tr>
+
nav,
 +
section,
 +
summary {
 +
    display: block;
 +
}
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
/**
-
<!-- end welcome box -->
+
* Correct `inline-block` display not defined in IE 8/9.
-
<tr>
+
*/
-
<!--navigation menu -->
+
audio,
-
<td align="center" colspan="3">
+
canvas,
 +
video {
 +
    display: inline-block;
 +
}
-
<table width="100%">
+
/**
-
<tr height="10px"></tr>
+
  * Prevent modern browsers from displaying `audio` without controls.
-
<tr height="10px">
+
* Remove excess height in iOS 5 devices.
 +
*/
 +
audio:not([controls]) {
 +
    display: none;
 +
    height: 0;
 +
}
-
<td align="center" height ="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
/**
-
<a href="https://2014.igem.org/Team:Melbourne"style="color:#000000">Home </a> </td>
+
  * Address styling not present in IE 8/9.
 +
*/
-
<td align="center" height ="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
[hidden] {
-
<a href="https://2014.igem.org/Team:Melbourne/Team"style="color:#000000"> Team </a> </td>
+
    display: none;
 +
}
-
<td align="center"  height ="30px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
/* ==========================================================================
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=Melbourne"style="color:#000000"> Official Team Profile </a></td>
+
  Base
 +
  ========================================================================== */
-
<td align="center" height ="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
/**
-
<a href="https://2014.igem.org/Team:Melbourne/Project"style="color:#000000"> Project</a></td>
+
  * 1. Set default font family to sans-serif.
 +
  * 2. Prevent iOS text size adjust after orientation change, without disabling
 +
*    user zoom.
 +
*/
-
<td align="center"  height ="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
html {
-
<a href="https://2014.igem.org/Team:Melbourne/Parts"style="color:#000000"> Parts</a></td>
+
    font-family: sans-serif; /* 1 */
 +
    -ms-text-size-adjust: 100%; /* 2 */
 +
    -webkit-text-size-adjust: 100%; /* 2 */
 +
}
-
<td align="center" height ="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
/**
-
<a href="https://2014.igem.org/Team:Melbourne/Modeling"style="color:#000000"> Modeling</a></td>
+
* Remove default margin.
 +
*/
-
<td align="center" height ="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
body {
-
<a href="https://2014.igem.org/Team:Melbourne/Notebook"style="color:#000000"> Notebook</a></td>
+
    margin: 0;
 +
}
-
<td align="center"  height ="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
/* ==========================================================================
-
<a href="https://2014.igem.org/Team:Melbourne/Safety"style=" color:#000000"> Safety </a></td>
+
  Links
 +
  ========================================================================== */
-
<td align="center" height ="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
/**
-
<a href="https://2014.igem.org/Team:Melbourne/Attributions"style="color:#000000"> Attributions </a></td>
+
  * Address `outline` inconsistency between Chrome and other browsers.
 +
*/
 +
a:focus {
 +
    outline: thin dotted;
 +
}
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
/**
-
</tr>
+
* Improve readability when focused and also mouse hovered in all browsers.
-
</table>
+
*/
-
<!--end navigation menu -->
+
a:active,
-
</tr>
+
a:hover {
 +
    outline: 0;
 +
}
 +
/* ==========================================================================
 +
  Typography
 +
  ========================================================================== */
-
</tr>
+
/**
-
   
+
  * Address variable `h1` font-size and margin within `section` and `article`
 +
* contexts in Firefox 4+, Safari 5, and Chrome.
 +
*/
 +
h1 {
 +
    font-size: 2em;
 +
    margin: 0.67em 0;
 +
}
 +
/**
 +
* Address styling not present in IE 8/9, Safari 5, and Chrome.
 +
*/
 +
abbr[title] {
 +
    border-bottom: 1px dotted;
 +
}
-
</td>
+
/**
 +
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 +
*/
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
b,
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
strong {
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
    font-weight: bold;
 +
}
 +
/**
 +
* Address styling not present in Safari 5 and Chrome.
 +
*/
-
<!--requirements section -->
+
dfn {
-
<tr><td colspan="3"> <h3> Requirements </h3></td></tr>
+
    font-style: italic;
-
<tr>
+
}
-
<td width="45%"  valign="top">
+
-
<p> Please be sure to keep these links, your audience will want to find your: </p>
+
/**
 +
* Address differences between Firefox and other browsers.
 +
*/
-
<!-- Links to other team pages -->
+
hr {
-
<ul>
+
    -moz-box-sizing: content-box;
-
<li><a href="https://2014.igem.org/Team:Melbourne">Home</a> </li>
+
    box-sizing: content-box;
-
<li><a href="https://2014.igem.org/Team:Melbourne/Team">Team</a> </li>
+
    height: 0;
-
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=Melbourne">Official Team Profile</a> </li>
+
}
-
<li><a href="https://2014.igem.org/Team:Melbourne/Project">Project</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:Melbourne/Parts">Parts</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:Melbourne/Modeling">Modeling</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:Melbourne/Notebook">Notebook</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:Melbourne/Safety">Safety</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">Attributions</a> </li>
+
-
</ul>
+
/**
 +
* Address styling not present in IE 8/9.
 +
*/
-
</td>
+
mark {
 +
    background: #ff0;
 +
    color: #000;
 +
}
-
<td > </td>
+
/**
-
<td width="45%">
+
* Correct font family set oddly in Safari 5 and Chrome.
 +
*/
-
<p>There are a few wiki requirements teams must follow:</p>
+
code,
-
<ul>
+
kbd,
-
<li>All pages, images and files must be hosted on the <a href ="https://2014.igem.org/Special:Upload">  2014.igem.org server</a>. </li>
+
pre,
-
<li>All pages must be created under the team’s name space.</li>
+
samp {
-
<li>As part of your documentation, keep the links from the menu to the left. </li>
+
    font-family: monospace, serif;
-
<li>Do not use flash in wiki code. </li>
+
    font-size: 1em;
-
<li>The <a href="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png"> iGEM logo </a> should be placed on the upper part of every page and should link to <a href="https://2014.igem.org/Main_Page">2014.igem.org</a>.</li>
+
}
-
</ul>
+
-
<p>Visit the <a href="https://2014.igem.org/Wiki_How-To"> Wiki How To page </a> for a complete list of requirements, tips and other useful information. </p>
+
-
</td>
+
/**
-
</tr>
+
* Improve readability of pre-formatted text in all browsers.
 +
*/
 +
pre {
 +
    white-space: pre-wrap;
 +
}
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
/**
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1"> </tr>
+
* Set consistent quote types.
 +
*/
 +
q {
 +
    quotes: "\201C" "\201D" "\2018" "\2019";
 +
}
-
<!--tips -->
+
/**
-
<tr><td colspan="3" > <h3> Tips </h3></td></tr>
+
  * Address inconsistent and variable font size in all browsers.
 +
  */
-
<tr>
+
small {
-
<td width="45%" valign="top">
+
    font-size: 80%;
-
<p>We are currently working on providing teams with some easy to use design templates.
+
}
-
<br> In the meantime you can also view other team wikis for inspiration! Here are some very good examples</p>
+
-
<ul>
+
/**
-
<li> <a href="https://2013.igem.org/Team:SDU-Denmark/"> 2013 SDU Denmark </a> </li>
+
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
-
<li> <a href="https://2013.igem.org/Team:SYSU-China">2013 SYSU China</a> </li>
+
*/
-
<li> <a href="https://2013.igem.org/Team:Shenzhen_BGIC_ATCG"> 2013 Shenxhen BGIG ATCG </a></li>
+
-
<li> <a href="https://2013.igem.org/Team:Colombia_Uniandes">2013 Colombia Unianades </a></li>
+
-
<li> <a href="https://2013.igem.org/Team:Lethbridge">2013 Lethbridge</a></li>
+
-
</ul>
+
-
<p>For a full wiki list, you can visit <a href="https://igem.org/Team_Wikis?year=2013">iGEM 2013 web sites </a> and <a href="https://igem.org/Team_Wikis?year=2012">iGEM 2012 web sites</a>  lists. </p>
+
sub,
-
</td>
+
sup {
 +
    font-size: 75%;
 +
    line-height: 0;
 +
    position: relative;
 +
    vertical-align: baseline;
 +
}
-
<td> </td>
+
sup {
-
<td width="45%">
+
    top: -0.5em;
 +
}
-
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
sub {
 +
    bottom: -0.25em;
 +
}
-
<ul>
+
/* ==========================================================================
-
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
  Embedded content
-
<li>Be clear about what you are doing and what you plan to do.</li>
+
  ========================================================================== */
-
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
 
-
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
/**
-
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
* Remove border when inside `a` element in IE 8/9.
-
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="">iGEM 2013 calendar</a> </li>
+
*/
-
<li>Have lots of fun! </li>
+
 
-
</ul>
+
img {
-
</br>
+
    border: 0;
-
</td>
+
}
 +
 
 +
/**
 +
* Correct overflow displayed oddly in IE 9.
 +
*/
 +
 
 +
svg:not(:root) {
 +
    overflow: hidden;
 +
}
 +
 
 +
/* ==========================================================================
 +
  Figures
 +
  ========================================================================== */
 +
 
 +
/**
 +
* Address margin not present in IE 8/9 and Safari 5.
 +
*/
 +
 
 +
figure {
 +
    margin: 0;
 +
}
 +
 
 +
/* ==========================================================================
 +
  Forms
 +
  ========================================================================== */
 +
 
 +
/**
 +
* Define consistent border, margin, and padding.
 +
*/
 +
 
 +
fieldset {
 +
    border: 1px solid #c0c0c0;
 +
    margin: 0 2px;
 +
    padding: 0.35em 0.625em 0.75em;
 +
}
 +
 
 +
/**
 +
* 1. Correct `color` not being inherited in IE 8/9.
 +
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
 +
*/
 +
 
 +
legend {
 +
    border: 0; /* 1 */
 +
    padding: 0; /* 2 */
 +
}
 +
 
 +
/**
 +
* 1. Correct font family not being inherited in all browsers.
 +
* 2. Correct font size not being inherited in all browsers.
 +
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 +
*/
 +
 
 +
button,
 +
input,
 +
select,
 +
textarea {
 +
    font-family: inherit; /* 1 */
 +
    font-size: 100%; /* 2 */
 +
    margin: 0; /* 3 */
 +
}
 +
 
 +
/**
 +
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
 +
* the UA stylesheet.
 +
*/
 +
 
 +
button,
 +
input {
 +
    line-height: normal;
 +
}
 +
 
 +
/**
 +
* Address inconsistent `text-transform` inheritance for `button` and `select`.
 +
* All other form control elements do not inherit `text-transform` values.
 +
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 +
* Correct `select` style inheritance in Firefox 4+ and Opera.
 +
*/
 +
 
 +
button,
 +
select {
 +
    text-transform: none;
 +
}
 +
 
 +
/**
 +
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 +
*    and `video` controls.
 +
* 2. Correct inability to style clickable `input` types in iOS.
 +
* 3. Improve usability and consistency of cursor style between image-type
 +
*    `input` and others.
 +
*/
 +
 
 +
button,
 +
html input[type="button"], /* 1 */
 +
input[type="reset"],
 +
input[type="submit"] {
 +
    -webkit-appearance: button; /* 2 */
 +
    cursor: pointer; /* 3 */
 +
}
 +
 
 +
/**
 +
* Re-set default cursor for disabled elements.
 +
*/
 +
 
 +
button[disabled],
 +
html input[disabled] {
 +
    cursor: default;
 +
}
 +
 
 +
/**
 +
* 1. Address box sizing set to `content-box` in IE 8/9.
 +
* 2. Remove excess padding in IE 8/9.
 +
*/
 +
 
 +
input[type="checkbox"],
 +
input[type="radio"] {
 +
    box-sizing: border-box; /* 1 */
 +
    padding: 0; /* 2 */
 +
}
 +
 
 +
/**
 +
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 +
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 +
*    (include `-moz` to future-proof).
 +
*/
 +
 
 +
input[type="search"] {
 +
    -webkit-appearance: textfield; /* 1 */
 +
    -moz-box-sizing: content-box;
 +
    -webkit-box-sizing: content-box; /* 2 */
 +
    box-sizing: content-box;
 +
}
 +
 
 +
/**
 +
* Remove inner padding and search cancel button in Safari 5 and Chrome
 +
* on OS X.
 +
*/
 +
 
 +
input[type="search"]::-webkit-search-cancel-button,
 +
input[type="search"]::-webkit-search-decoration {
 +
    -webkit-appearance: none;
 +
}
 +
 
 +
/**
 +
* Remove inner padding and border in Firefox 4+.
 +
*/
 +
 
 +
button::-moz-focus-inner,
 +
input::-moz-focus-inner {
 +
    border: 0;
 +
    padding: 0;
 +
}
 +
 
 +
/**
 +
* 1. Remove default vertical scrollbar in IE 8/9.
 +
* 2. Improve readability and alignment in all browsers.
 +
*/
 +
 
 +
textarea {
 +
    overflow: auto; /* 1 */
 +
    vertical-align: top; /* 2 */
 +
}
 +
 
 +
/* ==========================================================================
 +
  Tables
 +
  ========================================================================== */
 +
 
 +
/**
 +
* Remove most spacing between table cells.
 +
*/
 +
 
 +
table {
 +
    border-collapse: collapse;
 +
    border-spacing: 0;
 +
}
 +
 
 +
html, body {
 +
color: #111;
 +
background-color: transparent;
 +
width: 100%;
 +
height: 100%;
 +
margin: 0;
 +
padding: 0;
 +
display:block;
 +
line-height:normal;
 +
 
 +
}
 +
 
 +
h1 {
 +
font-weight:bold;
 +
font-size:52px;
 +
margin:0;
 +
text-transform:uppercase;
 +
font-family: 'Lato', sans-serif;
 +
font-weight:900;
 +
text-align:center;
 +
/*font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
 +
}
 +
h2 {
 +
font-weight:bold;
 +
font-size:24px;
 +
text-transform:uppercase;
 +
font-family: 'Lato', sans-serif;
 +
font-weight:900;
 +
/*font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
 +
}
 +
p {
 +
font-family: 'Lato', sans-serif;
 +
/*font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
 +
}
 +
img {margin:10px;}
 +
 
 +
 
 +
 
 +
.firstHeading { display:none;}
 +
 
 +
#content {border:none !important; line-height:normal !important;}
 +
 
 +
h1, h2, h3, h4 {border:none !important;}
 +
 
 +
#content, #gloabalWrapper {position:static !important;}
 +
 
 +
#globalWrapper {padding-top:100vh;}
 +
 
 +
#intro {
 +
background: url(https://static.igem.org/mediawiki/2014/8/8b/Melbourne_homepage_bg_low_qual.jpg) no-repeat center;
 +
background-size:cover;
 +
height:100vh;
 +
width:100%;
 +
display:block;
 +
position:absolute;
 +
top:0;
 +
left:0;
 +
text-align:center;
 +
padding:7%;
 +
box-sizing:border-box;
 +
-moz-box-sizing:border-box;
 +
-ms-box-sizing:border-box;
 +
-webkit-box-sizing:border-box;
 +
 +
}
 +
#intro p {padding: 10px 70px 10px 70px; background-color:rgba(255,255,255,0.7);font-size: 13pt;}
 +
 
 +
/*#menubar, .left-menu, .left-menu a {
 +
color: white !important;
 +
background-color: #555555;
 +
 +
}*/
 +
 
 +
#top-section {
 +
border:none !important;
 +
}
 +
#p-logo {display:none;}
 +
 
 +
#top-section {height:0px;}
 +
 
 +
#search-controls {
 +
display:none;
 +
}
 +
 
 +
#footer-box {
 +
display:none;
 +
}
 +
 
 +
#catlinks {
 +
display:none;
 +
}
 +
 
 +
 
 +
</style>
 +
 
 +
<div id="intro">
 +
<img src="https://static.igem.org/mediawiki/2014/7/73/Site_logo_invert.png" alt="Mel Uni iGEM Logo" width="706" height="175">
 +
 
 +
<p>Welcome to 2014 University of Melbourne iGEM Wiki. At the University of Melbourne, we’ve been developing systems for expressing star peptides in E. coli. We welcome you to step into our scientific stratosphere to learn more about star peptides and the Melbourne Uni iGEM team.</p>
 +
 
 +
</div>
 +
 
 +
 
 +
 
 +
<table  width="100%" style="text-transform: uppercase; font-family: 'Lato', sans-serif;">
 +
 
 +
<tr height="10px">
 +
 
 +
 
 +
<td align="center" height="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 +
<a href="https://2014.igem.org/Team:Melbourne"style="color:#000000">
 +
Home</a> </td>
 +
 
 +
<td align="center" height="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 +
<a href="https://2014.igem.org/Team:Melbourne/Team"style="color:#000000">
 +
Team</a> </td>
 +
 
 +
<td align="center" height="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 +
<a href="https://2014.igem.org/Team:Melbourne/Project"style="color:#000000">
 +
Project</a> </td>
 +
 
 +
<td align="center" height="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 +
<a href="https://2014.igem.org/Team:Melbourne/Human_Practices"style="color:#000000">  
 +
Human Practices</a></td>
 +
 
 +
<td align="center" height="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 +
<a href="https://2014.igem.org/Team:Melbourne/Achievements"style="color:#000000">
 +
Achievements</a></td>
 +
 
 +
<td align="center" height="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 +
<a href="https://2014.igem.org/Team:Melbourne/Notebook"style="color:#000000">
 +
Notebook</a></td>
 +
 
 +
<td align="center"  height="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 +
<a href="https://2014.igem.org/Team:Melbourne/Protocols"style=" color:#000000">
 +
Protocols</a></td>
 +
 
 +
<td align="center"  height="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 +
<a href="https://2014.igem.org/Team:Melbourne/Safety"style="color:#000000">
 +
Safety</a></td>
 +
 
 +
<td align="center"  height="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 +
<a href="https://2014.igem.org/Team:Melbourne/Sponsors"style="color:#000000">
 +
Sponsors</a></td>
 +
 
 +
<td align="center"  height="30px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 +
<a href="https://2014.igem.org/Team:Melbourne/Attributions"style="color:#000000">
 +
Attributions</a></td>
 +
 
 +
 
 +
<td align="right"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="46px"></a> </td>
</tr>
</tr>
</table>
</table>
 +
 +
<h1 >University of Melbourne<br>iGEM team </h1>
 +
<h3>Star peptides are an exciting type of peptide  architecture, with the many different types of star peptides forming a constellation  of useful molecules. Watch the video below to find out more.</h3>
 +
 +
<table align="center">
 +
  <tr>
 +
<td align="center">
 +
<iframe  width="828" height="465" src="//www.youtube.com/embed/3g2MlA2py8c" frameborder="0" allowfullscreen></iframe></td>
 +
  </tr>
 +
</table>
 +
<p>&nbsp;</p>
 +
<p>Direct download of the video is available on the iGEM server <a href="https://2014.igem.org/File:University_of_Melbourne_intro_video.mov">here</a>.</p>
 +
 +
<h3>Browse through our website to learn more details of our star peptide design concept here at the University of Melbourne.</h3>
 +
<p>&nbsp;</p>
 +
<h4>Also visit us on Facebook at <a href="https://www.facebook.com/MelbourneUniIGem"style="color:#000000">
 +
https://www.facebook.com/MelbourneUniIGem</a> or get in touch at MelbourneUniIgem@gmail.com.</h4>
 +
 +
<br>
 +
 +
<table width="100%" height="1" border="1">
 +
<tr><td></td></tr></table>
 +
<p>&nbsp;</p>
 +
<h3>Sponsors:</h3>
 +
<p>&nbsp;</p>
 +
<table width="889">
 +
  <tr>
 +
    <td width="364" ><p><img src="https://static.igem.org/mediawiki/2014/4/4c/Melbourne_DSI.jpg" width="363" height="128" alt=""/></p></td>
 +
    <td width="167"><p><img src="https://static.igem.org/mediawiki/2014/e/e8/Melbourne_Bio21_Institute.jpg" width="115" height="196" alt=""/></p></td>
 +
    <td width="342" ><p><img src="https://static.igem.org/mediawiki/2014/6/61/Melbourne_Department_of_biochemistry.png" width="252" height="185" alt=""/></p></td>
 +
  </tr>
 +
</table>
 +
<table width="800">
 +
<tr>
 +
  <td width="365"><table width="800">
 +
    <tr>
 +
      <td width="80"><img src="https://static.igem.org/mediawiki/2014/5/58/Melbourne_Genesearch.png" width="170" height="53" alt=""/></td>
 +
      <td width="78"><img src="https://static.igem.org/mediawiki/2014/d/df/Melbourne_GenScript.png" width="183" height="56" alt=""/></td>
 +
      <td width="109"><img src="https://static.igem.org/mediawiki/2014/7/71/Melbourne_New_England_bio_labs.png" width="171" height="67" alt=""/></td>
 +
      <td width="365"><img src="https://static.igem.org/mediawiki/2014/a/af/Melbourne_Mettler_Toledo.png" width="188" height="111" alt=""/></td>
 +
      <td width="365"><img src="https://static.igem.org/mediawiki/2014/9/9c/Melbounre_IndieMosh.png" width="149" height="40" alt=""/></td>
 +
    </tr>
 +
  </table></td>
 +
</tr>
 +
</table>
 +
 +
</html>

Latest revision as of 09:47, 4 December 2014

Mel Uni iGEM Logo

Welcome to 2014 University of Melbourne iGEM Wiki. At the University of Melbourne, we’ve been developing systems for expressing star peptides in E. coli. We welcome you to step into our scientific stratosphere to learn more about star peptides and the Melbourne Uni iGEM team.

Home Team Project Human Practices Achievements Notebook Protocols Safety Sponsors Attributions

University of Melbourne
iGEM team

Star peptides are an exciting type of peptide architecture, with the many different types of star peptides forming a constellation of useful molecules. Watch the video below to find out more.

 

Direct download of the video is available on the iGEM server here.

Browse through our website to learn more details of our star peptide design concept here at the University of Melbourne.

 

Also visit us on Facebook at https://www.facebook.com/MelbourneUniIGem or get in touch at MelbourneUniIgem@gmail.com.


 

Sponsors: