-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresearch.php
More file actions
executable file
·318 lines (264 loc) · 13.9 KB
/
research.php
File metadata and controls
executable file
·318 lines (264 loc) · 13.9 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<?php $PAGE_ID='research'; ?>
<?php include('header.php'); ?>
<!-- page content starts here with the first two cards -->
<div class="col-md-12">
<h3>GenderMag-related Research Publications (from 2016 on)</h3>
<!--
<ul class="nav nav-tabs gm-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="method-tab" data-toggle="tab" href="#method" role="tab" aria-controls="method" aria-selected="true">
GenderMag The Method
</a>
</li>
<li class="nav-item">
<a class="nav-link" id="oss-tab" data-toggle="tab" href="#oss" role="tab" aria-controls="oss" aria-selected="false">
GenderMag Open Source
</a>
</li>
<li class="nav-item">
<a class="nav-link" id="teach-tab" data-toggle="tab" href="#teach" role="tab" aria-controls="teach" aria-selected="false">
GenderMag Teach
</a>
</li>
<li class="nav-item">
<a class="nav-link" id="tool-tab" data-toggle="tab" href="#tool" role="tab" aria-controls="tool" aria-selected="false">
GenderMag Tools
</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="method" role="tabpanel" aria-labelledby="method-tab"><br />
-->
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">Project</th>
<th scope="col">Papers/Links</th>
<th scope="col">Authors</th>
<th scope="col">Where Published</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">GenderMag Method</th>
<td> <a href="https://ieeexplore.ieee.org/abstract/document/9238650">Gender Inclusivity as a Quality Requirement: Practices and Pitfalls</a></td>
<td>M. Guizani, L. Letaw, M. Burnett and A. Sarma</td>
<td>IEEE Software, vol. 37, no. 6, pp. 7-11, Nov.-Dec. 2020, doi: 10.1109/MS.2020.3019540.</td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="https://dl.acm.org/doi/10.1145/3399715.3400871">Doing Inclusive Design: From GenderMag in the Trenches to InclusiveMag in the Research Lab</a></td>
<td>Margaret Burnett</td>
<td>In Proceedings of International Conference on Advanced Visual Interfaces (AVI’20). (Invited paper: Keynote address). pp 1-6.</td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="http://dx.doi.org/10.1561/1100000056">Engineering Gender-Inclusivity into Software: Ten Teams' Tales from the Trenches</a></td>
<td>Claudia Hilderbrand, Christopher Perdriau, Lara Letaw, Jillian Emard, Zoe Steine-Hanson, Margaret Burnett, Anita Sarma</td>
<td>ACM/IEEE Int. Conf. Software Engineering, 2020.</td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="http://dx.doi.org/10.1561/1100000056">Gender-Inclusive HCI Research and Design: A Conceptual Review</a></td>
<td>Simone Stumpf, Anicia Peters, Shaowen Bardzell, Margaret Burnett, Daniela Busse, Jessica Cauchard and Elizabeth Churchill</td>
<td>Foundations and Trends® in Human-Computer Interaction: Vol. 13: No. 1, 2020, pp 1-69.
(<a href="https://www.researchgate.net/publication/339804966_Gender-Inclusive_HCI_Research_and_Design_A_Conceptual_Review">Also available on ResearchGate by request</a>.)</td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="https://web.engr.oregonstate.edu/~burnett/reprints.html">From GenderMag to InclusiveMag: An Inclusive Design Meta-Method</a></td>
<td>Christopher Mendez, Lara Letaw, Margaret Burnett, Simone Stumpf, Anita Sarma, Claudia Hilderbrand</td>
<td>IEEE Symposium on Visual Languages and Human-Centric Computing, October 2019, pp. 97-106.</td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/chi19-GenderMag-findToFix.pdf">From Gender Biases to Gender-Inclusive Design: An Empirical Investigation</a></td>
<td>Mihaela Vorvoreanu, Lingyi Zhang, Yun-Han Huang, Claudia Hilderbrand, Zoe Steine-Hanson, Margaret Burnett</td>
<td>2019 CHI Conference on Human Factors in Computing Systems Proceedings (CHI 2019), May 4-9, 2019, Glasgow, Scotland, UK. ACM, New York, NY, USA. 14 pages.</td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/vlhcc18-workshopPaper-problemSolving.pdf">Gender Biases in Software for Problem-Solving</a></td>
<td>Margaret Burnett, Anita Sarma, Christopher Mendez,
Alannah Oleson, Claudia Hilderbrand, Zoe Steine-Hanson, Amy J. Ko</td>
<td>Designing Technologies to Support Human Problem Solving: Workshop at VL/HCC 2018 on Oct. 1, 2018.</td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/vlhcc17-microsoft-genderHCI.pdf">Gender HCI and Microsoft: Highlights from a Longitudinal Study</a></td>
<td>Margaret Burnett, Robin Counts, Ronette Lawrence, Hannah Hanson</td>
<td>IEEE Symposium on Visual Languages and Human-Centric Computing, October 2017</td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/chi17-GenderMagPersonas-vs-stereotypes.pdf">Gender-Inclusiveness Personas vs. Stereotyping: Can we have it both ways?</a></td>
<td>Charles Hill, Maren Haag, Alannah Oleson, Chris Mendez, Nicola Marsden, Anita Sarma, and Margaret Burnett</td>
<td>ACM Conference in Human Factors in Computing Systems (CHI), May 2017. <b>Best Paper Honorable Mention</b></td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/vlhcc16-GenderMag.pdf">GenderMag Experiences in the Field: The Whole, the Parts, and the Workload</a></td>
<td>Charles Hill, Shannon Ernst, Alannah Oleson, Amber Horvath, and Margaret Burnett</td>
<td>IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 2016, 199-207</td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/chi16-GenderMag-fieldStudy.pdf">Finding Gender-Inclusiveness Software Issues with GenderMag: A Field Investigation</a></td>
<td>Margaret Burnett, Anicia Peters, Charles Hill, and Noha Elarief</td>
<td>ACM Conference on Human Factors in Computing Systems (CHI), May 2016. <b>Best Paper Honorable Mention</b></td>
</tr>
<tr>
<th scope="row">GenderMag Method</th>
<td><a href="http://iwc.oxfordjournals.org/content/early/2016/01/27/iwc.iwv046.full.pdf+html">GenderMag: A Method for Evaluating Software's Gender Inclusiveness</a></td>
<td>Margaret Burnett, Simone Stumpf, Jamie Macbeth, Stephann Makri, Laura Beckwith, Irwin Kwan, Anicia Peters, William Jernigan</td>
<td>Interacting with Computers, 2016.</td>
</tr>
<!--
</tbody>
</table>
</div>
<div class="tab-pane fade" id="tool" role="tabpanel" aria-labelledby="InclusiveMag-tab"><br />
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">Project</th>
<th scope="col">Papers/Links (12)</th>
<th scope="col">Authors</th>
<th scope="col">Conference</th>
</tr>
</thead>
<tbody>
-->
<tr bgcolor="grey"><td /><td /> <td /> <td /></tr> <!-- separator row -->
<tr>
<th scope="row">InclusiveMag Meta-Method</th>
<td><a href="https://dl.acm.org/doi/10.1145/3399715.3400871">Doing Inclusive Design: From GenderMag in the Trenches to InclusiveMag in the Research Lab</a></td>
<td>Margaret Burnett</td>
<td>In Proceedings of International Conference on Advanced Visual Interfaces (AVI’20). (Invited paper: Keynote address). pp 1-6.</td>
</tr>
<tr>
<th scope="row">InclusiveMag Meta-Method</th>
<td><a href="https://web.engr.oregonstate.edu/~burnett/reprints.html">From GenderMag to InclusiveMag: An Inclusive Design Meta-Method</a></td>
<td>Christopher Mendez, Lara Letaw, Margaret Burnett, Simone Stumpf, Anita Sarma, Claudia Hilderbrand</td>
<td>IEEE Symposium on Visual Languages and Human-Centric Computing, October 2019, pp. 97-106.</td>
</tr>
<!--
</tbody>
</table>
</div>
<div class="tab-pane fade" id="oss" role="tabpanel" aria-labelledby="oss-tab"><br />
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">Project</th>
<th scope="col">Papers/Links</th>
<th scope="col">Authors</th>
<th scope="col">Conference</th>
</tr>
</thead>
<tbody>
-->
<tr bgcolor="grey"><td /><td /> <td /> <td /></tr> <!-- separator row -->
<tr>
<th scope="row">GenderMag Open Source</th>
<td><a href="https://ieeexplore.ieee.org/abstract/document/9402060">AID: An Automated Inclusivity-Bug Detector</a></td>
<td>Amreeta Chatterjee, Mariam Guizani, Catherine Stevens, Jillian Emard, Mary Evelyn May, Margaret Burnett, Iftekhar Ahmed, Anita Sarma</td>
<td>ACM/IEEE International Conference on Software Engineering (ICSE), May 2021, 1423-1435. DOI: 10.1109/ICSE43902.2021.00128</td>
</tr>
<tr>
<th scope="row">GenderMag Open Source</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/TSE-genderOSStools-preprint-2020-0403.pdf" target="_blank">How Gender-biased Tools Shape Newcomer Experiences in OSS Projects</a></td>
<td>Susmita Hema Padala, Christopher John Mendez, Luiz Felipe Dias, Igor Steinmacher, Zoe Steine Hanson, Claudia Hilderbrand, Amber Horvath, Charles Hill, Logan Dale Simpson, Margaret Burnett, Marco Gerosa, Anita Sarma</td>
<td>IEEE Transactions on Software Engineering, 2020</td>
</tr>
<tr>
<th scope="row">GenderMag Open Source</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/icse18-OSSbarriers+gender.pdf">Open Source barriers to entry, revisited: A sociotechnical perspective</a></td>
<td>Christopher Mendez, Hema Susmita Padala, Zoe Steine-Hanson, Claudia Hilderbrand, Amber Horvath, Charles Hill, Logan Simpson, Nupoor Patil, Anita Sarma, Margaret Burnett</td>
<td>ACM/IEEE ICSE 2018, pp. 1004-1015</td>
</tr>
<tr>
<th scope="row">GenderMag Open Source</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/icse18-GEwkshop-OSStools+gender.pdf">Gender in Open-Source Software: What the tools tell</a></td>
<td>Christopher Mendez, Anita Sarma, Margaret Burnett</td>
<td>Gender Equality Workshop at ICSE'18, pp. 21-24</td>
</tr>
<!--
</tbody>
</table>
</div>
<div class="tab-pane fade" id="teach" role="tabpanel" aria-labelledby="teach-tab"><br />
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">Project</th>
<th scope="col">Papers/Links</th>
<th scope="col">Authors</th>
<th scope="col">Conference</th>
</tr>
</thead>
<tbody>
-->
<tr bgcolor="grey"><td /><td /> <td /> <td /></tr> <!-- separator row -->
<tr>
<th scope="row">GenderMag Teach</th>
<td><a href="https://dl.acm.org/doi/10.1145/3446871.3469742">Changing the Online Climate via the Online Students: Effects of Three Curricular Interventions on Online CS Students' Inclusivity</a></td>
<td>Lara Letaw, Rosalinda Garcia, Heather Garcia, Christopher Perdriau, Margaret Burnett</td>
<td>ACM International Computing Education Research Conference (ICER), 18 pages, August 2021</td>
</tr>
<tr>
<th scope="row">GenderMag Teach</th>
<td><a href="https://web.engr.oregonstate.edu/~burnett/reprints.html">The GenderMag Teach Project</a></td>
<td>Margaret Burnett, Zoe Steine-Hanson, Alannah Oleson</td>
<td>EduCHI Symposium at CHI'19, May 2019, Glasgow, Scotland, UK. 5 pages.</td>
</tr>
<tr>
<th scope="row">GenderMag Teach</th>
<td><a href="https://ir.library.oregonstate.edu/downloads/q524jv097">Pedagogical Content Knowledge for Teaching Inclusive Design</a></td>
<td>Alannah Oleson, Christopher Mendez, Zoe Steine-Hanson, Claudia Hilderbrand, Christopher Perdriau, Margaret Burnett and Amy Ko</td>
<td>ACM International Computing Education Research, August 2018</td>
</tr>
<!--
</tbody>
</table>
</div>
<div class="tab-pane fade" id="tool" role="tabpanel" aria-labelledby="tool-tab"><br />
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">Project</th>
<th scope="col">Papers/Links (12)</th>
<th scope="col">Authors</th>
<th scope="col">Conference</th>
</tr>
</thead>
<tbody>
-->
<tr bgcolor="grey"><td /><td /> <td /> <td /></tr> <!-- separator row -->
<tr>
<th scope="row">GenderMag Tools</th>
<td><a href="https://ieeexplore.ieee.org/abstract/document/9402060">AID: An Automated Inclusivity-Bug Detector</a></td>
<td>Amreeta Chatterjee, Mariam Guizani, Catherine Stevens, Jillian Emard, Mary Evelyn May, Margaret Burnett, Iftekhar Ahmed, Anita Sarma</td>
<td>ACM/IEEE International Conference on Software Engineering (ICSE), May 2021, 1423-1435. DOI: 10.1109/ICSE43902.2021.00128</td>
</tr>
<tr>
<th scope="row">GenderMag Tools</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/vlhcc18-toolPaper.pdf">Semi-Automating (or not) a Socio-Technical Method
for Socio-Technical Systems</a></td>
<td> Christopher Mendez, Zoe Steine Hanson, Alannah Oleson, Amber Horvath, Charles Hill, Claudia Hilderbrand, Anita Sarma, Margaret Burnett</td>
<td>IEEE Symposium on Visual Languages and Human-Centric Computing,
October 2018, 10 pages.</td>
</tr>
<tr>
<th scope="row">GenderMag Tools</th>
<td><a href="ftp://ftp.cs.orst.edu/pub/burnett/vlhcc18-toolShowpiece.pdf">The GenderMag Recorder's Assistant</a></td>
<td>Christopher Mendez, Andrew Anderson, Brijesh Bhuva, Margaret Burnett</td>
<td>IEEE Symposium on Visual Languages and Human-Centric Computing,
October 2018, 2 pages.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<?php include('footer.php'); ?>