From debe9a583405bd9b1337e11d1b41029718edcd9d Mon Sep 17 00:00:00 2001 From: Chris Endemann Date: Tue, 8 Oct 2024 09:21:17 -0500 Subject: [PATCH] Update index.qmd --- index.qmd | 68 ++++++++++++------------------------------------------- 1 file changed, 15 insertions(+), 53 deletions(-) diff --git a/index.qmd b/index.qmd index 2fc695015..b32c39397 100644 --- a/index.qmd +++ b/index.qmd @@ -1,22 +1,6 @@ --- title: "ML+X Nexus: Crowdsourced ML Resources" order: 1 -toc: false -toc-location: body -page-layout: full -title-block-banner: false ---- - -Nexus is the ML+X community’s centralized hub for sharing machine learning (ML) resources. Visit the [ML+X website](https://datascience.wisc.edu/ml-community/) to learn more about the community, and join the [ML+X google group](https://datascience.wisc.edu/ml-community/#join) to stay informed on upcoming community events! - -### What kinds of resources are hosted on Nexus? -{{< include includes/common-resources-text.qmd >}} - -### Make a contribution to Nexus! -This website is a team effort! We welcome and encourage fellow practitioners to contribute resources to Nexus. Learn more by visiting [How to contribute](https://uw-madison-datascience.github.io/ML-X-Nexus/Learn/Guides/How-to-contribute.html). - -## Explore Educational Resources ---- listing: type: grid sort-ui: false @@ -28,45 +12,23 @@ listing: fields: [author, date, image, title, description, categories] categories: true date-format: "YYYY-MM-DD" - page-size: 3 + page-size: 6 contents: - "Learn/*/**/*.qmd" - "!Learn/**/index.qmd" # index files should not be listed as tiles (represent pages for resource filters) ---- -## Explore Toolbox Resources ---- -listing: - type: grid - sort-ui: false - sort: - - "date desc" - #- "title asc" #desc - image-height: 150px - image-placeholder: "images/vincent-van-zalinge-mDohQISBnCk-unsplash.jpg" - fields: [author, date, image, title, description, categories] - categories: true - date-format: "YYYY-MM-DD" - page-size: 3 - contents: - - "Toolbox/*/**/*.qmd" - - "!Toolbox/**/index.qmd" # index files should not be listed as tiles (represent pages for resource filters) +toc: false +toc-location: body +page-layout: full +title-block-banner: false --- -## Explore Applications ---- -listing: - type: grid - sort-ui: false - sort: - - "date desc" - #- "title asc" #desc - image-height: 150px - image-placeholder: "images/vincent-van-zalinge-mDohQISBnCk-unsplash.jpg" - fields: [author, date, image, title, description, categories] - categories: true - date-format: "YYYY-MM-DD" - page-size: 3 - contents: - - "Applications/*/**/*.qmd" - - "!Applications/**/index.qmd" # index files should not be listed as tiles (represent pages for resource filters) ---- +Nexus is the ML+X community’s centralized hub for sharing machine learning (ML) resources. Visit the [ML+X website](https://datascience.wisc.edu/ml-community/) to learn more about the community, and join the [ML+X google group](https://datascience.wisc.edu/ml-community/#join) to stay informed on upcoming community events! + +### What kinds of resources are hosted on Nexus? +{{< include includes/common-resources-text.qmd >}} + +### Make a contribution to Nexus! +This website is a team effort! We welcome and encourage fellow practitioners to contribute resources to Nexus. Learn more by visiting [How to contribute](https://uw-madison-datascience.github.io/ML-X-Nexus/Learn/Guides/How-to-contribute.html). + +# Explore Educational Resources +Alternatively, check out the [Applications](https://uw-madison-datascience.github.io/ML-X-Nexus/Applications/) (talks, papers, EDA case studies, etc.) or [Toolbox](https://uw-madison-datascience.github.io/ML-X-Nexus/Toolbox/) (models, data, scripts, etc.) resources!