Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _layouts/bib.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@
{% endif %}
{% if site.enable_publication_badges.google_scholar and entry_has_google_scholar_badge %}
<a
class="google-scholar-badge"
href="https://scholar.google.com/citations?view_op=view_citation&hl=en&user={{ site.scholar_userid }}&citation_for_view={{ site.scholar_userid }}:{{ entry.google_scholar_id }}"
aria-label="Google Scholar link"
role="button"
Expand Down
5 changes: 5 additions & 0 deletions _sass/_publication-badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
--publication-badge-gap: 0.1rem;
--dimensions-badge-scale: 0.92;
--dimensions-badge-offset-y: 1px;
--openalex-scholar-gap: 0.35rem;

align-items: center;
gap: var(--publication-badge-gap);
Expand All @@ -27,6 +28,10 @@
vertical-align: middle;
}
}

.openalex-badge + .google-scholar-badge {
margin-left: var(--openalex-scholar-gap);
}
}
}
}
Expand Down
Loading