extension-radiocarbon-dating
A MIxS extension proposal for 'radiocarbon dating' information about samples
Science Score: 49.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
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.0%) to scientific vocabulary
Repository
A MIxS extension proposal for 'radiocarbon dating' information about samples
Basic Info
- Host: GitHub
- Owner: MIxS-MInAS
- License: cc0-1.0
- Language: Python
- Default Branch: main
- Size: 81.1 KB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 4
- Releases: 7
Metadata Files
README.md
extension-radiocarbon-dating
A MIxS extension proposal for 'radiocarbon dating' information.
Repository Structure
The repo is laid out as follows:
feedback/<date>-<eventid>: contains collated tables from community feedback sessions
proposals/<upcoming version>: contains consensus term update proposals for inclusion in the next version of the standard
project/:class-model-tsvs/: contains MIxS <= v5 style TSVs for the extension for more-human readable inspection
scripts/: contains various helper scripts for processing JSON, YAML, and feedback data where necessarysrc/mixs/: contains the structured YAML and JSON files of the latest release of the extension
template/: contains a basic template for any YAML extension within MInAS
Update workflows
- Gather all feedback from feedback sessions (
feedback/) and development workshops (proposals/<upcoming_version>) in the forms of JSONs - Coordination team makes two branch and associated PRs:
<upcoming version>-termupdates<upcoming version>-newterms
- Update existing terms and add new terms in/to the
src/mixs/schema/radiocarbon-dating.yamlfile on the two branches- Updates as per the aggregated feedback under
proposals/, but can be evaluated or 'vetoed' for technical reasons - Important: try to make one commit for each new term and term update, with a descriptive message as to the change.
- For each term, all changes to (description, examples, etc.) should be in one commit and described in the commit message (this will allow us further automate release notes)
- Updates as per the aggregated feedback under
- Coordination team cross-reviews the two PRs and merge in
- Run validation (TO BE AUTOMATED)
linkml lint --config linkml-lint-config.yml src/mixs/schema/radiocarbon-dating.yml: to ensure there are no errors or important missing information about or misformatting of each term (slot)linkml validate -s <schema>.yaml --target-class RadiocarbonDating <test_data>.csv: checks that the schema can be used against an actual metadata test file [NOT YET IMPLEMENTED]
- In a new PR, generate additional JSON and TSV files based on instructions on technical notes (containing all changes/new terms)
gen-csv src/mixs/schema/radiocarbon-dating.yml > src/mixs/schema/radiocarbon-dating.csv: checks that the schema can be converted to a basic CSV formatgen-json-schema src/mixs/schema/radiocarbon-dating.yml > src/mixs/schema/radiocarbon-dating.jsonchecks that the schema can be converted to a basic JSON format- The YAML -> JSON conversion will include additioanl LinkML schema validation, so additional correction PRs made be required at this point!
- Generate the 'old style' MIxS checklist
./scripts/linkml2class_tsvs.py --schema-file src/mixs/schema/radiocarbon-dating.yml --output-dir projects/class-model-tsvs/
- Update the
CITATION.cfffile with the new version number and authors, and update theversionfield to match the new version number- The
titleshould be descriptive of the extension, e.g. "Minimum Information about any Ancient Sequence (MInAS): RadiocarbonDating Extension Schema" - The
versionshould be updated to match the new version number, e.g. "1.8.0"
- The
- Make a GitHub release with the following format:
- Tag: vX.X.X
- Title: vX.X.X
- Generate release notes based on a cleaned up
git log --onelinethat has the git hash and the informative commit message - Set as latest
- Go to the MInAS repo and make an updated mega-yaml plus release following instructions there
Technical notes
Use the YAML (in as far as possible similar format as MIxS LinkML structure) as the source of truth.
MIxS TSV Style Conversion
To convert to the original MIxS TSV style, we can use a script developed by @TurboMam.
This script has been copied and modified very slightly to include the python3 shebang, and is placed under scripts until properly packaged for the MIxS project.
To use this script, you only need python3 and no other dependencies (it seems).
In the root of this directory run:
bash
./scripts/linkml2class_tsvs.py --schema-file src/mixs/schema/radiocarbon-dating.yml --output-dir projects/class-model-tsvs/
Latest tag
We use a GitHub action to generate a special 'latest' tag that points to the commit of the latest release. This allows a more 'user friendly' URL for downloading a specific file, rather than making users have to download a release tarball and extract a specific file.
Owner
- Name: MIxS-MInAS
- Login: MIxS-MInAS
- Kind: organization
- Repositories: 1
- Profile: https://github.com/MIxS-MInAS
GitHub Events
Total
- Create event: 2
- Release event: 2
- Issues event: 1
- Issue comment event: 1
- Member event: 1
- Push event: 9
- Pull request review event: 8
- Pull request review comment event: 4
- Pull request event: 3
- Fork event: 1
Last Year
- Create event: 2
- Release event: 2
- Issues event: 1
- Issue comment event: 1
- Member event: 1
- Push event: 9
- Pull request review event: 8
- Pull request review comment event: 4
- Pull request event: 3
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jfy133 (5)
Pull Request Authors
- joeroe (2)
- DeondeJager (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- EndBug/latest-tag v1.6.2 composite
- actions/checkout v4.1.6 composite