Skip to content

enh(events): add stanford ospo and scipy events to website #670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 3, 2025

Conversation

lwasser
Copy link
Member

@lwasser lwasser commented Jul 3, 2025

This adds our scipy events and the upcoming stanford OSPO partnership as well.

@@ -38,7 +38,7 @@ main:
- title: Blog
url: "/blog/index.html"
- title: Events
url: "/events/index.html"
url: "/events.html"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the events page URL so it's easier to find.

@@ -11,6 +11,7 @@ <h2>Upcoming events</h2>
{% assign all_events = site.posts
| where_exp: "item", "item.hidden != true"
| where_exp: "item", "item.categories contains 'events'"
| sort: "event.start_date"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorted soonest to furthest away

@@ -0,0 +1,71 @@
---
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scipy bof

@lwasser
Copy link
Member Author

lwasser commented Jul 3, 2025

this is ok because i did change the URL so this page isn't online yet - but will me when merged

@lwasser lwasser changed the title Add Events enh(events): add stanford ospo and scipy events to website Jul 3, 2025
@lwasser lwasser merged commit bd4d544 into pyOpenSci:main Jul 3, 2025
3 of 4 checks passed
@lwasser lwasser deleted the events branch July 3, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant