blob: b4c17c4db3e2164dade751cd008796d4473481cd (
plain)
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
|
<!doctype html>
<html>
<head>
<title>MegaPixels</title>
<meta charset="utf-8" />
<meta name="author" content="Adam Harvey" />
<meta name="description" content="MegaPixels Press and News" />
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel='stylesheet' href='/assets/css/fonts.css' />
<link rel='stylesheet' href='/assets/css/tabulator.css' />
<link rel='stylesheet' href='/assets/css/css.css' />
<link rel='stylesheet' href='/assets/css/leaflet.css' />
<link rel='stylesheet' href='/assets/css/applets.css' />
</head>
<body>
<header>
<a class='slogan' href="/">
<div class='logo'></div>
<div class='site_name'>MegaPixels</div>
</a>
<div class='links'>
<a href="/datasets/">Datasets</a>
<a href="/about/">About</a>
</div>
</header>
<div class="content content-about">
<section><h1>Credits</h1>
<section class="about-menu">
<ul>
<li><a href="/about/">About</a></li>
<li><a href="/about/press/">Press</a></li>
<li><a class="current" href="/about/credits/">Credits</a></li>
<li><a href="/about/disclaimer/">Disclaimer</a></li>
<li><a href="/about/terms/">Terms and Conditions</a></li>
<li><a href="/about/privacy/">Privacy Policy</a></li>
</ul>
</section><h4>Team</h4>
<ul>
<li>Research and image analysis: Adam Harvey</li>
<li>Development and visualizations: Jules LaPlace</li>
<li>Produced in Partnership with Mozilla</li>
<li>Contributing researchers: Berit Gilma, Mathana Stender</li>
</ul>
<h4>Code</h4>
<p><<<<<<< HEAD</p>
<ul>
<li>This site uses D3.js, C3.js, and ThreeJS for visualizations.</li>
<li><h1>Data aggregation uses Pandas and PDFMiner.Six.</h1>
</li>
<li>This site uses D3 and C2 for visuzations</li>
<li>Add more here<blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><p>> 26646e6adf3833f6282e9515c14ad61e485440c0</p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</li>
</ul>
<h4>Data</h4>
<ul>
<li>link to github</li>
<li>how it was gathered</li>
</ul>
</section>
</div>
<footer>
<div>
<a href="/">MegaPixels.cc</a>
<a href="/about/disclaimer/">Disclaimer</a>
<a href="/about/terms/">Terms of Use</a>
<a href="/about/privacy/">Privacy</a>
<a href="/about/">About</a>
<a href="/about/team/">Team</a>
</div>
<div>
MegaPixels ©2017-19 Adam R. Harvey /
<a href="https://ahprojects.com">ahprojects.com</a>
</div>
</footer>
</body>
<script src="/assets/js/dist/index.js"></script>
</html>
|