-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
120 lines (117 loc) · 2.96 KB
/
config.js
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
module.exports = {
projects: [
{
title: 'Biosignals as social cues: Designing color-changing clothing displays',
authors: [ 'Noura Howell', 'Laura Devendorf', 'Kimiko Ryokai' ],
url: 'projects/color-changing-fab/',
},
{
title: 'Imagining and framing new technologies through concept videos',
authors: [ 'Richmond Wong', 'Deirdre Mulligan'],
url: 'projects/concept-videos/',
},
{
title: 'Robots and data privacy',
authors: [ 'Elaine Sedenberg', 'John Chuang', 'Deirdre Mulligan' ],
url: 'projects/robots-data-privacy/',
},
{
title: 'Brainwave authentication and brain-computer interface using in-ear EEG',
authors: [ 'Max Curran', 'Nick Merrill', 'Jong-Kai Yang', 'John Chuang' ],
url: 'projects/ear-eeg',
},
{
title: 'The social meaning of an elevated heartrate',
authors: [ 'Nick Merrill', 'Coye Cheshire'],
url: 'projects/trust-your-heart',
},
{
title: 'Sensing',
authors: [ 'Richmond Wong'],
url: 'projects/sensing',
hidden: true,
},
{
title: 'Science fiction and design fiction to elicit values in sensing technologies',
authors: [ 'Richmond Wong', 'Deirdre Mulligan', 'John Chuang'],
url: 'projects/sci-fi-design-fiction',
},
],
people: [
{
name: 'John Chuang',
title: 'Director',
img: 'people-photos-small/john2.jpg',
},
{
name: 'Deirdre Mulligan',
title: 'Faculty',
img: 'people-photos-small/deirdre.jpg',
},
{
name: 'Coye Cheshire',
title: 'Faculty',
img: 'people-photos-small/coye.jpg',
},
{
name: 'Kimiko Ryokai',
title: 'Faculty',
img: 'people-photos-small/kimiko.jpg',
},
{
name: 'Steve Weber',
title: 'Faculty',
img: 'people-photos-small/steve.png',
},
{
name: 'Thomas Maillart',
title: 'Postdoc',
img: 'people-photos-small/thomas.jpg',
},
{
name: 'Daniel Perry',
title: 'Postdoc',
img: 'people-photos-small/daniel.png',
},
{
name: 'Noura Howell',
title: 'PhD Student',
img: 'people-photos-small/noura.jpg',
},
{
name: 'Nick Merrill',
title: 'PhD Student',
img: 'people-photos-small/nick.jpg',
},
{
name: 'Meena Natarajan',
title: 'PhD Student',
img: 'people-photos-small/meena.jpg',
},
{
name: 'Elaine Sedenberg',
title: 'PhD Student',
img: 'people-photos-small/elaine.jpg',
},
{
name: 'Jen King',
title: 'PhD Student',
img: 'people-photos-small/jen.jpg',
},
{
name: 'Max Curran',
title: 'PhD Student',
img: 'people-photos-small/max.jpg',
},
{
name: 'Richmond Wong',
title: 'PhD Student',
img: 'people-photos-small/richmond.png',
},
{
name: 'Jong-Kai Yang',
title: 'MIMS Student',
img: 'people-photos-small/jong-kai.jpg',
},
],
}