Hyper mario (Talk | contribs) |
|||
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; | ||
+ | } | ||
+ | #sideMenu{ | ||
+ | display: none; | ||
+ | } | ||
− | + | *{ | |
− | + | margin:0; | |
+ | padding: 0; | ||
+ | font-family: 'Open Sans', sans-serif !important; | ||
+ | } | ||
− | + | .wrapper{ | |
− | + | width: 100%; | |
− | + | margin: 0 auto; | |
+ | } | ||
− | + | nav{ | |
+ | background: #80002a; | ||
+ | color: white; | ||
+ | padding: 20px; | ||
+ | text-align: right; | ||
+ | } | ||
+ | .navigation-bar{ | ||
+ | padding-right: 125px !important; | ||
+ | } | ||
− | + | .menu-item{ | |
− | + | display: inline-block; | |
− | + | margin-right: 25px; | |
− | + | color:rgba(255,255,255,0.9); | |
− | + | text-transform: capitalize; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
+ | .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; | ||
+ | } | ||
+ | .image{ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | max-width: 700px; | ||
+ | max-height: 400px; | ||
+ | padding: 40px; | ||
+ | margin-left: 200px; | ||
+ | } | ||
+ | .text{ | ||
+ | width: 75%; | ||
+ | padding-left: 50px; | ||
+ | } | ||
+ | </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/Safety">safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="menu-item"><a href="https://2016.igem.org/Team:Bulgaria/Lab">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/MedalCriteria">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"><a href="https://2016.igem.org/Team:Bulgaria/HP/Silver">human practices</a> | ||
+ | <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> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2016/0/0d/Enterp-1.png" alt="Mind Map" class="image"> | ||
+ | |||
+ | <div class="sponsorship"> | ||
+ | <p class="text"> | ||
+ | Being the first Bulgarian iGEM team was not an easy task. | ||
+ | Sponsoring scientific research and projects in our country | ||
+ | is not a common practice so the realization of our project | ||
+ | would not have been possible without our entrepreneurship | ||
+ | and marketing flair. The lack of money and the approaching | ||
+ | deadline for registration motivated us to split the team | ||
+ | in two workgroups. The first group was mostly concentrated | ||
+ | in research and planning the biology work, whereas the second | ||
+ | group was responsible for the popularization of the project | ||
+ | and provision of financial resources for iGEM Bulgaria. | ||
+ | Social networks’ profiles for Facebook, LinkedIn, Twitter | ||
+ | and Indiegogo were developed and designed for different | ||
+ | target groups. To optimize our organization and make | ||
+ | our work flexible we used the online platforms Trello and Slack. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2016/9/9f/Enterp-2.png" alt="Mind Map" class="image"> | ||
+ | |||
+ | <div class="business-plan"> | ||
+ | <p class="text"> | ||
+ | Our business plan was to create a product out of the iGEM | ||
+ | idea and to sell it to companies as well as to individuals. | ||
+ | For that we created a social campaign that aimed (and still aims) | ||
+ | to convince more young Bulgarians to stay in our country, do | ||
+ | science and fearlessly work for achieving their goals. Our | ||
+ | enthusiasm drew the attention of several big media and soon | ||
+ | we had our first donations. However, the amount of money | ||
+ | raised was not enough so we took a risk and invested some | ||
+ | of the money in T-shirts with our logo and moto. The idea | ||
+ | was to create an additional possibility for revenue generation | ||
+ | through direct sells and reinvestment in more T-shirts. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <div class="strategy"> | ||
+ | <p class="text"> | ||
+ | This strategy provided us the required money and we successfully | ||
+ | registered for the competition. Our media broadcasts continued | ||
+ | and as a result a Bulgarian employee in Thermofisher saw us and | ||
+ | convinced the company to give us the consumables we needed to | ||
+ | begin our work. As we gathered popularity we started offering | ||
+ | different companies opportunities for sponsorship and partnership. | ||
+ | We guaranteed them advertisement and involvement in an exciting | ||
+ | and innovative project. As a result we established a long term | ||
+ | partnership with the major biotech industry in Bulgaria, | ||
+ | namely BioVet, which also supported us financially. We proved | ||
+ | that iGEM could be sold as a social and scientific project | ||
+ | and we believe that the brand could be used in future for | ||
+ | the next competitions to come. This way we accomplished | ||
+ | not only our immediate goal to raise the money necessary | ||
+ | for the project, but also the aim of our campaign to provide | ||
+ | opportunities for young people. Now the Bulgarian business | ||
+ | community is more open towards collaboration with young | ||
+ | scientists working on cutting-edge projects. We are convinced | ||
+ | that this new attitude could trigger a whole new phase in | ||
+ | the economic development of Bulgaria. | ||
+ | </p> | ||
+ | </div> | ||
+ | </main> | ||
+ | |||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 23:20, 19 October 2016
Being the first Bulgarian iGEM team was not an easy task. Sponsoring scientific research and projects in our country is not a common practice so the realization of our project would not have been possible without our entrepreneurship and marketing flair. The lack of money and the approaching deadline for registration motivated us to split the team in two workgroups. The first group was mostly concentrated in research and planning the biology work, whereas the second group was responsible for the popularization of the project and provision of financial resources for iGEM Bulgaria. Social networks’ profiles for Facebook, LinkedIn, Twitter and Indiegogo were developed and designed for different target groups. To optimize our organization and make our work flexible we used the online platforms Trello and Slack.
Our business plan was to create a product out of the iGEM idea and to sell it to companies as well as to individuals. For that we created a social campaign that aimed (and still aims) to convince more young Bulgarians to stay in our country, do science and fearlessly work for achieving their goals. Our enthusiasm drew the attention of several big media and soon we had our first donations. However, the amount of money raised was not enough so we took a risk and invested some of the money in T-shirts with our logo and moto. The idea was to create an additional possibility for revenue generation through direct sells and reinvestment in more T-shirts.
This strategy provided us the required money and we successfully registered for the competition. Our media broadcasts continued and as a result a Bulgarian employee in Thermofisher saw us and convinced the company to give us the consumables we needed to begin our work. As we gathered popularity we started offering different companies opportunities for sponsorship and partnership. We guaranteed them advertisement and involvement in an exciting and innovative project. As a result we established a long term partnership with the major biotech industry in Bulgaria, namely BioVet, which also supported us financially. We proved that iGEM could be sold as a social and scientific project and we believe that the brand could be used in future for the next competitions to come. This way we accomplished not only our immediate goal to raise the money necessary for the project, but also the aim of our campaign to provide opportunities for young people. Now the Bulgarian business community is more open towards collaboration with young scientists working on cutting-edge projects. We are convinced that this new attitude could trigger a whole new phase in the economic development of Bulgaria.