https://github.com/benmaier/networks2021-hons-softwaredemo
Stuff that I showed or wasn't able to show during my talk in the HON satellite of the Networks 2021 conference
https://github.com/benmaier/networks2021-hons-softwaredemo
Last synced: 3 months ago
JSON representation
Stuff that I showed or wasn't able to show during my talk in the HON satellite of the Networks 2021 conference
- Host: GitHub
- URL: https://github.com/benmaier/networks2021-hons-softwaredemo
- Owner: benmaier
- License: mit
- Created: 2021-07-02T16:44:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T16:58:09.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T11:07:21.115Z (8 months ago)
- Language: Python
- Size: 522 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Software demo "HONS" at Networks 2021
This is code I prepared and recreated live during a
presentation session at "Networks 2021" (in the HON satellite).## Resources
* work with temporal networks: [tacoma](github.com/benmaier/tacoma)
* visualize static networks: [netwulf](github.com/benmaier/netwulf)
* construct and analyze infectious disease models: [epipack](github.com/benmaier/epipack)These packages should be installed, otherwise the code won't run.
Versions:
```python
In [4]: tacoma.__version__
Out[4]: '0.1.19'In [7]: epipack.metadata.__version__
Out[7]: '0.1.5'In [9]: nw.__version__
Out[9]: '0.1.5
```