(Created page with "<!doctype html> <html> <head> <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> <meta charset="UTF-8"> <meta name="viewport" c...") |
|||
(22 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{:Team:KCL_UK/Templates/Header}} | |
<html> | <html> | ||
<head> | <head> | ||
− | + | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
<meta name="viewport" content="width= device-width, initial-scale=1"> | <meta name="viewport" content="width= device-width, initial-scale=1"> | ||
Line 8: | Line 8: | ||
− | <style> | + | <style> |
+ | @import url('https://fonts.googleapis.com/css?family=Raleway'); | ||
+ | #top_title {display:none;} | ||
+ | |||
− | + | ||
+ | #HQ_page p { | ||
+ | font-family: 'Raleway', sans-serif; | ||
+ | font-size: 1em; | ||
+ | text-align: center; | ||
+ | |||
+ | } | ||
+ | |||
+ | #HQ_page h1,h2,h3 { | ||
+ | font-family: 'Raleway', sans-serif; | ||
+ | font-weight: 300; | ||
+ | } | ||
+ | |||
+ | #content, #HQ_page { | ||
+ | animation : none; | ||
+ | animation-delay : 0; | ||
+ | animation-direction : normal; | ||
+ | animation-duration : 0; | ||
+ | animation-fill-mode : none; | ||
+ | animation-iteration-count : 1; | ||
+ | animation-name : none; | ||
+ | animation-play-state : running; | ||
+ | animation-timing-function : ease; | ||
+ | backface-visibility : visible; | ||
+ | background : 0; | ||
+ | background-attachment : scroll; | ||
+ | background-clip : border-box; | ||
+ | background-color : transparent; | ||
+ | background-image : none; | ||
+ | background-origin : padding-box; | ||
+ | background-position : 0 0; | ||
+ | background-position-x : 0; | ||
+ | background-position-y : 0; | ||
+ | background-repeat : repeat; | ||
+ | background-size : auto auto; | ||
+ | border : 0; | ||
+ | border-style : none; | ||
+ | border-width : medium; | ||
+ | border-color : inherit; | ||
+ | border-bottom : 0; | ||
+ | border-bottom-color : inherit; | ||
+ | border-bottom-left-radius : 0; | ||
+ | border-bottom-right-radius : 0; | ||
+ | border-bottom-style : none; | ||
+ | border-bottom-width : medium; | ||
+ | border-collapse : separate; | ||
+ | border-image : none; | ||
+ | border-left : 0; | ||
+ | border-left-color : inherit; | ||
+ | border-left-style : none; | ||
+ | border-left-width : medium; | ||
+ | border-radius : 0; | ||
+ | border-right : 0; | ||
+ | border-right-color : inherit; | ||
+ | border-right-style : none; | ||
+ | border-right-width : medium; | ||
+ | border-spacing : 0; | ||
+ | border-top : 0; | ||
+ | border-top-color : inherit; | ||
+ | border-top-left-radius : 0; | ||
+ | border-top-right-radius : 0; | ||
+ | border-top-style : none; | ||
+ | border-top-width : medium; | ||
+ | bottom : auto; | ||
+ | box-shadow : none; | ||
+ | box-sizing : content-box; | ||
+ | caption-side : top; | ||
+ | clear : none; | ||
+ | clip : auto; | ||
+ | color : inherit; | ||
+ | columns : auto; | ||
+ | column-count : auto; | ||
+ | column-fill : balance; | ||
+ | column-gap : normal; | ||
+ | column-rule : medium none currentColor; | ||
+ | column-rule-color : currentColor; | ||
+ | column-rule-style : none; | ||
+ | column-rule-width : none; | ||
+ | column-span : 1; | ||
+ | column-width : auto; | ||
+ | content : normal; | ||
+ | counter-increment : none; | ||
+ | counter-reset : none; | ||
+ | cursor : auto; | ||
+ | direction : ltr; | ||
+ | display : inline; | ||
+ | empty-cells : show; | ||
+ | float : none; | ||
+ | font : normal; | ||
+ | font-family: 'Raleway', sans-serif; | ||
+ | font-size : medium; | ||
+ | font-style : normal; | ||
+ | font-variant : normal; | ||
+ | font-weight : normal; | ||
+ | height : auto; | ||
+ | hyphens : none; | ||
+ | left : auto; | ||
+ | letter-spacing : normal; | ||
+ | line-height : normal; | ||
+ | list-style : none; | ||
+ | list-style-image : none; | ||
+ | list-style-position : outside; | ||
+ | list-style-type : disc; | ||
+ | margin : 0; | ||
+ | margin-bottom : 0; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | margin-top : 0; | ||
+ | max-height : none; | ||
+ | max-width : none; | ||
+ | min-height : 0; | ||
+ | min-width : 0; | ||
+ | opacity : 1; | ||
+ | orphans : 0; | ||
+ | outline : 0; | ||
+ | outline-color : invert; | ||
+ | outline-style : none; | ||
+ | outline-width : medium; | ||
+ | overflow : visible; | ||
+ | overflow-x : visible; | ||
+ | overflow-y : visible; | ||
+ | padding : 0; | ||
+ | padding-bottom : 0; | ||
+ | padding-left : 0; | ||
+ | padding-right : 0; | ||
+ | padding-top : 0; | ||
+ | page-break-after : auto; | ||
+ | page-break-before : auto; | ||
+ | page-break-inside : auto; | ||
+ | perspective : none; | ||
+ | perspective-origin : 50% 50%; | ||
+ | position : static; | ||
+ | /* May need to alter quotes for different locales (e.g fr) */ | ||
+ | quotes : '\201C' '\201D' '\2018' '\2019'; | ||
+ | right : auto; | ||
+ | tab-size : 8; | ||
+ | table-layout : auto; | ||
+ | text-align : inherit; | ||
+ | text-align-last : auto; | ||
+ | text-decoration : none; | ||
+ | text-decoration-color : inherit; | ||
+ | text-decoration-line : none; | ||
+ | text-decoration-style : solid; | ||
+ | text-indent : 0; | ||
+ | text-shadow : none; | ||
+ | text-transform : none; | ||
+ | top : auto; | ||
+ | transform : none; | ||
+ | transform-style : flat; | ||
+ | transition : none; | ||
+ | transition-delay : 0s; | ||
+ | transition-duration : 0s; | ||
+ | transition-property : none; | ||
+ | transition-timing-function : ease; | ||
+ | unicode-bidi : normal; | ||
+ | vertical-align : baseline; | ||
+ | visibility : visible; | ||
+ | white-space : normal; | ||
+ | widows : 0; | ||
+ | width : auto; | ||
+ | word-spacing : normal; | ||
+ | z-index : auto; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | display: block; | ||
+ | font-size: 2em; | ||
+ | margin-bottom: 0.67em; | ||
+ | margin-left: 0; | ||
+ | margin-right: 0; | ||
+ | } | ||
+ | |||
+ | a:hover {text-decoration:none;} | ||
+ | a:visited { | ||
+ | color:red; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .dropdown-nav-buttonmasks:visited { | ||
+ | color:white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .standalonenav:visited { | ||
+ | color:white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | * { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
font-family: 'Raleway', sans-serif; | font-family: 'Raleway', sans-serif; | ||
} | } | ||
+ | |||
body{ | body{ | ||
margin: 0; | margin: 0; | ||
+ | padding: 0; | ||
font-family: 'Raleway', sans-serif; | font-family: 'Raleway', sans-serif; | ||
text-align: center; | text-align: center; | ||
Line 30: | Line 224: | ||
width: 95%; | width: 95%; | ||
margin: 0 auto; | margin: 0 auto; | ||
+ | } | ||
+ | .fixcontainer { | ||
+ | width:100%; | ||
+ | margin: 0 auto; | ||
} | } | ||
Line 36: | Line 234: | ||
font-weight: 900; | font-weight: 900; | ||
font-weight: bold; | font-weight: bold; | ||
− | font-size: | + | font-size: 3.2rem; |
margin-bottom: 1em; | margin-bottom: 1em; | ||
padding-bottom: 2em; | padding-bottom: 2em; | ||
text-emphasis: bold; | text-emphasis: bold; | ||
+ | } | ||
+ | .smallertitle { | ||
+ | font-weight: 900; | ||
+ | font-weight: bold; | ||
+ | font-size: 1.4rem; | ||
+ | margin-bottom: 1em; | ||
+ | padding-top: 3.1em; | ||
+ | padding-bottom: 0em; | ||
+ | text-emphasis: bold; | ||
} | } | ||
Line 46: | Line 253: | ||
font-size: 2.5em; | font-size: 2.5em; | ||
text-transform: capitalize; | text-transform: capitalize; | ||
− | + | } | |
− | + | ||
− | + | ||
.title span { | .title span { | ||
margin-top: 1em; | margin-top: 1em; | ||
Line 57: | Line 262: | ||
− | /* | + | /*buttonmasks -------------------------------*/ |
− | . | + | .buttonmask { |
display: inline-block; | display: inline-block; | ||
font-size: 1.25rem; | font-size: 1.25rem; | ||
Line 66: | Line 271: | ||
border-style: solid; | border-style: solid; | ||
padding: .5em 1.75em; | padding: .5em 1.75em; | ||
+ | |||
} | } | ||
+ | .buttonmask} | ||
− | . | + | .buttonmask-small { |
font-size: .9rem; | font-size: .9rem; | ||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
− | . | + | .buttonmask-accent { |
− | color: | + | color: #FF0000; |
− | border-color: | + | border-color: #FF0000; |
} | } | ||
− | . | + | .buttonmask-accent:hover { |
− | background: | + | background: #FF0000; |
color: black; | color: black; | ||
} | } | ||
Line 87: | Line 294: | ||
header { | header { | ||
− | background-color: | + | background-color: rgba(0,0,0,.75); |
position: absolute; | position: absolute; | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
max-height: 7em; | max-height: 7em; | ||
− | |||
} | } | ||
Line 100: | Line 306: | ||
list-style: none; | list-style: none; | ||
float: right; | float: right; | ||
− | margin-right: 5em; | + | margin-right: 5em!important; |
margin-top: 2em; | margin-top: 2em; | ||
position: relative; | position: relative; | ||
Line 111: | Line 317: | ||
} | } | ||
− | .nav- | + | .nav-buttonmasks { |
font-weight: 900; | font-weight: 900; | ||
text-decoration: none; | text-decoration: none; | ||
Line 122: | Line 328: | ||
} | } | ||
− | .nav- | + | .nav-buttonmasks:hover {color: #FF0000;} |
− | .dropdown-nav- | + | .dropdown-nav-buttonmasks:hover {color: #FF0000;} |
− | .dropdown-nav- | + | .dropdown-nav-buttonmasks { |
font-weight: 900; | font-weight: 900; | ||
text-decoration: none; | text-decoration: none; | ||
Line 139: | Line 345: | ||
} | } | ||
#navadjust { | #navadjust { | ||
− | margin-left:-0.3em | + | margin-left:-0.3em; |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | .nav- | + | |
+ | .nav-buttonmasks:hover .dropdown-nav-buttonmasks{ | ||
display: block; | display: block; | ||
position: absolute; | position: absolute; | ||
Line 162: | Line 360: | ||
margin-top: .5em; | margin-top: .5em; | ||
} | } | ||
− | + | .line { | |
− | + | ||
width: 30%; | width: 30%; | ||
height: 1px; | height: 1px; | ||
Line 177: | Line 374: | ||
} | } | ||
+ | .uselessspacer { | ||
+ | height: 16vh; | ||
+ | background-color: black; | ||
+ | } | ||
+ | |||
.team h1 { | .team h1 { | ||
width: 12em; | width: 12em; | ||
Line 221: | Line 423: | ||
color: #FF0000; | color: #FF0000; | ||
} | } | ||
− | .person { | + | .person { |
− | font-size: | + | font-size: 1.5em; |
color: white; | color: white; | ||
} | } | ||
Line 241: | Line 443: | ||
background-size:contain; | background-size:contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
+ | background-color: black; | ||
} | } | ||
.descriptioncontainer { | .descriptioncontainer { | ||
Line 249: | Line 452: | ||
outline: 2px solid #FF0000; | outline: 2px solid #FF0000; | ||
outline-offset: -2em; | outline-offset: -2em; | ||
− | text-align: left; | + | text-align: left!important; |
} | } | ||
.sponsorname { | .sponsorname { | ||
font-size: 1.7em; | font-size: 1.7em; | ||
− | margin-top: | + | margin-top: 0em; |
margin-left: 3em; | margin-left: 3em; | ||
padding-left: 1.2em; | padding-left: 1.2em; | ||
Line 272: | Line 475: | ||
} | } | ||
.sponsordesc { | .sponsordesc { | ||
− | margin-top: | + | margin-top: 6em; |
background-color: black; | background-color: black; | ||
− | width: | + | width:80%; |
margin-left: 3em; | margin-left: 3em; | ||
color: white; | color: white; | ||
+ | text-align:left!important; | ||
+ | margin-left:5em!important; | ||
} | } | ||
Line 285: | Line 490: | ||
float: right; | float: right; | ||
} | } | ||
− | #dawkins {background-image: url( | + | #anatoliy {background-image: url(https://static.igem.org/mediawiki/2018/1/12/T--KCL_UK--anatoliy.png);} |
− | #snapgene {background-image: url( | + | #snape {background-image: url(https://static.igem.org/mediawiki/2018/f/f5/T--KCL_UK--snape.png);} |
− | #asana {background-image: url( | + | #dawkins {background-image: url(https://static.igem.org/mediawiki/2018/0/03/T--KCL_UK--dawkins.png);} |
− | #doulix {background-image: url( | + | #snapgene {background-image: url(https://static.igem.org/mediawiki/2018/7/76/T--KCL_UK--snapgene.png);} |
− | #lecher {background-image: url( | + | #asana {background-image: url(https://static.igem.org/mediawiki/2018/c/c3/T--UCSC--AsanaLogo.png);} |
+ | #doulix {background-image: url(https://static.igem.org/mediawiki/2018/9/9d/T--KCL_UK--doulix.png);} | ||
+ | #lecher {background-image: url(https://static.igem.org/mediawiki/2018/9/9a/T--KCL_UK--lechler.png);} | ||
+ | #fadzean {background-image: url(https://static.igem.org/mediawiki/2018/f/ff/T--KCL_UK--fadzean.jpg);} | ||
+ | #neb {background-image: url(https://static.igem.org/mediawiki/2018/c/c0/T--KCL_UK--neb.png);} | ||
+ | #eppen {background-image: url(https://static.igem.org/mediawiki/2018/6/69/T--KCL_UK--eppendorf.png);} | ||
+ | #promega {background-image: url(https://static.igem.org/mediawiki/2018/9/98/T--KCL_UK--promega.jpg);} | ||
.sponsorsite{ | .sponsorsite{ | ||
color: green; | color: green; | ||
} | } | ||
+ | |||
+ | .specialshoutout { | ||
+ | height: 15em; | ||
+ | background-color: black; | ||
+ | width: 100%; | ||
+ | outline: 2px solid #FF0000; | ||
+ | outline-offset: -2em; | ||
+ | } | ||
+ | .specialshouttext { | ||
+ | font-size: 1.5em!important; | ||
+ | color: white; | ||
+ | margin-top: 0em; | ||
+ | padding-top: 2.5em; | ||
+ | } | ||
+ | |||
+ | |||
+ | .divisiontitletext { | ||
+ | margin: auto; | ||
+ | color: white; | ||
+ | font-size: 2em!important; | ||
+ | } | ||
+ | .leftline { | ||
+ | float: left; | ||
+ | width: 37%; | ||
+ | height: 1.5px; | ||
+ | background: red; | ||
+ | margin-left: -33em!important; | ||
+ | margin-top: 5em; | ||
+ | } | ||
+ | .divisiontitle { | ||
+ | width: 100%; | ||
+ | height: 7em; | ||
+ | background-color: black; | ||
+ | color: white; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .person { | ||
+ | width: 100%; | ||
+ | height: 12.5em; | ||
+ | background-color: black; | ||
+ | outline: 2px solid red; | ||
+ | outline-offset: -2em; | ||
+ | } | ||
+ | .longname { | ||
+ | font-size: 1.2em; | ||
+ | color: red; | ||
+ | background-color: black; | ||
+ | width: 30vw; | ||
+ | margin-top: 1em; | ||
+ | z-index: 20; | ||
+ | position: absolute; | ||
+ | |||
+ | } | ||
+ | .smallname { | ||
+ | font-size: 2em; | ||
+ | color: red; | ||
+ | background-color: black; | ||
+ | width: 18vw; | ||
+ | margin-top: .4em; | ||
+ | z-index: 20; | ||
+ | position: absolute; | ||
+ | } | ||
+ | .leftname { | ||
+ | float:left; | ||
+ | margin-left: 3em!important; | ||
+ | } | ||
+ | .rightname { | ||
+ | float:right; | ||
+ | margin-left: 60vw; | ||
+ | } | ||
+ | |||
+ | .description { | ||
+ | text-align: left; | ||
+ | padding-top: 5em; | ||
+ | background-color: black; | ||
+ | width: 80vw; | ||
+ | margin: auto; | ||
+ | font-size: 1.0em!important; | ||
+ | color: white; | ||
+ | } | ||
+ | .person a { | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
Line 304: | Line 601: | ||
<body> | <body> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<div class="uselessspacer"></div> | <div class="uselessspacer"></div> | ||
<div class="toptitle"></div> | <div class="toptitle"></div> | ||
Line 346: | Line 615: | ||
<div class="companycontainer"> | <div class="companycontainer"> | ||
+ | <div class="sponsorcontainer"> | ||
+ | <div class="logocontainer left" id="anatoliy"></div> | ||
+ | <div class="descriptioncontainer right"> | ||
+ | <h1 class="sponsorname left">Dr. Anatoliy Markiv</h1> | ||
+ | <p class="sponsordesc">A special thank you to our supervisor Anatoliy, guiding our team in all aspects of our project, in particular the long days spent in the lab. Anatoliy is the Director of Distance Learning for the faculty of Life Sciences at King’s College London. Without him KCL_UK iGEM 2018 would not have been possible.</br></br></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="sponsorcontainer"> | ||
+ | <div class="logocontainer right" id="snape"></div> | ||
+ | <div class="descriptioncontainer left"> | ||
+ | <h1 class="sponsornameleft right">Dr. Alison Snape</h1> | ||
+ | <p class="sponsordesc">A big thank you to Alison who together with Anatoliy led the first KCL iGEM Team. Alison is a Reader in the department of Bioscience Education at King’s College London. She played | ||
+ | |||
+ | an integral role in starting up the team and providing valuable help and guidance throughout the project. | ||
+ | </br></br> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
<div class="sponsorcontainer"> | <div class="sponsorcontainer"> | ||
<div class="logocontainer left" id="dawkins"></div> | <div class="logocontainer left" id="dawkins"></div> | ||
<div class="descriptioncontainer right"> | <div class="descriptioncontainer right"> | ||
<h1 class="sponsorname left">Charlotte Dawkins Consulting Ltd.</h1> | <h1 class="sponsorname left">Charlotte Dawkins Consulting Ltd.</h1> | ||
− | <p class="sponsordesc">A communications and public affairs professional with over fifteen years experience. Skilled in developing and implementing communications strategies, stakeholder relationship management | + | <p class="sponsordesc">Thank you to Charlotte Dawkins Consulting Ltd. for their financial contribution to support our iGEM project. A communications and public affairs professional with over fifteen years experience. Skilled in developing and implementing communications strategies, stakeholder relationship management, internal communications, producing policy briefings, media handling, speechwriting, strategically advising senior audiences. Possesses an excellent understanding of the routes to influence in Westminster and Whitehall. </br></br>Visit: <a class="sponsorsite" href="https://www.linkedin.com/company/charlottedawkinsconsultingltd">https://www.linkedin.com/company/charlottedawkinsconsultingltd</a></p> |
</div> | </div> | ||
</div> | </div> | ||
Line 358: | Line 649: | ||
<div class="descriptioncontainer left"> | <div class="descriptioncontainer left"> | ||
<h1 class="sponsornameleft right">SnapGene</h1> | <h1 class="sponsornameleft right">SnapGene</h1> | ||
− | <p class="sponsordesc">SnapGene is an excellent platform to analyze and work with DNA cloning and PCR. It allows you to easily design primers. It is also provides a free trial, tutorial videos and their own server. | + | <p class="sponsordesc">Thank you to SnapGene for giving us licenses to operate their software. This has helped us in looking at our DNA sequences and visualising our plasmids throughout our project. SnapGene is an excellent platform to analyze and work with DNA cloning and PCR. It allows you to easily design primers. It is also provides a free trial, tutorial videos and their own server. |
</br></br>Visit: <a class="sponsorsite"href="http://www.snapgene.com/">http://www.snapgene.com/</a> | </br></br>Visit: <a class="sponsorsite"href="http://www.snapgene.com/">http://www.snapgene.com/</a> | ||
</p> | </p> | ||
Line 378: | Line 669: | ||
<div class="descriptioncontainer left"> | <div class="descriptioncontainer left"> | ||
<h1 class="sponsornameleft right">Sir Robert Lechler, KCL</h1> | <h1 class="sponsornameleft right">Sir Robert Lechler, KCL</h1> | ||
− | <p class="sponsordesc"> Many thanks to Sir Robert Lechler who has pledged to | + | <p class="sponsordesc"> Many thanks to Sir Robert Lechler who has pledged to fund part of our travel expenses to Boston. He has been a Professor of Immunology at King’s since 2004 and is currently the Vice Principal (Health) and Executive Director of King’s Health Partners Academic Health Sciences Centre. We are grateful for his enthusiasm in supporting the first KCL iGEM team. |
− | + | ||
</p> | </p> | ||
</div> | </div> | ||
Line 394: | Line 684: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div class="sponsorcontainer"> | ||
+ | <div class="logocontainer right" id="fadzean"></div> | ||
+ | <div class="descriptioncontainer left"> | ||
+ | <h1 class="sponsorname left">Professor Ian McFadzean</h1> | ||
+ | <p class="sponsordesc">A huge thank you to Professor Ian McFadzean for providing our funds to kick-start our iGEM project and help cover the team registration fee. Ian is currently Dean of Bioscience Education at King’s College London and has been lecturing in Pharmacology at King’s since 1990. | ||
+ | |||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="sponsorcontainer"> | ||
+ | <div class="logocontainer left" id="neb"></div> | ||
+ | <div class="descriptioncontainer left"> | ||
+ | <h1 class="sponsorname left">New England Biolabs</h1> | ||
+ | <p class="sponsordesc">A big thank you to New England Biolabs for proving our lab team with enzymes and other reagents such as buffers to carry out our iGEM experimental protocols. NEB produce and supply enzyme reagents for life science research as well as for synthetic biology purposes and NGS. | ||
+ | </br></br><a class="sponsorsite" href="https://international.neb.com/">https://international.neb.com/</a> | ||
+ | |||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="sponsorcontainer"> | ||
+ | <div class="logocontainer right" id="eppen"></div> | ||
+ | <div class="descriptioncontainer left"> | ||
+ | <h1 class="sponsorname left">Eppendorf</h1> | ||
+ | <p class="sponsordesc">Thank you to Eppendorf that kindly donated 10 ul, 100 ul and 100 ul pipettes along with pipette tips. We used them throughout the summer from completion of the InterLab study to the assembly of our sRNA scaffolds. They support a broad range of companies such as pharmaceutical and biotech by producing devices necessary for the laboratory. | ||
+ | </br></br><a class="sponsorsite" href="https://www.eppendorf.com/UK-en/">https://www.eppendorf.com/UK-en/</a> | ||
+ | |||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="sponsorcontainer"> | ||
+ | <div class="logocontainer left" id="promega"></div> | ||
+ | <div class="descriptioncontainer left"> | ||
+ | <h1 class="sponsorname left">Promega</h1> | ||
+ | <p class="sponsordesc">Many thanks to Promega for kindly supplying our team with lab enzymes and reagents, to build our sRNA scaffolds! Promega are a worldwide manufacturer of enzymes and other biotechnology and molecular biology products. | ||
+ | </br></br><a class="sponsorsite" href="https://www.promega.co.uk/">https://www.promega.co.uk/</a> | ||
+ | |||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <section class="teamdivision" id="Lab"> | ||
+ | <div class="divisiontitle"> | ||
+ | <h1 class="divisiontitletext">Others Who Have Kindly Helped</h1> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="person" id="priscilla"> | ||
+ | <div class="longname rightname">Priscilla Yu</div> | ||
+ | <div class="description">Priscilla is a first year graphic design student at Chelsea College of Arts who helped with the background and title art for the wiki. | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="person" id="kevin"> | ||
+ | <div class="longname leftname">Kevin Coward</div> | ||
+ | <div class="description">Kevin, an absolute legend, is a graphic designer and created our team logo. Thank you Kevin! | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </section> | ||
+ | |||
Latest revision as of 12:14, 24 November 2018
Acknowledgements
Dr. Anatoliy Markiv
A special thank you to our supervisor Anatoliy, guiding our team in all aspects of our project, in particular the long days spent in the lab. Anatoliy is the Director of Distance Learning for the faculty of Life Sciences at King’s College London. Without him KCL_UK iGEM 2018 would not have been possible.
Dr. Alison Snape
A big thank you to Alison who together with Anatoliy led the first KCL iGEM Team. Alison is a Reader in the department of Bioscience Education at King’s College London. She played an integral role in starting up the team and providing valuable help and guidance throughout the project.
Charlotte Dawkins Consulting Ltd.
Thank you to Charlotte Dawkins Consulting Ltd. for their financial contribution to support our iGEM project. A communications and public affairs professional with over fifteen years experience. Skilled in developing and implementing communications strategies, stakeholder relationship management, internal communications, producing policy briefings, media handling, speechwriting, strategically advising senior audiences. Possesses an excellent understanding of the routes to influence in Westminster and Whitehall. Visit: https://www.linkedin.com/company/charlottedawkinsconsultingltd
SnapGene
Thank you to SnapGene for giving us licenses to operate their software. This has helped us in looking at our DNA sequences and visualising our plasmids throughout our project. SnapGene is an excellent platform to analyze and work with DNA cloning and PCR. It allows you to easily design primers. It is also provides a free trial, tutorial videos and their own server. Visit: http://www.snapgene.com/
Asana
Asana is a great collaboration tool to enable large and complex works to remain efficient. We personally found their service helpful in setting and tracking the progress of tasks to team subsections or individuals. This was essential as we were able to ensure everything was on track before our deadlines. Visit: https://asana.com/
Sir Robert Lechler, KCL
Many thanks to Sir Robert Lechler who has pledged to fund part of our travel expenses to Boston. He has been a Professor of Immunology at King’s since 2004 and is currently the Vice Principal (Health) and Executive Director of King’s Health Partners Academic Health Sciences Centre. We are grateful for his enthusiasm in supporting the first KCL iGEM team.
Doulix
Doulix is a free software which enables anyone to design a synthetic biology construct. Using a large variety of base components, they can assemble the construct using an array of assembling technology. https://doulix.com/
Professor Ian McFadzean
A huge thank you to Professor Ian McFadzean for providing our funds to kick-start our iGEM project and help cover the team registration fee. Ian is currently Dean of Bioscience Education at King’s College London and has been lecturing in Pharmacology at King’s since 1990.
New England Biolabs
A big thank you to New England Biolabs for proving our lab team with enzymes and other reagents such as buffers to carry out our iGEM experimental protocols. NEB produce and supply enzyme reagents for life science research as well as for synthetic biology purposes and NGS. https://international.neb.com/
Eppendorf
Thank you to Eppendorf that kindly donated 10 ul, 100 ul and 100 ul pipettes along with pipette tips. We used them throughout the summer from completion of the InterLab study to the assembly of our sRNA scaffolds. They support a broad range of companies such as pharmaceutical and biotech by producing devices necessary for the laboratory. https://www.eppendorf.com/UK-en/
Promega
Many thanks to Promega for kindly supplying our team with lab enzymes and reagents, to build our sRNA scaffolds! Promega are a worldwide manufacturer of enzymes and other biotechnology and molecular biology products. https://www.promega.co.uk/