pages/.github/workflows
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
..
axe.yml explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906) 2024-12-19 17:55:36 -03:00
broken-links-site.yml Bump lycheeverse/lychee-action from 1.9.0 to 2.0.2 in /.github/workflows (#3285) 2025-11-07 11:38:56 -08:00
broken-links.yml Bump lycheeverse/lychee-action from 1.9.0 to 2.0.2 in /.github/workflows (#3285) 2025-11-07 11:38:56 -08:00
codeql.yml Updated dependencies (#2925) 2024-12-29 23:08:39 -03:00
deploy-docker-tag.yml Changes to deploy-docker-tag.yml now trigger action 2024-06-19 17:17:29 -03:00
deploy-image.yml Changes to deploy-image.yml now trigger action 2024-06-19 17:16:11 -03:00
deploy.yml Fixed liquid variables in some js files (#3117) 2025-04-09 11:36:16 -03:00
docker-slim.yml Changes to docker-slim.yml now trigger action 2024-06-19 17:15:26 -03:00
lighthouse-badger.yml Removed inexistent input from lighthouse-badger.yml 2024-08-28 10:54:06 -03:00
prettier-comment-on-pr.yml Moved prettier comment on PR to its own action (#2114) 2024-01-22 18:01:55 -03:00
prettier-html.yml Added gh-pages Formatter (#2649) 2024-08-23 13:12:34 -03:00
prettier.yml Moved prettier comment on PR to its own action (#2114) 2024-01-22 18:01:55 -03:00
schedule-posts.txt Renamed all references to master branch to main (#2793) 2024-10-21 21:54:16 -03:00
update-citations.yml Adapt mechanism for citiation count (#3177) 2025-11-16 22:17:17 -03:00
update-tocs.yml Changed order of params for gh-md-toc 2025-04-14 17:09:00 -03:00