This repository is for hosting the RO-Crate Metadata Profile for Language Data Commons.
This profile can also be updated using the Makefile which generates profile/profile.md
.
profile/profile.md
is generated by the make-profile.js
script and its contents. The script uses the library ro-crate-modes to generate the Markdown file.
If updates are required, edit the following files in this repository:
profile-text/profile.md
.puml
files inprofile/media
examples
Or this file in ro-crate-modes:
ro-crate-modes/modes/comprehensive-ldac.json
For Mac:
brew install pandoc
For Mac:
-
Ensure you have Java installed (The minimum version needed is Java 8):
java --version
-
Install Graphviz:
brew install graphviz
-
Install PlantUML:
brew install plantuml
npm install
make md