planktoscope/okh.toml

32 lines
935 B
TOML
Raw Normal View History

2022-10-31 17:42:00 +01:00
okhv = "OKH-LOSHv1.0"
2023-01-18 15:14:37 +01:00
2022-10-31 17:42:00 +01:00
name = "PlanktoScope"
function = "An open and affordable imaging platform for citizen oceanography"
2023-01-18 15:14:37 +01:00
2022-11-11 18:28:17 +01:00
repo = "https://github.com/PlanktoScope/PlanktoScope"
release = "https://github.com/PlanktoScope/PlanktoScope/releases"
2023-01-18 15:14:37 +01:00
2022-11-11 18:28:17 +01:00
license = "CERN-OHL-S-2.0, GPL-3.0-or-later, CC-BY-SA-3.0"
2023-01-18 15:14:37 +01:00
licensor = "Thibaut Pollina, Romain Bazile, Adam Larson, Will Major, Sebastian Wendel"
2022-10-31 17:42:00 +01:00
2022-11-11 18:28:17 +01:00
readme = "./README.md"
2023-01-08 07:18:19 +01:00
user-manual = "./docs/protocols/basic_primer.md"
2023-01-18 15:14:37 +01:00
contribution-guide = "./docs/contribute/hardware_development.md"
2022-11-11 18:28:17 +01:00
2023-01-18 15:14:37 +01:00
documentation-language = "en"
2022-10-31 17:42:00 +01:00
technology-readiness-level = "OTRL-5"
documentation-readiness-level = "ODRL-3*"
2023-01-18 15:14:37 +01:00
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"]
2022-11-11 18:28:17 +01:00
[[software]]
release = "2.3"
installation-guide = "./docs/images/getting_started.md"