Initial commit and release of doi2dataset
This commit is contained in:
commit
9be53fd2fc
23 changed files with 2482 additions and 0 deletions
23
config_example.yaml
Normal file
23
config_example.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
default_grant:
|
||||
- funder: "Awesome Funding Agency"
|
||||
id: "ABC12345"
|
||||
|
||||
phase:
|
||||
"Phase 1 (2021/2025)":
|
||||
start: 2021
|
||||
end: 2025
|
||||
|
||||
pis:
|
||||
- family_name: "Doe"
|
||||
given_name: "Jon"
|
||||
orcid: "0000-0000-0000-0000"
|
||||
email: "jon.doe@some-university.edu"
|
||||
affiliation: "Institute of Science, Some University"
|
||||
project: ["Project A01"]
|
||||
|
||||
- family_name: "Doe"
|
||||
given_name: "Jane"
|
||||
orcid: "0000-0000-0000-0001"
|
||||
email: "jane.doe@some-university.edu"
|
||||
affiliation: "Institute of Science, Some University"
|
||||
project: ["Project A02"]
|
Loading…
Add table
Add a link
Reference in a new issue