pages/_layouts
Dominik Fuchß 1f349ffda2
Adapt mechanism for citiation count (#3177)
## Summary

This PR introduces an automated mechanism to update the citation count
for authors' publications.

- Inspired by @BernardoCama’s suggestion in #3150.
- Resolves #3150.

## Key Changes

- Adds an action to update publication citation counts.
    - Note: This action creates a commit on the main branch.
- To trigger further GitHub Actions workflows from this commit, a
Personal Access Token (PAT) must be used (the default GitHub Actions
token cannot trigger subsequent workflows).
- Adds and manages citation data in `_data/citations.yml`.
- Adds and adapts `bin/update_scholar_citations.py` to handle citation
updates.

## Usage Examples
### Timeout
<img width="758" height="415" alt="image"
src="https://github.com/user-attachments/assets/0a330d35-b386-4670-8668-62701f2dc68b"
/>

### Success

<img width="1684" height="857" alt="image"
src="https://github.com/user-attachments/assets/44aa0558-e02a-4f00-b8cb-9e0ce16dd53c"
/>
2025-11-16 22:17:17 -03:00
..
about.liquid Moved specific information from config to about (#2985) 2025-01-27 17:04:24 -03:00
archive.liquid Digital Bookshelf V2 (#2866) 2025-02-28 13:57:36 -03:00
bib.liquid Adapt mechanism for citiation count (#3177) 2025-11-16 22:17:17 -03:00
book-review.liquid Digital Bookshelf V2 (#2866) 2025-02-28 13:57:36 -03:00
book-shelf.liquid Digital Bookshelf V2 (#2866) 2025-02-28 13:57:36 -03:00
cv.liquid Fix resume custom reference link bug (#2941) 2025-01-14 11:39:28 -03:00
default.liquid Replaced jekyll-minifier that uses uglifier by terser (#2571) 2024-12-23 14:00:58 -03:00
distill.liquid Add sidenote examples, related posts and giscus to distill posts (#3103) 2025-07-16 15:07:42 -03:00
none.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
page.liquid Support _styles in page layout as in post and distill (#2694) 2024-09-13 12:12:54 -03:00
post.liquid Digital Bookshelf V2 (#2866) 2025-02-28 13:57:36 -03:00
profiles.liquid Standardized spaces for liquid tags (#2802) 2024-10-23 12:04:00 -03:00