项目作者: joshuamegnauth54

项目描述 :
Final project for Data 790 (Python visualization).
高级语言: Jupyter Notebook
项目地址: git://github.com/joshuamegnauth54/Data790_PyVis.git
创建时间: 2020-11-29T15:35:14Z
项目社区:https://github.com/joshuamegnauth54/Data790_PyVis

开源协议:BSD 3-Clause "New" or "Revised" License

下载


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