https://github.com/terralid/metadata
Hosting repository for the TerraLID metadata profile
https://github.com/terralid/metadata
archaeological-science archaeology archaeometry isotopes lead metadata-profile mkdocs research-data research-data-management
Last synced: 2 months ago
JSON representation
Hosting repository for the TerraLID metadata profile
- Host: GitHub
- URL: https://github.com/terralid/metadata
- Owner: terralid
- License: cc-by-4.0
- Created: 2025-04-10T08:47:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-10T22:17:38.000Z (5 months ago)
- Last Synced: 2026-01-11T06:49:36.778Z (5 months ago)
- Topics: archaeological-science, archaeology, archaeometry, isotopes, lead, metadata-profile, mkdocs, research-data, research-data-management
- Language: HTML
- Homepage: https://metadata.terralid.org/latest/
- Size: 7.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://doi.org/10.5281/zenodo.18069848)
# TerraLID
Hosting repository for the TerraLID metadata profile.
## Use pipeline
To deploy a new version to GH-Pages first push your new documentation to this repository:
```bash
git add mkdocs.yml docs/*
git commit
git push
```
Then create and push a tag with your version identifier:
```bash
git tag {{ TAG }}
git push origin {{ TAG }}
```
This will trigger the deployment pipeline and deploy a new version on GH-pages.