Skip to content

Commit e0b1096

Browse files
committed
new citations
1 parent 7b66c93 commit e0b1096

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

docs/src/index.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@ sandia(M)
186186

187187
# Citing
188188

189-
Please cite the serial SuiteSparse:GraphBLAS [paper](https://doi.org/10.1145/3322125):
189+
Please cite the following papers:
190190

191+
[pdf](https://doi.org/10.1145/3322125):
191192
```bibtex
192193
@article{10.1145/3322125,
193194
author = {Davis, Timothy A.},
@@ -209,8 +210,7 @@ Please cite the serial SuiteSparse:GraphBLAS [paper](https://doi.org/10.1145/332
209210
}
210211
```
211212

212-
and the parallel SuiteSparse:GraphBLAS [paper](https://github.com/DrTimothyAldenDavis/GraphBLAS/blob/stable/Doc/toms_parallel_grb2.pdf):
213-
213+
[pdf](https://github.com/DrTimothyAldenDavis/GraphBLAS/blob/stable/Doc/toms_parallel_grb2.pdf):
214214
```bibtex
215215
@article{GraphBLAS7,
216216
author = {Davis, Timothy A.},
@@ -222,3 +222,16 @@ and the parallel SuiteSparse:GraphBLAS [paper](https://github.com/DrTimothyAlden
222222
keywords = {GraphBLAS, Graph algorithms, sparse matrices}
223223
}
224224
```
225+
226+
[pdf](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9622789&casa_token=VPmmUD8cdFcAAAAA:NYSm3tdjrBwF53rJxo9PqVRWzXY41hE6l1MoKpBqqZC0WESFPGx6PtN1SjVf8M4x01vfPrqU&tag=1):
227+
```bibtex
228+
@INPROCEEDINGS{9622789,
229+
author={Pelletier, Michel and Kimmerer, Will and Davis, Timothy A. and Mattson, Timothy G.},
230+
booktitle={2021 IEEE High Performance Extreme Computing Conference (HPEC)},
231+
title={The GraphBLAS in Julia and Python: the PageRank and Triangle Centralities},
232+
year={2021},
233+
pages={1-7},
234+
doi={10.1109/HPEC49654.2021.9622789},
235+
ISSN={2643-1971},
236+
month={Sep.}
237+
}

0 commit comments

Comments
 (0)