Skip to content

Commit

Permalink
Bump version of standard and dataset to 1.0.1
Browse files Browse the repository at this point in the history
To incorporate #383
  • Loading branch information
peterdesmet committed Aug 19, 2024
1 parent 56afde3 commit 64dde24
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: 'To cite "Camtrap DP" in publications use:'
type: software
license: MIT
title: Camera Trap Data Package (Camtrap DP)
version: 1.0
version: 1.0.1
authors:
- given-names: Peter
family-names: Desmet
Expand All @@ -18,5 +18,5 @@ authors:
- name: Camtrap DP Development Team
repository-code: https://github.com/tdwg/camtrap-dp
url: https://camtrap-dp.tdwg.org/
date-released: '2023-11-03'
date-released: '2024-08-21'
doi: 10.5281/zenodo.10068760
2 changes: 1 addition & 1 deletion camtrap-dp-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "object",
"$defs": {
"version": {
"pattern": "1\\.0"
"pattern": "1\\.0\\.1"
}
},
"allOf": [
Expand Down
12 changes: 6 additions & 6 deletions example/datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/deployments-table-schema.json"
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.1/deployments-table-schema.json"
},
{
"name": "media",
Expand All @@ -16,7 +16,7 @@
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/media-table-schema.json"
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.1/media-table-schema.json"
},
{
"name": "observations",
Expand All @@ -25,7 +25,7 @@
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/observations-table-schema.json"
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.1/observations-table-schema.json"
},
{
"name": "individuals",
Expand All @@ -39,7 +39,7 @@
]
}
],
"profile": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/camtrap-dp-profile.json",
"profile": "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.1/camtrap-dp-profile.json",
"name": "camtrap-dp-example-dataset",
"id": "7cca70f5-ef8c-4f86-85fb-8f070937d7ab",
"created": "2023-02-06T11:23:03Z",
Expand Down Expand Up @@ -81,7 +81,7 @@
}
],
"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).",
"version": "1.0",
"version": "1.0.1",
"keywords": [
"camera traps",
"public awareness campaign",
Expand Down Expand Up @@ -114,7 +114,7 @@
"scope": "media"
}
],
"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/",
"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/",
"project": {
"id": "86cabc14-d475-4439-98a7-e7b590bed60e",
"title": "Management of Invasive Coypu and muskrAt in Europe",
Expand Down
3 changes: 2 additions & 1 deletion pages/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,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` | [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}
`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}

## Preview

Expand Down Expand Up @@ -42,4 +43,4 @@ The selected deployments covers a wide range of use cases:

## Citation

> 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/>
> 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 comments on commit 64dde24

Please sign in to comment.