-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
101 lines (94 loc) · 3.91 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
---
layout: new
title: PANDA Project — Data journalism makes your newsroom smarter
---
<article id="hero">
<div class="container">
<header>
<h1>Data journalism<span>makes your newsroom smarter.</span></h1>
</header>
</div>
</article>
<article id="why">
<div class="container">
<header>
<h2>PANDA makes data journalism easier.</h2>
</header>
<section>
<ul>
<li>
<span class="icon entypo-flash"></span>
<strong>Information on a deadline</strong>
The newsroom’s data at your fingertips, available at the speed of breaking news.
</li>
<li>
<span class="icon entypo-graduation-cap"></span>
<strong>Smarter, not harder</strong>
Subscribe to your favorite searches to get an email when news happens.
</li>
<li>
<span class="icon entypo-archive"></span>
<strong>Institutional memory</strong>
People are going to leave, but your data shouldn’t. Make it faster for new reporters to find stories in data.
</li>
<li>
<img src="images/knight_logo_95x65.png">
<strong>Newsroom born & raised</strong>
PANDA was built by newsroom developers, with the support of The Knight Foundation. It is sustained by Investigative Reporters and Editors.
</li>
</ul>
</section>
</div>
</article>
<article id="screencast">
<div class="container">
<div class="screencast-wrapper">
<iframe src="http://player.vimeo.com/video/47684166?title=0&byline=0&portrait=0&api=1&player_id=video" id="video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</article>
<article id="what">
<div class="container">
<header>
<h2>PANDA is …</h2>
</header>
<section>
<ul class="clearfix">
<li>
<span class="icon entypo-leaf"></span>
A <a href="/docs/searching-data.html">private data library</a> for your newsroom
</li>
<li>
<span class="icon entypo-leaf"></span>
A place for teams to <a href="/docs/uploading.html">share spreadsheets</a>
</li>
<li>
<span class="icon entypo-leaf"></span>
A place to keep your <a href="/docs/storing-related-files.html">FOIA requests</a>
</li>
<li>
<span class="icon entypo-leaf"></span>
Your robot friend that <a href="/docs/search-subscriptions.html">emails you important news</a>
</li>
<li>
<span class="icon entypo-leaf"></span>
A <a href="/docs/searching-for-names.html">search engine</a> for your names, phone numbers and more
</li>
</ul>
</section>
</div>
</article>
<article id="how">
<div class="container">
<header>
<h2>Ready for PANDA<span class="pump">?</span></h2>
</header>
<section>
<ol>
<li><a href="http://demo.pandaproject.net">Try the demo</a> to see it in action.</li>
<li>PANDA is free software, but you’ll need a computer to host it on. <a href="/costs/">Check out our cost breakdown</a> for advice.</li>
<li>Set up your own PANDA. <a href="http://panda.readthedocs.org/en/latest/production.html">Here’s the detailed explanation of how</a>.</li>
</ol>
</section>
</div>
</article>