COAR based resource & irish tender fields #25
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dhp-schemas#25
Loading…
Reference in New Issue
No description provided.
Delete Branch "resource_types"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR introduces the support for
instanceTypeMapping
field meant to hostopenaire::coar_resource_types_3_1
openaire::user_resource_types
metaResourceType
, to be populated using the new coar-based instance type using the vocabularyopenaire::meta_resource_types
isGreen
openAccessColor
isInDiamondJournal
publiclyFunded
Provided that those 4 fields will be calculated in the context of the stats workflow that, working on the post-dedup graph will then export them as an actionset. As consequence, they should never be merged with another record that include the same information. Therefore, the logic for merging them has been defined as follows
isGreen
,isInDiamondJournal
,publiclyFunded
), the merge operation produces true only when at least one of the two records being merged contain a true value;openAccessColor
field, the merge operation is permitted only when the value comes only from one of the two records being merged, or when both expose the same value. In case of discordant value, null is produced as result of the merge operation.The PR can be merged. Just verify if in the enumerator for the open access colours green was missing by mistake
We do not need green in the enumerator because a publication can be gold/hybrid/bronze AND green (or not green if the post print is not available in Open Access). As explained by Ioanna, the color and the "green" are in fact orthogonal.