Team:Melbourne

From 2014.igem.org

(Difference between revisions)
m
 
(48 intermediate revisions not shown)
Line 1: Line 1:
-
{{Team:Melbourne/CSS}}
 
<html>
<html>
<link href='http://fonts.googleapis.com/css?family=Lato:400,900' rel='stylesheet' type='text/css'>
<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 */
 +
/* ==========================================================================
 +
  HTML5 display definitions
 +
  ========================================================================== */
 +
 +
/**
 +
* Correct `block` display not defined in IE 8/9.
 +
*/
 +
 +
article,
 +
aside,
 +
details,
 +
figcaption,
 +
figure,
 +
footer,
 +
header,
 +
hgroup,
 +
main,
 +
nav,
 +
section,
 +
summary {
 +
    display: block;
 +
}
 +
 +
/**
 +
* Correct `inline-block` display not defined in IE 8/9.
 +
*/
 +
 +
audio,
 +
canvas,
 +
video {
 +
    display: inline-block;
 +
}
 +
 +
/**
 +
* Prevent modern browsers from displaying `audio` without controls.
 +
* Remove excess height in iOS 5 devices.
 +
*/
 +
 +
audio:not([controls]) {
 +
    display: none;
 +
    height: 0;
 +
}
 +
 +
/**
 +
* Address styling not present in IE 8/9.
 +
*/
 +
 +
[hidden] {
 +
    display: none;
 +
}
 +
 +
/* ==========================================================================
 +
  Base
 +
  ========================================================================== */
 +
 +
/**
 +
* 1. Set default font family to sans-serif.
 +
* 2. Prevent iOS text size adjust after orientation change, without disabling
 +
*    user zoom.
 +
*/
 +
 +
html {
 +
    font-family: sans-serif; /* 1 */
 +
    -ms-text-size-adjust: 100%; /* 2 */
 +
    -webkit-text-size-adjust: 100%; /* 2 */
 +
}
 +
 +
/**
 +
* Remove default margin.
 +
*/
 +
 +
body {
 +
    margin: 0;
 +
}
 +
 +
/* ==========================================================================
 +
  Links
 +
  ========================================================================== */
 +
 +
/**
 +
* Address `outline` inconsistency between Chrome and other browsers.
 +
*/
 +
 +
a:focus {
 +
    outline: thin dotted;
 +
}
 +
 +
/**
 +
* Improve readability when focused and also mouse hovered in all browsers.
 +
*/
 +
 +
a:active,
 +
a:hover {
 +
    outline: 0;
 +
}
 +
 +
/* ==========================================================================
 +
  Typography
 +
  ========================================================================== */
 +
 +
/**
 +
* 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;
 +
}
 +
 +
/**
 +
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 +
*/
 +
 +
b,
 +
strong {
 +
    font-weight: bold;
 +
}
 +
 +
/**
 +
* Address styling not present in Safari 5 and Chrome.
 +
*/
 +
 +
dfn {
 +
    font-style: italic;
 +
}
 +
 +
/**
 +
* Address differences between Firefox and other browsers.
 +
*/
 +
 +
hr {
 +
    -moz-box-sizing: content-box;
 +
    box-sizing: content-box;
 +
    height: 0;
 +
}
 +
 +
/**
 +
* Address styling not present in IE 8/9.
 +
*/
 +
 +
mark {
 +
    background: #ff0;
 +
    color: #000;
 +
}
 +
 +
/**
 +
* Correct font family set oddly in Safari 5 and Chrome.
 +
*/
 +
 +
code,
 +
kbd,
 +
pre,
 +
samp {
 +
    font-family: monospace, serif;
 +
    font-size: 1em;
 +
}
 +
 +
/**
 +
* Improve readability of pre-formatted text in all browsers.
 +
*/
 +
 +
pre {
 +
    white-space: pre-wrap;
 +
}
 +
 +
/**
 +
* Set consistent quote types.
 +
*/
 +
 +
q {
 +
    quotes: "\201C" "\201D" "\2018" "\2019";
 +
}
 +
 +
/**
 +
* Address inconsistent and variable font size in all browsers.
 +
*/
 +
 +
small {
 +
    font-size: 80%;
 +
}
 +
 +
/**
 +
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
 +
*/
 +
 +
sub,
 +
sup {
 +
    font-size: 75%;
 +
    line-height: 0;
 +
    position: relative;
 +
    vertical-align: baseline;
 +
}
 +
 +
sup {
 +
    top: -0.5em;
 +
}
 +
 +
sub {
 +
    bottom: -0.25em;
 +
}
 +
 +
/* ==========================================================================
 +
  Embedded content
 +
  ========================================================================== */
 +
 +
/**
 +
* Remove border when inside `a` element in IE 8/9.
 +
*/
 +
 +
img {
 +
    border: 0;
 +
}
 +
 +
/**
 +
* 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">
<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">
<img src="https://static.igem.org/mediawiki/2014/7/73/Site_logo_invert.png" alt="Mel Uni iGEM Logo" width="706" height="175">
-
<h2>&nbsp;</h2>
+
 
-
<p>Star-shaped peptides are a promising biomaterial being proposed for use in nanomedicine. While star peptides have conventionally been synthesised in vitro, the University of Melbourne iGEM team aims to use the peptide-synthesis machinery of E. coli to produce peptides in vivo. Star peptide precursors will be expressed as heterologous proteins in E. coli. Further processing using both the protein folding enzymes of E. coli and simple in vitro chemical synthesis techniques will yield star peptides. The products will be designed such that the arms of the stars may be functionalised with peptides, proteins, and other biomacromolecules. Thus, the project will develop a novel and powerful platform technology for the synthesis of new biomaterials. The technology developed may be readily applied in a variety of biomedical contexts, including drug delivery, infection control and cancer treatment. </p>
+
<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>
</div>
Line 13: Line 504:
 +
<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>
 +
</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>
</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: