Skip to content

Commit

Permalink
set up basic HERMES configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrzewa committed Mar 7, 2024
1 parent 7d4d17c commit 6e08df4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
version: 5.9.0
authors:
- given-names: Carsten
family-names: Urbach
Expand Down
9 changes: 9 additions & 0 deletions hermes.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[harvest]
sources = [ "cff" ]

[deposit]
target = "invenio_rdm"

[deposit.invenio_rdm]
site_url = "https://sandbox.zenodo.org"
access_right = "open"

0 comments on commit 6e08df4

Please sign in to comment.