Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _assets/minimal-mistakes/juliaclimatelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 65 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ <h1 id="page-title" class="page__title" itemprop="headline">Julia Climate</h1>
<meta itemprop="description" content="Climate Science tools and data developed in Julia.">
<section class="page__content" itemprop="text">
<div class="feature__wrapper">

<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="JuliaClimate Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">JuliaClimate</h2>
<div class="archive__item-excerpt">
<p>JuliaClimate is a community that collaborates on Julia packages and tools that are aimed at climate sciences (observations, models, and related topics).</p>
</div>
<p><a href="https://github.com/JuliaClimate" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>

<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
Expand Down Expand Up @@ -68,11 +84,56 @@ <h2 class="archive__item-title">MeshArrays.jl</h2>
<img src="/assets/minimal-mistakes/RandomFlow.gif" alt="Random Flow Gif" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">IndividualDisplacements.jl</h2>
<h2 class="archive__item-title">Drifters.jl</h2>
<div class="archive__item-excerpt">
<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>
</div>
<p><a href="https://juliaclimate.github.io/Drifters.jl/dev/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>

<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="INMET Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">INMET.jl</h2>
<div class="archive__item-excerpt">
<p>INMET.jl provides a Julia API to access data from the Instituto Nacional de Metereologia (INMET).</p>
</div>
<p><a href="https://juliaclimate.github.io/INMET.jl/dev/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>

<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="CDSAPI Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">CDSAPI.jl</h2>
<div class="archive__item-excerpt">
<p>CDSAPI.jl provides a Julia API to the Climate Data Store (a.k.a. CDS).</p>
</div>
<p><a href="https://juliaclimate.github.io/CDSAPI.jl/dev/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>

<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="STAC Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">STAC.jl</h2>
<div class="archive__item-excerpt">
<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>
<p>STAC.jl SpatioTemporal Asset Catalog (STAC) julia client.</p>
</div>
<p><a href="https://juliaclimate.github.io/IndividualDisplacements.jl/dev/" class="btn btn--primary">Learn more</a></p>
<p><a href="https://juliaclimate.github.io/STAC.jl/dev/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
Expand All @@ -87,7 +148,7 @@ <h2 class="archive__item-title">GeoRegions.jl</h2>
<div class="archive__item-excerpt">
<p>GeoRegions.jl allows for easy extraction of geospatial data defined in polygonal bounds using the "GeoRegion" and "RegionInfo" types.</p>
</div>
<p><a href="https://juliaclimate.github.io/GeoRegions.jl/dev/" class="btn btn--primary">Learn more</a></p>
<p><a href="https://georegionsecosystem.github.io/GeoRegions.jl/dev/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
Expand Down