-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (56 loc) · 2.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CoST Datastore and Registry</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="./css/main.css">
<script src="./js/main.js" type="module" defer></script>
</head>
<body>
<header id="page-header">
<nav>
<ul>
<li>
<a href="https://infrastructuretransparency.org/">
<img class="logo" src="./assets/logos/cost-logo.png" alt="CoST logo">
<span class="sr-only">CoST</span>
</a>
</li>
<li>
<a href="https://standard.open-contracting.org/infrastructure/latest/en/">
<img class="logo" src="./assets/logos/oc4ids-logo.png" alt="OC4IDS logo">
<span class="sr-only">OC4IDS</span>
</a>
</li>
</ul>
</nav>
<div class="brand"></div>
</header>
<main>
<h1>CoST Datastore and Registry</h1>
<p class="subtitle">Access infrastructure project data in OC4IDS format</p>
<section class="intro">
<p>Welcome to the CoST Datastore and Registry. The datastore provides access to datasets published by CoST members according to the <a href="https://standard.open-contracting.org/infrastructure/latest/en/">Open Contracting for Infrastructure Data Standard</a> (OC4IDS). The datasets are valid according to the OC4IDS schema and openly licensed. You can download full datasets in spreadsheet, CSV or JSON format, ready for analysis in your preferred tool.</p>
<p>The datastore fetches and stores data from OC4IDS publishers on a daily basis. If a publisher's data fails validation against the OC4IDS schema or is unavailable, the datastore provides access to the most recent valid dataset successfully fetched from the publisher.</p>
</section>
<div class="admonition" role="note" aria-labelledby="get-support">
<p class="admonition-title" id="get-support">
<img class="icon inverted-color" src="./assets/icons/lightbulb-solid.svg" alt="">Get support
</p>
<p>Need help accessing or using data? <a href="mailto: [email protected]">Contact the OC4IDS Helpdesk</a>.</p>
</div>
<ul id="publisher-list"></ul>
</main>
<footer>
<button id="return-to-top-btn">
<img class="icon" src="./assets/icons/chevron-up-solid.svg" alt="">
<span class="sr-only">Return to top</span>
</button>
</footer>
</body>
</html>