Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdpedigo/networks-course

A short course on network data science at Johns Hopkins University
https://github.com/bdpedigo/networks-course

data-science jupyter-book network-analysis networks python python3 teaching teaching-materials

Last synced: 7 days ago
JSON representation

A short course on network data science at Johns Hopkins University

Awesome Lists containing this project

README

        

# Network Data Science - EN.580.129 (22)
A repo housing a course introducing students to network data science at Johns Hopkins University.

Term: Intersession 2023

Instructor: Benjamin D. Pedigo

Times: M T W Th F, 1:00PM - 4:15PM

Schedule: 01-09-2023 to 01-20-2023

Credits: 2

## Repo structure
- ``.github``: Files specifying how the repo behaves on GitHub
- ``data``: Directory to store raw data.
- ``docs``: Files to build the documentation website in the form of a [Jupyter Book](https://jupyterbook.org/intro.html)
- ``pkg``: A local Python package used for analysis in the Jupyter Notebooks

## Building the book
*Coming soon*

## Running the code
*Coming soon*

## Credits

This project is created using the excellent open source [Jupyter Book project](https://jupyterbook.org/) and the [executablebooks/cookiecutter-jupyter-book template](https://github.com/executablebooks/cookiecutter-jupyter-book).