diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f65dc..1d9a9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Revision history for [IGraph/M](README.md) -#### 0.6.3 (unreleased) +#### 0.6.3 Changed: diff --git a/README.md b/README.md index 47c2d7d..d1a918e 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ Get["https://raw.githubusercontent.com/szhorvat/IGraphM/master/IGInstaller.m"] IGraph/M can also be installed manually in the same way as any _Mathematica_ application distributed as a paclet. -Download the `.paclet` file from [the GitHub releases page](https://github.com/szhorvat/IGraphM/releases), and [install it using the `PacletInstall` function in Mathematica](http://mathematica.stackexchange.com/q/141887/12). For example, assuming that the file `IGraphM-0.6.2.paclet` was downloaded into the directory `~/Downloads`, evaluate: +Download the `.paclet` file from [the GitHub releases page](https://github.com/szhorvat/IGraphM/releases), and [install it using the `PacletInstall` function in Mathematica](http://mathematica.stackexchange.com/q/141887/12). For example, assuming that the file `IGraphM-0.6.3.paclet` was downloaded into the directory `~/Downloads`, evaluate: ```mathematica Needs["PacletManager`"] -PacletInstall["~/Downloads/IGraphM-0.6.2.paclet"] +PacletInstall["~/Downloads/IGraphM-0.6.3.paclet"] ``` After installation, the package can now be loaded with: @@ -84,6 +84,14 @@ C++ programmers should look at [Development.md](Development.md) for additional i - [Support and Troubleshooting](SUPPORT.md) - [Revision history](CHANGELOG.md) + +## 🎓 Citing + +If you use IGraph/M in any academic publications, please cite: + + - Sz. Horvát, J. Podkalicki, G. Csárdi, T. Nepusz, V. Traag, F. Zanini, D. Noom, IGraph/M: graph theory and network analysis for Mathematica, preprint (2022). http://dx.doi.org/10.48550/arXiv.2209.09145 + + ## ⚖️ License IGraph/M is licensed under the [GNU GPLv3](https://opensource.org/licenses/gpl-3.0.html). See [LICENSE.txt](LICENSE.txt) for details.