From e95dd468216c73cd6f8d849aa90d7095be3011af Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Wed, 13 Nov 2024 22:01:48 -0600 Subject: [PATCH] Rearrange everything 2 --- content/_index.md | 4 ++-- content/about/_index.md | 2 +- content/about/eab.md | 1 + content/about/why.md | 1 + content/community/_index.md | 21 +++++++++++++------ content/community/help.md | 8 ------- content/community/news.md | 9 ++++++++ content/community/participate.md | 11 ---------- content/community/publications.md | 5 +++++ .../docs/{getting-started => }/ecosystem.md | 0 .../docs/getting-started/estimating-cost.md | 15 +++++++++++++ .../docs/getting-started/implementation.md | 2 +- content/docs/getting-started/principals.md | 7 ------- 13 files changed, 50 insertions(+), 36 deletions(-) delete mode 100644 content/community/help.md create mode 100644 content/community/news.md delete mode 100644 content/community/participate.md create mode 100644 content/community/publications.md rename content/docs/{getting-started => }/ecosystem.md (100%) create mode 100644 content/docs/getting-started/estimating-cost.md diff --git a/content/_index.md b/content/_index.md index f9f0c4e..fbc0455 100644 --- a/content/_index.md +++ b/content/_index.md @@ -16,7 +16,7 @@ To deliver effective tools, training and principles to the neuroimaging communit {{< cards cols="3" >}} {{< card link="/docs/getting-started/" title="Getting Started" image="/images/tmp.png" subtitle="Getting Started with ReproNim" >}} -{{< card link="/docs/guide/" title="Guide" image="/images/tmp.png" subtitle="ReproNim Guide" >}} +{{< card link="/docs/tutorials/" title="Tutorials" image="/images/tmp.png" subtitle="ReproNim Guide" >}} {{< card link="/fellowship/" title="Fellowship" image="/images/tmp.png" subtitle="ReproNim Fellowship Program" >}} -{{< card link="/docs/why/" title="Why" image="/images/tmp.png" subtitle="Why Reproducible Neuroimaging" >}} +{{< card link="/about/why/" title="Why" image="/images/tmp.png" subtitle="Why Reproducible Neuroimaging" >}} {{< /cards >}} diff --git a/content/about/_index.md b/content/about/_index.md index 08a0491..e3c72dd 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -1,6 +1,6 @@ --- title: About -type: about +type: docs --- - We are a National Center funded through the NIH diff --git a/content/about/eab.md b/content/about/eab.md index 4b37400..1290585 100644 --- a/content/about/eab.md +++ b/content/about/eab.md @@ -1,5 +1,6 @@ --- title: "External Advisory Board" +type: docs date: 2024-10-25T14:55:28-04:00 --- diff --git a/content/about/why.md b/content/about/why.md index 2ce0548..9d4f66d 100644 --- a/content/about/why.md +++ b/content/about/why.md @@ -1,5 +1,6 @@ --- title: "Why Reproducible Neuroimaging" +type: docs date: 2024-10-25T14:41:08-04:00 --- diff --git a/content/community/_index.md b/content/community/_index.md index 241bf38..3babf87 100644 --- a/content/community/_index.md +++ b/content/community/_index.md @@ -4,11 +4,20 @@ date: 2024-10-25T14:39:59-04:00 draft: false --- -- News stories - - From ReproNim users/fellows - - On Reproducibility in general -- Papers published using ReproNim and statistics - - ReproNim by the numbers??? +#### Contact us + - [The ReproNim Blog](https://repronim.wordpress.com/) -- Webinars/office hours - Sign up for our mailing list +- How to report site errors +- Link to Training under Resources +- Become a collaborator +- Let us help you → service project +- Become a fellow +- Your materials here → Contribute training, news, highlights +- Join our webinar series +- Sign up for our mailing list + +#### Calendar + +- Webinars/office hours +- Fellows application deadlines diff --git a/content/community/help.md b/content/community/help.md deleted file mode 100644 index 2f47b30..0000000 --- a/content/community/help.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Help ---- - -- Contact us -- Site map/search -- How to report site errors -- Link to Training under Resources diff --git a/content/community/news.md b/content/community/news.md new file mode 100644 index 0000000..3e1e345 --- /dev/null +++ b/content/community/news.md @@ -0,0 +1,9 @@ +--- +title: "News" +--- + +## Stub + +- From ReproNim users/fellows +- On Reproducibility in general +- Papers published using ReproNim and statistics diff --git a/content/community/participate.md b/content/community/participate.md deleted file mode 100644 index 0cfd212..0000000 --- a/content/community/participate.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Participate -type: participate ---- - -- Become a collaborator -- Let us help you → service project -- Become a fellow -- Your materials here → Contribute training, news, highlights -- Join our webinar series -- Sign up for our mailing list diff --git a/content/community/publications.md b/content/community/publications.md new file mode 100644 index 0000000..488f201 --- /dev/null +++ b/content/community/publications.md @@ -0,0 +1,5 @@ +--- +title: "Publications" +--- +- Papers published using ReproNim and statistics + - ReproNim by the numbers??? diff --git a/content/docs/getting-started/ecosystem.md b/content/docs/ecosystem.md similarity index 100% rename from content/docs/getting-started/ecosystem.md rename to content/docs/ecosystem.md diff --git a/content/docs/getting-started/estimating-cost.md b/content/docs/getting-started/estimating-cost.md new file mode 100644 index 0000000..cce7a8e --- /dev/null +++ b/content/docs/getting-started/estimating-cost.md @@ -0,0 +1,15 @@ +--- +title: Estimating Cost +linkTitle: Estimating Cost +type: docs +weight: 3 +--- + +## How much will it cost? + +1. Direct Resource Cost: Are the infrastructure requirements currently met? (Cloud Infrastructure and Physical Hardware) +1. What tools and standards need to be adopted? +1. Do any lab members/collaborators already have experience with the new tools and standards? +1. How comfortable are the collaborators with technical fundamentals like the command line? + + diff --git a/content/docs/getting-started/implementation.md b/content/docs/getting-started/implementation.md index dc7f66c..bb9c23f 100644 --- a/content/docs/getting-started/implementation.md +++ b/content/docs/getting-started/implementation.md @@ -1,5 +1,5 @@ --- -title: Basic implementations +title: Implementation linkTitle: Implementations type: docs weight: 5 diff --git a/content/docs/getting-started/principals.md b/content/docs/getting-started/principals.md index 6ce6edf..065c41a 100644 --- a/content/docs/getting-started/principals.md +++ b/content/docs/getting-started/principals.md @@ -21,12 +21,5 @@ weight: 1 1. Use containers where reasonable 1. Re-executable publications -## How much will it cost? - -1. Direct Resource Cost: Are the infrastructure requirements currently met? (Cloud Infrastructure and Physical Hardware) -1. What tools and standards need to be adopted? -1. Do any lab members/collaborators already have experience with the new tools and standards? -1. How comfortable are the collaborators with technical fundamentals like the command line? - ## Basic Implementations