Skip to content

Commit 86360b6

Browse files
authored
Merge pull request #85 from shuds13/main
Add Workflows Community Talks
2 parents 7f963fc + c48250f commit 86360b6

File tree

7 files changed

+157
-0
lines changed

7 files changed

+157
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ collections:
2828
systems:
2929
output: true
3030
permalink: /systems/:path/
31+
talks:
32+
output: true
33+
permalink: /talks/:path/
3134
working_groups:
3235
output: true
3336
permalink: /groups/:path/

_data/speakers.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- name: Stephen Hudson
2+
role: Principal Software Engineer
3+
institution:
4+
name: Argonne National Laboratory
5+
link: https://www.anl.gov
6+
image: argonne.png
7+
country: us
8+
link: https://www.anl.gov/profile/stephen-hudson
9+
talk_num: 1
10+
photo: hudson.jpg
11+
bio: "Stephen Hudson is a Principal Software Engineer at Argonne National Laboratory, working on workflow systems for high-performance computing."

_includes/header.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
<div class="dropdown-menu" aria-labelledby="dropdown03">
3636
<a class="dropdown-item" href="/summits">Workflows Community Summits</a>
3737
<a class="dropdown-item" href="/bof">Birds of a Feather (BoF)</a>
38+
<a class="dropdown-item" href="/talks">Workflows Community Talks</a>
3839
<a class="dropdown-item" href="/events">Workflows-Related Events</a>
40+
3941
</div>
4042
</li>
4143
<li class="nav-item"><a href="/members" class="nav-link">Members</a></li>

_talks/talk1.html

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
---
2+
layout: page
3+
title: Placeholder talk
4+
authors: Stephen Hudson (Argonne National Lab)
5+
event_date: February 26, 2025 (Tentative)
6+
times: 9am-9.30 PST / noon-12.30pm EST / 17:00-17:30 CET
7+
talk_number: 1
8+
<!-- video_playlist: https://www.youtube.com/watch?v=STy5HwEVj8k&list=PLAtmuqHExRvOzPOvJfSH8PwjbVJFyulCy -->
9+
<!-- report_badge: https://zenodo.org/badge/DOI/10.5281/zenodo.13844759.svg -->
10+
<!-- report_doi: 10.5281/zenodo.13844759 -->
11+
<!-- report_link: https://doi.org/10.5281/zenodo.13844759 -->
12+
---
13+
14+
<div class="row justify-content-center mb-5 pb-5">
15+
<div class="col-md-7 text-center heading-section ftco-animate">
16+
<h2 class="mb-4">{{page.title}}</h2>
17+
<span class="subheading">{{page.authors}}</span>
18+
<p class="event-date">{{page.event_date}} {{page.times}} </p>
19+
</div>
20+
<div class="col-md-12 text-center heading-section ftco-animate">
21+
<p class="mb-3" style="text-align: left;">
22+
TBC. The first talk will soon be announced.
23+
</p>
24+
<p class="mb-3" style="text-align: left !important;">
25+
Topics:
26+
</p>
27+
<ul style="text-align: left;">
28+
<li>Dynamic steering of HPC Workflows</li>
29+
<li>Heterogeneous Workflows</li>
30+
<li>Modelling of laser plasma accelerators with libEnsemble and WarpX</li>
31+
<li>Using ProxyStore when transferring large data</li>
32+
</ul>
33+
</div>
34+
35+
36+
</div>
37+
38+
39+
<div class="row justify-content-center mb-5 pb-5">
40+
<div class="col-md-7 text-center heading-section ftco-animate">
41+
<h2 class="mb-4">About the authors</h2>
42+
</div>
43+
</div>
44+
45+
<!-- Text under pictures -->
46+
47+
<!--<div class="row">
48+
{% assign speaker = site.data.speakers | where: "talk_num", page.talk_number %}
49+
{% for member in speaker %}
50+
<div class="col-md-4 mb-5 ftco-animate">
51+
<div class="block-10">
52+
<div class="person-info mb-2">
53+
<span class="name">{{ member.name }}</span>
54+
<span class="role">{{ member.role }}</span>
55+
</div>
56+
<a href="{{ member.link }}" target="_blank">
57+
<img src="/images/talks/{{ member.photo }}" alt="{{ member.name }}" class="img-fluid mb-3" style="width: 100%">
58+
</a>
59+
<a href="{{ member.institution.link }}" target="_blank">
60+
<img src="/images/institutions/{{ member.institution.image }}"
61+
alt="{{ member.institution.name }}" style="max-height: 2em" />
62+
</a>s
63+
<p class="mt-2">{{ member.bio }}</p>
64+
</div>
65+
</div>
66+
{% endfor %}
67+
</div>
68+
-->
69+
70+
71+
<!-- Text beside picture -->
72+
73+
<div class="row">
74+
{% assign speaker = site.data.speakers | where: "talk_num", page.talk_number %}
75+
{% for member in speaker %}
76+
<div class="col-md-6 mb-5 ftco-animate">
77+
<div class="d-flex">
78+
<div class="pr-4">
79+
<a href="{{ member.link }}" target="_blank">
80+
<img src="/images/talks/{{ member.photo }}" alt="{{ member.name }}" class="img-fluid mb-3" style="width: 150px; height: 150px; object-fit: cover; border-radius: 0.5em;">
81+
</a>
82+
<a href="{{ member.institution.link }}" target="_blank">
83+
<img src="/images/institutions/{{ member.institution.image }}" alt="{{ member.institution.name }}" style="max-height: 2em;" />
84+
</a>
85+
</div>
86+
<div>
87+
<div class="person-info mb-2">
88+
<span class="name font-weight-bold">{{ member.name }}</span><br>
89+
<span class="role text-muted">{{ member.role }}</span>
90+
</div>
91+
<p class="bio" style="font-size: 0.8em;">{{ member.bio }}</p>
92+
</div>
93+
</div>
94+
</div>
95+
{% endfor %}
96+
</div>
97+

images/institutions/argonne.png

46.8 KB
Loading

images/talks/hudson.jpg

15.3 KB
Loading

page_talks.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: page
3+
title: Workflows Community Talks
4+
permalink: /talks
5+
---
6+
7+
<div class="row justify-content-center mb-4 pb-5">
8+
<div class="col-md-7 text-center heading-section ftco-animate">
9+
<p class="heading-section">
10+
The <strong class="px-3">Workflow Community Talks</strong> are a monthly virtual series
11+
of 30-minute talks bringing together members of the Workflows community and anyone
12+
interested in the field.
13+
</p>
14+
<div class="organizers mt-4">
15+
<h3 class="font-weight-bold">Organizers</h3>
16+
<p>Stephen Hudson &bull; Daniella Cassol</p>
17+
</div>
18+
<div class="mt-4">
19+
<p>Interested in giving a talk? <a href="https://docs.google.com/forms/d/1P9u12xVgh77FC6cGb5v7iE1rF0VpWAzSw0cmJ-BRD0Q"
20+
target="_blank" class="btn btn-primary py-2 px-4">Sign Up Here</a></p>
21+
</div>
22+
</div>
23+
</div>
24+
25+
26+
<div class="row">
27+
{% assign talks = site.talks | sort: 'talk_number' | reverse %}
28+
{% for talk in talks %}
29+
<div class="col-md-4 ftco-animate">
30+
<div class="blog-entry" style="min-height: 15.5em;">
31+
<div class="text p-4 d-block">
32+
<div class="meta mb-3">
33+
{{talk.event_date | date: "%b %d, %Y" }}
34+
</div>
35+
<h3 class="heading"><a href="{{talk.url}}">{{talk.title}}</a></h3>
36+
<span class="position">{{talk.authors}}</span>
37+
{% if talk.report_link %}
38+
<img src="{{talk.report_badge}}" alt="DOI" style="padding-top: 0.5em" />
39+
{% endif %}
40+
</div>
41+
</div>
42+
</div>
43+
{% endfor %}
44+
</div>

0 commit comments

Comments
 (0)