Frequency of COVID-19 testing to ensure workplace safety

ictr ictr 1yr ago 0 bookmarks

In a population where there is a constant threat of community infection, there is a need to test everyone to ensure workplace safety. The goal of this simulation is to determine how many in the cohort would be infected with periodic testing at specified intervals.

Code Snippets

Use covid-19 outbreak simulator to simulate the impact of test frequency on workplace safety, using SoS workflow.

1
2
3
4
5
6
7
8
input: for_each=[dict(ps=[10, 20, 30, 40]), dict(ti=[0, 3, 7, 14])]

task: queue='localhost'
sh: expand=True, template_name='conda', env_name='ictr'
    outbreak_simulator --rep 10000 --popsize {ps} --handle-symptomatic remove --stop-if 't>90' --logfile p{ps}_t{ti}.log \
        --plugin community_infection --probability 0.0022 --interval 1  \
        --plugin testing --interval {ti} --proportion 1 --handle-positive remove \
        --plugin stat --at 14 90

Login to post a comment if you would like to share your experience with this workflow.

Do you know this workflow well? If so, you can request seller status and maintenance status of this workflow , and start supporting this workflow.

Free

Created: 1yr ago
Updated: 1yr ago
Maitainers: ictr
URL: https://ictr.github.io/covid19-outbreak-simulator/applications/TestFrequency/
Name: testfrequency
Version: 1
Badge:
workflow icon

Insert copied code into your website to add a link to this workflow.

Accessed: 5
Downloaded: 0
Copyright: Public Domain
License: Creative Commons Zero v1.0 Universal
  • Future updates

Related Workflows

back-to-school
A simulation about mask wearing in public schools in the Greater Houston Area
With increasing incidences of COVID-19 infections in the Greater Houston Area and students returning to school, informed ...
quarantine
Effect of quarantine for the control of COVID19 outbreaks
From the result of the risk of COVID-19 outbreak in an enclosed environment , it was clear that it is risky to introduce ...