-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add labels in en and fr to the tables table.
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
tableName,tableDesc | ||
Sample,The sample is a representative volume of wastewater taken from a Site which is then analysed by a lab. | ||
WWMeasure,"Measurement result (ie. single variable) from a wastewater sample. WWMeaasure includes data that is commonly collected by staff at wastewater laboratories where measurement is performed using an assay method (see AssayMethod), but can also be performed using specific instruments (see Instruments. Measures performed at the site of the wastewater sample are reported in SiteMeasure." | ||
Site,"The site of wastewater sampling, including several defaults that can be used to populate new samples upon creation." | ||
SiteMeasure,Measurement result (ie. single variable) obtained by at the site of wastewater sample.SiteMeasure includes data that is commonly collected by staff at wastewater treatment facilities and field sample locations. These measures that are not performed on the wastewater sample but provide additional context necessary for the interpretation of the results. Measures performed on the wastewater sample are reported in WWMeasure. | ||
Reporter,The individual or organization that is reporting and responsible for the quality of the data. | ||
Lab,Laboratory that performs SARS-CoV-2 wastewater testing at one or more sites. | ||
AssayMethod,"The assay method that was used to perform testing. Create a new record if there are changes (improvements) to an existing assay method. Keep the same ID and use an updated version. A new record for a new version can include only the fields that changed, however, we recommend duplicating existing fields to allow each record to clearly describe all steps. Add a current date when recording a new version to an assay." | ||
Instrument,Instruments that are used for measures in WWMeasure and SiteMeasure. The assay method for viral measurement are described in AssayMethod. | ||
Polygon,"A simple polygon that encloses an area on the surface of the earth, normally these polygons will either be of a sewer catchment area or of a health region or other reporting area." | ||
CovidPublicHealthData,Covid-19 patient data for a specified polygon. | ||
Lookup,Used for lookup values of all category based columns | ||
tableName,tableLabel_en,tableLabel_fr,tableDesc | ||
Sample,Wastewater sample data,Donn�es sur les �chantillons d'eaux us�es,The sample is a representative volume of wastewater taken from a Site which is then analysed by a lab. | ||
WWMeasure,Wastewater measurement data,Donn�es de mesure des eaux us�es,"Measurement result (ie. single variable) from a wastewater sample. WWMeaasure includes data that is commonly collected by staff at wastewater laboratories where measurement is performed using an assay method (see AssayMethod), but can also be performed using specific instruments (see Instruments. Measures performed at the site of the wastewater sample are reported in SiteMeasure." | ||
Site,site of sample,site de l'�chantillon,"The site of wastewater sampling, including several defaults that can be used to populate new samples upon creation." | ||
SiteMeasure,Site Measurement,Mesure du site,Measurement result (ie. single variable) obtained by at the site of wastewater sample.SiteMeasure includes data that is commonly collected by staff at wastewater treatment facilities and field sample locations. These measures that are not performed on the wastewater sample but provide additional context necessary for the interpretation of the results. Measures performed on the wastewater sample are reported in WWMeasure. | ||
Reporter,Reporter of data,Rapporteur des donn�es,The individual or organization that is reporting and responsible for the quality of the data. | ||
Lab,Lab,Laboratoire,Laboratory that performs SARS-CoV-2 wastewater testing at one or more sites. | ||
AssayMethod,Assay Method,M�thode d'essai,"The assay method that was used to perform testing. Create a new record if there are changes (improvements) to an existing assay method. Keep the same ID and use an updated version. A new record for a new version can include only the fields that changed, however, we recommend duplicating existing fields to allow each record to clearly describe all steps. Add a current date when recording a new version to an assay." | ||
Instrument,Instrument,Instrument,Instruments that are used for measures in WWMeasure and SiteMeasure. The assay method for viral measurement are described in AssayMethod. | ||
Polygon,Area,Domaine,"A simple polygon that encloses an area on the surface of the earth, normally these polygons will either be of a sewer catchment area or of a health region or other reporting area." | ||
CovidPublicHealthData,Covid Public Health ,Covid Sant� publique ,Covid-19 patient data for a specified polygon. | ||
Lookup,Lookup Table,Tableau de recherche,Used for lookup values of all category based columns |