| Line 2: | Line 2: | ||
<head> | <head> | ||
<meta charset="UTF-8" /> | <meta charset="UTF-8" /> | ||
| + | <link | ||
| + | href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" | ||
| + | rel="stylesheet" | ||
| + | integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" | ||
| + | crossorigin="anonymous" | ||
| + | /> | ||
| + | <link | ||
| + | rel="stylesheet" | ||
| + | href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css" | ||
| + | /> | ||
| + | <link | ||
| + | href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" | ||
| + | rel="stylesheet" | ||
| + | integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" | ||
| + | crossorigin="anonymous" | ||
| + | /> | ||
| + | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> | ||
| + | <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script> | ||
| + | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | <meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
| Line 6,857: | Line 6,876: | ||
a { | a { | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | |||
| + | /* Scrollbar customized */ | ||
| + | |||
| + | ::-webkit-scrollbar { | ||
| + | width: 12px; | ||
| + | } | ||
| + | |||
| + | ::-webkit-scrollbar-track { | ||
| + | box-shadow: inset 0 0 5px #00695c; | ||
| + | background: #ddd; | ||
| + | } | ||
| + | |||
| + | ::-webkit-scrollbar-thumb { | ||
| + | background: linear-gradient(to bottom, #007722, #00aa55); | ||
| + | border-radius: 3px; | ||
| + | box-shadow: 2px 2px 4px grey; | ||
| + | } | ||
| + | |||
| + | ::-webkit-scrollbar-thumb:hover { | ||
| + | background: linear-gradient(to bottom, #7d1b54, #e6369c); | ||
| + | border: 2px solid #75194f; | ||
| + | } | ||
| + | |||
| + | a { | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
| Line 6,926: | Line 6,971: | ||
.glyphicon { | .glyphicon { | ||
margin-right: 1vw; | margin-right: 1vw; | ||
| + | } | ||
| + | |||
| + | .dropdown-menu li { | ||
| + | min-width: 20vw; | ||
| + | } | ||
| + | |||
| + | .dropdown-menu > li > a { | ||
| + | font-size: 16px; | ||
| + | padding: 2vh 2vw; | ||
| + | color: #777; | ||
} | } | ||
| Line 6,935: | Line 6,990: | ||
.navbar-nav { | .navbar-nav { | ||
background: #fff; | background: #fff; | ||
| + | } | ||
| + | |||
| + | .dropdown-menu li { | ||
| + | min-width: 60vw; | ||
| + | } | ||
| + | |||
| + | .dropdown-menu > li > a { | ||
| + | padding: 3vh 8vw; | ||
} | } | ||
} | } | ||
| Line 7,279: | Line 7,342: | ||
data-target="#myNavbar" | data-target="#myNavbar" | ||
> | > | ||
| − | <img src="https://2019.igem.org/wiki/images/1/1b/T--Bioriidl_Somaiya--ham.png" alt="" style="margin-top: 3px;" /> | + | <img |
| + | src="https://2019.igem.org/wiki/images/1/1b/T--Bioriidl_Somaiya--ham.png" | ||
| + | alt="" | ||
| + | style="margin-top: 3px;" | ||
| + | /> | ||
</button> | </button> | ||
| − | <a class="navbar-brand" href=" | + | <a |
| − | <img src="https://2019.igem.org/wiki/images/d/de/T--Bioriidl_Somaiya--igem.png" alt="igem logo" /> | + | class="navbar-brand" |
| + | href="https://2019.igem.org/Team:Bioriidl_Somaiya" | ||
| + | > | ||
| + | <img | ||
| + | src="https://2019.igem.org/wiki/images/d/de/T--Bioriidl_Somaiya--igem.png" | ||
| + | alt="igem logo" | ||
| + | /> | ||
</a> | </a> | ||
</div> | </div> | ||
| Line 7,291: | Line 7,364: | ||
> | > | ||
<ul class="nav navbar-nav"> | <ul class="nav navbar-nav"> | ||
| − | <li><a href="# | + | <li class="dropdown"> |
| − | <li><a href="# | + | <a class="dropdown-toggle" data-toggle="dropdown" href="#" |
| − | <li><a href="# | + | >Team <span class="caret"></span |
| − | <li><a href="# | + | ></a> |
| − | <li><a href="# | + | <ul class="dropdown-menu"> |
| − | <li><a href="# | + | <li |
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Team'; " | ||
| + | > | ||
| + | <a href="#">Team Members</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Collaborations'; " | ||
| + | > | ||
| + | <a href="#">Collaboration</a> | ||
| + | </li> | ||
| + | </ul> | ||
| + | </li> | ||
| + | <li class="dropdown"> | ||
| + | <a class="dropdown-toggle" data-toggle="dropdown" href="#" | ||
| + | >Project <span class="caret"></span | ||
| + | ></a> | ||
| + | <ul class="dropdown-menu"> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Description'; " | ||
| + | > | ||
| + | <a href="#">Description</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Design'; " | ||
| + | > | ||
| + | <a href="#">Design</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Experiments'; " | ||
| + | > | ||
| + | <a href="#">Experiments</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Experiments'; " | ||
| + | > | ||
| + | <a href="#">Notebook</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Team'; " | ||
| + | > | ||
| + | <a href="#">Contributions</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Results'; " | ||
| + | > | ||
| + | <a href="#">Results</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Demonstrate'; " | ||
| + | > | ||
| + | <a href="#">Demonstration</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Improve'; " | ||
| + | > | ||
| + | <a href="#">Improvements</a> | ||
| + | </li> | ||
| + | <!-- <li onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Attributions'; "> | ||
| + | <a href="#">Attributions</a> | ||
| + | </li> --> | ||
| + | </ul> | ||
| + | </li> | ||
| + | <li class="dropdown"> | ||
| + | <a class="dropdown-toggle" data-toggle="dropdown" href="#" | ||
| + | >Parts <span class="caret"></span | ||
| + | ></a> | ||
| + | <ul class="dropdown-menu"> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Parts'; " | ||
| + | > | ||
| + | <a href="#">Parts Overview</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Parts'; " | ||
| + | > | ||
| + | <a href="#">Basic Parts</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Parts'; " | ||
| + | > | ||
| + | <a href="#">Composite Parts</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Parts'; " | ||
| + | > | ||
| + | <a href="#">Parts Collection</a> | ||
| + | </li> | ||
| + | </ul> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Safety'; " | ||
| + | > | ||
| + | <a href="#">Safety</a> | ||
| + | </li> | ||
| + | <li class="dropdown"> | ||
| + | <a class="dropdown-toggle" data-toggle="dropdown" href="#" | ||
| + | >Human Practices <span class="caret"></span | ||
| + | ></a> | ||
| + | <ul class="dropdown-menu"> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Human_Practices'; " | ||
| + | > | ||
| + | <a href="#">Human Practices</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Public_Engagement'; " | ||
| + | > | ||
| + | <a href="#">Education and Engagement</a> | ||
| + | </li> | ||
| + | </ul> | ||
| + | </li> | ||
| + | <li class="dropdown"> | ||
| + | <a class="dropdown-toggle" data-toggle="dropdown" href="#" | ||
| + | >Awards <span class="caret"></span | ||
| + | ></a> | ||
| + | <ul class="dropdown-menu"> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Entrepreneurship'; " | ||
| + | > | ||
| + | <a href="#">Entrepreneurship</a> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Hardware'; " | ||
| + | > | ||
| + | <a href="#">Hardware</a> | ||
| + | </li> | ||
| + | <!-- <li onclick="window.location= ''; "> | ||
| + | <a href="#">Measurement</a> | ||
| + | </li> | ||
| + | <li onclick="window.location= ''; "><a href="#">Model</a></li> | ||
| + | <li onclick="window.location= ''; "><a href="#">Plant</a></li> --> | ||
| + | <li | ||
| + | onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Software'; " | ||
| + | > | ||
| + | <a href="#">Software</a> | ||
| + | </li> | ||
| + | </ul> | ||
| + | </li> | ||
| + | <li | ||
| + | onclick="window.location= 'https://igem.org/2019_Judging_Form?team=Bioriidl_Somaiya'; " | ||
| + | > | ||
| + | <a href="#">Judging Form</a> | ||
| + | </li> | ||
</ul> | </ul> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</div> | </div> | ||
</div> | </div> | ||
Latest revision as of 21:51, 21 October 2019
Entrepreneurship
After conducting various interviews and surveys, we realised that steriport is needed in almost every lifescience lab. The system is already a low cost and the future version of the prototype will not cost more than USD 1000. We see great opportunity for this system as a product going into the market and sitting at every lab in the world. :) Below is the market research data of sterilizers: Market size and forecast The global autoclave market is anticipated to reach USD 2.3 billion by the end of 2023; the market is expected to witness a promising compound annual growth rate of 7.1% over the forecast period.
Asia Pacific & North America
- Asia Pacific region dominates the global autoclave market in terms of revenue share, Asia Pacific autoclave market is anticipated to reach USD 810 million by the end of 2023. This can be attributed towards the rapid migration of R&D companies in the region. International companies from Europe and North America are shifting their R&D laboratories in Asia Pacific region.
- North America region is anticipated to reach USD 629 million by the end of 2023; the region market is majorly propelled by strong demand of autoclaves in healthcare sector.
Europe and South Africa
Europe autoclave market is estimated to show a moderate growth over the forecast period owing to the economic breakdown in European countries. South Africa region is home for over 78% of the accredited laboratories within Africa, 15% of the laboratories are controlled by the public sector. Autoclaves find their application in various industrial processes from medicine and mushroom to rocket science. Autoclave are used for cleaning of medical equipment that are reused for other patients, autoclave high pressure and temperature is ideal for killing germs on medical equipment's. With the same nature of application, autoclaves are also used for cleaning of needles and instruments which are used by tattoo and piercing studios.