See the SciCat Home Webpage for an overview of how SciCat can help to manage scientific data.
SciCat documentation is split into the following chapters:
- User Guide - Users of the system can come here to see screen captures, FAQs and find resources on how to better understand SciCat.
- Operator Guide - System admins read this part to set up SciCat for their location
- Ingestor Guide - Instrument responsibles read this to understand how data can ge ingested into SciCat either manually or in an automated fashion
- Developer Guide - Developers who want to contribute to the project should read this chapter.
SciCat Project: Data Catalog System (2017) SciCat talk from Luke Gorman on Joint ExPaNDS and PaNOSC Meeting Feb 2020
Docs are built using honkit. This can either be installed locally using npm or run via docker.
docker compose up -d
This should start the honkit server on http://localhost:4040. Honkit will watch for changes in the source files and automatically re-build them.
You can also run the honkit server locally using npm:
npm install
npm run start
The website will be automatically
rebuilt after each change to the master
branch by a github action.