Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Python tests
name: Tests

on:
push:
Expand Down
37 changes: 37 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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: [email protected]
affiliation: Bedrock
orcid: 'https://orcid.org/0000-0002-6267-6888'
- given-names: Jules
family-names: Blom
email: [email protected]
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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
<img src="https://bedrock.engineer/public/Bedrock_TextRight.png" alt="Bedrock logo" width="75%"/>
</figure>

<h3 style="margin-inline: block;">Bedrock, the Open Source Foundation for Geotechnical Engineering</h3>
<h3 style="margin-inline: block;">Bedrock, the Open-Source Foundation for Geotechnical Engineering</h3>

---

[![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)

---

Expand Down