Skip to content

Commit a8e50fd

Browse files
committed
Update Google Scholar link in publications section
1 parent 74944d8 commit a8e50fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ async function fetchORCIDPublications() {
143143
<a href="https://orcid.org/0000-0002-8939-5998" target="_blank" class="btn btn-secondary" style="margin-right: 1rem;">
144144
View ORCID Profile
145145
</a>
146-
<a href="https://scholar.google.com/citations?user=cjMP6pwAAAAJ&hl=en" target="_blank" class="btn btn-primary">
146+
<a href="https://scholar.google.com/citations?user=DB5ejLoAAAAJ&hl=en" target="_blank" class="btn btn-primary">
147147
View All on Google Scholar
148148
</a>
149149
</div>
@@ -157,7 +157,7 @@ async function fetchORCIDPublications() {
157157
<a href="https://orcid.org/0000-0002-8939-5998" target="_blank" style="color: var(--accent-teal);">
158158
ORCID profile
159159
</a> or
160-
<a href="https://scholar.google.com/citations?user=cjMP6pwAAAAJ&hl=en" target="_blank" style="color: var(--accent-teal);">
160+
<a href="https://scholar.google.com/citations?user=DB5ejLoAAAAJ&hl=en" target="_blank" style="color: var(--accent-teal);">
161161
Google Scholar
162162
</a> to view publications.</p>
163163
</div>

0 commit comments

Comments
 (0)