Python codes for Network Science, Barabási, 2013. ################################################## - Barabási, A.L., 2013. Network science. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 371(1987), p.20120375. Installation, How to use ============================= - using on Colab (Recommended) - Go to examples - Open a notebook and click on "open on colab" - Uncomment the cell with pip install command to install the netsci package. - using on local machines .. code-block:: bash pip3 install -e . # or pip install "git+https://github.com/Ziaeemehr/netsci.git" Indices and tables ------------------- * :ref:`genindex` * :ref:`modindex` * :ref:`search` Table of Chapters ============================= .. list-table:: :header-rows: 1 * - View Notebook - Open in Colab * - `Networkx quick guide `_ - `Networkx quick guide [C] `_ * - `Igraph quick guide `_ - `Igraph quick guide [C] `_ * - `Chapter 2 `_ - `Chapter 2 [C] `_ * - `Chapter 3 `_ - `Chapter 3 [C] `_ * - `Chapter 4 `_ - `Chapter 4 [C] `_ Chapters =========================== .. toctree:: :maxdepth: 3 :caption: Contents: examples/quick_guide_networkx examples/quick_guide_igraph examples/chap_02 examples/chap_03 examples/chap_04 API and documentation =========================== .. automodule:: netsci :members: :undoc-members: netsci.analysis --------------------------- .. automodule:: netsci.analysis :members: :undoc-members: :show-inheritance: :inherited-members: netsci.utils ------------------------------ .. automodule:: netsci.utils :members: :undoc-members: :show-inheritance: :inherited-members: netsci.plot --------------------------- .. automodule:: netsci.plot :members: :undoc-members: :show-inheritance: :inherited-members: