updated project description
This commit is contained in:
parent
069c679daa
commit
195cbf250a
24
okh.toml
24
okh.toml
|
@ -1,22 +1,30 @@
|
|||
# SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
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, Sebastian Wendel"
|
||||
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"
|
||||
readme = "./README.md"
|
||||
contribution-guide = "./docs/contribute/hardware_development.md"
|
||||
user-manual = "./docs/protocols/basic_primer.md"
|
||||
|
||||
technology-readiness-level = "OTRL-5"
|
||||
documentation-readiness-level = "ODRL-3*"
|
||||
|
||||
bom = "./hardware/hat/Planktoscope-Hat.csv"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue