planktoscope/okh.toml

57 lines
1.7 KiB
TOML
Raw Permalink 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:38:47 +01:00
image = "/docs/images/readme/planktonplanet_pub.webp"
2023-01-18 15:14:37 +01:00
2023-01-18 16:51:58 +01:00
version = "2.5"
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
2023-01-18 15:38:47 +01:00
license = "CERN-OHL-S-2.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
2023-01-18 15:38:47 +01:00
readme = "/README.md"
user-manual = "/docs/protocols/basic_primer.md"
manufacturing-instructions = "/docs/hardware/manufacturing.md"
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:38:47 +01:00
bom = "/hardware/bom.csv"
2023-01-18 15:14:37 +01:00
source = [
2023-01-18 15:38:47 +01:00
"/hardware/case/PlanktoScope-Case.f3z",
"/hardware/hat/Planktoscope-Hat.brd",
"/hardware/hat/Planktoscope-Hat.sch",
2023-01-18 15:14:37 +01:00
]
tsdc = ["CNC", "PCB", "MEC", "STD"]
2022-11-11 18:28:17 +01:00
[[software]]
release = "2.3"
2023-01-19 14:34:52 +01:00
installation-guide = "/docs/usage/getting_started.md"
2023-01-18 15:38:47 +01:00
[[part]]
name = "PlanktoScope-Case"
image = "/doc/images/hardware/planktoscope_case_00.png"
tsdc = "CNC"
source = "/hardware/case/PlanktoScope-Case.f3z"
export = ["/hardware/case/PlanktoScope-Case.dxf"]
outer-dimension-dim = "mm"
2023-04-27 15:10:13 +02:00
outer-dimension = "cube(size = [275,125,105])"
2023-01-18 15:38:47 +01:00
[[part]]
name = "PlanktoScope-HAT"
image = "/docs/images/hardware/planktoscope_hat_front.png"
tsdc = "PCB"
source = "/hardware/hat/Planktoscope-Hat.brd"
export = [
"/hardware/hat/Planktoscope-Hat-gerber.zip",
"/hardware/hat/Planktoscope-Hat-assembly.zip",
"/hardware/hat/Planktoscope-Hat-diagram.pdf",
]
outer-dimension-dim = "mm"
outer-dimension = "cube(size = [100,65,10])"