-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
90 lines (84 loc) · 5.08 KB
/
about.html
File metadata and controls
90 lines (84 loc) · 5.08 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>About • Overbrowsing</title>
<meta name="description" content="Overbrowsing is an applied research group focused on advancing sustainable web practices.">
<meta property="og:title" content="Overbrowsing">
<meta property="og:description" content="Overbrowsing is an applied research group focused on advancing sustainable web practices.">
<meta property="og:image" content="https://overbrowsing.com/assets/media/card.webp">
<meta property="og:url" content="https://overbrowsing.com">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<header>
<div>
<menu>
<li><a href="/research">Research</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/about">About</a></li>
</menu>
</div>
<div>
<nav>
<ul>
<li><a href="/">Overbrowsing</a></li>
</ul>
</nav>
<div>
<ul>
<li id="data-image"></li>
<li id="data-grid"></li>
<li id="data-aq"></li>
<li id="data-co2"></li>
</ul>
</div>
</div>
</header>
<main>
<section>
<img class="background" data-src="/assets/media/earth.png" loading="lazy" alt="Satellite view of Earth with hurricane formation">
<h1 data-heading="Mission">Our North Star</h1>
<p><a href="https://unfccc.int/process-and-meetings/the-paris-agreement" target="_blank">To limit warming to 1.5°C in alignment with the Paris Agreement,</a> <a href="https://ipcc.ch/sr15/chapter/spm" target="_blank">we have just under four years to act.</a> This doctoral research project aims to address the barriers to implementation, making <a href="https://thegreenwebfoundation.org"></a>sustainable web practices</a> more accessible, appealing, and actionable—not only for developers but also for organisations seeking to embed sustainability as a core value. Our goal is to drive change that is both impactful and desirable across the web.</p>
</section>
<hr>
<section>
<h1 data-heading="Method">Our Strategic Approach</h1>
<p>Our strategic approach is built on three key pillars: Research, Advisory, and Solutions. These pillars guide our mission to foster sustainable web practices.</p>
<h2>Research</h2>
<p>We research the environmental impact of the web, identifying ways to reduce energy consumption and waste. Our findings guide more sustainable digital practices and help shape a greener future for the web.</p>
<h2>Advisory</h2>
<p>We provide consultations, workshops, and talks on sustainable web practices, working with institutions like The British Library and the University of Oxford to advance digital sustainability.</p>
<h2>Solutions</h2>
<p>We provide practical tools and solutions to support the implementation of sustainable web design practices, helping developers and organisations reduce the environmental impact of their websites.</p>
</section>
<hr>
<section>
<img class="background half" data-src="assets/media/bayes-centre.png" loading="lazy" alt="Bayes Centre, University of Edinburgh">
<h1 data-heading="Information">About the Initiative</h1>
<p>The term 'browsing' originates from herbivores feeding, and similarly, <a href="https://en.wikipedia.org/wiki/Browsing_(herbivory)#Overbrowsing" target="_blank">'overbrowsing' in nature occurs when consumption exceeds the capacity of environmental resources.</a> This shared origin parallels the unsustainable excesses of the web, aligning with the group's mission.</p>
<h2>Supervisory Team</h2>
<ul>
<li><a href="https://designinformatics.org/person/melissa-terras" target="_blank" exclude>Professor Melissa Terras MBE, Professor of Digital Cultural Heritage, Institute for Design Informatics</a></li>
<li><a href="https://designinformatics.org/person/john-lee" target="_blank" exclude>Professor John Lee, Professor of Digital Media, Institute for Design Informatics</a></li>
<li><a href="https://designinformatics.org/person/frauke-zeller" target="_blank" exclude>Professor Frauke Zeller, Chair of Design Informatics, Institute for Design Informatics</a></li>
</ul>
<h2>Enquiries</h2>
<p>If you have any enquiries, feedback, contributions to the library, or would like to get in touch, please don't hesitate to contact us. We look forward to hearing from you.</p>
<a class="button" href="mailto:overbrowsing@ed.ac.uk?subject=Overbrowsing%20Enquiry">Get in touch</a>
</section>
</main>
<footer>
<div>
<a href="mailto:overbrowsing@ed.ac.uk?subject=Overbrowsing%20Enquiry">overbrowsing@ed.ac.uk</a>
<img data-src="/assets/media/uoe.png" loading="lazy" alt="The University of Edinburgh logo" width="250" height="60">
</div>
<div>
<a href="https://withcabin.com/privacy/overbrowsing.com" target="_blank">We don't use cookies</a>
</div>
</footer>
<script src="/assets/js/main.js"></script>
<script async defer src="https://scripts.withcabin.com/hello.js"></script>
</body>
</html>