-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpublications.json
More file actions
170 lines (170 loc) · 4.05 KB
/
publications.json
File metadata and controls
170 lines (170 loc) · 4.05 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"publication": [
{
"name": "Opportunities for Automating Email Processing: A Need-Finding Study",
"document": "http://people.csail.mit.edu/soya/papers/mailbot.pdf",
"author": [
"Soya Park",
"Amy X. Zhang",
"Luke S. Murray",
"David R. Karger"
],
"venue": {
"name": "CHI",
"year": "2019",
"@type": "Event",
"@context": "http://schema.org"
},
"@context": "http://schema.org"
},
{
"url": "https://dl.acm.org/citation.cfm?id=3242663",
"name": "Extending a Reactive Expression Language with Data Update Actions for End-User Application Authoring",
"author": [
"Lea Verou",
"Tarfah Alrashed",
"David Karger"
],
"venue": {
"venue": "https://uist.acm.org/uist2018/",
"name": "UIST",
"year": "2018",
"@type": "Event"
}
},
{
"url": "http://dl.acm.org/citation.cfm?id=2998235",
"name": [
"Wikum: Bridging Discussion Forums and Wikis using Recursive Summarization",
"CSCW"
],
"document": "http://people.csail.mit.edu/axz/papers/wikum.pdf",
"author": [
"Amy X. Zhang",
"Lea Verou",
"David Karger"
],
"year": "2017",
"venue": {
"name": "CSCW",
"year": "2017",
"@type": "Event"
}
},
{
"url": "http://dl.acm.org/citation.cfm?id=2984551",
"name": [
"Mavo: Creating Interactive Data-Driven Web Applications by Authoring HTML",
"UIST"
],
"document": "http://people.csail.mit.edu/karger/Papers/mavo.pdf",
"author": [
"Lea Verou",
"Amy X. Zhang",
"David Karger"
],
"venue": {
"venue": "https://uist.acm.org/uist2016/",
"name": "UIST",
"year": "2016",
"@type": "Event"
},
"year": "2016",
"@type": "ScholarlyArticle"
},
{
"url": "http://dl.acm.org/citation.cfm?id=3054014",
"name": "Using Student Annotated Hashtags and Emojis to Collect Nuanced Affective States",
"document": "http://people.csail.mit.edu/axz/papers/las_emojis.pdf",
"author": [
"Amy X. Zhang",
"Michele Igo",
"Marc Facciotti",
"David Karger"
],
"venue": {
"name": "Learning@Scale",
"year": "2017",
"@type": "Event"
}
},
{
"url": "http://dl.acm.org/citation.cfm?id=2819949",
"name": "Opportunities and Challenges Around a Tool for Social and Public Web Activity Tracking",
"document": "http://people.csail.mit.edu/axz/papers/eyebrowse.pdf",
"author": [
"Amy X. Zhang",
"Joshua Blum",
"David Karger"
],
"venue": {
"name": "CSCW",
"year": "2016",
"@type": "Event"
}
},
{
"url": "http://dl.acm.org/citation.cfm?id=2874340",
"name": "Confer: A Conference Recommendation and Meetup Tool",
"document": "http://people.csail.mit.edu/axz/papers/demo_confer.pdf",
"author": [
"Amy X. Zhang",
"David Karger",
"Anant Bhardwaj"
],
"venue": {
"name": "CSCW",
"year": "2016",
"@type": "Event"
}
},
{
"url": "http://dl.acm.org/citation.cfm?id=2702194",
"name": "Mailing Lists: Why Are They Still Here, What's Wrong With Them, and How Can We Fix Them?",
"document": "https://people.csail.mit.edu/axz/papers/mailinglists.pdf",
"author": [
"Amy X. Zhang",
"Mark Ackerman",
"David Karger"
],
"venue": {
"name": "CHI",
"year": "2015",
"@type": "Event"
}
},
{
"url": "http://dl.acm.org/citation.cfm?id=2647387",
"name": "Spreadsheet Driven Web Applications",
"document": "http://edwardbenson.com/papers/uist2014-spreadsheet-driven-web-apps.pdf",
"author": [
"Edward Benson",
"Amy X. Zhang",
"David Karger"
],
"venue": {
"name": "UIST",
"year": "2014",
"@type": "Event"
}
}
],
"@context": "http://schema.org",
"conferences": [
{
"id": "CHI",
"name": "ACM Conference on Human Factors in Computing Systems",
"@context": "http://schema.org"
},
{
"id": "UIST",
"name": "ACM User Interface Software and Technology Symposium",
"@context": "http://schema.org"
},
{
"id": "CSCW",
"name": "ACM Conference on Computer Supported Cooperative Work and Social Computing",
"@context": "http://schema.org"
}
]
}