Skip to content

Commit cd536f5

Browse files
committed
Correct version number
1 parent 0edc4e1 commit cd536f5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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.1/deployments-table-schema.json"
10+
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.2/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.1/media-table-schema.json"
19+
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.2/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.1/observations-table-schema.json"
28+
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.2/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.1/camtrap-dp-profile.json",
42+
"profile": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.2/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.1",
84+
"version": "1.0.2",
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.1. 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.2. 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.2` | [Download](https://download-directory.github.io?url=https://github.com/tdwg/camtrap-dp/tree/1.0.2/example){:.btn .btn-sm .btn-primary target="_blank"} | [GitHub](https://github.com/tdwg/camtrap-dp/tree/1.0.2/example){:.btn .btn-sm .btn-outline-primary}
1718
`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}
1819
`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}
1920

@@ -43,4 +44,4 @@ The selected deployments covers a wide range of use cases:
4344

4445
## Citation
4546

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/>
47+
> 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.2. Research Institute for Nature and Forest (INBO). Dataset. <https://camtrap-dp.tdwg.org/example/>

0 commit comments

Comments
 (0)