#7861#note-8 instance url from handle #243

Merged
claudio.atzori merged 4 commits from handle_as_instance_urls into beta 2 years ago
Owner

See ticket https://support.openaire.eu/issues/7861#note-8: we have many results with no instance in the index because they are without an instance url in the graph. With this fix we should cover the missing instances for repositories that provide a handle.
An example is https://explore.openaire.eu/search/publication?articleId=od______1560::8f7a139735f493882bb0f4abceb6e200

I have also changed the DOI prefix used in the class: we can use https://doi.org/ instead of https://dx.doi.org/ .

See ticket https://support.openaire.eu/issues/7861#note-8: we have many results with no instance in the index because they are without an instance url in the graph. With this fix we should cover the missing instances for repositories that provide a handle. An example is https://explore.openaire.eu/search/publication?articleId=od______1560::8f7a139735f493882bb0f4abceb6e200 I have also changed the DOI prefix used in the class: we can use https://doi.org/ instead of https://dx.doi.org/ .
alessia.bardi added 1 commit 2 years ago
alessia.bardi requested review from claudio.atzori 2 years ago
claudio.atzori was assigned by alessia.bardi 2 years ago
claudio.atzori reviewed 2 years ago
@ -27,2 +27,3 @@
public static final String HTTP_DX_DOI_PREIFX = "https://dx.doi.org/";
public static final String HTTP_DOI_PREIFX = "https://doi.org/";
public static final String HTTP_HANDLE_PREIFX = "http://hdl.handle.net/";
Owner

Why not declaring https also for the handle resolver?

Why not declaring https also for the handle resolver?
claudio.atzori marked this conversation as resolved
claudio.atzori requested changes 2 years ago
claudio.atzori left a comment
Owner

Overall I'm OK with this PR, just a minor comment, see it inline.

Overall I'm OK with this PR, just a minor comment, see it inline.
claudio.atzori added 1 commit 2 years ago
alessia.bardi added 2 commits 2 years ago
claudio.atzori merged commit 690be4482f into beta 2 years ago
claudio.atzori deleted branch handle_as_instance_urls 2 years ago

Reviewers

claudio.atzori requested changes 2 years ago
The pull request has been merged as 690be4482f.
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 handle_as_instance_urls beta
git pull origin handle_as_instance_urls

Step 2:

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