-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbbc-dashboard.html
87 lines (65 loc) · 3.03 KB
/
bbc-dashboard.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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<title>BBC Dashboard - Rattle</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="styles.css">
<link rel="canonical" href="http://www.rattlecentral.com/bbc-dashboard">
<meta name="twitter:url" content="http://www.rattlecentral.com/bbc-dashboard">
<meta property="og:url" content="http://www.rattlecentral.com/bbc-dashboard">
<meta property="og:title" content="BBC Dashboard">
<meta name="twitter:title" content="BBC Dashboard">
<meta name="description" content="A visualisation of BBC television programme data.">
<meta property="og:description" content="A visualisation of BBC television programme data.">
<meta name="twitter:description" content="A visualisation of BBC television programme data.">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@rattlecentral">
<meta property="og:site_name" content="Rattle">
</head>
<body class="project">
<div class="container">
<header role="banner">
<h1><a href="./"><img src="images/logo.png"> <span>Rattle</span></a></h1>
</header>
<article>
<header>
<h2>BBC Dashboard</h2>
</header>
<section role="complementary">
<figure>
<img src="images/dashboard-main.png" alt="">
</figure>
<ul>
<li><span><img src="images/dashboard-thumb1.png"></span></li>
<li><span><img src="images/dashboard-thumb2.png"></span></li>
<li><span><img src="images/dashboard-thumb3.png"></span></li>
</ul>
</section>
<section role="main">
<p>The BBC Dashboard was a daily view of television data collected via the Channelography project.</p>
<p>It reveals a few key pieces of data, making them readable 'at a glance', in the manner of a car dashboard or office noticeboard.</p>
<p>Data points included the daily level of repeated programming, by channel, the number of films being broadcast, and some of the top terms currently being mentioned in the news and in documentaries.</p>
<p>The project was a commission from BBC R&D, and was designed to explore how detailed data could be aggregated upwards into a consumable, single screen front end.</p>
<p>The project has now been retired.</p>
</section>
<aside>
<h3>Project information</h3>
<dl>
<dt>Launched</dt>
<dd>January 2011</dd>
<dt>Client</dt>
<dd>BBC Research & Development</dd>
<dt>Team</dt>
<dd>
<a href="http://palefire.com/">Andrew Pendrick</a>,
<a href="http://www.frankieroberto.com/">Frankie Roberto</a>,
<a href="http://www.technogoggles.com/">James Boardwell</a>,
<a href="http://about.me/rjlee/">Rob Lee</a>
</dd>
</dl>
</aside>
</article>
</div>
</body>
</html>