Team:Westminster/Attributions

From 2012.igem.org

(Difference between revisions)
(Prototype team page)
 
(20 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
 
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
 
-
This is a template page. READ THESE INSTRUCTIONS.
 
-
</div>
 
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
 
-
</div>
 
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
 
-
</div>
 
-
</div>
 
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
<head>
 +
<meta http-equiv="content-type" content="text/php; charset=utf-8" />
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<style type="text/css">
-
!align="center"|[[Team:Westminster|Home]]
+
@import url 'http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css';
-
!align="center"|[[Team:Westminster/Team|Team]]
+
ul {
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Westminster Official Team Profile]
+
list-style: none;
-
!align="center"|[[Team:Westminster/Project|Project]]
+
}
-
!align="center"|[[Team:Westminster/Parts|Parts Submitted to the Registry]]
+
body {
-
!align="center"|[[Team:Westminster/Modeling|Modeling]]
+
font-family:  "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
-
!align="center"|[[Team:Westminster/Notebook|Notebook]]
+
font-weight: 300;
-
!align="center"|[[Team:Westminster/Safety|Safety]]
+
/* background: url("http://www.westminsterigem.com/files/theme/body-bg.png") repeat #ffffff;*/
-
!align="center"|[[Team:Westminster/Attributions|Attributions]]
+
background-color:#FFF;
-
|}
+
color: #666666;
 +
 +
}
 +
h1 {
 +
color: #ff0000;
 +
font-size: 18pt;
 +
margin-bottom: 0.5em;
 +
 +
}
 +
p {
 +
 
 +
}
 +
a {
 +
 +
}
 +
#p-logo {
 +
background: #444444;
 +
}
 +
div#top-section,
 +
div#content {
 +
box-shadow: 0px 0px 17px -4px #666666;
 +
padding:0px;
 +
margin-top:0px;
-
Each team must clearly attribute work done by the team on this pageThey must distinguish work done by the team from work done by others, including the host labs, advisors, instructors, graduate students, and postgraduate masters students.
+
}
 +
div#wrapper {
 +
position: relative;
 +
width: 100%;
 +
font-size: 12pt;
 +
margin: 0 auto;
 +
background: #ffffff;
 +
background-attachment: url('https://static.igem.org/mediawiki/2012/2/2e/Bg-tumours.png');
 +
background-repeat: no-repeat;
 +
 +
padding:0px;
 +
margin-top:0px;
 +
top:0px;
 +
 +
}
 +
div#header {
 +
height: 120px;
 +
width: 100%;
 +
background-color:#000;
 +
background: url('https://static.igem.org/mediawiki/2012/2/2e/Bg-tumours.png');
 +
background-repeat: no-repeat;
 +
z-index:10;
 +
position:relative;
 +
top:0px;
 +
left:0px;
 +
}
 +
div#header div#logo {
 +
position: relative;
 +
width: 260px;
 +
right:10px;
 +
top:-9px;
 +
float:right;
 +
 
 +
margin-bottom: 0px;
 +
/*
 +
height: 0px;
 +
margin: 0 auto;*/
 +
}
 +
div#header div#logo a {
 +
float:left;
 +
display:block;
 +
margin-left:10px;
 +
 
 +
}
 +
 
 +
 +
div#navigation {
 +
width: 850px;
 +
height: 27px;
 +
background:rgba(0,0,0,.5);
 +
float:left;
 +
position:relative;
 +
top:54px;
 +
}
 +
ul#navigation-list {
 +
height: 27px;
 +
line-height: 27px;
 +
overflow: auto;
 +
}
 +
ul#navigation-list > li {
 +
float: left;
 +
margin-top:-5px;
 +
}
 +
ul#navigation-list > li > ul {
 +
position: absolute;
 +
display: none;
 +
background: #000000;
 +
z-index: 100000;
 +
}
 +
ul#navigation-list > li > ul.submenu {
 +
margin: 0;
 +
}
 +
ul#navigation-list > li > ul.submenu li {
 +
padding: 2px 0px;
 +
}
 +
ul#navigation-list a.navlink {
 +
color: #ffffff;
 +
font-weight: normal;
 +
display: block;
 +
padding: 0px 10px;
 +
text-decoration: none;
 +
}
 +
ul#navigation-list a.navlink.active,
 +
ul#navigation-list a.navlink:hover {
 +
color: #ff0000;
 +
}
 +
div#home-main-image {
 +
text-align: center;
 +
background-color: #410000;
 +
 
 +
border-bottom:1px #000 solid;
 +
}
 +
div#the-content {
 +
position:relative;
 +
top:-19px;
 +
 +
}
 +
div#home-main-image img {
 +
/*width: 885px;
 +
height: 300px;
 +
margin-bottom: 20px;
 +
border-radius: 20px;
 +
*/
 +
}
 +
div.text-box {
 +
background: #444444;
 +
color: #ffffff;
 +
padding: 15px 20px;
 +
border-radius: 10px;
 +
 +
}
 +
div#footer-box {
 +
border-radius: 0 0 5px 5px;
 +
}
 +
#bodyContent {
 +
}
 +
#three-column
 +
{
 +
margin:0 auto;
 +
width:850px;
 +
margin-top:50px;
 +
 +
}
 +
 +
.col
 +
{
 +
text-align:justify; float:left; margin:5px;
 +
}
 +
.col h1
 +
{
 +
font-size:14px;
 +
color:#000;
 +
 +
}
 +
/* hide native rubbish*/
 +
#top-section {display:none; position:absolute; left:0px; top:-200px;}
 +
#top-section a { color:#FFF; }
 +
.firstHeading {display:none; position:absolute; left:0px; top:-200px;}
 +
.annoying-gap {
 +
padding:0px;
 +
margin:0px;
 +
line-height:0;
 +
}
 +
 +
#contentSub, #siteSub {display:none;}
 +
 +
#control-btn
 +
{
 +
 +
width: 20px;
 +
height: 20px;
 +
position:absolute;
 +
top:0px;
 +
left:5px;
 +
 +
line-height: 0px;
 +
 +
 +
}
 +
.btn-cog {
 +
background: url('https://static.igem.org/mediawiki/2012/d/d4/Control-panel-sml.png') #000 no-repeat 2px 2px;
 +
}
 +
.btn-close {
 +
background: url('https://static.igem.org/mediawiki/2012/d/d0/Close-btn.png')  #000 no-repeat  2px 2px;
 +
}
 +
.right-menu li a, .left-menu li a {background: none}
 +
 +
#home-main-text {
 +
padding:20px 40px 20px 40px;
 +
text-align: justify;
 +
}
 +
.diary-date {
 +
font-weight: bold;
 +
width:100%;
 +
 +
}
 +
#home-main-text ul li
 +
{
 +
list-style-image: url('https://static.igem.org/mediawiki/2012/4/43/Tickmark.png');
 +
 +
}
 +
</style>
 +
 
 +
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
 +
<script type="text/javascript">
 +
$('document').ready(function() {
 +
 +
// menu
 +
$('li.submenu-holder').hover(function() {
 +
$(this).children('ul.submenu').stop(true).fadeIn('fast');
 +
}, function() {
 +
$(this).children('ul.submenu').stop(true).fadeOut('fast');
 +
});
 +
 
 +
              // hide standard team basics
 +
              $('#top-section').hide();
 +
  $('#bodyContent p:first').addClass("annoying-gap");
 +
 
 +
 +
$('#control-btn').click( function(){
 +
 +
if ($('#control-btn').hasClass("btn-cog"))
 +
{
 +
showTopMenu();
 +
$('#control-btn').animate({left: "-20px"});
 +
$('#control-btn').addClass("btn-close");
 +
$('#control-btn').removeClass("btn-cog");
 +
} else
 +
{
 +
hideTopMenu();
 +
$('#control-btn').animate({left: "0px"});
 +
$('#control-btn').addClass("btn-cog");
 +
$('#control-btn').removeClass("btn-close");
 +
}
 +
});
 +
 +
});
 +
 +
 +
 +
 +
var $bar;
 +
function hideTopMenu()
 +
{
 +
$bar.slideUp('fast');
 +
 +
}
 +
function showTopMenu()
 +
{
 +
if ($bar==null)
 +
{
 +
$bar = $("#top-section").clone();
 +
$($bar.find("#search-controls")).remove();
 +
$($bar.find("#p-logo")).remove();
 +
$("#wrapper").prepend($bar);
 +
$bar.css("position", "absolute");
 +
$bar.css("top", "0px");
 +
$bar.css("left", "0px");
 +
$bar.css("background", "none");
 +
$bar.css("background", "rgba(0,0,0,.5)");
 +
$bar.css("height", "20px");
 +
$bar.css("border", "none");
 +
$bar.css("z-index", "100");
 +
$bar.css("color", "#000");
 +
 +
 +
}
 +
$bar.slideDown('fast');
 +
 +
$('#control-btn').mouseover( function(){
 +
 +
});
 +
}
 +
</script>
 +
</head>
 +
 
 +
<body>
 +
<div id="wrapper">
 +
 
 +
<div id="header">
 +
  <div id="control-btn" class="btn-cog"></div>
 +
 
 +
<div id="navigation">
 +
<ul id="navigation-list">
 +
<li><a href="https://2012.igem.org/Team:Westminster" class="navlink">Home</a></li>
 +
<li><a href="https://2012.igem.org/Team:Westminster/Team" class="navlink">Team</a></li>
 +
<li class="submenu-holder">
 +
<a href="https://2012.igem.org/Team:Westminster/Overview"class="navlink">Project</a>
 +
 
 +
<ul class="submenu">
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Overview"class="navlink">Overview</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Problem"class="navlink">The Problem</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Experiments"class="navlink">Experiments</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Protocols"class="navlink">Protocols</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Results"class="navlink">Results</a></li>
 +
 
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Safety"class="navlink">Safety</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Journal"class="navlink">Journal</a></li>
 +
                       
 +
                 
 +
</ul>
 +
</li>
 +
<li><a href="https://2012.igem.org/Team:Westminster/Parts"class="navlink">Parts</a></li>
 +
<li><a href="https://2012.igem.org/Team:Westminster/Modeling"class="navlink">Modeling</a></li>
 +
<li><a href="https://2012.igem.org/Team:Westminster/Outreach"class="navlink">Outreach</a></li>
 +
                    <li><a href="https://2012.igem.org/Team:Westminster/Judging"class="navlink">Judging Criteria</a></li>
 +
 
 +
 +
<li><a href="https://2012.igem.org/Team:Westminster/Attributions"class="navlink active">Attributions</a></li>
 +
</ul><!-- #navigation-list -->
 +
</div><!-- #navigation -->
 +
            <div id="logo">
 +
                    <a href="http://www.igem.org" title="iGEM homepage"><img src="https://static.igem.org/mediawiki/igem.org/d/dc/Igem-small-white.png" alt="iGEM logo" width="55" height="44" /></a>
 +
<a href="https://2012.igem.org/Team:Westminster">
 +
<img src="https://static.igem.org/mediawiki/2012/a/ae/Logo-white.png" alt="iSTEM - intelligent synthetic tumour eliminating machine" width="172" height="66" title="iSTEM - intelligent synthetic tumour eliminating machine" />
 +
</a>
 +
</div><!-- #logo -->
 +
</div><!-- #header -->
 +
 
 +
<div id="the-content">
 +
<div id="home-main-image">
 +
<img src="https://static.igem.org/mediawiki/2012/1/15/AttributionsWmin.jpg" alt="Welcome" width="965" height="518" title="Welcome to our home!" />
 +
</div><!-- #home-main-image -->
 +
 
 +
<div id="home-main-text">
 +
<h2>Attributions & Acknowledgements</h2>
 +
<p>All work has been done by the team members unless stated otherwise.</p>                           
 +
<p>A big thank you to our PhD Advisors: Andrew Duncan Jenks - who did the mammalian transfecion work; Myrsini Tsimon, Rhyan Puno, Eustace Fernando and Amrutha Chilumuri - who were there for us, giving precious advice during the brainstorming sessions and in the lab. We are particularly thankful to Howard Boland, who was with us in every part of the project, sharing his passion for synthetic biology and art and supporting in moments when things weren´t working.</p>
 +
<p>  We also deeply thank our Academic Advisor, Dr. Mark Clements, for his enthusiasm, energy and infinite patience. You inspired us all and made the learning process very enjoyable! We are also grateful to Dr. Anatoliy Markiv and Dr. Sterghios Moschos for their help during the first brainstorming sessions, and to Dr. Miriam Dwek for sharing her knowledge and opinions with us in a wonderful interview.  </p>
 +
 
 +
      <p>Many thanks to our sponsors: the University of Westminster, University of Westminster Students' Union, Autodesk, Geneious, IDT and Mathworks for your support - the iSTEM would not have been possible without you!</p>
 +
 
 +
 
 +
</div><!-- #home-main-text -->
 +
 
 +
</div><!-- #the-content -->
 +
 
 +
</div><!-- #wrapper -->
 +
 
 +
 
 +
</body>
 +
 
 +
 
 +
</html>
 +
hello

Latest revision as of 15:30, 9 August 2013

Welcome

Attributions & Acknowledgements

All work has been done by the team members unless stated otherwise.

A big thank you to our PhD Advisors: Andrew Duncan Jenks - who did the mammalian transfecion work; Myrsini Tsimon, Rhyan Puno, Eustace Fernando and Amrutha Chilumuri - who were there for us, giving precious advice during the brainstorming sessions and in the lab. We are particularly thankful to Howard Boland, who was with us in every part of the project, sharing his passion for synthetic biology and art and supporting in moments when things weren´t working.

We also deeply thank our Academic Advisor, Dr. Mark Clements, for his enthusiasm, energy and infinite patience. You inspired us all and made the learning process very enjoyable! We are also grateful to Dr. Anatoliy Markiv and Dr. Sterghios Moschos for their help during the first brainstorming sessions, and to Dr. Miriam Dwek for sharing her knowledge and opinions with us in a wonderful interview.

Many thanks to our sponsors: the University of Westminster, University of Westminster Students' Union, Autodesk, Geneious, IDT and Mathworks for your support - the iSTEM would not have been possible without you!

hello