From ac36bf3a1d466586e1eaeb975f7dbbebbb7ecb85 Mon Sep 17 00:00:00 2001 From: Kevin Carlson Date: Wed, 12 Feb 2025 18:38:42 -0800 Subject: [PATCH 1/3] DOC: Demo page --- packages/frontend/src/help/demo.mdx | 9 +++++++++ packages/frontend/src/help/routes.ts | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 packages/frontend/src/help/demo.mdx diff --git a/packages/frontend/src/help/demo.mdx b/packages/frontend/src/help/demo.mdx new file mode 100644 index 00000000..0a8cad6e --- /dev/null +++ b/packages/frontend/src/help/demo.mdx @@ -0,0 +1,9 @@ +# A demo + +Here are a few notebooks for a demo given at the Topos board meeting on February 13, 2025. + +- [The ontology of CatColab](https://catcolab.org/model/0194fbf4-fddf-7a12-b88b-33015d17d8e7) +- [An exemplar instance of this ontology](https://catcolab.org/diagram/0194fbf9-8d8f-7330-8a51-5e9da2ce31bc) +- [A large causal loop diagram](https://catcolab.org/analysis/0194fc58-22cd-7fa1-ba04-3db08141afc0) +- [A causal loop diagram with delays](https://catcolab.org/analysis/0194fc66-149d-76c2-9916-4e474b906815) +- [An SEIRV stock-flow model](https://catcolab.org/analysis/0194fcbc-91c6-7e63-a619-7a84b4a7aa6c) diff --git a/packages/frontend/src/help/routes.ts b/packages/frontend/src/help/routes.ts index 259aad74..62b8cebf 100644 --- a/packages/frontend/src/help/routes.ts +++ b/packages/frontend/src/help/routes.ts @@ -26,4 +26,8 @@ export const helpRoutes: RouteDefinition[] = [ matchFilters: theoryWithIdFilter, component: lazy(() => import("./theory")), }, + { + path: "/demo", + component: lazyMdx(() => import("./demo.mdx")), + }, ]; From 8daf15a84a75f6af4f519779b3cd1cb4093509d6 Mon Sep 17 00:00:00 2001 From: Evan Patterson Date: Wed, 12 Feb 2025 21:04:46 -0800 Subject: [PATCH 2/3] DOC: Rename "demo" page to "quick introduction". --- packages/frontend/src/help/{demo.mdx => quick_intro.mdx} | 4 ++-- packages/frontend/src/help/routes.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename packages/frontend/src/help/{demo.mdx => quick_intro.mdx} (83%) diff --git a/packages/frontend/src/help/demo.mdx b/packages/frontend/src/help/quick_intro.mdx similarity index 83% rename from packages/frontend/src/help/demo.mdx rename to packages/frontend/src/help/quick_intro.mdx index 0a8cad6e..760203ec 100644 --- a/packages/frontend/src/help/demo.mdx +++ b/packages/frontend/src/help/quick_intro.mdx @@ -1,6 +1,6 @@ -# A demo +# Quick introduction -Here are a few notebooks for a demo given at the Topos board meeting on February 13, 2025. +Here are a few models created for a quick introduction to CatColab. - [The ontology of CatColab](https://catcolab.org/model/0194fbf4-fddf-7a12-b88b-33015d17d8e7) - [An exemplar instance of this ontology](https://catcolab.org/diagram/0194fbf9-8d8f-7330-8a51-5e9da2ce31bc) diff --git a/packages/frontend/src/help/routes.ts b/packages/frontend/src/help/routes.ts index 62b8cebf..9faccf5a 100644 --- a/packages/frontend/src/help/routes.ts +++ b/packages/frontend/src/help/routes.ts @@ -27,7 +27,7 @@ export const helpRoutes: RouteDefinition[] = [ component: lazy(() => import("./theory")), }, { - path: "/demo", - component: lazyMdx(() => import("./demo.mdx")), + path: "/quick-intro", + component: lazyMdx(() => import("./quick_intro.mdx")), }, ]; From 619ab9ecf4e6ff375dd2741205987e9fba1974c4 Mon Sep 17 00:00:00 2001 From: Kevin Carlson Date: Thu, 13 Feb 2025 08:30:18 -0800 Subject: [PATCH 3/3] Linking to models and diagrams, not analyses, a bit more guidance. --- packages/frontend/src/help/quick_intro.mdx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/packages/frontend/src/help/quick_intro.mdx b/packages/frontend/src/help/quick_intro.mdx index 760203ec..b2eca179 100644 --- a/packages/frontend/src/help/quick_intro.mdx +++ b/packages/frontend/src/help/quick_intro.mdx @@ -1,9 +1,15 @@ # Quick introduction -Here are a few models created for a quick introduction to CatColab. +Here are a few models created for a quick introduction to CatColab. + +To visualize any of these models, open the menu in the upper-left +of their page, click "new analysis", click the + symbol on the new pane that appears, and select "Visualization." + +These models are view-only, which means that while you can edit them, your edits will not be saved. If you duplicate +the model in the same menu, you'll get a copy you (if you're logged in) own and can edit, save, and re-permission as you like. - [The ontology of CatColab](https://catcolab.org/model/0194fbf4-fddf-7a12-b88b-33015d17d8e7) - [An exemplar instance of this ontology](https://catcolab.org/diagram/0194fbf9-8d8f-7330-8a51-5e9da2ce31bc) -- [A large causal loop diagram](https://catcolab.org/analysis/0194fc58-22cd-7fa1-ba04-3db08141afc0) -- [A causal loop diagram with delays](https://catcolab.org/analysis/0194fc66-149d-76c2-9916-4e474b906815) -- [An SEIRV stock-flow model](https://catcolab.org/analysis/0194fcbc-91c6-7e63-a619-7a84b4a7aa6c) +- [A large causal loop diagram](https://catcolab.org/model/0194cf7f-e59a-7281-a0d9-dce4c68114e4) +- [A causal loop diagram with delays](https://catcolab.org/model/0194d7b1-2a7d-7be2-a338-b607c61bf0d4) +- [An SEIRV stock-flow model](https://catcolab.org/model/0195001d-3c7d-7cb3-9019-2f411cfa2663)