Skip to content

Commit

Permalink
Merge pull request #116 from materials-data-facility/dev
Browse files Browse the repository at this point in the history
datacite minting fixes (#112)
  • Loading branch information
BenGalewsky authored Feb 12, 2024
2 parents d50dc68 + cda8b33 commit 70ebb29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions automate/minimus_mdf_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@ def mint_doi_steps():
"publisher.$": "$.dataset_mdata.dc.publisher",
"publicationYear.$": "$.dataset_mdata.dc.publicationYear",
"url.$": "$.mdf_portal_link",
"event": "publish",
"types": {
"resourceTypeGeneral": "Dataset"
}
},
},
"__Private_Parameters": ["username", "password"],
Expand Down

0 comments on commit 70ebb29

Please sign in to comment.