Skip to content
Open
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
9 changes: 9 additions & 0 deletions .github/workflows/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,12 @@ jobs:
#exclude_patterns: url1,url2
# choose if the force pass or not
force_pass : true

rodare:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Validate Zenodo Metadata
uses: vsoch/zenodo-validator@main
with:
path: '.rodare.json'
69 changes: 0 additions & 69 deletions .rodare.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,75 +19,6 @@
"name": "Gu, Junmin",
"affiliation": "Lawrence Berkeley National Laboratory",
"orcid": "0000-0002-1521-8534"
},
{
"affiliations": [
{
"name": "Center for Advanced Systems Understanding"
},
{
"name": "Helmholtz-Zentrum Dresden-Rossendorf"
}
],
"person_or_org": {
"family_name": "Bussmann",
"given_name": "Michael",
"identifiers": [
{
"identifier": "0000-0002-8258-3881",
"scheme": "orcid"
}
],
"name": "Michael Bussmann (Leader of the Computational Radiation Physics Research Team at CASUS/HZDR)",
"type": "personal"
},
"role": {
"id": "researchgroup"
}
},
{
"affiliations": [
{
"name": "Lawrence Berkeley National Laboratory"
}
],
"person_or_org": {
"family_name": "Vay",
"given_name": "Jean-Luc",
"identifiers": [
{
"identifier": "0000-0002-0040-799X",
"scheme": "orcid"
}
],
"name": "Jean-Luc Vay (Head of the Accelerator Modeling Program at LBNL)",
"type": "personal"
},
"role": {
"id": "researchgroup"
}
},
{
"affiliations": [
{
"name": "Lawrence Berkeley National Laboratory"
}
],
"person_or_org": {
"family_name": "Wu",
"given_name": "Kesheng (John)",
"identifiers": [
{
"identifier": "0000-0002-6907-3393",
"scheme": "orcid"
}
],
"name": "Kesheng (John) Wu (Head of the Scientific Data Management research group at LBNL)",
"type": "personal"
},
"role": {
"id": "researchgroup"
}
}
],
"contributors": [
Expand Down
Loading