Skip to content

Commit

Permalink
Merge pull request microbiomedata#2210 from microbiomedata/2192-add-f…
Browse files Browse the repository at this point in the history
…igshare-to-doiproviderenum

Add figshare as a permissible value to doi provider enumeration
  • Loading branch information
aclum authored Oct 16, 2024
2 parents 19e5a80 + 1b3b4db commit bf9617c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/valid/Database-study-set-with-dois.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ study_set:
doi_category: dataset_doi
doi_provider: massive
type: nmdc:Doi
- doi_value: doi:10.6084/m9.figshare.c.7373842
doi_category: dataset_doi
doi_provider: figshare
type: nmdc:Doi
type: nmdc:Study
gnps_task_identifiers:
- "gnps.task:4b848c342a4f4abc871bdf8a09a60807"
3 changes: 3 additions & 0 deletions src/schema/basic_slots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,9 @@ enums:
- Environmental Data Initiative
title: EDI
meaning: https://ror.org/0330j0z60
figshare:
title: Figshare
meaning: https://ror.org/041mxqs23

DoiCategoryEnum:
permissible_values:
Expand Down

0 comments on commit bf9617c

Please sign in to comment.