Skip to content

Commit

Permalink
adapted infectiousness_days reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdossan committed Nov 21, 2024
1 parent 33cc378 commit 78286ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions caimira/src/caimira/calculator/store/data_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class DataRegistry:
},
"infectiousness_days": {
"value": 14,
"references": "From authorities, only used for incidence rate calculations.",
"references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.",
},
},
"SARS_CoV_2_ALPHA": {
Expand All @@ -275,7 +275,7 @@ class DataRegistry:
},
"infectiousness_days": {
"value": 14,
"references": "From authorities, only used for incidence rate calculations.",
"references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.",
},
},
"SARS_CoV_2_BETA": {
Expand All @@ -296,7 +296,7 @@ class DataRegistry:
},
"infectiousness_days": {
"value": 14,
"references": "From authorities, only used for incidence rate calculations.",
"references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.",
},
},
"SARS_CoV_2_GAMMA": {
Expand All @@ -317,7 +317,7 @@ class DataRegistry:
},
"infectiousness_days": {
"value": 14,
"references": "From authorities, only used for incidence rate calculations.",
"references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.",
},
},
"SARS_CoV_2_DELTA": {
Expand All @@ -338,7 +338,7 @@ class DataRegistry:
},
"infectiousness_days": {
"value": 14,
"references": "From authorities, only used for incidence rate calculations.",
"references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.",
},
},
"SARS_CoV_2_OMICRON": {
Expand All @@ -359,7 +359,7 @@ class DataRegistry:
},
"infectiousness_days": {
"value": 14,
"references": "From authorities, only used for incidence rate calculations.",
"references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.",
},
},
},
Expand Down

0 comments on commit 78286ec

Please sign in to comment.