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

Providing usefulness while WebRTC performance/support solidifies #8

Open
jure opened this issue Jul 22, 2014 · 0 comments
Open

Providing usefulness while WebRTC performance/support solidifies #8

jure opened this issue Jul 22, 2014 · 0 comments

Comments

@jure
Copy link
Member

jure commented Jul 22, 2014

There are a few issues with the performance of WebRTC in Chrome (see issue #7) and it's diminishing the usefulness of Scholar Ninja, which has its own bugs too. While the distributed WebRTC Chord-based network is being developed and Chrome-side bugs fixed (https://code.google.com/p/chromium/issues/detail?id=392651, https://code.google.com/p/chromium/issues/detail?id=373690) there are still a lot of things we can do.

In the next release, the distributed network part will be temporarily disabled but a different functionality will be added: searching through a combination of APIs (PLOS, EuropePMC, eLife, PeerJ, DOAJ).

At the same time, a part of the distributed indexing functionality will be retained, in order to index links from scientific papers to either other scientific papers or general URLs. This is a lot easier to structure compared to full-text parsing, and will allow us to build a graph database of connections between papers and other resources, for example:

subject: 10.1371/journal.pcbi.1003537
predicate: software
object: https://github.com/CompEvol/beast2

and

subject: 10.1371/journal.pcbi.1003537
predicate: paper
object: 10.1053/j.gastro.2009.02.006

and so on.

Each browser extension could be fairly easily used for signalling to the central graph database any new links it finds. Within the context of the extension (the content script specifically), this enables us to detect whether we are on a page that is referenced in the graph and if we are, suggest other things in the graph based on that. For example, "You might be interested in these other repositories:" directly on a GitHub page, which shows other repositories connected with the same papers as the parent repository.

WIP.

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

No branches or pull requests

1 participant