-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (73 loc) · 5 KB
/
index.html
File metadata and controls
73 lines (73 loc) · 5 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
<html>
<head>
<title>C-AWARE: Enabling Consumer Awareness of Carbon Footprint Through Mobile Service Innovation</title>
<style type="text/css">
body {
font-family: Helvetica, Arial;
font-size: 10pt;
margin: 0px;
padding: 20px;
background: url('bg.jpg') center center;
background-size: 110%;
}
h1 {
font-size: 24pt;
}
a, a:hover, a:visited, a:active {
color: orange;
text-decoration: none;
border-bottom: 1px dotted orange;
}
a:hover {
color: white;
background: orange;
}
.chunk {
background: rgba(255, 255, 255, 0.8);
padding: 20px;
margin: 0px;
}
.head {
color: rgba (255, 255, 255, 0.8);
font-weight: bold;
font-size: 100pt;
margin: 0px;
text-align: right;
letter-spacing: -8pt;
padding: 0px 20px 0px 20px;
}
</style>
</head>
<body>
<div class="head">
c-aware
</div>
<div class="chunk" style="margin-bottom: 20px; border-top-left-radius: 75px; -webkit-border-top-left-radius: 75px; -moz-border-top-left-radius: 75px;">
<h1 style="text-align: right;">C-AWARE: Enabling Consumer Awareness of Carbon Footprint Through Mobile Service Innovation</h1>
<p>With the provision of smart buildings and location awareness, energy use in buildings (home and work) and in transport systems is rapidly becoming part of our lifelong contextual footprint - the idea that each of us, throughout our lifetimes, will lay down a digital trail that reflects our patterns of interaction with services, the contexts within which we choose to use them, and ultimately our reactions to them. While a wide range of technologies for monitoring and presenting energy use are becoming available that add to this contextual footprint, in order to achieve global impact we must give consideration to the inclusion of 85% of the population outside "the West" who emit 65% of the CO<sub>2</sub>. China has targeted a 40% to 45% cut in carbon intensity against 2005 levels by 2020, but has yet to announce its goal for the next five years. Reports from inside the country last year suggested that it could aim to reduce consumption by a further 17.3% by 2015. The final version of the five-year plan, which is also expected to include significant increases in clean tech and renewable energy investment, is expected to be announced in the next few months. The government was forced to take drastic action to ensure that the five-year target for 2010 was met: premier Wen Jiabao threatened to close poorly performing workplaces.</p>
<p>Making those accountable for energy consuming behaviour is seen as key to reducing global emissions, yet determining specific accountability for emissions in the home, the workplace and while travelling is complex and often impossible. In some cases, an individual is exclusively responsible for energy consuming behaviour, yet there are many situations where groups of friends, work colleagues and family members might be held equally accountable. Understanding of that accountability, the responsiveness to the way in which consumption is framed, and the personal motivations to change behaviour also vary between individuals. This suggests a need for a mixed approach to the introduction of feedback, based on context: mixed ecologies of interface devices in the home and in the workplace offer opportunities to provide the different representations of energy usage most likely to create impact in each context, from personalized targeted messages to public displays of aggregated data. In addition, for many, the handheld mobile device is always at hand, and as such represents a mechanism to tie together a consumer's interactions with the interfaces at home, work and while travelling, providing a continuous and coherent awareness of a consumer's complete carbon footprint. Mobile infrastructure is truly global and will form a key component in any global solution for transforming energy demand.</p>
<p>C-Aware represents an interdisciplinary partnership between those who design 'end user' technology and interaction, and those who seek to realise future mobile services and network architectures to invent novel services to promote awareness of carbon use amongst the general public.</p>
<h2>Partners</h2>
<ul>
<li>University of Cambridge Computer Laboratory - Systems Research Group, Horizon Digital Economy Hub</li>
<li>University of Nottingham - Horizon Digital Economy Research Institute, Computer Science, Psychology,
Energy Technologies Research Institute</li>
<li>University of Exeter - Business School and Centre for Service Research</li>
<li>China Mobile</li>
</ul>
</div>
<div class="chunk" style="border-bottom-right-radius: 75px; -webkit-border-bottom-right-radius: 75px; -moz-border-bottom-right-radius: 75px;">
<img src="de-logo.png" style="float: right;" />
<img src="energy-logo.png" style="float: right;" />
<h1>Internal links</h1>
<p>
<ul>
<li>Wiki:
<a href="https://github.com/caware/General-documents/wiki">General documentation</a> |
<a href="https://github.com/caware/Meeting-documents/wiki">Meeting documentation</a></li>
</ul>
</p>
<p>If you are a project partner who believes they should have access, please email bzb@cs.nott.ac.uk</p>
</div>
</body>
</html>