link of 2025/2026 Summer/Winter Schools#129
Conversation
|
Preview deployed at: https://www2.sigsoft.org/pr-129 |
There was a problem hiding this comment.
Pull request overview
Updates the SIGSOFT schools page to include direct links for each 2025–2026 summer/winter school entry, and adds a Docker-based workflow to preview/build the Hugo site locally (intended to match CI’s Hugo version).
Changes:
- Add Dockerfile, docker-compose, and .dockerignore for local Hugo preview/build.
- Update
content/activities/schools.mdto add URLs for each 2025–2026 school entry. - Update README with Docker usage instructions (and a minor formatting fix in acknowledgements).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Documents Docker-based local preview/build commands. |
| Dockerfile | Defines a Hugo-based container image for local preview/build. |
| docker-compose.yml | Wires the container to port 1313 and mounts the repo for live preview. |
| content/activities/schools.md | Adds link URLs to the 2025–2026 schools table entries. |
| .dockerignore | Reduces Docker build context size by excluding repo/outputs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | [Winter School on AI-Infused Software Engineering - Research and Practice (AISE 2026), 7-10 January 2026](https://aise.daiict.ac.in/) | Saurabh Tiwari, Santosh Singh Rathore, Sridhar Chimalakonda, Chetan Arora, Meenakshi D'Souza, Sudakshina Dutta | | ||
| | [LLMA4SE 2025: International Summer School on LLM-based Agents for Software Engineering, September 1-3, 2025, Caceres, Spain](https://i3lab.unex.es/summer-school/) | Roberto Rodriguez-Echeverria, José María Conejero, Fernando Sanchez-Figueroa, José Raúl Romero Salguero | | ||
| | [ACM SIGSOFT Australian Summer School on Software Engineering (OzSE), February 2-4, 2026, Australia](https://ozse-school.github.io/) | Patanamon Thongtanunam, Kla Tantithamthavorn, Chetan Arora, Tingting Bi, Michael Fu | | ||
| | [TAROT 2026 \| 21st Summer School on Software Testing, Verification & Validation, July 2026, Germany](https://tarot26.github.io/) | Andrea Stocco, Alessio Gambi | |
There was a problem hiding this comment.
The link text includes \\| (double backslash before |). In Markdown tables, this can fail to escape the pipe and may break the table formatting; it should be escaped as \| (single backslash) or replaced with |.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Preview deployed at: https://www2.sigsoft.org/pr-129 |
also add a dockerfile for local preview.
To close #117