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