generated from greenelab/lab-website-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Add orcids #23
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
+64
−64
Closed
Add orcids #23
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
10edc10
Add orcids
Grufoony c127ac9
Update citations
Grufoony 0abc7b3
Prova
Grufoony c52d145
Proviaml
Grufoony 6606c64
Commit cache
Grufoony cdf8869
non penso serva
Grufoony bae82b0
Commit cache
Grufoony dd4d86e
Commit cache
Grufoony b6f15e0
ma va?
Grufoony fdc564c
Commit cache
Grufoony 214fe3e
Dai
Grufoony d21c336
Commit cache
Grufoony 6b21e09
Debug
Grufoony a676987
Commit cache
Grufoony 1a954b5
Debug
Grufoony 871f4b0
Commit cache
Grufoony 7e453a9
Debug
Grufoony 145d480
Commit cache
Grufoony 869d9b2
Butto via tutto
Grufoony 4b10290
Commit cache
Grufoony c824a72
Ultima prova di oggi
Grufoony f1cc697
Commit cache
Grufoony File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| # Google Scholar author IDs | ||
| # To find a researcher's Google Scholar ID: | ||
| # 1. Go to https://scholar.google.com | ||
| # 2. Search for the researcher | ||
| # 3. Click on their profile | ||
| # 4. The URL will look like: https://scholar.google.com/citations?user=XXXXXXXXX | ||
| # 5. Use XXXXXXXXX as the gsid below | ||
|
|
||
| - gsid: flhs-gwAAAAJ # Mirko Degli Esposti | ||
| - gsid: Z6lHULUAAAAJ # Gregorio Berselli |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,4 @@ | ||
| - orcid: 0000-0002-9633-0017 | ||
| - orcid: 0000-0003-0316-3449 | ||
| - orcid: 0000-0002-9633-0017 # Armando Bazzani | ||
| - orcid: 0000-0003-0316-3449 # Mirko Degli Esposti | ||
| - orcid: 0000-0002-0005-0441 # Giulio Colombini | ||
| - orcid: 0009-0004-7797-9138 # Gregorio Berselli |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
update-citationsworkflow now requires aGOOGLE_SCHOLAR_API_KEYsecret (lines 10-12), but the workflows that call it (on-pull-request.yaml,on-push.yaml, andon-schedule.yaml) don't pass this secret. This will cause those workflows to fail.To fix this, the calling workflows need to pass the secret using the
secretsparameter. For example:Alternatively, if you want the secret to be optional when called from
workflow_dispatch, you could setrequired: falseon line 12.