diff --git a/.github/workflows/python-tests.yml b/.github/workflows/tests.yml similarity index 96% rename from .github/workflows/python-tests.yml rename to .github/workflows/tests.yml index 270748b..c4c459c 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Run Python tests +name: Tests on: push: diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..535405a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,37 @@ +cff-version: 1.2.0 +title: >- + Bedrock, the open-source foundation for geotechnical + engineering. +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Joost + family-names: Gevaert + email: joost.gevaert@bedrock.engineer + affiliation: Bedrock + orcid: 'https://orcid.org/0000-0002-6267-6888' + - given-names: Jules + family-names: Blom + email: jules.blom@bedrock.engineer + affiliation: Bedrock +identifiers: + - type: doi + value: 10.5281/zenodo.16270261 + description: >- + The concept DOI of bedrock-ge. This DOI represents all + versions of bedrock-ge, and will always resolve to the + latest one. +repository-code: 'https://github.com/bedrock-engineer/bedrock-ge' +url: 'https://bedrock.engineer/' +keywords: + - ground investigation + - geotechnical engineering + - ground engineering + - geospatial + - gis + - bim + - ags + - gef +license: Apache-2.0 diff --git a/README.md b/README.md index e8d502b..7bf33c8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,14 @@ Bedrock logo -

Bedrock, the Open Source Foundation for Geotechnical Engineering

+

Bedrock, the Open-Source Foundation for Geotechnical Engineering

+ +--- + +[![Tests](https://github.com/bedrock-engineer/bedrock-ge/actions/workflows/tests.yml/badge.svg?event=push&branch=main)](https://github.com/bedrock-engineer/bedrock-ge/actions/workflows/tests.yml?query=event%3Apush+branch%3Amain) +[![PyPI](https://img.shields.io/pypi/v/bedrock-ge)](https://pypi.org/project/bedrock-ge/) +[![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue)](https://www.python.org/downloads/) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16270261.svg)](https://doi.org/10.5281/zenodo.16270261) ---