File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -320,5 +320,13 @@ calculix_adapter_version: "2.20.0"
320320# This url is so bugprone that we keep it centrally here
321321matrix_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
Original file line number Diff line number Diff 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 < 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 %} < 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 }}) < 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 }}) < 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 < i class ="fas fa-chevron-right "> </ i > </ a >
341342 </ div >
342343 </ div >
You can’t perform that action at this time.
0 commit comments