@@ -39,8 +39,9 @@ julia> @btime s[1:10:end, end:-10:1]
39
39
```
40
40
## Citing SuiteSparse: GraphBLAS
41
41
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 :
43
43
44
+ [ pdf] ( https://doi.org/10.1145/3322125 ) :
44
45
``` bibtex
45
46
@article{10.1145/3322125,
46
47
author = {Davis, Timothy A.},
@@ -62,8 +63,7 @@ If you use SuiteSparseGraphBLAS.jl in your research please cite the serial Suite
62
63
}
63
64
```
64
65
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 ) :
67
67
``` bibtex
68
68
@article{GraphBLAS7,
69
69
author = {Davis, Timothy A.},
@@ -75,6 +75,19 @@ and the parallel SuiteSparse:GraphBLAS [paper](https://github.com/DrTimothyAlden
75
75
keywords = {GraphBLAS, Graph algorithms, sparse matrices}
76
76
}
77
77
```
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
+ ```
78
91
79
92
80
93
## Acknowledgements
0 commit comments