Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.1 KB

brainstorm.md

File metadata and controls

62 lines (40 loc) · 2.1 KB

TopicTagger: tag articles with semantic keywords via Wikidata

Idea:

  • OAuth1 login connection via Wikidata

Given some input QID Wikidata identifier, TopicTagger will:

  • Retrieve its abstract from Europe PMC and display to the user
  • Serve a field to the user where they can add wikidata keywords via a selectize dropdown (similar to https://jvfe.github.io/wikidata_topictagger/)
  • Write informations to Wikidata

Technology

  • Flask application. No need for sqlite database (although could be implemented as a plus)

Goals

  • Minimal: Given QID, gets abstract and link for tabernacle (where then user logs in and does editing)
  • Basic: Given QID, gets abstract and user adds information via the interface, which renders the topics as a series of quickstatements commands (where then user logs in and paste the commands for editing)
  • Halfway: Users can login with the Wikimedia account and perform edits to the interface
  • Complete: Something like the https://art.wikidata.link/browse

Similar apps:

Game plan:

Change of plans:

Tutorial leads to a bug + I realize this might be too much for the first tool.

Simpler idea: toolforge-hosted, Wikidata-based engine for biomedical articles.

3 input fields:

  • Main Subject
  • Gender
  • Region

Articles are, then, retrieved and displayed to the end user.