Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Jul 13, 2015
2 parents fa214e3 + c7f938d commit 2c63208
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
File renamed without changes.
32 changes: 32 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Dynamic benchmark resources
===========================

This code and documentation supports the paper "Benchmark model to
assess community structure in evolving networks" [`arxiv
<http://arxiv.org/abs/1501.05808>`_\ ].

For full information on the code, please see ``MANUAL.tex``. A PDF
version is available under `releases <https://github.com/rkdarst/dynbench/releases>`

Dependencies:

* `networkx <http://networkx.github.io/>`_: standard package for
network analysis. Found in most Linux distribution repositories.
Installation is standard with ``setup.py`` or ``pip``.
* `pcd <https://git.becs.aalto.fi/rkdarst/pcd>`_: My own add-on
package for network and community analysis. Not in any
distribution, but can simply be placed in ``PYTHONPATH``.

For convenience, I have a ``.tar.bz2`` that has the benchmark code,
plus local copies of ``networkx`` and ``pcd`` included. This is the
``dynbench-fulldist-* from the corresponding `github releases
<https://github.com/rkdarst/dynbench/releases>`_ page.
Version history
---------------
* `Latest development
<https://git.becs.aalto.fi/rkdarst/dynbench/repository/archive.tar.bz2>`_
* The original version corresponding to our first paper is at tag
``v0.1.0``. Downloads are at https://github.com/rkdarst/dynbench/releases/v0.1.0.

0 comments on commit 2c63208

Please sign in to comment.