-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Adapt mechanism for citiation count #3177
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for relaxed-lollipop-b6bc17 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
What are the reasons for the Personal Access Token (PAT) to be needed? I don't think I completely understand it. |
Without a Personal Access Token (PAT), everything will function normally except that the commit updating citations.yml won't trigger any subsequent GitHub Actions --- meaning the update of the citation count won't be deployed. To ensure the CI pipeline runs after the commit, you need to use a PAT (see https://github.com/orgs/community/discussions/25702) |
Can you also add a section in CUSTOMIZE.md teaching how one could set up the personal key? |
Sure. I'll update the PR. |
@george-gca I've added the section. From my point of view, we have two options: a) before merging, you should create a PAT secret for al-folio itself, otherwise the action will fail What do you think? |
I prefer the second one, since I don't have permission to create the token myself (only @alshedivat does). I just checked, and our deploy workflow have a manual dispatch option, so could you add it to the CUSTOMIZE.md the information that if you don't want to create a token, you can forcefully run the deploy action manually? |
@george-gca it's now adapted accordingly |
Idea adapted from https://github.com/BernardoCama/BernardoCama.github.io Add section regarding PAT for Google Scholar Citations
7c545f0
to
85d4316
Compare
@george-gca do you need further changes :) ? |
Summary
This PR introduces an automated mechanism to update the citation count for authors' publications.
Key Changes
_data/citations.yml
.bin/update_scholar_citations.py
to handle citation updates.Usage Examples
E.g.,
Outstanding Tasks