-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathindex.html
298 lines (281 loc) · 13.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
---
layout: default
permalink: /
---
{% capture nowunix %}{{'now' | date: '%Y-%m-%d' | date: '%s'}}{% endcapture %}
{% assign total_systems = site.systems | size %}
{% assign total_members = 1 %}
{% for m in site.data.members %}
{% assign e = m.entries | size %}
{% assign total_members = total_members | plus: e %}
{% endfor %}
{% assign total_wcs = site.summits | size %}
{% assign total_bofs = site.bofs | size %}
{% assign total_events = total_wcs | plus: total_bofs %}
<section id="recent-posts" class="recent-posts sections-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>What's Happening in the Community</h2>
<p>Recent innovations, events, and contributions from workflow practitioners worldwide</p>
</div>
<div class="row gy-4">
<div class="col-lg-3">
<!-- RECENT SUMMIT -->
<article>
{% assign summits = site.summits | sort: 'order' | reverse %}
{% for summit in summits limit: 1 %}
<div class="post-img">
<img src="{{ summit.image }}" alt="" class="img-fluid">
</div>
<p class="post-category">COMMUNITY SUMMIT</p>
<h2 class="title">
<a href="{{ summit.url }}">{{ summit.title }}</a>
</h2>
<div class="d-flex align-items-center">
<div class="post-meta">
<p class="post-author">{{ summit.subtitle }}</p>
<p class="post-date">
<time datetime="2022-01-01">{{ summit.event_date }}</time>
</p>
</div>
</div>
{% endfor %}
</article>
</div>
<div class="col-lg-3">
<!-- BOF -->
<article>
{% assign bofs = site.bofs | sort: 'order' | reverse %}
{% for b in bofs limit: 1 %}
<div class="post-img">
<img src="https://isc-hpc.com/wp-content/uploads/2024/02/isc-logo.svg" alt="" class="img-fluid">
</div>
<p class="post-category">BOF SESSION</p>
<h2 class="title">
<a href="{{ b.url }}">{{ b.title }}</a>
</h2>
<div class="d-flex align-items-center">
<div class="post-meta">
<p class="post-author">{{ b.subtitle }}</p>
<p class="post-date">
<time datetime="2022-01-01">{{ b.event_date }}</time>
</p>
</div>
</div>
{% endfor %}
</article>
</div>
<div class="col-lg-3">
<!-- COMMUNITY TALKS -->
<article>
{% assign talks = site.talks | sort: 'order' | reverse %}
{% for talk in talks limit: 1 %}
<div class="post-img">
<img src="assets/images/blog/blog-2.jpg" alt="" class="img-fluid">
</div>
<p class="post-category">COMMUNITY TALK</p>
<h2 class="title">
<a href="{{ talk.url }}">{{ talk.title }}</a>
</h2>
<div class="d-flex align-items-center">
<div class="post-meta">
<p class="post-author">{{ talk.authors }}</p>
<p class="post-date">
<time datetime="2022-01-01">{{ talk.event_date }}</time>
</p>
</div>
</div>
{% endfor %}
</article>
</div>
<div class="col-lg-3">
<!-- YOUTUBE -->
<article>
<div class="post-img">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/videoseries?si=zT3yNiHZKonANj9c&list=PLAtmuqHExRvOzPOvJfSH8PwjbVJFyulCy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<p class="post-category">MEDIA</p>
<h2 class="title">
<a href="https://www.youtube.com/channel/UCqCnXqWqKe9vF6cqKOj1CYw/" target="_blank">Workflow Innovation in Action</a>
</h2>
<div class="d-flex align-items-center">
<div class="post-meta">
<p class="post-author">Subscribe to our YouTube channel</p>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- NUMBERS -->
<div id="stats-counter" class="call-to-action stats-counter section">
<div class="container" data-aos="fade-up">
<div class="row gy-4 align-items-center">
<div class="col-lg-4">
<div class="stats-item d-flex flex-column align-items-center">
<span data-purecounter-start="0" data-purecounter-end="{{total_members}}" data-purecounter-duration="5"
class="purecounter" style="font-size: 4em;"></span><br />
<p><span>Members</span> worldwide</p>
</div>
</div>
<div class="col-lg-4">
<div class="stats-item d-flex flex-column align-items-center">
<span data-purecounter-start="0" data-purecounter-end="{{total_systems}}" data-purecounter-duration="5"
class="purecounter" style="font-size: 4em;"></span><br />
<p><span>Workflow Systems</span> open-source workflow systems</p>
</div>
</div>
<div class="col-lg-4">
<div class="stats-item d-flex flex-column align-items-center">
<span data-purecounter-start="0" data-purecounter-end="{{total_events}}" data-purecounter-duration="5"
class="purecounter" style="font-size: 4em;"></span><br />
<p><span>Events</span> Workflow Community Summits and BoF sessions</p>
</div>
</div>
</div>
</div>
</div>
<!-- WORKFLOW SYSTEMS -->
<div id="services" class="section sections-bg">
<div class="top-icon-box position-relative">
<div class="container position-relative">
<div class="section-header">
<h2>Workflow Systems</h2>
<p>Last updated open-source workflow systems</p>
</div>
<div class="row gy-4">
{% assign systems_wci = site.systems | where: "wci_metadata", "true" | sort: "date_sort" | reverse %}
{% assign systems_wci_size = systems_wci | size %}
{% assign systems = site.systems | where: "wci_metadata", "false" | sort: "date_sort" | reverse %}
{% assign systems_limit = 10 | minus: systems_wci_size %}
{% for system in systems_wci limit: 8 %}
<div class="col-xl-3 col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><img src="{{system.avatar}}" alt="icon"></div>
<h4 class="title"><a href="{{system.url}}" class="stretched-link">{{system.title}}</a></h4>
<p>{{ system.headline | excerpt | strip_html | strip_newlines | truncate: 150}}</p>
<p style="font-size: 0.8em;">
<i class="fas fa-code"></i> {{system.language}}</span><br />
{% if system.release_name != "" %}<i
class="fas fa-box-open"></i>{{system.release_name}}<br />{% endif %}
<i class="far fa-clock"></i> {{system.last_update}}
</p>
</div>
</div>
{% endfor %}
<div class="col-lg-12 text-center" class="text-center">
<a href="/systems" class="btn-get-started hide-on-mobile">See all Systems</a>
</div>
</div>
</div>
</div>
</div>
<!-- STORIES -->
{% assign story = site.stories | sort: "date" | reverse %}
<section id="recent-posts" class="recent-posts sections-bg bg-light">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Stories</h2>
<p>Perspectives on workflows-related topics from the community</p>
</div>
<div class="row gy-4">
{% for s in story limit: 6 %}
<div class="col-lg-4">
<article>
<div class="post-img">
<img src="{{ s.image }}" alt="" class="img-fluid">
</div>
<p class="post-category"></p>
<h2 class="title">
<a href="{{ s.url }}">{{ s.title }}</a>
</h2>
<div class="d-flex align-items-center">
<div class="post-meta">
<p class="post-author">{{ summit.subtitle }}</p>
<p class="post-date">
{% for author in s.authors %}
{{author.name}} – {{author.institution}}<br />
{% endfor %}
<time datetime="2022-01-01">{{ s.date | date: "%b %d, %Y" }}</time>
</p>
</div>
</div>
</article>
</div>
{% endfor %}
</div>
<div class="col-lg-12 text-center" style="margin-top: 2em;" class="text-center">
<a href="/stories" class="btn-get-started hide-on-mobile">See all Stories</a>
</div>
</div>
</section>
<!-- Twitter and Events -->
<!-- <section class="ftco-section" style="background-color: #fff;">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-8 text-center heading-section ftco-animate">
<span class="subheading">Upcoming Community Events</span>
<h2 class="mb-4">Events</h2>
<div class="row">
{% assign events = site.data.events | sort: 'start_date'%}
{% assign count_events = 0 %}
{% for event in events %}
{% capture eventtime %}{{event.end_date | date: '%s'}}{% endcapture %}
{% if eventtime >= nowunix and count_events < 10 %} <div class="col-md-6 col-lg-6 ftco-animate"
style="margin: auto">
<div class="media block-6 services d-block text-center">
<div class="d-flex justify-content-center" style="font-size: 0.9em">
{% if event.start_date != event.end_date %}{{event.start_date | date: "%b %d"
}}—{% endif %}{{event.end_date | date: "%b %d, %Y" }}
</div>
<div class="media-body">
<h3 class="heading" style="line-height: 1.1em">
<a href="{{event.url}}" target="_blank"
style="color: #000">{{event.short_name}}</a><br />
<span style="font-size: 0.7em; color: #e83e8c">{{event.location}}</span>
</h3>
{% if event.deadlines %}
<p style="font-size: 0.9em; line-height: 1.3em;">
{% for d in event.deadlines %}
{{d.name}}: <strong>{{d.date | date: "%b %d, %Y"}}</strong><br />
{% endfor %}
</p>
{% endif %}
</div>
</div>
</div>
{% assign count_events = count_events | plus: 1 %}
{% endif %}
{% endfor %}
<div class="col-md-12 col-lg-12 mt-5 text-center heading-section ftco-animate">
<p><a href="/events" class="btn btn-primary mt-3 py-3 px-5">See all events...</a></p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- Founders
<section class="ftco-section" style="background-color: #fff;">
<div class="container">
<div class="row">
<div class="col-md-12 text-center heading-section ftco-animate">
<span class="subheading">Since 2021</span>
<h2 class="mb-4">Founding Members</h2>
<div class="row">
{% assign institutions = site.data.institutions | where: "founding",true %}
{% for institution in institutions %}
<div class="col-sm-6 col-md-3">
<a href="{{institution.link}}" target="_blank">
<img src="/images/institutions/{{institution.image}}" alt="{{institution.name}}"
style="max-width: 10em; max-height: 4em; margin-bottom: 2em" />
</a>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</section> -->