https://github.com/sdsc-ordes/catplus-docs
Documentation for the Data Sharing Infrastructure of SwissCat+
https://github.com/sdsc-ordes/catplus-docs
documentation mkdocs
Last synced: 9 months ago
JSON representation
Documentation for the Data Sharing Infrastructure of SwissCat+
- Host: GitHub
- URL: https://github.com/sdsc-ordes/catplus-docs
- Owner: sdsc-ordes
- License: mit
- Created: 2025-05-21T13:11:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T15:19:35.000Z (about 1 year ago)
- Last Synced: 2025-06-09T09:42:33.103Z (about 1 year ago)
- Topics: documentation, mkdocs
- Homepage: https://swisscatplus.ch
- Size: 568 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwissCAT+ CHEMBORD
> [!IMPORTANT]
> This repository is **archived** and no longer maintained.
> The project has been migrated to our collaborators at [SwissCAT+](https://github.com/swisscatplus).
> 👉 Development continues at [swisscatplus/catplus-docs](https://github.com/swisscatplus/catplus-docs)
## Context
All the code presented in this documentation comes from the fruitful collaboration between [SwissCAT+](https://swisscatplus.ch) and [Swiss Data Science Center (SDSC)](https://www.datascience.ch).
## Research Data Infrastructure (RDI) Documentation
Ontology: [catplus-ontology](https://github.com/sdsc-ordes/catplus-ontology)
Converters: [catplus-converters](https://github.com/sdsc-ordes/catplus-converters)
Front-end (UI) : [catplus-chemboard](https://github.com/sdsc-ordes/catplus-chemboard)
Kubernetes Deployment (private, contact project leads): [catplus-manifests](https://github.com/sdsc-ordes/catplus-manifests)
(includes argo workflows, qlever RDF database, UI, s3 integration)
## Development
This project uses uv for dependency and environment management.
```
git clone git@github.com:sdsc-ordes/catplus-docs.git
cd catplus-docs
uv sync
```
Run the docs locally:
```
uv run mkdocs serve
```
The docs are then visible on [your local port 8888](http://127.0.0.1:8888/).