Skip to content

Commit

Permalink
Update social.html
Browse files Browse the repository at this point in the history
Replaced this:
<a href="https://cv.archives-ouvertes.fr/{{ site.hal_id }}" title="HAL"><i class="ai ai-hal"></i></a>
By this:
<a href="https://hal.science/search/index/?q=authFullName_t:manish+kushwaha&authIdPerson_i={{ site.hal_id }}&sort=publicationDate_tdate+desc" title="HAL"><i class="ai ai-hal"></i></a>
  • Loading branch information
manishmicrobe authored Apr 18, 2024
1 parent 2ace6a8 commit 384f3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a href="https://scholar.google.com/citations?user={{ site.scholar_userid }}" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
{% endif %}
{%- if site.hal_id -%}
<a href="https://cv.archives-ouvertes.fr/{{ site.hal_id }}" title="HAL"><i class="ai ai-hal"></i></a>
<a href="https://hal.science/search/index/?q=authFullName_t:manish+kushwaha&authIdPerson_i={{ site.hal_id }}&sort=publicationDate_tdate+desc" title="HAL"><i class="ai ai-hal"></i></a>
{% endif %}
{%- if site.semanticscholar_id -%}
<a href="https://www.semanticscholar.org/author/{{ site.semanticscholar_id }}" title="Semantic Scholar"><i class="ai ai-semantic-scholar"></i></a>
Expand Down

0 comments on commit 384f3d7

Please sign in to comment.