Cite

If this software is useful in your research, kindly consider citing its corresponding paper:

Nelson A. R. A. Passos, Emanuele Carlini, Salvatore Trani (2025). ‘’NetworkX-Temporal: Building, manipulating, and analyzing dynamic graph structures’’. SoftwareX, 31, 2025. 102277. ISSN 2352-7110. doi: 10.1016/j.softx.2025.102277

@article{networkxtemporal2025,
     title = {NetworkX-Temporal: Building, manipulating, and analyzing dynamic graph structures},
     journal = {SoftwareX},
     volume = {31},
     pages = {102277},
     year = {2025},
     issn = {2352-7110},
     doi = {https://doi.org/10.1016/j.softx.2025.102277},
     url = {https://www.sciencedirect.com/science/article/pii/S2352711025002444},
     author = {Nelson A.R.A. Passos and Emanuele Carlini and Salvatore Trani},
     keywords = {Network science, Dynamic graphs, Temporal networks},
     abstract = {NetworkX-Temporal is a Python package that extends the popular NetworkX library to dynamic graphs, enabling the modeling and analysis of time-evolving complex systems. As core features, it provides ways to generate, slice and visualize graphs as sequences of snapshots, transform or convert between different representations and formats, and compute temporal metrics and properties. It is designed to be flexible and easily extensible, suiting a wide range of applications, and may serve as a hub for temporal graph algorithm implementations. We present its design and implementation, elaborate on its key features, and describe some use cases to illustrate its capabilities.}
 }

Please also consider citing the corresponding paper to the NetworkX library:

Aric A. Hagberg, Daniel A. Schult, Pieter J. Swart (2008). ‘’Exploring Network Structure, Dynamics, and Function using NetworkX’’. In Proceedings of the 7th Python in Science Conference (SciPy2008). Pasadena (CA), USA, August 2008. doi: 10.25080/TCWV9851

@inproceedings{networkx2008,
    author    = {Aric A. Hagberg and Daniel A. Schult and Pieter J. Swart},
    title     = {Exploring Network Structure, Dynamics, and Function using NetworkX},
    booktitle = {Proceedings of the 7th Python in Science Conference},
    pages     = {11--15},
    address   = {Pasadena, CA USA},
    year      = {2008},
    editor    = {Ga\"el Varoquaux and Travis Vaught and Jarrod Millman},
    url       = {https://conference.scipy.org/proceedings/scipy2008/paper_2/},
}