forked from workflowscommunity/workflowscommunity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
396 lines (382 loc) · 20.5 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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
---
layout: default
permalink: /
---
{% capture nowunix %}{{'now' | date: '%Y-%m-%d' | date: '%s'}}{% endcapture %}
{% assign total_systems = site.systems | size %}
{% assign total_members = site.data.members | size %}
{% assign total_frameworks = site.data.research_frameworks | size %}
{% assign total_wci_wg = site.working_groups | where:"layout","working_groups" | size %}
{% assign total_ext_wg = site.data.working_groups | size %}
{% assign total_wg = total_wci_wg | plus: total_ext_wg %}
<!-- Stories -->
{% assign story = site.stories | sort: "date" | reverse %}
<section class="ftco-section-featured ftco-animate">
<div class="container-fluid" data-scrollax-parent="true">
<div class="row no-gutters d-flex align-items-center" data-scrollax=" properties: { translateY: '-30%'}">
<div class="col-md-3 mb-3">
<a href="{{ story[2].url }}" class="featured-img">
<div class="text-1 p-4 d-flex align-items-center">
<h3 style="font-size: 1.1em">
{{ story[2].title }}<br />
<span class="tag">{{ story[2].date | date: "%b %d, %Y" }}</span>
</h3>
</div>
<img src="{{ story[2].image }}" class="img-fluid" alt="">
<div class="text p-4 d-flex align-items-center">
<div class="user d-flex align-items-center">
<h3>
{% for author in story[2].authors %}
{{author.name}} <span class="position">{{author.institution}}</span><br />
{% endfor %}
</h3>
</div>
</div>
</a>
</div>
<div class="col-md-6">
<div class="row no-gutters">
<div class="col-md-12">
<div class="row no-gutters d-flex align-items-end">
<div class="col-md-7">
<a href="{{ story[0].url }}" class="featured-img">
<div class="text-1 p-4 d-flex align-items-center">
<h3 style="font-size: 1.1em">
{{ story[0].title }}<br />
<span class="tag">{{ story[0].date | date: "%b %d, %Y" }}</span>
</h3>
</div>
<img src="{{ story[0].image }}" class="img-fluid" alt="">
<div class="text p-4 d-flex align-items-center">
<div class="user d-flex align-items-center">
<h3>
{% for author in story[0].authors %}
{{author.name}} <span
class="position">{{author.institution}}</span><br />
{% endfor %}
</h3>
</div>
</div>
</a>
</div>
<div class="col-md-5">
<a href="{{ story[4].url }}" class="featured-img">
<div class="text-1 p-4 d-flex align-items-center">
<h3 style="font-size: 1em">
{{ story[4].title }}<br />
<span class="tag">{{ story[4].date | date: "%b %d, %Y" }}</span>
</h3>
</div>
<img src="{{ story[4].image }}" class="img-fluid" alt="">
<div class="text p-4 d-flex align-items-center">
<div class="user d-flex align-items-center">
<h3>
{% for author in story[4].authors %}
{{author.name}} <span
class="position">{{author.institution}}</span><br />
{% endfor %}
</h3>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-12">
<div class="row no-gutters d-flex align-items-start">
<div class="col-md-7">
<a href="{{ story[1].url }}" class="featured-img">
<div class="text-1 p-4 d-flex align-items-center">
<h3 style="font-size: 1.1em">
{{ story[1].title }}<br />
<span class="tag">{{ story[1].date | date: "%b %d, %Y" }}</span>
</h3>
</div>
<img src="{{ story[1].image }}" class="img-fluid" alt="">
<div class="text p-4 d-flex align-items-center">
<div class="user d-flex align-items-center">
<h3>
{% for author in story[1].authors %}
{{author.name}} <span
class="position">{{author.institution}}</span><br />
{% endfor %}
</h3>
</div>
</div>
</a>
</div>
<div class="col-md-5">
<a href="{{ story[5].url }}" class="featured-img">
<div class="text-1 p-4 d-flex align-items-center">
<h3 style="font-size: 1em">
{{ story[5].title }}<br />
<span class="tag">{{ story[5].date | date: "%b %d, %Y" }}</span>
</h3>
</div>
<img src="{{ story[5].image }}" class="img-fluid" alt="">
<div class="text p-4 d-flex align-items-center">
<div class="user d-flex align-items-center">
<h3>
{% for author in story[5].authors %}
{{author.name}} <span
class="position">{{author.institution}}</span><br />
{% endfor %}
</h3>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a href="{{ story[3].url }}" class="featured-img">
<div class="text-1 p-4 d-flex align-items-center">
<h3 style="font-size: 1.1em">
{{ story[3].title }}<br />
<span class="tag">{{ story[3].date | date: "%b %d, %Y" }}</span>
</h3>
</div>
<img src="{{ story[3].image }}" class="img-fluid" alt="">
<div class="text p-4 d-flex align-items-center">
<div class="user d-flex align-items-center">
<h3>
{% for author in story[3].authors %}
{{author.name}} <span class="position">{{author.institution}}</span><br />
{% endfor %}
</h3>
</div>
</div>
</a>
</div>
</div>
<br />
<div class="row mt-5 d-flex justify-content-center">
<div class="col-md-8 text-center heading-section ftco-animate">
<h2 style="font-size: 1.2em">Perspectives on <strong class="px-3">workflows-related</strong> topics from
the community.</h2>
<p><a href="/stories" class="btn btn-primary mt-3 py-3 px-5">See all stories...</a></p>
</div>
</div>
</div>
</section>
<!-- Numbers -->
<section class="ftco-section ftco-counter" id="section-counter" style="padding: 4em 0">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
<h2>The Workflows Community in Numbers</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<a href="/members" class="text">
<strong class="number" data-number="{{ total_members }}">0</strong>
<span>members</span>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<a href="/systems" class="text">
<strong class="number" data-number="{{ total_systems }}">0</strong>
<span>workflow systems</span>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<a href="/frameworks" class="text">
<strong class="number" data-number="{{ total_frameworks }}">0</strong>
<span>research frameworks</span>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<a href="/groups" class="text">
<strong class="number" data-number="{{ total_wg }}">0</strong>
<span>working groups</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Workflow Systems -->
<section class="ftco-section testimony-section bg-light">
<div class="container">
<div class="row justify-content-center mb-3 pb-3">
<div class="col-md-7 text-center heading-section ftco-animate">
<span class="subheading">Last updated open-source workflow systems</span>
<h2 class="mb-4">Workflow Systems</h2>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
{% 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: 10 %}
<div class="item text-center">
<a href="{{system.url}}" class="testimony-wrap p-3 pb-3" style="min-height: 25em;">
<img src="{{system.avatar}}" style="width: 30%; margin: auto;" />
<div class="text">
<h3>{{system.title}}</h3>
<p class="mb-3">
{{ system.headline | excerpt | strip_html | strip_newlines | truncate: 150}}
</p>
<span class="position"><i class="fas fa-code"></i> {{system.language}}</span><br />
{% if system.release_name != "" %}<span class="position"><i class="fas fa-box-open"></i>
{{system.release_name}}</span><br />{% endif %}
<span class="position"><i class="far fa-clock"></i> {{system.last_update}}</span>
</div>
</a>
</div>
{% endfor %}
<div class="item text-center">
<a href="/systems" class="testimony-wrap p-3 pb-3" style="min-height: 25em;">
<br /><br /><br />
<i class="fas fa-cogs" style="font-size: 5em"></i>
<div class="text">
<br />
<h4>See all Systems</h4>
</div>
</a>
</div>
</div>
</div>
</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-4 d-flex align-self-stretch">
<a class="twitter-timeline" data-lang="en" data-height="1150" data-width="100%" data-theme="light"
data-chrome="nofooter" href="https://twitter.com/WorkflowsCI">Tweets by WorkflowsCI</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<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">
{{event.start_date | date: "%b %d, %Y" }}
</div>
<div class="media-body">
<h3 class="heading" style="line-height: 1.1em">{{event.series}}<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>
<!-- Jobs -->
{% assign jobs = site.jobs | sort: "application_deadline" %}
{% assign num_jobs = 0 %}
{% for job in jobs %}
{% capture eventtime %}{{job.application_deadline | date: '%s'}}{% endcapture %}
{% if eventtime >= nowunix %}
{% assign num_jobs = num_jobs | plus: 1 %}
{% endif %}
{% endfor %}
<section class="ftco-section-parallax">
<div class="parallax-img d-flex align-items-center" style="padding: 5em 0">
<div class="container">
<div class="row d-flex justify-content-center align-self-stretch">
<div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
<span class="subheading"><strong>{{ num_jobs }}</strong> Open Positions from the Community</span>
<h2>Jobs</h2>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
{% assign count_jobs = 0 %}
{% for job in jobs %}
{% capture eventtime %}{{job.application_deadline | date: '%s'}}{% endcapture %}
{% if eventtime >= nowunix and count_jobs < 10 %} <div class="item text-center">
<a href="{{job.url}}" class="testimony-wrap p-3 pb-3" style="min-height: 15em">
<img src="{{job.organization_logo}}" style="width: 50%; margin: auto;" />
<div class="text" style="line-height: 1.2em; padding-top: 1em;">
<strong>{{job.title}}</strong><br /><br />
{{ job.organization }}<br /><br />
<span class="position">
<i class="fas fa-map-marker"></i> {{job.location}}
<br />
<i class="fas fa-briefcase"></i> {{job.employment_type}}
</span>
</div>
</a>
</div>
{% assign count_jobs = count_jobs | plus: 1 %}
{% endif %}
{% endfor %}
<div class="item text-center">
<a href="/jobs" class="testimony-wrap p-3 pb-3" style="min-height: 15em;">
<br /><br />
<i class="fas fa-briefcase" style="font-size: 3.5em"></i>
<div class="text">
See all Jobs
</div>
</a>
</div>
</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>