From a1d2924fd3b5d55fae1ad09a09f1ee83bb5d55a9 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 18 Oct 2023 01:15:23 -0700 Subject: [PATCH] Some headers to outline next sections --- docs/intro/nwb.md | 21 ++++++++++++++++++++- docs/intro/purpose.md | 4 ++++ docs/intro/translation.md | 22 +++++++++++++++++++++- 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/docs/intro/nwb.md b/docs/intro/nwb.md index 6deb0dd..be911f5 100644 --- a/docs/intro/nwb.md +++ b/docs/intro/nwb.md @@ -1 +1,20 @@ -# NWB Background \ No newline at end of file +# NWB Background + +## Components + +NWB is + +- nwb schema language +- core schema + extensions +- hdmf + hdmf common +- pynwb + +## NWB Schema Language + +### Design + +### Types + +## Core Schema + +## PyNWB \ No newline at end of file diff --git a/docs/intro/purpose.md b/docs/intro/purpose.md index d689155..60debf0 100644 --- a/docs/intro/purpose.md +++ b/docs/intro/purpose.md @@ -3,6 +3,10 @@ If [pynwb](https://pynwb.readthedocs.io/en/stable/) already exists, why `nwb_linkml`? +## A Stepping Stone... + +(word on how and why we are focusing on NWB as part of a larger project) + ## Interoperable Schema Language **We want to make NWB a seed format in an interoperable, peer-to-peer diff --git a/docs/intro/translation.md b/docs/intro/translation.md index 5cf72a0..0584669 100644 --- a/docs/intro/translation.md +++ b/docs/intro/translation.md @@ -1 +1,21 @@ -# Translation Strategy \ No newline at end of file +# Translation Strategy + +## NWB to LinkML + +### Structure + +### Names + +### Arrays + +## LinkML to Pydantic + +### Types + +### Metadata + +### Arrays + +## LinkML to Everything + +How to generalize to linked data triplets. \ No newline at end of file