Skip to content

Standardize author formatting on publications page#685

Merged
richarddushime merged 3 commits intomasterfrom
fix/standardize-author-formatting
Mar 5, 2026
Merged

Standardize author formatting on publications page#685
richarddushime merged 3 commits intomasterfrom
fix/standardize-author-formatting

Conversation

@LukasWallrich
Copy link
Contributor

Summary

  • Standardizes all 30 publication entries in data/publications.yaml to consistent LastName, I. I. format
  • Uses & before last author (≤9 authors) or ... & truncation showing first 8 + last author (>9 authors)
  • Updates both authors and citation fields for each entry
  • Author data verified against Crossref API for 20 entries with DOIs; 10 entries without DOIs reformatted from existing strings

Changes

  • Fixed full first names → initials (e.g., "Skubera Magda" → "Skubera, M.")
  • Replaced et al. in citations with actual (truncated) author lists
  • Standardized separators: removed , &, , and, replaced with &
  • Fixed & HTML entities
  • Handled group authors (FORRT), hyphenated names (R.-M.), multi-part surnames (van den Akker)

Closes #635

Test plan

  • Hugo builds successfully
  • YAML parses without errors
  • All 30 entries have consistent author formatting
  • Visual check of publications page after deploy

🤖 Generated with Claude Code

Use consistent "LastName, I. I." format with "&" before last author
and "... &" truncation for >9 authors across all 30 entries.
Author data verified against Crossref API where DOIs available.

Closes #635

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@LukasWallrich LukasWallrich requested a review from a team as a code owner March 4, 2026 17:21
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2026

📝 Spell Check Results

Found 1 potential spelling issue(s) in this PR:

📄 content/glossary/english/open_material.md

Line Issue
17 Wit ==> With

ℹ️ How to address these issues:

  1. Fix the typo: If it's a genuine typo, please correct it.
  2. Add to whitelist: If it's a valid word (e.g., a name, technical term), add it to .codespell-ignore.txt
  3. False positive: If this is a false positive, please report it in the PR comments.

🤖 This check was performed by codespell

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2026

👍 All image files/references (if any) are in webp format, in line with our policy.

@LukasWallrich
Copy link
Contributor Author

LukasWallrich commented Mar 4, 2026

Staging Deployment Status

This PR has been successfully deployed to staging as part of an aggregated deployment.

Deployed at: 2026-03-04 23:37:29 UTC
Staging URL: https://staging.forrt.org

The staging site shows the combined state of all compatible open PRs.

Document the LastName, I. format convention and & separator rules
to match the newly standardized publications.yaml entries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@LukasWallrich
Copy link
Contributor Author

@richarddushime the changes made do not show up on the website - does it pull dynamically from the yaml, or does it need to be rebuilt?

Copy link
Contributor

@richarddushime richarddushime left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@richarddushime richarddushime merged commit be6564b into master Mar 5, 2026
5 checks passed
@richarddushime richarddushime deleted the fix/standardize-author-formatting branch March 5, 2026 00:02
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.

Change citations on publication page to show the last author

2 participants