-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
75 lines (69 loc) · 3.99 KB
/
Copy pathabout.html
File metadata and controls
75 lines (69 loc) · 3.99 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
<!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="Exploring the web of yesterday, today and tomorrow.">
<meta property="og:title" content="Overbrowsing">
<meta property="og:description" content="Exploring the web of yesterday, today and tomorrow.">
<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>
<h1 data-heading="Our name">What is overbrowsing?</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>
</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>Overbrowsing is an applied research initiative established through doctoral research at The University of Edinburgh's Institute for Design Informatics.</p>
<p>Our research investigates how web archives can be used as infrastructure for understanding the evolution, impact and sustainability of the web. Alongside developing methods for measuring the environmental impact of digital systems across time, we work to improve the accessibility, interoperability and reuse of archived web data, enabling new forms of retrospective analysis across digital humanities, informatics and sustainability research.</p>
<p>We see web archives not only as records of the past, but as research infrastructure for understanding the present and informing the future.</p>
<h2>Team</h2>
<ul>
<li><a href="https://designinformatics.org/portfolio-item/david-mahoney" target="_blank" exclude>David Mahoney, PhD Candidate, Institute for Design Informatics</a></li>
<li><a href="https://designinformatics.org/portfolio-item/melissa-terras" target="_blank" exclude>Professor Melissa Terras MBE, Professor of Digital Cultural Heritage, Institute for Design Informatics, The University of Edinburgh</a></li>
<li><a href="https://designinformatics.org/portfolio-item/john-lee" target="_blank" exclude>Professor John Lee, Professor of Digital Media, Institute for Design Informatics, The University of Edinburgh</a></li>
<li><a href="https://designinformatics.org/portfolio-item/frauke-zeller" target="_blank" exclude>Professor Frauke Zeller, Chair of Design Informatics, Institute for Design Informatics, The University of Edinburgh</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 contact us.</p>
<a class="button" href="mailto:overbrowsing@ed.ac.uk">Get in touch</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>