diff --git a/okh.toml b/okh.toml index 1362512..f8c4c56 100644 --- a/okh.toml +++ b/okh.toml @@ -2,30 +2,58 @@ okhv = "OKH-LOSHv1.0" name = "PlanktoScope" function = "An open and affordable imaging platform for citizen oceanography" +image = "/docs/images/readme/planktonplanet_pub.webp" 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" +license = "CERN-OHL-S-2.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" +readme = "/README.md" +user-manual = "/docs/protocols/basic_primer.md" +manufacturing-instructions = "/docs/hardware/manufacturing.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" +bom = "/hardware/bom.csv" source = [ - "./hardware/case/PlanktoScope-Case.f3z", - "./hardware/hat/Planktoscope-Hat.brd", - "./hardware/hat/Planktoscope-Hat.sch", + "/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" +installation-guide = "/docs/images/getting_started.md" + +[[outer-dimensions]] +openSCAD = "cube(size = [400,150,150])" +unit = "mm" + +[[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" +outer-dimension = "cube(size = [400,150,150])" + +[[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])"