Skip to content

Commit 1a18433

Browse files
jsubidaclaude
andcommitted
Refactor participate page with data-driven card components
Extract submission track data into _data/participate/tracks.yml, create a reusable _includes/submission-track-card.html component, add CSS grid styles to assets/css/style.css, and rewrite participate.md to render all 7 tracks via a Liquid loop. Removes the dense markdown summary table in favour of cards that surface the same information more readably. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c428ca3 commit 1a18433

4 files changed

Lines changed: 203 additions & 39 deletions

File tree

_data/participate/tracks.yml

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
- name: Paper
2+
description: >
3+
Original work, not published elsewhere, describing a contribution of interest
4+
and relevant to the RSE community.
5+
submission_details: >
6+
10 page maximum (figures included; references and the US-RSE connection
7+
statement are excluded from the page limit).
8+
template_name: IEEE Manuscript Template
9+
template_url: https://www.ieee.org/conferences/publishing/templates
10+
format: PDF
11+
deadline: "Friday, May 22, 2026"
12+
notification: "Tuesday, July 28, 2026"
13+
session_time: 15 minute presentation
14+
publication: >
15+
Papers will be published on [Zenodo](https://zenodo.org/communities/usrse26/).
16+
Authors will also have an opportunity to submit their paper to a special
17+
journal issue after the conference.
18+
19+
- name: Talk
20+
description: >
21+
An abstract for a talk on any topic of interest to the conference. May cover
22+
work published elsewhere.
23+
submission_details: Abstract, 1 page maximum.
24+
template_name: Talk Submission Template
25+
template_url: https://docs.google.com/document/d/1gdQrD-sFaEJI8XmzENmGKS9q4kZGHStwfexmxbZxNUk/edit?tab=t.0#heading=h.gjdgxs
26+
format: PDF
27+
deadline: "Friday, May 22, 2026"
28+
notification: "Tuesday, July 28, 2026"
29+
session_time: 15 minute presentation
30+
publication: >
31+
Abstracts and presentation slides will be included in the conference
32+
proceedings on [Zenodo](https://zenodo.org/communities/usrse26/).
33+
34+
- name: Notebook
35+
description: >
36+
Submissions demonstrating a computational workflow or analysis using a common
37+
format that is relevant to and reproducible by other community members.
38+
submission_details: >
39+
Abstract (300 words maximum) and a draft of the notebook accessible via
40+
public URL. A brief abstract must also be entered directly in EasyChair.
41+
format: >
42+
URL to a public Git repository (e.g., GitHub) or public platform (e.g.,
43+
Google Colab) containing a README and a Jupyter Notebook, R Markdown, or
44+
other commonly used format.
45+
deadline: "Friday, May 22, 2026"
46+
notification: "Tuesday, July 28, 2026"
47+
session_time: 15 minute presentation
48+
publication: >
49+
Notebooks will be included in the conference proceedings on
50+
[Zenodo](https://zenodo.org/communities/usrse26/).
51+
52+
- name: Birds of a Feather (BoF)
53+
description: >
54+
Sessions providing conference attendees with the opportunity to discuss a
55+
topic of shared interest, ideally likely to appeal to a quarter to a half of
56+
conference attendees.
57+
submission_details: >
58+
A short description (250 words maximum) for the conference program, plus a
59+
session information abstract (1 page maximum) covering: topic summary,
60+
target audience, format, and presenters.
61+
template_name: BoF Submission Template
62+
template_url: https://docs.google.com/document/d/1gQcXHQ8oICNyNERRoOyTX3lEApZRzawDK09BMl4akeU/edit?usp=sharing
63+
format: PDF
64+
deadline: "Friday, May 22, 2026"
65+
notification: "Tuesday, July 28, 2026"
66+
session_time: 75–90 minute session
67+
publication: >
68+
BoF descriptions are published in the conference program and on the website.
69+
Abstracts are not included in the conference proceedings.
70+
71+
- name: Workshop
72+
description: >
73+
Sessions that teach participants a new skill and include exercises or other
74+
active learning components. Both technical and professional skills workshops
75+
are welcome.
76+
submission_details: >
77+
A short description (250 words maximum) for the conference program, plus a
78+
session information abstract (1 page maximum) covering: topic summary,
79+
activities and exercises, target audience and learning outcomes, and format.
80+
template_name: Workshop Submission Template
81+
template_url: https://docs.google.com/document/d/1pEHabwQAmRIf2vpaTlDZJ5t7meQdIMGHWweqA4N1lCs/edit?usp=sharing
82+
format: PDF
83+
deadline: "Friday, May 22, 2026"
84+
notification: "Tuesday, July 28, 2026"
85+
session_time: 90 minute session
86+
publication: >
87+
Workshop descriptions are published in the conference program and on the
88+
website. Abstracts are not included in the conference proceedings.
89+
90+
- name: Poster
91+
description: >
92+
A chance to discuss your work — both established or new — with the community
93+
during a dynamic reception. Both typical academic posters and less traditional
94+
poster formats are encouraged.
95+
submission_details: Abstract, 1 page maximum.
96+
template_name: Poster Submission Template
97+
template_url: https://docs.google.com/document/d/11jKPQu_CYlJeFUdCBc8D1ftmtHvUtw601cF0-6F9upw/edit?tab=t.0#heading=h.gjdgxs
98+
format: PDF
99+
deadline: "Friday, August 7, 2026"
100+
notification: "Tuesday, August 25, 2026"
101+
session_time: 90 minute session
102+
publication: >
103+
Posters will be included in the conference proceedings on
104+
[Zenodo](https://zenodo.org/communities/usrse26/).
105+
106+
- name: Rapid Access Microtalk (RAM)
107+
description: >
108+
An opportunity organised in person at the conference to present a 5-minute
109+
rapid-fire talk on any topic of your choice. This session encourages
110+
spontaneity and creativity at the time of the event itself.
111+
session_time: 5 minute talk
112+
deadline: "In person at USRSE'26"
113+
notification: "In person at USRSE'26"
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<div class="card submission-track-card">
2+
<div class="card-header">
3+
<p class="card-header-title">{{ include.track.name }}</p>
4+
</div>
5+
<div class="card-content">
6+
<p>{{ include.track.description }}</p>
7+
8+
{% if include.track.submission_details %}
9+
<p><strong>Submission:</strong> {{ include.track.submission_details }}</p>
10+
{% endif %}
11+
12+
{% if include.track.template_url %}
13+
<p><strong>Template:</strong>
14+
<a href="{{ include.track.template_url }}">{{ include.track.template_name }}</a>
15+
</p>
16+
{% endif %}
17+
18+
<ul class="submission-track-meta">
19+
{% if include.track.format %}
20+
<li><strong>Format:</strong> {{ include.track.format }}</li>
21+
{% endif %}
22+
<li><strong>Deadline:</strong> {{ include.track.deadline }}</li>
23+
<li><strong>Notification:</strong> {{ include.track.notification }}</li>
24+
<li><strong>Session time:</strong> {{ include.track.session_time }}</li>
25+
</ul>
26+
27+
{% if include.track.publication %}
28+
<div class="submission-track-publication">
29+
<strong>Publication:</strong> {{ include.track.publication | markdownify }}
30+
</div>
31+
{% endif %}
32+
</div>
33+
</div>

assets/css/style.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12200,3 +12200,39 @@ article > a:visited {
1220012200
article > a:visited:hover {
1220112201
color: #741755;
1220212202
}
12203+
12204+
/* Submission track cards (participate page) */
12205+
.submission-tracks-grid {
12206+
display: grid;
12207+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
12208+
gap: 1.25rem;
12209+
margin: 1.5rem 0;
12210+
}
12211+
12212+
.submission-track-card {
12213+
display: flex;
12214+
flex-direction: column;
12215+
height: 100%;
12216+
}
12217+
12218+
.submission-track-card .submission-track-meta {
12219+
list-style: none;
12220+
margin: 0.75rem 0 0;
12221+
padding: 0;
12222+
font-size: 0.9rem;
12223+
}
12224+
12225+
.submission-track-card .submission-track-meta li {
12226+
margin-bottom: 0.3rem;
12227+
}
12228+
12229+
.submission-track-card .submission-track-publication {
12230+
font-size: 0.9rem;
12231+
margin-top: 0.75rem;
12232+
border-top: 1px solid #ededed;
12233+
padding-top: 0.75rem;
12234+
}
12235+
12236+
.submission-track-card .submission-track-publication p {
12237+
margin: 0;
12238+
}

pages/participate/participate.md

Lines changed: 21 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Participate
4-
description:
4+
description:
55
menubar: participate
66
permalink: participate/
77
set_last_modified: true
@@ -11,57 +11,39 @@ set_last_modified: true
1111

1212
USRSE'26 is accepting submissions for all tracks for **in person** presentation at the conference with the aim of fostering a dynamic and varied technical program that will appeal to conference attendees from all RSE backgrounds. Beyond the core technical program, all conference participants will also have the opportunity to propose a Rapid Access Microtalk in person at the event (see below).
1313

14-
The theme of this years conference is **"Advancing Science in the Age of AI"**. The Program Committee welcomes submissions directly engaged with this theme as well as topics connected to US-RSE in general.
14+
The theme of this year's conference is **"Advancing Science in the Age of AI"**. The Program Committee welcomes submissions directly engaged with this theme as well as topics connected to US-RSE in general.
1515

16-
Questions may be directed to the Technical Program chairs at [usrse26-tech-committee@us-rse.org](mailto:usrse26-tech-committee@us-rse.org)
16+
Questions may be directed to the Technical Program chairs at [usrse26-tech-committee@us-rse.org](mailto:usrse26-tech-committee@us-rse.org)
1717

18-
## Tracks
19-
20-
USRSE’26 is looking for a variety of types of submissions to foster an exciting event.
21-
22-
* Papers — this track requires original work, not published elsewhere, describing a contribution of interest and relevant to the RSE community.
23-
* Talks — an abstract for a talk on any topics of interest to the conference, and may cover work published elsewhere.
24-
* Notebooks — submissions demonstrating a computational workflow or analysis, using a common format, that is relevant to and reproducible by other community members.
25-
* Birds of a Feather (BoF) — sessions providing conference attendees with the opportunity to discuss a topic of shared interest, ideally likely to appeal to a quarter to a half of conference attendees.
26-
* Workshops — sessions that teach the participants a new skill and include exercises or other active learning components. Both technical and professional skills workshops are welcome.
27-
* Posters — a chance to discuss your work (both established or new) with the community during a dynamic reception. Both typical academic posters and less traditional poster formats are encouraged.
28-
* Rapid Access Microtalk (RAM) — an opportunity organized in-person at the conference to present a 5-minute rapid-fire talk on any topic of their choice. This session offers conference participants a platform that encourages spontaneity and creativity at the time of the event itself.
18+
## Submission Process
2919

30-
Details about each track submission’s requirements are summarized in a table later in this call.
20+
Submissions for all tracks (except Rapid Access Microtalks) will take place via the [USRSE'26 EasyChair website](https://easychair.org/conferences/?conf=usrse26).
3121

32-
## **Submission Process**
22+
### A note on AI usage
3323

34-
Submissions for all tracks (except Rapid Access Microtalks) will take place via the USRSE’26 EasyChair website. [https://easychair.org/conferences/?conf=usrse26](https://easychair.org/conferences/?conf=usrse26)
24+
We recognize that AI, particularly generative AI, is a rapidly adopted yet frequently controversial tool among the RSE community. For any submission using AI-Generated Text/Large language models (LLM), refer to the "[Guidelines for Artificial Intelligence (AI)-Generated Text](https://journals.ieeeauthorcenter.ieee.org/become-an-ieee-journal-author/publishing-ethics/guidelines-and-policies/submission-and-peer-review-policies/#ai-generated-content)" section in IEEE Submission and Peer Review Policies for our community's policy.
3525

36-
### **A note on AI-usage**
37-
38-
We recognize that AI, particularly generative AI, is a rapidly adopted yet frequently controversial tool among the RSE community. For any submission using AI-Generated Text/Large language models (LLM), refer to the “[Guidelines for Artificial Intelligence (AI)-Generated Text](https://journals.ieeeauthorcenter.ieee.org/become-an-ieee-journal-author/publishing-ethics/guidelines-and-policies/submission-and-peer-review-policies/#ai-generated-content)” section in IEEE Submission and Peer Review Policies for our community's policy.
39-
40-
## **Review Process**
26+
## Review Process
4127

4228
All submissions are peer-reviewed for quality, relevance, and novelty, which will determine acceptance. Reviewers are expected to provide constructive feedback and maintain confidentiality and fairness throughout the review process. The final decision will be based on reviewer recommendations and program committee deliberations.
4329

4430
**Please note** *— if your Paper, Talk, Notebook, Birds of a Feather, or Workshop submission is rejected we would highly encourage you to consider submitting a Poster for an opportunity to engage with the community. The Poster deadline is intentionally after notification of acceptance or rejection for the other tracks. If your Poster submission is rejected then we would furthermore encourage you to participate in the event via the Rapid Access Microtalks opportunity if you are still interested and able to attend in person.*
4531

46-
### **Volunteer to Review**
32+
### Volunteer to Review
4733

48-
You can volunteer as a reviewer by filling out this [Google Form](https://forms.gle/hDGsK52sJFqUA2MA7). A Reviewers guide will be shared with reviewers for reference.
34+
You can volunteer as a reviewer by filling out this [Google Form](https://forms.gle/hDGsK52sJFqUA2MA7). A Reviewers' guide will be shared with reviewers for reference.
4935

50-
# **USRSE'26 Submission Information Summary**
36+
## Tracks
5137

52-
The following table summarizes the key information for the submission types for USRSE'26. Note:
38+
The following notes apply to all tracks:
5339

54-
* **There will be no extensions on the dates listed below.**
55-
* All times are 11:59pm (anywhere on Earth)
56-
* All submission types also require a brief (\<300 word) statement on how the submission is connected to the Mission, Goals, & Interests of the US-RSE Community.
57-
* All presentation or session times listed are the current expectation. They may be adjusted based on submission volume and acceptance rates.
40+
- **There will be no extensions on the submission deadlines below.**
41+
- All deadlines are 11:59 pm (anywhere on Earth).
42+
- All submission types require a brief (&lt;300 word) statement on how the submission connects to the Mission, Goals, & Interests of the US-RSE Community.
43+
- Presentation times are current expectations and may be adjusted based on submission volume and acceptance rates.
5844

59-
| Type | Due by Submission Deadline\* | Template | Submission Format | Submission Deadline | Notification Date | Presentation / Talk / Session Time at Conference (Approximate) | Publication / Proceedings |
60-
| :---- | :---- | :---- | :---- | :---- | :---- | :---- | :---- |
61-
| Paper | Paper (10 page maximum\*) \* The 10 page limit includes figures. References and the statement of connection to the US-RSE community will not be included in the paper length limit. | [IEEE Manuscript Template](https://www.ieee.org/conferences/publishing/templates) | PDF | Friday May 22, 2026 | Tuesday July 28, 2026 | 15 minute presentation | Papers will be published on [Zenodo](https://zenodo.org/communities/usrse26/) and the authors will have an opportunity to submit their paper to a special journal issue after the conference. |
62-
| Talk | Abstract (1 page maximum) | [Talk Submission Template](https://docs.google.com/document/d/1gdQrD-sFaEJI8XmzENmGKS9q4kZGHStwfexmxbZxNUk/edit?tab=t.0#heading=h.gjdgxs) | PDF | Friday May 22, 2026 | Tuesday July 28, 2026 | 15 minute presentation | Abstracts and presentation slides will be included in the conference proceedings on [Zenodo](https://zenodo.org/communities/usrse26/). |
63-
| Notebook | Abstract (300 words maximum) Draft of the notebook you plan on presenting accessible via public URL. A brief abstract is required to be entered in EasyChair as well. | N/A | URL to a public Git repository (e.g., GitHub) or a public platform (e.g., Google Colab) containing a README and a Jupyter Notebook, R Markdown, or other commonly used format. | Friday May 22, 2026 | Tuesday July 28, 2026 | 15 minute presentation | Notebooks will be included in the conference proceedings on [Zenodo](https://zenodo.org/communities/usrse26/). |
64-
| Birds of a Feather (BoF) | A short description (250 words maximum) for the conference program. Session information abstract (1 page maximum) covering: topic summary, target audience, format, presenters | [BOF Submission Template](https://docs.google.com/document/d/1gQcXHQ8oICNyNERRoOyTX3lEApZRzawDK09BMl4akeU/edit?usp=sharing) | PDF | Friday May 22, 2026 | Tuesday July 28, 2026 | 75-90 minute session | BoF descriptions are published in the conference program and website, but abstracts are not included in the conference proceedings. |
65-
| Workshop | A short description (250 words maximum) for the conference program. Session information abstract (1 page maximum) covering: topic summary, activities and exercises, target audience and learning outcomes, format | [Workshop Submission Template](https://docs.google.com/document/d/1pEHabwQAmRIf2vpaTlDZJ5t7meQdIMGHWweqA4N1lCs/edit?usp=sharing) | PDF | Friday May 22, 2026 | Tuesday July 28, 2026 | 90 minute session | Workshop descriptions are published in the conference program and website, but abstracts are not included in the conference proceedings. |
66-
| Poster | Abstract (1 page maximum) | [Poster Submission Template](https://docs.google.com/document/d/11jKPQu_CYlJeFUdCBc8D1ftmtHvUtw601cF0-6F9upw/edit?tab=t.0#heading=h.gjdgxs) | PDF | Friday August 7, 2026 | Tuesday August 25, 2026 | 90 minute session | Posters will be included in the conference proceedings on [Zenodo](https://zenodo.org/communities/usrse26/). |
67-
| Rapid Access Microtalk (RAM) | N/A | N/A | N/A | In person at USRSE'26 | In person at USRSE'26 | 5 minute talk | |
45+
<div class="submission-tracks-grid">
46+
{% for track in site.data.participate.tracks %}
47+
{% include submission-track-card.html track=track %}
48+
{% endfor %}
49+
</div>

0 commit comments

Comments
 (0)