RDMO is a tool to support the systematic planning, organisation and implementation of the data management throughout the course of a research project. On this page, we offer a search and filter interface for the central content repository for RDMO located at https://github.com/rdmorganiser/rdmo-catalog.
Clone https://github.com/rdmorganiser/rdmo-catalog and run python3 tools/convert.py json
to convert the xml files to json.
Clone https://github.com/rdmorganiser/terms (this repository) and move the json
directory created before to src/data
. The JSON files in the data
directory are used in the node compilation process.
Go back to the root of this repository and install the node dependencies, we suggest to use nvm:
nvm use
npm install
npm run serve
npm run build