Online app, based on a mathematical model created by MIT professors Martin Z. Bazant and John Bush, designed to improve upon current social distancing guidelines.
In many applications, people may spend h hours per day together. You might add an input for days d to removal by testing or showing symptoms (5.5 default for the latter), and then in parenthesis give the maximum hours per day allowed h_max = min(24,tau_max/24*d), e.g. “5 people for 30 hours (6 hrs/day)”.
Currently not sure what the best way to include this is. Need to keep the app as transparent and user-friendly as possible.
Per Prof. Bazant:
In many applications, people may spend h hours per day together. You might add an input for days d to removal by testing or showing symptoms (5.5 default for the latter), and then in parenthesis give the maximum hours per day allowed h_max = min(24,tau_max/24*d), e.g. “5 people for 30 hours (6 hrs/day)”.
Currently not sure what the best way to include this is. Need to keep the app as transparent and user-friendly as possible.