Skip to content

Commit 41463ef

Browse files
Hackshavenrelay-bot
authored andcommitted
fix: address Copilot review feedback on poster PR
- Mark merge-nc step as "Coming Soon" with clarifying comment - Remove zyra[mcp] extra (not defined in pyproject.toml) - Add gs-qr-url URL text under print survey QR for accessibility - Add data-use consent note to survey CTA body - Convert survey blob sizing to responsive clamp() values - Fix foundation-col.col-left layout: margin:auto instead of padding-left:600px - Add .gs-qr-url CSS rule to both _styles.css and _print.css Signed-off-by: Eric Hackathorn <erichackathorn@gmail.com>
1 parent e41b2f8 commit 41463ef

File tree

6 files changed

+41
-22
lines changed

6 files changed

+41
-22
lines changed

poster/html/zyra-poster-print.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@
16321632
justify-content: center;
16331633
min-width: 0;
16341634
}
1635-
.foundation-col.col-left { padding-right: 0; padding-left: 600px; text-align: right; order: 1; }
1635+
.foundation-col.col-left { padding-right: 0; padding-left: 0; text-align: right; order: 1; margin-left: auto; margin-right: auto; }
16361636
.foundation-col.col-right { display: none; }
16371637
.foundation-layer-card {
16381638
padding: 20px 30px;
@@ -1864,6 +1864,7 @@
18641864
.gs-survey-qr .gs-qr-box { width: 300px; height: 300px; border-radius: 28px; }
18651865
.gs-survey-qr .gs-qr-box img { width: 252px; height: 252px; }
18661866
.gs-survey-qr .gs-qr-label { font-size: 42px; }
1867+
.gs-survey-qr .gs-qr-url { font-family: var(--font-mono); font-size: 34px; color: rgba(254,254,254,0.5); margin-top: 8px; }
18671868
.gs-survey-heading {
18681869
font-family: var(--font-sans);
18691870
font-size: 60px;
@@ -2598,8 +2599,8 @@ <h3 class="usecase-heading">HRRR Wind Analysis: GRIB2 to Interactive Map</h3>
25982599
<div class="step-dot step-dot-process">
25992600
<svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2.5" stroke-linecap="round"><rect x="3" y="3" width="7" height="7" rx="1"/><rect x="14" y="3" width="7" height="7" rx="1"/><rect x="3" y="14" width="7" height="7" rx="1"/><path d="M14 17.5h7M17.5 14v7"/></svg>
26002601
</div>
2601-
<div class="step-code"><span class="step-stage-tag tag-process">③ Process</span>
2602-
<span class="cc-cmd">zyra process</span> merge-nc <span class="cc-file">hrrr_t2m.nc</span> <span class="cc-file">hrrr_wind.nc</span> <span class="cc-flag">-o</span> <span class="cc-file">hrrr_merged.nc</span> <span class="cc-comment"># coming soon</span></div>
2602+
<div class="step-code"><span class="step-stage-tag tag-process">③ Process — Coming Soon</span>
2603+
<span class="cc-cmd">zyra process</span> merge-nc <span class="cc-file">hrrr_t2m.nc</span> <span class="cc-file">hrrr_wind.nc</span> <span class="cc-flag">-o</span> <span class="cc-file">hrrr_merged.nc</span> <span class="cc-comment"># Coming soon: merge multiple NetCDF files into one dataset</span></div>
26032604
</div>
26042605
<div class="code-step">
26052606
<div class="step-dot step-dot-visualize">
@@ -3231,7 +3232,7 @@ <h3>Key Features</h3>
32313232
</li>
32323233
<li>
32333234
<span class="feat-dot"></span>
3234-
<div><strong>Modular extras:</strong> <code>pip install "zyra[visualization]"</code>, <code>"zyra[processing]"</code>, <code>"zyra[llm]"</code>, <code>"zyra[mcp]"</code>, or <code>"zyra[all]"</code></div>
3235+
<div><strong>Modular extras:</strong> <code>pip install "zyra[visualization]"</code>, <code>"zyra[processing]"</code>, <code>"zyra[llm]"</code>, or <code>"zyra[all]"</code></div>
32353236
</li>
32363237
</ul>
32373238

@@ -3269,7 +3270,7 @@ <h3 class="survey-cta-heading">Help Shape the Future of Agentic Science</h3>
32693270
<li>Where current automation still falls short</li>
32703271
<li>How to build an intent dataset to train Zyra's task decomposition system</li>
32713272
</ul>
3272-
<p class="survey-cta-sub">Your insights directly guide how we design and prioritize future tools built to amplify human creativity, efficiency, and discovery.</p>
3273+
<p class="survey-cta-sub">Your insights directly guide how we design and prioritize future tools built to amplify human creativity, efficiency, and discovery. Responses are used anonymously for research and system improvement; do not include sensitive or confidential data.</p>
32733274
</div>
32743275

32753276
<div class="survey-cta-right">
@@ -3379,6 +3380,7 @@ <h3 class="gs-heading">Get Started</h3>
33793380
<img src="survey-qr-code.png" alt="QR code linking to survey.zyra-project.org" width="84" height="84" style="display:block;border-radius:4px;">
33803381
</div>
33813382
<div class="gs-qr-label">Take the survey</div>
3383+
<div class="gs-qr-url">survey.zyra-project.org</div>
33823384
</div>
33833385

33843386
</div>

poster/html/zyra-poster.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,13 +2011,13 @@
20112011
pointer-events: none;
20122012
}
20132013
.survey-cta-blob--tl {
2014-
top: -60px; left: -20px;
2015-
width: 220px; height: 220px;
2014+
top: -12%; left: -4%;
2015+
width: clamp(140px, 18vw, 220px); height: clamp(140px, 18vw, 220px);
20162016
background: radial-gradient(circle, rgba(255,193,7,0.10), transparent 70%);
20172017
}
20182018
.survey-cta-blob--br {
2019-
bottom: -50px; right: 60px;
2020-
width: 180px; height: 180px;
2019+
bottom: -10%; right: 8%;
2020+
width: clamp(120px, 14vw, 180px); height: clamp(120px, 14vw, 180px);
20212021
background: radial-gradient(circle, rgba(95,157,174,0.12), transparent 70%);
20222022
}
20232023

@@ -2262,6 +2262,13 @@
22622262
margin-top: 5px;
22632263
letter-spacing: 0.3px;
22642264
}
2265+
.gs-qr-url {
2266+
font-family: var(--font-mono);
2267+
font-size: 7.5px;
2268+
color: rgba(254,254,254,0.35);
2269+
margin-top: 2px;
2270+
letter-spacing: 0.2px;
2271+
}
22652272

22662273
/* Bottom spacer */
22672274
.poster-bottom-pad {
@@ -3038,8 +3045,8 @@ <h3 class="usecase-heading">HRRR Wind Analysis: GRIB2 to Interactive Map</h3>
30383045
<div class="step-dot step-dot-process">
30393046
<svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2.5" stroke-linecap="round"><rect x="3" y="3" width="7" height="7" rx="1"/><rect x="14" y="3" width="7" height="7" rx="1"/><rect x="3" y="14" width="7" height="7" rx="1"/><path d="M14 17.5h7M17.5 14v7"/></svg>
30403047
</div>
3041-
<div class="step-code"><span class="step-stage-tag tag-process">③ Process</span>
3042-
<span class="cc-cmd">zyra process</span> merge-nc <span class="cc-file">hrrr_t2m.nc</span> <span class="cc-file">hrrr_wind.nc</span> <span class="cc-flag">-o</span> <span class="cc-file">hrrr_merged.nc</span> <span class="cc-comment"># coming soon</span></div>
3048+
<div class="step-code"><span class="step-stage-tag tag-process">③ Process — Coming Soon</span>
3049+
<span class="cc-cmd">zyra process</span> merge-nc <span class="cc-file">hrrr_t2m.nc</span> <span class="cc-file">hrrr_wind.nc</span> <span class="cc-flag">-o</span> <span class="cc-file">hrrr_merged.nc</span> <span class="cc-comment"># Coming soon: merge multiple NetCDF files into one dataset</span></div>
30433050
</div>
30443051
<div class="code-step">
30453052
<div class="step-dot step-dot-visualize">
@@ -3671,7 +3678,7 @@ <h3>Key Features</h3>
36713678
</li>
36723679
<li>
36733680
<span class="feat-dot"></span>
3674-
<div><strong>Modular extras:</strong> <code>pip install "zyra[visualization]"</code>, <code>"zyra[processing]"</code>, <code>"zyra[llm]"</code>, <code>"zyra[mcp]"</code>, or <code>"zyra[all]"</code></div>
3681+
<div><strong>Modular extras:</strong> <code>pip install "zyra[visualization]"</code>, <code>"zyra[processing]"</code>, <code>"zyra[llm]"</code>, or <code>"zyra[all]"</code></div>
36753682
</li>
36763683
</ul>
36773684

@@ -3709,7 +3716,7 @@ <h3 class="survey-cta-heading">Help Shape the Future of Agentic Science</h3>
37093716
<li>Where current automation still falls short</li>
37103717
<li>How to build an intent dataset to train Zyra's task decomposition system</li>
37113718
</ul>
3712-
<p class="survey-cta-sub">Your insights directly guide how we design and prioritize future tools built to amplify human creativity, efficiency, and discovery.</p>
3719+
<p class="survey-cta-sub">Your insights directly guide how we design and prioritize future tools built to amplify human creativity, efficiency, and discovery. Responses are used anonymously for research and system improvement; do not include sensitive or confidential data.</p>
37133720
</div>
37143721

37153722
<div class="survey-cta-right">
@@ -3819,6 +3826,7 @@ <h3 class="gs-heading">Get Started</h3>
38193826
<img src="survey-qr-code.png" alt="QR code linking to survey.zyra-project.org" width="84" height="84" style="display:block;border-radius:4px;">
38203827
</div>
38213828
<div class="gs-qr-label">Take the survey</div>
3829+
<div class="gs-qr-url">survey.zyra-project.org</div>
38223830
</div>
38233831

38243832
</div>

poster/sections/_print.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ body {
16221622
justify-content: center;
16231623
min-width: 0;
16241624
}
1625-
.foundation-col.col-left { padding-right: 0; padding-left: 600px; text-align: right; order: 1; }
1625+
.foundation-col.col-left { padding-right: 0; padding-left: 0; text-align: right; order: 1; margin-left: auto; margin-right: auto; }
16261626
.foundation-col.col-right { display: none; }
16271627
.foundation-layer-card {
16281628
padding: 20px 30px;
@@ -1854,6 +1854,7 @@ body {
18541854
.gs-survey-qr .gs-qr-box { width: 300px; height: 300px; border-radius: 28px; }
18551855
.gs-survey-qr .gs-qr-box img { width: 252px; height: 252px; }
18561856
.gs-survey-qr .gs-qr-label { font-size: 42px; }
1857+
.gs-survey-qr .gs-qr-url { font-family: var(--font-mono); font-size: 34px; color: rgba(254,254,254,0.5); margin-top: 8px; }
18571858
.gs-survey-heading {
18581859
font-family: var(--font-sans);
18591860
font-size: 60px;

poster/sections/_styles.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,13 +1999,13 @@ border-radius: 50%;
19991999
pointer-events: none;
20002000
}
20012001
.survey-cta-blob--tl {
2002-
top: -60px; left: -20px;
2003-
width: 220px; height: 220px;
2002+
top: -12%; left: -4%;
2003+
width: clamp(140px, 18vw, 220px); height: clamp(140px, 18vw, 220px);
20042004
background: radial-gradient(circle, rgba(255,193,7,0.10), transparent 70%);
20052005
}
20062006
.survey-cta-blob--br {
2007-
bottom: -50px; right: 60px;
2008-
width: 180px; height: 180px;
2007+
bottom: -10%; right: 8%;
2008+
width: clamp(120px, 14vw, 180px); height: clamp(120px, 14vw, 180px);
20092009
background: radial-gradient(circle, rgba(95,157,174,0.12), transparent 70%);
20102010
}
20112011

@@ -2250,6 +2250,13 @@ color: rgba(254,254,254,0.5);
22502250
margin-top: 5px;
22512251
letter-spacing: 0.3px;
22522252
}
2253+
.gs-qr-url {
2254+
font-family: var(--font-mono);
2255+
font-size: 7.5px;
2256+
color: rgba(254,254,254,0.35);
2257+
margin-top: 2px;
2258+
letter-spacing: 0.2px;
2259+
}
22532260

22542261
/* Bottom spacer */
22552262
.poster-bottom-pad {

poster/sections/sec-04-hrrr.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ <h3 class="usecase-heading">HRRR Wind Analysis: GRIB2 to Interactive Map</h3>
3636
<div class="step-dot step-dot-process">
3737
<svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2.5" stroke-linecap="round"><rect x="3" y="3" width="7" height="7" rx="1"/><rect x="14" y="3" width="7" height="7" rx="1"/><rect x="3" y="14" width="7" height="7" rx="1"/><path d="M14 17.5h7M17.5 14v7"/></svg>
3838
</div>
39-
<div class="step-code"><span class="step-stage-tag tag-process">③ Process</span>
40-
<span class="cc-cmd">zyra process</span> merge-nc <span class="cc-file">hrrr_t2m.nc</span> <span class="cc-file">hrrr_wind.nc</span> <span class="cc-flag">-o</span> <span class="cc-file">hrrr_merged.nc</span> <span class="cc-comment"># coming soon</span></div>
39+
<div class="step-code"><span class="step-stage-tag tag-process">③ Process — Coming Soon</span>
40+
<span class="cc-cmd">zyra process</span> merge-nc <span class="cc-file">hrrr_t2m.nc</span> <span class="cc-file">hrrr_wind.nc</span> <span class="cc-flag">-o</span> <span class="cc-file">hrrr_merged.nc</span> <span class="cc-comment"># Coming soon: merge multiple NetCDF files into one dataset</span></div>
4141
</div>
4242
<div class="code-step">
4343
<div class="step-dot step-dot-visualize">

poster/sections/sec-10-features.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h3>Key Features</h3>
4747
</li>
4848
<li>
4949
<span class="feat-dot"></span>
50-
<div><strong>Modular extras:</strong> <code>pip install "zyra[visualization]"</code>, <code>"zyra[processing]"</code>, <code>"zyra[llm]"</code>, <code>"zyra[mcp]"</code>, or <code>"zyra[all]"</code></div>
50+
<div><strong>Modular extras:</strong> <code>pip install "zyra[visualization]"</code>, <code>"zyra[processing]"</code>, <code>"zyra[llm]"</code>, or <code>"zyra[all]"</code></div>
5151
</li>
5252
</ul>
5353

@@ -85,7 +85,7 @@ <h3 class="survey-cta-heading">Help Shape the Future of Agentic Science</h3>
8585
<li>Where current automation still falls short</li>
8686
<li>How to build an intent dataset to train Zyra's task decomposition system</li>
8787
</ul>
88-
<p class="survey-cta-sub">Your insights directly guide how we design and prioritize future tools built to amplify human creativity, efficiency, and discovery.</p>
88+
<p class="survey-cta-sub">Your insights directly guide how we design and prioritize future tools built to amplify human creativity, efficiency, and discovery. Responses are used anonymously for research and system improvement; do not include sensitive or confidential data.</p>
8989
</div>
9090

9191
<div class="survey-cta-right">
@@ -195,6 +195,7 @@ <h3 class="gs-heading">Get Started</h3>
195195
<img src="survey-qr-code.png" alt="QR code linking to survey.zyra-project.org" width="84" height="84" style="display:block;border-radius:4px;">
196196
</div>
197197
<div class="gs-qr-label">Take the survey</div>
198+
<div class="gs-qr-url">survey.zyra-project.org</div>
198199
</div>
199200

200201
</div>

0 commit comments

Comments
 (0)