Difference between revisions of "Team:Bulgaria"

 
(23 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<head>
 
<head>
 
     <meta charset="UTF-8">
 
     <meta charset="UTF-8">
 +
<link href="https://fonts.googleapis.com/css?family=Leckerli+One" rel="stylesheet">
 +
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800" rel="stylesheet">
 +
<link href="https://fonts.googleapis.com/css?family=Biryani:300,400,800,900" rel="stylesheet">
 
     <style>
 
     <style>
@import url('https://fonts.googleapis.com/css?family=Biryani:300,400,900|Open+Sans:300,800');
+
ul,
@import url('https://fonts.googleapis.com/css?family=Leckerli+One');
+
li{
 +
list-style-type: none !important;
 +
list-style-image: none !important;
 +
list-style:none !important;
 +
}
 +
 
 +
 
 +
 
 +
#content{
 +
width: 100%;
 +
padding: 0px;
 +
margin-left: 0px;
 +
}
 +
 
 +
 
 +
#top_title{
 +
display: none;
 +
}
  
 
#sideMenu{
 
#sideMenu{
 
display: none;
 
display: none;
 
}
 
}
 +
 
*{
 
*{
 
     margin:0;
 
     margin:0;
 
     padding: 0;
 
     padding: 0;
     font-family: 'Open Sans', sans-serif;
+
     font-family: 'Open Sans', sans-serif !important;
 
}
 
}
  
Line 28: Line 49:
  
 
.navigation-bar{
 
.navigation-bar{
     padding-right: 75px;
+
     padding-right: 125px !important;
 
}
 
}
  
Line 55: Line 76:
 
     background-color: #80002a;
 
     background-color: #80002a;
 
     min-width: 160px;
 
     min-width: 160px;
     padding-top: 20px;
+
     padding-top: 20px !important;  
 +
    margin-left: -20px !important;
 +
 
 
}
 
}
  
Line 64: Line 87:
 
.dropdown-content a,
 
.dropdown-content a,
 
a{
 
a{
     text-decoration: none;
+
     text-decoration: none !important;
     color: white;
+
     color: white !important;
 
     padding-top: 15px;
 
     padding-top: 15px;
 
}
 
}
Line 71: Line 94:
 
     cursor: pointer;
 
     cursor: pointer;
 
     display: block;
 
     display: block;
 +
    margin-top:0px !important;
 
}
 
}
  
Line 79: Line 103:
  
 
.header-image{
 
.header-image{
     background: url("https://static.igem.org/mediawiki/2016/f/fe/Team-Bulgaria.jpeg") no-repeat center center;
+
     background: url("https://static.igem.org/mediawiki/2016/8/8e/Bg-img.png") no-repeat center center;
 
     height: 100%;
 
     height: 100%;
 
     width:100%;
 
     width:100%;
Line 85: Line 109:
 
     margin:0 auto;
 
     margin:0 auto;
 
     text-align: center;
 
     text-align: center;
}
 
 
.igem-logo{
 
    margin:0 auto;
 
    width: 100%;
 
    height: 100%;
 
    max-width: 220px;
 
    max-height: 220px;
 
    margin-left: -60px;
 
    padding-top: 300px;
 
 
}
 
}
  
Line 133: Line 147:
 
.box-title{
 
.box-title{
 
     text-transform: uppercase;
 
     text-transform: uppercase;
     font: 22px 'Biryani', sans-serif;
+
     font: 22px 'Biryani', sans-serif !important;
 
     color: #155049;
 
     color: #155049;
 
}
 
}
Line 174: Line 188:
  
 
     </style>
 
     </style>
 +
 
</head>
 
</head>
 
<body>
 
<body>
 
<div class="wrapper">
 
<div class="wrapper">
  
    <nav>
+
        <nav>
 
         <ul class="navigation-bar">
 
         <ul class="navigation-bar">
 
             <li class="menu-item">
 
             <li class="menu-item">
                 <a href="index.html">home</a>
+
                 <a href="https://2016.igem.org/Team:Bulgaria">home</a>
 
             </li>
 
             </li>
  
 
             <li class="menu-item drop-link"> project
 
             <li class="menu-item drop-link"> project
 
                 <ul class="project-submenu dropdown-content">
 
                 <ul class="project-submenu dropdown-content">
                     <li class="sub-item"><a href="overview.html">overview</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Overview">overview</a></li>
                     <li class="sub-item"><a href="results.html">results</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Results">results</a></li>
                     <li class="sub-item"><a href="futureWork.html">future work</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/FutureWork">future work</a></li>
 
                 </ul>
 
                 </ul>
 
             </li>
 
             </li>
Line 194: Line 209:
 
             <li class="menu-item drop-link">notebook
 
             <li class="menu-item drop-link">notebook
 
                 <ul class="notebook-submenu dropdown-content">
 
                 <ul class="notebook-submenu dropdown-content">
                     <li class="sub-item"><a href="labBook.html">lab book</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/LabBook">lab book</a></li>
                     <li class="sub-item"><a href="protocol.html">protocols</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Safety">safety</a></li>
                     <li class="sub-item"><a href="organisms.html">organisms</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Protocols">protocols</a></li>
                    <li class="sub-item"><a href="safety.html">safety</a></li>
+
 
 
                 </ul>
 
                 </ul>
 
             </li>
 
             </li>
  
             <li class="menu-item">lab</li>
+
             <li class="menu-item"><a href="https://2016.igem.org/Team:Bulgaria/Lab">lab</a></li>
  
 
             <li class="menu-item drop-link">achievements
 
             <li class="menu-item drop-link">achievements
 
                 <ul class="achievements-submenu dropdown-content">
 
                 <ul class="achievements-submenu dropdown-content">
                     <li class="sub-item"><a href="medalCriteria.html">medal criteria</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/MedalCriteria">medal criteria</a></li>
                     <li class="sub-item"><a href="parts.html">parts</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Part">parts</a></li>
                     <li class="sub-item"><a href="helpGuide.html">help guide</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/HelpGuide">help guide</a></li>
 
                 </ul>
 
                 </ul>
 
             </li>
 
             </li>
  
             <li class="menu-item drop-link">human practices
+
             <li class="menu-item drop-link"><a href="https://2016.igem.org/Team:Bulgaria/HP/Silver">human practices</a>
 
                 <ul class="humanpractice-submenu dropdown-content">
 
                 <ul class="humanpractice-submenu dropdown-content">
                     <li class="sub-item"><a href="publicEngagement.html">public engagement</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Engagement">public engagement and education</a></li>
                     <li class="sub-item"><a href="integratedHP.html">integrated human practices</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Integrated_Practices">integrated human practices</a></li>
                     <li class="sub-item"><a href="collaboration.html">collaboration</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Collaborations">collaboration</a></li>
                     <li class="sub-item"><a href="entrepreneurship.html">enterpreneurship</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Entrepreneurship">enterpreneurship</a></li>
 
                 </ul>
 
                 </ul>
 
             </li>
 
             </li>
Line 222: Line 237:
 
             <li class="menu-item drop-link">team
 
             <li class="menu-item drop-link">team
 
                 <ul class="team-submenu dropdown-content">
 
                 <ul class="team-submenu dropdown-content">
                     <li class="sub-item"><a href="members.html">members</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Members">members</a></li>
                     <li class="sub-item"><a href="ourStory.html">our story</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/OurStory">our story</a></li>
                     <li class="sub-item"><a href="attributions.html">attributions</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Attributions">attributions</a></li>
                     <li class="sub-item"><a href="university.html">university</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/University">university</a></li>
                     <li class="sub-item"><a href="bulgaria.html">Bulgaria</a></li>
+
                     <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Bulgaria">Bulgaria</a></li>
 
                 </ul>
 
                 </ul>
 
             </li>
 
             </li>
Line 233: Line 248:
 
     <header>
 
     <header>
 
         <div class="header-image">
 
         <div class="header-image">
             <img class="igem-logo" src="https://static.igem.org/mediawiki/2016/9/92/Team-Bulgaria-logo.png" alt="iGem">
+
             </br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br>
 
         </div>
 
         </div>
 
     </header>
 
     </header>
Line 239: Line 254:
 
         <div class="description">
 
         <div class="description">
 
             <p class="description-project">
 
             <p class="description-project">
                With the dawn of synthetic biology and the ever increasing utilization of microfluidics
 
                in experimental practice a new understanding of single-cell biology has emerged. We now
 
                realize a lot more of the inner mechanisms that regulate individual cells.
 
 
                Our team aims to make the detection of carbon, phosphate and nitrogen starvation in
 
                cultured cells easier and faster. In order to accomplish this we will insert different
 
                fluorescent protein genes in a bacterial plasmid. Those will be expressed together
 
                with Escherichia coli’s starvation genes and this way we will observe light
 
                in different parts of the spectrum according to the needs of the cell culture.
 
                After stimulating the transformed cells the fluorescence will be detected through
 
                signal monitoring system. The data will be used to visualize the level of expression
 
                i.e. the phase of starvation.
 
 
                We want to make a cell culture that is cheap, easy to cultivate and that shows us
 
                exactly what it lacks in its environment. If we are successful this approach could
 
                be used in many different fields including pharmacy, bio-engineering, improving the
 
                efficiency of bioreactors in general and many more. We have our strains and successfully
 
                made our first electroporation.
 
 
             </p>
 
             </p>
 
         </div>
 
         </div>
Line 338: Line 335:
  
 
                 <li class="partner">
 
                 <li class="partner">
                     <img src="https://2016.igem.org/File:Su-logo2.png" alt="SU" class="partner-logo">
+
                     <img src="https://static.igem.org/mediawiki/2016/2/29/Su-logo2.png" alt="SU" class="partner-logo">
 
                     <h4 class="partner-title">sofia university</h4>
 
                     <h4 class="partner-title">sofia university</h4>
 
                 </li>
 
                 </li>

Latest revision as of 02:07, 20 October 2016




























  • Nothing can stop us

    nothing can stop us

    The participation in the competition iGEM is making us the first Bulgarian team, and that's why this cause is so important for us. Our responsibility is even greater and our desire to succeed and achieving it - more secure.

  • Puzzel

    we solve problems together


    We solve all the difficulties together because we are one real team.


  • Bulb

    we work with passion

    Our love in biology is the unifying force that brought together people with different professions, personalities, interests. The passion for science is the reason we all fight together for the realisation of the ultimate goal.

our partners

  • nadezhda women's health hospital

  • sofia university student council

  • biovet

  • sofia techpark

  • fox laser

  • technical university sofia

  • sofia university

  • student council