-
Notifications
You must be signed in to change notification settings - Fork 4
updated speaker's guide in index.qmd (historicizing GAMES) and the map. #30
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
Conversation
WalkthroughThe changes update the conference program and speakers’ guide by adding hyperlinks to venue names, restructuring travel information, and introducing new sections on giving talks, catering, social activities, transportation, accommodation, and local attractions. Formatting adjustments and additional links improve clarity and accessibility for attendees. Changes
Sequence Diagram(s)sequenceDiagram
participant Attendee
participant Website
participant Organizers
Attendee->>Website: Access conference info
Website-->>Attendee: Show program with venue links
Attendee->>Website: View travel, catering, and social event details
Website-->>Attendee: Display structured guidance and links
Attendee->>Organizers: Submit talk details via provided email
Organizers-->>Attendee: Confirm talk and logistics
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this 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 (4)
content/projects/ch-ludens/20250911-historicizing-GAMES/index.qmd (4)
541-546: Minor: tighten wording & remove redundant parentheses in the “Getting to Bern” bullets“Avoid highway, remember to purchase the national yearly vignette at the border (40 CHF)” already conveys the message; repeating “If you plan to use the highway” is verbose. Consider:
-* By car: If you plan to use the highway, remember to purchase the [national yearly vignette](https://www.ch.ch/en/vehicles-and-traffic/how-to-behave-in-road-traffic/motorway-vignette) at the border (40 CHF). +* By car: A [motorway vignette](https://www.ch.ch/en/vehicles-and-traffic/how-to-behave-in-road-traffic/motorway-vignette) (40 CHF, valid all year) is mandatory on Swiss highways; buy it at the border.
554-558: Convert plain e-mail addresses tomailto:links for better UXClickable addresses spare users the copy-paste step and work well in Quarto/Markdown.
-Please send your presentation at least 1 day before your presentation to Addrich Mauch (<addrich.mauch@unibe.ch>) and Guillaume Guenat (<guillaume.guenat@unil.ch>) … +Please e-mail your slides at least one day in advance to +[Addrich Mauch](mailto:addrich.mauch@unibe.ch) and +[Guillaume Guenat](mailto:guillaume.guenat@unil.ch) …
560-565: Link consistency: supply trailing slashes or URIs will redirect
https://www.grosseschanze.chandhttps://www.erupt.chissue 301 redirects to a trailing-slash URL. Adding it upfront shaves a needless round-trip:-[Grosse Schanze](https://www.grosseschanze.ch/) +[Grosse Schanze](https://www.grosseschanze.ch/)Do the same for the
erupt.chlink above to stay consistent.
162-162: External links: addrel="noopener"(and optionallytarget="_blank")Whenever an external site is linked inside raw HTML/Markdown, consider:
<a href="https://www.restaurantbeaulieu.ch/" rel="noopener" target="_blank">Restaurant Beaulieu</a>
rel="noopener"prevents the new page from gaining control ofwindow.opener, mitigating tab-nabbing;target="_blank"is optional but common for external resources on informational pages. Apply the same pattern to:
- Restaurant Grosse Schanze (l. 265)
- Erupt Bar (l. 357)
- Museum für Kommunikation (l. 524)
Also applies to: 265-265, 357-357, 524-524
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
content/projects/ch-ludens/20250911-historicizing-GAMES/06_Hallerstr_Lage.jpgis excluded by!**/*.jpg
📒 Files selected for processing (1)
content/projects/ch-ludens/20250911-historicizing-GAMES/index.qmd(5 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Build, Optimize, and Upload Artifacts
Pull request
Proposed changes
updated speaker's guide in index.qmd (historicizing GAMES) and the map.
Types of changes
Checklist
Summary by CodeRabbit
New Features
Documentation