An open API service indexing awesome lists of open source software.

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+

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/).