|
2011 | 2011 | pointer-events: none; |
2012 | 2012 | } |
2013 | 2013 | .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); |
2016 | 2016 | background: radial-gradient(circle, rgba(255,193,7,0.10), transparent 70%); |
2017 | 2017 | } |
2018 | 2018 | .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); |
2021 | 2021 | background: radial-gradient(circle, rgba(95,157,174,0.12), transparent 70%); |
2022 | 2022 | } |
2023 | 2023 |
|
|
2262 | 2262 | margin-top: 5px; |
2263 | 2263 | letter-spacing: 0.3px; |
2264 | 2264 | } |
| 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 | +} |
2265 | 2272 |
|
2266 | 2273 | /* Bottom spacer */ |
2267 | 2274 | .poster-bottom-pad { |
@@ -3038,8 +3045,8 @@ <h3 class="usecase-heading">HRRR Wind Analysis: GRIB2 to Interactive Map</h3> |
3038 | 3045 | <div class="step-dot step-dot-process"> |
3039 | 3046 | <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> |
3040 | 3047 | </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> |
3043 | 3050 | </div> |
3044 | 3051 | <div class="code-step"> |
3045 | 3052 | <div class="step-dot step-dot-visualize"> |
@@ -3671,7 +3678,7 @@ <h3>Key Features</h3> |
3671 | 3678 | </li> |
3672 | 3679 | <li> |
3673 | 3680 | <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> |
3675 | 3682 | </li> |
3676 | 3683 | </ul> |
3677 | 3684 |
|
@@ -3709,7 +3716,7 @@ <h3 class="survey-cta-heading">Help Shape the Future of Agentic Science</h3> |
3709 | 3716 | <li>Where current automation still falls short</li> |
3710 | 3717 | <li>How to build an intent dataset to train Zyra's task decomposition system</li> |
3711 | 3718 | </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> |
3713 | 3720 | </div> |
3714 | 3721 |
|
3715 | 3722 | <div class="survey-cta-right"> |
@@ -3819,6 +3826,7 @@ <h3 class="gs-heading">Get Started</h3> |
3819 | 3826 | <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;"> |
3820 | 3827 | </div> |
3821 | 3828 | <div class="gs-qr-label">Take the survey</div> |
| 3829 | + <div class="gs-qr-url">survey.zyra-project.org</div> |
3822 | 3830 | </div> |
3823 | 3831 |
|
3824 | 3832 | </div> |
|
0 commit comments