-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (114 loc) · 4.87 KB
/
Copy pathindex.html
File metadata and controls
126 lines (114 loc) · 4.87 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>C‑Hy(drology)Dro(ught) — c-hydro</title>
<meta name="description" content="C‑Hy(drology)Dro(ught) — an open-source hub for hydrology, forecasting, and drought tools maintained by CIMA Research Foundation."/>
<link rel="icon" href="assets/cima-logo.png" />
<link rel="stylesheet" href="assets/styles.css" />
</head>
<body>
<a class="skip-link" href="#content">Skip to content</a>
<header class="header">
<div class="container">
<div class="brand">
<img src="assets/cima-logo.png" alt="CIMA Research Foundation logo" />
<div>
<h1>C‑Hy(drology)Dro(ught)</h1>
<p>Open-source hub for hydrology, forecasting, and drought tools (c-hydro)</p>
</div>
</div>
<nav class="nav" aria-label="Primary">
<a href="index.html" aria-current="page">Home</a>
<a href="hydrology.html">Hydrology & Forecasting</a>
<a href="drought.html">Drought</a>
<a href="other.html">Other</a>
<a href="workflows.html">Workflows</a>
<a href="https://github.com/c-hydro">GitHub Org</a>
<a href="https://www.cimafoundation.org/en/">CIMA</a>
</nav>
<section class="hero">
<h2>C‑Hy(drology)Dro(ught)</h2>
<p>A curated entry point to CIMA’s open-source hydrology, forecasting, and drought repositories.</p>
</section>
</div>
</header>
<main id="content" class="main">
<div class="container">
<section>
<h2 class="section-title">Repository catalogue by area</h2>
<p class="lead">
Browse the c-hydro repositories grouped by operational area. Use the area pages for details and direct links to GitHub.
</p>
<div class="note">
<b>Classification rule:</b> any repository <b>without</b> the topic/tag <code>#hydrology</code> or <code>#drought</code>
is listed under <b>Other tools</b> by default.
</div>
<div class="grid">
<article class="card" data-card data-haystack="hydrology forecasting hmc fp-hmc s3m">
<h3>Hydrology & Forecasting</h3>
<p>Hydrologic simulation, operational chains, and cryospheric coupling (HMC, Flood‑PROOFS wrappers, S3M).</p>
<div class="badges">
<span class="badge">HMC</span><span class="badge">Flood‑PROOFS</span><span class="badge">S3M</span>
</div>
<div class="actions">
<a class="btn primary" href="hydrology.html">Open Hydrology</a>
<a class="btn" href="workflows.html#hydrology">Workflows</a>
</div>
</article>
<article class="card" data-card data-haystack="drought dryes d3tools dam">
<h3>Drought</h3>
<p>Drought analysis and monitoring toolchain (DRYES, DAM, D3Tools and related utilities).</p>
<div class="badges">
<span class="badge">DRYES</span><span class="badge">DAM</span><span class="badge">D3Tools</span>
</div>
<div class="actions">
<a class="btn primary" href="drought.html">Open Drought</a>
<a class="btn" href="workflows.html#drought">Workflows</a>
</div>
</article>
<article class="card" data-card data-haystack="utilities other head flomart ruler">
<h3>Other</h3>
<p>Supporting tools that are not strictly “hydrology” or “drought” but are useful in operations and research.</p>
<div class="badges">
<span class="badge">Head</span><span class="badge">Flomart</span><span class="badge">RULER</span>
</div>
<div class="actions">
<a class="btn primary" href="other.html">Open Other</a>
</div>
</article>
<article class="card" data-card data-haystack="github pages api catalogue">
<h3>What replaced the old site?</h3>
<p>
The previous c-hydro page was a single catalogue loaded from the GitHub public API.
This new site keeps the catalogue idea, but adds curated grouping and workflow references.
</p>
<div class="actions">
<a class="btn" href="https://c-hydro.github.io/">Old catalogue</a>
<a class="btn primary" href="workflows.html">Workflow references</a>
</div>
</article>
</div>
<div class="note">
Tip: all pages are plain static HTML/CSS/JS so they work directly on GitHub Pages.
To deploy, copy this folder into the <code>c-hydro/c-hydro.github.io</code> repository and enable Pages on the main branch.
</div>
</section>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="row">
<small>
Maintained by the <a href="https://github.com/c-hydro">c-hydro</a> GitHub organization — CIMA Research Foundation.
</small>
<small>
License info and contribution guidelines are available in each repository.
</small>
</div>
</div>
</footer>
<script src="assets/site.js" defer></script>
</body>
</html>