Difference between revisions of "Team:Bioriidl Somaiya"

Line 1: Line 1:
{{Bioriidl_Somaiya}}
+
<!DOCTYPE html>
<html>
+
<html lang="en">
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
 +
    <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>
 +
    <title>iGEM | Bioriidl</title>
 +
    <style>
 +
        body, html {
 +
            margin: 0;
 +
            padding: 0;
 +
            scroll-behavior: smooth;
 +
        }
  
 +
        /* Scrollbar customized */
  
 +
        ::-webkit-scrollbar {
 +
            width: 12px;
 +
        }
  
<div class="column full_size" >
+
        ::-webkit-scrollbar-track {
<h1> Welcome to iGEM 2019! </h1>
+
            box-shadow: inset 0 0 5px #00695c;
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
            background: #ddd;
 +
        }
  
 +
        ::-webkit-scrollbar-thumb {
 +
            background: linear-gradient(to bottom, #007722, #00aa55);
 +
            border-radius: 3px;
 +
            box-shadow: 2px 2px 4px grey;
 +
        }
  
<img src="https://placehold.it/1080x320">
+
        ::-webkit-scrollbar-thumb:hover {
+
            background: linear-gradient(to bottom, #7d1b54, #e6369c);
 +
            border: 2px solid #75194f;
 +
        }
  
</div>
+
        /* Navbar */
  
 +
        nav img {
 +
            height: 48px;
 +
            width: auto;
 +
            border-radius: 3px;
 +
        }
  
<div class="column full_size" >
+
        .navbar {
 +
            border-radius: 0;
 +
            margin: 0;
 +
            position: sticky;
 +
        }
  
<h3>Before you start</h3>
+
        .navbar-brand {
<p> Please read the following pages:</p>
+
            padding: 10px 20px 50px 20px;
<ul>
+
        }
<li> <a href="https://2019.igem.org/Competition">Competition Hub</a> </li>
+
<li> <a href="https://2019.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
<li> <a href="https://2019.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
</ul>
+
</div>
+
  
 +
        .navbar-nav > li > a {
 +
            padding: 25px;
 +
            text-decoration: none;
 +
            color: #00b129;
 +
            border-radius: 3px;
 +
            font-size: 16px;
 +
            transition: 0.2s;
 +
        }
  
<div class="clear extra_space"></div>
+
        .navbar-nav > li > a:hover {
<div class="line_divider"></div>
+
            background: #00a126;
<div class="clear extra_space"></div>
+
            color: #fff;
 +
        }
  
 +
        .navbar-toggle img {
 +
            height: 25px;
 +
        }
  
 +
        .navbar-right {
 +
            margin-right: 2vw;
 +
        }
  
<div class="column full_size" >
+
        .glyphicon {
<h3> Styling your wiki </h3>
+
            margin-right: 1vw;
<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>
+
        }
<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>
+
  
</div>
+
        .nav-transparent {
 +
            transition: 0.3s;
 +
        }
  
 +
        .nav-colored {
 +
            background-color:#fff;
 +
            border-bottom: 1px solid #444;
 +
            transition: 0.3s;
 +
        }
  
 +
        @media (max-width: 765px) {
 +
            .navbar {
 +
                background: #fff;
 +
            }
  
 +
            .navbar-nav {
 +
                background: #fff;
 +
            }
 +
        }
  
<div class="clear extra_space"></div>
+
        /* Landing Page */
  
 +
        .landing {
 +
            height: 100vh;
 +
            background: url("./img/bg.jpg");
 +
            background-attachment: fixed;
 +
            background-position: center;
 +
            background-size: cover;
 +
        }
  
 +
        .overlay {
 +
            height: 100vh;
 +
            background: rgba(0, 0, 0, 0.85);
 +
            display: flex;
 +
            flex-direction: column;
 +
        }
  
<div class="column third_size" >
+
        .heroText {
 +
            margin: auto;
 +
            display: flex;
 +
            flex-direction: column;
 +
        }
  
<h3> Uploading pictures and files </h3>
+
        .heroText h1 {
<p> You must upload any pictures and files to the iGEM 2019 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: 0;
 +
            margin-top: 6vh;
 +
            font-family: Georgia, serif;
 +
            color: #fff;
 +
            font-weight: 500;
 +
            text-align: center;
 +
            font-size: 60px;
 +
            text-transform: uppercase;
 +
            letter-spacing: 3px;
 +
        }
  
 +
        .heroText p {
 +
            margin: 4vh 0;
 +
            text-align: center;
 +
            font-family: sans-serif;
 +
            font-size: 20px;
 +
            margin-bottom: 10vh;
 +
            color: #fff;
 +
        }
  
<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>
+
        .heroText a {
 +
            margin: auto;
 +
        }
  
<div class="button_link">
+
        .heroText button {
<a href="https://2019.igem.org/Special:Upload">
+
            margin: auto;
UPLOAD FILES
+
            border: 3px solid #fff;
</a>
+
            border-radius: 50%;
</div>
+
            background: none;
 +
            color: white;
 +
            height: 60px;
 +
            width: 60px;
 +
            padding-top: 5px;
 +
            cursor: pointer;
 +
            font-size: 25px;
 +
            transition: 0.5s;
 +
        }
  
</div>
+
        .heroText button:hover {
 +
            background: #fff;
 +
            color: #666;
 +
            font-size: 26px;
 +
            padding-top: 10px;
 +
        }
  
<div class="column third_size" >
+
        @media (max-width: 760px) {
<h3> Wiki template information </h3>
+
            .heroText h1 {
<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://2019.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>
+
                font-size: 48px;
 +
            }
  
</div>
+
            .heroText p {
 +
                font-size: 16px;
 +
            }
 +
        }
  
 +
        /* Description */
  
 +
        .desc {
 +
            min-height: 100vh;
 +
            display: flex;
 +
            flex-direction: column;
 +
            padding-top: 12vh;
 +
            margin-bottom: 10vh;
 +
        }
  
<div class="column third_size" >
+
        .textSection {
<div class="highlight decoration_B_full">
+
            display: flex;
<h3> Editing your wiki </h3>
+
            width: 64%;
<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>
+
            margin: 10vh auto;
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
        }
  
<div class="button_link">
+
        .leftText {
<a href="https://2019.igem.org/wiki/index.php?title=Team:Bioriidl_Somaiya&action=edit">
+
            flex: 2;
EDIT PAGE
+
            display: flex;
</a>
+
        }
</div>
+
  
 +
        .leftText p {
 +
            width: 80%;
 +
            margin: auto;
 +
            margin-top: 5vh;
 +
            font-size: 15px;
 +
            text-align: justify;
 +
            color: #777;
 +
            font-family: sans-serif;
 +
        }
  
</div>
+
        .rightImg {
</div>
+
            flex: 1;
 +
            display: flex;
 +
        }
  
 +
        .rightImg img {
 +
            height: 150px;
 +
            width: auto;
 +
            margin: auto;
 +
        }
  
 +
        #reverseText {
 +
            order: 2;
 +
        }
  
 +
        #reverseImg {
 +
            order: 1;
 +
        }
  
 +
        .productDesc {
 +
            display: flex;
 +
            flex-direction: column;
 +
            margin: auto;
 +
            background: linear-gradient(to bottom, #000, #003811);
 +
            min-height: 80vh;
 +
            padding: 15vh 0;
 +
        }
  
<div class="clear extra_space"></div>
+
        .productDesc p {
<div class="line_divider"></div>
+
            font-size: 16px;
<div class="clear extra_space"></div>
+
            line-height: 1.8;
 +
            width: 64%;
 +
            text-align: center;
 +
            margin: auto;
 +
            color: #fff;
 +
            font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 +
        }
  
 +
        @media (max-width: 760px) {
 +
            .textSection {
 +
                flex-direction: column;
 +
                margin: 5vh auto;
 +
            }
  
 +
            .leftText p {
 +
                margin-top: 0;
 +
            }
  
<div class="column two_thirds_size" >
+
            .rightImg img {
<h3>Tips</h3>
+
                margin-top: 10vh;
<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://2019.igem.org/Calendar">iGEM 2019 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
</div>
+
  
 +
            #reverseText {
 +
                order: 1;
 +
            }
  
<div class="column third_size">
+
            #reverseImg {
<div class="highlight decoration_A_full">
+
                order: 2;
<h3>Inspiration</h3>
+
            }
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
           
<ul>
+
            .productDesc p {
<li> <a href="http://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
                width: 78%;
<li> <a href="http://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
                text-align: justify;
<li> <a href="http://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
                font-size: 16px;
<li> <a href="http://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
            }
<li> <a href="http://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
        }
<li> <a href="http://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
</div>
+
</div>
+
  
 +
        /* Cards */
  
<div class="column full_size" >
+
        .cardsDiv {
<h1> Welcome to iGEM 2019! </h1>
+
            min-height: 100vh;
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
            display: flex;
 +
            flex-direction: column;
 +
            margin: 15vh 0;
 +
        }
  
 +
        .cardRow {
 +
            display: flex;
 +
            margin: 0 auto;
 +
        }
  
<img src="https://placehold.it/1080x320">
+
        .card {
+
            margin: 5vh 3vw;
 +
            width: 15vw;
 +
            height: 40vh;
 +
            border-radius: 8px;
 +
            box-shadow: 3px 4px 6px #888;
 +
        }
  
</div>
+
        .cardOverlay {
 +
            background: rgba(0, 0, 0, 0.7);
 +
            height: 100%;
 +
            border-radius: 8px;
 +
            display: flex;
 +
            backface-visibility: hidden;
 +
        }
  
 +
        .cardOverlay h2 {
 +
            margin: auto;
 +
            text-align: center;
 +
            color: #fff;
 +
            font-family: sans-serif;
 +
            font-size: 28px;
 +
            line-height: 1.5;
 +
            width: 80%;
 +
        }
  
<div class="column full_size" >
+
        @media (max-width: 760px) {
 +
            .cardRow {
 +
                flex-direction: column;
 +
            }
  
<h3>Before you start</h3>
+
            .card {
<p> Please read the following pages:</p>
+
                width: 72vw;
<ul>
+
            }
<li> <a href="https://2019.igem.org/Competition">Competition Hub</a> </li>
+
        }
<li> <a href="https://2019.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
<li> <a href="https://2019.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
</ul>
+
</div>
+
  
 +
        /* Footer */
  
<div class="clear extra_space"></div>
+
        .footer {
<div class="line_divider"></div>
+
            height: 10vh;
<div class="clear extra_space"></div>
+
            background-color: #ddd;
 +
            color: #444;
 +
            text-align: center;
 +
            display: flex;
 +
        }
  
 +
        .footer p {
 +
            font-size: 12px;
 +
            margin: auto;
 +
        }
 +
    </style>
 +
</head>
 +
<body>
 +
    <nav class="navbar navbar-fixed-top" style="position: fixed;" id="myNav">
 +
        <div class="container-fluid">
 +
            <div class="navbar-header">
 +
                <button
 +
                    type="button"
 +
                    class="navbar-toggle"
 +
                    data-toggle="collapse"
 +
                    data-target="#myNavbar"
 +
                >
 +
                    <img src="./img/ham.png" alt="" style="margin-top: 3px;" />
 +
                </button>
 +
                <a class="navbar-brand" href="#homeSection">
 +
                    <img src="./img/igem.png" alt="igem logo" />
 +
                </a>
 +
            </div>
 +
            <div class="collapse navbar-collapse" id="myNavbar">
 +
                <ul class="nav navbar-nav">
 +
                    <li><a href="https://2019.igem.org/Team:Bioriidl_Somaiya/Team">About</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:Bioriidl_Somaiya/Description">Project</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:Bioriidl_Somaiya/Parts">Parts</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:Bioriidl_Somaiya/Results">Result</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:Bioriidl_Somaiya/Human_Practices">People</a></li>
 +
                    <li><a href="#medal">Medal Criteria</a></li>
 +
                </ul>
 +
                <!-- <ul class="nav navbar-nav navbar-right">
 +
                    <li>
 +
                    <a href="./login/login.html"
 +
                        ><span class="glyphicon glyphicon-log-in"></span> Login</a
 +
                    >
 +
                    </li>
 +
                </ul> -->
 +
            </div>
 +
        </div>
 +
    </nav>
  
 +
    <div class="landing" id="land">
 +
        <div class="overlay">
 +
            <div class="heroText">
 +
                <h1>Steriport</h1>
 +
                <p>Making Sterilization + Dispensing Fast and Portable</p>
 +
                <a href="javascript:void(5);" onclick="scrollDown()">
 +
                    <button><i class="fa fa-angle-double-down" aria-hidden="true"></i></button>
 +
                </a>
 +
            </div>
 +
        </div>
 +
    </div>
  
<div class="column full_size" >
+
    <div class="desc" id="desc">
<h3> Styling your wiki </h3>
+
        <div class="textSection">
<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>
+
            <div class="leftText">
<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>  
+
                <p>Currently, in the world people wait for around 210 hours per year, waiting for their media to get sterilized. Requiring to wait for approx 2 hours per batch of media (From preparing to wrap the requirements to unloading material).</p>
 +
            </div>
  
</div>
+
            <div class="rightImg">
 +
                <img src="./img/clock.png" alt="">
 +
            </div>
 +
        </div>
  
 +
        <div class="textSection">
 +
            <div class="leftText" id="reverseText">
 +
                <p>According to UNESCO, the scientific research field harbors around 7.8 million life-science researchers in the world as per 2013. 90% of these have to go home after setting up the autoclave and carry out their experiment the next day. 78% of these very life-science researchers lose motivation to carry out their projects due to the taxing waiting intervals.</p>
 +
            </div>
  
 +
            <div class="rightImg" id="reverseImg">
 +
                <img src="./img/sci.png" alt="">
 +
            </div>
 +
        </div>
  
 +
        <div class="textSection">
 +
            <div class="leftText">
 +
                <p>No alternative techniques have been implemented else than steam sterilization for media. As people started to live with the traditional technique.</p>
 +
            </div>
  
<div class="clear extra_space"></div>
+
            <div class="rightImg">
 +
                <img src="./img/idea.png" alt="">
 +
            </div>
 +
        </div>
 +
    </div>
  
 +
    <div class="productDesc">
 +
        <p>
 +
            But as a research team, it’s always important to improvise every basic need of a dedicated researcher. Let it be the primary step of media preparation only.
 +
            So as a part of the iGEM project, we have taken up this topic to develop a portable sterilization system, the ‘STERIPORT’.
 +
        </p>
 +
        <p>
 +
            So our solution to this is Steriport a better way to sterilization system that can sterilize media within 10 mins and can be effortlessly carried by the operator. This system involves a hassle-free working process, involving sterilization of media and then after automated dispensing mechanism. This implies the use of components like heat, U.V., and alcohol, with also implementing BioBrick parts to sterilize the desired media.
 +
        </p>
 +
    </div>
  
 +
    <div class="cardsDiv">
 +
        <div class="cardRow">
 +
            <div class="card" style="background: url('./img/bg1.jpg'); background-position: center; background-size: cover;">
 +
                <div class="cardOverlay">
 +
                    <h2>Wetlab</h2>
 +
                </div>
 +
            </div>
  
<div class="column third_size" >
+
            <div class="card" style="background: url('./img/design.jpg'); background-position: center; background-size: cover;">
 +
                <div class="cardOverlay">
 +
                    <h2>Design</h2>
 +
                </div>
 +
            </div>
  
<h3> Uploading pictures and files </h3>
+
            <div class="card" style="background: url('./img/hard.jpg'); background-position: center; background-size: cover;">
<p> You must upload any pictures and files to the iGEM 2019 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>
+
                <div class="cardOverlay">
 +
                    <h2>Hardware</h2>
 +
                </div>
 +
            </div>
  
 +
            <div class="card" style="background: url('./img/res.jpg');  background-position: center; background-size: cover;">
 +
                <div class="cardOverlay">
 +
                    <h2>Results</h2>
 +
                </div>
 +
            </div>
 +
        </div>
  
<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="cardRow">
 +
            <div class="card" style="background: url('./img/part.jpg'); background-position: center; background-size: cover;">
 +
                <div class="cardOverlay">
 +
                    <h2>Parts</h2>
 +
                </div>
 +
            </div>
  
<div class="button_link">
+
            <div class="card" style="background: url('./img/model.jpg'); background-position: center; background-size: cover;">
<a href="https://2019.igem.org/Special:Upload">
+
                <div class="cardOverlay">
UPLOAD FILES
+
                    <h2>Models</h2>
</a>
+
                </div>
</div>
+
            </div>
  
</div>
+
            <div class="card" style="background: url('./img/ppl.jpg'); background-position: center; background-size: cover;">
 
+
                <div class="cardOverlay">
<div class="column third_size" >
+
                    <h2>People</h2>
<h3> Wiki template information </h3>
+
                </div>
<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://2019.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>
 
+
</div>
+
 
+
 
+
 
+
<div class="column third_size" >
+
<div class="highlight decoration_B_full">
+
<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>
+
 
+
<div class="button_link">
+
<a href="https://2019.igem.org/wiki/index.php?title=Team:Bioriidl_Somaiya&action=edit">
+
EDIT PAGE
+
</a>
+
</div>
+
 
+
 
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
 
+
<div class="clear extra_space"></div>
+
<div class="line_divider"></div>
+
<div class="clear extra_space"></div>
+
 
+
 
+
 
+
<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://2019.igem.org/Calendar">iGEM 2019 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
</div>
+
 
+
 
+
<div class="column third_size">
+
<div class="highlight decoration_A_full">
+
<h3>Inspiration</h3>
+
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<ul>
+
<li> <a href="http://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<li> <a href="http://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="http://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="http://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="http://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="http://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
</div>
+
</div>
+
  
 +
            <div class="card" style="background: url('./img/medal.jpg'); background-position: center; background-size: cover;">
 +
                <div class="cardOverlay">
 +
                    <h2>Medal Criteria</h2>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </div>
  
 +
    <div class="footer">
 +
        <p>Bioriidl &copy; Copyright 2019. All rights reserved.</p>
 +
    </div>
  
 +
    <script>
 +
        var myNav = document.getElementById('myNav');
 +
        window.onscroll = function () {
 +
            var toggleHeight = document.getElementById('desc').offsetTop - myNav.offsetHeight;
 +
            if (window.scrollY >= toggleHeight ) {
 +
                myNav.classList.add("nav-colored");
 +
                myNav.classList.remove("nav-transparent");
 +
            }
 +
            else {
 +
                myNav.classList.add("nav-transparent");
 +
                myNav.classList.remove("nav-colored");
 +
            }
 +
        };
  
 +
        var off = document.getElementById('desc').offsetTop;
 +
        function scrollDown() {
 +
            window.scroll(0,off);
 +
        }
 +
    </script>
 +
</body>
 
</html>
 
</html>

Revision as of 13:32, 20 October 2019

<!DOCTYPE html> iGEM | Bioriidl

Steriport

Making Sterilization + Dispensing Fast and Portable

Currently, in the world people wait for around 210 hours per year, waiting for their media to get sterilized. Requiring to wait for approx 2 hours per batch of media (From preparing to wrap the requirements to unloading material).

According to UNESCO, the scientific research field harbors around 7.8 million life-science researchers in the world as per 2013. 90% of these have to go home after setting up the autoclave and carry out their experiment the next day. 78% of these very life-science researchers lose motivation to carry out their projects due to the taxing waiting intervals.

No alternative techniques have been implemented else than steam sterilization for media. As people started to live with the traditional technique.

But as a research team, it’s always important to improvise every basic need of a dedicated researcher. Let it be the primary step of media preparation only. So as a part of the iGEM project, we have taken up this topic to develop a portable sterilization system, the ‘STERIPORT’.

So our solution to this is Steriport a better way to sterilization system that can sterilize media within 10 mins and can be effortlessly carried by the operator. This system involves a hassle-free working process, involving sterilization of media and then after automated dispensing mechanism. This implies the use of components like heat, U.V., and alcohol, with also implementing BioBrick parts to sterilize the desired media.

Wetlab

Design

Hardware

Results

Parts

Models

People

Medal Criteria