Skip to content

Conversation

@addrichmauch
Copy link
Contributor

@addrichmauch addrichmauch commented Aug 21, 2025

…d downloadable program.pdf.

Pull request

Proposed changes

Types of changes

  • [ x] New feature (non-breaking change which adds functionality).
  • Enhancement (non-breaking change which enhances functionality)
  • Bug Fix (non-breaking change which fixes an issue).
  • Breaking change (fix or feature that would cause existing functionality to change).

Checklist

  • [ x] I have read the README document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Summary by CodeRabbit

  • New Features

    • Added a centered “Download as PDF” link to the Conference Program section.
  • Documentation

    • Shortened the program tab link text to “The conference program.”
    • Expanded co-organizers line with a serial comma and added funding acknowledgment with a link to the Swiss National Science Foundation.
    • Applied minor punctuation improvements (Oxford comma) for clarity and consistency.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 21, 2025

Walkthrough

Text-only updates to the conference page: shortened program link text, expanded co-organizers line with Oxford comma and SNF funding acknowledgment, and insertion of a centered “Download as PDF” link pointing to program.pdf above the Day 0 header.

Changes

Cohort / File(s) Summary
Content updates (conference page)
content/projects/ch-ludens/20250911-historicizing-GAMES/index.qmd
Shortened program tab text; updated co-organizers line to include Oxford comma and SNF funding/link; added centered “Download as PDF” link in the Conference Program section; minor punctuation adjustments.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Suggested reviewers

  • vvvyyynet
  • maehr

Poem

A hop, a skip, a PDF to see,
I nibbled commas—Oxford, two or three.
With SNF stars twinkling in the header line,
The program’s trimmed, concise, and fine.
Ear-twitch, link-switch—such gentle art,
A carrot of content, crisp and smart. 🥕

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update_games_conference_addrich

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (2)
content/projects/ch-ludens/20250911-historicizing-GAMES/index.qmd (2)

77-77: Grammar and acronym consistency: add “is” and use SNSF (English) instead of SNF.

The current sentence reads a bit awkwardly and mixes “SNF” here with “SNSF” later (Line 682). Suggest adding the verb and standardizing on “SNSF” for English-language consistency.

Apply this minimal diff:

-This conference is co-organized by the [DH, University of Bern](https://www.dh.unibe.ch), the research project [Confoederatio Ludens](https://chludens.ch/), the [Bern Academy of the Arts](https://www.hkb.bfh.ch/en/), and the [University of Lausanne](https://www.unil.ch/unil/en/home.html) and funded by the [Swiss National Science Foundation (SNF)](https://www.snf.ch/en).
+This conference is co-organized by the [DH, University of Bern](https://www.dh.unibe.ch), the research project [Confoederatio Ludens](https://chludens.ch/), the [Bern Academy of the Arts](https://www.hkb.bfh.ch/en/), and the [University of Lausanne](https://www.unil.ch/unil/en/home.html), and is funded by the [Swiss National Science Foundation (SNSF)](https://www.snf.ch/en).

86-86: ARIA mismatch: program pane is labeled by the wrong tab id.

aria-labelledby="pills-profile-tab" should reference the actual tab button id pills-program-tab to keep tabs accessible and correctly associated.

-::: {#pills-program .tab-pane .fade role="tabpanel" aria-labelledby="pills-profile-tab" tabindex="0"}
+::: {#pills-program .tab-pane .fade role="tabpanel" aria-labelledby="pills-program-tab" tabindex="0"}
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between aa50149 and 942bd7a.

⛔ Files ignored due to path filters (2)
  • content/projects/ch-ludens/20250911-historicizing-GAMES/poster.jpg is excluded by !**/*.jpg
  • content/projects/ch-ludens/20250911-historicizing-GAMES/program.pdf is excluded by !**/*.pdf
📒 Files selected for processing (1)
  • content/projects/ch-ludens/20250911-historicizing-GAMES/index.qmd (2 hunks)
🔇 Additional comments (1)
content/projects/ch-ludens/20250911-historicizing-GAMES/index.qmd (1)

73-73: Brevity win on the “program” link text.

The shortened anchor text reads cleaner and matches the tab label. No issues here.

@addrichmauch addrichmauch requested a review from raykyn August 21, 2025 08:35
@flicksolutions flicksolutions merged commit ace1ade into main Aug 21, 2025
7 checks passed
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.

3 participants