-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathindex.html
290 lines (280 loc) · 14.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
---
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 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">Perspectives on workflows-related topics from
the community</span>
<h2 class="mb-4">Stories</h2>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
{% for s in story limit: 10 %}
<div class="item text-center">
<a href="{{s.url}}" class="testimony-wrap p-3 pb-3" style="min-height: 25em;">
<img src="{{s.image}}" class="img-fluid" style="width: 100%; height: 7em; object-fit: cover;" />
<div class="text">
<p style="font-size: 1.3em; line-height: 1.3em; margin-top: 1em;"><strong>{{s.title}}</strong></p>
<p class="mb-3 position">
{{ s.date | date: "%b %d, %Y" }}
</p>
<div style="line-height: 1.2em; text-align: left;">
{% for author in s.authors %}
<span class="position">{{author.name}} – {{author.institution}}</span><br />
{% endfor %}
</div>
</div>
</a>
</div>
{% endfor %}
<div class="item text-center">
<a href="/stories" class="testimony-wrap p-3 pb-3" style="min-height: 25em;">
<br /><br /><br />
<i class="fas fa-newspaper" style="font-size: 5em"></i>
<div class="text">
<br />
<h4>See all Stories</h4>
</div>
</a>
</div>
</div>
</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> -->
<!-- LINKED IN -->
<div class='sk-ww-linkedin-page-post' style="border: 1px solid #ccc; max-height: 50em;" data-embed-id='198292'></div><script src='https://widgets.sociablekit.com/linkedin-page-posts/widget.js' async defer></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">
{% 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>
<!-- 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>