Skip to content

Commit

Permalink
Use lowerCamelCase for vocabs
Browse files Browse the repository at this point in the history
Close #275
  • Loading branch information
peterdesmet committed Feb 8, 2023
1 parent 492cfbd commit bb5902d
Show file tree
Hide file tree
Showing 5 changed files with 447 additions and 447 deletions.
14 changes: 7 additions & 7 deletions camtrap-dp-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"description": "Role of the contributor. Defaults to `contributor`.",
"enum": [
"contact",
"principal investigator",
"rightsholder",
"principalInvestigator",
"rightsHolder",
"publisher",
"contributor"
]
Expand Down Expand Up @@ -183,9 +183,9 @@
"description": "Type of a sampling design/layout. The values are based on Wearn & Glover-Kapfer (2017, <https://doi.org/10.13140/RG.2.2.23409.17767>), pages 80-82: `simple random`: random distribution of sampling locations; `systematic random`: random distribution of sampling locations, but arranged in a regular pattern; `clustered random`: random distribution of sampling locations, but clustered in arrays; `experimental`: non-random distribution aimed to study an effect, including the before-after control-impact (BACI) design; `targeted`: non-random distribution optimized for capturing specific target species (often using various bait types); `opportunistic`: opportunistic camera trapping (usually with a small number of cameras).",
"type": "string",
"enum": [
"simple random",
"systematic random",
"clustered random",
"simpleRandom",
"systematicRandom",
"clusteredRandom",
"experimental",
"targeted",
"opportunistic"
Expand All @@ -197,8 +197,8 @@
"items": {
"type": "string",
"enum": [
"motion detection",
"time lapse"
"motionDetection",
"timeLapse"
]
},
"uniqueItems": true,
Expand Down
20 changes: 10 additions & 10 deletions deployments-table-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,19 +196,19 @@
"constraints": {
"required": false,
"enum": [
"road paved",
"road dirt",
"trail hiking",
"trail game",
"road underpass",
"road overpass",
"road bridge",
"roadPaved",
"roadDirt",
"trailHiking",
"trailGame",
"roadUnderpass",
"roadOverpass",
"roadBridge",
"culvert",
"burrow",
"nest site",
"nestSite",
"carcass",
"water source",
"fruiting tree"
"waterSource",
"fruitingTree"
]
},
"example": "culvert"
Expand Down
8 changes: 4 additions & 4 deletions example/datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"title": "Emma Cartuyvels",
"email": "emma.cartuyvels@inbo.be",
"role": "principal investigator",
"role": "principalInvestigator",
"organization": "Research Institute for Nature and Forest (INBO)"
},
{
Expand All @@ -61,7 +61,7 @@
{
"title": "Research Institute for Nature and Forest (INBO)",
"path": "https://inbo.be",
"role": "rightsholder"
"role": "rightsHolder"
},
{
"title": "Research Institute for Nature and Forest (INBO)",
Expand Down Expand Up @@ -110,8 +110,8 @@
"description": "Invasive alien species such as the coypu and muskrat pose a major threat to biodiversity and cost millions of euros annually. By feeding on rushes and reeds, these animals cause serious damage to the environment in which they live and endangered species suffer from habitat loss. The disappearance of reeds and digging in dikes represents a safety risk for humans in the lowland areas. With the LIFE project MICA (https://lifemica.eu), the partners from the participating countries want to develop a transnational plan for the management of coypu and muskrat populations in Europe and aim to reduce their population. The objective of an effective population control of coypu and muskrat is to protect lowlands from flooding, to prevent crop damage and loss of biodiversity. The objective of the project is to serve as a pilot and demonstration project in which ‘best practices’ are tested and new techniques are developed for a more efficient control of muskrat and coypu populations. By involving organisations from Belgium, Germany and the Netherlands, the project also promotes international cooperation and knowledge exchange in the field of muskrat and coypu management.",
"samplingDesign": "targeted",
"captureMethod": [
"motion detection",
"time lapse"
"motionDetection",
"timeLapse"
],
"individualAnimals": false,
"classificationLevel": "event",
Expand Down
Loading

0 comments on commit bb5902d

Please sign in to comment.