Files
2015-GCAT/Rails/app/views/assays/new.html.erb
T

11 lines
415 B
Plaintext
Raw Normal View History

2015-04-10 15:12:45 -05:00
<div id="form-container">
<h1>Growth Curve Analysis Tool</h1>
2015-06-26 15:04:35 -05:00
<div style="width:45%;">
2015-04-10 15:12:45 -05:00
This tool processes microbial growth curve data collected in a microtiter plate format and
generates a table of biologically meaningful growth curve characteristics, as well as relevant
plots. These characteristics can be used to select strains with optimal growth properties.
</div>
<%= render 'form' %>
</div>