Team:Melbourne/Recruitment
From 2014.igem.org
(Difference between revisions)
(8 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <link href= | + | <head> |
- | <style> | + | <title>iGEM recruitment page</title> |
+ | <link href="http://fonts.googleapis.com/css?family=Lato:400,900" | ||
+ | rel="stylesheet" type="text/css"> | ||
+ | <style> | ||
/* CSS Document */ | /* CSS Document */ | ||
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */ | /*! normalize.css v2.1.2 | MIT License | git.io/normalize */ | ||
- | |||
/* ========================================================================== | /* ========================================================================== | ||
- | + | HTML5 display definitions | |
- | + | ========================================================================== */ | |
- | + | ||
/** | /** | ||
- | + | * Correct `block` display not defined in IE 8/9. | |
- | + | */ | |
- | + | ||
article, | article, | ||
aside, | aside, | ||
Line 25: | Line 25: | ||
section, | section, | ||
summary { | summary { | ||
- | + | display: block; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Correct `inline-block` display not defined in IE 8/9. | |
- | + | */ | |
- | + | ||
audio, | audio, | ||
canvas, | canvas, | ||
video { | video { | ||
- | + | display: inline-block; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Prevent modern browsers from displaying `audio` without controls. | |
- | + | * Remove excess height in iOS 5 devices. | |
- | + | */ | |
- | + | ||
audio:not([controls]) { | audio:not([controls]) { | ||
- | + | display: none; | |
- | + | height: 0; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Address styling not present in IE 8/9. | |
- | + | */ | |
- | + | ||
[hidden] { | [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 { | html { | ||
- | + | font-family: sans-serif; /* 1 */ | |
- | + | -ms-text-size-adjust: 100%; /* 2 */ | |
- | + | -webkit-text-size-adjust: 100%; /* 2 */ | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Remove default margin. | |
- | + | */ | |
- | + | ||
body { | body { | ||
- | + | margin: 0; | |
} | } | ||
- | |||
/* ========================================================================== | /* ========================================================================== | ||
- | + | Links | |
- | + | ========================================================================== */ | |
- | + | ||
/** | /** | ||
- | + | * Address `outline` inconsistency between Chrome and other browsers. | |
- | + | */ | |
- | + | ||
a:focus { | a:focus { | ||
- | + | outline: thin dotted; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Improve readability when focused and also mouse hovered in all browsers. | |
- | + | */ | |
- | + | ||
a:active, | a:active, | ||
a:hover { | 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 { | h1 { | ||
- | + | font-size: 2em; | |
- | + | margin: 0.67em 0; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Address styling not present in IE 8/9, Safari 5, and Chrome. | |
- | + | */ | |
- | + | ||
abbr[title] { | abbr[title] { | ||
- | + | border-bottom: 1px dotted; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. | |
- | + | */ | |
- | + | ||
b, | b, | ||
strong { | strong { | ||
- | + | font-weight: bold; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Address styling not present in Safari 5 and Chrome. | |
- | + | */ | |
- | + | ||
dfn { | dfn { | ||
- | + | font-style: italic; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Address differences between Firefox and other browsers. | |
- | + | */ | |
- | + | ||
hr { | hr { | ||
- | + | -moz-box-sizing: content-box; | |
- | + | box-sizing: content-box; | |
- | + | height: 0; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Address styling not present in IE 8/9. | |
- | + | */ | |
- | + | ||
mark { | mark { | ||
- | + | background: #ff0; | |
- | + | color: #000; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Correct font family set oddly in Safari 5 and Chrome. | |
- | + | */ | |
- | + | ||
code, | code, | ||
kbd, | kbd, | ||
pre, | pre, | ||
samp { | samp { | ||
- | + | font-family: monospace, serif; | |
- | + | font-size: 1em; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Improve readability of pre-formatted text in all browsers. | |
- | + | */ | |
- | + | ||
pre { | pre { | ||
- | + | white-space: pre-wrap; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Set consistent quote types. | |
- | + | */ | |
- | + | ||
q { | q { | ||
- | + | quotes: "\201C" "\201D" "\2018" "\2019"; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Address inconsistent and variable font size in all browsers. | |
- | + | */ | |
- | + | ||
small { | small { | ||
- | + | font-size: 80%; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Prevent `sub` and `sup` affecting `line-height` in all browsers. | |
- | + | */ | |
- | + | ||
sub, | sub, | ||
sup { | sup { | ||
- | + | font-size: 75%; | |
- | + | line-height: 0; | |
- | + | position: relative; | |
- | + | vertical-align: baseline; | |
} | } | ||
- | |||
sup { | sup { | ||
- | + | top: -0.5em; | |
} | } | ||
- | |||
sub { | sub { | ||
- | + | bottom: -0.25em; | |
} | } | ||
- | |||
/* ========================================================================== | /* ========================================================================== | ||
- | + | Embedded content | |
- | + | ========================================================================== */ | |
- | + | ||
/** | /** | ||
- | + | * Remove border when inside `a` element in IE 8/9. | |
- | + | */ | |
- | + | ||
img { | img { | ||
- | + | border: 0; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Correct overflow displayed oddly in IE 9. | |
- | + | */ | |
- | + | ||
svg:not(:root) { | svg:not(:root) { | ||
- | + | overflow: hidden; | |
} | } | ||
- | |||
/* ========================================================================== | /* ========================================================================== | ||
- | + | Figures | |
- | + | ========================================================================== */ | |
- | + | ||
/** | /** | ||
- | + | * Address margin not present in IE 8/9 and Safari 5. | |
- | + | */ | |
- | + | ||
figure { | figure { | ||
- | + | margin: 0; | |
} | } | ||
- | |||
/* ========================================================================== | /* ========================================================================== | ||
- | + | Forms | |
- | + | ========================================================================== */ | |
- | + | ||
/** | /** | ||
- | + | * Define consistent border, margin, and padding. | |
- | + | */ | |
- | + | ||
fieldset { | 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 { | 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, | button, | ||
input, | input, | ||
select, | select, | ||
textarea { | 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, | button, | ||
input { | 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, | button, | ||
select { | 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, | button, | ||
html input[type="button"], /* 1 */ | html input[type="button"], /* 1 */ | ||
input[type="reset"], | input[type="reset"], | ||
input[type="submit"] { | input[type="submit"] { | ||
- | + | -webkit-appearance: button; /* 2 */ | |
- | + | cursor: pointer; /* 3 */ | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Re-set default cursor for disabled elements. | |
- | + | */ | |
- | + | ||
button[disabled], | button[disabled], | ||
html input[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="checkbox"], | ||
input[type="radio"] { | 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"] { | 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-cancel-button, | ||
input[type="search"]::-webkit-search-decoration { | input[type="search"]::-webkit-search-decoration { | ||
- | + | -webkit-appearance: none; | |
} | } | ||
- | |||
/** | /** | ||
- | + | * Remove inner padding and border in Firefox 4+. | |
- | + | */ | |
- | + | ||
button::-moz-focus-inner, | button::-moz-focus-inner, | ||
input::-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 { | textarea { | ||
- | + | overflow: auto; /* 1 */ | |
- | + | vertical-align: top; /* 2 */ | |
} | } | ||
- | |||
/* ========================================================================== | /* ========================================================================== | ||
- | + | Tables | |
- | + | ========================================================================== */ | |
- | + | ||
/** | /** | ||
- | + | * Remove most spacing between table cells. | |
- | + | */ | |
- | + | ||
table { | table { | ||
- | + | border-collapse: collapse; | |
- | + | border-spacing: 0; | |
} | } | ||
- | |||
html, body { | html, body { | ||
- | + | color: #111; | |
- | + | background-color: transparent; | |
- | + | width: 100%; | |
- | + | height: 100%; | |
- | + | margin: 0; | |
- | + | padding: 0; | |
- | + | display:block; | |
- | + | line-height:normal; | |
- | + | ||
} | } | ||
- | |||
h1 { | 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 { | 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 { | p { | ||
- | + | font-family: 'Lato', sans-serif; | |
- | + | /*font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/ | |
} | } | ||
img {margin:10px;} | img {margin:10px;} | ||
- | |||
- | |||
- | |||
.firstHeading { display:none;} | .firstHeading { display:none;} | ||
- | |||
#content {border:none !important; line-height:normal !important;} | #content {border:none !important; line-height:normal !important;} | ||
- | |||
h1, h2, h3, h4 {border:none !important;} | h1, h2, h3, h4 {border:none !important;} | ||
- | |||
#content, #gloabalWrapper {position:static !important;} | #content, #gloabalWrapper {position:static !important;} | ||
- | |||
- | |||
- | |||
/*#menubar, .left-menu, .left-menu a { | /*#menubar, .left-menu, .left-menu a { | ||
- | + | color: white !important; | |
background-color: #555555; | background-color: #555555; | ||
- | |||
}*/ | }*/ | ||
- | |||
#top-section { | #top-section { | ||
- | + | border:none !important; | |
} | } | ||
#p-logo {display:none;} | #p-logo {display:none;} | ||
- | |||
#top-section {height:0px;} | #top-section {height:0px;} | ||
- | |||
#search-controls { | #search-controls { | ||
- | + | display:none; | |
} | } | ||
#footer-box { | #footer-box { | ||
- | + | display:none; | |
} | } | ||
- | |||
#catlinks { | #catlinks { | ||
- | + | display:none; | |
} | } | ||
- | + | </style> | |
- | </style> | + | <link |
- | <img src="https://static.igem.org/mediawiki/2014/9/9b/Melbourne_Banner.png" alt="Banner" height="225" width="1000"> | + | href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" |
- | + | rel="stylesheet" type="text/css"> | |
- | + | <style type="text/css"> | |
- | <table | + | #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:500px;} |
- | + | /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. | |
- | <tr height=" | + | We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ |
- | + | </style> | |
- | + | </head> | |
- | <td | + | <body> |
- | <a href="https://2014.igem.org/Team:Melbourne"style="color: | + | <img src="https://static.igem.org/mediawiki/2014/9/9b/Melbourne_Banner.png" |
- | Home</a> </td> | + | alt="Banner" height="225" width="1000"> |
- | + | <table | |
- | <td | + | style="text-transform: uppercase; font-family: 'Lato',sans-serif;" |
- | <a href="https://2014.igem.org/Team:Melbourne/Team"style="color: | + | width="100%"> |
- | Team</a> </td> | + | <tbody> |
- | + | <tr height="10"> | |
- | <td | + | <td onmouseover="this.bgColor='#d3d3d3'" |
- | <a href="https://2014.igem.org/Team:Melbourne/Project"style="color: | + | onmouseout="this.bgColor='#e7e7e7'" align="center" |
- | Project</a> </td> | + | bgcolor="#e7e7e7" height="30"> |
- | + | <a href="https://2014.igem.org/Team:Melbourne" | |
- | <td | + | style="color: rgb(0, 0, 0);">Home</a> </td> |
- | <a href="https://2014.igem.org/Team:Melbourne/Human_Practices"style="color: | + | <td onmouseover="this.bgColor='#d3d3d3'" |
- | Human Practices</a></td> | + | onmouseout="this.bgColor='#e7e7e7'" align="center" |
- | + | bgcolor="#e7e7e7" height="30"> | |
- | <td | + | <a href="https://2014.igem.org/Team:Melbourne/Team" |
- | <a href="https://2014.igem.org/Team:Melbourne/Achievements"style="color: | + | style="color: rgb(0, 0, 0);">Team</a> </td> |
- | Achievements</a></td> | + | <td onmouseover="this.bgColor='#d3d3d3'" |
- | + | onmouseout="this.bgColor='#e7e7e7'" align="center" | |
- | <td | + | bgcolor="#e7e7e7" height="30"> |
- | <a href="https://2014.igem.org/Team:Melbourne/Notebook"style="color: | + | <a href="https://2014.igem.org/Team:Melbourne/Project" |
- | Notebook</a></td> | + | style="color: rgb(0, 0, 0);">Project</a> </td> |
- | + | <td onmouseover="this.bgColor='#d3d3d3'" | |
- | <td | + | onmouseout="this.bgColor='#e7e7e7'" align="center" |
- | <a href="https://2014.igem.org/Team:Melbourne/Protocols"style=" color: | + | bgcolor="#e7e7e7" height="30"> |
- | Protocols</a></td> | + | <a href="https://2014.igem.org/Team:Melbourne/Human_Practices" |
- | + | style="color: rgb(0, 0, 0);"> Human Practices</a></td> | |
- | <td | + | <td onmouseover="this.bgColor='#d3d3d3'" |
- | <a href="https://2014.igem.org/Team:Melbourne/Safety"style="color: | + | onmouseout="this.bgColor='#e7e7e7'" align="center" |
- | Safety</a></td> | + | bgcolor="#e7e7e7" height="30"> |
- | + | <a href="https://2014.igem.org/Team:Melbourne/Achievements" | |
- | <td | + | style="color: rgb(0, 0, 0);">Achievements</a></td> |
- | <a href="https://2014.igem.org/Team:Melbourne/Sponsors"style="color: | + | <td onmouseover="this.bgColor='#d3d3d3'" |
- | Sponsors</a></td> | + | onmouseout="this.bgColor='#e7e7e7'" align="center" |
- | + | bgcolor="#e7e7e7" height="30"> | |
- | <td | + | <a href="https://2014.igem.org/Team:Melbourne/Notebook" |
- | <a href="https://2014.igem.org/Team:Melbourne/Attributions"style="color: | + | style="color: rgb(0, 0, 0);">Notebook</a></td> |
- | Attributions</a></td> | + | <td onmouseover="this.bgColor='#d3d3d3'" |
- | + | onmouseout="this.bgColor='#e7e7e7'" align="center" | |
- | + | bgcolor="#e7e7e7" height="30"> | |
- | <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=" | + | <a href="https://2014.igem.org/Team:Melbourne/Protocols" |
- | </tr> | + | style="color: rgb(0, 0, 0);"> Protocols</a></td> |
+ | <td onmouseover="this.bgColor='#d3d3d3'" | ||
+ | onmouseout="this.bgColor='#e7e7e7'" align="center" | ||
+ | bgcolor="#e7e7e7" height="30"> | ||
+ | <a href="https://2014.igem.org/Team:Melbourne/Safety" | ||
+ | style="color: rgb(0, 0, 0);">Safety</a></td> | ||
+ | <td onmouseover="this.bgColor='#d3d3d3'" | ||
+ | onmouseout="this.bgColor='#e7e7e7'" align="center" | ||
+ | bgcolor="#e7e7e7" height="30"> | ||
+ | <a href="https://2014.igem.org/Team:Melbourne/Sponsors" | ||
+ | style="color: rgb(0, 0, 0);">Sponsors</a></td> | ||
+ | <td onmouseover="this.bgColor='#d3d3d3'" | ||
+ | onmouseout="this.bgColor='#e7e7e7'" align="center" | ||
+ | bgcolor="#e7e7e7" height="30"> | ||
+ | <a href="https://2014.igem.org/Team:Melbourne/Attributions" | ||
+ | style="color: rgb(0, 0, 0);">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="46"></a> </td> | ||
+ | </tr> | ||
+ | </tbody> | ||
</table> | </table> | ||
- | + | <big><br> | |
- | + | Thank | |
- | + | you for your interest in the | |
- | + | 2015-16 Melbourne University iGEM Team! </big><br> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | 2015 Melbourne University iGEM Team! | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<br> | <br> | ||
- | <span class=GramE><span class=textexposedshow>iGEM</span></span><span | + | <big>Please |
- | class=textexposedshow> is short for the International Genetically Engineering | + | read the information below to find out what iGEM is all about. We are |
- | Machine competition. <span class=GramE>iGEM</span> is an undergraduate science | + | currently looking for members of the leadership team, and after the |
- | competition held each | + | completion of Semester 1 exams, there will be a general recruitment |
- | university teams use the latest tools from synthetic biology | + | round. Please <a href="#subscribe">sign |
- | create a novel single celled organism or “biological machine”. </span><o:p></o:p></ | + | up to the Melbourne iGEM mailing list</a>, below, |
- | + | to be alerted to the latest developments.</big><br> | |
- | + | <br> | |
- | + | <p><big><big><big><big><span | |
- | < | + | style="font-weight: bold;">What is iGEM?</span></big></big></big></big></p> |
- | class=textexposedshow> teams manage everything from the conception to the | + | <div style="text-align: center;"><big><big><big><big><span |
+ | style="font-weight: bold;"><img | ||
+ | style="width: 274px; height: 209px;" alt="IGEM logo" | ||
+ | src="https://static.igem.org/mediawiki/2014/d/d8/Team_Berlin_igem_logo.png"></span></big></big></big></big><o:p></o:p></div> | ||
+ | <big><span class="GramE"><span class="usercontent"><br> | ||
+ | iGEM</span></span><span class="usercontent"> | ||
+ | is a unique opportunity to get involved | ||
+ | in an enterprising | ||
+ | student research group and make a scientific impact.</span><span | ||
+ | class="GramE"><span class="textexposedshow"></span></span></big> | ||
+ | <br> | ||
+ | <br> | ||
+ | <big><span class="GramE"><span | ||
+ | class="textexposedshow">iGEM</span></span><span | ||
+ | class="textexposedshow"> is short for the International | ||
+ | Genetically Engineering | ||
+ | Machine competition. <span class="GramE">iGEM</span> | ||
+ | is an undergraduate science | ||
+ | competition held each September in Boston. In the period leading up to | ||
+ | iGEM, | ||
+ | university teams use the latest tools from synthetic | ||
+ | biology to | ||
+ | create a novel single celled organism or “biological machine”. They can | ||
+ | also develop synthetic biology computing and lab tools, engage in | ||
+ | scientific outreach, and even develop biotech businesses.<br> | ||
+ | </span><span data-ft="{"tn":"K"}" class="userContent"><span | ||
+ | class="text_exposed_show"></span></span></big><br> | ||
+ | <big><span data-ft="{"tn":"K"}" class="userContent"><span | ||
+ | class="text_exposed_show">Each year, students from around | ||
+ | the globe form | ||
+ | teams at their respective universities with the goal of building a | ||
+ | biological system or tool, which they later present at the iGEM global | ||
+ | conference. Students in the past have designed bacteria that | ||
+ | produce new types of drugs and biofuels, act as biosensors of toxic | ||
+ | pollutants, and serve as biological computation | ||
+ | platforms (for more examples of past | ||
+ | projects, see <a href="https://igem.org/About" | ||
+ | rel="nofollow nofollow" target="_blank" | ||
+ | onmouseover='LinkshimAsyncLink.swap(this, "http:\/\/igem.org\/About");' | ||
+ | onclick='LinkshimAsyncLink.swap(this, "http:\/\/l.facebook.com\/l.php?u=http\u00253A\u00252F\u00252Figem.org\u00252FAbout&h=zAQFmUzcK&enc=AZNGkoGC-HF5q40u8IHnH2vOwvgHdyy0ClVop-mb6cjZGHojVOVS9IRhqf-Bi3W3tjr6Zt8No6t5_Rcx8yzlpP7oLfAxZyO28QciO52K7yqag82-VE7nwRVRmBKK-HgbxqVsq9pAa5Lv-OJPoe-BAhfl&s=1");'>https://igem.org/About</a>)</span></span>.<span | ||
+ | class="textexposedshow"> </span><o:p></o:p></big> | ||
+ | <br> | ||
+ | <br> | ||
+ | <big><span class="GramE"><span | ||
+ | class="textexposedshow">iGEM</span></span><span | ||
+ | class="textexposedshow"> teams manage everything from the | ||
+ | conception to the | ||
execution of the iGEM project, with the aid of faculty supervisors. </span><br> | execution of the iGEM project, with the aid of faculty supervisors. </span><br> | ||
<br> | <br> | ||
- | <span class=textexposedshow> | + | <span class="textexposedshow">iGEM allows students to:</span><br> |
- | <span class=textexposedshow> | + | </big> |
- | <span class=textexposedshow> | + | <ul> |
- | in the latest in interdisciplinary biological research<o:p></o:p></span></ | + | <li><big><span class="textexposedshow">Get |
- | + | valuable scientific and | |
- | < | + | leadership experience</span></big></li> |
- | <span class=textexposedshow> | + | <li><big><span class="textexposedshow">Develop |
+ | a useful, novel | ||
+ | biotechnology and gain experience | ||
+ | in the latest in interdisciplinary biological research<o:p></o:p></span></big> | ||
+ | </li> | ||
+ | <li><big><span class="textexposedshow">Make | ||
+ | an impact</span></big></li> | ||
+ | <li><big><span class="textexposedshow">Have | ||
+ | fun!</span></big></li> | ||
+ | </ul> | ||
+ | <big><span class="textexposedshow"><br> | ||
+ | </span></big><br> | ||
+ | <p><big><big><big><big><span | ||
+ | style="font-weight: bold;">Project</span></big></big></big></big></p> | ||
+ | <big><big><big><big><span | ||
+ | style="font-weight: bold;"></span></big></big></big>Students | ||
+ | in the iGEM | ||
+ | teams have complete control over the teams’ | ||
+ | project and scope. There are many possible projects and types of teams. | ||
+ | There are 15 tracks in the iGEM competition. They include 8 standard | ||
+ | tracks and several special tracks | ||
+ | (e.g. entrepreneurship, software, social policy, etc.). Two examples of | ||
+ | possible iGEM teams would include:<br> | ||
+ | </big> | ||
<br> | <br> | ||
- | + | <big>1. Standard tracks: In the standard tracks, teams | |
- | + | develop iGEM | |
- | < | + | projects for research purposes and to advance science on a foundational |
- | + | or applied level. Last year, the Melbourne iGEM | |
- | < | + | team competed in the Manufacturing track, working on a project to |
- | an | + | develop bacteria capable of producing new types of antibiotics. |
- | + | However, there is enormous variety in the types of problems teams can | |
- | + | work on (see <a | |
- | + | href="https://igem.org/Results?year=2013&region=Championship&division=igem">past | |
- | + | team Wiki's</a> for examples).</big> | |
- | <p | + | <big><br> |
- | + | <br> | |
- | < | + | 2. Special tracks: the iGEM competition has expanded |
- | + | significantly since its inception, with the addition of several new | |
- | + | tracks to capture the enormous growth of synthetic biology. | |
- | + | For example, teams can now compete in an entrepreneurship track where | |
- | <p class= | + | they produce not only a scientific advancement, but also a business |
- | + | plan to | |
- | style= | + | commercialise the work. The track is aimed at giving students |
- | + | a conducive and educational environment to start a synthetic biology | |
- | </ | + | company, and is inspired by the recent boom in the synthetic biology |
- | for the iGEM project are student driven, and team members often need to | + | startups |
- | specific research question to design new experiments or come up with new ideas. | + | (e.g. see <a href="http://eu.indie.bio/">Indie Bio</a>).<br> |
- | This will typically involve doing | + | <br> |
- | Scholar and reading scientific articles. | + | </big> |
- | + | <p><big><big><big><big><span | |
- | < | + | style="font-weight: bold;">Timeline</span></big></big></big></big></p> |
- | + | <big><br> | |
- | + | </big><big>The next | |
- | + | iGEM team will run from Semester 2, 2015 to Semester 2, 2016. In | |
- | + | Semester 2, 2015, the team | |
+ | will be organised, the project selected, and the lab set up. During | ||
+ | this period, team members will need to work to ensure that the | ||
+ | foundations are in place to start significant lab/project work during | ||
+ | the summer. A large portion of the practical work will then take | ||
+ | place during the summer of 2015-16. Therefore, to participate in the | ||
+ | team you will need to be available during the upcoming summer. Finally, | ||
+ | additional work will be carried out as needed during the lead up to the | ||
+ | 2016 iGEM conference (the iGEM Giant Jamboree) in September of next | ||
+ | year.</big><br> | ||
+ | <br> | ||
+ | <p class="MsoNormal"><big><big><big><big><span | ||
+ | style="font-weight: bold;">What is involved and what is | ||
+ | needed?</span></big></big></big></big></p> | ||
+ | <big><big><big><big><span | ||
+ | style="font-weight: bold;"><br> | ||
+ | </span></big></big></big></big> | ||
+ | <p style="text-align: center;" class="MsoNormal"><big><img | ||
+ | style="width: 264px; height: 197px;" alt="DNA image" | ||
+ | src="https://static.igem.org/mediawiki/2014/9/91/DNA_v1_by_bak16.jpg"></big></p> | ||
+ | <big>We are searching for | ||
+ | enthusiastic | ||
+ | students with | ||
+ | an interest in biotechnology and science.<o:p> </o:p></big> | ||
+ | <br> | ||
+ | <br> | ||
+ | <big>As | ||
+ | part of the iGEM team, you would help with the | ||
+ | following tasks:</big> | ||
+ | <ul> | ||
+ | <li><big>Research on the iGEM project ideas. The ideas | ||
+ | for the iGEM project are student driven, and team members often need to | ||
+ | answer specific research question to design new experiments or come up | ||
+ | with new ideas. This will typically involve doing searches of | ||
+ | the literature using Google Scholar or other tools and reading | ||
+ | scientific articles.</big></li> | ||
+ | <li><big>Help with developing experimental methods. The | ||
2014 team has built up a library of protocols and experimental methods. | 2014 team has built up a library of protocols and experimental methods. | ||
- | However, the project for 2015 will likely require new methods. You will need to | + | However, the project for 2015 will likely require new methods. You will |
- | look up protocols in the literature and adapt them to the project requirements. | + | need to look up protocols in the literature and adapt them to the |
- | + | project requirements.</big></li> | |
- | < | + | <li><big>Wet lab work, modelling/computation or |
- | + | engineering design. By joining the iGEM team, you will have an | |
- | + | opportunity to participate in the lab and learn many standard | |
- | + | techniques in molecular biology. Alternatively, many iGEM teams make | |
- | design. By joining the iGEM team, you will have an opportunity to participate in | + | use of the skills of engineers, computer scientists, and other |
- | the lab and learn many standard techniques in molecular biology | + | non-biological science disciplines. For example, this may |
- | + | take the form of modeling a biological system using software like | |
- | computer scientists, and other non-biological science disciplines. | + | Matlab, designing a microfluidic device with biological applications or |
- | take the form of | + | designing an electrical device which interfaces with a biological |
- | system using software like | + | system. If you have an interest in interdisciplinary research between |
- | designing an electrical device which interfaces with a biological system. If | + | your field and biology, it is likely iGEM will be able to accommodate |
- | you have an interest in interdisciplinary research between your field and biology, | + | it.</big></li> |
- | it is likely iGEM will be able to accommodate it. | + | <li><big>The scope of iGEM also extends into |
- | + | non-traditional science areas, including biotechnology | |
- | < | + | entrepreneurship, biotechnology ethics and the law, and science |
- | + | outreach, and so students with business, law, design, and arts | |
- | + | backgrounds are also welcome to participate. You could, for example, | |
- | + | create a business plan for a iGEM-created company, examine bioethics | |
- | non-traditional science areas, including biotechnology entrepreneurship, | + | within synthetic biology, or design educational/outreach program for |
- | biotechnology ethics and the law, and science outreach, and so | + | high schoolers.</big></li> |
- | + | </ul> | |
- | for example, create a business plan for | + | <ul> |
- | company, examine bioethics within synthetic biology, or | + | <br> |
- | + | </ul> | |
- | + | <p class="MsoNormal"><big><o:p></o:p></big><big><big><big><big><span | |
- | < | + | style="font-weight: bold;">Recruitment</span></big></big></big></big></p> |
- | + | <big>We are currently seeking | |
- | <p class=MsoNormal> | + | members of |
- | + | the executive (see below), witha general | |
- | < | + | recruitment round after |
- | + | the exam period. Recruitment will be open to all undergraduate and | |
- | + | masters students who are available | |
- | </span></ | + | during Semester 2 2015 and the summer of 2015-16. Please sign up below |
- | + | to be notified when the general recruitment opens (also follow | |
- | + | us on <a href="https://www.facebook.com/MelbourneUniIGem">Facebook</a>). | |
- | + | If you have specific questions about iGEM, please direct them to | |
- | + | Sean at melbourneuniigem@gmail.com. </big> | |
- | + | <p class="MsoNormal"><!-- Begin MailChimp Signup Form --></p> | |
- | + | <div id="mc_embed_signup"> | |
- | <p class= | + | <form |
- | + | action="//igem.us11.list-manage.com/subscribe/post?u=47561ab8e57f78fb52279255a&id=1e678a25cd" | |
- | + | method="post" id="mc-embedded-subscribe-form" | |
- | </span></span></span>< | + | name="mc-embedded-subscribe-form" class="validate" |
- | + | target="_blank" novalidate=""> | |
- | + | <div id="mc_embed_signup_scroll"> | |
- | + | <h2><a name="subscribe"></a>Sign up for | |
- | + | Melbourne iGEM recruitment updates</h2> | |
- | + | <div class="indicates-required"><span class="asterisk">*</span> | |
- | + | indicates required</div> | |
- | + | <div class="mc-field-group"> | |
- | < | + | <label for="mce-EMAIL">Email Address <span |
- | style= | + | class="asterisk">*</span> |
- | + | </label><input value="" name="EMAIL" | |
- | </ | + | class="required email" id="mce-EMAIL" type="email"></div> |
- | + | <div class="mc-field-group"> | |
- | + | <label for="mce-FNAME">First Name <span | |
- | + | class="asterisk">*</span> | |
- | + | </label><input value="" name="FNAME" | |
- | + | class="required" id="mce-FNAME" type="text"></div> | |
- | < | + | <div class="mc-field-group"> |
- | + | <label for="mce-LNAME">Last Name </label> | |
- | + | <input value="" name="LNAME" class="" | |
- | + | id="mce-LNAME" type="text"></div> | |
- | + | <div class="mc-field-group"> | |
- | + | <label for="mce-DEGREE">Degree (Major) </label> | |
+ | <input value="" name="DEGREE" class="" | ||
+ | id="mce-DEGREE" type="text"></div> | ||
+ | <div id="mce-responses" class="clear"> | ||
+ | <div class="response" id="mce-error-response" | ||
+ | style="display: none;"></div> | ||
+ | <div class="response" id="mce-success-response" | ||
+ | style="display: none;"></div> | ||
+ | </div> | ||
+ | <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> | ||
+ | <div style="position: absolute; left: -5000px;"><input | ||
+ | name="b_47561ab8e57f78fb52279255a_1e678a25cd" tabindex="0" | ||
+ | value="" type="text"></div> | ||
+ | <div class="clear"><input value="Subscribe" | ||
+ | name="subscribe" id="mc-embedded-subscribe" | ||
+ | class="button" type="submit"></div> | ||
+ | </div> | ||
+ | </form> | ||
+ | </div> | ||
+ | <script type="text/javascript" | ||
+ | src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script> | ||
+ | <script type="text/javascript">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[4]='DEGREE';ftypes[4]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script><!--End mc_embed_signup--><br> | ||
+ | <big>If you are particularly | ||
+ | keen on iGEM, and would like to play a leadership role, we currently | ||
+ | require additional members of the executive/leadership team. As part | ||
+ | of the team's leadership, you | ||
+ | will be in a unique position to mold the team. Duties include:</big> | ||
+ | <ol> | ||
+ | <li><big>Helping to set up the team and determining the | ||
+ | teams' goals and iGEM track.</big></li> | ||
+ | <li><big>Serving as a spokesperson to | ||
+ | external parties and academics. This will include recruiting additional | ||
+ | academic and graduate student supervisors.<br> | ||
+ | </big></li> | ||
+ | <li><big>Helping to fundraise for the team, liaising with | ||
+ | university and external sponsors.</big></li> | ||
+ | <li><big>Helping to recruit new members</big></li> | ||
+ | </ol> | ||
+ | <big><br> | ||
+ | Being a founding member of the next iGEM team provides a | ||
+ | great opportunity to play a driving role in Melbourne Uni's most | ||
+ | exciting student based group. The key requirements for the role is a | ||
+ | strong commitment to the team, as well as good communication and | ||
+ | leadership skills. If you are interested in | ||
+ | playing this role, please email | ||
+ | Sean at MelbourneUniIGem@gmail.com to express your interest. <o:p></o:p></big><br> | ||
<br> | <br> | ||
- | <p class=MsoNormal> | + | <p class="MsoNormal"><big><o:p></o:p></big><big><big><big><big><span |
- | + | style="font-weight: bold;">Further information</span></big></big></big></big></p> | |
- | + | <big>Learn more about iGEM in | |
- | + | general at: <a | |
- | + | href="http://www.facebook.com/l.php?u=http%3A%2F%2Figem.org%2FAbout&h=HAQEjYmHL&s=1" | |
- | + | target="_blank">https://igem.org/About</a><br | |
- | < | + | style=""> |
- | + | </big><br> | |
- | href=" | + | <big>Learn about last year’s |
- | + | team by | |
- | + | clicking on the links above.<o:p></o:p></big> | |
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
<br> | <br> | ||
- | + | <big><br> | |
- | < | + | <span class="textexposedshow">Also browse the previous |
- | + | Melbourne <span class="SpellE">Uni</span> iGEM team | |
- | + | at<span class="GramE">:</span></span><br> | |
- | + | <a href="http://openwetware.org/wiki/IGEM:Melbourne/2008" | |
- | + | target="_blank">http://openwetware.org/wiki/IGEM:Melbourne/2008</a><br> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <span class=textexposedshow>Also browse the previous Melbourne <span | + | |
- | class=SpellE>Uni</span> iGEM team at<span class=GramE>:</span></span><br> | + | |
- | <a href="http://openwetware.org/wiki/IGEM:Melbourne/2008" target="_blank">http://openwetware.org/wiki/IGEM:Melbourne/2008</a><br> | + | |
<a | <a | ||
- | href="http://www.bio21.unimelb.edu.au/news/the-bioclock---bacteria-to-mark-time-for-melbourne-university-te" | + | href="http://www.bio21.unimelb.edu.au/news/the-bioclock---bacteria-to-mark-time-for-melbourne-university-te" |
- | target="_blank">http://www.bio21.unimelb.edu.au/news/the-bioclock---bacteria-to-mark-time-for-<span | + | target="_blank">http://www.bio21.unimelb.edu.au/news/the-bioclock---bacteria-to-mark-time-for-<span |
- | class=SpellE>melbourne</span>-university-<span class=SpellE>te</span></a><span | + | class="SpellE">melbourne</span>-university-<span |
- | class=textexposedshow><o:p></o:p></span>< | + | class="SpellE">te</span></a></big><br> |
- | + | <br> | |
- | + | <br> | |
- | + | <big>Also, follow us on Facebook:</big> | |
- | + | <br> | |
- | + | <div style="text-align: center;"><a | |
- | + | href="https://www.facebook.com/MelbourneUniIGem"><img | |
- | + | style="border: 0px solid ; width: 102px; height: 102px;" | |
- | + | alt="Facebook logo" | |
- | + | src="https://static.igem.org/mediawiki/2014/8/88/OxigemIconfacebook.png"></a><a | |
+ | href="http://www.bio21.unimelb.edu.au/news/the-bioclock---bacteria-to-mark-time-for-melbourne-university-te" | ||
+ | target="_blank"><span class="SpellE"></span></a><span | ||
+ | class="textexposedshow"><o:p></o:p></span><br> | ||
+ | </div> | ||
<!-- END EDIT HERE HERE --> | <!-- END EDIT HERE HERE --> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 18:50, 27 May 2015
Home | Team | Project | Human Practices | Achievements | Notebook | Protocols | Safety | Sponsors | Attributions |
Thank you for your interest in the 2015-16 Melbourne University iGEM Team!
Please read the information below to find out what iGEM is all about. We are currently looking for members of the leadership team, and after the completion of Semester 1 exams, there will be a general recruitment round. Please sign up to the Melbourne iGEM mailing list, below, to be alerted to the latest developments.
What is iGEM?
iGEM is a unique opportunity to get involved in an enterprising student research group and make a scientific impact.
iGEM is short for the International Genetically Engineering Machine competition. iGEM is an undergraduate science competition held each September in Boston. In the period leading up to iGEM, university teams use the latest tools from synthetic biology to create a novel single celled organism or “biological machine”. They can also develop synthetic biology computing and lab tools, engage in scientific outreach, and even develop biotech businesses.
Each year, students from around the globe form teams at their respective universities with the goal of building a biological system or tool, which they later present at the iGEM global conference. Students in the past have designed bacteria that produce new types of drugs and biofuels, act as biosensors of toxic pollutants, and serve as biological computation platforms (for more examples of past projects, see https://igem.org/About).
iGEM teams manage everything from the conception to the execution of the iGEM project, with the aid of faculty supervisors.
iGEM allows students to:
- Get valuable scientific and leadership experience
- Develop
a useful, novel
biotechnology and gain experience
in the latest in interdisciplinary biological research
- Make an impact
- Have fun!
Project
Students in the iGEM teams have complete control over the teams’ project and scope. There are many possible projects and types of teams. There are 15 tracks in the iGEM competition. They include 8 standard tracks and several special tracks (e.g. entrepreneurship, software, social policy, etc.). Two examples of possible iGEM teams would include:1. Standard tracks: In the standard tracks, teams develop iGEM projects for research purposes and to advance science on a foundational or applied level. Last year, the Melbourne iGEM team competed in the Manufacturing track, working on a project to develop bacteria capable of producing new types of antibiotics. However, there is enormous variety in the types of problems teams can work on (see past team Wiki's for examples).
2. Special tracks: the iGEM competition has expanded significantly since its inception, with the addition of several new tracks to capture the enormous growth of synthetic biology. For example, teams can now compete in an entrepreneurship track where they produce not only a scientific advancement, but also a business plan to commercialise the work. The track is aimed at giving students a conducive and educational environment to start a synthetic biology company, and is inspired by the recent boom in the synthetic biology startups (e.g. see Indie Bio).
Timeline
The next iGEM team will run from Semester 2, 2015 to Semester 2, 2016. In Semester 2, 2015, the team will be organised, the project selected, and the lab set up. During this period, team members will need to work to ensure that the foundations are in place to start significant lab/project work during the summer. A large portion of the practical work will then take place during the summer of 2015-16. Therefore, to participate in the team you will need to be available during the upcoming summer. Finally, additional work will be carried out as needed during the lead up to the 2016 iGEM conference (the iGEM Giant Jamboree) in September of next year.
What is involved and what is needed?
We are searching for enthusiastic students with an interest in biotechnology and science.
As part of the iGEM team, you would help with the following tasks:
- Research on the iGEM project ideas. The ideas for the iGEM project are student driven, and team members often need to answer specific research question to design new experiments or come up with new ideas. This will typically involve doing searches of the literature using Google Scholar or other tools and reading scientific articles.
- Help with developing experimental methods. The 2014 team has built up a library of protocols and experimental methods. However, the project for 2015 will likely require new methods. You will need to look up protocols in the literature and adapt them to the project requirements.
- Wet lab work, modelling/computation or engineering design. By joining the iGEM team, you will have an opportunity to participate in the lab and learn many standard techniques in molecular biology. Alternatively, many iGEM teams make use of the skills of engineers, computer scientists, and other non-biological science disciplines. For example, this may take the form of modeling a biological system using software like Matlab, designing a microfluidic device with biological applications or designing an electrical device which interfaces with a biological system. If you have an interest in interdisciplinary research between your field and biology, it is likely iGEM will be able to accommodate it.
- The scope of iGEM also extends into non-traditional science areas, including biotechnology entrepreneurship, biotechnology ethics and the law, and science outreach, and so students with business, law, design, and arts backgrounds are also welcome to participate. You could, for example, create a business plan for a iGEM-created company, examine bioethics within synthetic biology, or design educational/outreach program for high schoolers.
If you are particularly keen on iGEM, and would like to play a leadership role, we currently require additional members of the executive/leadership team. As part of the team's leadership, you will be in a unique position to mold the team. Duties include:
- Helping to set up the team and determining the teams' goals and iGEM track.
- Serving as a spokesperson to
external parties and academics. This will include recruiting additional
academic and graduate student supervisors.
- Helping to fundraise for the team, liaising with university and external sponsors.
- Helping to recruit new members
Being a founding member of the next iGEM team provides a great opportunity to play a driving role in Melbourne Uni's most exciting student based group. The key requirements for the role is a strong commitment to the team, as well as good communication and leadership skills. If you are interested in playing this role, please email Sean at MelbourneUniIGem@gmail.com to express your interest.
Learn about last year’s team by clicking on the links above.
Also browse the previous Melbourne Uni iGEM team at:
http://openwetware.org/wiki/IGEM:Melbourne/2008
http://www.bio21.unimelb.edu.au/news/the-bioclock---bacteria-to-mark-time-for-melbourne-university-te
Also, follow us on Facebook: