-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
73 lines (67 loc) · 3.6 KB
/
about.html
File metadata and controls
73 lines (67 loc) · 3.6 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
<!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>
<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 a doctoral research initiative based at the Institute for Design Informatics at the University of Edinburgh. The project sits within digital humanities and informatics research, with a focus on the use of web archives as instruments for retrospective analysis of the web.</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>