-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created prelim yaml file for PortalPublication (#542)
* Created prelim yaml file for PortalPublication * Rebuild NF.jsonld, json * Add compilation step * Created a parent publication model and an nf specific model. Anh nyuget edits were also incorporated * Rebuild NF.jsonld, json * Updated PortalPublication with new Enum for StudyUse * Rebuild NF.jsonld, json * fixed string vs int for pmid * Fixed string vs int for pmid * Rebuild NF.jsonld, json * Update make step * Rebuild NF.jsonld, json * Made requested changes to PortalPublication model, along with fixed typos * Rebuild NF.jsonld, json * Update Makefile, make final revisions, recompile * Rebuild NF.jsonld, json --------- Co-authored-by: nf-osi[bot] <[email protected]> Co-authored-by: Anh Nguyet Vu <[email protected]> Co-authored-by: Anh Nguyet Vu <[email protected]>
- Loading branch information
1 parent
15a0c13
commit 4c2a051
Showing
5 changed files
with
542 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
enums: | ||
PublicationTypeEnum: | ||
permissible_values: | ||
Primary: | ||
description: This publication is used as a primary publication for the dataset | ||
meaning: | ||
Secondary: | ||
description: This publication is used as a secondary publication for the dataset | ||
meaning: | ||
|
||
PublicationAccessibilityEnum: | ||
permissible_values: | ||
Open Access: | ||
description: This publication is open access | ||
meaning: | ||
Restricted Access: | ||
description: This publication is restricted access | ||
meaning: |
Oops, something went wrong.