added extension for new author pid (orcid_pending) #63

Merged
claudio.atzori merged 4 commits from miriam.baglioni/dnet-hadoop:master into master 3 years ago
Collaborator

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 3 years ago
claudio.atzori was assigned by miriam.baglioni 3 years ago
Poster
Collaborator

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 3 years ago
@ -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";
Owner
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 3 years ago
@ -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";
Owner
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 3 years ago
@ -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";
Owner
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 3 years ago
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`
Poster
Collaborator

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) 3 years ago
claudio.atzori closed this pull request 3 years ago
The pull request has been merged as 873c358d1d.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b miriam.baglioni-master master
git pull master

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff miriam.baglioni-master
git push origin master
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
Loading…
There is no content yet.