Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zenodo #147

Merged
merged 10 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/validate-metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Validate JSON

on: [push, pull_request]

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate JSON
uses: walbo/[email protected]
with:
files: .zenodo.json
schema: tests/json/legacyrecord.json
fail-on-missing-schema: true
strict: false
16 changes: 16 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"title": "EUREC4A",
"description": "The catalog describing the <a href=\"https://eurec4a.eu/\">EUREC4A</a> dataset.",
"communities": [
{"identifier": "eurec4a"}
],
"access_right": "open",
"license": "cc-zero",
"notes": "The license (CC-0) applies to the dataset <b>catalog</b>. The individual datasets may be subject to different terms. When using the underlying data in publications, please give credit to the individual dataset creators and adhere to the <a href=\"https://eurec4a.eu/data-simulations/data\">EUREC4A data policy</a>.",
"upload_type": "dataset",
"creators": [
{
"name": "EUREC4A community"
}
]
}
Loading