From 1d26be87cf5f42a43a3eceb8a068f1f3575a62b2 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Thu, 2 Nov 2023 14:54:04 +0100 Subject: [PATCH 1/2] Link example to 1.0 specs --- example/datapackage.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/datapackage.json b/example/datapackage.json index 7a0c1d9..387acf8 100644 --- a/example/datapackage.json +++ b/example/datapackage.json @@ -7,7 +7,7 @@ "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", - "schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0-rc.1/deployments-table-schema.json" + "schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/deployments-table-schema.json" }, { "name": "media", @@ -16,7 +16,7 @@ "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", - "schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0-rc.1/media-table-schema.json" + "schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/media-table-schema.json" }, { "name": "observations", @@ -25,7 +25,7 @@ "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", - "schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0-rc.1/observations-table-schema.json" + "schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/observations-table-schema.json" }, { "name": "individuals", @@ -39,7 +39,7 @@ ] } ], - "profile": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0-rc.1/camtrap-dp-profile.json", + "profile": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/camtrap-dp-profile.json", "name": "camtrap-dp-example-dataset", "id": "7cca70f5-ef8c-4f86-85fb-8f070937d7ab", "created": "2023-02-06T11:23:03Z", From 58d4977ce749d064c95f52dc5830524428347ef6 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Thu, 2 Nov 2023 14:54:44 +0100 Subject: [PATCH 2/2] Update example page Remove 1.0-rc.1 as it is an test release --- pages/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/example.md b/pages/example.md index d108523..0117762 100644 --- a/pages/example.md +++ b/pages/example.md @@ -14,7 +14,7 @@ The dataset is derived from a [camera trap study](https://lifemica.eu/research-i Camtrap DP version | Dataset download | Dataset on GitHub --- | --- | --- -`1.0-rc.1` | [Download](https://download-directory.github.io?url=https://github.com/tdwg/camtrap-dp/tree/1.0-rc.1/example){:.btn .btn-sm .btn-primary target="_blank"} | [GitHub](https://github.com/tdwg/camtrap-dp/tree/1.0-rc.1/example){:.btn .btn-sm .btn-outline-primary} +`1.0` | [Download](https://download-directory.github.io?url=https://github.com/tdwg/camtrap-dp/tree/1.0/example){:.btn .btn-sm .btn-primary target="_blank"} | [GitHub](https://github.com/tdwg/camtrap-dp/tree/1.0/example){:.btn .btn-sm .btn-outline-primary} ## Preview