Difference between revisions of "Team:TAS Taipei/Model"

Line 134: Line 134:
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                         <a href="#TR" class="pageNavSm">Trapping Rate</a>
+
                         <a href="#TR" class="pageNavSm">Biofilm/NP Trapping</a>
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                         <a href="#sig" class="pageNavSm">Determining significance</a>
+
                         <a href="#sig" class="pageNavSm">Trapping Capacity</a>
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                         <a href="#SAdet" class="pageNavSm">Surface Area</a>
+
                         <a href="#SAdet" class="pageNavSm">Trapping efficiency</a>
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                         <a href="#BioResults" class="pageNavSm">Results</a>
+
                         <a href="#BioResults" class="pageNavSm">Example Application</a>
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
Line 189: Line 189:
 
                     <div class="row">
 
                     <div class="row">
 
                         <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)">
 
 
                                 <table>
 
                                 <table>
 
                                     <tbody>
 
                                     <tbody>
 
                                         <tr>
 
                                         <tr>
                                             <td>Influent (Initial) NP Concentration in WWTP (umols/cm<sup>3</sup>)</td>
+
                                             <td>Initial NP Concentration (micromolar)</td>
                                             <td><input type="number" id="conc_in" value="0"></td>
+
                                             <td><input type="number" id="L" value="0"></td>
 
                                         </tr>
 
                                         </tr>
 
                                         <tr>
 
                                         <tr>
                                             <td>Targeted Effluent (Initial) NP Concentration in WWTP (umols/cm<sup>3</sup>)</td>
+
                                             <td>Initial Bacteria Concentration (# of cells/microliter)</td>
                                             <td><input type="number" id="conc_ef" value="0"></td>
+
                                             <td><input type="number" id="R" value="0"></td>
 
                                         </tr>
 
                                         </tr>
 
                                         <tr>
 
                                         <tr>
                                             <td>Volume of water in clarifier tank of WWTP (L)</td>
+
                                             <td>Initial NP-PR complex concentration (usually 0 at the start, micromolar)</td>
                                             <td><input type="number" id="vol" value="0"></td>
+
                                             <td><input type="number" id="C" value="0"></td>
 
                                         </tr>
 
                                         </tr>
 
                                         <tr>
 
                                         <tr>
                                             <td>Vertical velocity of water making contact with the biofilm (cm/minutes)</td>
+
                                             <td>Amount of time that can be used for the process</td>
                                             <td><input type="number" id="v" value="0"></td>
+
                                             <td><input type="number" id="t" value="0"></td>
 
                                         </tr>
 
                                         </tr>
 
                                         <tr>
 
                                         <tr>
                                             <td>Time of contact between NP contaminated water and our biofilm construct (minutes)</td>
+
                                             <td><button onclick = "calculate2()">Calculate!</button></td>
                                            <td><input type="number" id="t" value="0"></td>
+
 
                                         </tr>
 
                                         </tr>
                                         <tr>
+
                                         <tr><td colspan=2>Resulting NP Concentration (micromolar) <span id="NPResultConc">&nbsp;&nbsp;&nbsp;</span>
                                            <td colspan="2">cm<sup>2</sup> of biofilm needed for clean up: <output name="SA" for="conc_in conc_ef Vol"> </output></td>
+
 
                                         </tr>
 
                                         </tr>
 
                                     </tbody>
 
                                     </tbody>
Line 236: Line 233:
 
                     </div>
 
                     </div>
 
                     <div class="row" id="BioResults">
 
                     <div class="row" id="BioResults">
                         <h1 class="section-title col-lg-12">Biofilm time trial results, finding average trapping rate (per SA)</h1>
+
                         <h1 class="section-title col-lg-12">Example Application</h1>
                    </div>
+
                    <div class="row" id="calc">
+
                        <h1 class="section-title col-lg-12">Calculator</h1>
+
 
                     </div>
 
                     </div>
 
                     <div class="row">
 
                     <div class="row">
Line 315: Line 309:
  
 
             document.getElementById("SA").innerHTML = SA;
 
             document.getElementById("SA").innerHTML = SA;
 +
        }
 +
        calculate2 = function(){
 +
            var L = document.getElementById("L").value;
 +
            var R = document.getElementById("R").value;
 +
            var C = document.getElementById("C").value;
 +
            var t = document.getElementById("t").value;
 +
            var tStep = 0.1;
 +
            var kOn = 3.5E-7;
 +
            var kOff = 0.32;
 +
            var dcdt = kOn*L*R - kOff*C;
 +
            var i = 0
 +
 +
            for(i = 0; i<(t/tStep); i++){
 +
                dcdt = kOn*L*R - kOff*C;
 +
                L = L - tStep*dcdt;
 +
                R = R - tStep*dcdt;
 +
                C = C+tStep*dcdt;
 +
            }
  
 +
            document.getElementById("NPResultConc").innerHTML = L;
 
         }
 
         }
 
         $(function() {
 
         $(function() {

Revision as of 04:34, 28 October 2017

X

Project

Experiment

Modeling

Prototype

Human Practice

Biosafety

About Us

Attributions

Home

Modeling

Computational Biology provides us insight on how to apply experimental data to real world applications!

test
hi

MODELING

Our model aims to facilitate the implementation of our proteorhodopsin (PR)-expressing bacteria and biofilm prototype in wastewater treatment plants (WWTPs). Using variables which are specific to any WWTP (such as flow rate and water retention time in each tank), we can determine the amount of bacteria or surface area of biofilm needed to reduce nanoparticle concentration in the treated effluent.

INTRODUCTION

filler text

PROTEORHODOPSIN TRAPPING MODEL

Proteorhodopsin and citrate binding modeled as a ligand-receptor interaction

Determining NP binding rate (kon) and dissociation rate (koff) constants using experimental data

Example Application of Completed Model

Initial NP Concentration (micromolar)
Initial Bacteria Concentration (# of cells/microliter)
Initial NP-PR complex concentration (usually 0 at the start, micromolar)
Amount of time that can be used for the process
Resulting NP Concentration (micromolar)    

Calculations

BIOFILM TRAPPING MODEL

Evaluating the trapping rate through the change in substrate concentration and volumetric flow rate

Determining the significance of different factors

Surface Area

Example Application

Initial volume of clarifier tank (L)
Final volume of clarifier tank (L)
Initial concentration of NP in tank (micromolar)
Targeted final concentration on NP in tank (micromolar)
Vertical velocity of water (or velocity of water in contact with biofilm, cm/min)
Time for biofilm to be in contact with NP solution (minutes)
Surface area of biofilm needed (cm2)    

REFERENCES

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est sit odit dolorum illum nemo harum voluptatem sapiente consequuntur hic, earum quos facilis ea magnam, laudantium ipsam. Inventore labore non, accusantium nemo? Similique optio praesentium ad aliquam illo, ipsum, accusantium explicabo architecto molestias fugiat maiores. Optio pariatur, aliquam quia commodi dignissimos?