Difference between revisions of "Team:Bulgaria"

(Prototype team page)
 
 
(64 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Bulgaria}}
 
 
<html>
 
<html>
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<link href="https://fonts.googleapis.com/css?family=Raleway:700" rel="stylesheet">
 +
<link href="https://fonts.googleapis.com/css?family=Montserrat:300|Vollkorn:700|Wallpoet|Heebo:800|Alegreya+Sans+SC:900" rel="stylesheet">
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
</head>
 +
<style>
  
 +
* {
 +
  -webkit-box-sizing: border-box;
 +
          box-sizing: border-box;
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
html {
 +
  font-size:16px;
 +
}
 +
body {
 +
  width: 100%;
 +
  margin: 48px 0 0 0;
 +
  padding: 0;
 +
  color: black;
 +
  background-color: white;
 +
  font: inherit;
 +
  font-size:16px;
 +
  word-wrap: break-word;
 +
}
  
 +
@media (min-width: 1024px) {
 +
  body {
 +
    margin: 16px 0 0 0;
 +
  }
 +
}
  
  
<div class="column full_size" >
+
#globalWrapper {
<h1> Welcome to iGEM 2018! </h1>
+
  width: 100%;
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
  padding: 0;
 +
  background-color: #149375;
 +
  position: relative;
 +
  font-size: 16px;
 +
}
 +
#content {
 +
  width: 100%;
 +
  min-height: 80vh;
 +
  margin: 0;
 +
  padding: 0;
 +
  border: none;
 +
  color: inherit;
 +
  background-color: #ffffff;
 +
  position: relative;
 +
}
 +
#HQ_page {
 +
  width: 100%;
 +
  margin: 0;
 +
  padding: 0;
 +
  background: none;
 +
}
 +
#top_title{display:none;}
  
  
<img src="http://placehold.it/1080x320/c4baba/e4dede">
+
#bodyContent {
 +
}
 +
 
 +
html *{
 +
cursor:url("https://static.igem.org/mediawiki/2018/4/48/T--Bulgaria--idea.png"),auto;
 +
}
 +
 
 +
h1{
 +
padding-top: 30px;
 +
font-size: 40px;
 +
font-family: 'Alegreya Sans SC', sans-serif !important;
 +
padding-bottom: 10px;
 +
}
 +
 
 +
#bottomLayer{
 +
position: fixed;
 +
top:15px;
 +
left:0px;
 +
height: 110%;
 +
width: 100%;
 +
background-color: #0A1215;
 +
 
 +
}
 +
 
 +
.backgroundPicture{
 +
position: fixed;
 +
top: 0;
 +
left: 0;
 +
width: 100%;
 +
height: 100%;
 +
opacity: 0.5;
 +
background-image: url("https://static.igem.org/mediawiki/2018/e/e8/T--Bulgaria--Home.jpg");
 +
background-color: #0A1215;
 +
background-position: center;
 +
background-repeat: no-repeat;
 +
background-size: cover;
 +
}
 +
 
 +
 
 +
.navigation {
 +
position:fixed;
 +
top:15px;
 +
width: 100%;
 +
left:0px;
 +
    #overflow: hidden;
 +
    background-color: #62071B;
 +
    font-family: 'Raleway', sans-serif;
 +
}
 +
 
 +
.navigation a {
 +
    float: left;
 +
    font-size: 16px;
 +
    color: white;
 +
    text-align: center;
 +
    padding: 14px 16px;
 +
    text-decoration: none;
 +
}
 +
 
 +
.dropdown {
 +
    float: left;
 +
    overflow: hidden;
 +
}
 +
 
 +
.dropdown .dropNAVbtn {
 +
    font-size: 16px;   
 +
    color: white;
 +
    padding: 14px 16px;
 +
    background-color: #62071B;
 +
    font-family: 'Raleway', sans-serif;
 +
}
 +
 
 +
.navigation a:hover, .dropdown:hover .dropNAVbtn {
 +
    background-color: #9F182F;
 +
color: white;
 +
}
 +
 
 +
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #f9f9f9;
 +
    min-width: 160px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
    z-index: 100000 !important;
 +
}
 +
 
 +
.dropdown-content a {
 +
    float: none;
 +
    color: black;
 +
    padding: 12px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
    text-align: left;
 +
}
 +
 
 +
.dropdown-content a:hover {
 +
    background-color: #ddd;
 +
}
 +
 
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
}
 +
 
 +
#specialMenu {
 +
  background-color: #D5898A;
 +
  color: white;
 +
}
 +
 
 +
#activeMenu{
 +
  background-color: #9F182F;
 +
  color: white;
 +
}
 +
 
 +
.navigation .icon {
 +
  display: none;
 +
}
 +
 
 +
@media screen and (max-width: 1000px) {
 +
  .navigation a:not(:first-child) {display: none;}
 +
  .navigation .dropdown:not(:first-child) {display: none;}
 +
  .navigation a.icon {
 +
    float: right;
 +
    display: block;
 +
  }
 +
 
 +
}
 +
 
 +
@media screen and (max-width: 1000px) {
 +
  .navigation.responsive {  position:fixed;
 +
  top:15px;
 +
  width: 100%;
 +
  left:0px;}
 +
  .navigation.responsive .icon {
 +
    position: absolute;
 +
    right: 0;
 +
    top: 0;
 +
  }
 +
  .navigation.responsive a {
 +
    float: none;
 +
    display: block;
 +
    text-align: left;
 +
  }
 +
  .navigation.responsive .dropdown {
 +
    float: none;
 +
    display: block;
 +
    text-align: left;
 +
  }
 +
}
 +
 
 +
 
 +
 
 +
.contentHolder{
 +
-webkit-touch-callout: none;
 +
    -webkit-user-select: none;
 +
    -khtml-user-select: none;
 +
    -moz-user-select: none;
 +
    -ms-user-select: none;
 +
    user-select: none;
 +
opacity: 0.8;
 +
position: relative;
 +
top:70vh;
 +
margin-left: auto;
 +
margin-right: auto;
 +
width: 850px;
 +
padding-bottom: 70px;
 +
padding-top: 20px;
 +
background-color: #b5b7b8;
 +
height: auto;
 +
text-align: center !important;
 +
}
 +
 
 +
a{
 +
color: black;
 +
 
 +
}
 +
a:hover{
 +
color: black;
 +
text-decoration: none;
 +
 
 +
}
 +
 
 +
.contentHolder:hover{
 +
background-color: C5C7C8;
 
 
 +
}
  
</div>
+
#topTitle{
 +
padding-top: 50px;
 +
border-radius: 50px 50px 0px 0px;
 +
opacity: 1;
 +
text-align: center;
 +
font-family: 'Heebo', sans-serif;
 +
font-size: 60px;
 +
height: 30px;
 +
}
 +
#topTitle:hover{
 +
background-color: B5B7B8;
 +
}
  
  
<div class="column full_size" >
+
 +
p{
 +
text-align: center !important;
 +
margin-left: 64px;
 +
margin-right: 64px;
 +
font-family: 'Montserrat', sans-serif !important;
 +
font-size: 20px !important;
 +
}
  
<h3>Before you start</h3>
+
strong{
<p> Please read the following pages:</p>
+
font-family: 'Heebo', sans-serif;
<ul>
+
}
<li>  <a href="https://2018.igem.org/Competition">Competition Hub</a> </li>
+
<li> <a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
<li> <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
</ul>
+
</div>
+
  
 +
.dropbtn {
 +
display: none;
 +
    background-color: #4CAF50;
 +
    color: white;
 +
    padding: 16px;
 +
    font-size: 16px;
 +
    border: none;
 +
    cursor: pointer;
 +
width: 20vw;
 +
}
  
<div class="clear extra_space"></div>
 
<div class="line_divider"></div>
 
<div class="clear extra_space"></div>
 
  
  
 +
.quickfind-content {
 +
font-family: 'Heebo', sans-serif;
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #f9f9f9;
 +
    width: 20vw;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
    z-index: 1;
 +
 +
}
  
<div class="column full_size" >
+
.quickfind-content a {
<h3> Styling your wiki </h3>
+
    color: black;
<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>
+
    padding: 12px 16px;
<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>
+
    text-decoration: none;
 +
    display: block;
 +
text-align: center;
 +
border-style: solid none none none;
 +
}
  
</div>
+
.quickfind-content a:hover {background-color: #B1B1B1}
  
 +
.quickfind:hover .quickfind-content {
 +
    display: block;
 +
}
  
 +
.quickfind:hover .dropbtn {
 +
    background-color: #3e8e41;
 +
}
 +
.quickfind {
 +
    position: absolute;
 +
width: 20vw;
 +
left: 40vw;
 +
top: 15vh;
 +
}
 +
.teamNames{
 +
position: relative;
 +
text-align: center;
 +
padding-top: 30px !important;
 +
}
  
 +
.personName{
 +
 +
font-size: 50px;
 +
font-family: 'Vollkorn', serif !important;
  
<div class="clear extra_space"></div>
+
}
  
 +
.personCodename{
 +
position: relative;
 +
font-size: 30;
 +
font-style: bold;
 +
font-family: 'Wallpoet', cursive;
 +
}
  
 +
.personPicture{
 +
position: relative;
 +
float: left;
 +
margin: 00px 30px 0px 40px;
 +
border-radius: 100%;
 +
    border: 4px solid #0A1215;
 +
width: 180px;
 +
height: 180px;
 +
 +
}
 +
.sitelogo{
 +
position: absolute;
 +
margin: -120px 0px 0px -350px;
 +
border-radius: 100%;
 +
    border: 4px solid #0A1215;
 +
width: 180px;
 +
height: 180px;
 +
 +
}
  
<div class="column third_size" >
+
.personDescription{
 +
position: relative;
 +
margin: 30px 80px -10px 300px;
 +
font-size: 22px;
 +
text-align: center;
 +
 +
}
 +
@media screen and (max-width: 1000px) {
  
<h3> Uploading pictures and files </h3>
+
p{
<p> You must upload any pictures and files to the iGEM 2018 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. </p>
+
margin-left: 32px;
 +
margin-right: 32px;
 +
}
  
 +
.contentHolder:hover{
 +
background-color: B5B7B8;
 +
 +
}
 +
.contentHolder{
 +
height: auto;
 +
width: auto;
 +
}
  
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (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>
 
  
<div class="button_link">
+
#topTitle{
<a href="https://2018.igem.org/Special:Upload">
+
border-radius: 50px 50px 0px 0px;
UPLOAD FILES
+
opacity: 1;
</a>
+
text-align: center;
</div>
+
font-family: 'Heebo', sans-serif;
 +
font-size: 42px;
 +
height: 0vw;
 +
}
 +
#topTitle:hover{
 +
background-color: B5B7B8;
 +
}
 +
 +
.dropbtn {
 +
    background-color: #4CAF50;
 +
    color: white;
 +
    padding: 16px;
 +
    font-size: 16px;
 +
    border: none;
 +
    cursor: pointer;
 +
width: 50vw;
 +
}
  
</div>
 
  
<div class="column third_size" >
 
<h3> Wiki template information </h3>
 
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2018.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
 
  
</div>
+
.quickfind-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #f9f9f9;
 +
    width: 50vw;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
    z-index: 1;
 +
}
  
 +
.quickfind-content a {
 +
    color: black;
 +
    padding: 12px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
text-align: center;
 +
}
  
 +
.quickfind-content a:hover {
 +
background-color: #f1f1f1;
 +
 +
}
  
<div class="column third_size" >
+
.quickfind:hover .quickfind-content {
<div class="highlight decoration_B_full">
+
    display: block;
<h3> Editing your wiki </h3>
+
}
<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>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
.quickfind:hover .dropbtn {
 +
    background-color: #3e8e41;
 +
}
 +
.quickfind {
 +
    position: absolute;
 +
width: 50vw;
 +
left: 25vw;
 +
top: 100px;
 +
}
 +
 
 +
.teamNames{
 +
top: 16px;
 +
 
 +
}
 +
.personName{
 +
font-size: 42px;
 +
    font-size: 9.5vw;
 +
}
 +
.personCodename{
 +
font-size: 52px;
 +
    font-size: 7.5vw;
 +
}
 +
 
 +
.personPicture{
 +
margin-top: 30px;
 +
float: none;
 +
height: auto;
 +
width: 50%;
 +
display: block;
 +
position: relative;
 +
border-radius: 100%;
 +
    border: 4px solid #0A1215;
 +
margin-left: auto;
 +
    margin-right: auto;
 +
 
 +
 +
}
 +
 
 +
.personDescription{
 +
position: relative;
 +
margin: 30px 16px 0px 16px;
 +
font-size: 18px;
 +
    font-size: 5vw;
 +
}
 +
}
 +
<--!end mobile->
 +
 
 +
 
 +
 
 +
#scroldown {
 +
  width: 100%;
 +
  height: 20;
 +
 
 +
}
 +
 
 +
#scroldown::before{
 +
  content: '╲╱';
 +
  color: #fff;
 +
  position: fixed;
 +
  opacity: 0.7;
 +
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
 +
  font-size: 20px;
 +
  width: 60px;
 +
  height: 40px;
 +
  line-height: 40px;
 +
  text-align: center;
 +
  border-radius: 10px;
 +
  bottom: 20px;
 +
  left: 50%;
 +
  margin-left: -30px;
 +
  animation: bounce 1s ease infinite;
 +
}
 +
 
 +
@keyframes bounce {
 +
  50% {
 +
    transform: translateY(-50%);
 +
  }
 +
  100% {
 +
    transform: translateY(0);
 +
  }
 +
}
 +
 
 +
#myBtn {
 +
    display: none;
 +
    position: fixed;
 +
    bottom: 20px;
 +
    right: 30px;
 +
    z-index: 99;
 +
    border: none;
 +
    outline: none;
 +
    background-color: green;
 +
    color: white;
 +
    cursor: pointer;
 +
    padding: 15px;
 +
    border-radius: 10px;
 +
    font-size: 18px;
 +
}
 +
 
 +
#myBtn:hover {
 +
    background-color: #555; /* Add a dark-grey background on hover */
 +
}
 +
 
 +
#n1{
 +
opacity: 1;
 +
background-image: url("https://static.igem.org/mediawiki/2018/c/cb/T--Bulgaria--home1.jpg");
 +
height: 400px;
 +
background-color: #0A1215;
 +
background-position: center;
 +
background-repeat: no-repeat;
 +
background-size: cover;
 +
}
 +
 
 +
 
 +
#n2{
 +
opacity: 1;
 +
background-image: url("https://static.igem.org/mediawiki/2018/1/1a/T--Bulgaria--doggie.jpg");
 +
height: 500px;
 +
background-color: #0A1215;
 +
background-position: top;
 +
background-repeat: no-repeat;
 +
background-size: cover;
 +
}
 +
 
 +
#n3{
 +
opacity: 1;
 +
background-image: url("https://static.igem.org/mediawiki/2018/d/d5/T--Bulgaria--homeroses.jpg");
 +
height: 500px;
 +
background-color: #0A1215;
 +
background-position: top;
 +
background-repeat: no-repeat;
 +
background-size: cover;
 +
}
 +
 
 +
.sponsors{
 +
height: 100px;
 +
width: auto;
 +
padding: 20px;
 +
}
 +
 
 +
#sp01{
 +
  height: 400px;
 +
}
 +
#sp03{
 +
  height: 150px;
 +
}
 +
 
 +
 
 +
</style>
 +
<script>
 +
$(document).ready(function(){
 +
  $("a").on('click', function(event) {
 +
    if (this.hash !== "") {
 +
      event.preventDefault();
 +
      var hash = this.hash;
 +
      $('html, body').animate({
 +
        scrollTop: $(hash).offset().top
 +
      }, 800, function(){
 +
        window.location.hash = hash;
 +
      });
 +
    }
 +
  });
 +
});
 +
</script>
 +
<script>
 +
window.onscroll = function() {scrollFunction()};
 +
 
 +
function scrollFunction() {
 +
    if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
 +
        document.getElementById("myBtn").style.display = "block";
 +
    } else {
 +
        document.getElementById("myBtn").style.display = "none";
 +
    }
 +
}
 +
function topFunction() {
 +
    document.body.scrollTop = 0;
 +
    document.documentElement.scrollTop = 0;
 +
}
 +
 
 +
function burgermenu() {
 +
    var x = document.getElementById("nav");
 +
    if (x.className === "navigation") {
 +
        x.className += " responsive";
 +
    } else {
 +
        x.className = "navigation";
 +
    }
 +
}
 +
 
 +
 
 +
</script>
 +
<body>
 +
 
 +
<!-- CUSTOM OVERLAY -->
 +
<div class="overlays" id="bottomLayer"></div>
 +
<div class="backgroundPicture">
  
<div class="button_link">
 
<a href="https://2018.igem.org/wiki/index.php?title=Team:Bulgaria&action=edit">
 
EDIT PAGE
 
</a>
 
 
</div>
 
</div>
  
 +
<div class="quickfind">
 +
  <button class="dropbtn">LEARN MORE</button>
 +
  <div class="quickfind-content">
 +
    <a href="#WHOUSE">PROJECT USE</a>
 +
<a href="#SAFE">IS IT SAFE</a>
 +
    <a href="#USEDSTRAINS">USED ORGANISM STRAINS</a>
 +
    <a href="#RISKS">POTENTIAL RISKS</a>
 +
<a href="#WASTE">WASTE TREATMENT</a>
 +
<a href="#EMERGENCY">EMERGENCY REACTIONS</a>
 +
<a href="#EQUIPMENT">PROTECTIVE EQUIPMENT</a>
 +
<a href="#OTHERS">OTHER RULES</a>
 +
  </div>
 +
</div>
  
 +
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
 +
<!-- CUSTOM TOP -->
 +
<div class="contentHolder" id="topTitle">
 +
<img src="https://static.igem.org/mediawiki/2018/0/0f/T--Bulgaria--logo1.png" alt="logo" class="sitelogo">
 +
<a id="pagetitle">HOME</a>
 
</div>
 
</div>
 
</div>
 
</div>
  
  
 +
<div id="scroldown"></div>
  
  
 +
<!-- CUSTOM CONTENT HOLDER -->
 +
<div class="contentHolder" id="n1">
  
<div class="clear extra_space"></div>
+
</div>
<div class="line_divider"></div>
+
<!-- CUSTOM CONTENT HOLDER -->
<div class="clear extra_space"></div>
+
<div class="contentHolder" id="secondCUS">
 +
 
 +
<h1>Hello!</h1>  
 +
<p>
 +
We are Team Bulgaria - The EureCAS and this is our wonderful WiKi page.
 +
</p>
 +
</div>
  
  
 +
<!-- CUSTOM CONTENT HOLDER -->
 +
<div class="contentHolder" id="n2">
  
<div class="column two_thirds_size" >
 
<h3>Tips</h3>
 
<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>
 
<ul>
 
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
 
<li>Be clear about what you are doing and how you plan to do this.</li>
 
<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>
 
<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://2018.igem.org/Calendar">iGEM 2018 calendar</a> </li>
 
<li>Have lots of fun! </li>
 
</ul>
 
 
</div>
 
</div>
  
 +
<!-- CUSTOM CONTENT HOLDER -->
 +
<div class="contentHolder" id="second">
  
<div class="column third_size">
+
<h1>Our project this year is called<br><br>
<div class="highlight decoration_A_full">
+
The 65 CRISPRoses Story</h1><br>
<h3>Inspiration</h3>
+
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<ul>
+
<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>
+
 
</div>
 
</div>
 +
 +
<!-- CUSTOM CONTENT HOLDER -->
 +
<div class="contentHolder" id="n3">
 +
 
</div>
 
</div>
  
 +
<!-- CUSTOM CONTENT HOLDER -->
 +
<div class="contentHolder" id="second">
  
 +
<h1>Our sponsors</h1>
 +
<a href="https://foxlaser.com/">
 +
<img src="https://static.igem.org/mediawiki/2018/6/62/T--Bulgaria--sponosr-foxlaser.png" alt="FoxLaser" class="sponsors" id="sp01">
 +
</a>
 +
<a href="https://sustudents.bg/">
 +
<img src="https://static.igem.org/mediawiki/2018/a/a6/T--Bulgaria--sponsor-suwet.png" alt="Student Union - Sofia University" class="sponsors" id="sp03">
 +
</a>
 +
<a href="https://eu.idtdna.com/pages">
 +
<img src="https://static.igem.org/mediawiki/2018/3/39/T--Bulgaria--sponsor-idt.png" alt="IDT" class="sponsors" id="sp02">
 +
</a>
 +
<a href="https://www.thermofisher.com/bg/en/home.html">
 +
<img src="https://static.igem.org/mediawiki/2018/e/e6/T--Bulgaria--sponsor-thermo.png" alt="Thermo scientific" class="sponsors" id="sp04">
 +
</a>
 +
<a href="https://www.neb-online.fr/">
 +
<img src="https://static.igem.org/mediawiki/2018/2/2c/T--Bulgaria--sponsor-new.png" alt="New England BioLabs" class="sponsors" id="sp05">
 +
</a>
 +
<a href="https://worldwide.promega.com/">
 +
<img src="https://static.igem.org/mediawiki/2018/1/17/T--Bulgaria--sponsor-promega.png" alt="Promega" class="sponsors" id="sp06">
 +
</a>
 +
<a href="https://www.questers.com/">
 +
<img src="https://static.igem.org/mediawiki/2018/0/0d/T--Bulgaria--sponosr-questers.png" alt="Questers" class="sponsors" id="sp07">
 +
</a>
 +
<a href="http://sofiatech.bg/">
 +
<img src="https://static.igem.org/mediawiki/2018/b/b2/T--Bulgaria--sponosr-techpark.png" alt="Sofia Tech Park" class="sponsors" id="sp08">
 +
</a>
 +
<a href="http://ivd.bg/bg/">
 +
<img src="https://static.igem.org/mediawiki/2018/d/db/T--Bulgaria--sponsor-ivdbg.jpg" alt="IVD" class="sponsors" id="sp09">
 +
</a>
 +
<a href="https://www.zymoresearch.eu/">
 +
<img src="https://static.igem.org/mediawiki/2018/e/e6/T--Bulgaria--sponsor-zymo.png" alt="Zymo research" class="sponsors" id="sp10">
 +
</a>
 +
</div>
  
  
 +
 +
<!-- CUSTOM MENU -->
 +
<div class="navigation" id="nav">
 +
  <a href="https://2018.igem.org/Team:Bulgaria">HOME</a>
 +
  <div class="dropdown">
 +
    <button class="dropNAVbtn">TEAM
 +
      <i class="fa fa-caret-down"></i>
 +
    </button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2018.igem.org/Team:Bulgaria/theteam">MEMBERS</a>
 +
      <a href="https://2018.igem.org/Team:Bulgaria/attrib">ATTRIBUTIONS</a>
 +
</div>
 +
  </div>
 +
  <div class="dropdown">
 +
    <button class="dropNAVbtn">PROJECT
 +
      <i class="fa fa-caret-down"></i>
 +
    </button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2018.igem.org/Team:Bulgaria/theproject">DESCRIPTION</a>
 +
      <a href="https://2018.igem.org/Team:Bulgaria/DESIGN">DESIGN</a>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/PROTOCOLS">PROTOCOLS</a>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/LABBOOK">LAB BOOK</a>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/RESULTS">RESULTS</a>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/CONTRIBUTION">CONTRIBUTION</a>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/IMPROVE">IMPROVE</a>
 +
</div>
 +
  </div>
 +
  <div class="dropdown">
 +
    <button class="dropNAVbtn">HUMAN PRACTICES
 +
      <i class="fa fa-caret-down"></i>
 +
    </button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2018.igem.org/Team:Bulgaria/publicEng">PUBLIC ENGAGEMENTS</a>
 +
      <a href="https://2018.igem.org/Team:Bulgaria/IntHP">INTEGRATED HUMAN PRACTICES</a>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/survey">SURVEY</a>
 +
</div>
 +
  </div>
 +
 
 +
    <div class="dropdown">
 +
    <button class="dropNAVbtn">COLLABORATIONS
 +
      <i class="fa fa-caret-down"></i>
 +
    </button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2018.igem.org/Team:Bulgaria/COLLABMEETINGS">MEETINGS</a>
 +
      <a href="https://2018.igem.org/Team:Bulgaria/COLLABSURVEYS">SURVEYS</a>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/COLLABOTHERS">OTHERS</a>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/COLLABfollow">#FollowMeToiGEM</a>
 +
</div>
 +
  </div>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/parts" id="activeMenu">PARTS</a>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/safety">SAFETY</a>
 +
 
 +
    <div class="dropdown">
 +
    <button class="dropNAVbtn">MEDAL CRITERIA
 +
      <i class="fa fa-caret-down"></i>
 +
    </button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2018.igem.org/Team:Bulgaria/MEDALBRONZE">BRONZE</a>
 +
      <a href="https://2018.igem.org/Team:Bulgaria/MEDALSILVER">SILVER</a>
 +
  <a href="https://2018.igem.org/Team:Bulgaria/MEDALGOLD">GOLD</a>
 +
<a href="https://2018.igem.org/Team:Bulgaria/MEDALAWARD">SPECIAL AWARD</a>
 +
</div>
 +
  </div>
 +
  <a href="https://igem.org/2018_Judging_Form?id=2847" id="specialMenu">JUDGING FORM</a>
 +
  <a href="javascript:void(0);" class="icon" onclick="burgermenu()">
 +
MENU
 +
  </a>
 +
 +
</div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 00:13, 18 October 2018

Hello!

We are Team Bulgaria - The EureCAS and this is our wonderful WiKi page.

Our project this year is called

The 65 CRISPRoses Story