Skip to content

Commit

Permalink
Update index.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine authored Oct 8, 2024
1 parent 1012fd0 commit 4d188e6
Showing 1 changed file with 17 additions and 61 deletions.
78 changes: 17 additions & 61 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,49 +1,21 @@
---
title: "ML+X Nexus: Crowdsourced ML Resources"
order: 1
listing:
- id: applications-resources
contents:
- "Applications/*/**/*.qmd"
- "!Applications/**/index.qmd" # index files should not be listed as tiles (represent pages for resource filters)
type: grid
sort-ui: false
sort:
- "date 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
- id: learn-resources
contents:
- "Learn/*/**/*.qmd"
- "!Learn/**/index.qmd" # index files should not be listed as tiles (represent pages for resource filters)
type: grid
sort-ui: false
sort:
- "date 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
- id: toolbox-resources
contents:
- "Toolbox/*/**/*.qmd"
- "!Toolbox/**/index.qmd" # index files should not be listed as tiles (represent pages for resource filters)
type: grid
sort-ui: false
sort:
- "date 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
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: 6
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
Expand All @@ -58,21 +30,5 @@ Nexus is the ML+X community’s centralized hub for sharing machine learning (ML
### 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 Resources
#### Educational
Explore [all educational resources](https://uw-madison-datascience.github.io/ML-X-Nexus/Learn/).

:::{#learn-resources}
:::

#### Toolbox
Explore [all toolbox resources](https://uw-madison-datascience.github.io/ML-X-Nexus/Toolbox/).

:::{#toolbox-resources}
:::

#### Applications
Explore [all applications](https://uw-madison-datascience.github.io/ML-X-Nexus/Applications/).

:::{#applications-resources}
:::
## 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!

0 comments on commit 4d188e6

Please sign in to comment.