From 71dc4a4e4459c0e0ed8d647d7416718a42642505 Mon Sep 17 00:00:00 2001 From: Michael Kranz Date: Sun, 4 Feb 2024 22:08:27 -0600 Subject: [PATCH] Fix to tables --- .../docs/assets/templates/csvtemplate.md | 5 +++-- variable-level-metadata-schema/docs/csvtemplate-fields.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/variable-level-metadata-schema/docs/assets/templates/csvtemplate.md b/variable-level-metadata-schema/docs/assets/templates/csvtemplate.md index 59e213c..4f38e68 100644 --- a/variable-level-metadata-schema/docs/assets/templates/csvtemplate.md +++ b/variable-level-metadata-schema/docs/assets/templates/csvtemplate.md @@ -35,13 +35,14 @@ The aim of this HEAL metadata piece is to track and provide basic information ab Examples: -A table with 3 of the same variables: +_A table with 2 columns (fields) of the same variables:_ |`standardsMappings[0].instrument.title` | `standardsMappings[1].instrument.title`| | -- | -- | | My first instrument | My second instrument | -A table with 3 of the same variables: +_A table with 3 columns (fields) of the same variables:_ + |`relatedConcepts[0].url` | `relatedConcepts[1].url` | `relatedConcepts[2].url`| |---|---|--| | fakehttp://my-first-concept-url.org | fakehttp://my-second-concept-url.org | fakehttp://my-third-concept-url.org | diff --git a/variable-level-metadata-schema/docs/csvtemplate-fields.md b/variable-level-metadata-schema/docs/csvtemplate-fields.md index c8192c4..cd69c1f 100644 --- a/variable-level-metadata-schema/docs/csvtemplate-fields.md +++ b/variable-level-metadata-schema/docs/csvtemplate-fields.md @@ -460,13 +460,14 @@ The two types of formats for `geopoint` (describing a geographic point). Examples: -A table with 3 of the same variables: +_A table with 2 columns (fields) of the same variables:_ |`standardsMappings[0].instrument.title` | `standardsMappings[1].instrument.title`| | -- | -- | | My first instrument | My second instrument | -A table with 3 of the same variables: +_A table with 3 columns (fields) of the same variables:_ + |`relatedConcepts[0].url` | `relatedConcepts[1].url` | `relatedConcepts[2].url`| |---|---|--| | fakehttp://my-first-concept-url.org | fakehttp://my-second-concept-url.org | fakehttp://my-third-concept-url.org |