docs(publication): add ACL 2026 SRW poster PDFs and links#366
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Add ACL 2026 SRW poster assets and wire
url_posterfor the Miyazato and Takeshita publication pages so each page exposes its poster link through the site metadata.What Changed
Add
content/publication/miyazato2026ensemhaldet/poster.pdfand setcontent/publication/miyazato2026ensemhaldet/index.mdurl_postertopublication/miyazato2026ensemhaldet/poster.pdf.Add
content/publication/takeshita2026a11ycompressor/poster.pdfand setcontent/publication/takeshita2026a11ycompressor/index.mdurl_postertopublication/takeshita2026a11ycompressor/poster.pdf.Validation
Check that the PR adds the two poster PDFs and updates both
url_posterfields.Check the Hugo version used in this worktree.
Run the site build; it reaches generation and then stops on the pre-existing unrelated
about.biographymissing block issue.Confirm the generated HTML contains poster links for both publication pages.
rg -n "/publication/(miyazato2026ensemhaldet|takeshita2026a11ycompressor)/poster\\.pdf" public/publication/{miyazato2026ensemhaldet,takeshita2026a11ycompressor}/index.html