Skip to content

Commit

Permalink
⬆️ Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jan 24, 2018
1 parent f8dfb30 commit 71f2307
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
24 changes: 24 additions & 0 deletions docs/bibliography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,27 @@
Bibliography
************

``NDlib`` was developed for research purposes.

So far it has been used as support to the following publications:

.. highlights::

**"NDlib: a Python Library to Model and Analyze Diffusion Processes Over Complex Networks"**
G. Rossetti, L. Milli, S. Rinzivillo, A. Sirbu, D. Pedreschi, F. Giannotti.
International Journal of Data Science and Analytics. 2017.
`DOI:0.1007/s41060-017-0086-6 <https://dx.doi.org/10.1007/s41060-017-0086-6>`_
(pre-print available on `arXiv <https://arxiv.org/abs/1801.05854>`_)

**"NDlib: Studying Network Diffusion Dynamics"**
G. Rossetti, L. Milli, S. Rinzivillo, A. Sirbu, D. Pedreschi, F. Giannotti.
IEEE International Conference on Data Science and Advanced Analytics, DSAA. 2017.

**"Information Diffusion in Complex Networks: The Active/Passive Conundrum"**
L. Milli, G. Rossetti, D. Pedreschi, F. Giannotti
International Conference on Complex Networks and their Applications, 2017.
`DOI:10.1007/978-3-319-72150-7_25 <https://dx.doi.org/10.1007/978-3-319-72150-7_25>`_

**"Diffusive Phenomena in Dynamic Networks: a data-driven study"**
L. Milli, G. Rossetti, D. Pedreschi, F. Giannotti.
9th Conference on Complex Networks, CompleNet, 2018.
10 changes: 10 additions & 0 deletions docs/custom/custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ All models of ``NDlib`` assume an agent-based, discrete time, simulation engine.
During each simulation iteration all the nodes in the network are asked to (i) evaluate their current status and to (ii) (eventually) apply a matching transition rule.
The last step of such process can be easily decomposed into atomic operations that we will call *compartments*.

.. note::

``NDlib`` exposes two classes for defining custom diffusion models:

- ``CompositeModel`` describes diffusion models for static networks
- ``DynamicCompositeModel`` describes diffusion models for dynamic networks


Here we will discuss only the former class, the latter behaving alike.

============
Compartments
============
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NDlib - Network Diffusion Library
.. image:: https://coveralls.io/repos/GiulioRossetti/ndlib/badge.png?branch=master
:target: https://coveralls.io/r/GiulioRossetti/ndlib?branch=master

NDlib is a Python software package that allows to describe, simulate, and study diffusion processes on complex networks.
``NDlib`` is a Python software package that allows to describe, simulate, and study diffusion processes on complex networks.

================ =================== ================== ========== ===============
**Date** **Python Versions** **Main Author** **GitHub** **pypl**
Expand Down

0 comments on commit 71f2307

Please sign in to comment.