Skip to content

Commit e018cb6

Browse files
authored
Merge pull request #21 from rbemowski/rb-uwrse-presentation
UW RSE Nexus presentation
2 parents 5098214 + cbb75a1 commit e018cb6

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: "Introducing the UW RSE Nexus" # enter the title of the resource (typically the name of the presentation/article/workshop/video/book/etc. )
3+
author:
4+
- name: Ryan Bemowski # replace with your name
5+
email: rbemowski@wisc.edu # If you prefer not to share your email, delete this entire line (including "email:").
6+
7+
date: 2026-05-05 # enter today's date as YYYY-MM-DD
8+
date-format: long # leave as is
9+
image: "/images/UW-RSE_Logo_Secondary_Tagline_Transparent.png" # In your local copy of the Nexus repository, add a representative image for this resource to the images folder. Both PNGs and JPGs are acceptable formats. Adjust the filename here from "vincent-van-zalinge-mDohQISBnCk-unsplash.jpg" to the name of your image.
10+
11+
# Enter a list of relevant categories/tags for this resource, including the type (workshop, book, video, podcast, etc.) topic of focus, and anything else that might be relevant. Please check out the tags which are already being used on Nexus by visiting https://uw-madison-datascience.github.io/ML-X-Nexus/Learn/ and looking under "Categories". Avoid repeating tags with alternative spelling (e.g., use Deep Learning rather than DL since Deep Learning is already being used.).
12+
# Example categories below:
13+
categories:
14+
- Collaboration # Deep learning, Regression, Large language models, NLP, Clustering, Decision trees, etc.
15+
- Open-Source # If there is a codebase, is it open-source?
16+
- Python # Python, R, PyTorch, Keras, Tensorflow, Sklearn, etc.
17+
- Quarto # Is this a package or library for use in other projects?
18+
- Presentation # Presentation, Workshops, Books, Podcasts, Videos, Blogs, Models, Datasets, EDA, etc.
19+
# Include this tag for any resource that involves coding along as a learning mechanism (e.g., workshop, short demo/guide with code examples)
20+
# Anything else you think people may want to group this by
21+
---
22+
<!-- MARKDOWN COMMENT: For a good example of an external resource post, check out:
23+
https://uw-madison-datascience.github.io/ML-X-Nexus/Learn/Workshops/Intro-Deeplearning_Keras.html
24+
25+
... and the .qmd file which stores the page's content
26+
https://github.com/UW-Madison-DataScience/UW-RSE-Nexus/blob/main/Learn/Workshops/Intro-Deeplearning_Keras.qmd
27+
28+
-->
29+
## {{< meta title >}}
30+
<!-- MARKDOWN COMMENT: Replace the instructions below with your a brief overview or abstract of your presentation -->
31+
32+
The UW RSE Nexus is the Research Software Engineer (RSE) community's hub of knowledge and projects. It is a place to
33+
share RSE knowledge, events and projects with the community. The open-source project is designed as an introduction to collaboration with the goal to
34+
serve the community's needs. If you would like to contribute, please follow the [contribution guide](/KB/Guides/How-to-contribute.qmd).
35+
If you don't know where to start, see our [GitHub Issues (resource)](https://github.com/UW-Madison-DataScience/UW-RSE-Nexus/issues?q=is%3Aissue%20state%3Aopen%20label%3Aresource)
36+
for inspiration. If you have an idea but don't want to contribute, add an [issue](https://github.com/UW-Madison-DataScience/UW-RSE-Nexus/issues) with the `resource` tag.
37+
38+
<!-- MARKDOWN COMMENT: If you are using an external link to slides, update the to the URL. If you are using a
39+
local copy of slides, use "/slides/my_slides.ppt", replacing my_slides.ppt with your file. You can use a download
40+
and non-download version using the {download=""} bit of markdown to force it to download.
41+
-->
42+
43+
## Questions?
44+
If you any lingering questions about this resource, please feel free to post to the [Nexus Q&A](https://github.com/UW-Madison-DataScience/UW-RSE-Nexus/discussions/categories/q-a) on GitHub.
45+
We will improve materials on this website as additional questions come in.
46+
47+
## See also
48+
<!-- MARKDOWN COMMENT: Please Check the existing resources on Nexus to see if any other related resources
49+
(e.g., related books/videos, blog posts commenting on the resource, alternative approaches/frameworks, etc.)
50+
should be linked below. You may also link to resources which aren't currently on the Nexus platform, if applicable.
51+
However, if you're feeling ambitious, you may wish to post those to Nexus as well!
52+
NOTE: When doing related resources links to UW RSE Nexus pages, please use local pathing to the .qmd file instead
53+
of the web url. So, use "/KB/Guides/some_guide.qmd" instead of the "https://.../some_guide.html" URL.
54+
-->
55+
- [GitHub Repo](https://github.com/UW-Madison-DataScience/UW-RSE-Nexus): The project repository
56+
- [How to contribute](/KB/Guides/How-to-contribute.qmd): Contribute
57+
- [GitHub Issues](https://github.com/UW-Madison-DataScience/UW-RSE-Nexus/issues): Issues for the project
58+

0 commit comments

Comments
 (0)