Skip to content

Commit 6e57cc7

Browse files
committed
Add Google Scholar citations
1 parent 44d08ea commit 6e57cc7

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.github/workflows/on-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
jobs:
1717
update-citations:
1818
uses: ./.github/workflows/update-citations.yaml
19+
secrets: inherit
1920

2021
build-preview:
2122
needs: update-citations

.github/workflows/on-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
# skip first run because nothing enabled or setup yet
1919
if: github.run_number != 1
2020
uses: ./.github/workflows/update-citations.yaml
21+
secrets: inherit
2122

2223
build-site:
2324
needs: update-citations

.github/workflows/on-schedule.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
# only run on user instance of template, not template itself
1919
if: github.repository != 'greenelab/lab-website-template'
2020
uses: ./.github/workflows/update-citations.yaml
21+
secrets: inherit
2122
with:
2223
open-pr: true

_data/google-scholar.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Google Scholar author IDs
2+
# To find a researcher's Google Scholar ID:
3+
# 1. Go to https://scholar.google.com
4+
# 2. Search for the researcher
5+
# 3. Click on their profile
6+
# 4. The URL will look like: https://scholar.google.com/citations?user=XXXXXXXXX
7+
# 5. Use XXXXXXXXX as the gsid below
8+
9+
- gsid: flhs-gwAAAAJ # Mirko Degli Esposti
10+
- gsid: Z6lHULUAAAAJ # Gregorio Berselli

0 commit comments

Comments
 (0)