From b9b9ac0d121c075e9b5040b0c6aa733dae147b40 Mon Sep 17 00:00:00 2001 From: Gabriel Ybarra Marcaida <68250101+Gabri110@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:08:16 +0200 Subject: [PATCH 1/3] Added inspire-hep logo to _config.yml --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index fd801843bee8..7c84cf2002db 100644 --- a/_config.yml +++ b/_config.yml @@ -41,6 +41,7 @@ author: pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow" researchgate : # URL scopus : # URL + inspire-hep : "https://inspirehep.net/authors/1064618?ui-citation-summary=true" # Repositories and software development bitbucket : # Username - Update with your username on the site From b7f6f530b90daa3260f46ca015f5da0397594bae Mon Sep 17 00:00:00 2001 From: Gabriel Ybarra Marcaida <68250101+Gabri110@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:08:53 +0200 Subject: [PATCH 2/3] Added inspire-hep logo to author-profile.html --- _includes/author-profile.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 7d71674f8b95..2b95fc1d40af 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -65,6 +65,9 @@

{{ author.name }}

{% if author.scopus %}
  • Scopus
  • {% endif %} + {% if author.inspire-hep %} +
  • INSPIRE-HEP
  • + {% endif %} {% if author.bitbucket %} From 0bc22f6c930568be99971cd1448984317a719495 Mon Sep 17 00:00:00 2001 From: rjzupkoii Date: Mon, 28 Jul 2025 23:41:16 -0400 Subject: [PATCH 3/3] Update _config.yml Updated to template style --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 7c84cf2002db..78b1f0e08b26 100644 --- a/_config.yml +++ b/_config.yml @@ -35,13 +35,13 @@ author: academia : # URL arxiv : # URL - Update with the correct link to your profile googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ" + inspire-hep : # URL impactstory : # URL orcid : "http://orcid.org/yourorcidurl" semantic : # URL pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow" researchgate : # URL scopus : # URL - inspire-hep : "https://inspirehep.net/authors/1064618?ui-citation-summary=true" # Repositories and software development bitbucket : # Username - Update with your username on the site