-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchannelography.html
88 lines (64 loc) · 3.38 KB
/
channelography.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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<title>Channelography - Rattle</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="styles.css">
<link rel="canonical" href="http://www.rattlecentral.com/channelography">
<meta name="twitter:url" content="http://www.rattlecentral.com/channelography">
<meta property="og:url" content="http://www.rattlecentral.com/channelography">
<meta property="og:title" content="Channelography">
<meta name="twitter:title" content="Channelography">
<meta name="description" content="A project analysing the metadata and subtitles from BBC TV programmes.">
<meta property="og:description" content="A project analysing the metadata and subtitles from BBC TV programmes.">
<meta name="twitter:description" content="A project analysing the metadata and subtitles from BBC TV programmes.">
<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>Channelography</h2>
</header>
<section role="complementary">
<figure>
<img src="images/channelography-main.png" alt="">
</figure>
<ul>
<li><span><img src="images/channelography-thumb1.png"></span></li>
<li><span><img src="images/channelography-thumb2.png"></span></li>
</ul>
</section>
<!-- /end images -->
<section role="main">
<p>We worked with BBC Research & Development over an 18 month period, investigating the stories and statistics that could be created from metadata around BBC programming, schedule data and subtitle feeds.</p>
<p>This work resulted in Channelography, a website and web service that ingests the BBC's TV schedule and subtitle feeds on a daily basis, analysing and summarising the data over time and by channel. The subtitle files are processed with a text extractor that picks out the key people, places, brands and organisations that were mentioned in the programme.</p>
<p>The huge database that this data created allowed us to run a number of interesting queries, such as whether David Cameron was mentioned more or less than Gordon Brown in the run up to the election, or whether the amount of documentaries and drama on BBC channels is increasing or decreasing.</p>
<p>The project led to several follow-up pieces of work, including the BBC Dashboard and A Pocket Guide To BBC TV 2010.</p>
</section>
<aside>
<h3>Project information</h3>
<dl>
<dt>Launched</dt>
<dd>2010</dd>
<dt>Client</dt>
<dd>BBC Research and 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>