We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c127ac9 commit 0abc7b3Copy full SHA for 0abc7b3
2 files changed
.github/workflows/update-citations.yaml
@@ -58,6 +58,8 @@ jobs:
58
59
- name: Build updated citations
60
if: github.event.action != 'closed'
61
+ env:
62
+ GOOGLE_SCHOLAR_API_KEY: ${{ secrets.GOOGLE_SCHOLAR_API_KEY }}
63
run: python _cite/cite.py
64
timeout-minutes: 15
65
_data/orcid.yaml
@@ -1,4 +1,4 @@
1
-- orcid: 0000-0002-9633-0017
2
-- orcid: 0000-0003-0316-3449
3
-- orcid: 0009-0004-7797-9138
4
-- orcid: 0000-0002-0005-0441
+- 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
0 commit comments