Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.04 KB

README.md

File metadata and controls

13 lines (8 loc) · 1.04 KB

Data 790: Python visualization

My final project for data 790 consists of a (heavily asterisked) analysis of the Rust contributor network via GitHub. I gathered data using a scraper I wrote in rather poor and unidiomatic Rust. I analyzed my data using NetworkX. I explain the caveats of my research in my paper which is available in this repository along with the LaTeX.

My code is available via the viz_src folder. I reference several convenience functions written for my thesis. These functions are available in my thesis repo.

Both my paper and final project were accepted in December 2020. Any updates are to maintain the repo.

Licenses

Dual licensed under BSD-3-Clause (code) and CC-BY-4.0 (paper).

Copies of these licenses are provided in LICENSE and LICENSE.paper.

SPDX-License-Identifier: BSD-3-Clause AND GPL-3.0-or-later