Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bdpedigo/networks-course
- Owner: bdpedigo
- License: mit
- Created: 2021-10-11T16:06:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T14:26:40.000Z (about 1 year ago)
- Last Synced: 2023-11-03T15:34:23.016Z (about 1 year ago)
- Topics: data-science, jupyter-book, network-analysis, networks, python, python3, teaching, teaching-materials
- Language: Python
- Homepage: https://bdpedigo.github.io/networks-course/
- Size: 223 MB
- Stars: 13
- Watchers: 3
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).