Skip to content

Commit

Permalink
Add session chairs to program
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo-massa committed May 15, 2024
1 parent 3dcbe5e commit 94a73ec
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
21 changes: 12 additions & 9 deletions _data/program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ schedule:
- startTime: "9:50 AM"
endTime: "10:50 AM"
title: Keynote 1
chair: "Rosa M. Badia"
speaker: TBA
type: keynote

Expand All @@ -191,7 +192,7 @@ schedule:
endTime: "1:00 PM"
title: Compression and AI
type: presentation
chair:
chair: "Domenico Talia"
submissions:
- 450
- 116
Expand All @@ -206,7 +207,7 @@ schedule:
endTime: "3:15 PM"
title: Resilience
type: presentation
chair:
chair: "Changhee Jung"
submissions:
- 283
- 114
Expand Down Expand Up @@ -239,13 +240,14 @@ schedule:
endTime: "10:00 AM"
title: Keynote 2
speaker: TBA
chair: Patrizio Dazzi
type: keynote

- startTime: "10:00 AM"
endTime: "11:15 AM"
title: "Serverless Computing"
type: presentation
chair:
chair: "En Shao"
submissions:
- 179
- 115
Expand All @@ -260,7 +262,7 @@ schedule:
endTime: "1:00 PM"
title: "Software Systems & Workflows"
type: presentation
chair:
chair: "Massimo Coppola"
submissions:
- 104
- 191
Expand All @@ -284,7 +286,7 @@ schedule:
endTime: "5:25 PM"
title: "Performance modeling & LLMs"
type: presentation
chair:
chair: "Ignacio Laguna"
submissions:
- 96
- 308
Expand All @@ -308,13 +310,14 @@ schedule:
endTime: "10:00 AM"
title: Keynote 3
speaker: TBA
chair: "Gabriele Mencagli"
type: keynote

- startTime: "10:00 AM"
endTime: "11:15 AM"
title: "Accelerators & Scientific applications "
title: "Accelerators & Scientific applications"
type: presentation
chair:
chair: "Raffaele Montela"
submissions:
- 272
- 506
Expand All @@ -329,7 +332,7 @@ schedule:
endTime: "1:00 PM"
title: "Resource Management"
type: presentation
chair:
chair: "Kento Sato"
submissions:
- 303
- 77
Expand All @@ -344,7 +347,7 @@ schedule:
endTime: "3:40 PM"
title: "Communication & Storage"
type: presentation
chair:
chair: "Bogdan Nicolae"
submissions:
- 516
- 71
Expand Down
3 changes: 2 additions & 1 deletion calls-awards.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ <h6>Past Winners</h6>
</li>
<li><b>2022: </b><i>Franck Cappello</i>, for his pioneering contributions in methods, tools, and testbeds
for resilient high performance parallel and distributed computing.</li>
<li><b>2021: </b><i>Rosa Badia</i>, for her innovations in parallel task-based programming models, workflow
<li><b>2021: </b><i>Rosa M. Badia</i>, for her innovations in parallel task-based programming models,
workflow
applications and systems, and leadership in the high performance computing research community.</li>
<li><b>2020:</b> No award made.</li>
<li><b>2019: </b><i>Geoffrey Fox</i>, for his foundational contributions to parallel computing,
Expand Down
2 changes: 1 addition & 1 deletion calls-cfp.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h6 id="policy">ACM Policy on Authorship</h6>
<br>
<h6 id="contacts">Contact PC Chairs</h6>
<p> David Lowenthal ([email protected])<br>
Rosa M Badia ([email protected])
Rosa M. Badia ([email protected])
</p>
<br>
<h6 id="submissions">Submissions</h6>
Expand Down
11 changes: 8 additions & 3 deletions program.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,14 @@ <h6 class="text-center mt-1 mb-1">{{timeslot.title}}</h6>
{% elsif timeslot.type == "keynote" %}
<th class="table-success text-center align-middle">
<h5 class="text-center">Keynote: <i>{{timeslot.title}}</i></h5>
{% if timeslot.speaker %}
<p>Speaker: <i>{{timeslot.speaker}}</i></p>
{% endif %}
<p>
{% if timeslot.speaker %}
Speaker: <i>{{timeslot.speaker}}</i>
{% endif %}
{% if timeslot.chair %}
<br>Session chair: <i>{{timeslot.chair}}</i>
{% endif %}
</p>
</th>
{% elsif timeslot.type == "social" %}
<th class="table-dark text-center align-middle">
Expand Down

0 comments on commit 94a73ec

Please sign in to comment.