-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliography.bib
56 lines (52 loc) · 1.89 KB
/
bibliography.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
% Example of citing the article (scientific paper)
@article{einstein,
author = "Albert Einstein",
title = "{Zur Elektrodynamik bewegter K{\"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]",
journal = "Annalen der Physik",
volume = "322",
number = "10",
pages = "891--921",
year = "1905",
DOI = "http://dx.doi.org/10.1002/andp.19053221004",
keywords = "physics"
}
% Example of citing the book. A good practice is to show page numbers referenced too: \cite[p.~150]{dirac}.
@book{dirac,
title={The Principles of Quantum Mechanics},
author={Paul Adrien Maurice Dirac},
isbn={9780198520115},
series={International series of monographs on physics},
year={1981},
publisher={Clarendon Press},
keywords = {physics}
}
% Example of citing the conference proceedings
@inproceedings{Chien_2019,
title={Performance Evaluation of Advanced Features in CUDA Unified Memory},
booktitle={2019 IEEE/ACM Workshop on Memory Centric High Performance Computing (MCHPC)},
ISBN={9781728160078},
url={http://dx.doi.org/10.1109/MCHPC49590.2019.00014},
DOI={10.1109/mchpc49590.2019.00014},
journal={2019 IEEE/ACM Workshop on Memory Centric High Performance Computing (MCHPC)},
publisher={IEEE},
author={Chien, Steven and Peng, Ivy and Markidis, Stefano},
year={2019},
month={11},
pages={50-57},
}
% Example of citing Internet sources, including the manuals
@misc{cpu_freq,
title = "{CPU DB} clock frequency history",
key = "{CPU DB} clock frequency history",
year = "2021",
publisher = "Stanford {VLSI} Group",
url = "http://cpudb.stanford.edu/visualize/clock\_frequency",
}
@misc{gpudirect,
title = {{GPUDirect}},
key={GPUDirect},
url={https://developer.nvidia.com/gpudirect},
journal={NVIDIA Developer},
year={2022}
}