Team:UCSD Software/SoftwareAchievements

From 2014.igem.org

(Difference between revisions)
Line 234: Line 234:
<body>
<body>
-
<!--<div class="container-fluid" id="allHome">
+
         <nav class="navbar nav-justified" role="navigation" id='nav'>
-
       
+
-
 
+
-
<div class="container-fluid">-->
+
-
           
+
-
            <!--navbar -->
+
-
       
+
-
            <!--<nav class="navbar navbar-header nav-justified" role="navigation" id='nav'>
+
-
                <div class="btn-group  btn-group btn-group-justified">
+
-
                <ul class="nav navbar-nav">
+
-
                    <li><div class="btn btn-lg" id="home">Home</div></li>
+
-
                    <li><div class="btn btn-lg" id="team">Team</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 id = "database"><a href = "#">Database</a></li>
+
-
                <li id = "traversal"><a href = "#">Traversal algorithms</a></li>
+
-
                <li id = "app"><a href = "#">Web application</a></li>
+
-
                <li id = "parts"><a href = "#">Parts</a></li>
+
-
                <li id = "modeling"><a href = "#">Modeling</a></li>
+
-
              </ul>
+
-
            </li>
+
-
                   
+
-
                    <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="attributions">Sponsors</div></li>
+
-
                    <li><div class="btn btn-lg" id="achieve">Achievements</div></li>
+
-
                    </ul>
+
-
              </div>
+
-
             
+
-
               
+
-
               
+
-
        </nav>-->
+
-
 
+
-
         <nav class="navbar navbar-header nav-justified" role="navigation" id='nav'>
+
                 <div class="btn-group  btn-group btn-group-justified">
                 <div class="btn-group  btn-group btn-group-justified">
                     <div class="btn btn-lg " id="home">Home</div>
                     <div class="btn btn-lg " id="home">Home</div>
                     <div class="btn btn-lg " id="team">Team</div>
                     <div class="btn btn-lg " id="team">Team</div>
-
                   
 
                     <div class="btn btn-lg " id="project">Project</div>
                     <div class="btn btn-lg " id="project">Project</div>
-
                      
+
                     <div class="btn btn-lg " id="doc">Documentation</div>
-
                  <div class="btn btn-lg" id="notebook">Notebook</div>
+
                    <div class="btn btn-lg" id="notebook">Notebook</div>
                     <div class="btn btn-lg" id="safety">Safety</div>
                     <div class="btn btn-lg" id="safety">Safety</div>
                     <div class="btn btn-lg" id="attributions">Sponsors</div>
                     <div class="btn btn-lg" id="attributions">Sponsors</div>
                     <div class="btn btn-lg" id="achieve">Achievements</div>
                     <div class="btn btn-lg" id="achieve">Achievements</div>
 +
                    <div class="btn btn-lg" id="logo"><a href = "https://igem.org/Main_Page"><img src = "http://i.imgur.com/mGHw11P.png?1"></a></div>
 +
                   
               </div>
               </div>
                  
                  
             </nav>
             </nav>
        
        
-
        <!--</div>-->
 
-
 
-
<!--<div class = "neighborhood-guides" >
 
-
        <div class = "container">-->
 
-
 
-
 
-
 
<div style = "background-color: #fff">
<div style = "background-color: #fff">
<!-- START GOLD MEDAL-->
<!-- START GOLD MEDAL-->

Revision as of 22:05, 17 October 2014


iGEM Gold Medal requirements

  • We did some modeling and complexity analysis work of our project. You can find details under the Modeling section of the Project page.
  • We re-used and improved an existing database, & developed on it (Linh's paper). We also made use of SBOL visual (decribed in further detail under the "Web Application" section of the Project page).
  • We created an API (Joaquin & Kwat's API/Python module pydoc/Github Documentation code) that other developers can use to build on our project or use it in novel ways for their own projects.
  • As mentioned earlier, we made use of SBOLv standard.

iGEM Silver Medal requirements

  • We've demonstrated the relevance of our project to Synthetic Biology here.
  • We have a comprehensive and well-designed Tutorial for using our app.
  • We created an API (Joaquin & Kwat's API/Python module pydoc/Github Documentation code) that other developers can use to build on our project or use it in novel ways for their own projects.
  • We used QUnit, a JavaScript unit testing framework, for some of our work during the summer.

iGEM Bronze Medal requirements

  • Our team is all registered and ready to go! We're all immensely excited to represent UC San Diego at Boston.
  • We've created a project description for our application here.
  • Find us ready with a Poster to talk about SBiDer at the Regional Jamboree and World Championship Jamboree, 2014.
  • Our code is well-documented and available via The iGEM Software Registry on GitHub.