Skip to content

Commit dfe1b0e

Browse files
committed
Fix animation on block text in About IceNet section
1 parent 47c9a6d commit dfe1b0e

File tree

1 file changed

+56
-36
lines changed

1 file changed

+56
-36
lines changed

src/pages/index.astro

Lines changed: 56 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -86,43 +86,63 @@ const images = import.meta.glob<{ default: ImageMetadata }>('/src/assets/images/
8686
</Fragment>
8787

8888
<Fragment slot="subtitle">
89-
<p>
90-
IceNet is a deep learning sea ice forecasting system developed by an <a
91-
class="hyperlink"
92-
href="https://www.bas.ac.uk/media-post/artificial-intelligence-to-help-predict-arctic-sea-ice-loss/"
93-
>international team and led by the British Antarctic Survey and The Alan Turing Institute</a
94-
>. The original IceNet research model, published in <a
95-
class="hyperlink"
96-
href="https://www.nature.com/articles/s41467-021-25257-4"><b>Nature Communications</b></a
97-
>, was trained on climate simulations and observational data to forecast the next 6 months of monthly-averaged
98-
sea ice concentration maps. This version advanced the range of accurate sea ice forecasts, outperforming a
99-
state-of-the-art dynamical model (ECMWF SEAS5) in seasonal forecasts of summer sea ice, particularly for extreme
100-
sea ice events.
101-
</p><br />
102-
<p>
103-
Since then, the IceNet team has focused on building an operational version of the model which forecasts on a
104-
daily resolution. The <a class="hyperlink" href="https://www.github.com/tom-andersson/icenet-paper"
105-
>original research code</a
106-
> was refactored into <code>icenet</code> - <a class="hyperlink" href="https://github.com/icenet-ai/icenet"
107-
>a library for operational forecasting</a
108-
>. The <code>icenet</code> library can support further research efforts into AI-based operational sea ice forecasting.
109-
</p><br />
110-
<p>
111-
In addition, several use cases and an ecosystem of service components are contained within this organization,
112-
supporting execution and downstream analysis.
113-
</p>
114-
<p>
115-
<br />
116-
For further information about the team involved, please look at the <a
117-
class="hyperlink"
118-
href="https://www.bas.ac.uk/project/icenet/">project pages at BAS</a
119-
> or <a
120-
class="hyperlink"
121-
href="https://www.turing.ac.uk/news/artificial-intelligence-help-predict-arctic-sea-ice-loss"
122-
>The Alan Turing Institute</a
123-
>.
124-
</p>
89+
<div class="intersect-once intersect-quarter motion-safe:md:opacity-0 motion-safe:md:intersect:animate-fade">
90+
<p>
91+
IceNet is a deep learning sea ice forecasting system developed by an
92+
<a
93+
class="hyperlink"
94+
href="https://www.bas.ac.uk/media-post/artificial-intelligence-to-help-predict-arctic-sea-ice-loss/"
95+
>
96+
international team and led by the British Antarctic Survey and The Alan Turing Institute
97+
</a>.
98+
The original IceNet research model, published in
99+
<a
100+
class="hyperlink"
101+
href="https://www.nature.com/articles/s41467-021-25257-4"
102+
>
103+
<b>Nature Communications</b>
104+
</a>,
105+
was trained on climate simulations and observational data to forecast the next 6 months of
106+
monthly-averaged sea ice concentration maps. This version advanced the range of accurate sea
107+
ice forecasts, outperforming a state-of-the-art dynamical model (ECMWF SEAS5) in seasonal
108+
forecasts of summer sea ice, particularly for extreme sea ice events. <br><br>
109+
</p>
110+
111+
<p>
112+
Since then, the IceNet team has focused on building an operational version of the model which
113+
forecasts on a daily resolution. The
114+
<a class="hyperlink" href="https://www.github.com/tom-andersson/icenet-paper">
115+
original research code
116+
</a>
117+
was refactored into <code>icenet</code> –
118+
<a class="hyperlink" href="https://github.com/icenet-ai/icenet">
119+
a library for operational forecasting
120+
</a>.
121+
The <code>icenet</code> library can support further research efforts into AI-based operational
122+
sea ice forecasting. <br><br>
123+
</p>
124+
125+
<p>
126+
In addition, several use cases and an ecosystem of service components are contained within
127+
this organisation, supporting execution and downstream analysis.
128+
</p>
129+
130+
<p>
131+
For further information about the team involved, please look at the
132+
<a class="hyperlink" href="https://www.bas.ac.uk/project/icenet/">
133+
project pages at BAS
134+
</a>
135+
or
136+
<a
137+
class="hyperlink"
138+
href="https://www.turing.ac.uk/news/artificial-intelligence-help-predict-arctic-sea-ice-loss"
139+
>
140+
The Alan Turing Institute
141+
</a>.
142+
</p>
143+
</div>
125144
</Fragment>
145+
126146
</Hero>
127147

128148
<!-- HighlightedPosts Widget ******* -->

0 commit comments

Comments
 (0)