Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added RQ3 & project analysis, updated README #1

Merged
merged 4 commits into from
Jan 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
307 changes: 307 additions & 0 deletions Influence_factors.ipynb

Large diffs are not rendered by default.

575 changes: 575 additions & 0 deletions Project_classification_code_flow.ipynb

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# track_hack
# Tracking Hackathon Code Usage
Replication Package for "The Secret Life of Hackathon Code Where does it come from and where does it go?"

# Data Processing Steps Listed below using [WoC](https://github.com/woc-hack/tutorial):

Command for getting required data from WoC

### Get Project to Commit maps (p2c):
`$ cat hack_projects | ~/lookup/getValues -f p2c > p2c.csv`

Expand All @@ -14,3 +17,10 @@

### Get Project to author maps (p2a):
`$ cat hack_projects | ~/lookup/getValues p2a | sed -e 's/;/,/g' -e 's/,/;/1' > p2a.csv`


## [Analysis for identifying when and by whom the code was created (RQ1)](./TrackCodeGeneration.ipynb)
## [Analysis for tracking hackathon code reuse (RQ2)](./TrackCodeUsage.ipynb)
## [Analysis for identifying factors that affect code reuse (RQ3)](./Influence_factors.ipynb)

## [Classifying projects and plot generation](./Project_classification_code_flow.ipynb)