Skip to content

Commit c4f8cdc

Browse files
authored
Merge pull request #12 from gaelforget/update_gf1
website updates
2 parents 4cbf19a + cf1e55c commit c4f8cdc

File tree

2 files changed

+65
-4
lines changed

2 files changed

+65
-4
lines changed
58.6 KB
Loading

index.html

Lines changed: 65 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,22 @@ <h1 id="page-title" class="page__title" itemprop="headline">Julia Climate</h1>
3434
<meta itemprop="description" content="Climate Science tools and data developed in Julia.">
3535
<section class="page__content" itemprop="text">
3636
<div class="feature__wrapper">
37+
38+
<div class="feature__item">
39+
<div class="archive__item">
40+
<div class="archive__item-teaser">
41+
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="JuliaClimate Logo" />
42+
</div>
43+
<div class="archive__item-body">
44+
<h2 class="archive__item-title">JuliaClimate</h2>
45+
<div class="archive__item-excerpt">
46+
<p>JuliaClimate is a community that collaborates on Julia packages and tools that are aimed at climate sciences (observations, models, and related topics).</p>
47+
</div>
48+
<p><a href="https://github.com/JuliaClimate" class="btn btn--primary">Learn more</a></p>
49+
</div>
50+
</div>
51+
</div>
52+
3753
<div class="feature__item">
3854
<div class="archive__item">
3955
<div class="archive__item-teaser">
@@ -68,11 +84,56 @@ <h2 class="archive__item-title">MeshArrays.jl</h2>
6884
<img src="/assets/minimal-mistakes/RandomFlow.gif" alt="Random Flow Gif" />
6985
</div>
7086
<div class="archive__item-body">
71-
<h2 class="archive__item-title">IndividualDisplacements.jl</h2>
87+
<h2 class="archive__item-title">Drifters.jl</h2>
88+
<div class="archive__item-excerpt">
89+
<p>Drifters.jl computes point displacements over a gridded domain. It is geared towards the analysis of Climate, Ocean, etc models (Arakawa C-grids are natively supported) and the simulation of material transports within the Earth System (e.g. plastics or planktons in the Ocean; dusts or chemicals in the Atmosphere).</p>
90+
</div>
91+
<p><a href="https://juliaclimate.github.io/Drifters.jl/dev/" class="btn btn--primary">Learn more</a></p>
92+
</div>
93+
</div>
94+
</div>
95+
96+
<div class="feature__item">
97+
<div class="archive__item">
98+
<div class="archive__item-teaser">
99+
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="INMET Logo" />
100+
</div>
101+
<div class="archive__item-body">
102+
<h2 class="archive__item-title">INMET.jl</h2>
103+
<div class="archive__item-excerpt">
104+
<p>INMET.jl provides a Julia API to access data from the Instituto Nacional de Metereologia (INMET).</p>
105+
</div>
106+
<p><a href="https://juliaclimate.github.io/INMET.jl/dev/" class="btn btn--primary">Learn more</a></p>
107+
</div>
108+
</div>
109+
</div>
110+
111+
<div class="feature__item">
112+
<div class="archive__item">
113+
<div class="archive__item-teaser">
114+
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="CDSAPI Logo" />
115+
</div>
116+
<div class="archive__item-body">
117+
<h2 class="archive__item-title">CDSAPI.jl</h2>
118+
<div class="archive__item-excerpt">
119+
<p>CDSAPI.jl provides a Julia API to the Climate Data Store (a.k.a. CDS).</p>
120+
</div>
121+
<p><a href="https://juliaclimate.github.io/CDSAPI.jl/dev/" class="btn btn--primary">Learn more</a></p>
122+
</div>
123+
</div>
124+
</div>
125+
126+
<div class="feature__item">
127+
<div class="archive__item">
128+
<div class="archive__item-teaser">
129+
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="STAC Logo" />
130+
</div>
131+
<div class="archive__item-body">
132+
<h2 class="archive__item-title">STAC.jl</h2>
72133
<div class="archive__item-excerpt">
73-
<p>IndividualDisplacements.jl computes point displacements over a gridded domain. It is geared towards the analysis of Climate, Ocean, etc models (Arakawa C-grids are natively supported) and the simulation of material transports within the Earth System (e.g. plastics or planktons in the Ocean; dusts or chemicals in the Atmosphere).</p>
134+
<p>STAC.jl SpatioTemporal Asset Catalog (STAC) julia client.</p>
74135
</div>
75-
<p><a href="https://juliaclimate.github.io/IndividualDisplacements.jl/dev/" class="btn btn--primary">Learn more</a></p>
136+
<p><a href="https://juliaclimate.github.io/STAC.jl/dev/" class="btn btn--primary">Learn more</a></p>
76137
</div>
77138
</div>
78139
</div>
@@ -87,7 +148,7 @@ <h2 class="archive__item-title">GeoRegions.jl</h2>
87148
<div class="archive__item-excerpt">
88149
<p>GeoRegions.jl allows for easy extraction of geospatial data defined in polygonal bounds using the "GeoRegion" and "RegionInfo" types.</p>
89150
</div>
90-
<p><a href="https://juliaclimate.github.io/GeoRegions.jl/dev/" class="btn btn--primary">Learn more</a></p>
151+
<p><a href="https://georegionsecosystem.github.io/GeoRegions.jl/dev/" class="btn btn--primary">Learn more</a></p>
91152
</div>
92153
</div>
93154
</div>

0 commit comments

Comments
 (0)