@@ -62,6 +62,17 @@ <h1 style="font-size: 3rem; max-width: none;">Code Ocean Submission for the Alle
6262 </ div >
6363 </ header >
6464
65+ < section class ="process-band " aria-label ="Aqua to capsule process ">
66+ < div class ="surface-card process-card ">
67+ < img
68+ class ="process-image "
69+ src ="./Aqua-nautilex-process.png "
70+ alt ="Infographic showing the Aqua to capsule workflow for the Allen Institute Nautilex 2026 challenge submissions. "
71+ loading ="lazy "
72+ />
73+ </ div >
74+ </ section >
75+
6576 < main class ="site-layout ">
6677 < aside class ="sidebar ">
6778 < div class ="sidebar-panel stats-panel ">
@@ -93,65 +104,74 @@ <h1 style="font-size: 3rem; max-width: none;">Code Ocean Submission for the Alle
93104 < p class ="section-note " id ="results-note "> </ p >
94105 </ div >
95106
96- < div class ="toolbar ">
97- < label class ="search-field ">
98- < span class ="visually-hidden "> Search capsules</ span >
99- < input
100- id ="search-input "
101- type ="search "
102- placeholder ="Search by challenge, challenge, result artifact, data asset, or prompt "
103- />
104- </ label >
105-
106- < div class ="button-row " id ="status-filters " aria-label ="Status filters "> </ div >
107- < div class ="button-row " id ="flag-filters " aria-label ="Capability filters "> </ div >
108- </ div >
107+ < details class ="overview-foldable " open >
108+ < summary class ="overview-summary ">
109+ < span class ="overview-summary-title "> Overview table and filters</ span >
110+ < span class ="overview-summary-hint "> Collapse or expand</ span >
111+ </ summary >
109112
110- < div class ="table-wrap ">
111- < table class ="capsule-table ">
112- < thead >
113- < tr >
114- < th scope ="col " aria-sort ="ascending ">
115- < button class ="sort-button " type ="button " data-sort-key ="challenge ">
116- < span > Challenge</ span >
117- < span class ="sort-indicator " aria-hidden ="true "> </ span >
118- </ button >
119- </ th >
120- < th scope ="col " aria-sort ="none ">
121- < button class ="sort-button " type ="button " data-sort-key ="status ">
122- < span > Status</ span >
123- < span class ="sort-indicator " aria-hidden ="true "> </ span >
124- </ button >
125- </ th >
126- < th scope ="col " aria-sort ="none ">
127- < button class ="sort-button " type ="button " data-sort-key ="useCase ">
128- < span > challenge</ span >
129- < span class ="sort-indicator " aria-hidden ="true "> </ span >
130- </ button >
131- </ th >
132- < th scope ="col " aria-sort ="none ">
133- < button class ="sort-button " type ="button " data-sort-key ="usage ">
134- < span > How to run</ span >
135- < span class ="sort-indicator " aria-hidden ="true "> </ span >
136- </ button >
137- </ th >
138- < th scope ="col " aria-sort ="none ">
139- < button class ="sort-button " type ="button " data-sort-key ="result ">
140- < span > Key result</ span >
141- < span class ="sort-indicator " aria-hidden ="true "> </ span >
142- </ button >
143- </ th >
144- < th scope ="col " aria-sort ="none ">
145- < button class ="sort-button " type ="button " data-sort-key ="docs ">
146- < span > Docs and artifacts</ span >
147- < span class ="sort-indicator " aria-hidden ="true "> </ span >
148- </ button >
149- </ th >
150- </ tr >
151- </ thead >
152- < tbody id ="overview-body "> </ tbody >
153- </ table >
154- </ div >
113+ < div class ="overview-foldable-body ">
114+ < div class ="toolbar ">
115+ < label class ="search-field ">
116+ < span class ="visually-hidden "> Search capsules</ span >
117+ < input
118+ id ="search-input "
119+ type ="search "
120+ placeholder ="Search by challenge, challenge, result artifact, data asset, or prompt "
121+ />
122+ </ label >
123+
124+ < div class ="button-row " id ="status-filters " aria-label ="Status filters "> </ div >
125+ < div class ="button-row " id ="flag-filters " aria-label ="Capability filters "> </ div >
126+ </ div >
127+
128+ < div class ="table-wrap ">
129+ < table class ="capsule-table ">
130+ < thead >
131+ < tr >
132+ < th scope ="col " aria-sort ="ascending ">
133+ < button class ="sort-button " type ="button " data-sort-key ="challenge ">
134+ < span > Challenge</ span >
135+ < span class ="sort-indicator " aria-hidden ="true "> </ span >
136+ </ button >
137+ </ th >
138+ < th scope ="col " aria-sort ="none ">
139+ < button class ="sort-button " type ="button " data-sort-key ="status ">
140+ < span > Status</ span >
141+ < span class ="sort-indicator " aria-hidden ="true "> </ span >
142+ </ button >
143+ </ th >
144+ < th scope ="col " aria-sort ="none ">
145+ < button class ="sort-button " type ="button " data-sort-key ="useCase ">
146+ < span > challenge</ span >
147+ < span class ="sort-indicator " aria-hidden ="true "> </ span >
148+ </ button >
149+ </ th >
150+ < th scope ="col " aria-sort ="none ">
151+ < button class ="sort-button " type ="button " data-sort-key ="usage ">
152+ < span > How to run</ span >
153+ < span class ="sort-indicator " aria-hidden ="true "> </ span >
154+ </ button >
155+ </ th >
156+ < th scope ="col " aria-sort ="none ">
157+ < button class ="sort-button " type ="button " data-sort-key ="result ">
158+ < span > Key result</ span >
159+ < span class ="sort-indicator " aria-hidden ="true "> </ span >
160+ </ button >
161+ </ th >
162+ < th scope ="col " aria-sort ="none ">
163+ < button class ="sort-button " type ="button " data-sort-key ="docs ">
164+ < span > Docs and artifacts</ span >
165+ < span class ="sort-indicator " aria-hidden ="true "> </ span >
166+ </ button >
167+ </ th >
168+ </ tr >
169+ </ thead >
170+ < tbody id ="overview-body "> </ tbody >
171+ </ table >
172+ </ div >
173+ </ div >
174+ </ details >
155175 </ section >
156176
157177 < section class ="story-intro ">
0 commit comments