XML serialisation of instances with the same URLs - 2nd round #204

Merged
claudio.atzori merged 3 commits from instance_group_by_url into beta 2 years ago
Owner

This PR integrates the changes needed to adapt the instance XML serialization proceduce as described in #7156

  • instances grouped by URL expose only one refereed. Conflicting values are considered according to the following precedence order
0001 (peerReviewed) > 0002 (nonPeerReviewed) > 0000 (UNKNOWN)

as implemented in RefereedComparator.java

This PR integrates the changes needed to adapt the instance XML serialization proceduce as described in #7156 - instances grouped by URL expose only one refereed. Conflicting values are considered according to the following precedence order ``` 0001 (peerReviewed) > 0002 (nonPeerReviewed) > 0000 (UNKNOWN) ``` as implemented in [RefereedComparator.java](https://code-repo.d4science.org/D-Net/dhp-schemas/src/branch/master/src/main/java/eu/dnetlib/dhp/schema/common/RefereedComparator.java)
claudio.atzori added the
bug
label 2 years ago
alessia.bardi was assigned by claudio.atzori 2 years ago
miriam.baglioni was assigned by claudio.atzori 2 years ago
claudio.atzori added 1 commit 2 years ago
claudio.atzori added 1 commit 2 years ago
claudio.atzori added 1 commit 2 years ago
claudio.atzori merged commit 5d53ac95aa into beta 2 years ago
The pull request has been merged as 5d53ac95aa.
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 instance_group_by_url beta
git pull origin instance_group_by_url

Step 2:

Merge the changes and update on Gitea.
git checkout beta
git merge --no-ff instance_group_by_url
git push origin beta
Sign in to join this conversation.
No reviewers
No Milestone
No project
1 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#204
Loading…
There is no content yet.