From b257f9276713bb0c5ca445f0f19661b2dcd89bbd Mon Sep 17 00:00:00 2001
From: Audrey Au <52758047+audreyau@users.noreply.github.com>
Date: Fri, 31 Jul 2020 13:15:10 -0700
Subject: [PATCH 1/7] Update Publications Formatting
changed format to:
{{Title}}
{{Authors}}
{{Conference Proceeding/Journal}}, {{Issue/Edition}}, {{Pages}}, {{Year}}.
---
publications.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/publications.html b/publications.html
index fc24735..1c87678 100644
--- a/publications.html
+++ b/publications.html
@@ -56,7 +56,7 @@
A Tale from the Trenches: Cognitive Biases and Software Development
S Chattopdhyay, N Nelson, A Au, N Morales, C Sanchez, R Pandita, A Sarma
- Technical Track, International Conference on Software Engineering (ICSE), 2020.
+ IEEE/ACM 42nd International Conference on Software Engineering (ICSE), 2020.
@@ -65,7 +65,7 @@
Latent Patterns in Activities: A Field Study of How Developers Manage Context
S Chattopdhyay, N Nelson, YR Gonzalez, AA Leon, R Pandita, A Sarma
- Technical Track, International Conference on Software Engineering (ICSE), 2019.
+ IEEE/ACM 41st International Conference on Software Engineering (ICSE), 2019.
@@ -74,7 +74,7 @@
Context in Programming: An Investigation of How Programmers Create Context
S Chattopdhyay, N Nelson, T Nam, MK Calvert, A Sarma
- Short Paper, International Workshop on Cooperative and Human Aspects of Software Engineering (CHASE), 2018.
+ IEEE/ACM 11th International Workshop on Cooperative and Human Aspects of Software Engineering (CHASE), pp. 33-36, 2018.
@@ -83,7 +83,7 @@
Software Practitioner Perspectives on Merge Conflicts and Resolutions
S McKee, N Nelson, A Sarma, D Dig
- Technical Track, International Conference on Software Maintenance and Evolution (ICSME), 2017.
+ IEEE International Conference on Software Maintenance and Evolution (ICSME), 2017.
From e3500faa650800e2f05e3e9e7559143fec83d147 Mon Sep 17 00:00:00 2001
From: Audrey Au <52758047+audreyau@users.noreply.github.com>
Date: Fri, 31 Jul 2020 13:17:25 -0700
Subject: [PATCH 2/7] Update .article
updated .article's "align-items" and added "flex-flow" in order to correct inconsistent line breaks within the publication citations
---
css/full-width-pics.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/css/full-width-pics.css b/css/full-width-pics.css
index 2b9ff68..b1d4e67 100644
--- a/css/full-width-pics.css
+++ b/css/full-width-pics.css
@@ -81,7 +81,8 @@
.article{
display: flex;
- align-items: center;
+ flex-flow: column wrap;
+ align-items: left;
flex-wrap: wrap;
padding-top: 10px;
padding-bottom: 10px;
From c7266bfdd3ada0f0e0de863e832d7b1a2b15da4e Mon Sep 17 00:00:00 2001
From: Audrey Au <52758047+audreyau@users.noreply.github.com>
Date: Fri, 31 Jul 2020 13:51:47 -0700
Subject: [PATCH 3/7] Update Publications Authors Formatting
modified author name formatting from Vancouver Citation Style to Chicago Citation Style
---
publications.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/publications.html b/publications.html
index 1c87678..160b99e 100644
--- a/publications.html
+++ b/publications.html
@@ -55,7 +55,7 @@
A Tale from the Trenches: Cognitive Biases and Software Development
-
S Chattopdhyay, N Nelson, A Au, N Morales, C Sanchez, R Pandita, A Sarma
+
Souti Chattopadhyay, Nicholas Nelson, Audrey Au, Natalia Morales, Christopher Sanchez, Rahul Pandita, and Anita Sarma
IEEE/ACM 42nd International Conference on Software Engineering (ICSE), 2020.
@@ -64,7 +64,7 @@
Latent Patterns in Activities: A Field Study of How Developers Manage Context
-
S Chattopdhyay, N Nelson, YR Gonzalez, AA Leon, R Pandita, A Sarma
+
Souti Chattopadhyay, Nicholas Nelson, Yenifer Ramirez Gonzalez, Annel Amelia Leon, Rahul Pandita, and Anita Sarma
IEEE/ACM 41st International Conference on Software Engineering (ICSE), 2019.
@@ -73,7 +73,7 @@
Context in Programming: An Investigation of How Programmers Create Context
-
S Chattopdhyay, N Nelson, T Nam, MK Calvert, A Sarma
+
Souti Chattopdhyay, Nicholas Nelson, Thien Nam, McKenzie Calvert, and Anita Sarma
IEEE/ACM 11th International Workshop on Cooperative and Human Aspects of Software Engineering (CHASE), pp. 33-36, 2018.
@@ -82,7 +82,7 @@
Software Practitioner Perspectives on Merge Conflicts and Resolutions
-
S McKee, N Nelson, A Sarma, D Dig
+
Shane McKee, Nicholas Nelson, Anita Sarma, and Danny Dig
IEEE International Conference on Software Maintenance and Evolution (ICSME), 2017.
From 00942ce0b9be9272b87a6688827fc79bbf98c109 Mon Sep 17 00:00:00 2001
From: Audrey Au <52758047+audreyau@users.noreply.github.com>
Date: Fri, 31 Jul 2020 14:09:57 -0700
Subject: [PATCH 4/7] Update Current Member Hyperlinks
added a hyperlink (going to the "People.html" page) to current EpicLab members
---
publications.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/publications.html b/publications.html
index 160b99e..49e1ed1 100644
--- a/publications.html
+++ b/publications.html
@@ -55,7 +55,7 @@
A Tale from the Trenches: Cognitive Biases and Software Development
-
Souti Chattopadhyay, Nicholas Nelson, Audrey Au, Natalia Morales, Christopher Sanchez, Rahul Pandita, and Anita Sarma
+
Souti Chattopadhyay, Nicholas Nelson, Audrey Au, Natalia Morales, Christopher Sanchez, Rahul Pandita, and Anita Sarma
IEEE/ACM 42nd International Conference on Software Engineering (ICSE), 2020.
@@ -64,16 +64,16 @@
Latent Patterns in Activities: A Field Study of How Developers Manage Context
-
Souti Chattopadhyay, Nicholas Nelson, Yenifer Ramirez Gonzalez, Annel Amelia Leon, Rahul Pandita, and Anita Sarma
+
Souti Chattopadhyay, Nicholas Nelson, Yenifer Ramirez Gonzalez, Annel Amelia Leon, Rahul Pandita, and Anita Sarma
IEEE/ACM 41st International Conference on Software Engineering (ICSE), 2019.
-
Context in Programming: An Investigation of How Programmers Create Context
+ Context in Programming: An Investigation of How Programmers Create Context
-
Souti Chattopdhyay, Nicholas Nelson, Thien Nam, McKenzie Calvert, and Anita Sarma
+
Souti Chattopdhyay, Nicholas Nelson, Thien Nam, McKenzie Calvert, and Anita Sarma
IEEE/ACM 11th International Workshop on Cooperative and Human Aspects of Software Engineering (CHASE), pp. 33-36, 2018.
@@ -82,7 +82,7 @@
Software Practitioner Perspectives on Merge Conflicts and Resolutions
-
Shane McKee, Nicholas Nelson, Anita Sarma, and Danny Dig
+
Shane McKee, Nicholas Nelson, Anita Sarma, and Danny Dig
IEEE International Conference on Software Maintenance and Evolution (ICSME), 2017.
From 5fb3f9479361113d44da076f751cc7b61980c55e Mon Sep 17 00:00:00 2001
From: Audrey Au <52758047+audreyau@users.noreply.github.com>
Date: Fri, 31 Jul 2020 14:28:09 -0700
Subject: [PATCH 5/7] Update Non-EpicLab Author Hyperlinks
added hyperlinks (going to personal websites) to non-EpicLab members (alumni or collaborators)
---
publications.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/publications.html b/publications.html
index 49e1ed1..f9937cd 100644
--- a/publications.html
+++ b/publications.html
@@ -55,7 +55,7 @@
A Tale from the Trenches: Cognitive Biases and Software Development
-
Souti Chattopadhyay, Nicholas Nelson, Audrey Au, Natalia Morales, Christopher Sanchez, Rahul Pandita, and Anita Sarma
+
Souti Chattopadhyay, Nicholas Nelson, Audrey Au, Natalia Morales, Christopher Sanchez, Rahul Pandita, and Anita Sarma
IEEE/ACM 42nd International Conference on Software Engineering (ICSE), 2020.
@@ -64,7 +64,7 @@
Latent Patterns in Activities: A Field Study of How Developers Manage Context
-
Souti Chattopadhyay, Nicholas Nelson, Yenifer Ramirez Gonzalez, Annel Amelia Leon, Rahul Pandita, and Anita Sarma
+
Souti Chattopadhyay, Nicholas Nelson, Yenifer Ramirez Gonzalez, Annel Amelia Leon, Rahul Pandita, and Anita Sarma
IEEE/ACM 41st International Conference on Software Engineering (ICSE), 2019.
@@ -82,7 +82,7 @@
Software Practitioner Perspectives on Merge Conflicts and Resolutions
-
Shane McKee, Nicholas Nelson, Anita Sarma, and Danny Dig
+
Shane McKee, Nicholas Nelson, Anita Sarma, and Danny Dig
IEEE International Conference on Software Maintenance and Evolution (ICSME), 2017.
From a0730772cdbee0ac4c9d2b9954946a7c8c2a8cb1 Mon Sep 17 00:00:00 2001
From: Audrey Au <52758047+audreyau@users.noreply.github.com>
Date: Fri, 31 Jul 2020 18:03:56 -0700
Subject: [PATCH 6/7] Update Missing Publications
added all missing publications from Anita's website, hyperlinked all authors, fixed formatting issues, ordered publications by year published
---
publications.html | 454 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 454 insertions(+)
diff --git a/publications.html b/publications.html
index f9937cd..edee8a5 100644
--- a/publications.html
+++ b/publications.html
@@ -51,6 +51,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
How Gender-biased Tools Shape Newcomer Experiences in OSS Projects
+
+
Susmita Padala, Christopher Mendez, Luiz Felipe Dias, Igor Steinmacher, Zoe Steine Hanson, Claudia Hilderbrand, Amber Horvath, Charles Hill, Logan Dale Simpson, Margaret Burnett, Marco Aurelio Gerosa, and Anita Sarma
+
IEEE Transactions on Software Engineering, 2020.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -76,6 +192,51 @@
Souti Chattopdhyay, Nicholas Nelson, Thien Nam, McKenzie Calvert, and Anita Sarma
IEEE/ACM 11th International Workshop on Cooperative and Human Aspects of Software Engineering (CHASE), pp. 33-36, 2018.
+
+
+
+
+
+
+
Open Source barriers to entry, revisited: A socio technical perspective
+
+
Christopher Mendez, Hema Susmita Padala, Zoe Steine-Hanson, Claudia Hilderbrand, Amber Horvath, Charles Hill, Logan Simpson, Nupoor Patil, Anita Sarma, and Margaret Burnett
+
IEEE/ACM 40th International Conference on Software Engineering (ICSE), pp. 1004-1015, 2018.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From d4b39adabd47edf400c51548120b739e0148f10e Mon Sep 17 00:00:00 2001
From: Audrey Au <52758047+audreyau@users.noreply.github.com>
Date: Sun, 2 Aug 2020 10:48:27 -0700
Subject: [PATCH 7/7] Remove SDCL Publication
removed "Categorizing the Spectrum of Coordination Technology" from the list of EpicLab publications
---
publications.html | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/publications.html b/publications.html
index edee8a5..ab4259b 100644
--- a/publications.html
+++ b/publications.html
@@ -522,16 +522,7 @@
Bakhtiar Khan Kasi and Anita Sarma
Book Chapter for Collaborative Software Engineering (CoSE), Chapter 8, pp. 153-179, 2010.
-
-
-
+