Skip to content

Commit 3b77f0c

Browse files
committed
updates
1 parent 7255620 commit 3b77f0c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

_workshops/hipes-2026.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
image: https://alpha.di.unito.it/wp-content/uploads/2024/03/Colonnelli.png
1414
- name: Daniela Cassol (LBNL)
1515
image: https://avatars.githubusercontent.com/u/12722576?v=4
16+
image: /images/workshops/hipes-2026.png
1617
---
1718

1819
<p>In recent years, the convergence of high-performance computing and eScience has opened new scientific discovery and innovation avenues. Researchers across various domains leverage advanced computational techniques to analyze vast data, simulate complex systems, and accelerate scientific workflows.<br>The 3rd Workshop on High-Performance eScience (HiPES) aims to bring together experts from academia, industry, and government organizations to discuss the latest developments in this rapidly evolving field and explore emerging trends, challenges, and opportunities within the framework of tools and applications.</p>

images/workshops/hipes-2026.png

2.68 MB
Loading

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2 class="title">
6161
</div>
6262

6363
<!-- WORKSHOP -->
64-
<!-- <div class="col-lg-3">
64+
<div class="col-lg-4">
6565
<article class="community-card">
6666
{% assign count_events = 0 %}
6767
{% assign workshops = site.workshops | sort: 'event_date' %}
@@ -87,7 +87,7 @@ <h2 class="title">
8787
{% endif %}
8888
{% endfor %}
8989
</article>
90-
</div> -->
90+
</div>
9191

9292
<!-- <div class="col-lg-3">
9393
<!- RECENT SUMMIT ->
@@ -119,8 +119,7 @@ <h2 class="title">
119119
{% assign bofs = site.bofs | sort: 'order' | reverse %}
120120
{% for b in bofs limit: 1 %}
121121
<div class="post-img">
122-
<img src="https://sc25.supercomputing.org/wp-content/uploads/2024/11/Artboard-2.png" alt=""
123-
class="img-fluid">
122+
<img src="{{ b.image }}" alt="" class="img-fluid">
124123
</div>
125124
<p class="post-category">BOF SESSION</p>
126125
<h2 class="title">

0 commit comments

Comments
 (0)