https://github.com/arfon/metamatter
Minimal metadata extractor for the GitHub API
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
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
Metadata Files
README.md
Metamatter
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
- Website: arfon.org
- Twitter: arfon
- Repositories: 86
- Profile: https://github.com/arfon
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
Top Committers
| Name | 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
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
- Homepage: https://github.com/arfon/metamatter
- Documentation: http://www.rubydoc.info/gems/metamatter/
- License: MIT
-
Latest release: 0.2.0
published about 10 years ago