forked from workflowscommunity/workflowscommunity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (191 loc) · 8.76 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
---
layout: default
permalink: /
---
{% 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 | size %}
{% assign total_ext_wg = site.data.working_groups | size %}
{% assign total_wg = total_wci_wg | plus: total_ext_wg %}
<article class="post">
<div class="ostats">
<div>
<i>We are still <strong>under development</strong>, but you can already enjoy some of our community-supported features.</i>
</div>
<a class="nsystems" href="/systems">
<strong>{{ total_systems }}</strong><br />
workflow systems
</a>
<a class="nmembers" href="/members">
<strong>{{ total_members }}</strong><br />
members<br />
<span class="light-gray"><i>and growing</i></span>
</a>
<a class="nframeworks" href="/frameworks">
<strong>{{ total_frameworks }}</strong><br />
research frameworks
</a>
<a class="nwg" href="/groups">
<strong>{{ total_wg }}</strong><br />
working groups
</a>
</div>
</article>
<!-- Workflow Systems -->
<article class="post">
<header>
<div class="title" style="padding-bottom: 1em; padding-top: 2em">
<h3 style="margin: 0">Workflow Systems</h3>
<p style="margin: 0; margin-bottom: 0.5em;">Last Updated Open Source Workflow Systems</p>
</div>
<a href="/systems" class="corner-button">All Systems</a>
</header>
<div class="systems">
<div class="systems-list">
{% assign systems = site.systems | sort: "date_sort" | reverse %}
{% for system in systems limit: 10 %}
<a href="{{system.url}}" class="system"
style="min-width: 15em; max-height: 6em; min-height: 6em; box-shadow: none; flex: 0 0 auto; position: relative">
{% if system.avatar %}
<div class="system-avatar">
<img src="{{system.avatar}}" alt="{{system.repository}}" />
</div>
{% endif %}
<div class="system-content">
<strong>{{system.title}}</strong>
<div class="list-stats">
<i class="fas fa-code"></i> {{system.language}}</span><br />
{% if system.release_name != "" %}
<i class="fas fa-box-open"></i> {{system.release_name}}</span><br />
{% endif %}
<i class="far fa-clock"></i> {{system.last_update}}
</div>
</div>
{% if system.wci_metadata %}
<div style="position: absolute; bottom: 0; right: 1em; font-size: 0.8em">
<img src="/favicon.ico" style="max-width: 1.5em; vertical-align: middle" /> <span class="light-gray">WCI metadata</span>
</div>
{% endif %}
</a>
{% endfor %}
<a href="/systems" class="system"
style="border: 1px solid #ddd; border-radius: 0.5em; box-shadow: none; flex: 0 0 auto; margin-left: 1em">
<div style="text-align: center; min-width: 6em; min-height: 3.5em; color: #aaa">
<i class="fas fa-cogs" style="font-size: 1.5em"></i><br />
See all Systems
</div>
</a>
</div>
</div>
</article>
<div class="row" style="margin-left: 0.075em; margin-right: 0.075em; margin-bottom: 3em">
<!-- Events -->
<div class="col-sm-12 col-md-6">
<div class="mini-box events">
<header>
<div class="title" style="border-bottom: 1px solid #ccc;">
<h3 style="margin: 0">Events</h3>
<p style="margin: 0; margin-bottom: 0.5em;">Upcoming Community Events</p>
</div>
<a href="/events" class="bottom-button">All Events</a>
</header>
<div class="row">
{% assign events = site.data.events | sort: 'date'%}
{% capture nowunix %}{{'now' | date: '%Y-%m-%d' | date: '%s'}}{% endcapture %}
{% for event in events limit: 10 %}
{% capture eventtime %}{{event.date | date: '%s'}}{% endcapture %}
{% if eventtime >= nowunix %}
<div class="col-sm-12 col-md-12" style="padding: 0 0.5em">
<a href="{{event.url}}" class="event" target="_blank">
<div class="event-date" style="min-width: 5em; max-width: 5em; max-height: 10em;">
<span class="header" style="font-size: 1em">{{event.date | date: "%b %d" }}</span><br />
<span class="subheader" style="font-size: 0.8em">{{event.date | date: "%Y" }}</span>
</div>
<div class="event-content" style="line-height: 1em;">
<span class="
{% if event.type == 'Conference' %}
color-7
{% elsif event.type == 'Workshop' %}
color-6
{% endif %}
">{{event.series}}</span><br />
<span style="font-size: 0.8em"><i class="fas fa-map-marker"
style="font-size: 0.8em; color: #999"></i> {{event.location}}</span><br />
{% if event.deadlines %}
{% for d in event.deadlines %}
<span class="deadlines">{{d.name}}: <strong>{{d.date | date: "%b %d,
%Y"}}</strong></span><br />
{% endfor %}
{% endif %}
</div>
</a>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
<div class="col-sm-1"> </div>
<!-- Jobs -->
{% assign num_jobs = site.jobs | size %}
<div class="col-sm-12 col-md-5">
<div class="mini-box jobs">
<header>
<div class="title" style="border-bottom: 1px solid #ccc;">
<h3 style="margin: 0">Jobs</h3>
<p style="margin: 0; margin-bottom: 0.5em;"><strong>{{ num_jobs }}</strong> Open Positions from the Community</p>
</div>
<a href="/jobs" class="bottom-button" style="background-color: steelblue;">All Jobs</a>
</header>
<div class="row">
{% assign jobs = site.jobs | sort: "application_deadline" %}
{% for job in jobs limit: 10 %}
{% capture eventtime %}{{job.application_deadline | date: '%s'}}{% endcapture %}
{% if eventtime >= nowunix %}
<div class="col-sm-12 col-md-12" style="padding: 0 0.5em; vertical-align: top;">
<a href="{{ job.url }}" class="job-item">
<div>
<strong>{{ job.title }}</strong><br />
{{ job.organization }}<br />
<span class="light-gray">
<i class="fas fa-clock"></i> {{ job.application_deadline | date: "%b %d, %Y" }}
|
<i class="fas fa-map-marker"></i> {{ job.location }}
|
<i class="fas fa-briefcase"></i> {{ job.employment_type }}
</span>
</div>
<div>
<img src="{{ job.organization_logo }}" alt="{{ job.title }}" />
</div>
</a>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
</div>
<article class="post">
<header>
<div class="title">
<h3>Founding Members</h3>
<p>Since 2021</p>
</div>
</header>
<div class="row">
{% assign institutions = site.data.institutions | where: "founding",true %}
{% for institution in institutions %}
<div class="col-sm-6 col-md-3 institution">
<a href="{{institution.link}}" target="_blank">
<img src="/images/institutions/{{institution.image}}" alt="{{institution.name}}" />
</a>
</div>
{% endfor %}
</div>
<br />
</article>
<script type="text/javascript">
$('.timer').countTo();
</script>