File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ permissions:
1616jobs :
1717 update-citations :
1818 uses : ./.github/workflows/update-citations.yaml
19+ secrets : inherit
1920
2021 build-preview :
2122 needs : update-citations
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments