2024-03-05 11:40:30 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > FOSSY 2023 | Presentation: From Conversations to Action: Creating a healthy, diverse open source community.< / title >
< meta property = "og:type" content = "website" / >
< link rel = "icon" href = "../../../static/build/img/favicon.ico" / >
<!-- Cards -->
< meta property = "og:title" content = "FOSSY 2023 | Presentation: From Conversations to Action: Creating a healthy, diverse open source community." >
< meta property = "og:description" content = "" / >
< meta property = "og:url" content = "https://2023.fossy.us/schedule/presentation/52/" >
< meta name = "twitter:site" content = "@conservancy" >
< meta name = "twitter:image:alt" content = "FOSSY 2023 | Presentation: From Conversations to Action: Creating a healthy, diverse open source community." / >
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:image" content = "https://2023.fossy.us/static/build/img/conservancy_logo_tall_mono.png" / >
< meta property = "og:image" content = "https://2023.fossy.us/static/build/img/conservancy_logo_tall_mono.png" / >
< meta property = "og:image:width" content = "400" / >
< meta property = "og:image:height" content = "400" / >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity = "sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin = "anonymous" >
< link rel = "stylesheet" href = "https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css" >
< link href = "../../../static/build/scss/app.css" rel = "stylesheet" type = "text/css" / >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< script type = "text/javascript" >
var CONF_TZ = "US/Pacific";
< / script >
< / head >
< body class = "" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< header class = "clearfix d-print-none" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< nav class = "navbar navbar-expand-lg navbar-dark" style = "background: rgb(19,119,82); background: linear-gradient(124deg, rgba(19,119,82,1) 0%, rgba(19,106,119,1) 100%); margin-bottom: 1rem" >
< div class = "container" >
< h2 class = "sans-serif f2 f1-ns b lh-solid tracked-tight mv0 mr3" >
< a class = "washed-yellow hover-washed-yellow" href = "../../../index.html" style = "text-decoration: none" >
FOSSY 2023
< / a >
< / h2 >
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbarText" aria-controls = "navbarText" aria-expanded = "false" aria-label = "Toggle navigation" >
< span class = "navbar-toggler-icon" > < / span >
< / button >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< div class = "collapse navbar-collapse" id = "navbarText" >
< ul class = "navbar-nav mr-auto" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< li class = "nav-item dropdown" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< a class = "nav-link dropdown-toggle" href = "index.html#" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2024-03-08 02:40:10 +00:00
About
2024-03-05 11:40:30 +00:00
< / a >
< div class = "dropdown-menu" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< a class = "dropdown-item " href = "../../../about/index.html" > About FOSSY< / a >
< a class = "dropdown-item " href = "../../../travel/index.html" > Travel and Lodging< / a >
< a class = "dropdown-item " href = "../../../conventioncenter/index.html" > Oregon Convention Center< / a >
< / div >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / li >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< li class = "nav-item dropdown" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< a class = "nav-link dropdown-toggle" href = "index.html#" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2024-03-08 02:40:10 +00:00
Attend
2024-03-05 11:40:30 +00:00
< / a >
< div class = "dropdown-menu" >
< a class = "dropdown-item " href = "../../../attend/tickets/index.html" > Tickets< / a >
< a class = "dropdown-item " href = "../../../attend/volunteer/index.html" > Volunteer< / a >
< a class = "dropdown-item " href = "../../../events/index.html" > Events< / a >
< a class = "dropdown-item " href = "../../../attend/code-of-conduct.html" > Code of Conduct< / a >
< a class = "dropdown-item " href = "../../../attend/health-and-safety/index.html" > Health and Safety< / a >
< a class = "dropdown-item " href = "../../../attend/terms-and-conditions/index.html" > Terms and Conditions< / a >
< a class = "dropdown-item " href = "https://sfconservancy.org/privacy-policy/" > Privacy policy< / a >
< / div >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / li >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< li class = "nav-item dropdown" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< a class = "nav-link dropdown-toggle" href = "index.html#" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2024-03-08 02:40:10 +00:00
Program
2024-03-05 11:40:30 +00:00
< / a >
< div class = "dropdown-menu" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< a class = "dropdown-item " href = "../../index.html" > Schedule< / a >
< a class = "dropdown-item " href = "../../../pages/tracks.html" > Tracks< / a >
< a class = "dropdown-item " href = "../../../call-for-proposals/index.html" > Proposals< / a >
< / div >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / li >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< li class = "nav-item " >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< a class = "nav-link" href = "../../../sponsorship/index.html" >
2024-03-08 02:40:10 +00:00
Sponsorship
2024-03-05 11:40:30 +00:00
< / a >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / li >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / ul >
< / div >
< / div >
< / nav >
< / header >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< main role = "main" class = "container" >
< div class = "row" >
< div class = "col page-header" >
< h1 class = "page-title" > From Conversations to Action: Creating a healthy, diverse open source community.< / h1 >
< p class = "lead" >
E147 | < span class = "presentation-time" data-starttime = "2023-07-15T18:00:00" data-endtime = "2023-07-15T18:30:00" > Sat 15 Jul 6 p.m.– 6:30 p.m.< / span >
< / p >
< / div >
< / div >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< div class = "row" >
< div class = "col-md-12" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / div >
< / div >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< div class = "row presentation-details" >
< div class = "col-md-3" >
< h2 class = "mt-4" > Presented by< / h4 >
< ul class = "list-unstyled" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< li class = "mb-4 pb-2" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< img src = "https://secure.gravatar.com/avatar/bad273932830237d5d21642e1cb240bb?s=120&d=mp" alt = "Anita Sarma" class = "rounded-circle img-fluid" >
< p >
< strong > < a href = "../../../speaker/profile/65/index.html" > Anita Sarma< / a > < / strong > < br / >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< a href = "https://twitter.com/asarma" > @asarma< / a > < br / >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< a href = "https://web.engr.oregonstate.edu/~sarmaa/" > https://web.engr.oregonstate.edu/~sarmaa/< / a >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / p >
< div class = "bio" > Dr. Anita Sarma is a professor and Associate Head of Research in the School of Electrical Engineering and Computer Science. She received her Ph.D. in Computer Science from the University of California, Irvine and was a postdoctoral fellow at Carnegie Mellon University. Her research focuses on human factors in software development and how to design inclusive technology to help software developers. Her passion is in fostering DEI in Open Source. Her work crosscuts areas of SE, AI for SE, HCI, open source, and CSCW. She has co-authored more than 100 conference and journal articles, and has received numerous awards. She received the OSU Breaking Barriers Research award (2021) for her work in removing gender biases from software. She is a co-director of the GenderMag project. She is a recipient of the NSF CAREER award (2013) and Google Inclusion Research Award (2022).< / div >
< / p >
< / li >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< li class = "mb-4 pb-2" >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< img src = "https://secure.gravatar.com/avatar/bd9486c92ee22645203ee8e57cd39227?s=120&d=mp" alt = "Zixuan Steve Feng" class = "rounded-circle img-fluid" >
< p >
< strong > < a href = "../../../speaker/profile/95/index.html" > Zixuan Steve Feng< / a > < / strong > < br / >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< a href = "https://zixuanfeng.github.io/zixuanfeng_page/" > https://zixuanfeng.github.io/zixuanfeng_page/< / a >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / p >
< div class = "bio" > My name is Zixuan (Steve) Feng. I am pursing Ph.D., advised by Anita Sarma in the Department of Electrical Engineering Computer Science and Statistics at Oregon State University (OSU). I work at the intersection of Software Engineering (SE), Computer Supported Cooperative Work (CSCW), and Human-Computer Interaction (HCI). I am particularly interested in developing an empirical understanding of the collaboration in OSS and the challenges that this socio-technical ecosystem faces in attracting and retaining contributors and designing interventions to improve the state of Diversity and Inclusion in OSS and increase contributor recruitment and retention.< / div >
< / p >
< / li >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / ul >
< / div >
< div class = "col-md-9 presentation-abstract" >
< h2 class = "mt-4" > Abstract< / h4 >
2024-03-08 02:40:10 +00:00
< div class = "abstract pb-4" > < p > In the world of open source software (OSS) development, attracting and retaining motivated developers is key to a project's sustainability and long-term survival.
2024-03-05 11:40:30 +00:00
Many of us recognize the lack of diversity in OSS projects and the barriers that individuals from underrepresented groups face, but what can we do to retain diverse contributors? In this talk, I will present two evidence-based dashboards to help attract and retain diverse contributors. The first dashboard provides a set of real-time insights to track community turnover and diversity, and focuses on gender and affiliation diversity. The second dashboard determines contributors’ survivability likelihood in the project. These dashboards can empower project leaders to assess the diverse state of their projects and take relevant action to promote diversity in their projects< / p > < / div >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / div >
< / div >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< script src = "https://code.jquery.com/jquery-3.5.1.min.js" integrity = "sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin = "anonymous" > < / script >
< script src = "../../../static/build/js/app.js" type = "text/javascript" > < / script >
< script src = "../../../static/build/js/jquery.formset.js" > < / script >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity = "sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin = "anonymous" > < / script >
< script src = "../../../static/build/bootstrap/js/bootstrap.bundle.min.js" > < / script >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
<!-- no - analytics -->
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< script src = "../../../static/build/js/luxon.min.js" > < / script >
< script src = "../../../static/build/js/schedule.js" type = "text/javascript" > < / script >
2024-03-08 02:40:10 +00:00
2024-03-05 11:40:30 +00:00
< / main >
< footer class = "footer mt-4 d-print-none" >
< div class = "container py-4" >
< div class = "row" >
< div class = "col-md-4 pb-4" >
< strong > FOSSY 2023< / strong > < br >
July 13-16 2023 < br >
Portland, OR< br >
Timezone: PDT - UTC-7 < br >
< a href = "mailto:conference@sfconservancy.org" alt = "Email" > < i class = "far fa-envelope" > < / i > < / a > < a
href="https://twitter.com/conservancy" alt="Twitter">< i class = "fab fa-twitter" > < / i > < / a > < a
href="https://social.sfconservancy.org/conservancy" alt="Mastodon">< i class = "fab fa-mastodon" > < / i > < / a >
< / div >
< div class = "col-md-4 pb-4 text-center" >
< a href = "https://sfconservancy.org" > < img src = "../../../static/build/img/conservancy_logo.svg" alt = "Software Freedom Conservancy logo" class = "footer-image" > < / a >
< / div >
< div class = "col-md-4 pb-4 text-right" >
< small >
< a href = "index.html#" > Back to top< / a > < br >
© 2023 < a href = "https://sfconservancy.org/" > Software Freedom Conservancy< / a > < br >
< a href = "../../../credits/index.html" > Credits< / a >
< / small >
< / div >
< / div >
< / div >
< / footer >
< / body >
< / html >