Skip to content

Commit

Permalink
modified missing values for some columns
Browse files Browse the repository at this point in the history
  • Loading branch information
aidaanva committed Jan 31, 2025
1 parent 81089be commit ba17b18
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ project_name publication_year data_publication_doi sample_name archive_project a
AndradesValtuena2017 2017 10.1016/j.cub.2017.10.025 1343UnTal85 PRJEB19335 ERS1892067 TRUE TRUE NA FALSE main text 2 10.1371/journal.pone.0139705 TRUE MAMS 18949 AMS NR NR tooth 3819 24 -20.5 47.5 -99999 3.3 TRUE IntCal13 OxCal v4.2.24 default 10.1017/S0033822200033865 4346 4098 4203 cal BP 2 TRUE FALSE NA NA NA NA NA
AndradesValtuena2017 2017 10.1016/j.cub.2017.10.025 6Post PRJEB19335 ERS1892066 TRUE TRUE NA FALSE main text 2 10.1371/journal.pone.0139705 TRUE MAMS 18955 AMS NR NR tooth 3574 19 -20.7 49 -99999 3.3 TRUE IntCal13 OxCal v4.2.24 default 10.1017/S0033822200033865 3957 3832 3873 cal BP 2 TRUE FALSE NA NA NA NA NA
Spyrou2018 2018 10.1038/s41467-018-04550-9 RT5 PRJEB24296 ERS2106903 TRUE TRUE NA FALSE main text 1 10.1038/s41467-018-04550-9 TRUE MAMS 29430 NR NR NR tooth 3517 27 -99999 -99999 -99999 -99999 TRUE NR NR NR NR NR 3868 3704 3789 cal BP 2 FALSE NA NA NA NA NA NA
Spyrou2018 2018 10.1038/s41467-018-04550-9 RT6 PRJEB24296 ERS2106904 TRUE TRUE NA FALSE main text 1 10.1038/s41467-018-04550-9 TRUE MAMS 29431 NR NR NR tooth 3499 25 -99999 -99999 -99999 -99999 TRUE NR NR NR NR NR 3842 3696 NA cal BP 2 FALSE NA NA NA NA NA NA
Spyrou2018 2018 10.1038/s41467-018-04550-9 RT6 PRJEB24296 ERS2106904 TRUE TRUE NA FALSE main text 1 10.1038/s41467-018-04550-9 TRUE MAMS 29431 NR NR NR tooth 3499 25 -99999 -99999 -99999 -99999 TRUE NR NR NR NR NR 3842 3696 -99999 cal BP 2 FALSE NA NA NA NA NA NA
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"type": ["integer","null"],
"title": "Radiocarbon Lab Sample ID",
"description": "C14 sample code of the radiocarbon date from the lab",
"examples": [12355, 44034, "NA"]
"examples": [12355, 44034, -99999, "NA"]
},
"spectrometry_type": {
"$id": "#/items/properties/spectrometry_type",
Expand All @@ -195,7 +195,7 @@
"$id": "#/items/properties/pretreatment_reported",
"type": "string",
"title": "Is Preatreatmnet Reported?",
"pattern": "TRUE|FALSE|NA|NR",
"pattern": "TRUE|FALSE|NA",
"description": "Is a pretreatment reported?",
"examples": ["TRUE", "FALSE", "NA", "NR"]
},
Expand All @@ -221,14 +221,14 @@
"maximum": 50000,
"title": "Uncalibrated Date Year",
"description": "The uncalibrated date in calendar year date Before Present notation",
"examples": [934, 3960, 13000, "NA"]
"examples": [934, 3960, 13000, -99999, "NA"]
},
"uncalibrated_uncertainty_plus_minus": {
"$id": "#/items/properties/uncalibrated_uncertainty_plus_minus",
"type": ["integer", "null"],
"title": "Uncalibrated Date Year Uncertainty",
"description": "Uncertainty value around uncalibrated date in calendar year date Before Present notation, typically indicated by ±",
"examples": [32, 5, 150, "NA"]
"examples": [32, 5, 150, -99999, "NA"]
},
"delta_13c": {
"$id": "#/items/properties/delta_13c",
Expand Down Expand Up @@ -299,31 +299,31 @@
"calibration_software_citation_doi": {
"$id": "#/items/properties/calibration_software_citation_doi",
"type": "string",
"pattern": "^10.\\d{4,9}\\/[^,]+$|NR|NA",
"pattern": "^10.\\d{4,9}\\/[^,]+$|NA",
"title": "Digital Object Identifier (DOI) of the radiocarbon calibration software publication.",
"description": "A valid DOI code (not as an URL).",
"examples": ["10.1038/ng.2906", "NR", "NA"]
"examples": ["10.1038/ng.2906", "NA"]
},
"calibrated_range_lower": {
"$id": "#/items/properties/calibrated_range_lower",
"type": [ "integer", "null" ],
"title": "Lower Date of Calibrated Date Range",
"description": "The lower range of the calibrated date",
"examples": [1650, "NA"]
"examples": [1650, -99999, "NA"]
},
"calibrated_range_upper": {
"$id": "#/items/properties/calibrated_range_upper",
"type": [ "integer", "null" ],
"title": "Upper Date of Calibrated Date Range",
"description": "The upper range of the calibrated date",
"examples": [1450, "NA"]
"examples": [1450, -99999, "NA"]
},
"calibrated_range_median": {
"$id": "#/items/properties/calibrated_range_median",
"type": [ "integer", "null" ],
"title": "Median Date of Calibrated Date Range",
"description": "The median date of the calibrated date range",
"examples": [1550, "NA"]
"examples": [1550, -99999, "NA"]
},
"calibrated_range_suffix": {
"$id": "#/items/properties/calibrated_range_suffix",
Expand All @@ -338,7 +338,7 @@
"type": [ "integer", "null" ],
"title": "Calibrated range sigma",
"description": "Confidence level of the reported calibrated age range, typically in 2 (95.4%) or 1 (68.2%) levels of significance (sigma).",
"examples": [1, 2, "NA"]
"examples": [1, 2, -99999, "NA"]
},
"reservoir_offset_mentioned": {
"$id": "#/items/properties/reservoir_offset_mentioned",
Expand Down Expand Up @@ -368,28 +368,28 @@
"type": [ "integer", "null" ],
"title": "Reservoir Offset Reported",
"description": "If the actual value of the offset has been reported (set NR if applied but actual value of offset not reported)",
"examples": [250, 400, "NA"]
"examples": [250, 400, -99999, "NA"]
},
"reservoir_offset_reported_sd": {
"$id": "#/items/properties/reservoir_offset_reported_sd",
"type": [ "integer", "null" ],
"title": "Reservoir Offset Reported Standard Deviation",
"description": "Standard deviation of the reported reservoir offset. Should be indicated by ±",
"examples": [25, 40, "NA"]
"examples": [25, 40, -99999, "NA"]
},
"reservoir_aquatic_carbon_perc": {
"$id": "#/items/properties/reservoir_aquatic_carbon_perc",
"type": [ "integer", "null" ],
"title": "Reservoir Offset Aquatic carbon percentage",
"description": "Percentage δ13C estimate of fish contribution to reservoir offset value",
"examples": [53, 15, "NA"]
"examples": [53, 15, -99999, "NA"]
},
"reservoir_aquatic_carbon_perc_sd": {
"$id": "#/items/properties/reservoir_aquatic_carbon_perc_sd",
"type": [ "integer", "null" ],
"title": "Reservoir Offset Reported Standard Deviation",
"description": "Standard deviation of % δ13C estimate of fish contribution to reservoir offset value. Should be indicated by ±",
"examples": [25, 40, "NA"]
"examples": [25, 40, -99999, "NA"]
}
}
}
Expand Down

0 comments on commit ba17b18

Please sign in to comment.