-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
109 lines (104 loc) · 5.49 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.16.4 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>Julia Climate</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/css/minimal-mistakes.css">
</head>
<body class="layout--splash">
{{ insert masthead.html }}
<div class="initial-content">
<div class="page__hero--overlay"
style="background-color: #5e616c; background-image: url('/assets/minimal-mistakes/nature2.png');">
<div class="wrapper">
<h1 id="page-title" class="page__title" itemprop="headline">Julia Climate</h1>
<p class="page__lead">Climate Science tools and data <br> developed in Julia.</p>
</div>
</div>
<div id="main" role="main">
<article class="splash" itemscope itemtype="https://schema.org/CreativeWork">
<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/ClimateTools.png" alt="Climate Tools Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">ClimateTools.jl</h2>
<div class="archive__item-excerpt">
<p>ClimateTools.jl is a collection of commonly-used tools in Climate science.</p>
</div>
<p><a href="https://juliaclimate.github.io/ClimateTools.jl/stable/" 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/MeshArrays.png" alt="Mesh Arrays Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">MeshArrays.jl</h2>
<div class="archive__item-excerpt">
<p>MeshArrays.jl defines the "MeshArray" data structure (or type) that can contain, and distribute, collections of inter-connected arrays as generally done in climate models.</p>
</div>
<p><a href="https://juliaclimate.github.io/MeshArrays.jl/stable/" 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/RandomFlow.gif" alt="Random Flow Gif" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">IndividualDisplacements.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>
</div>
<p><a href="https://juliaclimate.github.io/IndividualDisplacements.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/GeoRegions.png" alt="GeoRegions Logo" />
</div>
<div class="archive__item-body">
<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>
</div>
</div>
</div>
</div>
</section>
</article>
</div>
<!-- https://getbootstrap.com/docs/4.0/components/jumbotron/ -->
<div class="jumbotron" style="text-align: center; margin-right: 20%; margin-left: 20%;">
<h1 class="display-4">What can a technologist do about Climate Change?</h1>
<p class="lead">Bret Victor, in 2015, published a <a href="http://worrydream.com/ClimateChange/#tools-technical">famous article</a> about how to contribute to the climate change solution.</p>
<hr class="my-4">
<p>In that article, he proclaimed that: "Here’s an opinion you might not hear much — I feel that one effective approach to addressing climate change is contributing to the development of Julia."</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="http://worrydream.com/ClimateChange/#tools-technical" role="button">Learn more</a>
</p>
</div>
{{ insert foot.html }}