From 195cbf250aadba27365690da1671a45cbdc08219 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Wed, 18 Jan 2023 15:14:37 +0100 Subject: [PATCH] updated project description --- okh.toml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/okh.toml b/okh.toml index eee6053..1362512 100644 --- a/okh.toml +++ b/okh.toml @@ -1,22 +1,30 @@ -# 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" 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, Romain Bazile, Adam Larson, Sebastian Wendel" +licensor = "Thibaut Pollina, Romain Bazile, Adam Larson, Will Major, Sebastian Wendel" + +readme = "./README.md" +user-manual = "./docs/protocols/basic_primer.md" +contribution-guide = "./docs/contribute/hardware_development.md" documentation-language = "en" -readme = "./README.md" -contribution-guide = "./docs/contribute/hardware_development.md" -user-manual = "./docs/protocols/basic_primer.md" - technology-readiness-level = "OTRL-5" documentation-readiness-level = "ODRL-3*" -bom = "./hardware/hat/Planktoscope-Hat.csv" +bom = "./hardware/bom.csv" +source = [ + "./hardware/case/PlanktoScope-Case.f3z", + "./hardware/hat/Planktoscope-Hat.brd", + "./hardware/hat/Planktoscope-Hat.sch", +] + +tsdc = ["CNC", "PCB", "MEC", "STD"] [[software]] release = "2.3"