-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.html
More file actions
68 lines (65 loc) · 3.41 KB
/
Copy pathsources.html
File metadata and controls
68 lines (65 loc) · 3.41 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sources | Tangible User Interfaces: An HCI Ancestry</title>
<meta name="description" content="Sources used for the HCI tangible user interface ancestry timeline.">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
<div class="site-shell">
<aside class="site-sidebar" aria-label="Site navigation">
<a class="site-title" href="index.html">HCI History</a>
<nav class="site-nav" aria-label="Pages">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="docs.html?doc=HCI_TANGIBLE_BITS_PARADIGMS_NOTES">HCI Tangible Bits Paradigms Notes</a>
<a class="nav-link" href="docs.html?doc=TRENDS_IN_HCI_2021-2026">Trends In HCI 2021 2026</a>
<a class="nav-link active" href="sources.html">Sources</a>
</nav>
</aside>
<div class="site-frame">
<header class="topbar">
<a class="mobile-brand" href="index.html">HCI History</a>
<div class="topbar-actions">
<a class="topbar-link" href="index.html">Home</a>
<button id="theme-toggle" class="theme-toggle" type="button" aria-label="Switch to original theme">Original</button>
</div>
</header>
<main id="main-content" class="content-shell">
<header class="page-header compact">
<p class="eyebrow">Source map</p>
<h1>Sources</h1>
<p class="lede">
The timeline is derived from the local synthesis note
<strong>HCI_TANGIBLE_BITS_PARADIGMS_NOTES.md</strong> and its cited canonical HCI sources.
</p>
</header>
<section class="timeline-panel sources-panel" aria-labelledby="sources-title">
<div class="panel-head">
<div>
<p class="eyebrow">Bibliography</p>
<h2 id="sources-title">Canonical works represented</h2>
</div>
</div>
<ul class="source-list">
<li>Ishii & Ullmer, 1997, <em>Tangible Bits: Towards Seamless Interfaces between People, Bits and Atoms</em></li>
<li>Weiser, 1991, <em>The Computer for the 21st Century</em></li>
<li>Weiser & Brown, 1995, <em>Designing Calm Technology</em></li>
<li>Wellner, 1993, <em>Interacting with Paper on the DigitalDesk</em></li>
<li>Fitzmaurice, Ishii & Buxton, 1995, <em>Bricks: Laying the Foundations for Graspable User Interfaces</em></li>
<li>Feiner, MacIntyre & Seligmann, 1993, <em>Knowledge-based Augmented Reality</em></li>
<li>Bly, Harrison & Irwin, 1993, <em>Media Spaces</em></li>
<li>Schilit, Adams & Want, 1994, <em>Context-Aware Computing Applications</em></li>
<li>Mann, 1997, <em>Smart Clothing: The Wearable Computer and WearCam</em></li>
<li>Cooperstock, Fels, Buxton & Smith, 1997, <em>Reactive Environments</em>; Buxton, 1997, <em>Living in Augmented Reality</em></li>
<li>Dourish, 2001, <em>Where the Action Is</em></li>
<li>Hallnas & Redstrom, 2001, <em>Slow Technology - Designing for Reflection</em></li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>