updated project description
This commit is contained in:
parent
195cbf250a
commit
55d38c2ae9
46
okh.toml
46
okh.toml
|
@ -2,30 +2,58 @@ okhv = "OKH-LOSHv1.0"
|
||||||
|
|
||||||
name = "PlanktoScope"
|
name = "PlanktoScope"
|
||||||
function = "An open and affordable imaging platform for citizen oceanography"
|
function = "An open and affordable imaging platform for citizen oceanography"
|
||||||
|
image = "/docs/images/readme/planktonplanet_pub.webp"
|
||||||
|
|
||||||
repo = "https://github.com/PlanktoScope/PlanktoScope"
|
repo = "https://github.com/PlanktoScope/PlanktoScope"
|
||||||
release = "https://github.com/PlanktoScope/PlanktoScope/releases"
|
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"
|
licensor = "Thibaut Pollina, Romain Bazile, Adam Larson, Will Major, Sebastian Wendel"
|
||||||
|
|
||||||
readme = "./README.md"
|
readme = "/README.md"
|
||||||
user-manual = "./docs/protocols/basic_primer.md"
|
user-manual = "/docs/protocols/basic_primer.md"
|
||||||
contribution-guide = "./docs/contribute/hardware_development.md"
|
manufacturing-instructions = "/docs/hardware/manufacturing.md"
|
||||||
|
contribution-guide = "/docs/contribute/hardware_development.md"
|
||||||
|
|
||||||
documentation-language = "en"
|
documentation-language = "en"
|
||||||
technology-readiness-level = "OTRL-5"
|
technology-readiness-level = "OTRL-5"
|
||||||
documentation-readiness-level = "ODRL-3*"
|
documentation-readiness-level = "ODRL-3*"
|
||||||
|
|
||||||
bom = "./hardware/bom.csv"
|
bom = "/hardware/bom.csv"
|
||||||
source = [
|
source = [
|
||||||
"./hardware/case/PlanktoScope-Case.f3z",
|
"/hardware/case/PlanktoScope-Case.f3z",
|
||||||
"./hardware/hat/Planktoscope-Hat.brd",
|
"/hardware/hat/Planktoscope-Hat.brd",
|
||||||
"./hardware/hat/Planktoscope-Hat.sch",
|
"/hardware/hat/Planktoscope-Hat.sch",
|
||||||
]
|
]
|
||||||
|
|
||||||
tsdc = ["CNC", "PCB", "MEC", "STD"]
|
tsdc = ["CNC", "PCB", "MEC", "STD"]
|
||||||
|
|
||||||
[[software]]
|
[[software]]
|
||||||
release = "2.3"
|
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])"
|
||||||
|
|
Loading…
Reference in a new issue