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

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

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
```