Skip to content
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

add EuroSciPy and SciPy 2025 #65

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/pages/past.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Title: Past Conferences
URL: past.html
Save_as: past.html

## 2024
* [SciPy 2024](https://www.scipy2024.scipy.org/)
* [EuroSciPy 2024](https://euroscipy.org/2024/)

## 2023
* [SciPy 2023](https://www.scipy2023.scipy.org/)
* [EuroSciPy 2023](https://euroscipy.org/2023/)
Expand Down
7 changes: 5 additions & 2 deletions theme/tuxlite_zf/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ <h2>About</h2>
<div style="width:45%; float: right;">
<h2>Upcoming</h2>

<h3><a href="https://scipy2024.scipy.org/">SciPy 2024</a></h3>
<p>Tacoma, WA, July 8-14, 2024</p>
<h3><a href="https://scipy2025.scipy.org/">SciPy 2025</a></h3>
<p>Tacoma, WA, July 7-13, 2025</p>

<h3><a href="https://euroscipy.org/2025/">EuroSciPy 2025</a></h3>
<p>Krakow, Poland, August 18-22, 2025</p>

</div>

Expand Down