Difference between revisions of "Team:Bulgaria/Engagement"

Line 1: Line 1:
 
{{Bulgaria}}
 
{{Bulgaria}}
 
<html>
 
<html>
 +
<head>
 +
    <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>
 +
        .drop-link, .menu-item, .sub-item{
 +
            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;
 +
        }
  
<div class="column full_size">
+
        #sideMenu{
 +
            display: none;
 +
        }
  
 +
        *{
 +
            margin:0;
 +
            padding: 0;
 +
            font-family: 'Open Sans', sans-serif !important;
 +
        }
  
<p>Do you want to be considered for the <a href="https://2016.igem.org/Judging/Awards#SpecialPrizes">Best Education and Public Engagement award</a>? Help the judges consider your team for this award by describing your work on this page.</p>
+
        .wrapper{
</div>
+
            width: 100%;
 +
            margin: 0 auto;
 +
        }
  
 +
        nav{
 +
            background: #80002a;
 +
            color: white;
 +
            padding: 20px;
 +
            text-align: right;
 +
        }
  
 +
        .navigation-bar{
 +
            padding-right: 125px !important;
 +
        }
  
<p>Here are two examples of excellent Education and Public Engagement from 2015:</p>
+
        .menu-item{
<ul>
+
            display: inline-block;
<li><a href="https://2015.igem.org/Team:UFMG_Brazil/Public_Engagement"> UFMG Brazil 2015</a></li>
+
            margin-right: 25px;
<li><a href="https://2015.igem.org/Team:William_and_Mary/Practices"> William and Mary 2015</a></li>
+
            color:rgba(255,255,255,0.9);
</ul>
+
            text-transform: capitalize;
 +
        }
  
</div>
+
        .menu-item:hover{
 +
            color:rgba(255,255,255,1);
 +
            cursor: pointer;
 +
        }
  
 +
        .drop-link{
 +
            position: relative;
 +
            display: inline-block;
 +
        }
  
 +
        .dropdown-content {
 +
            display: none;
 +
            position: absolute;
 +
            list-style-type: none;
 +
            text-align: left;
 +
            background-color: #80002a;
 +
            min-width: 160px;
 +
            padding-top: 20px !important;
 +
            margin-left: -20px !important;
  
 +
        }
 +
 +
        .sub-item{
 +
            padding: 15px;
 +
        }
 +
 +
        .dropdown-content a,
 +
        a{
 +
            text-decoration: none !important;
 +
            color: white !important;
 +
            padding-top: 15px;
 +
        }
 +
        .drop-link:hover .dropdown-content {
 +
            cursor: pointer;
 +
            display: block;
 +
            margin-top:0px !important;
 +
        }
 +
 +
        .sub-item:hover{
 +
            background: #5d001f;
 +
            transition: background .2s linear;
 +
        }
 +
</style>
 +
        </head>
 +
<body>
 +
<div class="wrapper">
 +
    <nav>
 +
        <ul class="navigation-bar">
 +
            <li class="menu-item">
 +
                <a href="https://2016.igem.org/Team:Bulgaria">home</a>
 +
            </li>
 +
 +
            <li class="menu-item drop-link"> project
 +
                <ul class="project-submenu dropdown-content">
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Overview">overview</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Results">results</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/FutureWork">future work</a></li>
 +
                </ul>
 +
            </li>
 +
 +
            <li class="menu-item drop-link">notebook
 +
                <ul class="notebook-submenu dropdown-content">
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/LabBook">lab book</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Organisms">organisms</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Safety">safety</a></li>
 +
                </ul>
 +
            </li>
 +
 +
            <li class="menu-item"><a href="lab.html">lab</a></li>
 +
 +
            <li class="menu-item drop-link">achievements
 +
                <ul class="achievements-submenu dropdown-content">
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/HP/Silver">medal criteria</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Part">parts</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/HelpGuide">help guide</a></li>
 +
                </ul>
 +
            </li>
 +
 +
            <li class="menu-item drop-link">human practices
 +
                <ul class="humanpractice-submenu dropdown-content">
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Engagement">public engagement</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="https://2016.igem.org/Team:Bulgaria/Collaborations">collaboration</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Entrepreneurship">enterpreneurship</a></li>
 +
                </ul>
 +
            </li>
 +
 +
            <li class="menu-item drop-link">team
 +
                <ul class="team-submenu dropdown-content">
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Members">members</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="https://2016.igem.org/Team:Bulgaria/Attributions">attributions</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/University">university</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Bulgaria">Bulgaria</a></li>
 +
                </ul>
 +
            </li>
 +
        </ul>
 +
    </nav>
 +
 +
    <main>
 +
        <h1 class="title">Public Engagement</h1>
 +
 +
        <img src="https://static.igem.org/mediawiki/2016/4/4d/Cell-models.jpg" alt="Cell Model" class="cell-model image">
 +
        <p class="content content-1">
 +
            During our work we made a survey and found out that Bulgarians
 +
            were not familiar with the essence of synthetic biology.
 +
            Therefore we decided to create a social campaign which aimed
 +
            to introduce synthetic biology and inspire more young Bulgarians
 +
            to do science. Our team held a number of events in the lab we
 +
            are working in and involved students from various academic
 +
            institutions. We popularized science in several high schools
 +
            as well as in three of the biggest universities in the country.
 +
            To educate people we went out in the busy streets of Sofia and
 +
            showed people 3D models of cell organelles as well as structures
 +
            of DNA and various proteins. That provoked interest in many
 +
            of them and they were fascinated by synthetic biology and
 +
            our innovative project.
 +
        </p>
 +
 +
        <div class="clearfix">
 +
        </div>
 +
 +
        <img src="https://static.igem.org/mediawiki/2016/7/7c/Kids-demo-top.jpg" alt="Kids demo" class="kids-demo image">
 +
        <p class="content">
 +
            We invited our colleagues from the Faculty of Biology at the
 +
            Sofia University to see our lab and find what a great opportunity
 +
            the world of iGEM and synthetic biology provide. Many of them
 +
            were interested in the competition and wanted to take part in
 +
            future iGEM teams. Furthermore we participated in the The European
 +
            Researchers' Night where we made demonstartions and presentations
 +
            of our project. During the event people were able to see different microscope slides, we also explained how paternity testing is done and how an electrophoresis is run. The audience could work with us and spread cultures and take part in a discussion we organized – for or against genetically engineered organisms.  We were able to refute all controversial opinions and people intriguingly found out that genetic engineering is the door to many prominent future high-tech discoveries.
 +
        </p>
 +
        <img src="https://static.igem.org/mediawiki/2016/e/eb/Kids-demo.jpg" alt="Kids demo" class="kid image">
 +
 +
        <p class="content">
 +
            Our public engagement drew the attention of major Bulgarian media
 +
            (BiT, Nova TV, BTV, Boomberg, BNR, newspapers and online newsfeeds)
 +
            which gave us the opportunity to educate publicly from their TV
 +
            screens about the benefits from and the science that goes with
 +
            genetically modified organisms. As a result of those broadcasts
 +
            a lot of people contacted us and we organized meetings in several
 +
            cafés where we answered all of their questions. Although we had
 +
            only several months, we are convinced that thanks to our efforts
 +
            the people we were able to reach became more familiar with the
 +
            essence of synthetic biology and that we even inspired their
 +
            interest in science as a whole.
 +
        </p>
 +
 +
        <h3 class="title">Video Links</h3>
 +
        <div class="videolinks">
 +
            <a href="http://www.btv.bg/video/shows/predi-obed/videos/mladi-biolozi-predstavjat-stranata-ni-v-svetovno-sastezanie-v-bostan.html"
 +
              class="logo-link">
 +
                <img src="https://static.igem.org/mediawiki/2016/f/f4/BTV.png" alt="BTV Logo" class="logo">
 +
            </a>
 +
 +
            <a href="http://www.bloombergtv.bg/video/d-r-boris-kirov-i-mario-markov-za-inovativniya-proekt-govoreshti-bakterii"
 +
              class="logo-link">
 +
            <img src="https://static.igem.org/mediawiki/2016/b/bc/Bloomberg.png" alt="Bloomberg TV Logo" class="logo">
 +
            </a>
 +
        </div>
 +
    </main>
 +
</div>
 +
</body>
 
</html>
 
</html>

Revision as of 19:14, 19 October 2016

Public Engagement

Cell Model

During our work we made a survey and found out that Bulgarians were not familiar with the essence of synthetic biology. Therefore we decided to create a social campaign which aimed to introduce synthetic biology and inspire more young Bulgarians to do science. Our team held a number of events in the lab we are working in and involved students from various academic institutions. We popularized science in several high schools as well as in three of the biggest universities in the country. To educate people we went out in the busy streets of Sofia and showed people 3D models of cell organelles as well as structures of DNA and various proteins. That provoked interest in many of them and they were fascinated by synthetic biology and our innovative project.

Kids demo

We invited our colleagues from the Faculty of Biology at the Sofia University to see our lab and find what a great opportunity the world of iGEM and synthetic biology provide. Many of them were interested in the competition and wanted to take part in future iGEM teams. Furthermore we participated in the The European Researchers' Night where we made demonstartions and presentations of our project. During the event people were able to see different microscope slides, we also explained how paternity testing is done and how an electrophoresis is run. The audience could work with us and spread cultures and take part in a discussion we organized – for or against genetically engineered organisms. We were able to refute all controversial opinions and people intriguingly found out that genetic engineering is the door to many prominent future high-tech discoveries.

Kids demo

Our public engagement drew the attention of major Bulgarian media (BiT, Nova TV, BTV, Boomberg, BNR, newspapers and online newsfeeds) which gave us the opportunity to educate publicly from their TV screens about the benefits from and the science that goes with genetically modified organisms. As a result of those broadcasts a lot of people contacted us and we organized meetings in several cafés where we answered all of their questions. Although we had only several months, we are convinced that thanks to our efforts the people we were able to reach became more familiar with the essence of synthetic biology and that we even inspired their interest in science as a whole.

Video Links