Giter Site home page Giter Site logo

smithsonian / epicc-name-match Goto Github PK

View Code? Open in Web Editor NEW
2.0 6.0 0.0 46 KB

Shiny app that matches scientific names to the EPICC taxonomy

Home Page: https://confluence.si.edu/display/DPOI

License: Apache License 2.0

R 100.00%
r shiny collections museum-collections natural-history scientific-names taxonomy-assignment

epicc-name-match's Introduction

This repo is now archived since the same results can be achieved using OpenRefine in a simpler way.

EPICC Name Match

A Shiny app to help the NMNH Paleo collection on their digitization efforts. The app tries to match the scientific names from labels in the collection to the taxonomy by EPICC (Eastern Pacific Invertebrate Communities of the Cenozoic).

This app takes the string in the column "Taxonomy" of a csv file and matches it with the Taxonomy from EPICC. The process tries to find a match taking into account the variety of ways that a scientific name can appear.

epicc

The process tries to match the string by looking at possible ways a scientific name is written in a collection label by trying to match:

  • Genus
  • Genus (Subgenus)
  • Genus species
  • Genus species Author
  • Genus (Subgenus) species
  • Genus (Subgenus) species Author
  • Synonym

If no matches are found, the system will try to find a match by performing an approximate string matching to a scientific name or a synonym.

Running in local computer

To test the app locally, without the need of a server, just install R and Shiny. Then, run a command that will download the source files from Github.

R version 3.3 or better is required. After starting R, copy and paste these commands:

install.packages(c("shiny", "DT", "dplyr", "stringr", "stringdist", "futile.logger"))

library(shiny)
runGitHub("EPICC-name-match", "Smithsonian")

Please note that the installation of the required packages may take a few minutes to download and install.

Installation in Shiny server

This app requires the following R packages:

  • shiny
  • DT
  • dplyr
  • stringr
  • stringdist
  • futile.logger

To install:

install.packages(c("shiny", "DT", "dplyr", "stringr", "stringdist", "futile.logger"))

epicc-name-match's People

Contributors

villanueval avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

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.