diff --git a/README.md b/README.md index c830e60..2e1ef4a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ SCIL website - GitHub - Teaching - Tools +- Atlases - Publications - Gallery - Social networks diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 2db1a44..4c3e838 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -14,15 +14,20 @@ name = "Tools" url = "tools/" weight = 3 +[[main]] +name = "Atlases" +url = "atlases/" +weight = 4 + [[main]] name = "Publications" url = "pages/publications" -weight = 4 +weight = 5 [[main]] name = "Gallery" url = "gallery/" -weight = 5 +weight = 6 # footer menu left # [[footer_left]] diff --git a/content/english/atlases/_index.md b/content/english/atlases/_index.md new file mode 100644 index 0000000..59a4f06 --- /dev/null +++ b/content/english/atlases/_index.md @@ -0,0 +1,30 @@ +--- +title: "SCIL Atlases" +subtitle: "" +# meta description +description: "This is meta description" +draft: false +--- + + +## + +The SCIL has created several bundle atlases that facilitate the extraction of specific bundles with precision. + +{{< faq "Arnold" >}} +drawing + +*Extraction of the Pulvino-temporal connectivity involved in the lexical retrieval process of picture naming into four fundamental fiber contingents.* + + [![Repo](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/scilus/atlas_arnold) + [![Repo](https://badgen.net/badge/icon/Paper?icon=medium&label)](https://pubmed.ncbi.nlm.nih.gov/38243610/) +{{}} + +{{< faq "RBX - BundleSeg" >}} +drawing + +*RBX/BundleSeg a reliable, reproducible, and fast method for extracting white matter pathways.* + + [![Repo](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/scilus/rbx_flow) + [![Repo](https://badgen.net/badge/icon/Paper?icon=medium&label)](https://link.springer.com/chapter/10.1007/978-3-031-47292-3_5) +{{}} \ No newline at end of file diff --git a/themes/themefisher/layouts/atlases/list.html b/themes/themefisher/layouts/atlases/list.html new file mode 100644 index 0000000..299e585 --- /dev/null +++ b/themes/themefisher/layouts/atlases/list.html @@ -0,0 +1,20 @@ +{{ define "main" }} +{{ partial "page-header.html" . }} + + +{{ "" | safeHTML }} +
+
+
+ {{ .Content }} +
+
+
+{{ "" | safeHTML }} + + + + + + +{{ end }} \ No newline at end of file