Difference between revisions of "Team:IIT Kharagpur/Team"

 
(44 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
  <style>
 +
    #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
    display:none;}
  
 +
    #top_menu_14 {
 +
      height: 20px;
 +
      z-index: 100;
 +
      top: 0;
 +
      position:absolute;
 +
      width: 100%;
 +
      color:#ffffff;
 +
      font-family: Quicksand;
 +
      src: url(../fonts/Quicksand-Regular.ttf);
 +
      letter-spacing:2px;
 +
      background-color:rgba(0,0,0,0.85);
 +
    }
  
<style>
+
    #globalWrapper, #content {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
      width: 100%;
    display:none;}
+
      height: 100%;
 +
      border: 0px;
 +
      background-color: transparent;
 +
      margin: 0px;
 +
      padding: 0px;
 +
      font-size: 100%;
 +
    }
  
#top_menu_14 {
+
    #top_menu_inside {
height: 20px;
+
      display: block;
z-index: 100;
+
      position: relative;
top: 0;
+
      width: 100%;
position:absolute;
+
      height: 100%;
width: 100%;
+
      margin: 0px auto;
color:#ffffff;
+
      padding: 0 10px;
font-family: Quicksand;
+
      border-left: 1px solid #c8c8c8;
src: url(../fonts/Quicksand-Regular.ttf);
+
      border-right: 1px solid #c8c8c8;
letter-spacing:2px;
+
      font-family: 'arial', sans-serif;
background-color:rgba(0,0,0,0.85);
+
      font-size: 12px;
}
+
      font-weight: 400;
 +
      color: #ffffff;
 +
    }
  
#globalWrapper, #content {
+
    html, body, .wrapper {
width: 100%;
+
      width: 100%;
height: 100%;
+
      height: 100%;
border: 0px;
+
      background-color: transparent;
background-color: transparent;
+
    }
margin: 0px;
+
padding: 0px;
+
font-size: 100%;
+
}
+
  
#top_menu_inside {
+
    .navbar {
  display: block;
+
      margin: 0 auto;
  position: relative;
+
      margin-top: 1em;
  width: 100%;
+
      padding: 1em;
  height: 100%;
+
      border-radius: 10px;
  margin: 0px auto;
+
    }
  padding: 0 10px;
+
   </style>
  border-left: 1px solid #c8c8c8;
+
  border-right: 1px solid #c8c8c8;
+
   font-family: 'arial', sans-serif;
+
  font-size: 12px;
+
  font-weight: 400;
+
  color: #ffffff;
+
}
+
  
html, body, .wrapper {
+
  <head>
width: 100%;
+
height: 100%;
+
background-color: transparent;
+
}
+
  
.navbar {
+
    <link rel="stylesheet" href="https://2015.igem.org/Team:IIT_Kharagpur/bootstrap?action=raw&amp;ctype=text/css" type="text/css" />
margin: 0 auto;
+
    <link rel="stylesheet" href="https://2015.igem.org/Team:IIT_Kharagpur/style?action=raw&amp;ctype=text/css" type="text/css">
margin-top: 1em;
+
    <link rel="stylesheet" href="https://static.igem.org/mediawiki/2015/5/52/IIT_Kharagpur_glyphicons-halflings-regular.ttf?action=raw&amp;ctype=text/css">
padding: 1em;
+
    <script src="https://2015.igem.org/Team:IIT_Kharagpur/bootstrapjs?action=raw&amp;ctype=text/javascript"></script>
border-radius: 10px;
+
}
+
</style>
+
  
<head>
+
  </head>
 +
  <body>
 +
    <script>
 +
      smoothScroll.init({
 +
        speed: 600, // Integer. How fast to complete the scroll in milliseconds
 +
        easing: 'easeInOutCubic', // Easing pattern to use
 +
        updateURL: true, // Boolean. Whether or not to update the URL with the anchor hash on scroll
 +
        offset: 70  , // Integer. How far to offset the scrolling anchor location in pixels
 +
        callbackBefore: function ( toggle, anchor ) {}, // Function to run before scrolling
 +
        callbackAfter: function ( toggle, anchor ) {} // Function to run after scrolling
 +
      });
 +
    </script>
  
<link rel="stylesheet" href="https://2015.igem.org/Team:IIT_Kharagpur/bootstrap?action=raw&amp;ctype=text/css" type="text/css" />
 
<link rel="stylesheet" href="https://2015.igem.org/Team:IIT_Kharagpur/style?action=raw&amp;ctype=text/css" type="text/css">
 
<script src="https://2015.igem.org/Team:IIT_Kharagpur/bootstrapjs?action=raw&amp;ctype=text/javascript"></script>
 
  
</head>
+
    <script type="text/javascript">
<body>
+
      $(window).scroll(function() {
 +
        var scroll1 = $(window).scrollTop();
  
<script>
+
        if (scroll1 >= 200) {
    smoothScroll.init({
+
          $(".menu").addClass("menu-show");
    speed: 600, // Integer. How fast to complete the scroll in milliseconds
+
        } else {
    easing: 'easeInOutCubic', // Easing pattern to use
+
          $(".menu").removeClass("menu-show");
    updateURL: true, // Boolean. Whether or not to update the URL with the anchor hash on scroll
+
        }
    offset: 70 , // Integer. How far to offset the scrolling anchor location in pixels
+
      });
    callbackBefore: function ( toggle, anchor ) {}, // Function to run before scrolling
+
    </script>
    callbackAfter: function ( toggle, anchor ) {} // Function to run after scrolling
+
});
+
</script>
+
  
  
<script type="text/javascript">
+
    <div class="jumbotron jumbo-team">
$(window).scroll(function() {   
+
        <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
    var scroll1 = $(window).scrollTop();
+
  <!-- Indicators -->
 
+
    if (scroll1 >= 200) {
+
        $(".menu").addClass("menu-show");
+
    } else {
+
        $(".menu").removeClass("menu-show");
+
    }
+
});
+
        </script>
+
+
+
<div class="jumbotron jumbo-home">
+
 
 
  
<div class="menu">
+
<div class="carousel-inner tint" role="listbox">
        <ul>
+
<div class="item active tint">
          <li class="menu-logo"><a href="https://2015.igem.org/Team:IIT_Kharagpur"><img class='menu-logo-img' src='https://static.igem.org/mediawiki/2015/5/59/IIT_Kharagpur_menu_team_logo.png'/><div class="menu-logo-text">IGEM IIT </br> Kharagpur</div></a></li>
+
<img style="height:100%;width:100%;,"src="https://static.igem.org/mediawiki/2015/8/85/IIT_Kharagpur_team-jumbo-back.jpg" alt="...">
          <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur"><img class='menu-img' src='https://static.igem.org/mediawiki/2015/6/66/IIT_Kharagpur_menu_home.png'/><div class="menu-text">Home</div></a></li>
+
<div class="carousel-caption">
          <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/project"><img class="menu-project-img menu-img" src="https://static.igem.org/mediawiki/2015/6/61/IIT_Kharagpur_menu_project.png" /><div class="menu-text">Project</div></a>
+
          <ul>
+
</div>
                  <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/project">About</li>
+
</div>
                  <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/parts">Parts</li>
+
<div class="item">
                  <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/modeling">Modeling</a></li>
+
<img style="height:100%; width:100%;linear-gradient(
 +
      rgba(255, 0, 0, 0.45),
 +
      rgba(255, 0, 0, 0.45)
 +
    )," src="https://static.igem.org/mediawiki/2015/4/47/IIT_Kharagpur_team-jumbo-back-2.jpg" alt="...">
 +
<div class="carousel-caption">
 +
 +
</div>
 +
</div>
 +
<div class="item">
 +
<img style="height:100%; width:100%;linear-gradient(
 +
      rgba(255, 0, 0, 0.45),
 +
      rgba(255, 0, 0, 0.45)
 +
    )," src="https://static.igem.org/mediawiki/2015/2/23/IIT_Kharagpur_team-jumbo-back-3.jpg" alt="...">
 +
<div class="carousel-caption">
 +
 +
</div>
 +
</div>
 +
<div class="item">
 +
<img style="height:100%; width:100%;linear-gradient(
 +
      rgba(255, 0, 0, 0.45),
 +
      rgba(255, 0, 0, 0.45)
 +
    )," src="https://static.igem.org/mediawiki/2015/d/dd/IIT_Kharagpur_team-jumbo-back-4.jpg" alt="...">
 +
<div class="carousel-caption">
 +
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
 +
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
 +
<span class="sr-only">Previous</span>
 +
</a>
 +
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
 +
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
 +
<span class="sr-only">Next</span>
 +
</a>
 +
</div>
 +
 
 +
      <div class="menu team-menu">
 +
        <ul>
 +
          <li class="menu-logo"><a href="https://2015.igem.org/Team:IIT_Kharagpur"><img class='menu-logo-img' src='https://static.igem.org/mediawiki/2015/5/59/IIT_Kharagpur_menu_team_logo.png'/><div class="menu-logo-text">IGEM IIT </br> Kharagpur</div></a></li>
 +
          <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur"><img class='menu-img' src='https://static.igem.org/mediawiki/2015/6/66/IIT_Kharagpur_menu_home.png'/><div class="menu-text">Home</div></a></li>
 +
          <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/Project"><img class="menu-project-img menu-img" src="https://static.igem.org/mediawiki/2015/6/61/IIT_Kharagpur_menu_project.png" /><div class="menu-text">Project</div></a>
 +
            <ul>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Project">About</li>
 +
                <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Parts">Parts</li>
 +
                  <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Modeling">Modeling</a></li>
 +
                </ul>
 +
              </li>
 +
              <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/Team"><img class="menu-team-img menu-img" src="https://static.igem.org/mediawiki/2015/2/2d/IIT_Kharagpur_menu_team.png" /><div class="menu-text">Team</div></a>
 +
                <ul>
 +
                  <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Team">Members</li>
 +
                    <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Attributions">Attributions</li>
 +
 
 +
                    </ul>
 +
                  </li>
 +
                  <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/Notebook"><img class="menu-notebook-img menu-img" src="https://static.igem.org/mediawiki/2015/f/f6/IIT_Kharagpur_menu_notebook.png" /><div class="menu-text">Notebook</div></a></li>
 +
                  <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/Practices"><img class="menu-modeling-img menu-img" src="https://static.igem.org/mediawiki/2015/7/7e/IIT_Kharagpur_menu_modeling.png" /><div class="menu-text">Practices</div></a>
 +
        <ul>
 +
                  <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Practices#meetups">Meetups</li>
 +
                  <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Practices#collabs">Collaborations</li>
 +
                  <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Practices#surveys">Surveys</a></li>
 +
                                          <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Practices#interviews">Interviews</a></li>
 +
                                          <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Practices#workshops">Workshops</a></li>
 +
                                          <li><a href="https://2015.igem.org/Team:IIT_Kharagpur/Practices#guidebook">Guidebook</a></li>
 
            </ul>
 
            </ul>
          </li>
+
                  </li>
          <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/team"><img class="menu-team-img menu-img" src="https://static.igem.org/mediawiki/2015/2/2d/IIT_Kharagpur_menu_team.png" /><div class="menu-text">Team</div></a></li>
+
          <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/notebook"><img class="menu-notebook-img menu-img" src="https://static.igem.org/mediawiki/2015/f/f6/IIT_Kharagpur_menu_notebook.png" /><div class="menu-text">Notebook</div></a></li>
+
          <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/practices"><img class="menu-modeling-img menu-img" src="https://static.igem.org/mediawiki/2015/7/7e/IIT_Kharagpur_menu_modeling.png" /><div class="menu-text">Practices</div></a>
+
               
+
          </li>
+
         
+
          <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/safety"><img class="menu-achievements-img menu-img" src="https://static.igem.org/mediawiki/2015/2/2f/IIT_Kharagpur_menu_safety.png" /><div class="menu-text">Safety</div></a></li>
+
         
+
          <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/blog.html"><img class="menu-safety-img menu-img" src="https://static.igem.org/mediawiki/2015/2/27/IIT_Kharagpur_menu_blog.png" /><div class="menu-text">Blog</div></a></li>
+
        </ul>
+
  
      </div>
+
                  <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/Safety"><img class="menu-achievements-img menu-img" src="https://static.igem.org/mediawiki/2015/2/2f/IIT_Kharagpur_menu_safety.png" /><div class="menu-text">Safety</div></a></li>
+
  
<div class="team-text-div1">
+
                  <li class="menu-li"><a href="https://2015.igem.org/Team:IIT_Kharagpur/Blog"><img class="menu-safety-img menu-img" src="https://static.igem.org/mediawiki/2015/2/27/IIT_Kharagpur_menu_blog.png" /><div class="menu-text">Blog</div></a></li>
<img class="team-text1"src="img/team-text1.png" />
+
                </ul>
</div>
+
  
<div class="team-text-div2">
+
              </div>
<a data-scroll href="#team-mid1"> <img class="team-text2"src="img/team-text2.png" /> </a>
+
</div>
+
</div>
+
  
  
 +
              <div class="team-text-div1">
 +
                <img class="team-text1"src="https://static.igem.org/mediawiki/2015/f/f3/IIT_Kharagpur_team_text1.png" />
 +
              </div>
  
+
              <div class="team-text-div2">
<div class="color-rail">
+
                <a data-scroll href="#team-mid1"> <img class="team-text2"src="https://static.igem.org/mediawiki/2015/6/60/IIT_Kharagpur_team_text2.png" /> </a>
<div class="white"></div>
+
              </div>
<div class="light-gray"></div>
+
            </div>
<div class="gray"></div>
+
<div class="dark-gray"></div>
+
<div class="black"></div>
+
<div class="dark-teal"></div>
+
<div class="teal"></div>
+
<div class="orange"></div>
+
</div>
+
+
<div class="container team-mid1" id="team-mid1">
+
<div class="row team-heading">
+
<div col-lg-12>
+
<h2>Heading</h2>
+
</div>
+
</div>
+
  
<div class="row team-description">
 
<div col-lg-6>
 
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
 
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
 
  
Ut sit prompta nostrum, in habemus appellantur sed. Ea eos alienum delicatissimi. Vidit causae no mei. Pro paulo omittam eu, fuisset lobortis moderatius te has, sed an eros fugit consulatu. Vim ex euismod detracto.
 
  
Probo feugiat labores eu sea, odio quando offendit ei his. Pro noster dicunt neglegentur eu. Et porro omittantur repudiandae est, mea ornatus omittam ea, aeterno invenire salutandi te est. Id pri suas lucilius consequuntur, et duo detraxit maluisset. Iusto mentitum molestiae in eam, eam te elit zril. Ei mei ignota fabellas forensibus. Dictas appareat ad sit, solet platonem scriptorem eum eu, cu euripidis pertinacia elaboraret mei.
+
            <div class="color-rail">
</div>
+
              <div class="white"></div>
 +
              <div class="light-gray"></div>
 +
              <div class="gray"></div>
 +
              <div class="dark-gray"></div>
 +
              <div class="black"></div>
 +
              <div class="dark-teal"></div>
 +
              <div class="teal"></div>
 +
              <div class="orange"></div>
 +
            </div>
 +
 
 +
<div class="body-wrapper" style="background:url('https://static.igem.org/mediawiki/2015/7/70/IIT_Kharagpur_bg_pattern_swirl.png')">
 +
            <div class="container team-mid1" id="team-mid1">
 +
              <div class="row team-heading">
 +
                <div col-lg-12>
 +
                  <h2>Team Profile</h2>
 +
                </div>
 +
              </div>
 +
 
 +
              <div class="row project-description">
 +
                <div col-lg-6>
 +
                  Hello! We, the iGEM team of IIT Kharagpur, are a team of
 +
                  enthusiastic biotechnologists in training. A mixed group of students of all
 +
                  ages, we strive towards the common goal of competing with the most
 +
                  brilliant young minds in the field while evolving our own knowledge and
 +
                  helping out make the world a slightly better place in the process.</br></br>
 +
                  All of us belong to the same discipline of biotechnology with diverse
 +
                  specializations, and we are from the Indian Institute of Technology
 +
                  Kharagpur, located in West Bengal, India. Though we share a common
 +
                  interest and discipline, the group itself is quite diverse and the contribution
 +
                  of each person is needed to make things happen. Our group is dedicated
 +
                  and we don't mind burning the midnight oil or sidelining our vacations if
 +
                  that's what it takes.</br></br>
 +
 
 +
                  We have been fortunate in our guides who have been patient
 +
                  and extremely supporting. We may have started out late, but
 +
                  we have high expectations from our team both with regard to
 +
                  the competition and ourselves. It's a learning experience why
 +
                  we won't have fun all the same!
 +
                </div>
 +
              </div>
 +
 
 +
           
 +
         
 +
<div class="main-video">
 +
<video width="100%" controls>
 +
<source src="https://static.igem.org/mediawiki/2015/f/f2/IIT_Kharagpur_Team_Introduction_Video.mp4" type="video/mp4">
 +
 +
Your browser does not support the video tag.
 +
</video>
 
</div>
 
</div>
 +
</div>
  
</div>
+
            <div class="container team-mid2">
 +
              <div class="row">
 +
                <div class="col-lg-4 col-md-4 member-div">
 +
                  <div class="member-photo-div harsheel">
  
<div class="container team-mid2">
+
                  </div>
<div class="row">
+
<div class="col-lg-4 col-md-4 member-div">
+
<div class="member-photo-div harsheel">
+
+
</div>
+
  
<div class="member-desc-div">
+
                  <div class="member-desc-div">
<h4>Harsheel Soin <br> Udergraduate Student</h4>
+
                    <h4>Harsheel Soin <br> Undergraduate Student</h4>
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
+
                    Hailing from one of the four metros, Mumbai, Harsheel is
 +
                    our prime coordinator. Now a fourth year student, he says
 +
                    that fate has got him to this field. He is an enthusiastic
 +
                    guy who is always up for the challenge. Initially hesitant
 +
                    to venture into this field of synthetic biology, he says
 +
                    that after seeing its immense potential and the importance
 +
                    of its applications,  he has never looked back. He believes
 +
                    that synthetic biology is the platform through which
 +
                    genetic engineering, man's gift to the world of biology, is
 +
                    put to test.
 +
                  </div>
 +
                </div>
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
               
  
+
                <div class="col-lg-4 col-md-4 member-div">
 +
                  <div class="member-photo-div yogesh">
  
+
                  </div>
</div>
+
</div>
+
  
<div class="col-lg-4 col-md-4 member-div">
+
                  <div class="member-desc-div">
<div class="member-photo-div krishna">
+
                    <h4>Yogesh Lakhotia <br> Undergraduate Student</br>Team: Wet Lab Work</h4>
+
                    Yogesh, a fourth year student, is from the state of Bihar.
</div>
+
                    He is drawn to the research of the hidden mysteries in
 +
                    biological systems, which he says is one of the toughest
 +
                    fields to explore. He is one of our more enthusiastic
 +
                    fellows who knows how to get the job done.
 +
                  </div>
 +
                </div>
  
<div class="member-desc-div">
+
                <div class="col-lg-4 col-md-4 member-div">
<h4>Krishna Deepak <br> Udergraduate Student</h4>
+
                  <div class="member-photo-div roshan">
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
+
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
                  </div>
  
+
                  <div class="member-desc-div">
+
                    <h4>Roshan Satapathy <br> Undergraduate Student</br>Team: Wet Lab Work</h4>
</div>
+
                    From the state of Odisha comes Roshan, a fourth year
</div>
+
                    student. The pioneer for the idea we are working on, he is
 +
                    an inspiring presence in and out of the lab. He regards
 +
                    studies as an opportunity to dwell further in the mysteries
 +
                    of science.
 +
                  </div>
 +
                </div>
  
<div class="col-lg-4 col-md-4 member-div">
+
                <div class="col-lg-4 col-md-4 member-div">
<div class="member-photo-div yogesh">
+
                  <div class="member-photo-div vivek">
+
</div>
+
  
<div class="member-desc-div">
+
                  </div>
<h4>Yogesh Lakhotia <br> Udergraduate Student</h4>
+
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
+
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
                  <div class="member-desc-div">
 +
                    <h4>Vivek Rai <br> Undergraduate Student</br>Team: Wet Lab Work</h4>
 +
                    Vivek is a fourth year student, whom you would describe as
 +
                    a person with some sense and some salt. Beside being a
 +
                    programmer and biologist, he loves to write, munge data,
 +
                    and spend time traveling.
 +
                  </div>
 +
                </div>
  
+
               
  
+
                <div class="col-lg-4 col-md-4 member-div">
</div>
+
                  <div class="member-photo-div sriram">
</div>
+
  
<div class="col-lg-4 col-md-4 member-div">
+
                  </div>
<div class="member-photo-div vivek">
+
+
</div>
+
  
<div class="member-desc-div">
+
                  <div class="member-desc-div">
<h4>Vivek Rai <br> Udergraduate Student</h4>
+
                    <h4>Sriram Bharat <br> Undergraduate Student</br>Team: Wet Lab Work</h4>
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
+
                    Sriram is a fourth year student from the Telangana state.
 +
                    He is a cricketer in his free time and also loves to read
 +
                    books when not on the job. A free thinker, he proves an
 +
                    intelligent asset for the team.
 +
                  </div>
 +
                </div>
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
                <div class="col-lg-4 col-md-4 member-div">
 +
                  <div class="member-photo-div varshit">
  
+
                  </div>
  
+
                  <div class="member-desc-div">
</div>
+
                    <h4>Varshit Dusad <br> Undergraduate Student<br>Team: Content and Design</h4>
</div>
+
                    A fourth year undergraduate in team. He is the silent
 +
                    participant in most team events. With less to speak and
 +
                    much to do he keeps himself occupied with outskirt aspects
 +
                    of project - content development, media articles, and
 +
                    literature research.
  
<div class="col-lg-4 col-md-4 member-div">
+
                  </div>
<div class="member-photo-div roshan">
+
                </div>
+
</div>
+
  
<div class="member-desc-div">
+
             
<h4>Roshan Satapathy <br> Udergraduate Student</h4>
+
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
+
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
               
  
+
                <div class="col-lg-4 col-md-4 member-div">
 +
                  <div class="member-photo-div adarsh">
  
+
                  </div>
</div>
+
</div>
+
  
<div class="col-lg-4 col-md-4 member-div">
+
                  <div class="member-desc-div">
<div class="member-photo-div sriram">
+
                    <h4>Adarsh Mukesh<br> Undergraduate Student</br>Team: Wet Lab Work</h4>
+
                    Adarsh, from the state of Jharkhand, is a cautiously curious person. When not involved in some
</div>
+
                    work or the other, he likes to read or simply listen to his favorite tracks. Fascinated by the
 +
                    concept of evolution, he thinks that it is much more exciting to study the systems that are a
 +
                    result of millions of years of continuous and successful evolutions rather than those which have
 +
                    been around for the past few decades.
 +
                  </div>
 +
                </div>
  
<div class="member-desc-div">
 
<h4>Sriram Bharat <br> Udergraduate Student</h4>
 
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
 
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
                <div class="col-lg-4 col-md-4 member-div">
 +
                  <div class="member-photo-div jugal">
  
+
                  </div>
  
+
                  <div class="member-desc-div">
</div>
+
                    <h4>Jugal Mohapatra<br> Undergraduate Student</br>Team: Wet Lab Work</h4>
</div>
+
                    Preferring to take the road less travelled, Jugal is a self motivated team member. He comes
 +
                    from the state of Odisha. Apart from research, photography is of interest to him. He is fascinated
 +
                    by the creation of life in the form of microbes. He is convinced that these architects of life hold
 +
                    the solutions to all problems vexing life on earth.
 +
                  </div>
 +
                </div>
  
<div class="col-lg-4 col-md-4 member-div">
+
                <div class="col-lg-4 col-md-4 member-div">
<div class="member-photo-div varshit">
+
                  <div class="member-photo-div rhushikesh">
+
</div>
+
  
<div class="member-desc-div">
+
                  </div>
<h4>Varshit Dusad <br> Udergraduate Student</h4>
+
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
+
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
                  <div class="member-desc-div">
 +
                    <h4>Rhushikesh Phadke <br> Undergraduate Student</br>Team: Wet Lab Work</h4>
 +
                    Apparently too complex to try and explain, Rhushikesh has an admiration for the precise and
 +
                    breathtaking working of life systems. Hailing from the state of Maharashtra, he can be found on
 +
                    the badminton court when not working on anything else. He is attracted towards the field of
 +
                    research by the idea that there is enormous potential left untouched in every form of life, just
 +
                    waiting to be unleashed to take all of life to a whole new level.
 +
                  </div>
 +
                </div>
  
+
                <div class="col-lg-4 col-md-4 member-div">
 +
                  <div class="member-photo-div pruthvi">
  
+
                  </div>
</div>
+
</div>
+
  
<div class="col-lg-4 col-md-4 member-div">
+
                  <div class="member-desc-div">
<div class="member-photo-div swati">
+
                    <h4>Pruthvi Patel <br> Undergraduate Student</br>Team: Wet Lab Work</h4>
+
                    Pruthvi is a third year student from the state of Gujarat. Excelling as a cricket player, he is one
</div>
+
                    of our main web developers. He strives to thrive in all fields that he is involved in. He says that
 +
                    the wisdom of ages contained in the microbes is just what we need to cater to our needs and
 +
                    take us to the next step of evolution. What better reason to get into the field!
 +
                  </div>
 +
                </div>
  
<div class="member-desc-div">
+
                <div class="col-lg-4 col-md-4 member-div">
<h4>Swati Mundre <br> Udergraduate Student</h4>
+
                  <div class="member-photo-div karan">
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
+
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
                  </div>
  
+
                  <div class="member-desc-div">
 +
                    <h4>Karan Gupta<br> Undergraduate Student</br>Team: Wet Lab Work</h4>
 +
                    From the northern most parts of India, comes our resident hockey player and biotechnologist in
 +
                    training, Karan. Karan is a third year student who has an interest in the field for the greater
 +
                    good. He is also a budding poet in his leisure time!
 +
                  </div>
 +
                </div>
  
+
                <div class="col-lg-4 col-md-4 member-div">
</div>
+
                  <div class="member-photo-div dipasha">
</div>
+
  
<div class="col-lg-4 col-md-4 member-div">
+
                  </div>
<div class="member-photo-div ashutosh">
+
+
</div>
+
  
<div class="member-desc-div">
+
                  <div class="member-desc-div">
<h4>Ashutosh Singh <br> Udergraduate Student</h4>
+
                    <h4>Dipasha Sinha <br> Undergraduate Student</br>Team: Wet Lab Work</h4>
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
+
                    Hailing from the state of West Bengal, Dipasha is inspired by the field of bioprocesses. She is a
 +
                    third year student, who is as much into creative arts as in biotech. She interests herself in
 +
                    sketching, painting and acting apart from the lab activities.
 +
                  </div>
 +
                </div>
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
               
  
+
                <div class="col-lg-4 col-md-4 member-div">
 +
                  <div class="member-photo-div sanjay">
  
+
                  </div>
</div>
+
</div>
+
</div>
+
  
<h2>Mentors and Advisors</h2>
+
                  <div class="member-desc-div">
<div class="row">
+
                    <h4>Sanjay Prasad <br> Undergraduate Student</br>Team: Wiki Design</h4>
<div class="col-lg-12">
+
                    Sanjay is a third year student, from the state of Uttar Pradesh. He is a very optimistic person,
<div class="prof-div">
+
                    who is always ready to look on the bright side of things. Fascinated by the creation of life itself,
<div class="prof-pic-div agneyo">
+
                    the field of biotech attracts him for this very reason.
 +
                  </div>
 +
                </div>
  
</div>
+
                <div class="col-lg-4 col-md-4 member-div">
 +
                  <div class="member-photo-div chetan">
 +
                  </div>
  
<div class="prof-desc-div">
+
                  <div class="member-desc-div">
<h4>Agneyo Ganguly <h4><h5>Project Instructor <br> Assistant Professor</h5>
+
                    <h4>Chetan Khandelwal<br> Undergraduate Student</br>Team: Wet Lab Work</h4>
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
+
                    Hailing from the state of Bihar, Chetan is a third year student. With an interest in synthetic biology, he is inspired by the microbial world. An ever energetic member, Chetan loves playing squash and travelling around exploring new places.
 +
                  </div>
 +
                </div>
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
                <div class="col-lg-4 col-md-4 member-div">
</div>
+
                  <div class="member-photo-div shaurya">
</div>
+
                  </div>
</div>
+
</div>
+
  
 +
                  <div class="member-desc-div">
 +
                    <h4>Shaurya Veer Singh <br> Undergraduate Student</br>Team: Wet Lab Work</h4>
 +
                    Shaurya is a third year student, from Rajasthan. He has a keen interest in biotechnology research, apart from an enthusiasm towards machines. He is a sportsman, playing both hockey and basketball.
 +
                  </div>
 +
                </div>
  
<div class="row">
+
               
<div class="col-lg-12">
+
<div class="prof-div">
+
<div class="prof-pic-div sdey">
+
  
</div>
+
                <div class="col-lg-4 col-md-4 member-div">
 +
                  <div class="member-photo-div krishna">
  
<div class="prof-desc-div">
+
                  </div>
<h4>Satyahari Dey <h4><h5>Project Advisor <br>Professor</h5>
+
Lorem ipsum dolor sit amet, ceteros democritum est an. Movet noluisse nam ut. Lorem paulo timeam vel in. Facilisis interpretaris ius ei, vis ad falli facilisi.
+
  
Omnes civibus laboramus et ius, te per eros justo detraxit. Nam in molestie platonem, his vivendum voluptatum cu. Magna platonem molestiae usu at, eu pri iuvaret numquam similique. Euismod epicurei et vix, sea ad tollit volutpat. Et nam molestiae adipiscing, sed doming assueverit an, pri sint adipiscing no. Brute tritani persius sed te, meis audire diceret at duo, ea omnes corrumpit quo. Vim putent tritani iudicabit ei, mei eu nulla dolorum, eam postea accusamus te.
+
                  <div class="member-desc-div">
</div>
+
                    <h4>Krishna Deepak <br> Undergraduate Student<br>Team: Content and Design</h4>
</div>
+
                    Krishna, a fifth year student in the Department of
</div>
+
                    Biotechnology, is one of the people responsible for
</div>
+
                    creating this team. He hails from the state of Andhra
 +
                    Pradesh. Citing travelling and reading as his hobby, he
 +
                    also a thing for horses, be it a Mustang or Protein! He is
 +
                    motivated by the concept that nature is the best engineer.
 +
                    For him, bettering nature is equivalent to bettering
 +
                    mankind.
 +
                  </div>
 +
                </div>
  
</div>
+
              </div>
  
<div class="container team-mid3">
+
              <h2>Mentors and Advisors</h2>
<h2> Sponsors</h2>  
+
              <div class="row">
 +
                <div class="col-lg-12">
 +
                  <div class="prof-div">
 +
                    <div class="prof-pic-div agneyo">
  
<div class="row">
+
                    </div>
<div class="col-lg-6">
+
<div class="sponsor1">
+
<img src="img/sponsor1.png" />
+
</div>
+
</div>
+
  
<div class="col-lg-6">
+
                    <div class="prof-desc-div">
<div class="sponsor2">
+
                      <h4>Professor Agneyo Ganguly<h4><h5>Project Instructor <br> Assistant Professor</h5>
<h3> DEPARTMENT OF BIOTECHNOLOGY </h3> <h2> IIT KHARAGPUR</h2>
+
                          Professor Ganguly has been our coach and guide since the initiation of the team. He
 +
                          has filled in the gaps in our knowledge and has taught us anything that we didn't know.
 +
                        </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
  
</div>
 
</div>
 
</div>
 
</div>
 
  
+
                  <div class="row">
+
                    <div class="col-lg-12">
<div class="container-fluid footer1">
+
                      <div class="prof-div">
<div class="row">
+
                        <div class="prof-pic-div maiti">
 +
                        </div>
 +
 
 +
                        <div class="prof-desc-div">
 +
                          <h4>Professor Mrinal K Maiti<h4><h5>Project Advisor <br>Professor</h5>
 +
                              Being passionate about the subject himself, Professor Maiti has always been there for
 +
                              the team.
 +
                            </div>
 +
                          </div>
 +
                        </div>
 +
                      </div>
 +
                    </div>
 +
</div>
 +
 
 +
                    <div class="container-fluid footer1">
 +
 
<div class="footer-content">
 
<div class="footer-content">
+
<div class="row">
<div class="col-lg-4">
+
<div class="col-lg-4 col-md-4 col-sm-4">
 
<a href="http://iitkgp.ac.in"><img src="https://static.igem.org/mediawiki/2015/2/25/IIT_Khargpur_iit_logo.png"></a>
 
<a href="http://iitkgp.ac.in"><img src="https://static.igem.org/mediawiki/2015/2/25/IIT_Khargpur_iit_logo.png"></a>
 
</div>
 
</div>
  
<div class="col-lg-4" style="margin-top:34px;">
+
<div class="col-lg-4 col-md-4 col-sm-4" style="margin-top:34px;">
 
<a href="">Department of Biotechnology </br>
 
<a href="">Department of Biotechnology </br>
 
IIT Kharagpur</a>
 
IIT Kharagpur</a>
 
</div>
 
</div>
  
<div class="col-lg-4">
+
<div class="col-lg-4 col-md-4 col-sm-4">
 
<h3>Connect</h3>
 
<h3>Connect</h3>
 
<a target="_blank" href="https://www.facebook.com/iGEMIITKharagpur"><img class="social" src="https://static.igem.org/mediawiki/2015/5/56/IIT_Kharagpur_facebook.png"></a>
 
<a target="_blank" href="https://www.facebook.com/iGEMIITKharagpur"><img class="social" src="https://static.igem.org/mediawiki/2015/5/56/IIT_Kharagpur_facebook.png"></a>
 
<a target="_blank" href="https://twitter.com/igem_iitkgp"><img class="social" src="https://static.igem.org/mediawiki/2015/f/f5/IIT_Kharagpur_twitter.png"></a>
 
<a target="_blank" href="https://twitter.com/igem_iitkgp"><img class="social" src="https://static.igem.org/mediawiki/2015/f/f5/IIT_Kharagpur_twitter.png"></a>
 
<a target="_blank" href="https://www.youtube.com/channel/UC2NUjcEMwVyNxdLtsti3VRw"><img class="social" src="https://static.igem.org/mediawiki/2015/d/db/IIT_Kharagpur_youtube.png"></a>
 
<a target="_blank" href="https://www.youtube.com/channel/UC2NUjcEMwVyNxdLtsti3VRw"><img class="social" src="https://static.igem.org/mediawiki/2015/d/db/IIT_Kharagpur_youtube.png"></a>
<button type="button" class="btn btn-default mail-button"><a href="mailto:someone@example.com?Subject=Hello%20again" target="_top">Mail Us</a></button>
+
<button type="button" class="btn btn-default mail-button"><a href="mailto:igemiitkharagpur15@gmail.com?Subject=Hello%20again" target="_top">Mail Us</a></button>
 
</div>
 
</div>
 
</div>
 
</div>
Line 406: Line 553:
 
<div class="col-lg-12">
 
<div class="col-lg-12">
 
<div class="footer-cr">
 
<div class="footer-cr">
&copy 2015-2016 Team IIT_KHARAGPUR, All rights reserved.
+
Team IIT_KHARAGPUR
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
+
  </body>
+
 
+
 
+
</body>
+
 
</html>
 
</html>

Latest revision as of 00:22, 21 November 2015

Team Profile

Hello! We, the iGEM team of IIT Kharagpur, are a team of enthusiastic biotechnologists in training. A mixed group of students of all ages, we strive towards the common goal of competing with the most brilliant young minds in the field while evolving our own knowledge and helping out make the world a slightly better place in the process.

All of us belong to the same discipline of biotechnology with diverse specializations, and we are from the Indian Institute of Technology Kharagpur, located in West Bengal, India. Though we share a common interest and discipline, the group itself is quite diverse and the contribution of each person is needed to make things happen. Our group is dedicated and we don't mind burning the midnight oil or sidelining our vacations if that's what it takes.

We have been fortunate in our guides who have been patient and extremely supporting. We may have started out late, but we have high expectations from our team both with regard to the competition and ourselves. It's a learning experience why we won't have fun all the same!

Harsheel Soin
Undergraduate Student

Hailing from one of the four metros, Mumbai, Harsheel is our prime coordinator. Now a fourth year student, he says that fate has got him to this field. He is an enthusiastic guy who is always up for the challenge. Initially hesitant to venture into this field of synthetic biology, he says that after seeing its immense potential and the importance of its applications, he has never looked back. He believes that synthetic biology is the platform through which genetic engineering, man's gift to the world of biology, is put to test.

Yogesh Lakhotia
Undergraduate Student
Team: Wet Lab Work

Yogesh, a fourth year student, is from the state of Bihar. He is drawn to the research of the hidden mysteries in biological systems, which he says is one of the toughest fields to explore. He is one of our more enthusiastic fellows who knows how to get the job done.

Roshan Satapathy
Undergraduate Student
Team: Wet Lab Work

From the state of Odisha comes Roshan, a fourth year student. The pioneer for the idea we are working on, he is an inspiring presence in and out of the lab. He regards studies as an opportunity to dwell further in the mysteries of science.

Vivek Rai
Undergraduate Student
Team: Wet Lab Work

Vivek is a fourth year student, whom you would describe as a person with some sense and some salt. Beside being a programmer and biologist, he loves to write, munge data, and spend time traveling.

Sriram Bharat
Undergraduate Student
Team: Wet Lab Work

Sriram is a fourth year student from the Telangana state. He is a cricketer in his free time and also loves to read books when not on the job. A free thinker, he proves an intelligent asset for the team.

Varshit Dusad
Undergraduate Student
Team: Content and Design

A fourth year undergraduate in team. He is the silent participant in most team events. With less to speak and much to do he keeps himself occupied with outskirt aspects of project - content development, media articles, and literature research.

Adarsh Mukesh
Undergraduate Student
Team: Wet Lab Work

Adarsh, from the state of Jharkhand, is a cautiously curious person. When not involved in some work or the other, he likes to read or simply listen to his favorite tracks. Fascinated by the concept of evolution, he thinks that it is much more exciting to study the systems that are a result of millions of years of continuous and successful evolutions rather than those which have been around for the past few decades.

Jugal Mohapatra
Undergraduate Student
Team: Wet Lab Work

Preferring to take the road less travelled, Jugal is a self motivated team member. He comes from the state of Odisha. Apart from research, photography is of interest to him. He is fascinated by the creation of life in the form of microbes. He is convinced that these architects of life hold the solutions to all problems vexing life on earth.

Rhushikesh Phadke
Undergraduate Student
Team: Wet Lab Work

Apparently too complex to try and explain, Rhushikesh has an admiration for the precise and breathtaking working of life systems. Hailing from the state of Maharashtra, he can be found on the badminton court when not working on anything else. He is attracted towards the field of research by the idea that there is enormous potential left untouched in every form of life, just waiting to be unleashed to take all of life to a whole new level.

Pruthvi Patel
Undergraduate Student
Team: Wet Lab Work

Pruthvi is a third year student from the state of Gujarat. Excelling as a cricket player, he is one of our main web developers. He strives to thrive in all fields that he is involved in. He says that the wisdom of ages contained in the microbes is just what we need to cater to our needs and take us to the next step of evolution. What better reason to get into the field!

Karan Gupta
Undergraduate Student
Team: Wet Lab Work

From the northern most parts of India, comes our resident hockey player and biotechnologist in training, Karan. Karan is a third year student who has an interest in the field for the greater good. He is also a budding poet in his leisure time!

Dipasha Sinha
Undergraduate Student
Team: Wet Lab Work

Hailing from the state of West Bengal, Dipasha is inspired by the field of bioprocesses. She is a third year student, who is as much into creative arts as in biotech. She interests herself in sketching, painting and acting apart from the lab activities.

Sanjay Prasad
Undergraduate Student
Team: Wiki Design

Sanjay is a third year student, from the state of Uttar Pradesh. He is a very optimistic person, who is always ready to look on the bright side of things. Fascinated by the creation of life itself, the field of biotech attracts him for this very reason.

Chetan Khandelwal
Undergraduate Student
Team: Wet Lab Work

Hailing from the state of Bihar, Chetan is a third year student. With an interest in synthetic biology, he is inspired by the microbial world. An ever energetic member, Chetan loves playing squash and travelling around exploring new places.

Shaurya Veer Singh
Undergraduate Student
Team: Wet Lab Work

Shaurya is a third year student, from Rajasthan. He has a keen interest in biotechnology research, apart from an enthusiasm towards machines. He is a sportsman, playing both hockey and basketball.

Krishna Deepak
Undergraduate Student
Team: Content and Design

Krishna, a fifth year student in the Department of Biotechnology, is one of the people responsible for creating this team. He hails from the state of Andhra Pradesh. Citing travelling and reading as his hobby, he also a thing for horses, be it a Mustang or Protein! He is motivated by the concept that nature is the best engineer. For him, bettering nature is equivalent to bettering mankind.

Mentors and Advisors

Professor Agneyo Ganguly

Project Instructor
Assistant Professor
Professor Ganguly has been our coach and guide since the initiation of the team. He has filled in the gaps in our knowledge and has taught us anything that we didn't know.

Professor Mrinal K Maiti

Project Advisor
Professor
Being passionate about the subject himself, Professor Maiti has always been there for the team.