Day 2

scope
Author

Amy Heather

Published

October 2, 2024

Note

Consensus on scope and archive the repository. Total time used: 1h 7m (2.8%)

Untimed: Consensus on scope

Emailed the scope to Tom, who responded that he was happy with it. There was one section of the Discussion he highlighted as being unsure if it was covered:

“This is shown to reduce life-years lost by up to 12% from the ‘‘first-come, first-served’’ baseline, although the corresponding reduction in deaths is a modest 2.7%.” Wood et al. (2021)

But we identified that it was captured in Figure 4.

15.38-15.47: Archive repository

Updated CHANGELOG, set up sync on Zenodo, and created a release, to archive the repository with agreed scope on Zenodo.

Timings

import sys
sys.path.append('../')
from timings import calculate_times

# Minutes used prior to today
used_to_date = 58

# Times from today
times = [
    ('15.38', '15.47')]

calculate_times(used_to_date, times)
Time spent today: 9m, or 0h 9m
Total used to date: 67m, or 1h 7m
Time remaining: 2333m, or 38h 53m
Used 2.8% of 40 hours max

References

Wood, Richard M., Adrian C. Pratt, Charlie Kenward, Christopher J. McWilliams, Ross D. Booton, Matthew J. Thomas, Christopher P. Bourdeaux, and Christos Vasilakis. 2021. “The Value of Triage During Periods of Intense COVID-19 Demand: Simulation Modeling Study.” Medical Decision Making 41 (4): 393–407. https://doi.org/10.1177/0272989X21994035.