generated from hubverse-org/hubTemplate
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attempt submission #7
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5655d00
attempt submission
tkcy d649ea4
update metadata
tkcy 10d8884
Update CU-RSV_SVIRS.yml
tkcy d6a0e77
change date
tkcy 9aca22c
Update CU-RSV_SVIRS.yml
tkcy b1609c0
adjust formatting of output file
tkcy ec8b3a4
Merge remote-tracking branch 'upstream/main'
tkcy c551572
change datetime format
tkcy a628b9d
remove point predictions
tkcy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
model-output/.DS_Store | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
schema_version: "https://raw.githubusercontent.com/Infectious-Disease-Modeling-Hubs/schemas/main/v2.0.0/admin-schema.json" | ||
team_name: "Columbia University" | ||
team_abbr: "CU" | ||
model_name: "RSV_SVIRS" | ||
model_abbr: "RSV_SVIRS" | ||
model_contributors: [ | ||
{ | ||
"name": "Yamana Teresa", | ||
"affiliation": "Columbia University", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Pei Sen", | ||
"affiliation": "Columbia University", | ||
"email": "[email protected]" | ||
} | ||
] | ||
license: "CC-BY-4.0" | ||
methods: "Age-structured SVIRS model coupled with Ensemble Adjustment Kalman Filter. Inputs CDC RSV-NET, POLYMOD contact matrix, and seasonal absolute humidity" | ||
methods_long: "Age-structured state-level SVIRS compartmental model coupled with Ensemble Adjustment Kalman Filter. Model is fit to CDC RSV-NET data. Each state’s population divided into age categories: <1, 1-4, 5-64, and 65+. Model transmission rate is modified by seasonal absolute humidity. Contacts between age groups are informed by the POLYMOD study. 300 ensemble members are initialized for each location." | ||
model_version: "1.0" | ||
website_url: "https://github.com/tkcy/projections2023_2024/" | ||
team_funding: "CSTE NU38OT00297" | ||
data_inputs: "CDC RSV-NET, POLYMOD contact matrix, and seasonal absolute humidity" | ||
|
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your submission!
Could you add the lines below in your model-metadata?
schema version (please add it in the first line as is:)
schema_version: "https://raw.githubusercontent.com/Infectious-Disease-Modeling-Hubs/schemas/main/v2.0.
0/admin-schema.json"
website_url
it is needed as a required property like:
website_url: "https://url_to_yourmodel_website.com"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated!