Team:UCSD Software/Teaml

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{Team:UCSD Software/CSS}}
{{Team:UCSD Software/CSS}}
 +
<html>
<html>
-
    <head>
+
<head>
-
        <title>About</title>
+
     
         <meta charset="UTF-8">
         <meta charset="UTF-8">
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
         <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
 +
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
         <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
         <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
         <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
         <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
-
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
+
   
-
        <link rel="stylesheet" href="masterCSS.css">
+
-
        <script src="masterJS.js"></script>
+
-
 
+
     <Style>
     <Style>
Line 20: Line 19:
}
}
#nav{
#nav{
-
     background-color: rgba(0,0,0,0.5);
+
     background-color: #333;//rgba(0,0,0,0.5);
     color: white;
     color: white;
     //border: 1px solid white;
     //border: 1px solid white;
Line 343: Line 342:
.annItem li {list-style: none; margin: 5px}
.annItem li {list-style: none; margin: 5px}
</style>
</style>
-
 
-
   
+
 
 +
 
     </head>
     </head>
-
    <body>
+
 
-
        <!--navbar -->
+
 
-
        <div class="container-fluid">
+
<body>
 +
<div class="container-fluid" id="allHome">
 +
       
 +
 
 +
<div class="container-fluid">
              
              
             <!--navbar -->  
             <!--navbar -->  
          
          
-
            <nav class="navbar navbar-header nav-justified" role="navigation" id='nav'>
+
            <nav class="navbar navbar-header nav-justified" role="navigation" id='nav'>
-
                 <div class="btn-group  btn-group">
+
                 <div class="btn-group  btn-group btn-group-justified">
-
                    <div class="btn btn-lg " id="home">Home</div>
+
                <ul class="nav  navbar-nav" role="navigation" id='nav'>
-
                     <div class="btn btn-lg " id="about">About</div>
+
                     <li class = "active"><div class="btn btn-lg" id="home">Home</div></li>
-
                    <div class="btn btn-lg " id="documentation">Documentation</div>
+
                     <li><div class="btn btn-lg" id="team">Team</div></li>
-
                    <div class="btn btn-lg" id="wiki">Wiki</div>
+
-
                     <div class="btn btn-lg" id="app">App</div>
+
-
                  <div class="btn btn-lg" id="contact">Contact</div>
+
                      
                      
 +
                    <li><div class="btn btn-lg" id="officialTeam" >Profile</div></li>
 +
                    <li><div class="btn btn-lg" id="poject">Project</div></li>
 +
 +
                    <li class="dropdown">
 +
              <div class="btn btn-lg dropdown-toggle" data-toggle="dropdown" id="project">Project <span class="caret"></span></div>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li><a href="#">Database</a></li>
 +
                <li><a href="#">Traversal algorithms</a></li>
 +
                <li><a href="#">Web application</a></li>
 +
                <li><a href="#">Parts</a></li>
 +
                <li><a href="#">Modeling</a></li>
 +
              </ul>
 +
            </li>
 +
                    </ul>
 +
                    <ul class="nav  navbar-nav" role="navigation" id='nav'>
 +
                    <li><div class="btn btn-lg" id="notebook">Notebook</div></li>
 +
                    <li><div class="btn btn-lg" id="safety">Safety</div></li>
 +
                    <li><div class="btn btn-lg" id="achieve">Software Achievements</div></li>
 +
                    <li><div class="btn btn-lg" id="attributions">Attributions</div></li>
 +
                    </ul>
               </div>
               </div>
                
                
-
                <form class="navbar-form navbar-right" role="search">
 
-
                <div class="form-group ">
 
-
                <input type="email" class="form-control text-warning input-sm"  placeholder="Email" id="userName">
 
-
                <input type ="text" class="form-control text-primary input-sm" placeholder="Password" id="userPassword">
 
-
                </div>
 
-
                <button class="btn btn-primary btn-sm " id="registration">Log In</button>
 
-
                <button class="btn btn-primary btn-sm" id='registerMe' >Register</button>
 
-
                </form>
 
-
               
 
                  
                  
-
            </nav>
+
               
 +
        </nav>
        
        
-
         </div>
+
         </div>
-
        <!--navbar ends-->
+
 
-
        <!--profiles-->
+
<!--slider-->
-
        <div class="container">
+
 
-
             <div class="row" id="groupInfo">
+
<!--<div id="thumbnail-preview-indicators" class="carousel slide" data-ride="carousel">
-
                <div class="thumbnail" id="mainPic">
+
         
-
                    <img class="img-responsive" src="ProfilePics/igemlogo.png">
+
          <ol class="carousel-indicators">
-
                    <div class="caption">
+
             <li data-target="#thumbnail-preview-indicators" data-slide-to="0" class="active">
-
                       
+
              <div class="thumbnail">
-
                            Genetic circuits are often difficult to engineer, requiring months to design, build, and test each individual genetic device involved in the circuit. SBiDer, a web tool developed by the UCSD Software iGEM team, will leverage existing devices to construct a database with consideration for the function of each device interpreted as boolean logic. The data can be queried by the user through SBiDer's visual interface to explore circuit designs. The displayed circuit's literature reference, characterization data, and images of included devices can be viewed through the built-in table. Basic validation of the circuit performance is also provided within in the interface. SBiDer's web of information can be expanded through user-generated additions to the database to improve the efficiency of the application and the accuracy of the models.
+
                <img class="img-responsive" src="">
-
                     
+
              </div>
-
                    </div>
+
            </li>
-
                   
+
            <li data-target="#thumbnail-preview-indicators" data-slide-to="1">
 +
            <div class="thumbnail">
 +
                <img class="img-responsive" src="">
 +
              </div>
 +
            </li>
 +
            <li data-target="#thumbnail-preview-indicators" data-slide-to="2">
 +
            <div class="thumbnail">
 +
                <img class="img-responsive" src="">
 +
              </div>
 +
            </li>
 +
          </ol>
 +
          <div class="carousel-inner">
 +
            <div class="item slides active">
 +
              <div class="slide-1"></div>
 +
              <div class="container">
 +
                <div class="carousel-caption">
 +
                  <h1>SBiDer</h1>
 +
                  <p>Our site</p>
 +
               
                 </div>
                 </div>
 +
              </div>
             </div>
             </div>
 +
            <div class="item slides">
 +
              <div class="slide-2"></div>
 +
              <div class="container">
 +
                <div class="carousel-caption">
 +
                  <h1>Another example headline.</h1>
 +
                  <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam.</p>
 +
                  <p><a class="btn btn-lg btn-primary" href="#" role="button">Learn more</a></p>
 +
                </div>
 +
              </div>
 +
            </div>
 +
            <div class="item slides">
 +
              <div class="slide-3"></div>
 +
              <div class="container">
 +
                <div class="carousel-caption">
 +
                  <h1>One more for good measure.</h1>
 +
                  <p>Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
 +
                  <p><a class="btn btn-lg btn-primary" href="#" role="button">Browse gallery</a></p>
 +
                </div>
 +
              </div>
 +
            </div>
 +
          </div>
 +
          <a class="left carousel-control" href="#thumbnail-preview-indicators" role="button" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
 +
          <a class="right carousel-control" href="#thumbnail-preview-indicators" role="button" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
 +
      </div>
 +
 +
 +
 +
 +
<!--slider end-->
 +
              
              
             <!--undergrads-->
             <!--undergrads-->

Revision as of 10:22, 13 October 2014


The Team

Huwate Yeerna

Joaquin Reyna

Valeriy Sosnovskiy

  • Biochemistry, Computer Science, 2015
  • LinkedIn

Lauren Crudup

Gary Le

  • Human Biology, Business, 2017
  • LinkedIn

Kartikeya Puri

Luyao Zhou

Fernando Contreras

Advisors

Jenhan Tao

  • Bioinformatics PhD, 2018
    Bioengineering, UC Berkeley, 2012
  • LinkedIn

Jenhan is a PhD student in the Bioinformatics and Systems Biology program at UCSD. He's interested in utilizing computational technqiues to increase our capacity to understand complex biological problems such as cell signalling. This is Jenhan's second year working as an iGEM mentor. Previously Jenhan was involved in synthetic biology research as an iGEM team member at Boston University and as a research assistant at UC Berkeley, the BioFAB, and Boston University.

Justin Huang

  • Bioinformatics PhD, 2018
    Biology,Mathematics University of North Carolina-Chapel Hill, 2013
  • LinkedIn

Justin Huang is a second year Bioinformatics PhD student at UC San Diego. Originally hailing from the great state of North Carolina, Justin completed his undergraduate studies with a BS in Biology and a BA in Mathematics from the University of North Carolina at Chapel Hill in 2013. Justin's research interests are in translational medicine, specifically in the role of translational medicine in cancer. Justin is also an avid sports fan, and an advocate for Asian American issues. You can follow him @huangger on Twitter.

Benjamin Kellman

  • Bioinformatics PhD, 2018
    Biology, University of Rochester, 2012
  • LinkedIn

My name is Benjamin Kellman. I am a PhD student at the University of California at San Diego studying Bioinformatics and Systems Biology. My work uses existing formalisms in mathematics and computer science to consolidate the spurious information of experimental biology to a more codified rule set; many such reductions have already been made. I hope to apply fundamental biological axioms formalism to increase the power of my biological predictions.

Andreas Dräger

  • Bioinformatics PhD, 2018
    Bioengineering, UC Berkeley, 2012
  • LinkedIn

Jenhan is a PhD student in the Bioinformatics and Systems Biology program at UCSD. He's interested in utilizing computational technqiues to increase our capacity to understand complex biological problems such as cell signalling. This is Jenhan's second year working as an iGEM mentor. Previously Jenhan was involved in synthetic biology research as an iGEM team member at Boston University and as a research assistant at UC Berkeley, the BioFAB, and Boston University.