Skip to content

Commit 39525ee

Browse files
committed
Update citation data, add v1 paper
Related to precice#527 Hard-coding till that is merged, since the data is currently wrong. Google Scholar seems to have changed which works it includes in this list. Related to precice#522
1 parent 48aaf5e commit 39525ee

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

_config.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,5 +320,13 @@ calculix_adapter_version: "2.20.0"
320320
# This url is so bugprone that we keep it centrally here
321321
matrix_url: "https://matrix.to/#/#precice_lobby:gitter.im?web-instance[element.io]=app.gitter.im"
322322

323-
# Latest known number of Google scholar citations, used as fallback
324-
precice_citations: 222
323+
# Latest known number of Google scholar citations, manually updated
324+
# For an automated solution (currently unused), see
325+
# _plugins/googlescholar.rb
326+
# https://github.com/precice/precice.github.io/pull/527
327+
#
328+
# Date: 30.12.2025
329+
precice_v1_citations: 432
330+
precice_v1_citations_url: https://scholar.google.com/scholar?cites=5053469347483527186&as_sdt=2005&sciodt=0,5&hl=en
331+
precice_v2_citations: 187
332+
precice_v2_citations_url: https://scholar.google.com/scholar?oi=bibs&hl=en&cites=17974677460269868025,12004404035922881061

content/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@ <h2 class="section-header">Academic at heart, 100% free software</h2>
336336
<a href="assets/precice-v2.bib">Download BibTeX &nbsp;<i class="fas fa-download"></i></a>
337337
</div>
338338
</div>
339-
<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>
339+
<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>
340+
<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>
340341
<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>
341342
</div>
342343
</div>

0 commit comments

Comments
 (0)