Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking Datasources #131

Open
LGro opened this issue Jul 6, 2017 · 0 comments
Open

Linking Datasources #131

LGro opened this issue Jul 6, 2017 · 0 comments

Comments

@LGro
Copy link

LGro commented Jul 6, 2017

Goal

Facilitate free access to author versions of publications located in individual/smaller datasources.

Approach

Allow datasources to contain references to other datasources, thereby enabling a scenario like the following. A research institution can link datasources of their groups/PIs/members to their own datasource.
This enables others to just subscribe to the instition's datasource without having to discover all the individual groups'/members' datasources (i.e. group discovery of datasources)

Potential issues & possible solutions

Cyclic datasource dependencies

If datasource A links to datasource B and B links to A (with arbitrary transitive links in between) the search algorithm could run into an infinite loop.
Solution: Integrate a collection of searched datasources in the client to check if the current datasource was already searched, thereby braking cyclic dependencies. Additionally, document this design choice well enough so that potential 3rd party clients/forks are aware of that issue.

Researchers change the institution

The research institution has linked a members datasource that contains the publications the member has produced while at that institution. Now the member switches to another institution, adding work they conducted at the new institution to their datasource. This is inconvenient for both institutions since their links to the member's datasource now contain work that actually wasn't done at their place.
Solution: A researcher can create one datasource per institution / main affiliation that can then be linked forever by the respective institution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants