bionomia

Sinatra app to parse people names from biodiversity occurrence data, apply basic regular expressions and heuristics to disambiguate them, and to make these occurrence records as entities that can be claimed by people via ORCID.

https://github.com/bionomia/bionomia

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary

Keywords from Contributors

interactive annotation mesh interpretability profiles distribution sequences generic projection standardization
Last synced: 7 months ago · JSON representation ·

Repository

Sinatra app to parse people names from biodiversity occurrence data, apply basic regular expressions and heuristics to disambiguate them, and to make these occurrence records as entities that can be claimed by people via ORCID.

Basic Info
  • Host: GitHub
  • Owner: bionomia
  • License: mit
  • Language: Haml
  • Default Branch: master
  • Homepage: https://bionomia.net
  • Size: 49.7 MB
Statistics
  • Stars: 17
  • Watchers: 1
  • Forks: 8
  • Open Issues: 54
  • Releases: 0
Created almost 6 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

Bionomia

Sinatra app to parse people names from structured biodiversity occurrence data, apply basic regular expressions and heuristics to disambiguate them, and then allow them to be claimed by authenticated users via ORCID. Authenticated users may also help other users that have either ORCID or Wikidata identifiers. The web application lives at https://bionomia.net.

Build Status

Translations

Strings of text in the user interface are translatable via config/locales. Large pages of text are fully translatable in the views/static_i18n/ directory.

Crowdin

Requirements

  1. ruby 3.3.6s+
  2. Elasticsearch 8.18.1+
  3. MySQL 8.0.34+
  4. Redis 7.0.12+
  5. Apache Spark 3+
  6. Unix-based operating system to use GNU parallel to process GBIF downloads

Installation

 $ git clone https://github.com/bionomia/bionomia.git
 $ cd bionomia
 $ gem install bundler
 $ bundle install
 $ mysql -u root bionomia < db/bionomia.sql
 $ cp config/settings/development.yml.sample config/settings/development.yml
 # Adjust content of development.yml
 # Copy and edit production.yml and test.yml as above
 # A development docker image for elasticsearch can be run like:
 $ docker network create elastic
 $ docker pull docker.elastic.co/elasticsearch/elasticsearch:8.18.2
 $ docker run -d --name elasticsearch --net elastic --restart unless-stopped -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -e "xpack.security.enabled=false" elasticsearch:8.18.2
 $ RUBY_YJIT_ENABLE=true rackup -p 4567 config.ru

License

The MIT License (MIT)

Copyright (c) David P. Shorthouse

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Owner

  • Name: Bionomia
  • Login: bionomia
  • Kind: organization

Linking natural history specimens to the world's collectors

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: Bionomia application code
abstract: Link natural history specimens to the world's collectors. The application lives at https://bionomia.net.
authors:
  - family-names: Shorthouse
    given-names: David
    orcid: "https://orcid.org/0000-0001-7618-5230"
date-released: "2024-12-06"
license: MIT
repository-code: "https://github.com/bionomia/bionomia"

GitHub Events

Total
  • Issues event: 10
  • Watch event: 2
  • Delete event: 9
  • Issue comment event: 12
  • Push event: 200
  • Pull request event: 20
  • Fork event: 1
  • Create event: 8
Last Year
  • Issues event: 10
  • Watch event: 2
  • Delete event: 9
  • Issue comment event: 12
  • Push event: 200
  • Pull request event: 20
  • Fork event: 1
  • Create event: 8

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 2,942
  • Total Committers: 6
  • Avg Commits per committer: 490.333
  • Development Distribution Score (DDS): 0.016
Past Year
  • Commits: 355
  • Committers: 2
  • Avg Commits per committer: 177.5
  • Development Distribution Score (DDS): 0.003
Top Committers
Name Email Commits
David Shorthouse d****e@g****m 2,894
JCGiron e****e@g****m 26
dependabot[bot] 4****] 17
Marianna Simoes m****s@g****m 2
Matthew Blissett m****t@g****g 2
Jiří Podhorecký t****r 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 71
  • Total pull requests: 102
  • Average time to close issues: 4 months
  • Average time to close pull requests: about 22 hours
  • Total issue authors: 13
  • Total pull request authors: 4
  • Average comments per issue: 1.82
  • Average comments per pull request: 0.09
  • Merged pull requests: 92
  • Bot issues: 0
  • Bot pull requests: 13
Past Year
  • Issues: 8
  • Pull requests: 23
  • Average time to close issues: 3 days
  • Average time to close pull requests: 1 day
  • Issue authors: 3
  • Pull request authors: 2
  • Average comments per issue: 1.25
  • Average comments per pull request: 0.09
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dshorthouse (48)
  • abubelinha (8)
  • debpaul (2)
  • DavidFichtmueller (1)
  • mjy (1)
  • dimus (1)
  • Archilegt (1)
  • tmcelrath (1)
  • rdmpage (1)
  • kcopas (1)
  • jhpoelen (1)
  • mnhn-paul (1)
Pull Request Authors
  • dshorthouse (120)
  • dependabot[bot] (13)
  • trendspotter (2)
  • MichalTorma (1)
Top Labels
Issue Labels
enhancement (27) new feature (6) bug (4) high priority (3) documentation (2) help wanted (1) dependencies (1)
Pull Request Labels
dependencies (13) ruby (13)

Dependencies

Gemfile rubygems
  • byebug >= 0 development
  • rake >= 0 development
  • rspec >= 0 development
  • actionview >= 0
  • active_record_union >= 0
  • activerecord >= 0
  • activerecord-import >= 0
  • activesupport >= 0
  • addressable >= 0
  • biodiversity >= 0
  • capitalize-names >= 0
  • charlock_holmes >= 0
  • chronic >= 0
  • colorize >= 0
  • composite_primary_keys >= 0
  • config >= 0
  • counter_culture >= 0
  • dwc-archive >= 0
  • dwc_agent >= 0
  • elasticsearch ~> 7.17
  • haml >= 0
  • htmlentities >= 0
  • i18n >= 0
  • i18n_data >= 0
  • iso_country_codes >= 0
  • mysql2 >= 0
  • namae >= 0
  • nokogiri >= 0
  • oauth2 >= 0
  • oj >= 0
  • omniauth-orcid >= 0
  • pagy >= 0
  • parallel >= 0
  • passenger >= 0
  • pluck_to_hash >= 0
  • pony >= 0
  • rack-contrib >= 0
  • rack-test >= 0
  • rack-tracker >= 0
  • redis >= 0
  • require_all >= 0
  • rest-client >= 0
  • rgl >= 0
  • rss >= 0
  • ruby-filemagic >= 0
  • ruby-progressbar >= 0
  • rubysl-securerandom >= 0
  • rubyzip >= 0
  • sanitize >= 0
  • sidekiq >= 0
  • sinatra >= 0
  • sinatra-cacher >= 0
  • sinatra-contrib >= 0
  • sinatra-flash >= 0
  • sinatra-outputbuffer >= 0
  • sinatra-support >= 0
  • sitemap_generator >= 0
  • sparql-client >= 0
  • sucker_punch >= 0
  • thin >= 0
  • twitter >= 0
  • typhoeus >= 0
  • wikidata-client >= 0
Gemfile.lock rubygems
  • 157 dependencies
.github/workflows/ruby.yml actions
  • actions/checkout v3 composite
  • ruby/setup-ruby v1 composite