-
Notifications
You must be signed in to change notification settings - Fork 829
Users: How to cite JGraphT
If you use JGraphT in a book, paper, website, technical report, etc., please include a reference to JGraphT, and e-mail us the details of the publication, e.g. where is it published (provide a link to your publication). This information provides us valuable insights as to how JGraphT is used, in what context, and which features are used. This information helps us steer the development of the library as it tells us which features are important to you! Moreover, it increases visibility, which in turn increases the amount of users, developers, bug fixes and new features!
To cite JGraphT, use the following reference:
Dimitrios Michail, Joris Kinable, Barak Naveh, and John V. Sichi. 2020. JGraphT—A Java Library for Graph Data Structures and Algorithms. ACM Trans. Math. Softw. 46, 2, Article 16
The bibtex entry for this is:
@article{jgrapht,
title = {JGraphT—A Java Library for Graph Data Structures and Algorithms},
author = {Michail, Dimitrios and Kinable, Joris and Naveh, Barak and Sichi, John V.},
year = {2020},
issue_date = {May 2020},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {46},
number = {2},
journal = {ACM Trans. Math. Softw.},
month = may,
articleno = {16},
numpages = {29},
}
- Home
- Adopt a highway
- Demos
- Dev guide
- Become a Contributor
- Coding and Style Conventions
- Contributor Guidelines
- Deprecation policy
- How to add example code
- How to make your first (code) contribution
- How to setup your development environment for JGraphT
- How to write documentation
- Maven Plugin Installation Guide
- Open tasks, projects and collaboration ideas
- Unit testing
- Website Deployment
- Writing new wiki pages
- GSoC
- Users