@@ -39,8 +39,9 @@ julia> @btime s[1:10:end, end:-10:1]
3939```
4040## Citing SuiteSparse: GraphBLAS
4141
42- If you use SuiteSparseGraphBLAS.jl in your research please cite the serial SuiteSparse : GraphBLAS [ paper ] ( https://doi.org/10.1145/3322125 ) :
42+ If you use SuiteSparseGraphBLAS.jl in your research please cite the following three papers :
4343
44+ [ pdf] ( https://doi.org/10.1145/3322125 ) :
4445``` bibtex
4546 @article{10.1145/3322125,
4647 author = {Davis, Timothy A.},
@@ -62,8 +63,7 @@ If you use SuiteSparseGraphBLAS.jl in your research please cite the serial Suite
6263 }
6364```
6465
65- and the parallel SuiteSparse: GraphBLAS [ paper] ( https://github.com/DrTimothyAldenDavis/GraphBLAS/blob/stable/Doc/toms_parallel_grb2.pdf ) :
66-
66+ [ pdf] ( https://github.com/DrTimothyAldenDavis/GraphBLAS/blob/stable/Doc/toms_parallel_grb2.pdf ) :
6767``` bibtex
6868 @article{GraphBLAS7,
6969 author = {Davis, Timothy A.},
@@ -75,6 +75,19 @@ and the parallel SuiteSparse:GraphBLAS [paper](https://github.com/DrTimothyAlden
7575 keywords = {GraphBLAS, Graph algorithms, sparse matrices}
7676}
7777```
78+ [ pdf] ( https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9622789&casa_token=VPmmUD8cdFcAAAAA:NYSm3tdjrBwF53rJxo9PqVRWzXY41hE6l1MoKpBqqZC0WESFPGx6PtN1SjVf8M4x01vfPrqU&tag=1 )
79+ ``` bibtex
80+ @INPROCEEDINGS{9622789,
81+ author={Pelletier, Michel and Kimmerer, Will and Davis, Timothy A. and Mattson, Timothy G.},
82+ booktitle={2021 IEEE High Performance Extreme Computing Conference (HPEC)},
83+ title={The GraphBLAS in Julia and Python: the PageRank and Triangle Centralities},
84+ year={2021},
85+ pages={1-7},
86+ doi={10.1109/HPEC49654.2021.9622789},
87+ ISSN={2643-1971},
88+ month={Sep.}
89+ }
90+ ```
7891
7992
8093## Acknowledgements
0 commit comments