added extension for new author pid (orcid_pending) #63

Merged
claudio.atzori merged 4 commits from miriam.baglioni/dnet-hadoop:master into master 2020-12-02 11:15:01 +01:00

This PR contains the extention of the propagation of orcid throgh semrel by adding the new authro pid type orcid_pending. For propagation both orcid and orcid_pending will be considered, only orcid_pending will be propagated. No orcid will be transferred to the receiving result if the author already has associated one orcid or one orcid_pending pid

This PR contains the extention of the propagation of orcid throgh semrel by adding the new authro pid type orcid_pending. For propagation both orcid and orcid_pending will be considered, only orcid_pending will be propagated. No orcid will be transferred to the receiving result if the author already has associated one orcid or one orcid_pending pid
miriam.baglioni added the
enhancement
label 2020-12-01 20:13:37 +01:00
claudio.atzori was assigned by miriam.baglioni 2020-12-01 20:13:37 +01:00
Author
Member

when writing only orcid_pending will be propagated I meant that the propagation action will mark the added pid as orcid_pending

when writing only orcid_pending will be propagated I meant that the propagation action will mark the added pid as orcid_pending
claudio.atzori reviewed 2020-12-02 10:56:49 +01:00
@ -45,3 +45,3 @@
public static final String PROPAGATION_ORCID_TO_RESULT_FROM_SEM_REL_CLASS_NAME = "Propagation of authors pid to result through semantic relations";
public static final String PROPAGATION_AUTHOR_PID = "ORCID";
public static final String PROPAGATION_AUTHOR_PID_CLASSID = "orcid_pending";
Please remove this and refer to https://code-repo.d4science.org/D-Net/dnet-hadoop/src/branch/master/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/common/ModelConstants.java#L11
claudio.atzori reviewed 2020-12-02 10:57:11 +01:00
@ -46,2 +46,3 @@
public static final String PROPAGATION_AUTHOR_PID = "ORCID";
public static final String PROPAGATION_AUTHOR_PID_CLASSID = "orcid_pending";
public static final String ORCID = "orcid";
Please remove this and refer to https://code-repo.d4science.org/D-Net/dnet-hadoop/src/branch/master/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/common/ModelConstants.java#L10
claudio.atzori reviewed 2020-12-02 10:57:56 +01:00
@ -47,1 +47,3 @@
public static final String PROPAGATION_AUTHOR_PID = "ORCID";
public static final String PROPAGATION_AUTHOR_PID_CLASSID = "orcid_pending";
public static final String ORCID = "orcid";
public static final String PROPAGATION_AUTHOR_PID_CLASSNAME = "Open Researcher and Contributor ID";
Please move this definition in the common https://code-repo.d4science.org/D-Net/dnet-hadoop/src/branch/master/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/common/ModelConstants.java
claudio.atzori requested changes 2020-12-02 10:58:49 +01:00
claudio.atzori left a comment
Owner

Minor changes: move a few constants in the common class ModelConstants.java

Minor changes: move a few constants in the common class `ModelConstants.java`
Author
Member

done and pushed

done and pushed
claudio.atzori changed title from WIP:added extention for new author pid (orcid_pending) to added extension for new author pid (orcid_pending) 2020-12-02 11:14:51 +01:00
claudio.atzori closed this pull request 2020-12-02 11:15:01 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dnet-hadoop#63
No description provided.