-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (93 loc) · 5.52 KB
/
index.html
File metadata and controls
99 lines (93 loc) · 5.52 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
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>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-co2"></li>
</ul>
</div>
</div>
</header>
<main>
<section>
<img class="background" data-src="/assets/media/planet.png" loading="lazy" alt="Planet Earth viewed from space">
<h1 data-heading="Overbrowsing Research Group">Every byte counts</h1>
<p>Overbrowsing is an applied research group focused on advancing sustainable web practices. Established as part of doctoral research at The University of Edinburgh's Institute for Design Informatics, we blend inquiry with action to develop research-driven solutions that reduce the environmental impact of the internet and improve accessibility, aligning technological potential with environmental stewardship.</p>
</section>
<hr>
<section>
<div class="logos">
<a href="https://www.thetimes.com/uk/environment/article/cop-websites-produce-far-more-carbon-than-others-researchers-say-lj6g78jbn" target="_blank" exclude>
<span>As seen in</span>
<img data-src="/assets/media/logos/times.png" loading="lazy" alt="The Times">
</a>
<a href="https://www.newsweek.com/cop-webpages-emit-up-to-10-times-more-carbon-than-average-sites-11034760" target="_blank" exclude>
<img data-src="/assets/media/logos/newsweek.png" loading="lazy" alt="Newsweek">
</a>
<a href="https://www.independent.co.uk/news/science/websites-edinburgh-college-of-art-cop29-brazil-b2862444.html" target="_blank" exclude>
<img data-src="/assets/media/logos/independent.png" loading="lazy" alt="The Independent" style="transform: translateY(5px); max-height: 28px !important">
</a>
<a href="https://www.dailymail.co.uk/sciencetech/article-15276455/Websites-COP-climate-conferences-carbon-average.html" target="_blank" exclude>
<img data-src="/assets/media/logos/daily-mail.png" loading="lazy" alt="Daily Mail" style="transform: translateY(8px); max-height: 28px !important">
</a>
</div>
</section>
<hr>
<section>
<img class="background" data-src="/assets/media/earth.png" loading="lazy" alt="Satellite view of Earth with hurricane formation">
<h1 data-heading="Principal research">404: Emissions not found</h1>
<p>Our principal research interest is developing methods to measure the environmental impact of the web across time, making its cumulative carbon footprint visible by grounding the abstract cloud in material, historical data, and enabling more informed approaches to sustainable web design.</p>
<a class="button" href="/about">Learn more</a>
</section>
<hr>
<section>
<h1 data-heading="Latest publications">Our research</h1>
<h3>Paper • Wasteback Machine: a method for quantitative measurement of the archived web</h3>
<p>Mahoney, D. (2026). Wasteback Machine: a method for quantitative measurement of the archived web. Information Research: An International Electronic Journal, 31 (iConf), 448-464. <a href="https://doi.org/10.47989/ir31iConf64185" target="_blank" exclude>https://doi.org/10.47989/ir31iConf64185</a></p>
<h3>Paper • The growing environmental impact of COP websites: An analysis of UNFCCC COP host country websites (1995-2025)</h3>
<p>Mahoney, D., Terras, M., Lee, J., Zeller, F. (2025). The growing environmental impact of COP websites: An analysis of UNFCCC COP host country websites (1995-2025). PLOS Climate, 4(11), e0000767. <a href="https://doi.org/10.1371/journal.pclm.0000767" target="_blank" exclude>https://doi.org/10.1371/journal.pclm.0000767</a></p>
<a class="button" href="/research">View all publications</a>
</section>
<hr>
<section>
<img class="background" data-src="/assets/media/wasteback-machine.png" loading="lazy" alt="Night sky timelapse showing glowing circular star trails">
<h1 data-heading="Featured project">Wasteback Machine</h1>
<p>Wasteback Machine is a JavaScript library for analysing archived web pages, measuring their size and composition to enable retrospective, quantitative web research.</p>
<a class="button" href="https://github.com/overbrowsing/wasteback-machine" target="_blank">View on GitHub</a>
</section>
</main>
<footer>
<a href="mailto:overbrowsing@ed.ac.uk">overbrowsing@ed.ac.uk</a>
<img data-src="/assets/media/logos/uoe.png" loading="lazy" alt="The University of Edinburgh">
</footer>
<script src="/assets/js/main.js"></script>
<script async defer src="https://scripts.withcabin.com/hello.js"></script>
</body>
</html>