yvah / OpenSourceDynamics

This project aims to analyse discussions dynamics in open-source communities. We look for correlations between sentiment in comments in GitHub pull requests & issues: we analyse whether the pull request was closed/merged and if the emotions in the comments affected it, gender correlations and else.
https://drive.google.com/file/d/1hSpW1KDSPFqZP6Y7haAkoEivAZ3K-zsg/view?usp=sharing
5 stars 5 forks source link

Added preliminary implementation with mock data #19

Closed HazelHilbert closed 1 year ago

HazelHilbert commented 1 year ago

Added some methods to analyze contributors' trends focusing on geographic diversity. Because the data extraction is not yet done, I made a mock JSON file with some fake data to use for testing. Most if not all of these methods will need to be updated and changed once we have access to the format and types of data.

HazelHilbert commented 1 year ago

Realized after meeting with the client that this is the wrong route