Browse Source

add link to paper in README.md

Justin Tracey 8 months ago
parent
commit
8e55fda248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-This repository contains the scripts and data necessary to reproduce the results of the "Grading on a Curve: How Rust can Facilitate New Contributors while Decreasing Vulnerabilities" paper.
+This repository contains the scripts and data necessary to reproduce the results of the ["Grading on a Curve: How Rust can Facilitate New Contributors while Decreasing Vulnerabilities"](https://cs.uwaterloo.ca/~iang/pubs/gradingcurve-secdev23.pdf) paper.
 The data should reproduce by installing the requirements, cloning the repo, and running the `reproduceResults.sh` script in the `code` directory.
 Note that this will take some time, as it requires cloning seven additional git repositories (one of which is the very large Firefox git mirror), fetching data from the relatively slow Bugzilla API, and running gradient descent on a non-trivial amount of data.
 The exact amount of time will depend on your network connection and CPU, but running it overnight might be a good idea.