From 4ec6d97f084a003c313f4ac51772ea58decd57de Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Fri, 17 May 2024 14:04:33 +0200 Subject: [PATCH 1/5] List standards manually (not using list layout) in two groups --- standards/index.md | 100 +++++++++++++++++++++++++++++++++------------ 1 file changed, 73 insertions(+), 27 deletions(-) diff --git a/standards/index.md b/standards/index.md index 70fb2a78e..a791f45c1 100644 --- a/standards/index.md +++ b/standards/index.md @@ -1,6 +1,4 @@ --- -layout: list -list: standards title: Standards description: > From [Darwin Core](/standards/dwc/) to [WGSRPD](/standards/wgsrpd/) TDWG standards aid the exchange of biodiversity information. @@ -8,31 +6,79 @@ background: img: https://images.unsplash.com/photo-1515474594679-6a13c25afb99 by: Milos Prelevic href: https://unsplash.com/photos/shoal-of-fish-65busv7PmzM -toc: false -list: -- href: /standards/abcd/ -- href: /standards/ac/ -- href: /standards/plant-names-authors/ -- href: /standards/bph/ -- href: /standards/bph-supplementum/ -- href: /standards/dwc/ -- href: /standards/delta/ -- href: /standards/economic-botany/ -- href: /standards/floristic-regions/ -- href: /standards/guid-as/ -- href: /standards/hispid3/ -- href: /standards/ih/ -- href: /standards/itf2/ -- href: /standards/plant-names/ -- href: /standards/poss/ -- href: /standards/sdd/ -- href: /standards/tcs/ -- href: /standards/tl-2/ -- href: /standards/tapir/ -- href: /standards/sds/ -- href: /standards/vms/ -- href: /standards/wgsrpd/ -- href: /standards/xdf/ +toc: true --- TDWG standards have a [status and category](/standards/status-and-categories/). Current standards and those under consideration as Draft standards are governed by the [TDWG Process](/about/process/), which includes the appointment of a [Review Manager](/about/review-managers/) to oversee expert and public review of TDWG standards. Our standards are also available as a collection on [FAIRsharing](https://fairsharing.org/collection/TDWGBiodiversity), which places them in context with databases that implement them and data policies that endorse their use. + +## Actively maintained + +### Access to Biological Collection Data (ABCD) Schema + +[Landing page](/standards/abcd/) + +### Audiovisual Core Multimedia Resources Metadata Schema + +[Landing page](/standards/ac/) + +### Darwin Core + +[Landing page](/standards/dwc/) + +### GUID and Life Sciences Identifiers Applicability Statements + +[Landing page](/standards/guid-as/) + +### Taxon Concept Schema (TCS) + +[Landing page](/standards/tcs/) + +### TDWG Access Protocol for Information Retrieval (TAPIR) + +[Landing page](/standards/tapir/) + +### TDWG Standards Documentation Standard (SDS) + +[Landing page](/standards/sds/) + +### Vocabulary Maintenance Standard (VMS) + +[Landing page](/standards/vms/) + +### World Geographical Scheme for Recording Plant Distributions (WGSRPD) + +[Landing page](/standards/wgsrpd/) + +## Not under active maintenance + +### Economic Botany Data Collection Standard + +[Landing page](/standards/economic-botany/) + +### Floristic Regions of the World + +[Landing page](/standards/floristic-regions/) + +### Herbarium Information Standards and Protocols for Interchange of Data (HISPID3) + +[Landing page](/standards/hispid3/) + +### International Transfer Format for Botanic Garden Plant Records (ITF2) + +[Landing page](/standards/itf2/) + +### Plant Names in Botanical Databases + +[Landing page](/standards/plant-names/) + +### Plant Occurrence and Status Scheme (POSS) + +[Landing page](/standards/poss/) + +### Structured Descriptive Data (SDD) + +[Landing page](/standards/sdd/) + +### XDF - A Language for the Definition and Exchange of Biological Data Sets + +[Landing page](/standards/xdf/) From f6de60182d1cc0f53e9d27cc4833ac4ed646c36d Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Fri, 17 May 2024 14:06:50 +0200 Subject: [PATCH 2/5] Rename link externally-managed to external + indicate in nav --- _data/navigation.yml | 6 +++++- standards/{externally-managed => external}/index.md | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename standards/{externally-managed => external}/index.md (100%) diff --git a/_data/navigation.yml b/_data/navigation.yml index 8a85e3306..e2b670066 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,6 +1,10 @@ # Main navigation - text: "Standards" - href: /standards/ + menu: + - text: "Maintained by TDWG" + href: /standards/ + - text: "Externally maintained" + href: /standards/external/ - text: "Journal" href: /journal/ - text: "Community" diff --git a/standards/externally-managed/index.md b/standards/external/index.md similarity index 100% rename from standards/externally-managed/index.md rename to standards/external/index.md From 1ff452d46a13f35408a20d7d836cb20fb488aa8f Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Fri, 17 May 2024 14:31:32 +0200 Subject: [PATCH 3/5] Correct typo --- standards/abcd/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/abcd/index.md b/standards/abcd/index.md index b6def1292..4ff505ec4 100644 --- a/standards/abcd/index.md +++ b/standards/abcd/index.md @@ -1,7 +1,7 @@ --- title: Access to Biological Collection Data (ABCD) Schema description: > - The Access to Biological Collections Data (ABCD) Schema is an evolving comprehensive standard for the access to and exchange of data about specimens and observations (a.k.a. primary biodiversity data). + The Access to Biological Collection Data (ABCD) Schema is an evolving comprehensive standard for the access to and exchange of data about specimens and observations (a.k.a. primary biodiversity data). background: img: https://c1.staticflickr.com/1/839/41611348922_d4030a5197_b.jpg by: "Natural History Museum: Coleoptera Section" From 182f91e4850ab604d9156c8c41e43a880a0de811 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Fri, 17 May 2024 14:32:33 +0200 Subject: [PATCH 4/5] Use short title for headers to have easier navigation Each standard now has: ## Short title [Full title](link to page) or [Full title](link to page) maintained by ... --- standards/external/index.md | 20 +++++------ standards/index.md | 66 ++++++++++++++++++------------------- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/standards/external/index.md b/standards/external/index.md index 6e5dba5cf..c258cbc6d 100644 --- a/standards/external/index.md +++ b/standards/external/index.md @@ -1,7 +1,7 @@ --- -title: Externally-managed standards +title: Externally-maintained standards description: > - Some early TDWG standards are now managed by other organizations. This page provides links to those standards. + Some early TDWG standards are now maintained by other organizations. This page provides links to those standards. background: img: https://images.unsplash.com/photo-1518709766631-a6a7f45921c3 by: sutirta budiman @@ -13,20 +13,20 @@ The standards listed on this page were ratified as TDWG standards prior to the a ## Authors of Plant Names -Maintained as part of [The International Plant Names Index (IPNI)](https://www.ipni.org/). [Landing page for standard](/standards/plant-names-authors/) +[Authors of Plant Names](/standards/plant-names-authors/) is maintained as part of of the [International Plant Names Index (IPNI)](https://www.ipni.org/). -## Botanico-Periodicum-Huntianum and Botanico-Periodicum-Huntianum/Supplementum +## BPH and BPH/Supplementum -Maintained by the [Hunt Institute for Botanical Documentation](http://huntbotanical.org/databases/show.php?1). [Landing page for BPH standard](/standards/bph/). [Landing page for BPH Supplementum standard](/standards/bph-supplementum/) +[Botanico-Periodicum-Huntianum](/standards/bph/) and [Botanico-Periodicum-Huntianum/Supplementum](/standards/bph-supplementum/) are maintained by the [Hunt Institute for Botanical Documentation](https://www.huntbotanical.org/databases/show.php). -## DEscription Language for TAxonomy (DELTA). +## DELTA -Maintained by [its authors](https://www.delta-intkey.com/). [Landing page for standard](/standards/delta/) +[DEscription Language for TAxonomy (DELTA)](/standards/delta/) is maintained by [its authors](https://www.delta-intkey.com/). ## Index Herbariorum -Online version maintained by the [New York Botanical Gardens](https://sweetgum.nybg.org/science/ih/). [Landing page for standard](/standards/ih/) +[Index Herbariorum. Part I: The Herbaria of the World](/standards/ih/) is maintained as an online version by the [New York Botanical Gardens](https://sweetgum.nybg.org/science/ih/). -## Taxonomic Literature, Edition 2 and its Supplements +## TL-2 -Online version maintained by the [Smithsonian Institution](https://www.sil.si.edu/DigitalCollections/tl-2/index.cfm). [Landing page for standard](/standards/tl-2/) +[Taxonomic Literature, Edition 2 and its Supplements (TL-2)](/standards/tl-2/) is maintained as an online version by the [Smithsonian Institution](https://www.sil.si.edu/DigitalCollections/tl-2/index.cfm). diff --git a/standards/index.md b/standards/index.md index a791f45c1..826d58cbc 100644 --- a/standards/index.md +++ b/standards/index.md @@ -13,72 +13,72 @@ TDWG standards have a [status and category](/standards/status-and-categories/). ## Actively maintained -### Access to Biological Collection Data (ABCD) Schema +### ABCD -[Landing page](/standards/abcd/) +[Access to Biological Collection Data (ABCD) Schema](/standards/abcd/) -### Audiovisual Core Multimedia Resources Metadata Schema +### Audiovisual Core -[Landing page](/standards/ac/) +[Audiovisual Core Multimedia Resources Metadata Schema](/standards/ac/) ### Darwin Core -[Landing page](/standards/dwc/) +[Darwin Core](/standards/dwc/) -### GUID and Life Sciences Identifiers Applicability Statements +### GUID Applicability Statements -[Landing page](/standards/guid-as/) +[GUID and Life Sciences Identifiers Applicability Statements](/standards/guid-as/) -### Taxon Concept Schema (TCS) +### SDS -[Landing page](/standards/tcs/) +[TDWG Standards Documentation Standard (SDS)](/standards/sds/) -### TDWG Access Protocol for Information Retrieval (TAPIR) +### TAPIR -[Landing page](/standards/tapir/) +[TDWG Access Protocol for Information Retrieval (TAPIR)](/standards/tapir/) -### TDWG Standards Documentation Standard (SDS) +### TCS -[Landing page](/standards/sds/) +[Taxon Concept Schema (TCS)](/standards/tcs/) -### Vocabulary Maintenance Standard (VMS) +### VMS -[Landing page](/standards/vms/) +[Vocabulary Maintenance Standard (VMS)](/standards/vms/) -### World Geographical Scheme for Recording Plant Distributions (WGSRPD) +### WGSRPD -[Landing page](/standards/wgsrpd/) +[World Geographical Scheme for Recording Plant Distributions (WGSRPD)](/standards/wgsrpd/) ## Not under active maintenance -### Economic Botany Data Collection Standard +### Economic Botany -[Landing page](/standards/economic-botany/) +[Economic Botany Data Collection Standard](/standards/economic-botany/) -### Floristic Regions of the World +### Floristic Regions -[Landing page](/standards/floristic-regions/) +[Floristic Regions of the World](/standards/floristic-regions/) -### Herbarium Information Standards and Protocols for Interchange of Data (HISPID3) +### HISPID3 -[Landing page](/standards/hispid3/) +[Herbarium Information Standards and Protocols for Interchange of Data (HISPID3)](/standards/hispid3/) -### International Transfer Format for Botanic Garden Plant Records (ITF2) +### ITF2 -[Landing page](/standards/itf2/) +[International Transfer Format for Botanic Garden Plant Records (ITF2)](/standards/itf2/) -### Plant Names in Botanical Databases +### Plant Names -[Landing page](/standards/plant-names/) +[Plant Names in Botanical Databases](/standards/plant-names/) -### Plant Occurrence and Status Scheme (POSS) +### POSS -[Landing page](/standards/poss/) +[Plant Occurrence and Status Scheme (POSS)](/standards/poss/) -### Structured Descriptive Data (SDD) +### SDD -[Landing page](/standards/sdd/) +[Structured Descriptive Data (SDD)](/standards/sdd/) -### XDF - A Language for the Definition and Exchange of Biological Data Sets +### XDF -[Landing page](/standards/xdf/) +[XDF - A Language for the Definition and Exchange of Biological Data Sets](/standards/xdf/) From be6d35454dc7a36186be89ca44e0000623b37aa2 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Fri, 17 May 2024 14:32:44 +0200 Subject: [PATCH 5/5] Link to externally maintained page --- standards/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/standards/index.md b/standards/index.md index 826d58cbc..c8439bb14 100644 --- a/standards/index.md +++ b/standards/index.md @@ -82,3 +82,7 @@ TDWG standards have a [status and category](/standards/status-and-categories/). ### XDF [XDF - A Language for the Definition and Exchange of Biological Data Sets](/standards/xdf/) + +## Externally maintained + +[See this page](/standards/external/)