32 lines
935 B
TOML
32 lines
935 B
TOML
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, Will Major, Sebastian Wendel"
|
|
|
|
readme = "./README.md"
|
|
user-manual = "./docs/protocols/basic_primer.md"
|
|
contribution-guide = "./docs/contribute/hardware_development.md"
|
|
|
|
documentation-language = "en"
|
|
technology-readiness-level = "OTRL-5"
|
|
documentation-readiness-level = "ODRL-3*"
|
|
|
|
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"
|
|
installation-guide = "./docs/images/getting_started.md"
|