-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
58 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
"cookiecutter": { | ||
"project_name": "pid4cat-model", | ||
"__project_slug": "pid4cat_model", | ||
"github_org": "dalito", | ||
"github_org": "nfid4cat", | ||
"__source_path": "src/pid4cat_model/schema/pid4cat_model.yaml", | ||
"project_description": "LinkML model for Catalyst Resource Idenifier (PID4Cat)", | ||
"project_description": "LinkML model for handle-based PIDs for resources in catalysis (PID4Cat)", | ||
"full_name": "David Linke", | ||
"email": "[email protected]", | ||
"__author": "David Linke <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,54 @@ | ||
[![CI - main](https://github.com/nfdi4cat/pid4cat-model/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/nfdi4cat/pid4cat-model/actions/workflows/main.yml) | ||
[![CI - docs](https://github.com/nfdi4cat/pid4cat-model/actions/workflows/deploy-docs.yml/badge.svg?branch=main)](https://github.com/nfdi4cat/pid4cat-model/actions/workflows/deploy-docs.yml) | ||
|
||
# PID4cat model | ||
|
||
A LinkML model for handle-based PIDs for resources in catalysis (PID4Cat) | ||
> Status: alpha - This is in early development and may change. | ||
A LinkML model for handle-based PIDs for resources in catalysis. | ||
|
||
## Website | ||
## Documentation | ||
|
||
[https://dalito.github.io/pid4cat-model](https://dalito.github.io/pid4cat-model) | ||
- [PID4Cat model](https://nfdi4cat.github.io/pid4cat-model) documentation | ||
- [NFDI4Cat PID concept](nfdi4cat_details.md) - more information about the role and use of this model. | ||
|
||
## Repository Structure | ||
|
||
* [examples/](examples/) - example data | ||
* [project/](project/) - project files (do not edit these) | ||
* [src/](src/) - source files (edit these) | ||
* [pid4cat_model](src/pid4cat_model) | ||
* [schema](src/pid4cat_model/schema) -- LinkML schema | ||
- [examples/](examples/) - example data | ||
- [project/](project/) - project files (do not edit these) | ||
- [src/](src/) - source files (edit these) | ||
- [pid4cat_model](src/pid4cat_model) | ||
- [schema](src/pid4cat_model/schema) - LinkML schema | ||
(edit this) | ||
* [datamodel](src/pid4cat_model/datamodel) -- generated | ||
- [datamodel](src/pid4cat_model/datamodel) - generated | ||
Python datamodel | ||
* [tests/](tests/) - Python tests | ||
- [tests/](tests/) - Python tests | ||
|
||
## Developer Documentation | ||
|
||
<details> | ||
Use the `make` command to generate project artefacts: | ||
|
||
* `make all`: make everything | ||
* `make deploy`: deploys site | ||
- `make all`: make everything | ||
- `make deploy`: deploys site | ||
</details> | ||
|
||
## Credits | ||
## Contributors | ||
|
||
A big thanks to all [contributors](https://github.com/nfdi4cat/pid4cat-model/graphs/contributors). | ||
|
||
Main author: | ||
|
||
- David Linke (ORCID: 0000-0002-5898-1820) - Idea and initial setup of repository. Current maintainer. | ||
|
||
## License | ||
|
||
The code in this repository is distributed under MIT license. | ||
|
||
## Acknowledgement | ||
|
||
[linkml-project-cookiecutter](https://github.com/linkml/linkml-project-cookiecutter) provided the base setup for this repository. | ||
|
||
This project started as an in-kind contribution of [Leibniz-Institut für Katalyse e.V.](https://www.catalysis.de) (Rostock, Germany) to the NFDI4Cat project. | ||
|
||
This project was made with | ||
[linkml-project-cookiecutter](https://github.com/linkml/linkml-project-cookiecutter). | ||
After 2024-03-27 this work has been funded by the German Research Foundation (DFG) through the project "[NFDI4Cat](https://www.nfdi4cat.org) - NFDI for Catalysis-Related Sciences" (DFG project no. [441926934](https://gepris.dfg.de/gepris/projekt/441926934)), within the National Research Data Infrastructure ([NFDI](https://www.nfdi.de)) programme of the Joint Science Conference (GWK). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters