Small fix: add affiliations to workshop program#87
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughEvent program table updated to add institutional affiliations for multiple speakers and to correct a talk title from "Vergehensweisen" to "Vorgehensweise" in the digital forensics workshop listing. Changes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@content/events/20260508-digital-forensics-workshop/index.qmd`:
- Around line 186-187: The table row for "Moritz Feichtinger" has the
affiliation "(University of Basel)" placed in the Title cell; move that
affiliation into the Speaker cell so the Speaker cell reads "Moritz Feichtinger
(University of Basel)" and the Title cell contains only "Levels, Limits and
Ethics of Forensic Approaches in the Social Sciences and Humanities"; locate the
row by the unique text "Moritz Feichtinger" and the title string to make the
swap, mirroring the format used for Kristel Roder's entry.
- Around line 171-172: Move the affiliation "(Swiss National Library)" out of
the Title <td> and into the Speaker <td> for the row containing "Kristel Roder"
so the affiliation sits next to the speaker name like the other rows;
specifically, remove the affiliation text from the title cell that contains
"Digitale Archivierung im Schweizerischen Literaturarchiv – aktueller Stand und
Vergehensweisen" and append " (Swiss National Library)" to the speaker cell
containing "Kristel Roder" to restore correct column semantics.
- Line 172: In the table cell string "Digitale Archivierung im Schweizerischen
Literaturarchiv – aktueller Stand und Vergehensweisen (Swiss National Library)"
replace the incorrect German word "Vergehensweisen" with the correct term
"Vorgehensweisen"; update the content in index.qmd accordingly and, if unsure,
confirm the change with the speaker/author to ensure wording matches their
intent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 98a51086-5d9e-4082-8390-1cb66cd38b16
📒 Files selected for processing (1)
content/events/20260508-digital-forensics-workshop/index.qmd
Pull request
Proposed changes
Add affiliations of the speakers
Types of changes
Checklist
Summary by CodeRabbit