Difference between revisions of "Team:Michigan Software/Results"

(Prototype team page)
 
 
(24 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
 +
<style>
  
<div class="column full_size" >
+
.blue-border{
 +
border-radius: 5px;
 +
            border-color: #00274c;
 +
border-style: solid;
 +
padding: 50px;
 +
}
  
<p>Here you can describe the results of your project and your future plans. </p>
+
.p-font{
 +
            /*color: #00274c;*/
 +
            font-family: "font-family: 'Comfortaa', cursive";
 +
            font-weight:400;
 +
font-size: 12pt !important;
 +
        }
 +
.grey-text{
 +
color: #4d4d4d;
 +
}
 +
.heading-weight{
 +
font-weight:700;
 +
}
  
<h5>What should this page contain?</h5>
 
<ul>
 
<li> Clearly and objectively describe the results of your work.</li>
 
<li> Future plans for the project </li>
 
<li> Considerations for replicating the experiments </li>
 
</ul>
 
  
</div>
+
</style>
  
<div class="column half_size" >
+
</head>
 +
<body>
  
 +
<div class="container">
 +
       
 +
        <div class="row">
 +
        <div class="col-xs-12 col-md-9 blue-border">
  
<h5> Project Achievements </h5>
+
<div class="row" style="border-bottom:thin solid;">
 +
            <div class="col-xs-12" style="font-family: 'Comfortaa', cursive; color:#00274c !important; padding-bottom:30px">
 +
                <h1>Michigan Software Team<br>ProtoCat 3.0 - Results</h1>
 +
            </div>
 +
      </div>
 +
 +
<br>
  
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
<div>
 +
<h3>Accomplishments</h3>
 +
<ul>
 +
<li>ProtoCat 3.0 is live at <a class="a-over" href="https://protocat.org">protocat.org</a></li>
 +
<li>Automatic variable reagent calculator</li>
 +
<li>Timer and warning features in protocol steps</li>
 +
<li>Advanced search and filtering options</li>
 +
<li>Version control implemented</li>
 +
<li>ProtoCat 3.0 API is fully functional</li>
 +
</ul>
 +
<h3>Future Improvements</h3>
 +
<ul>
 +
<li>Multi-variable calculations</li>
 +
<li>Ability to save protocol drafts</li>
 +
<li>Make user interface more intuitive</li>
 +
<li>Improved search algorithms</li>
 +
</ul>
 +
<h3>Medal Requirements Completed</h3>
 +
<ul>
 +
<h4>Bronze</h4>
 +
<ul>
 +
<li>Register and attend</li>
 +
<li>Deliverables - We have:<br>
 +
<ul>
 +
<li><a href="https://2016.igem.org/Team:Michigan_Software">Team wiki</a></li>
 +
<li>Poster</li>
 +
<li>Presentation</li>
 +
<li>Safety forms</li>
 +
<li>Judging forms</li>
 +
</ul></li>
 +
<li><a href="https://2016.igem.org/Team:Michigan_Software/Attributions">Attribution page on wiki</a></li>
 +
<li>Contribution - ProtoCat 3.0<br>
 +
<ul>
 +
<li><a href="https://2016.igem.org/Team:Michigan_Software/Description">Project description</a></li>
 +
<li><a href="https://github.com/igemsoftware2016/Michigan16">Our github</a></li>
 +
</ul></li>
 +
</ul>
 +
 +
<h4>Silver</h4>
 +
<ul>
 +
<li><a href="https://2016.igem.org/Team:Michigan_Software/Proof">Validation</a>: We had both unit and user testing</li>
 +
<li><a href="https://2016.igem.org/Team:Michigan_Software/Collaborations">Collaboration</a>: We worked with Rice University iGEM team</li>
 +
<li><a href="https://2016.igem.org/Team:Michigan_Software/HP/Silver">Human Practices</a>: We worked with OpenWetWare to create a standard protocol model</li>
 +
</ul>
 +
 +
<h4>Gold</h4>
 +
<ul>
 +
<li>Improve a previous project: We improved upon Protocat 2.0, Michigan Software 2015's project</li>
 +
<li><a href="https://2016.igem.org/Team:Michigan_Software/Proof">Proof of concept</a></li>
 +
<li><a href="https://2016.igem.org/Team:Michigan_Software/Demonstrate">Demonstrate your work</a></li>
 +
</ul>
 +
  
<ul>
+
<li>A list of linked bullet points of the successful results during your project</li>
+
</ul>
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
</ul>
+
  
</div>
+
</div>
  
 +
        </div>
 +
        </div>
 +
</div>
  
<div class="column half_size" >
 
  
<h5>Inspiration</h5>
 
<p>See how other teams presented their results.</p>
 
<ul>
 
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
 
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
 
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
 
</ul>
 
  
</div>
 
  
  
  
 
</html>
 
</html>

Latest revision as of 22:17, 19 October 2016

Michigan Software Team
ProtoCat 3.0 - Results


Accomplishments

  • ProtoCat 3.0 is live at protocat.org
  • Automatic variable reagent calculator
  • Timer and warning features in protocol steps
  • Advanced search and filtering options
  • Version control implemented
  • ProtoCat 3.0 API is fully functional

Future Improvements

  • Multi-variable calculations
  • Ability to save protocol drafts
  • Make user interface more intuitive
  • Improved search algorithms

Medal Requirements Completed