Skip to content

Commit 94a1feb

Browse files
committed
Add listing for testimonials
Remove old hard-coded quotes
1 parent 100e3ee commit 94a1feb

File tree

1 file changed

+8
-71
lines changed

1 file changed

+8
-71
lines changed

index.qmd

Lines changed: 8 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ title-block-banner: "assets/img/osc_image_assets/Banner1.jpg"
2121
# template: events/events.ejs
2222
# contents: events/events/*.qmd
2323
# sort: "date desc"
24+
listing:
25+
- id: testimonial-carousel
26+
template: testimonials-carousel-template.ejs
27+
contents: testimonials.yaml
2428
include-after-body:
2529
- text: |
2630
<script src="/assets/javascript/remove_title.js" defer></script>
@@ -563,77 +567,10 @@ Publications
563567

564568
::: {.col-lg-8}
565569
::: {.testimonial-carousel}
566-
```{=html}
567-
<div id="testimonialCarousel" class="carousel slide" data-bs-ride="carousel" data-bs-interval=10000>
568-
<div class="carousel-inner">
569-
<div class="carousel-item active">
570-
<div class="row d-flex justify-content-center align-items-center">
571-
<div class="col-lg-11">
572-
<div class="testimonial-inner">
573-
<blockquote>
574-
<p>Our participation in the Switch to Open Program was highly valuable for our research group. Developing a tailored research practices handbook helped streamline workflows, strengthen reproducibility, and clarify expectations across the team.</p>
575-
<strong>- Prof. Dr. med. Inga Katharina Koerte, M.D.</strong>
576-
</blockquote>
577-
</div>
578-
</div>
579-
</div>
580-
</div>
581-
<div class="carousel-item">
582-
<div class="row d-flex justify-content-center align-items-center">
583-
<div class="col-lg-11">
584-
<div class="testimonial-inner">
585-
<blockquote>
586-
<p>I really enjoyed this summer school. The topics were well balanced, the tutorials were well organized, the lectures were interesting and broad, the tutors demonstrated know-how from a hands-on-perspective...
587-
Overall, <span style="white-space: nowrap;">⭐⭐⭐⭐⭐</span>!"</p>
588-
<strong>- Summer School Participant</strong>
589-
</blockquote>
590-
</div>
591-
</div>
592-
</div>
593-
</div>
594-
<div class="carousel-item">
595-
<div class="row d-flex justify-content-center align-items-center">
596-
<div class="col-lg-11">
597-
<div class="testimonial-inner">
598-
<blockquote>
599-
<p>The LMU Open Science Center was extremely helpful for us to complete the section on Research Data Management in our Cluster of Excellence pre-proposal. In fact, without them we would have not been able to write this part in such a comprehensive manner as it was possible with their amazing support.</p>
600-
<strong>- Prof. Dr. Gitta Kutyniok</strong>
601-
</blockquote>
602-
</div>
603-
</div>
604-
</div>
605-
</div>
606-
<div class="carousel-item">
607-
<div class="row d-flex justify-content-center align-items-center">
608-
<div class="col-lg-11">
609-
<div class="testimonial-inner">
610-
<blockquote>
611-
<p>I really enjoyed the instructor training. It was a great professional development opportunity that strengthened both my understanding of Open Science and teaching skills, giving me the confidence and tools to design and deliver my own workshops!</p>
612-
<strong>- Alberto G. Villagran, PhD Candidate</strong>
613-
</blockquote>
614-
</div>
615-
</div>
616-
</div>
617-
</div>
618-
<div class="carousel-item">
619-
<div class="row d-flex justify-content-center align-items-center">
620-
<div class="col-lg-11">
621-
<div class="testimonial-inner">
622-
<blockquote>
623-
<p>The <a href="training/self-learning.qmd">self-paced tutorials</a> are super for us as beginners to advance our learning from such organized information. I personally feel that I never want to miss a single lecture from the Open Science Center.</p>
624-
<strong>- Workshop participant</strong>
625-
</blockquote>
626-
</div>
627-
</div>
628-
</div>
629-
</div>
630-
</div>
631-
<button class="carousel-control-next" type="button" data-bs-target="#testimonialCarousel" data-bs-slide="next">
632-
<i class="bi bi-chevron-right text-success" aria-hidden="true"></i>
633-
<span class="visually-hidden">Next</span>
634-
</button>
635-
</div>
636-
```
570+
571+
::: {#testimonial-carousel}
572+
:::
573+
637574
:::
638575
:::
639576

0 commit comments

Comments
 (0)