Skip to content

Commit

Permalink
Fix to tables
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkranz committed Feb 5, 2024
1 parent 080af4d commit 71dc4a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
5 changes: 3 additions & 2 deletions variable-level-metadata-schema/docs/csvtemplate-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 71dc4a4

Please sign in to comment.