Skip to content

Commit

Permalink
Merge pull request #16 from hubverse-org/to-hubverse
Browse files Browse the repository at this point in the history
Rename org name and upgrade to v3.0.0 schema
  • Loading branch information
annakrystalli authored Jun 19, 2024
2 parents d15dbf5 + 89655d7 commit 4fe8b70
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions hub-config/admin.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"schema_version": "https://raw.githubusercontent.com/Infectious-Disease-Modeling-Hubs/schemas/main/v2.0.0/admin-schema.json",
"schema_version": "https://raw.githubusercontent.com/hubverse-org/schemas/main/v3.0.0/admin-schema.json",
"name": "Template Forecast Hub",
"maintainer": "Consortium of Infectious Disease Modeling Hubs",
"contact": {
"name": "Joe Bloggs",
"email": "j.bloggs@cidmh.com"
},
"repository_url": "https://github.com/Infectious-Disease-Modeling-Hubs/hubTemplate",
"repository": {
"host": "github",
"owner": "hubverse-org",
"name": "hubTemplate"
},
"file_format": ["csv", "parquet"],
"timezone": "US/Eastern"
}
2 changes: 1 addition & 1 deletion hub-config/tasks.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schema_version": "https://raw.githubusercontent.com/Infectious-Disease-Modeling-Hubs/schemas/main/v2.0.0/tasks-schema.json",
"schema_version": "https://raw.githubusercontent.com/hubverse-org/schemas/main/v3.0.0/tasks-schema.json",
"rounds": [
{
"round_id_from_variable": true,
Expand Down
2 changes: 1 addition & 1 deletion model-metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Optionally, you may validate a model metadata file locally before submitting it
2. Create a draft of the model metadata file for your model and place it in the `model-metadata` folder of this clone.
3. Install the hubValidations package for R by running the following command from within an R session:
``` r
remotes::install_github("Infectious-Disease-Modeling-Hubs/hubValidations")
remotes::install_github("hubverse-org/hubValidations")
```
4. Validate your draft metadata file by running the following command in an R session:
``` r
Expand Down
6 changes: 3 additions & 3 deletions model-output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ a pull request so that automatic data validation checks are run.
These instructions provide detail about the [data
format](#Data-formatting) as well as [validation](#Forecast-validation) that
you can do prior to this pull request. In addition, we describe
[metadata](https://github.com/Infectious-Disease-Modeling-Hubs/hubTemplate/blob/master/model-metadata/README.md)
[metadata](https://github.com/hubverse-org/hubTemplate/blob/master/model-metadata/README.md)
that each model should provide in the model-metadata folder.

*Table of Contents*
Expand Down Expand Up @@ -84,7 +84,7 @@ The metadata file will be saved within the model-metdata directory in the Hub's

team-model.yml

Details on the content and formatting of metadata files are provided in the [model-metadata README](https://github.com/Infectious-Disease-Modeling-Hubs/hubTemplate/blob/master/model-metadata/README.md).
Details on the content and formatting of metadata files are provided in the [model-metadata README](https://github.com/hubverse-org/hubTemplate/blob/master/model-metadata/README.md).



Expand Down Expand Up @@ -220,7 +220,7 @@ To ensure proper data formatting, pull requests for new data in
When a pull request is submitted, the data are validated through [Github
Actions](https://docs.github.com/en/actions) which runs the tests
present in [the hubValidations
package](https://github.com/Infectious-Disease-Modeling-Hubs/hubValidations). The
package](https://github.com/hubverse-org/hubValidations). The
intent for these tests are to validate the requirements above. Please
[let us know]( *[Insert url to your hub's issues]*) if you are facing issues while running the tests.

Expand Down

0 comments on commit 4fe8b70

Please sign in to comment.