Skip to content

Instantly share code, notes, and snippets.

@egonw
Last active November 29, 2018 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egonw/22519c69b40c77d18ee1587e8a207128 to your computer and use it in GitHub Desktop.
Save egonw/22519c69b40c77d18ee1587e8a207128 to your computer and use it in GitHub Desktop.
Linking Publications to Topics: Wikidata, WikiCite, and Scholia
WikiCite, Wikidata, and Scholia: Linking Publications to Topics
Driver
Egon Willighagen <0000-0001-7542-0286@orcid.org>
Introduction
Keywords, MeSH terms: simple solution to link topics to publications.
However, our collective knowledge is not captured in single article.
Indeed, each article builds on the effort explained in other articles.
Citation networks are in intrinsic aspect of the provenance of our
knowledge. Wikidata, WikiCite, and Scholia provide a FAIR and Open
solution. Wikidata allows linking topics with articles about them.
WikiCite provides the citation graph, and Scholia visualizes it all.
Aim
- Generate tools to automate linking articles with their 'main subjects'
- Develop SPARQL queries that find common topics in articles cited
by some article
- Classify articles cited by some article, based on their 'main subjects'
- Develop SPARQL queries that find authors that specialize in some topic
- Write a new extension for Scholia for a type of topic (existing topics
are proteins, genes, chemicals, etc)
- Write a Scholia extension that shows missing topic annotation of cited
article
- Write code to generate `main subject` annotation coverage for the
various Scholia topics (aspects)
- Add BioSchemas JSON-LD annotation to Scholia pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment