Difference between revisions of "Team:Edinburgh"

Line 1: Line 1:
{{Edinburgh}}
 
 
<html>
 
<html>
<h2> Welcome to iGEM 2015! </h2>
+
<head>
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
<style>
 +
body
 +
{
 +
      padding-top: 70px;
 +
padding-bottom: 40px;
 +
  color: #5a5a5a;
 +
}
 +
    #globalWrapper
 +
    {
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
font-size: 100%
 +
}
  
<h4>Before you start: </h4>
+
#content
<p> Please read the following pages:</p>
+
{
<ul>
+
width: 100%;
<li>  <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
+
height: 100%;
<li> <a href="https://2015.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
margin-left: auto;
</ul>
+
margin-right: auto;
 +
background-color: transparent;
 +
padding: 0px;
 +
font-size: 100%;
 +
}
  
<div class="highlightBox">
+
    .deletesuccess
<h4> Styling your wiki </h4>
+
    {
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
      width:100%;
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
+
      height:100%;
</div>
+
      border: 0px;
 +
      background-color: #777;
 +
      margin: 0px;
 +
      padding: 0px;
 +
    }
  
<h4> Editing your wiki </h4>
+
    .deletesuccess h1
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:Edinburgh&action=edit"> Click here to edit this page! </a></p>
+
<p>See tips on how to edit your wiki on the <a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation</a> page.</p>
+
  
 +
    {
 +
      font-weight: 300;
 +
      line-height: 1;
 +
      text-align: center;
 +
      letter-spacing: -1px;
 +
      width: 100%;
 +
      font-size: 2.8rem;
 +
      color: #fff;
 +
      letter-spacing: 0.04em;
 +
      position: absolute;
 +
      top: 50%;
 +
      left: 50%;
 +
      margin-right: -50%;
 +
      transform: translate(-50%, -50%)
  
<h4>Templates </h4>
+
    }
<p> This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the
+
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>
+
  
 +
/*Navigation menu */
 +
.navbar-wrapper
 +
{
 +
  position: absolute;
 +
  top: 0;
 +
  right: 0;
 +
  left: 0;
 +
  z-index: 20;
 +
}
  
<h4>Tips</h4>
+
/* Flip around the padding for proper display in narrow viewports */
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
.navbar-wrapper > .container
<ul>
+
{
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
  padding-right: 0;
<li>Be clear about what you are doing and how you plan to do this.</li>
+
padding-left: 0;
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
}
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
.navbar-wrapper .navbar
<li>Avoid using very small fonts and low contrast colors; information should be easy to read. </li>
+
{
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2015.igem.org/Calendar_of_Events">iGEM 2015 calendar</a> </li>
+
  padding-right: 15px;
<li>Have lots of fun! </li>
+
  padding-left: 15px;
</ul>
+
}
 +
.navbar-wrapper .navbar .container
 +
{
 +
  width: auto;
 +
}
  
  
<h4>Inspiration</h4>
+
  .col-md-4
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
  {
<ul>
+
    height: 500px;
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
  }
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
  
<h4> Uploading pictures and files </h4>
+
  .col-md-4:hover
<p> You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
+
  {
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
  
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
+
  }
  
 +
  .col-md-4 h1
 +
  {
 +
    text-align: center;
 +
    width: 100%;
 +
    font-size: 2.8rem;
 +
    color: #A92733;
 +
    letter-spacing: 0.04em;
 +
  }
  
 +
  .col-md-4 p
 +
  {
 +
    text-align: center;
 +
    font-size: 1.8rem;
 +
    color: #a1835c;
 +
    letter-spacing: 0.04em;
 +
    font-family: "Arial", Arial, sans-serif;
 +
    font-weight: normal;
 +
    font-style: normal;
 +
  }
  
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
+
  /*problem page*/
 +
.col-2 .column {
 +
  width: 49%;
 +
}
 +
  .ss-style-halfcircle::before,
 +
.ss-style-halfcircle::after {
 +
  left: 50%;
 +
  z-index: 10;
 +
  width: 100px;
 +
  height: 100px;
 +
  border-radius: 50%;
 +
  background: inherit;
 +
  -webkit-transform: translateX(-50%);
 +
  transform: translateX(-50%);
 +
}
 +
 
 +
.ss-style-halfcircle::before {
 +
  top: -50px;
 +
}
 +
 
 +
.ss-style-halfcircle::after {
 +
  bottom: -50px;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
/*Responsive CSS */
 +
 
 +
@media (min-width: 768px)
 +
{
 +
  /* Navbar positioning foo */
 +
  .navbar-wrapper
 +
  {
 +
    margin-top: 10px;
 +
  }
 +
  .navbar-wrapper .container
 +
  {
 +
    padding-right: 15px;
 +
    padding-left: 15px;
 +
  }
 +
  .navbar-wrapper .navbar
 +
  {
 +
    padding-right: 0;
 +
    padding-left: 0;
 +
  }
 +
 
 +
  /* The navbar becomes detached from the top, so we round the corners */
 +
  .navbar-wrapper .navbar
 +
  {
 +
    border-radius: 4px;
 +
  }
 +
    }
 +
</style>
 +
 
 +
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
 +
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
 +
 
 +
</head>
 +
  <body>
 +
   
 +
    <div id="normalpage">
 +
      <div id="mycarousel" class="carousel slide" data-ride="carousel">
 +
        <div class="carousel-inner">
 +
          <div class="item active">
 +
            <img src="https://static.igem.org/mediawiki/2015/f/f3/Edigem15_homepage_banner.jpg" alt="" class="img-responsive">
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
     
 +
 
 +
      <div class="row">
 +
        <div class="col-md-4" style="background: linear-gradient(to bottom, rgba(248, 238, 231, 0.5), rgba(248, 238, 231, 1));">
 +
          <h1>Every three minutes drugs take another life.</h1>
 +
<br>
 +
<br>
 +
     
 +
            <p>In Edinburgh, a city often dubbed "the drug capital of Europe", this is a problem very close to our hearts.</p>
 +
            <p>Thousands die each year from drugs which are contaminated with dangerous cutting agents or other more potent drugs.</p>
 +
            <p>A rise in accidental overdoses from users not knowing the purity of the drugs they take is causing hundreds of unnecessary deaths. </p>
 +
            <p>Knowing what is contained in the drugs could save many lives. </p>
 +
 
 +
        </div>
 +
        <div class="col-md-4" style="background: linear-gradient(to bottom, rgba(244, 231, 216, 0.5), rgba(244, 231, 216, 1));">
 +
          <h1>Reduce harm. Save lives.</h1>
 +
<br>
 +
<br>
 +
 
 +
        <p>We are creating  a cell- free paper-based biosensor that can tell a user exactly what is in the drugs they are taking.</p>
 +
        <p>Our biosensor will detect lethal contaminants and give a quantitative analysis of purity, red-lighting dangerously high purity levels. </p>
 +
      <p>Multiple tests will be integrated into one easy to use, portable and cheap biosensor. This summer we will focus on the development of three tests: Heroin Purity, PMA detection, DNP in Diet Pills.</p>
 +
 
 +
      </div>
 +
        <div class="col-md-4" style="background: linear-gradient(to bottom, rgba(244, 222, 203, 0.5), rgba(244, 222, 203, 1));">
 +
        <h1>Our driving force</h1>
 +
<br>
 +
<br>
 +
 
 +
          <p>Our work is routed deeply in the world of the people we're seeking to help. We have researched extensively, ensuring the need for our project is strong. Our own prejudice does not drive us. Instead we are getting out there, experiencing what it is really like. At every opportunity we are engaging with  users, getting to know their story.</p>
 +
          <p>We are exploring all angles of use for our device, national and international implementation, delving into regulations and policies, investigating the wider world and long term consequences of our device. </p>
 +
 
 +
        </div>
 +
      </div>
 +
    </div> 
 +
 
 +
 
 +
 
 +
  </body>
  
 
</html>
 
</html>

Revision as of 15:18, 14 July 2015

Every three minutes drugs take another life.



In Edinburgh, a city often dubbed "the drug capital of Europe", this is a problem very close to our hearts.

Thousands die each year from drugs which are contaminated with dangerous cutting agents or other more potent drugs.

A rise in accidental overdoses from users not knowing the purity of the drugs they take is causing hundreds of unnecessary deaths.

Knowing what is contained in the drugs could save many lives.

Reduce harm. Save lives.



We are creating a cell- free paper-based biosensor that can tell a user exactly what is in the drugs they are taking.

Our biosensor will detect lethal contaminants and give a quantitative analysis of purity, red-lighting dangerously high purity levels.

Multiple tests will be integrated into one easy to use, portable and cheap biosensor. This summer we will focus on the development of three tests: Heroin Purity, PMA detection, DNP in Diet Pills.

Our driving force



Our work is routed deeply in the world of the people we're seeking to help. We have researched extensively, ensuring the need for our project is strong. Our own prejudice does not drive us. Instead we are getting out there, experiencing what it is really like. At every opportunity we are engaging with users, getting to know their story.

We are exploring all angles of use for our device, national and international implementation, delving into regulations and policies, investigating the wider world and long term consequences of our device.