Skip to content

Final project for Data 790 (Python visualization).

License

BSD-3-Clause, CC-BY-4.0 licenses found

Licenses found

BSD-3-Clause
LICENSE
CC-BY-4.0
LICENSE.paper
Notifications You must be signed in to change notification settings

joshuamegnauth54/Data790_PyVis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages