Skip to content

[DOC] Add GSoC announcement to web page #2629

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 1 commit into from
Mar 17, 2025
Merged
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
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def find_source():
# documentation.

html_theme_options = {
"announcement": "<em>Announcement</em>: aeon is taking part in the Google Summer of Code (GSoC) 2025! See the home page for more information.", # noqa: E501
"sidebar_hide_name": True,
"top_of_page_button": "edit",
"source_repository": "https://github.com/aeon-toolkit/aeon/",
Expand Down
9 changes: 9 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ segmentation and similarity search.
- We provide a range of tools for reproducing benchmarking results and evaluating time
series algorithms implemented in `aeon` and other `scikit-learn` compatible packages.

```{admonition} GSoC 2025
`aeon` is participating in Google Summer of Code 2025 under the NumFOCUS umbrella. If
you are interested in participating, please see our [GSoC 2025 project page](https://github.com/aeon-toolkit/aeon-admin/blob/main/gsoc/gsoc-2025-projects.md).
Feel free to ask questions on the dedicated [GitHub discussion](https://github.com/aeon-toolkit/aeon/discussions/2530)
or our [Slack channel](https://join.slack.com/t/aeon-toolkit/shared_invite/zt-22vwvut29-HDpCu~7VBUozyfL_8j3dLA).
If you are interested in contributing, click on the "Contributing to aeon" link in the
sidebar for a contribution guide. Applications close April 8th.
```

## Community Channels

**GitHub**: [github.com/aeon-toolkit/aeon](https://github.com/aeon-toolkit/aeon)
Expand Down