Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ater into dev
  • Loading branch information
hswerdfe committed Mar 15, 2021
2 parents 6512f46 + 05b4155 commit c98e8cf
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 138 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,35 @@ See [license](LICENSE) for more information.

**v1.1.0**

- **There are several small breaking changes to correct typos in variable names**
- **Variable name changes (breaking changes :bangbang:)**

- `sampleTypeDefault`: Change from `SampleTypeDefault`. Now consistent use of lowercaase first letter.
- `extractionVolMl`: Change from `sampleSizeL`. Description of the variable was also changed.
- `sampleTypeDefault`: Change from `SampleTypeDefault`. Now consistent use of lowercase first letter.
- `sampleTypeOtherDefault`: Change from `SampleTypeOtherDefault`.
- `sampleCollectionDefault`: Change from `SampleCollectionDefault`.
- `sampleCollectOtherDefault`: Change from `SampleCollectOtherDefault`.
- `sampleStorageTempCDefault`: Change from `SampleStorageTempCDefault`.
- `measureFractionAnalyzedDefault`: Change from `MeasureFractionAnalyzedDefault`.


- **New variables**

- [Reporter](metadata.md#reporter) table
- `organization`: Organziation of reproter. Issue [#97](https://github.com/Big-Life-Lab/covid-19-wastewater/issues/97)
- Reporter
- `organization`: Organization of reporter. Issue [#97](https://github.com/Big-Life-Lab/covid-19-wastewater/issues/97)

- [Sample](metadata.md#sample) table
- Sample
- `reporterID`: Reporter ID. Currently, reporterID is `WWmeasure` table but reporter for samples can be different. Issue [#93](https://github.com/Big-Life-Lab/covid-19-wastewater/issues/93)
- `index`: Index number in case the sample was taken multiple times. Issue [#103](https://github.com/Big-Life-Lab/covid-19-wastewater/issues/103)
- `InstrumentID`: Links with the Instrument table to describe the instrument used for sampling. Issue [#104](https://github.com/Big-Life-Lab/covid-19-wastewater/issues/104)

- SiteMeasure
- `SampleID`: Makes sure that samples can easily be linked back to the site measurements, without the need for comparing dates. In case that multiple samples need to be linked to the same site measurement, create a comma separated list of sample IDs.

- **Deleted variable categories (breaking changes :bangbang:)**
- `SiteMeasure` table, `aggregation` variable, all of the options that included normalization
- `sdNr`,"Standard deviation, normalized",L'�cart type normalis�
- `geoMnNr`,"Geometric mean, normalized",Moyenne g�om�trique normalis�e.
- `meanNr`,"Arithmetic mean, normalized",Moyenne arithm�tique normalis�e.

- **New variable categories**

Expand Down Expand Up @@ -83,7 +93,7 @@ See [license](LICENSE) for more information.
- `VariableCategories`: list of categories for variables.

- **Other**

- Missing values for the `value` field in the different tables should be reported using the following notation 'NA', and ideally follow with a note that explains why the value is missing. An example: Every day a daily average flow measurement is generated, yet because of fouling the instrument stopped functioning for one day which makes that this data is missing.
- SQL template updated to reflect v1.1.0 (and also v1.0.0). These files are now automatically generated from the metadata tables (above). The SQL tables are in SQLite format.
- Several small grammatical errors corrected in the English variable descriptions.

Expand Down
Loading

0 comments on commit c98e8cf

Please sign in to comment.