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
12 changes: 10 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,5 +320,13 @@ calculix_adapter_version: "2.20.0"
# This url is so bugprone that we keep it centrally here
matrix_url: "https://matrix.to/#/#precice_lobby:gitter.im?web-instance[element.io]=app.gitter.im"

# Latest known number of Google scholar citations, used as fallback
precice_citations: 222
# Latest known number of Google scholar citations, manually updated
# For an automated solution (currently unused), see
# _plugins/googlescholar.rb
# https://github.com/precice/precice.github.io/pull/527
#
# Date: 30.12.2025
precice_v1_citations: 432
precice_v1_citations_url: https://scholar.google.com/scholar?cites=5053469347483527186&as_sdt=2005&sciodt=0,5&hl=en
precice_v2_citations: 187
precice_v2_citations_url: https://scholar.google.com/scholar?oi=bibs&hl=en&cites=17974677460269868025,12004404035922881061
3 changes: 2 additions & 1 deletion content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ <h2 class="section-header">Academic at heart, 100% free software</h2>
<a href="assets/precice-v2.bib">Download BibTeX &nbsp;<i class="fas fa-download"></i></a>
</div>
</div>
<a href="https://scholar.google.com/scholar?hl=en&cites={{ site.data.scholar.id }}" class="btn btn-default no-icon literature-link" role="button">Citations of preCICE v2 paper {% if site.data.scholar.citations %}({{ site.data.scholar.citations }}){% else %}({{ site.precice_citations }}){% endif %} &nbsp;<i class="fas fa-chevron-right"></i></a>
<a href="{{ site.precice_v2_citations_url }}" class="btn btn-default no-icon literature-link" role="button">Citations of preCICE v2 paper ({{ site.precice_v2_citations }}) &nbsp;<i class="fas fa-chevron-right"></i></a>
<a href="{{ site.precice_v1_citations_url }}" class="btn btn-default no-icon literature-link" role="button">preCICE v1 ({{ site.precice_v1_citations }}) &nbsp;<i class="fas fa-chevron-right"></i></a>
<a href="fundamentals-literature-guide.html" class="btn btn-primary literature-link" role="button">Literature guide &nbsp;<i class="fas fa-chevron-right"></i></a>
</div>
</div>
Expand Down