GithubHelp home page GithubHelp logo

remerjohnson / resolvr Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 21 KB

A Flask app to take IDs and resolve them to Wikidata URIs

License: The Unlicense

Python 25.56% CSS 10.46% HTML 63.98%
entities entity-resolution query-wikidata record-linkage wikidata

resolvr's People

Contributors

remerjohnson avatar

Stargazers

 avatar

Watchers

 avatar  avatar

resolvr's Issues

Finalize approach to query endpoint given file input

Currently the file input takes a csv file, turns it into a DataFrame via pandas, and renders it in table form as an HTML page.

Much like the single query, what needs to happen is:

  • a column of values will be accessed from the DataFrame
  • those values will query Wikidata just like the single query
  • the resulting Wikidata URIs will be captured, by adding a column result in the DataFrame rendered and/or offered as a download

Finalize approach to selecting type of identifier for single queries

Currently, the proof-of-concept for a single ID query uses only VIAF. The goal is to be able to use other IDs such as LC, Getty, FAST, etc.

Approaches

One approach would preserve the current "single page" layout for single IDs. Thus, a drop-down box would be needed to select which type of ID they have, and that would drive the type of SPARQL query run. This seems cleaner but more difficult to code up.

A different approach would be to have a page for each ID type. This would probably be best accomplished by changing the current layout so that the pages are vertical, similar to MakeTheDocs. Although potentially messier, this would be much easier to code up, as the separate pages could each have their own query similar to the VIAF query.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.