Difference between revisions of "Team:Edinburgh UG/Team"

 
(56 intermediate revisions by 3 users not shown)
Line 12: Line 12:
 
     </head>
 
     </head>
  
<div id="custom-bootstrap-menu" class="navbar navbar-default navbar-fixed-top" role="navigation">
+
 
    <div class="container-fluid">
+
        <style type="text/css">
        <div class="navbar-header">
+
 
            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-menubuilder"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
+
    #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear
            </button>
+
 
 +
    {
 +
 
 +
    display:  none;
 +
 
 +
    }
 +
 
 +
    #top_menu_under
 +
    {
 +
    height: 0;
 +
    }
 +
 
 +
    #top-section {
 +
    height: 0px;
 +
    border-top: 0;
 +
    border-left: none;
 +
    border-right: none;
 +
    }
 +
      #globalWrapper
 +
        {
 +
        width: 100%;
 +
        height: 100%;
 +
        border: 0px;
 +
        background-color: #ffffff;
 +
        margin: 0px;
 +
        padding: 0px;
 +
        font-size: 100%
 +
        }
 +
 
 +
        #content
 +
        {
 +
          width: 100%;
 +
          height: 100%;
 +
          margin-left: auto;
 +
          margin-right: auto;
 +
          background-color: #ffffff;
 +
          padding: 0px;
 +
          font-size: 100%;
 +
        }
 +
 
 +
 
 +
    html, body, .wrapper { /*-- changes default wiki settings --
 +
 
 +
    */
 +
      width: 100%;
 +
      height: 100%;
 +
            margin: 0px;
 +
            padding: 0px;
 +
            background-color: #ffffff;
 +
            -webkit-background-size: cover;
 +
            -moz-background-size: cover;
 +
            -o-background-size: cover;
 +
            background-size: cover;
 +
    }
 +
 
 +
 
 +
    body {
 +
        width: 100%;
 +
        height: 100%;
 +
        font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
 +
        color: #fff;
 +
        background-color: #000;
 +
    }
 +
 
 +
    html {
 +
        width: 100%;
 +
        height: 100%;
 +
    }
 +
 
 +
    h1,
 +
    h2,
 +
    h3,
 +
    h5,
 +
    h6 {
 +
        margin: none;
 +
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
 +
        font-weight: 700;
 +
        letter-spacing: 1px;
 +
    border-bottom: none;
 +
 
 +
 
 +
    }
 +
 
 +
    p {
 +
        margin: 0 0 25px;
 +
        font-size: 18px;
 +
        line-height: 1.5;
 +
    }
 +
 
 +
    @media(min-width:768px) {
 +
        p {
 +
            margin: 0 0 35px;
 +
            font-size: 20px;
 +
            line-height: 1.6;
 +
        }
 +
    }
 +
 
 +
 
 +
    .intro {
 +
        display: table;
 +
        width: 100%;
 +
        height: 100%;
 +
        text-align: center;
 +
        color: #fff;
 +
        background-color: #000;
 +
        background: url("https://static.igem.org/mediawiki/2015/c/c7/Edigem15_collection_ferrylights.jpeg") no-repeat bottom center scroll;
 +
        -webkit-background-size: cover;
 +
        -moz-background-size: cover;
 +
        background-size: cover;
 +
        -o-background-size: cover;
 +
    }
 +
 
 +
    .intro .intro-body {
 +
        display: table-cell;
 +
        vertical-align: middle;
 +
        margin-left: auto;
 +
    }
 +
 
 +
    .intro .intro-body .brand-heading {
 +
        margin-top: 15%;
 +
        font-size: 40px;
 +
    border-bottom: none;
 +
    }
 +
 
 +
    .intro .intro-body .intro-text {
 +
        display: block;
 +
        width: 100%;
 +
        font-size: 18px;
 +
    }
 +
 
 +
    @media(min-width:768px) {
 +
        .intro {
 +
            height: 100%;
 +
            padding: 0;
 +
            box-shadow: 0 -100px 100px #000 inset;
 +
        }
 +
 
 +
        .intro .intro-body .brand-heading {
 +
            font-size: 100px;
 +
        }
 +
 
 +
        .intro .intro-body .intro-text {
 +
            font-size: 26px;
 +
        }
 +
    }
 +
 
 +
 
 +
    /*foreword*/
 +
 
 +
 
 +
    header .intro-text {
 +
        padding-top: 50px;
 +
        padding-bottom: 50px;
 +
    }
 +
 
 +
    header .intro-text .intro-lead-in {
 +
        margin-bottom: 25px;
 +
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
 +
        font-size: 22px;
 +
        line-height: 22px;
 +
    text-color: #fff;
 +
 
 +
    }
 +
 
 +
    header .intro-text .intro-heading {
 +
        margin-bottom: 25px;
 +
        text-transform: uppercase;
 +
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
 +
        font-size: 50px;
 +
        font-weight: 700;
 +
        line-height: 50px;
 +
    }
 +
 
 +
    @media(min-width:768px) {
 +
        header .intro-text {
 +
            padding-top: 50px;
 +
            padding-bottom: 100px;
 +
        }
 +
 
 +
        header .intro-text .intro-lead-in {
 +
            margin-bottom: 25px;
 +
            font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
 +
            font-size: 40px;
 +
            line-height: 40px;
 +
        }
 +
 
 +
        header .intro-text .intro-heading {
 +
            margin-bottom: 50px;
 +
            text-transform: uppercase;
 +
            font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
 +
            font-size: 75px;
 +
            font-weight: 700;
 +
            line-height: 75px;
 +
        }
 +
    }
 +
 
 +
 
 +
    section {
 +
        padding: 0;
 +
    }
 +
 
 +
    section h2.section-heading
 +
    {
 +
        margin-top: 0;
 +
        margin-bottom: 15px;
 +
        font-size: 40px;
 +
        color: white;
 +
    border-bottom: none;
 +
 
 +
 
 +
    }
 +
 
 +
    section h3.section-subheading {
 +
        margin-bottom: 75px;
 +
        text-transform: none;
 +
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
 +
        font-size: 16px;
 +
        font-weight: 400;
 +
    }
 +
 
 +
    section h11.section-subheading {
 +
        margin-bottom: 75px;
 +
        font-size: 16px;
 +
        font-weight: 400;
 +
 
 +
    }
 +
 
 +
    @media(min-width:768px) {
 +
        section {
 +
            padding: 10px 0;
 +
        }
 +
    }
 +
 
 +
    .service-heading {
 +
        margin: 15px 0;
 +
        text-transform: none;
 +
    }
 +
 
 +
    .arrowtext
 +
    {
 +
        width: 100%;
 +
        display: block;
 +
    }
 +
 
 +
    .arrow
 +
    {
 +
        height: 50px;
 +
        width: 100px;
 +
        opacity: 0.7;
 +
    }
 +
 
 +
    th
 +
    {
 +
        color: #fff;
 +
    }
 +
 
 +
    td
 +
    {
 +
        color: #fff;
 +
    }
 +
 
 +
 
 +
    /*menu*/
 +
 
 +
 
 +
    /*buttons*/
 +
 
 +
    .btn {
 +
        padding: 14px 24px;
 +
        border: 0 none;
 +
        font-weight: 700;
 +
        letter-spacing: 1px;
 +
        text-transform: uppercase;
 +
    }
 +
 
 +
    .btn:focus, .btn:active:focus, .btn.active:focus {
 +
        outline: 0 none;
 +
    }
 +
 
 +
    .btn-primary {
 +
        background: #0099cc;
 +
        color: #ffffff;
 +
    }
 +
 
 +
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
 +
        background: #33a6cc;
 +
    }
 +
 
 +
    .btn-primary:active, .btn-primary.active {
 +
        background: #007299;
 +
        box-shadow: none;
 +
    }
 +
 
 +
    .btn.outline {
 +
        background: none;
 +
        padding: 12px 22px;
 +
    }
 +
 
 +
    .btn-primary.outline {
 +
        border: 2px solid #000;
 +
        color: #000;
 +
    }
 +
 
 +
    .btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
 +
        color: #000;
 +
        border-color: #000;
 +
    }
 +
    .btn-primary.outline:active, .btn-primary.outline.active {
 +
        border-color: #000;
 +
        color: #000;
 +
        box-shadow: none;
 +
    }
 +
 
 +
        </style>
 +
        <div id="custom-bootstrap-menu" class="navbar navbar-default navbar-fixed-top" role="navigation">
 +
            <div class= "container-fluid">
 +
              <!-- Navigation -->
 +
              <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
 +
                  <div class="container">
 +
                      <!-- Brand and toggle get grouped for better mobile display -->
 +
                      <div class="navbar-header">
 +
                          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
 +
                              <span class="sr-only">Toggle navigation</span>
 +
                              <span class="icon-bar"></span>
 +
                              <span class="icon-bar"></span>
 +
                              <span class="icon-bar"></span>
 +
                          </button>
 +
                          <a class="navbar-brand" href="https://2016.igem.org/Team:Edinburgh_UG">
 +
                              <img src="https://static.igem.org/mediawiki/2016/9/92/Edinburgh_logo2_MINI.png" alt="">
 +
                          </a>
 +
                      </div>
 +
 
 +
                      <!-- Collect the nav links, forms, and other content for toggling -->
 +
                      <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 +
                          <ul class="nav navbar-nav">
 +
                              <li>
 +
                                  <a href="https://2016.igem.org/Team:Edinburgh_UG">Home</a>
 +
                              </li>
 +
                              <li class="dropdown">
 +
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Team<span class="caret"></span></a>
 +
                                <ul class="dropdown-menu" role="menu">
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Team">Team</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Attribution">Attribution</a></li>
 +
                                </ul>
 +
                              </li>
 +
                              <li class="dropdown">
 +
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Human Practices<span class="caret"></span></a>
 +
                                <ul class="dropdown-menu" role="menu">
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Overview">Overview</a> </li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/HP/Silver">Silver</a> </li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/HP/Gold">Gold</a> </li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Medal_Criteria">Medal Criteria</a> </li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Integrated_Practices">Integrated Practices</a> </li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Engagement">Engagement</a> </li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Ethics">Ethics</a> </li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Mary_Queen_of _Scots">Mary Queen of Scots</a> </li>
 +
                                </ul>
 +
                              </li>
 +
                              <li class="dropdown">
 +
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project<span class="caret"></span></a>
 +
                                <ul class="dropdown-menu" role="menu">
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Description">Description</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Design">Design</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Proof">Proof of Concept</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">Demonstrate</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Notebook">Notebook</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Protocols">Protocols</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Limitations">Advantages and Limitations</a></li>
 +
                                </ul>
 +
                              </li>
 +
                              <li class="dropdown">
 +
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Informatics<span class="caret"></span></a>
 +
                                <ul class="dropdown-menu" role="menu">
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Lexicon_Encoding">Lexicon Encoding</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Error_Correction">Error Correction</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Encryption">Encryption</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Files">Files</a></li>
 +
                                </ul>
 +
                              </li>
 +
                              <li class="dropdown">
 +
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Parts<span class="caret"></span></a>
 +
                                <ul class="dropdown-menu" role="menu">
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Basic_Part">Basic Parts</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Composite_Part">Composite Parts</a></li>
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Part_Collection">Part Collection</a> </li>
 +
                                </ul>
 +
                              </li>
 +
                              <li>
 +
                                  <a href="https://2016.igem.org/Team:Edinburgh_UG/Collaboration">Collaboration</a>
 +
                              </li>
 +
                              <li class="dropdown">
 +
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Awards<span class="caret"></span></a>
 +
                                <ul class="dropdown-menu" role="menu">
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Software">Software</a> </li>
 +
                                </ul>
 +
                              </li>
 +
                              <li class="dropdown">
 +
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Safety<span class="caret"></span></a>
 +
                                <ul class="dropdown-menu" role="menu">
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Safety/Biological Safety">Biological Safety</a></li>
 +
                                </ul>
 +
                              </li>
 +
                              <li class="dropdown">
 +
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Interlab<span class="caret"></span></a>
 +
                                <ul class="dropdown-menu" role="menu">
 +
                                  <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Plate_Reader">Plate Reader</a></li>
 +
                                </ul>
 +
                              </li>
 +
                          </ul>
 +
                      </div>
 +
                      <!-- /.navbar-collapse -->
 +
                  </div>
 +
                  <!-- /.container -->
 +
              </nav>
 +
            </div>
 
         </div>
 
         </div>
        <div class="collapse navbar-collapse navbar-menubuilder">
 
            <ul class="nav navbar-nav navbar-right">
 
              <li class="active">
 
                  <a href="https://2016.igem.org/Team:Edinburgh_UG">Home</a></li>
 
                  <li class="dropdown">
 
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Team<span class="caret"></span></a>
 
                    <ul class="dropdown-menu" role="menu">
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Team">Team</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Collaborations">Collaboration</a></li>
 
                    </ul>
 
                  </li>
 
                  <li class="dropdown">
 
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project<span class="caret"></span></a>
 
                    <ul class="dropdown-menu" role="menu">
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Description">Project</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Description">Description</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Design">Design</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Experiments">Experiments</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Proof">Proof of Concept</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">Demonstrate</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Results">Results</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Notebook">Notebook</a></li>
 
                    </ul>
 
                  </li>
 
                  <li class="dropdown">
 
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Parts<span class="caret"></span></a>
 
                    <ul class="dropdown-menu" role="menu">
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Parts">Team Parts</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Basic_Part">Basic Parts</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Composite_Part">Composite Parts</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Part_Collection">Part Collection</a> </li>
 
                    </ul>
 
                  </li>
 
                  <li class="dropdown">
 
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Safety<span class="caret"></span></a>
 
                    <ul class="dropdown-menu" role="menu">
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Safety">Safety</a></li>
 
                    </ul>
 
                  </li>
 
                  <li class="dropdown">
 
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Human Practices<span class="caret"></span></a>
 
                    <ul class="dropdown-menu" role="menu">
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Human_Practices">Human Practices</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Silver">Silver</a> </li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Gold">Gold</a> </li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Integrated_Practices">Integrated Practices</a> </li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Engagement">Engagement</a> </li>
 
                    </ul>
 
                  </li>
 
                  <li class="dropdown">
 
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Awards<span class="caret"></span></a>
 
                    <ul class="dropdown-menu" role="menu">
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Entrepreneurship">Entrepreneurship</a></li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Hardware">Hardware</a> </li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Software">Software</a> </li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Measurement">Measurement</a> </li>
 
                      <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Model">Model</a> </li>
 
                    </ul>
 
                  </li>
 
            </ul>
 
        </div>
 
    </div>
 
</div>
 
  
<div class="container-fluid">
 
  <div class="row full-size">
 
    <div class="col-sm-6">
 
      <img src="https://static.igem.org/mediawiki/2016/8/8f/Edigemug_Pepy_Iliev.jpeg" class="img-responsive center-block">
 
    </div>
 
    <div class="col-sm-6">
 
      <p></p>
 
      <h3 style="font-size:250%;">Petar Iliev (aka Pepy)</h3>
 
      <p style="font-size:120%"> I am a 2nd year Biological Chemistry student
 
        and in my spare time I do kickboxing and listen to exuberant music. I
 
        am from Bulgaria and I enjoy socialising, dancing and hiking. I am
 
        passionate about iGEM, because synthetic biology is a field where nature
 
        is utilised to complement itself and great ideas make a huge impact.
 
      </p>
 
    </div>
 
  </div>
 
</div>
 
  
<div class="container-fluid">
+
        <!-- End of menu  -->
  <div class="row full-size">
+
<br>
    <div class="col-sm-6">
+
<br>
      <p></p>
+
<br>
      <h3 style="font-size:250%;">Nikita Lazaroo</h3>
+
<br>
      <p style="font-size:120%"> I am a 2nd year Psychology student from Australia,
+
        with a strong interest in biology and cognitive science. In my spare time
+
        I enjoy kickboxing, cooking and travelling. I am enthusiastic about
+
        participating in iGEM and exploring the field of synthetic biology as they
+
        are both aimed towards the advancement of biology as an interdisciplinary
+
        science that is accessible by all. The potential for iGEM projects to provide
+
        solutions for complex social issues is what initially drew me to the competition,
+
        and I’m thrilled to be a part of the Edinburgh team.
+
      </p>
+
    </div>
+
    <div class="col-sm-6">
+
      <img src="https://static.igem.org/mediawiki/2016/3/36/Edigemug_Niki_Lazaroo.jpeg" class="img-responsive center-block">
+
    </div>
+
  </div>
+
</div>
+
  
<div class="container-fluid">
+
<div class="container">
  <div class="row full-size">
+
    <div class="col-sm-6">
+
      <img src="https://static.igem.org/mediawiki/2016/b/ba/Edigemug_Azzura_De_Pace.jpeg" class="img-responsive center-block">
+
    </div>
+
    <div class="col-sm-6">
+
      <p></p>
+
      <h3 style="font-size:250%;">Azzurra Laura De Pace</h3>
+
      <p style="font-size:120%"> I am a 2nd year Biology student from Italy. I
+
        am very interested in Epigenetics and personalized medicine. In my spare
+
        time I love reading books outdoors and cooking. I am very happy to be part
+
        of the Edinburgh iGEM team. Taking part in the iGEM competition gives
+
        students the chance to re-interpret nature through the power of synthetic biology.
+
      </p>
+
    </div>
+
  </div>
+
</div>
+
  
<div class="container-fluid">
+
    <div class="row">
  <div class="row full-size">
+
        <div class="box">
    <div class="col-sm-6">
+
            <div class="col-lg-12">
      <p></p>
+
                <hr>
      <h3 style="font-size:250%;">Catalina Rotaru</h3>
+
                <h2 class="intro-text text-center">
      <p style="font-size:120%"> I am a 2nd year Computer Science student from
+
                    <strong>The Babbled Team</strong>
        Romania and I am deeply interested in computer security and cryptography.
+
                </h2>
        In my spare time, I enjoy boxing, dancing, learning russian and watching
+
                <hr>
        CSI series. I am very excited to be taking part in such a massive engineering
+
            </div>
        competition. iGEM represents the challenge to find solutions to worldwide
+
            <div class="row full-size">
        problems. Moreover, it brings people of different backgrounds together to
+
        exchange knowledge and experience.
+
      </p>
+
    </div>
+
    <div class="col-sm-6">
+
      <img src="https://static.igem.org/mediawiki/2016/0/0b/EdiGEM16UGcatalina.jpeg" class="img-responsive center-block">
+
    </div>
+
  </div>
+
</div>
+
  
<div class="container-fluid">
+
                <center><img class="img-responsive"
  <div class="row full-size">
+
                    src="https://static.igem.org/mediawiki/2016/e/ea/Babblededit1.jpg" alt=""></center>
    <div class="col-sm-6">
+
            </div>
      <img src="https://static.igem.org/mediawiki/2016/0/0b/EdiGEM16UGfreddie.jpeg" class="img-responsive center-block">
+
 
    </div>
+
         </div>
    <div class="col-sm-6">
+
      <p></p>
+
      <h3 style="font-size:250%;">Freddie Starkey</h3>
+
      <p style="font-size:120%"> I am a second year Informatics student from Aberdeenshire.
+
         My main interests are in Bioinformatics and Artificial Life.
+
        I enjoy Nordic Skiing and Kayaking in my spare time as well as being a massive
+
        Doctor Who fan. I am excited to have the opportunity to work in the wet lab
+
        for a change during iGEM as well as to contribute to a project with such
+
        large real world applications.
+
      </p>
+
 
     </div>
 
     </div>
  </div>
 
</div>
 
  
<div class="container-fluid">
+
    <div class="row">
  <div class="row full-size">
+
        <div class="box">
    <div class="col-sm-6">
+
            <div class="col-lg-12">
      <p></p>
+
                <hr>
      <h3 style="font-size:250%;">Rosie Maddock</h3>
+
                <h2 class="intro-text text-center">Our
      <p style="font-size:120%"> I am a third year Biology student from Aberdeenshire.
+
                    <strong>Team</strong>
        I am interested in biochemistry with a particular interest in disease research.
+
                </h2>
        In my spare time I play judo, go to the gym, and love to cook. I am really excited
+
                <hr>
        to be part of iGEM because it provides so many people the opportunity to
+
            </div>
        develop and explore their synthetic biology ideas. The flexibility with
+
            <div class="col-sm-4 text-center">
        iGEM projects allows input from different subject area backgrounds, which gives
+
                <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/a/aa/Pepyedit1.png" alt="">
        rise to many exciting lines of research.
+
                <h3>Petar Iliev
      </p>
+
                    <div class="text-center">
 +
                        <small>
 +
                        <h11>I am a 2nd year Biological Chemistry student and in my spare time I do kickboxing and listen to exuberant music. I am from Bulgaria and I enjoy socialising, dancing and hiking. I am passionate about iGEM, because synthetic biology is a field where nature is utilised to complement itself and great ideas make a huge impact.
 +
                        </h11>
 +
                        </small>
 +
                        </div>
 +
                </h3>
 +
            </div>
 +
            <div class="col-sm-4 text-center">
 +
                <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/c/c5/Nikiedit2.png" alt="">
 +
                <h3>Nikita Lazaroo
 +
                    <div class="text-center">
 +
                        <small>
 +
                        <h11>I am a 2nd year Psychology student from Australia, with a strong interest in biology and cognitive science. In my spare time I enjoy kickboxing, cooking and travelling. I am enthusiastic about participating in iGEM and exploring the field of synthetic biology as they are both aimed towards the advancement of biology as an interdisciplinary science that is accessible by all. The potential for iGEM projects to provide solutions for complex social issues is what initially drew me to the competition, and I’m thrilled to be a part of the Edinburgh team.
 +
                        </h11>
 +
                        </small>
 +
                        </div>
 +
                </h3>
 +
            </div>
 +
            <div class="col-sm-4 text-center">
 +
                <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/6/63/Azzuraedit1.png" alt="">
 +
                <h3>Azzurra Laura De Pace
 +
                    <div class="text-center">
 +
                        <small>
 +
                        <h11>I am a 2nd year Biology student from Italy. I am very interested in Epigenetics and personalized medicine. In my spare time I love reading books outdoors and cooking. I am very happy to be part of the Edinburgh iGEM team. Taking part in the iGEM competition gives students the chance to re-interpret nature through the power of synthetic biology.
 +
                        </h11>
 +
                        </small>
 +
                        </div>
 +
                </h3>
 +
            </div>
 +
            <div class="clearfix"></div>
 +
        </div>
 
     </div>
 
     </div>
    <div class="col-sm-6">
 
      <img src="https://static.igem.org/mediawiki/2016/8/82/Edigemug_Rosie_Maddock.jpeg" class="img-responsive center-block">
 
    </div>
 
  </div>
 
</div>
 
  
<div class="container-fluid">
 
  <div class="row full-size">
 
    <div class="col-sm-6">
 
      <img src="https://static.igem.org/mediawiki/2016/7/75/Edigemug_Alex_Babochka.jpeg" class="img-responsive center-block">
 
    </div>
 
    <div class="col-sm-6">
 
      <p></p>
 
      <h3 style="font-size:250%;">Alexandra Bisia</h3>
 
      <p style="font-size:120%"> I am a student from Crete, Greece, who just finished
 
        her second year of studies in developmental biology. I am keenly interested in
 
        foreign languages, exploring the beautiful city I study in, and tickling the ol’ ivories.
 
        It’s an incredible experience being part of the Edinburgh iGEM team, as
 
        the competition has given us the opportunity to push back the boundaries
 
        of biology and apply our ideas to create novel solutions to current problems.
 
        It’s also a unique way to become familiar with different subjects and interdisciplinary
 
        collaboration, which I believe to be the future of research.
 
      </p>
 
    </div>
 
  </div>
 
</div>
 
  
<div class="container-fluid">
+
    <div class="row">
  <div class="row full-size">
+
        <div class="box">
    <div class="col-sm-6">
+
            <div class="col-sm-4 text-center">
      <p></p>
+
                <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/c/c0/Jeedit1.jpg" alt="">
      <h3 style="font-size:250%;">Brendan Largey</h3>
+
                <h3>Catalina Rotaru
      <p style="font-size:120%"> I am second year Biochemistry student from New York.
+
                    <div class="text-center">
        In my spare time I enjoy restoring antique furniture, teaching dance, and making
+
                        <small>
        use of the Oxford comma. I also enjoy playing the violin and other instruments,
+
                        <h11>I am a 2nd year Computer Science student from Romania and I am deeply interested in computer security and cryptography. In my spare time, I enjoy boxing, dancing, learning russian and watching CSI series. I am very excited to be taking part in such a massive engineering competition. iGEM represents the challenge to find solutions to worldwide problems. Moreover, it brings people of different backgrounds together to exchange knowledge and experience.
        and can bake a mean kartoshka. I have been enjoying every moment with the team
+
                        </h11>
        so far and love interacting with such a diverse group of individuals.
+
                        </small>
      </p>
+
                        </div>
 +
                </h3>
 +
            </div>
 +
            <div class="col-sm-4 text-center">
 +
                <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/c/c8/Freddieedit2.jpg" alt="">
 +
                <h3>Freddie Starkey
 +
                    <div class="text-center">
 +
                        <small>
 +
                        <h11>I am a second year Informatics student from Aberdeenshire. My main interests are in Bioinformatics and Computational Biology. I enjoy Nordic Skiing and Kayaking in my spare time as well as being a massive Doctor Who fan. I am excited to have the opportunity to work in the wet lab for a change during iGEM as well as to contribute to a project with such large real world applications.
 +
                        </h11>
 +
                        </small>
 +
                        </div>
 +
                </h3>
 +
            </div>
 +
            <div class="col-sm-4 text-center">
 +
                <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/8/81/Rosieedit1.jpg" alt="">
 +
                <h3>Rosie Maddock
 +
                    <div class="text-center">
 +
                        <small>
 +
                        <h11>I am a third year Biology student from Aberdeenshire. I am interested in biochemistry with a particular interest in disease research. In my spare time I play judo, go to the gym, and love to cook. I am really excited to be part of iGEM because it provides so many people the opportunity to develop and explore their synthetic biology ideas. The flexibility with iGEM projects allows input from different subject area backgrounds, which gives rise to many exciting lines of research.
 +
                        </h11>
 +
                        </small>
 +
                        </div>
 +
                </h3>
 +
            </div>
 +
            <div class="clearfix"></div>
 +
        </div>
 
     </div>
 
     </div>
     <div class="col-sm-6">
+
 
      <img src="https://static.igem.org/mediawiki/2016/e/e2/Edigemug_Brendan_Largey.jpeg" class="img-responsive center-block">
+
     <div class="row">
 +
        <div class="box">
 +
            <div class="col-sm-4 text-center">
 +
                <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ed/Alexedit1.jpg" alt="">
 +
                <h3>Alexandra Bisia
 +
                    <div class="text-center">
 +
                        <small>
 +
                        <h11>I am a student from Crete, Greece, who just finished her second year of studies in developmental biology. I am keenly interested in foreign languages, exploring the beautiful city I study in, and tickling the ol’ ivories. It’s an incredible experience being part of the Edinburgh iGEM team, as the competition has given us the opportunity to push back the boundaries of biology and apply our ideas to create novel solutions to current problems. It’s also a unique way to become familiar with different subjects and interdisciplinary collaboration, which I believe to be the future of research.
 +
                        </h11>
 +
                        </small>
 +
                        </div>
 +
                </h3>
 +
            </div>
 +
            <div class="col-sm-4 text-center">
 +
                <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Brendyedit1.png" alt="">
 +
                <h3>Brendan Largey
 +
                    <div class="text-center">
 +
                        <small>
 +
                        <h11>I am second year Biochemistry student from New York.  In my spare time I enjoy restoring antique furniture, teaching dance, and making use of the Oxford comma.  I also enjoy playing the violin and other instruments, and can bake a mean kartoshka.  I have been enjoying every moment with the team so far and love interacting with such a diverse group of individuals.
 +
                        </h11>
 +
                        </small>
 +
                        </div>
 +
                </h3>
 +
            </div>
 +
            <div class="col-sm-4 text-center">
 +
                <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/8/8f/Patrckedit2.jpg" alt="">
 +
                <h3>Patrick Lim
 +
                    <div class="text-center">
 +
                        <small>
 +
                        <h11>I am a second year Molecular Genetics student from Bristol. I do a bit of programming and writing and am very excited to be helping out with Edinburgh iGEM.  When I am not working with the team I do gardening at a hospice. During my time here I have learned a lot about science and have become a big fan of falafel wraps despite being skeptical at first.
 +
                        </h11>
 +
                        </small>
 +
                        </div>
 +
                </h3>
 +
            </div>
 +
            <div class="clearfix"></div>
 +
        </div>
 
     </div>
 
     </div>
  </div>
+
 
 +
 
 
</div>
 
</div>
  
<div class="container-fluid">
+
<div class="row">
  <div class="row full-size">
+
        <div class="box">
    <div class="col-sm-6">
+
            <div class="col-lg-12">
      <img src="https://static.igem.org/mediawiki/2016/8/8f/Edigemug_Patrick_Lim.jpeg" class="img-responsive center-block">
+
                <hr>
 +
                <h2 class="intro-text text-center">Follow
 +
                    <strong>Us</strong>
 +
                </h2>
 +
                <hr>
 +
                <div class="intro-text text-center">
 +
                    <ul class="list-inline banner-social-buttons">
 +
                        <li>
 +
                            <a href="https://twitter.com/EdiGEM2016"><img src="https://static.igem.org/mediawiki/2016/9/94/Edinburgh2_t2.jpg"></img></a>
 +
                        </li>
 +
                        <li>
 +
                            <a href="https://www.facebook.com/EdiGEM2016"><img src="https://static.igem.org/mediawiki/2016/c/ce/Edinburgh2_f2.png"></img></a>
 +
                        </li>
 +
                        <li>
 +
                            <a href="https://www.instagram.com/edigem2016/"><img src="https://static.igem.org/mediawiki/2016/6/64/Edinburgh2_insta2.png"></img></a>
 +
                        </li>
 +
                    </ul>
 +
                </div>
 +
            </div>
 +
        </div>
 
     </div>
 
     </div>
    <div class="col-sm-6">
 
      <p></p>
 
      <h3 style="font-size:250%;">Patrick Lim</h3>
 
      <p style="font-size:120%"> I am a second year Molecular Genetics student
 
        from Bristol. I do a bit of programming and writing and am very excited
 
        to be helping out with Edinburgh iGEM.  When I am not working with the team
 
        I do gardening at a hospice. During my time here I have learned a lot about
 
        science and have become a big fan of falafel wraps despite being
 
        skeptical at first.
 
      </p>
 
    </div>
 
  </div>
 
</div>
 
  
</html>
+
    <br>
 +
    <br>
 +
    <br>
 +
    <br>

Latest revision as of 23:49, 19 October 2016






The Babbled Team



Our Team


Petar Iliev
I am a 2nd year Biological Chemistry student and in my spare time I do kickboxing and listen to exuberant music. I am from Bulgaria and I enjoy socialising, dancing and hiking. I am passionate about iGEM, because synthetic biology is a field where nature is utilised to complement itself and great ideas make a huge impact.

Nikita Lazaroo
I am a 2nd year Psychology student from Australia, with a strong interest in biology and cognitive science. In my spare time I enjoy kickboxing, cooking and travelling. I am enthusiastic about participating in iGEM and exploring the field of synthetic biology as they are both aimed towards the advancement of biology as an interdisciplinary science that is accessible by all. The potential for iGEM projects to provide solutions for complex social issues is what initially drew me to the competition, and I’m thrilled to be a part of the Edinburgh team.

Azzurra Laura De Pace
I am a 2nd year Biology student from Italy. I am very interested in Epigenetics and personalized medicine. In my spare time I love reading books outdoors and cooking. I am very happy to be part of the Edinburgh iGEM team. Taking part in the iGEM competition gives students the chance to re-interpret nature through the power of synthetic biology.

Catalina Rotaru
I am a 2nd year Computer Science student from Romania and I am deeply interested in computer security and cryptography. In my spare time, I enjoy boxing, dancing, learning russian and watching CSI series. I am very excited to be taking part in such a massive engineering competition. iGEM represents the challenge to find solutions to worldwide problems. Moreover, it brings people of different backgrounds together to exchange knowledge and experience.

Freddie Starkey
I am a second year Informatics student from Aberdeenshire. My main interests are in Bioinformatics and Computational Biology. I enjoy Nordic Skiing and Kayaking in my spare time as well as being a massive Doctor Who fan. I am excited to have the opportunity to work in the wet lab for a change during iGEM as well as to contribute to a project with such large real world applications.

Rosie Maddock
I am a third year Biology student from Aberdeenshire. I am interested in biochemistry with a particular interest in disease research. In my spare time I play judo, go to the gym, and love to cook. I am really excited to be part of iGEM because it provides so many people the opportunity to develop and explore their synthetic biology ideas. The flexibility with iGEM projects allows input from different subject area backgrounds, which gives rise to many exciting lines of research.

Alexandra Bisia
I am a student from Crete, Greece, who just finished her second year of studies in developmental biology. I am keenly interested in foreign languages, exploring the beautiful city I study in, and tickling the ol’ ivories. It’s an incredible experience being part of the Edinburgh iGEM team, as the competition has given us the opportunity to push back the boundaries of biology and apply our ideas to create novel solutions to current problems. It’s also a unique way to become familiar with different subjects and interdisciplinary collaboration, which I believe to be the future of research.

Brendan Largey
I am second year Biochemistry student from New York. In my spare time I enjoy restoring antique furniture, teaching dance, and making use of the Oxford comma. I also enjoy playing the violin and other instruments, and can bake a mean kartoshka. I have been enjoying every moment with the team so far and love interacting with such a diverse group of individuals.

Patrick Lim
I am a second year Molecular Genetics student from Bristol. I do a bit of programming and writing and am very excited to be helping out with Edinburgh iGEM. When I am not working with the team I do gardening at a hospice. During my time here I have learned a lot about science and have become a big fan of falafel wraps despite being skeptical at first.


Follow Us