diff --git a/_data/program.yml b/_data/program.yml index d951f46..caef6b8 100755 --- a/_data/program.yml +++ b/_data/program.yml @@ -179,6 +179,7 @@ schedule: - startTime: "9:50 AM" endTime: "10:50 AM" title: Keynote 1 + chair: "Rosa M. Badia" speaker: TBA type: keynote @@ -191,7 +192,7 @@ schedule: endTime: "1:00 PM" title: Compression and AI type: presentation - chair: + chair: "Domenico Talia" submissions: - 450 - 116 @@ -206,7 +207,7 @@ schedule: endTime: "3:15 PM" title: Resilience type: presentation - chair: + chair: "Changhee Jung" submissions: - 283 - 114 @@ -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 @@ -260,7 +262,7 @@ schedule: endTime: "1:00 PM" title: "Software Systems & Workflows" type: presentation - chair: + chair: "Massimo Coppola" submissions: - 104 - 191 @@ -284,7 +286,7 @@ schedule: endTime: "5:25 PM" title: "Performance modeling & LLMs" type: presentation - chair: + chair: "Ignacio Laguna" submissions: - 96 - 308 @@ -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 @@ -329,7 +332,7 @@ schedule: endTime: "1:00 PM" title: "Resource Management" type: presentation - chair: + chair: "Kento Sato" submissions: - 303 - 77 @@ -344,7 +347,7 @@ schedule: endTime: "3:40 PM" title: "Communication & Storage" type: presentation - chair: + chair: "Bogdan Nicolae" submissions: - 516 - 71 diff --git a/calls-awards.html b/calls-awards.html index a9190d6..7fb074b 100755 --- a/calls-awards.html +++ b/calls-awards.html @@ -48,7 +48,8 @@
Past Winners
  • 2022: Franck Cappello, for his pioneering contributions in methods, tools, and testbeds for resilient high performance parallel and distributed computing.
  • -
  • 2021: Rosa Badia, for her innovations in parallel task-based programming models, workflow +
  • 2021: Rosa M. Badia, for her innovations in parallel task-based programming models, + workflow applications and systems, and leadership in the high performance computing research community.
  • 2020: No award made.
  • 2019: Geoffrey Fox, for his foundational contributions to parallel computing, diff --git a/calls-cfp.html b/calls-cfp.html index 39c3da1..f0f3988 100755 --- a/calls-cfp.html +++ b/calls-cfp.html @@ -172,7 +172,7 @@
    ACM Policy on Authorship

    Contact PC Chairs

    David Lowenthal (dkl@cs.arizona.edu)
    - Rosa M Badia (rosa.m.badia@bsc.es) + Rosa M. Badia (rosa.m.badia@bsc.es)


    Submissions
    diff --git a/program.html b/program.html index 5e5f134..67f47b6 100755 --- a/program.html +++ b/program.html @@ -124,9 +124,14 @@
    {{timeslot.title}}
    {% elsif timeslot.type == "keynote" %}
    Keynote: {{timeslot.title}}
    - {% if timeslot.speaker %} -

    Speaker: {{timeslot.speaker}}

    - {% endif %} +

    + {% if timeslot.speaker %} + Speaker: {{timeslot.speaker}} + {% endif %} + {% if timeslot.chair %} +
    Session chair: {{timeslot.chair}} + {% endif %} +

    {% elsif timeslot.type == "social" %}