Difference between revisions of "Team:Bioriidl Somaiya/Team"

(Prototype team page)
 
Line 1: Line 1:
{{Bioriidl_Somaiya}}
+
<html lang="en">
<html>
+
<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>About</title>
 +
    <style>
 +
        body, html {
 +
            margin: 0;
 +
            padding: 0;
 +
            scroll-behavior: smooth;
 +
        }
  
<div class="column two_thirds_size" >
+
        body {
 +
            background: linear-gradient(#111116, #0b0c24);
 +
        }
  
<h1>Team</h1>
+
        /* Scrollbar customized */
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
  
 +
        ::-webkit-scrollbar {
 +
            width: 12px;
 +
        }
  
<h3>What should this page contain?</h3>
+
        ::-webkit-scrollbar-track {
<ul>
+
            box-shadow: inset 0 0 5px #00695c;
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
            background: #ddd;
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
+
        }
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
+
</ul>
+
</div>
+
  
 +
        ::-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;
 +
        }
  
<div class="column third_size" >
+
        /* Navbar */
<div class="highlight decoration_A_full">
+
 
<h3>Inspiration</h3>
+
        nav img {
<p>You can look at what other teams did to get some inspiration! <br />
+
            height: 48px;
Here are a few examples:</p>
+
            width: auto;
<ul>
+
            border-radius: 3px;
<li><a href="http://2014.igem.org/Team:METU_Turkey_team">2014 METU Turkey </a></li>
+
        }
<li><a href="http://2014.igem.org/Team:Colombia/Members">2014 Colombia</a></li>
+
 
<li><a href="http://2014.igem.org/Team:Stony_Brook/Team">2014 Stony Brook</a></li>
+
        .navbar {
<li><a href="http://2014.igem.org/Team:OUC-China/Team">2014 OUC-China</a></li>
+
            border-radius: 0;
</ul>
+
            margin: 0;
</div>
+
            position: sticky;
</div>
+
            background-color: #fff;
 +
            border-bottom: 1px solid #444;
 +
        }
 +
 
 +
        .navbar-brand {
 +
            padding: 10px 20px 50px 20px;
 +
        }
 +
 
 +
        .navbar-nav {
 +
            background: #fff;
 +
        }
 +
 
 +
        .navbar-nav > li > a {
 +
            padding: 25px;
 +
            text-decoration: none;
 +
            color: #008d21;
 +
            border-radius: 3px;
 +
            font-size: 16px;
 +
            transition: 0.3s;
 +
        }
 +
 
 +
        .navbar-nav > li > a:hover {
 +
            background: #00a126;
 +
            color: #fff;
 +
        }
 +
 
 +
        .navbar-toggle img {
 +
            height: 25px;
 +
        }
 +
 
 +
        .navbar-right {
 +
            margin-right: 2vw;
 +
        }
 +
 
 +
        .glyphicon {
 +
            margin-right: 1vw;
 +
        }
 +
 
 +
        @media (max-width: 765px) {
 +
            .navbar {
 +
                background: #fff;
 +
            }
 +
        }
 +
 
 +
        /* Cards */
 +
 
 +
        .cardsDiv {
 +
            min-height: 100vh;
 +
            display: flex;
 +
            flex-direction: column;
 +
            margin: 18vh 0 10vh 0;
 +
        }
 +
 
 +
        .cardsDiv h2 {
 +
            text-align: center;
 +
            color: #fff;
 +
            font-size: 48px;
 +
            font-family: Georgia, 'Times New Roman', Times, serif;
 +
            margin-bottom: 3vh;
 +
        }
 +
 
 +
        .cardsDiv h1 {
 +
            text-align: center;
 +
            color: #ccc;
 +
            font-size: 28px;
 +
            font-family: Verdana, Geneva, Tahoma, sans-serif;
 +
            margin-bottom: 3vh;
 +
        }
 +
 
 +
        .cardRow {
 +
            display: flex;
 +
            margin: 0 auto;
 +
        }
 +
 
 +
        .card, .card2 {
 +
            margin: 5vh 3vw;
 +
            width: 22vw;
 +
            border-radius: 8px;
 +
            box-shadow: 4px 5px 6px #000;
 +
            background: #eee;
 +
            display: flex;
 +
            flex-direction: column;
 +
        }
 +
 
 +
        .card h2 {
 +
            text-align: center;
 +
            color: #fff;
 +
            font-family: sans-serif;
 +
            font-size: 20px;
 +
            line-height: 1.5;
 +
            margin: 7vh 0 1vh 0;
 +
        }
 +
 
 +
        .card h3 {
 +
            text-align: center;
 +
            color: #222;
 +
            margin: 0;
 +
            font-size: 15px;
 +
            margin-bottom: 4vh;
 +
            font-weight: 100;
 +
        }
 +
 
 +
        .profilePic {
 +
            height: 20vh;
 +
            width: 20vh;
 +
            border-radius: 50%;
 +
            background: #fff;
 +
            border: 3px solid #fff;
 +
            box-shadow: 2px 3px 4px #444;
 +
            margin: 0 auto;
 +
            background: url('../img/idea.png');
 +
            background-position: center;
 +
            background-size: cover;
 +
        }
 +
 
 +
        .card ul {
 +
            margin: 2vh auto;
 +
            width: 80%;
 +
            color: #dadada;
 +
            line-height: 1.2;
 +
            height: 15vh;
 +
        }
 +
 
 +
        .card li {
 +
            font-size: 13px;
 +
            margin: 2vh 0;
 +
        }
 +
 
 +
        .card button {
 +
            margin: 0 auto;
 +
            background: none;
 +
            border: 2px solid #fff;
 +
            border-radius: 5px;
 +
            height: 40px;
 +
            width: 120px;
 +
            color: #fff;
 +
            font-size: 13px;
 +
            margin-bottom: 8vh;
 +
            transition: 0.2s;
 +
        }
 +
 
 +
        .card button:hover {
 +
            background: #fff;
 +
            color: #000;
 +
        }
 +
 
 +
        .card2 {
 +
            max-height: 50vh;
 +
        }
 +
 
 +
        .card2 h2 {
 +
            text-align: center;
 +
            color: #000;
 +
            font-family: sans-serif;
 +
            font-size: 22px;
 +
            line-height: 1.5;
 +
            margin: 7vh 0 3vh 0;
 +
        }
 +
 
 +
        .card2 h3 {
 +
            text-align: center;
 +
            color: #222;
 +
            margin: 5vh 0 8vh 0;
 +
            font-size: 15px;
 +
            font-weight: 100;
 +
        }
 +
 
 +
        @media (max-width: 760px) {
 +
            .cardRow {
 +
                flex-direction: column;
 +
            }
 +
 
 +
            .card, .card2 {
 +
                width: 72vw;
 +
            }
 +
        }
 +
 
 +
        /* Modal */
 +
 
 +
        .modal {
 +
            display: none;
 +
            position: fixed;
 +
            z-index: 1;
 +
            padding-top: 100px;
 +
            width: 100%;
 +
            height: 100%;
 +
            overflow: auto;
 +
            background-color: rgba(0,0,0,0.4);
 +
        }
 +
 
 +
        .modal-content {
 +
            position: relative;
 +
            background-color: #fefefe;
 +
            margin: auto;
 +
            padding: 0;
 +
            border: 1px solid #888;
 +
            padding-bottom: 3vh;
 +
            width: 60%;
 +
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.2);
 +
            animation-name: animatetop;
 +
            animation-duration: 0.4s;
 +
            display: flex;
 +
            flex-direction: column;
 +
        }
 +
 
 +
        .modal-content h2 {
 +
            margin: 0;
 +
            text-align: center;
 +
            color: #444;
 +
            font-size: 36px;
 +
        }
 +
 
 +
        .modal-content p {
 +
            color: #888;
 +
            width: 80%;
 +
            margin: 4vh auto;
 +
        }
 +
 
 +
        @keyframes animatetop {
 +
            from {top: -300px; opacity: 0}
 +
            to {top: 0; opacity: 1}
 +
        }
 +
 
 +
        .close {
 +
            color: #cc0000;
 +
            transition: 0.2s;
 +
            font-size: 30px;
 +
            width: 20px;
 +
            height: auto;
 +
            margin-left: 96%;
 +
            margin-top: 12px;
 +
        }
 +
 
 +
        .close:hover,
 +
        .close:focus {
 +
            text-decoration: none;
 +
            cursor: pointer;
 +
            color: #cc0000;
 +
        }
 +
 
 +
        @media (max-width: 760px) {
 +
            .modal-content {
 +
                width: 80%;
 +
            }
 +
 
 +
            .modal-content h2 {
 +
                font-size: 28px;
 +
            }
 +
 
 +
            .close {
 +
                margin-left: 94%;
 +
            }
 +
        }
 +
 
 +
        @media (max-width: 600px) {
 +
            .close {
 +
                margin-left: 90%;
 +
            }
 +
        }
 +
 
 +
        /* Sponsors */
 +
 
 +
        .sponsors {
 +
            margin: auto;
 +
            margin-top: 2vh;
 +
            width: 72%;
 +
            color: #eee;
 +
        }
 +
 
 +
        .sponsors li {
 +
            font-size: 16px;
 +
            margin: 3vh 0;
 +
            text-align: justify;
 +
        }
 +
 
 +
        @media (max-width: 760px) {
 +
            .sponsors {
 +
                width: 82%;
 +
            }
 +
        }
 +
 
 +
        /* Footer */
 +
 
 +
        .footer {
 +
            height: 10vh;
 +
            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;">
 +
        <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="cardsDiv">
 +
        <h2>Team Rosters</h2>
 +
        <h1>Student Members</h1>     
 +
        <div class="cardRow">
 +
            <div class="card" style="background: #06b19d;">
 +
                <h2>Chintan Gala</h2>
 +
                <h3>Botany and Zoology</h3>
 +
                <div class="profilePic"></div>
 +
                <ul>
 +
                    <li>Hobbies: Anime, trekking, hiking</li>
 +
                    <li>Skills: Fieldwork</li>
 +
                </ul>
 +
                <button class="myBtn" onclick="openModal(0)">
 +
                    View More <i class="fa fa-angle-double-right" aria-hidden="true"></i>
 +
                </button>
 +
            </div>
 +
 
 +
            <div class="card" style="background: #ff6a00;">
 +
                <h2>Apekshakumari Patel</h2>
 +
                <h3>Biochemistry and Microbiology</h3>
 +
                <div class="profilePic"></div>
 +
                <ul>
 +
                    <li>Hobbies: Writing, Dancing, Singing, and Travelling</li>
 +
                    <li>Skills: Photoshop, Origami, Speaking.</li>
 +
                </ul>
 +
                <button class="myBtn" onclick="openModal(1)">
 +
                    View More <i class="fa fa-angle-double-right" aria-hidden="true"></i>
 +
                </button>
 +
            </div>
 +
 
 +
            <div class="card" style="background: #f11080;">
 +
                <h2>Dhanish Shah</h2>
 +
                <h3>Information Technology</h3>
 +
                <div class="profilePic"></div>
 +
                <ul>
 +
                    <li>Hobbies: Public Speaking, Trekking</li>
 +
                    <li>Skills: Documentation, Design</li>
 +
                </ul>
 +
                <button class="myBtn" onclick="openModal(2)">
 +
                    View More <i class="fa fa-angle-double-right" aria-hidden="true"></i>
 +
                </button>
 +
            </div>
 +
        </div>
 +
 
 +
        <div class="cardRow">
 +
            <div class="card" style="background: #ff3255;">
 +
                <h2>Shreya M. Nair</h2>
 +
                <h3>Science Microbiology</h3>
 +
                <div class="profilePic"></div>
 +
                <ul>
 +
                    <li>Hobbies: Reading Comics</li>
 +
                    <li>Skills: Biosafety, Use of FTIR, AFM, UVS, BET</li>
 +
                </ul>
 +
                <button class="myBtn" onclick="openModal(3)">
 +
                    View More <i class="fa fa-angle-double-right" aria-hidden="true"></i>
 +
                </button>
 +
            </div>
 +
 
 +
            <div class="card" style="background: #1097f1;">
 +
                <h2>Mihir Butala</h2>
 +
                <h3>Computer Science</h3>
 +
                <div class="profilePic"></div>
 +
                <ul>
 +
                    <li>Hobbies: Trekking</li>
 +
                    <li>Skills: Contacting suppliers</li>
 +
                </ul>
 +
                <button class="myBtn" onclick="openModal(4)">
 +
                    View More <i class="fa fa-angle-double-right" aria-hidden="true"></i>
 +
                </button>
 +
            </div>
 +
 
 +
            <div class="card" style="background: #00a048;">
 +
                <h2>Sourabh Walvekar</h2>
 +
                <h3>Electronics</h3>
 +
                <div class="profilePic"></div>
 +
                <ul>
 +
                    <li>Hobbies: DIY Electronics</li>
 +
                    <li>Skills: Electronics Prototyping</li>
 +
                </ul>
 +
                <button class="myBtn" onclick="openModal(5)">
 +
                    View More <i class="fa fa-angle-double-right" aria-hidden="true"></i>
 +
                </button>
 +
            </div>
 +
        </div>
 +
 
 +
        <div class="cardRow">
 +
            <div class="card" style="background: #ffae00;">
 +
                <h2>Ashtad Kohinoor</h2>
 +
                <h3>EXTC</h3>
 +
                <div class="profilePic"></div>
 +
                <ul>
 +
                    <li>Hobbies: Reading Comics</li>
 +
                    <li>Skills: Biosafety, Use of FTIR, AFM, UVS, BET</li>
 +
                </ul><button class="myBtn" onclick="openModal(6)">
 +
                    View More <i class="fa fa-angle-double-right" aria-hidden="true"></i>
 +
                </button>
 +
            </div>
 +
        </div>
 +
 
 +
        <h1 style="margin-top: 8vh;">Instructing Members</h1>
 +
 
 +
        <div class="cardRow">
 +
            <div class="card2">
 +
                <h2>Bhavna Pandya</h2>
 +
                <div class="profilePic"></div>
 +
                <h3>Primary PI</h3>
 +
            </div>
 +
 
 +
            <div class="card2">
 +
                <h2>Prerak Gala</h2>
 +
                <div class="profilePic"></div>
 +
                <h3>Secondary PI</h3>
 +
            </div>
 +
 
 +
            <div class="card2">
 +
                <h2>Nazia Afreen</h2>
 +
                <div class="profilePic"></div>
 +
                <h3>Instructor</h3>
 +
            </div>
 +
        </div>
 +
 
 +
        <h1 style="margin-top: 8vh;">Sponsors</h1>
 +
        <div class="sponsors">
 +
            <ul>
 +
                <li>Shri. Samir Somaiya, President of Somaiya Trust. Thanks to his financial support of we could register the Bioriidl Somaiya Team in the iGEM competition. This whole iGEM journey was initiated due to the money he raised for the Team Registration.</li>
 +
                <li>Pradnya Prabu, Principal of K.J. Somaiya College of Science and Commerce
 +
                Her generous contribution of sponsoring the students travelling and Giant Jamboree fees. Also, by her allowance the team could access the Microbiology lab for the wetlab work.</li>
 +
                <li>riidl and Bioriidl
 +
                        Allowing us to use their FabLab faculties and to be sponsoring for all the staying and intra-travelling expenses in U.S.
 +
                </li>
 +
                <li>Twist Bioscience
 +
                        Providing us with the DNA fragments, for us to construct our BioBrick.
 +
                </li>
 +
            </ul>
 +
        </div>
 +
    </div>
 +
 
 +
    <div class="modal">
 +
        <div class="modal-content">
 +
            <span class="close">&times;</span>
 +
            <h2>Chintan Gala</h2>
 +
            <p>He worked on human practices, interacting with the research students and faculties, preparing the questionnaire, and managed all the surveys. Collected samples for endophyte tests using ethical and safe means. Also, did the photography and videography during the experimentation.</p> 
 +
        </div> 
 +
    </div>
 +
 
 +
    <div class="modal">
 +
        <div class="modal-content">
 +
            <span class="close">&times;</span>
 +
            <h2>Apekshakumari Patel</h2>
 +
            <p>Contributed in the wetlab work. Also, under the guidance of our Mentor Dr. Robert Ramirez Garcia, did the whole designing of BioBricks using the SnapGene software. She did all the Photoshop editing, for logo, banner, poster, and other miscellaneous requirements. Contributed in the wiki edits and submitted registry of parts. Lastly, collaboration was a part she looked over with and helped Chintan with human practices.</p>
 +
        </div> 
 +
    </div>
 +
 
 +
    <div class="modal">
 +
        <div class="modal-content">
 +
            <span class="close">&times;</span>
 +
            <h2>Dhanish Shah</h2>
 +
            <p>He looked over the wiki webpage, working Hrushikesh and Ritik to do the layout and technical parts of wiki. Made the videos and collectively helped in the proof-reading.</p>
 +
        </div> 
 +
    </div>
 +
 
 +
    <div class="modal">
 +
        <div class="modal-content">
 +
            <span class="close">&times;</span>
 +
            <h2>Shreya M. Nair</h2>
 +
            <p>Carried out the wetlab work for all the criterion required in shortlisting of a way for heating media. The tests were replicated in the college lab and plating was done and presence of absence of contaminants were noted. Practical work on testing of endophytes from basil and neem leaves and stalk was done using proper methods keeping lab safety in mind. The mass production of endophytes was carried out for enzyme extraction. Handled UV chamber testing. Helped in engineering genes using software. Wiki editing and presentation handled.</p>
 +
        </div> 
 +
    </div>
 +
 
 +
    <div class="modal">
 +
        <div class="modal-content">
 +
            <span class="close">&times;</span>
 +
            <h2>Mihir Butala</h2>
 +
            <p>He has dealt with the supplying of the raw equipment required in our whole project, from the acrylic sheet to nuts and balls, and other necessary material. Also, did the software calibration of the temperature probes.</p>
 +
        </div> 
 +
    </div>
 +
 
 +
    <div class="modal">
 +
        <div class="modal-content">
 +
            <span class="close">&times;</span>
 +
            <h2>Sourabh Walvekar</h2>
 +
            <p>His contribution in the circuitry part, making the temperature probes, the UV box circuit, the prototype assembly and finally the end product circuiting was essential for the working of our system ‘Steriport’.</p>
 +
        </div> 
 +
    </div>
 +
 
 +
    <div class="modal">
 +
        <div class="modal-content">
 +
            <span class="close">&times;</span>
 +
            <h2>Ashtad Kohinoor</h2>
 +
            <p>Designing the CAD model, and then model analysis. Making of the intermediate prototypes and in the assembly of the final products.</p>
 +
        </div> 
 +
    </div>
 +
 
 +
    <div class="footer">
 +
        <p>Bioriidl &copy; Copyright 2019. All rights reserved.</p>
 +
    </div>
 +
 
 +
    <script>
 +
        var i;
 +
        var span = document.getElementsByClassName("close");
 +
        var btn = document.getElementsByClassName("myBtn");
 +
        var modal;
 +
 
 +
        function openModal(x) {
 +
            modal = document.getElementsByClassName("modal");
 +
            modal[x].style.display = "block";
 +
 
 +
            span[x].onclick = function() {
 +
                modal[x].style.display = "none";
 +
            }
 +
 
 +
            window.onclick = function(event) {
 +
                if (event.target == modal[x]) {
 +
                    modal[x].style.display = "none";
 +
                }
 +
            }
 +
        }
 +
    </script>
 +
</body>
 
</html>
 
</html>

Revision as of 15:25, 20 October 2019

About

Team Rosters

Student Members

Chintan Gala

Botany and Zoology

  • Hobbies: Anime, trekking, hiking
  • Skills: Fieldwork

Apekshakumari Patel

Biochemistry and Microbiology

  • Hobbies: Writing, Dancing, Singing, and Travelling
  • Skills: Photoshop, Origami, Speaking.

Dhanish Shah

Information Technology

  • Hobbies: Public Speaking, Trekking
  • Skills: Documentation, Design

Shreya M. Nair

Science Microbiology

  • Hobbies: Reading Comics
  • Skills: Biosafety, Use of FTIR, AFM, UVS, BET

Mihir Butala

Computer Science

  • Hobbies: Trekking
  • Skills: Contacting suppliers

Sourabh Walvekar

Electronics

  • Hobbies: DIY Electronics
  • Skills: Electronics Prototyping

Ashtad Kohinoor

EXTC

  • Hobbies: Reading Comics
  • Skills: Biosafety, Use of FTIR, AFM, UVS, BET

Instructing Members

Bhavna Pandya

Primary PI

Prerak Gala

Secondary PI

Nazia Afreen

Instructor

Sponsors

  • Shri. Samir Somaiya, President of Somaiya Trust. Thanks to his financial support of we could register the Bioriidl Somaiya Team in the iGEM competition. This whole iGEM journey was initiated due to the money he raised for the Team Registration.
  • Pradnya Prabu, Principal of K.J. Somaiya College of Science and Commerce Her generous contribution of sponsoring the students travelling and Giant Jamboree fees. Also, by her allowance the team could access the Microbiology lab for the wetlab work.
  • riidl and Bioriidl Allowing us to use their FabLab faculties and to be sponsoring for all the staying and intra-travelling expenses in U.S.
  • Twist Bioscience Providing us with the DNA fragments, for us to construct our BioBrick.