Line 245: | Line 245: | ||
<h4 class="para col-lg-12"> | <h4 class="para col-lg-12"> | ||
<form oninput="SA.value=(parseInt(conc_in.value)-parseInt(conc_ef.value))*parseInt(vol.value)/(parseInt(v.value)*parseInt(t.value)*parseInt(conc_in.value)*1.9095E-10)"> | <form oninput="SA.value=(parseInt(conc_in.value)-parseInt(conc_ef.value))*parseInt(vol.value)/(parseInt(v.value)*parseInt(t.value)*parseInt(conc_in.value)*1.9095E-10)"> | ||
− | Influent (Initial) NP Concentration in WWTP (umols/cm<sup>3</sup>) | + | <table> |
− | + | <tbody> | |
− | + | <tr> | |
− | + | <td>Influent (Initial) NP Concentration in WWTP (umols/cm<sup>3</sup>)</td> | |
− | + | <td><input type="number" id="conc_in" value="0"></td> | |
− | + | </tr> | |
+ | <tr> | ||
+ | <td>Targeted Effluent (Initial) NP Concentration in WWTP (umols/cm<sup>3</sup>)</td> | ||
+ | <td><input type="number" id="conc_ef" value="0"></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Volume of water in clarifier tank of WWTP (L)</td> | ||
+ | <td><input type="number" id="vol" value="0"></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Vertical velocity of water making contact with the biofilm (cm/minutes)</td> | ||
+ | <td><input type="number" id="v" value="0"></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Time of contact between NP contaminated water and our biofilm construct (minutes)</td> | ||
+ | <td><input type="number" id="t" value="0"></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
cm<sup>2</sup> of biofilm needed for clean up: <output name="SA" for="conc_in conc_ef Vol"> </output> | cm<sup>2</sup> of biofilm needed for clean up: <output name="SA" for="conc_in conc_ef Vol"> </output> | ||
</form> | </form> |
Revision as of 09:30, 24 October 2017
X
Project
Experiments
Modeling
Prototype
Human Practices
Safety
About Us
Attributions
Project
Experiment
Modeling
Prototype
Human Practice
Biosafety
About Us
Attributions
Modeling
Computational Biology provides us insight on how to apply experimental data to real world applications!
hi