Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit f4ece10

Browse files
committed
updated readme file for github
1 parent b539367 commit f4ece10

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
ComplexNetworkSim
2-
=================
1+
# ComplexNetworkSim
32

43
ComplexNetworkSim is a Python package for the simulation of agents connected in a complex network.
4+
5+
## Introduction
6+
7+
The framework can can create a virtual complex network with virtual agents
8+
that can interact with each other. This can be used for example to study
9+
the spread of an epidemic over this simulated network and compare it
10+
with a phenomenon in the real world. Agent-based simulation tools
11+
generally operate on a simple topology such as grids or lattices, but
12+
this framework goes beyond this limitation by providing support for
13+
simulation over complex topologies (i.e. any kind of non-regularly
14+
connected graph). In addition, this project is not
15+
limited to a static network, but also takes into account temporal
16+
networks, where processes can dynamically change the underlying network
17+
structure over time.
18+
19+
## Documentation
20+
21+
All necessary documentation, installation instructions, background information and how to get started using this package can be found here: [http://pythonhosted.org/ComplexNetworkSim/](http://pythonhosted.org/ComplexNetworkSim/)
22+
23+
## Maintenance of the project and support
24+
25+
This project was created in 2010-2011 and since then not actively developed anymore. Upon request I put the code on github in February 2014. If you would like to improve the project, feel free to fork it and submit a pull request. I'll then try to keep the version on PyPi up-to-date. You can also reach me by email on ![my first name dot my last name #AT# gmail dot com](docs/email.png)
26+
27+
28+
## Further links
29+
30+
* The project is available for download on [PyPi](https://pypi.python.org/pypi/ComplexNetworkSim/).
31+
* Documentation currently [http://pythonhosted.org/ComplexNetworkSim/](http://pythonhosted.org/ComplexNetworkSim/)
32+

docs/email.png

2.32 KB
Loading

0 commit comments

Comments
 (0)