Skip to content

Commit 6a903e9

Browse files
authored
Merge pull request #384 from tdwg/1.0.1
Prepare version 1.0.1
2 parents 56afde3 + 4c8c380 commit 6a903e9

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: 'To cite "Camtrap DP" in publications use:'
33
type: software
44
license: MIT
55
title: Camera Trap Data Package (Camtrap DP)
6-
version: 1.0
6+
version: 1.0.1
77
authors:
88
- given-names: Peter
99
family-names: Desmet
@@ -18,5 +18,5 @@ authors:
1818
- name: Camtrap DP Development Team
1919
repository-code: https://github.com/tdwg/camtrap-dp
2020
url: https://camtrap-dp.tdwg.org/
21-
date-released: '2023-11-03'
21+
date-released: '2024-08-21'
2222
doi: 10.5281/zenodo.10068760

camtrap-dp-profile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"type": "object",
66
"$defs": {
77
"version": {
8-
"pattern": "1\\.0"
8+
"pattern": "1\\.0\\.1"
99
}
1010
},
1111
"allOf": [
1212
{
13-
"$ref": "https://frictionlessdata.io/schemas/data-package.json"
13+
"$ref": "https://specs.frictionlessdata.io/schemas/data-package.json"
1414
},
1515
{
1616
"required": [

example/datapackage.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"format": "csv",
88
"mediatype": "text/csv",
99
"encoding": "utf-8",
10-
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/deployments-table-schema.json"
10+
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.1/deployments-table-schema.json"
1111
},
1212
{
1313
"name": "media",
@@ -16,7 +16,7 @@
1616
"format": "csv",
1717
"mediatype": "text/csv",
1818
"encoding": "utf-8",
19-
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/media-table-schema.json"
19+
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.1/media-table-schema.json"
2020
},
2121
{
2222
"name": "observations",
@@ -25,7 +25,7 @@
2525
"format": "csv",
2626
"mediatype": "text/csv",
2727
"encoding": "utf-8",
28-
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/observations-table-schema.json"
28+
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.1/observations-table-schema.json"
2929
},
3030
{
3131
"name": "individuals",
@@ -39,7 +39,7 @@
3939
]
4040
}
4141
],
42-
"profile": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/camtrap-dp-profile.json",
42+
"profile": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.1/camtrap-dp-profile.json",
4343
"name": "camtrap-dp-example-dataset",
4444
"id": "7cca70f5-ef8c-4f86-85fb-8f070937d7ab",
4545
"created": "2023-02-06T11:23:03Z",
@@ -81,7 +81,7 @@
8181
}
8282
],
8383
"description": "MICA - Muskrat and coypu camera trap observations in Belgium, the Netherlands and Germany is an occurrence dataset published by the Research Institute of Nature and Forest (INBO). It is part of the LIFE project MICA, in which innovative techniques are tested for a more efficient control of muskrat and coypu populations, both invasive species. This dataset is a sample of the original dataset and serves as an example of a Camera Trap Data Package (Camtrap DP).",
84-
"version": "1.0",
84+
"version": "1.0.1",
8585
"keywords": [
8686
"camera traps",
8787
"public awareness campaign",
@@ -114,7 +114,7 @@
114114
"scope": "media"
115115
}
116116
],
117-
"bibliographicCitation": "Desmet P, Neukermans A, Van der beeck D, Cartuyvels E (2022). Sample from: MICA - Muskrat and coypu camera trap observations in Belgium, the Netherlands and Germany. Version 1.0. Research Institute for Nature and Forest (INBO). Dataset. https://camtrap-dp.tdwg.org/example/",
117+
"bibliographicCitation": "Desmet P, Neukermans A, Van der beeck D, Cartuyvels E (2022). Sample from: MICA - Muskrat and coypu camera trap observations in Belgium, the Netherlands and Germany. Version 1.0.1. Research Institute for Nature and Forest (INBO). Dataset. https://camtrap-dp.tdwg.org/example/",
118118
"project": {
119119
"id": "86cabc14-d475-4439-98a7-e7b590bed60e",
120120
"title": "Management of Invasive Coypu and muskrAt in Europe",

pages/example.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The dataset is derived from a [camera trap study](https://lifemica.eu/research-i
1414

1515
Camtrap DP version | Dataset download | Dataset on GitHub
1616
--- | --- | ---
17+
`1.0.1` | [Download](https://download-directory.github.io?url=https://github.com/tdwg/camtrap-dp/tree/1.0.1/example){:.btn .btn-sm .btn-primary target="_blank"} | [GitHub](https://github.com/tdwg/camtrap-dp/tree/1.0.1/example){:.btn .btn-sm .btn-outline-primary}
1718
`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}
1819

1920
## Preview
@@ -42,4 +43,4 @@ The selected deployments covers a wide range of use cases:
4243

4344
## Citation
4445

45-
> Desmet P, Neukermans A, Van der beeck D, Cartuyvels E (2022). Sample from: MICA - Muskrat and coypu camera trap observations in Belgium, the Netherlands and Germany. Version 1.0. Research Institute for Nature and Forest (INBO). Dataset. <https://camtrap-dp.tdwg.org/example/>
46+
> Desmet P, Neukermans A, Van der beeck D, Cartuyvels E (2022). Sample from: MICA - Muskrat and coypu camera trap observations in Belgium, the Netherlands and Germany. Version 1.0.1. Research Institute for Nature and Forest (INBO). Dataset. <https://camtrap-dp.tdwg.org/example/>

0 commit comments

Comments
 (0)