From 110e1013bb33c4a67fda0150e1b9cf3bda434f83 Mon Sep 17 00:00:00 2001 From: Chris Endemann Date: Tue, 8 Oct 2024 09:15:15 -0500 Subject: [PATCH] Update index.qmd --- index.qmd | 68 +++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 53 insertions(+), 15 deletions(-) diff --git a/index.qmd b/index.qmd index b32c39397..2fc695015 100644 --- a/index.qmd +++ b/index.qmd @@ -1,6 +1,22 @@ --- 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 @@ -12,23 +28,45 @@ listing: fields: [author, date, image, title, description, categories] categories: true date-format: "YYYY-MM-DD" - page-size: 6 + page-size: 3 contents: - "Learn/*/**/*.qmd" - "!Learn/**/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 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) --- -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! +## 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) +---