https://github.com/arfon/metamatter

Minimal metadata extractor for the GitHub API

https://github.com/arfon/metamatter

Science Score: 23.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 10 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Minimal metadata extractor for the GitHub API

Basic Info
  • Host: GitHub
  • Owner: arfon
  • License: mit
  • Language: Ruby
  • Default Branch: master
  • Size: 43.9 KB
Statistics
  • Stars: 9
  • Watchers: 2
  • Forks: 2
  • Open Issues: 2
  • Releases: 0
Created about 11 years ago · Last pushed over 9 years ago
Metadata Files
Readme License

README.md

Metamatter

DOI Build Status Gem Version

Minimal metadata extractor for the GitHub API. Ultimately the goal is to get this to produce output similar to that described in this blog post. Currently none of the entities in the output have any semantic context.

javascript { "@context": "http://schema.org", "@type": "Code", "name": "Fidgit", "codeRepository": "https://github.com/arfon/fidgit", "citation": "http://dx.doi.org/10.6084/m9.figshare.828487", "description": "An ungodly union of GitHub and Figshare http://fidgit.arfon.org", "dateCreated": "2013-10-19", "license": "http://opensource.org/licenses/MIT", "author": { "@type": "Person", "name": "Arfon Smith", "@id": "http://orcid.org/0000-0002-3957-2474", "email": "arfon@github.com" } }

Usage

```ruby ALGORITHMIATOKEN = youralgorithmiatoken GITHUBTOKEN = yourgithubtoken

repository = Metamatter::Repository.new('arfon/metamatter') repository.extract #=> '{"authors": [{"name": "Arfon Smith", "email":"arfon.smith@gmail.com" ...

```

or from the command line:

```bash GITHUBTOKEN=yourgithubtoken ALGORITHMIATOKEN=youralgorithmiatoken\ metamatter extract arfon/metamatter

{ "repository": { "name": "metamatter", "location": "https://github.com/arfon/metamatter", "description": "Minimal metadata extractor for the GitHub API", "created_at": "2015-07-06 10:42:12 UTC" }, "authors": [ { "name": "Arfon Smith", "orcid": "0000-0002-3957-2474", "email": "arfon.smith@gmail.com", "login": "arfon", "contributions": 10 } ], "tags": [ "api", "extractor", "minimal", "metadata", "github", "metamatter" ], "license": { "name": "MIT License", "url": "https://api.github.com/licenses/mit" }, "doi": "http://dx.doi.org/10.5281/zenodo.19630" }

```

Owner

  • Name: Arfon Smith
  • Login: arfon
  • Kind: user
  • Location: Edinburgh

Schmidt Sciences. Previously product @github, data science @spacetelescope, @zooniverse co-founder. Editor-in-chief of the Journal of Open Source Software

GitHub Events

Total
Last Year

Committers

Last synced: almost 2 years ago

All Time
  • Total Commits: 40
  • Total Committers: 1
  • Avg Commits per committer: 40.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Arfon Smith a****n@g****m 40
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 4
  • Total pull requests: 5
  • Average time to close issues: 5 months
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 2.25
  • Average comments per pull request: 2.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • arfon (4)
Pull Request Authors
  • arfon (5)
Top Labels
Issue Labels
enhancement (4)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • rubygems 10,083 total
  • Total dependent packages: 0
  • Total dependent repositories: 3
  • Total versions: 3
  • Total maintainers: 1
rubygems.org: metamatter

A RubyGem for extracting minmal metadata from a GitHub repository

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 3
  • Downloads: 10,083 Total
Rankings
Dependent repos count: 12.6%
Dependent packages count: 15.8%
Stargazers count: 16.4%
Forks count: 17.7%
Average: 21.6%
Downloads: 45.3%
Maintainers (1)
Last synced: 12 months ago