Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcy committed Mar 18, 2024
2 parents 7014ca6 + fa34516 commit 503350b
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/after-validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# workflows: ["Hub Submission Validation (R)"] # The name of the workflow we want to trigger from
# types:
# - completed
pull_request:
pull_request_target:
types:
- closed

Expand Down
32 changes: 32 additions & 0 deletions model-metadata/PSI-PROF.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
schema_version: "https://raw.githubusercontent.com/Infectious-Disease-Modeling-Hubs/schemas/main/v2.0.0/admin-schema.json"
team_name: "Predictive Science Inc."
team_abbr: "PSI"
model_name: "Package for Respiratory Disease Open-source Forecasting"
model_abbr: "PROF"
model_version: "1.0"
model_contributors: [
{
"name": "Michal Ben-Nun",
"affiliation": "Predictive Science Inc",
"email": "[email protected]"
},
{
"name": "James Turtle",
"affiliation": "Predictive Science Inc",
"email": "[email protected]"
},
{
"name": "Pete Riley",
"affiliation": "Predictive Science Inc",
"email": "[email protected]"
}
]
website_url: "https://www.predsci.com/usa-flu-hosp/"
license: "CC-BY-4.0"
citation: "https://doi.org/10.1371/journal.pcbi.1010375"
team_funding: "CSTE/CDC: Development of Forecasts and/or Scenario Projections for Influenza to Inform Public Health Decision Making (Cooperative Agreement number NU38OT000297)."
methods: "We fit and extrapolate an age-stratified SIR compartmental model with four levels of natural immunity as well as infant/elder vaccination."
data_inputs: "Weekly incident flu hospital admissions from RSV-NET. US Census population totals and age distributions by state. Estimated vaccination rates from the Scenario Modeling Hub-RSV Round 1."
methods_long: "Model parameters are determined by a three-phase fitting procedure. 1) Pre-pandemic data is used to determine parameters that characterize the pathogen transmission characteristics. 2) 2020-2023 season data are used to estimate the age-stratified number of susceptibles entering the current season. 3) Fit the timing of each model trajectory to the current late-season data and then filter trajectories for best alignment with the entire season. The model uses 14 age strata (highly concentrated in the very young) so that we can properly account for maternally-conferred immunity in infants."


Binary file not shown.
Binary file added model-output/PSI-PROF/2024-03-03-PSI-PROF.parquet
Binary file not shown.
Binary file added model-output/PSI-PROF/2024-03-10-PSI-PROF.parquet
Binary file not shown.
Binary file not shown.

0 comments on commit 503350b

Please sign in to comment.