From 4d796e4718aa3008cf45439bd26e7e7845ff6d75 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Mon, 31 Oct 2022 17:42:00 +0100 Subject: [PATCH] add okh-tool projekt config --- okh.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 okh.toml diff --git a/okh.toml b/okh.toml new file mode 100644 index 0000000..17a2ded --- /dev/null +++ b/okh.toml @@ -0,0 +1,13 @@ +okhv = "OKH-LOSHv1.0" +name = "PlanktoScope" +function = "An open and affordable imaging platform for citizen oceanography" +repo = "https://github.com/PlanktoScope/PlanktoScope/" +licensor = "Thibaut Pollina" + +technology-readiness-level = "OTRL-5" +documentation-readiness-level = "ODRL-3*" + +documentation-language = "en" +readme = "./README.md" +contribution-guide = "./docs/edit_the_code.md" +user-manual = "./docs/getting_started.md"