diff --git a/.github/ISSUE_TEMPLATE/user-story.yml b/.github/ISSUE_TEMPLATE/user-story.yml
index e616c01a9f..bdf3b66968 100644
--- a/.github/ISSUE_TEMPLATE/user-story.yml
+++ b/.github/ISSUE_TEMPLATE/user-story.yml
@@ -15,11 +15,21 @@ body:
label: Your name
description: Who is writing this story? You can later link a paper to credit everyone involved.
placeholder: Doc Brown, PhD
+ - type: input
+ id: author-url
+ attributes:
+ label: Author URL
+ placeholder: https://example.com/our-group/my-page
- type: input
id: affiliation
attributes:
label: Affiliation
placeholder: University of the Universe
+ - type: input
+ id: org-url
+ attributes:
+ label: Organization URL
+ placeholder: https://example.com/our-group
- type: input
id: contact
attributes:
diff --git a/collections/_testimonials/25-GOVIKING.md b/collections/_testimonials/25-GOVIKING.md
new file mode 100644
index 0000000000..16a666244a
--- /dev/null
+++ b/collections/_testimonials/25-GOVIKING.md
@@ -0,0 +1,11 @@
+---
+title: "Numerical simulation of a cross-flow through a bundle to prepare the FSI simulations in the GO-VIKING European project"
+author: "Enrico Pivato"
+author_link: "mailto:enrico.pivato@vki.ac.be"
+organisation: "Von Karman Institute for Fluid Dynamics, Belgium"
+organisation_link: "https://www.vki.ac.be/"
+img: testimonial-25-GOVIKING.png
+---
+The GO-VIKING project was created to study flow-induced vibrations inside nuclear power plants more effectively. The VKI hosts a facility called GOKSTAD, where measurements are taken to compare with numerical results. The numerical results were obtained using LES simulations, with the aim of getting as close as possible to the experimental data and identifying correlations between the two.
+
+In the experimental facility, a fully turbulent developed flow is generated before the inlet of the test section. To reproduce the same conditions in the numerical simulations, preCICE was used to couple a simple channel (providing the fully developed flow) to the inlet of the test section. [Learn more](https://morethesis.unimore.it/theses/available/etd-03192025-092126/)
diff --git a/content/community/community-projects.md b/content/community/community-projects.md
index a1a60832e0..1e959e9f84 100644
--- a/content/community/community-projects.md
+++ b/content/community/community-projects.md
@@ -9,7 +9,7 @@ editme: false
---
{{site.data.alerts.note}}
-Do you use preCICE? We are always happy to hear about interesting projects that use preCICE. To add your project here, just fill the form and we will take care of the rest.
+Do you use preCICE? We are always happy to hear about interesting projects that use preCICE. To add your project here, just fill the form and we will take care of the rest.
If you prefer, you can directly create a pull request to the website repository on GitHub (it is easy also if you don't yet have any GitHub experience!). A copy of a previous testimonial is a great starting point. Adjust it to your liking, and add a picture.
A good example is this pull request.