Skip to content

Commit

Permalink
Merge pull request #2 from ehsanzabardast/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
michaeldorner authored Apr 13, 2023
2 parents 5861fa8 + a5c4897 commit eeacf46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub](https://img.shields.io/github/license/michaeldorner/tax_se)](./LICENSE)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/cca06dbbf55946b883129195e855ecd1)](https://app.codacy.com/gh/michaeldorner/tax_se/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

Replication package for our work on "Taxing Collaborative Software Engineering"
Replication package for our work on "Taxing Collaborative Software Engineering".

## Requirements

Expand Down Expand Up @@ -40,8 +40,8 @@ python3 crawl.py --h
### Step 2: Model pull requests as cross-border communication channels

For this step, you will need:
1) the directory of the previously collected data and
2) a mapping of users and countries. This can be either a `dict` for a static mapping (does not capture changes in the users' location over time) or a dataframe for time-dependent mapping as data frame monthly sampled (captures changes in the users' location over time).
1) The directory of the previously collected data; and,
2) A mapping of users and countries. This can be either a `dict` for a static mapping (does not capture changes in the users' location over time) or a dataframe for time-dependent mapping as data frame monthly sampled (captures changes in the users' location over time).

Run [`notebook.ipynb`](notebook.ipynb). Look out for the instructions as inline comments.

Expand Down

0 comments on commit eeacf46

Please sign in to comment.