{"id":15555338,"url":"https://github.com/sckott/tacksize","last_synced_at":"2025-03-29T02:44:56.937Z","repository":{"id":10714497,"uuid":"12963205","full_name":"sckott/tacksize","owner":"sckott","description":"taxonomic library for Ruby","archived":false,"fork":false,"pushed_at":"2014-12-27T05:48:30.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T23:36:12.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sckott.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-20T01:17:27.000Z","updated_at":"2014-12-27T05:48:32.000Z","dependencies_parsed_at":"2022-09-02T06:11:11.615Z","dependency_job_id":null,"html_url":"https://github.com/sckott/tacksize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Ftacksize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Ftacksize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Ftacksize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Ftacksize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sckott","download_url":"https://codeload.github.com/sckott/tacksize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246131244,"owners_count":20728299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T15:08:39.628Z","updated_at":"2025-03-29T02:44:56.902Z","avatar_url":"https://github.com/sckott.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tacksize\n\nThis is a port of the [taxonomic toolkit I've created for the R language](https://github.com/ropensci/taxize_). R is great for scientists, etc., but doesn't work in the web really at all. Thus, the port to Ruby, which plays nice with the web. \n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'tacksize'\n\nAnd then execute:\n\n```\nbundle\n```\n\nOr install it yourself as:\n\n```\ngem install tacksize\n```\n\n## Usage\n\nStart irb, then import the `tacksize` library\n\n```ruby\nrequire 'tacksize'\n```\n\nResolve a taxonomic name using the Global Names Resolver from the Encyclopedia of Life (EOL).\n\n```ruby\nout = Tacksize.gnr_resolve('Helianthus anuus')\nout.map {|n| n['name']}\n\n[\"Helianthus annuus\", \"Helianthus annus\"]\n```\n\nParse names using EOL's name parser\n\n```ruby\nTacksize.gniParse(names = ['Cyanistes caeruleus','Helianthus annuus'])\n```\n\nSearch EOL's Global Names Index\n\n```ruby\nTacksize.gniSearch(:search_term =\u003e 'ani*')\n```\n\n```ruby\nTacksize.gniSearch(:search_term =\u003e 'ani*', :per_page =\u003e 1)\n```\n\nGet details from EOL's database on a particular ID\n\n```ruby\nTacksize.gniDetails(:id =\u003e 17802847)\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsckott%2Ftacksize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsckott%2Ftacksize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsckott%2Ftacksize/lists"}