https://github.com/rdmorganiser/terms
A search and filter interface for https://github.com/rdmorganiser/rdmo-catalog
https://github.com/rdmorganiser/terms
Last synced: 4 months ago
JSON representation
A search and filter interface for https://github.com/rdmorganiser/rdmo-catalog
- Host: GitHub
- URL: https://github.com/rdmorganiser/terms
- Owner: rdmorganiser
- Created: 2021-01-04T12:35:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T09:53:43.000Z (6 months ago)
- Last Synced: 2025-12-12T12:41:06.039Z (6 months ago)
- Language: Python
- Homepage: https://rdmorganiser.github.io/terms
- Size: 1.77 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rdmo-terms
[RDMO](https://github.com/rdmorganiser/rdmo) is a tool to support the systematic planning,
organisation and implementation of the data management throughout the course of a research project.
This repo is used to create https://rdmorganiser.github.io/terms/, which can be used as
a search and filter interface for the central content repository for RDMO located at
.
## Setup
```bash
pip install -e .
```
Create `.env` with:
```
CATALOG_PATH=../rdmo-catalog/rdmorganiser
```
## Usage
```bash
rdmo-terms build # shortcut for index, elements, element, static, and assets
rdmo-terms index # create the html and the json file containing all elements
rdmo-terms elements # create one html and one json file for each module
rdmo-terms element # create one html and one json file for each element
rdmo-terms static # copy files from static to the public dir
rdmo-terms assets # download 3rd party assets from CDN
rdmo-terms clean # remove the public dir
rdmo-terms serve # serve the public dir to http://localhost:4000
```