-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (59 loc) · 2.59 KB
/
Copy pathindex.html
File metadata and controls
76 lines (59 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Search for Public Data on the Web | Exploring Data</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A Google custom search engine, that searches sites that host public data.">
<meta name="author" content="Ramiro Gómez">
<link rel="canonical" href="https://exploring-data.com/datasearch/">
<link href="/css/style2.css" rel="stylesheet">
<link rel="stylesheet" href="/css/customsearch.css">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
</head>
<body>
<nav class="navbar">
<ul>
<li class="logo"><a href="/"><img src="/img/exploring-data.png" alt="Exploring Data Logo"></a></li>
<li class="nav-links">
<a href="/vis/">📊 Visualizations</a>
<a href="/map/">🗺️ Maps</a>
<a href="/story">🗒️ Stories</a>
<a href="/prints/">🛒 Prints</a>
<a href="/data-visualization-books/">📕 Books</a>
<a href="/datasearch/">🔍 Search for Data</a>
<a href="/sitemap/">📄 Sitemap</a>
</li>
<li class="hamburger">
<button aria-label="Menu">☰</button>
</li>
</ul>
</nav>
<div class="container two-column">
<main class="main-3">
<h1>Search for Public Data on the Web</h1>
<script async src="https://cse.google.com/cse.js?cx=017337174147211687926:ocjb1eiqcfw">
</script>
<div class="gcse-search"></div>
</main>
<aside class="sidebar">
<h3>Keep Exploring</h3>
<a href="/rss.xml" class="btn btn-lg btn-warning m-1 mb-2">Subscribe to News feed</a>
<h3>Visualizations</h3>
<ul>
<li><a href="/vis/volcanoes-globe/">Volcanoes of Planet Earth</a></li>
<li><a href="/vis/mentor-author-graph/">Graph of Mentors, Books and Authors</a></li>
<li><a href="/vis/big-sister-cities/">Graph of Big Sister Cities With +1 Million Inhabitants</a></li>
<li><a href="/vis/spaghetti-western-actors-dbpedia/">Spaghetti Western Actors Network Graph DBpedia</a></li>
<li><a href="/vis/ronaldo-income/">How Much Cristiano Ronaldo Earns Viewed from 2 Angles</a></li>
</ul> </aside>
</div>
<footer>
<p>Exploring Data is a showcase of interactive data visualizations created with open data and open source tools, <a href="/about/">learn more</a>.<br>
© 2026 </script> <a href="https://ramiro.org/">Ramiro Gómez</a>.</p>
</footer>
<script src="/compiled/script2.js"></script>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</body>
</html>