diff --git a/okh.toml b/okh.toml index 17a2ded..3f1a486 100644 --- a/okh.toml +++ b/okh.toml @@ -1,13 +1,27 @@ +# SPDX-License-Identifier: CC-BY-SA-4.0 + okhv = "OKH-LOSHv1.0" name = "PlanktoScope" function = "An open and affordable imaging platform for citizen oceanography" -repo = "https://github.com/PlanktoScope/PlanktoScope/" +repo = "https://github.com/PlanktoScope/PlanktoScope" +release = "https://github.com/PlanktoScope/PlanktoScope/releases" +license = "CERN-OHL-S-2.0, GPL-3.0-or-later, CC-BY-SA-3.0" licensor = "Thibaut Pollina" +documentation-language = "en" +readme = "./README.md" +contribution-guide = "./docs/contributions.md" +user-manual = "./docs/images/ui_guide.md" + technology-readiness-level = "OTRL-5" documentation-readiness-level = "ODRL-3*" -documentation-language = "en" -readme = "./README.md" -contribution-guide = "./docs/edit_the_code.md" -user-manual = "./docs/getting_started.md" +bom = "./hardware/bom.csv" + +[[outer-dimensions]] +openSCAD = "cube(size = [400,250,150])" +unit = "mm" + +[[software]] +release = "2.3" +installation-guide = "./docs/images/getting_started.md"