44permalink: /groups
55---
66
7- < div class ="container text-center " data-aos ="fade-up " style ="padding: 4em 0; margin-bottom: 0; ">
8- < h4 > Collaborative Initiatives in < strong style ="color: #db8e1b "> Workflow Research</ strong > </ h4 >
9- < p > Discover the ongoing projects and achievements of specialized working groups and task forces advancing workflow
10- research, development, and real-world applications.</ p >
11- </ div >
7+ < section class ="wg-index-hero ">
8+ < div class ="container " data-aos ="fade-up ">
9+ < div class ="wg-index-hero-card ">
10+ < div class ="wg-index-eyebrow "> Working Groups</ div >
11+ < h1 > Collaborative initiatives in workflow research</ h1 >
12+ < p > Discover the ongoing projects and achievements of specialized working groups and task forces advancing workflow research, development, and real-world applications.</ p >
13+ </ div >
14+ </ div >
15+ </ section >
1216
13- < section id =" testimonials " class ="testimonials bg-light " style =" padding-top: 0; ">
17+ < section class ="wg-index-section ">
1418 < div class ="container " data-aos ="fade-up ">
15- < div data-aos ="fade-up " data-aos-delay ="100 ">
16- <!-- WCI Groups -->
19+ < div class ="wg-index-header ">
20+ < h2 > Workflow Community Working Groups</ h2 >
21+ < p > Groups hosted by the Workflows Community Initiative.</ p >
22+ </ div >
23+ < div class ="wg-index-grid ">
1724 {% assign groups = site.working_groups | where:"layout","working_groups" | sort: "title" %}
1825 {% for group in groups %}
19- {% assign status_color = "color-2 " %}
26+ {% assign status_color = "#8B949E " %}
2027 {% if group.status == "Establishing" %}
21- {% assign status_color = "#D4D62D " %}
28+ {% assign status_color = "#8A8F1A " %}
2229 {% elsif group.status == "Active" %}
2330 {% assign status_color = "#78c315" %}
2431 {% endif %}
25- < div class ="swiper-slide ">
26- < div class ="testimonial-wrap ">
27- < div class ="testimonial-item ">
28- < div class ="d-flex align-items-center info-box ">
29- < div >
30- < h3 > < a href ="{{group.url}} "> < img src ="/favicon.ico "
31- style ="width: 30px; vertical-align: middle; " /> {{group.title}}</ a > </ h3 >
32- < h4 > {{group.description}}</ h4 >
33- < h4 style ="color: #3a3a3a; padding-top: 1em; ">
34- < i class ="fas fa-users "> </ i > {{group.members | size}} Members —
35- < i class ="fas fa-circle-notch " style ="color: {{status_color}} "> </ i >
36- {{group.status}}
37- </ h4 >
38- </ div >
39- </ div >
32+ < a class ="wg-index-card " href ="{{ group.url }} " style ="--status-color: {{ status_color }}; ">
33+ < div class ="wg-index-card-top ">
34+ < div class ="wg-index-title ">
35+ < img src ="/favicon.ico " alt ="WCI " />
36+ < span > {{ group.title }}</ span >
4037 </ div >
38+ < span class ="wg-index-pill ">
39+ < span class ="wg-index-pill-dot "> </ span >
40+ {{ group.status }}
41+ </ span >
42+ </ div >
43+ < p > {{ group.description }}</ p >
44+ < div class ="wg-index-meta ">
45+ < span > < i class ="fas fa-users "> </ i > {{ group.members | size }} members</ span >
46+ < span class ="wg-index-link "> Explore</ span >
4147 </ div >
42- </ div >
48+ </ a >
4349 {% endfor %}
50+ </ div >
51+ </ div >
52+ </ section >
4453
45- <!-- External WGs-->
54+ < section class ="wg-index-section wg-index-section-alt ">
55+ < div class ="container " data-aos ="fade-up ">
56+ < div class ="wg-index-header ">
57+ < h2 > External Working Groups</ h2 >
58+ < p > Related efforts from other communities.</ p >
59+ </ div >
60+ < div class ="wg-index-grid ">
4661 {% assign groups = site.data.working_groups | sort: "name" %}
4762 {% for group in groups %}
48- {% assign status_color = "#8CCA60 " %}
63+ {% assign status_color = "#8B949E " %}
4964 {% if group.status == "Establishing" %}
50- {% assign status_color = "#D4D62D " %}
51- {% elsif group.status == "Establishing " %}
65+ {% assign status_color = "#8A8F1A " %}
66+ {% elsif group.status == "Active " %}
5267 {% assign status_color = "#78c315" %}
5368 {% endif %}
54- < div class ="swiper-slide ">
55- < div class ="testimonial-wrap ">
56- < div class ="testimonial-item ">
57- < div class ="d-flex align-items-center info-box ">
58- < div >
59- < h3 > < a href ="{{group.link}} " target ="_blank "> {{group.name}}</ a > </ h3 >
60- < h4 > {{group.description}}</ h4 >
61- < h4 style ="color: #3a3a3a; padding-top: 1em; ">
62- < i class ="fas fa-circle-notch " style ="color: {{status_color}} "> </ i >
63- {{group.status}}
64- </ h4 >
65- </ div >
66- </ div >
69+ < a class ="wg-index-card " href ="{{ group.link }} " target ="_blank " rel ="noopener " style ="--status-color: {{ status_color }}; ">
70+ < div class ="wg-index-card-top ">
71+ < div class ="wg-index-title ">
72+ < span > {{ group.name }}</ span >
6773 </ div >
74+ < span class ="wg-index-pill ">
75+ < span class ="wg-index-pill-dot "> </ span >
76+ {{ group.status }}
77+ </ span >
78+ </ div >
79+ < p > {{ group.description }}</ p >
80+ < div class ="wg-index-meta ">
81+ < span > External group</ span >
82+ < span class ="wg-index-link "> Visit</ span >
6883 </ div >
69- </ div >
84+ </ a >
7085 {% endfor %}
71-
7286 </ div >
7387 </ div >
74- </ section >
88+ </ section >
0 commit comments