https://github.com/caltechlibrary/convert_codemeta
Convert and validate codemeta files using crosswalk
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○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
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.5%) to scientific vocabulary
Keywords from Contributors
Repository
Convert and validate codemeta files using crosswalk
Basic Info
Statistics
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 3
- Releases: 6
Metadata Files
README.md
Convert Codemeta
Will be replaced by improved crosswalks and https://github.com/SciCodes/somef-core
Python utility for converting and validating codemeta.json files using the codemeta crosswalk
Table of contents
- Introduction
- Installation
- Usage
- Known issues and limitations
- Getting help
- Contributing
- License
- Authors and history
- Acknowledgments
Introduction
This application copies some functionality of codemetar, but in python. It includes codemeta validation and crosswalk functions.
Installation
Clone from github
Type pip install .
Usage
Validate codemeta in a python script: validate_codemeta(codemeta)
Convert to codemeta in a python script by providing the input format:
crosswalk(data, "bio.tools")
Convert from codemeta to a different format in a python script by providing both formats:
crosswalk(data, "codemeta", "Zenodo")
Run tests by typing pytest tests
Known issues and limitations
In active development
Getting help
Submit issues on GitHub, or send me a note at tmorrell@caltech.edu
Contributing
Contributions are welcome! See Contributing for more details.
License
Software produced by the Caltech Library is Copyright (C) 2019, Caltech. This software is freely distributed under a BSD/MIT type license. Please see the LICENSE file for more information.
Authors and history
Tom Morrell
Acknowledgments
This work was funded by the Alfred P. Sloan Foundation as part of the 2019 Scientific Software Registry Collaboration Workshop. It is maintained by the California Institute of Technology Library.
Owner
- Name: Caltech Library
- Login: caltechlibrary
- Kind: organization
- Email: helpdesk@library.caltech.edu
- Location: Pasadena, CA 91125
- Website: https://www.library.caltech.edu/
- Repositories: 84
- Profile: https://github.com/caltechlibrary
We manage the physical and digital holdings of the California Institute of Technology, provide services and training, and develop open-source software.
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Convert and validate codemeta.",
"name": "convert_codemeta",
"codeRepository": "https://github.com/caltechlibrary/convert_codemeta",
"issueTracker": "https://github.com/caltechlibrary/convert_codemeta/issues",
"license": "https://data.caltech.edu/license",
"version": "0.4.0",
"author": [
{
"@type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": "Caltech Library",
"email": "tmorrell@caltech.edu",
"@id": "https://orcid.org/0000-0001-9266-5146"
}
],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/convert_codemeta/archive/v0.2.0.zip",
"keywords": [
"GitHub",
"metadata",
"software",
"codemeta"
],
"maintainer": "https://orcid.org/0000-0001-9266-5146",
"programmingLanguage": "Python"
}
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: about 3 years ago
All Time
- Total Commits: 38
- Total Committers: 3
- Avg Commits per committer: 12.667
- Development Distribution Score (DDS): 0.053
Top Committers
| Name | Commits | |
|---|---|---|
| Tom Morrell | t****l@c****u | 36 |
| Hervé Ménager | h****r@g****m | 1 |
| Thomas Morrell | t****l@u****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 5
- Total pull requests: 0
- Average time to close issues: 27 days
- Average time to close pull requests: N/A
- Total issue authors: 3
- Total pull request authors: 0
- Average comments per issue: 0.4
- Average comments per pull request: 0
- Merged pull requests: 0
- 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
- tmorrell (2)
- hmenager (2)
- Aidajafarbigloo (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 21 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 6
- Total maintainers: 1
pypi.org: convert-codemeta
Convert and validate codemeta.
- Homepage: https://github.com/caltechlibrary/convert_codemeta
- Documentation: https://convert-codemeta.readthedocs.io/
- License: https://data.caltech.edu/license
-
Latest release: 0.4.0
published over 5 years ago
Rankings
Maintainers (1)
Dependencies
- express ^4.13.3
- pandas >=1.0.0
- pyld ==1.0.5
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite