Skip to content

Commit

Permalink
add email query param note
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshll committed Jul 8, 2024
1 parent e431864 commit 6af9329
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions content/catalog-pages.njk
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ eleventyComputed:
</table>
<p>
URL:
<input id="catalog-entry-url" readonly name="url" value="{{ entry.url }}?email=m@dynamical.org"
style="width: {{ entry.url.length + 24 }}ch; max-width: 100%;" />
<input id="catalog-entry-url" readonly name="url" value="{{ entry.url }}?email=option@email.com"
style="width: {{ entry.url.length + 25 }}ch; max-width: 100%;" />
<span style="cursor: pointer;" onclick="copyUrl()">⎘</span>
<div class="metadata-comment"><span>* Email optional: registration not required.
Providing your email as a query param helps us understand usage and impact to keep dynamical.org supported for the long-term.</span></div>
Providing your email as a query param helps us understand usage and impact
to keep dynamical.org supported for the long-term. For catalog updates
follow <a href='/updates'>here</a>.</span></div>
</p>
<p style="text-wrap: balance">{{ entry.descriptionFull | safe }}</p>

Expand Down
8 changes: 5 additions & 3 deletions docs/catalog/noaa-gfs-analysis-hourly/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,13 @@ <h1>GFS analysis, hourly</h1>
</table>
<p>
URL:
<input id="catalog-entry-url" readonly name="url" value="https://data.dynamical.org/noaa/gfs/analysis-hourly/latest.zarr?email=m@dynamical.org"
style="width: 87ch; max-width: 100%;" />
<input id="catalog-entry-url" readonly name="url" value="https://data.dynamical.org/noaa/gfs/analysis-hourly/latest.zarr?email=option@email.com"
style="width: 88ch; max-width: 100%;" />
<span style="cursor: pointer;" onclick="copyUrl()"></span>
<div class="metadata-comment"><span>* Email optional: registration not required.
Providing your email as a query param helps us understand usage and impact to keep dynamical.org supported for the long-term.</span></div>
Providing your email as a query param helps us understand usage and impact
to keep dynamical.org supported for the long-term. For catalog updates
follow <a href='/updates'>here</a>.</span></div>
</p>
<p style="text-wrap: balance">
<p>
Expand Down

0 comments on commit 6af9329

Please sign in to comment.