https://github.com/speciesfilegroup/otu_mapping_widget
Human assisted entity-name matching interface
https://github.com/speciesfilegroup/otu_mapping_widget
Last synced: 5 months ago
JSON representation
Human assisted entity-name matching interface
- Host: GitHub
- URL: https://github.com/speciesfilegroup/otu_mapping_widget
- Owner: SpeciesFileGroup
- Created: 2017-05-06T19:37:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T14:11:50.000Z (over 5 years ago)
- Last Synced: 2024-04-14T07:50:26.289Z (about 2 years ago)
- Language: Vue
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currently unamed entity name matching project
Inspired by the mapper between OTUs and names in the [Open Tree of Life](https://tree.opentreeoflife.org) project.
# Goals
* An application agnostic widget
* An efficient interface that facilitates "last-mile" human confirmation of matches between two stacks of "names"
## Approach
* Hooks/initialization exists to populate two stacks of "names", a left "query" and a right "target"
* How names get onto either stack is beyond the scope of this widget, for example the wrapping tool can use fuzzy logic to predict targets for a query set, then only send the predicted targets.
* Actions within the widget can fire events that in turn could adjust the membership of target and query stacks
# Installation
```bash
npm install
npm run serve
```
# Lisence
NCSA, University of Illinois (an MIT derivative).