-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
78 lines (72 loc) · 3.59 KB
/
research.html
File metadata and controls
78 lines (72 loc) · 3.59 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Research • 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/united-nations.png" loading="lazy" alt="The United Nations eblem, consisting of a map of the world surrounded by olive branches">
<h1 data-heading="Conference Paper">Policy Recommendations for Mitigating the Environmental Impact of United Nations' Websites</h1>
<p>Presented at the <a href="https://acuns.org/annual-meeting-2025" target="_blank">ACUNS 2025 Annual Meeting in Nairobi, Kenya,</a> this policy brief examines the ecological impact of United Nations' websites and proposes a framework for integrating sustainable web practices across the system.</p>
<a class="button" href="https://doi.org/10.5281/zenodo.15625433" target="_blank">Read the policy brief</a>
</section>
<hr>
<section>
<h1 data-heading="Our Projects">Practice-Led Initiatives</h1>
<p>At Overbrowsing, we use a practice-led approach that blends academic research with real-world application. Our open-source projects respond to the environmental impact of digital practices, evolving as we test ideas and refine solutions. We don't just theorise about web sustainability—we build tools that drive real change.</p>
<a class="button" href="/projects">View our projects</a>
</section>
<hr>
<section>
<img class="background" data-src="/assets/media/library.png" loading="lazy" alt="Person reaching for book on shelf">
<h1 data-heading="Overbrowsing Library">Browse Our Zotero Library on Sustainable Web Design</h1>
<p>We've curated resources on sustainable web design, accessibility, technology, energy, and more. Rather than repeating existing knowledge, we aim to guide and support those already leading the way toward a more sustainable web.</p>
<a class="button" href="https://zotero.org/groups/overbrowsing/library" target="_blank">Open the library</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>