Skip to content

Commit 5ae0054

Browse files
committed
Adds DOI for code/paper
1 parent efa311e commit 5ae0054

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![Academic Code](https://img.shields.io/badge/Origin-Academic%20Code-C1ACA0.svg?style=flat)]() [![Language Badge](https://img.shields.io/badge/Made%20with-C/C++-blue.svg)](https://isocpp.org/std/the-standard) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![contributions welcome](https://img.shields.io/badge/Contributions-welcome-lightgray.svg?style=flat)]()
44

5-
[![Preprint: arXiv](https://img.shields.io/badge/Preprint-COMSEC-orange.svg)](https://comsec.ethz.ch/wp-content/files/blacksmith_sp22.pdf) [![Paper](https://img.shields.io/badge/To%20appear%20in-IEEE%20S&P%20'22-brightgreen.svg)](https://www.ieee-security.org/TC/SP2022/program-papers.html) [![Funding](https://img.shields.io/badge/Grant-NCCR%20Automation%20(51NF40180545)-red.svg)](https://nccr-automation.ch/)
5+
6+
[![DOI](https://img.shields.io/badge/DOI-20.500.11850/525008-yellow.svg)](https://www.research-collection.ethz.ch/handle/20.500.11850/525013) [![Preprint](https://img.shields.io/badge/Preprint-ETH%20Research%20Collection-orange.svg)](https://www.research-collection.ethz.ch/handle/20.500.11850/525008) [![Paper](https://img.shields.io/badge/To%20appear%20in-IEEE%20S&P%20'22-brightgreen.svg)](https://www.ieee-security.org/TC/SP2022/program-papers.html) [![Funding](https://img.shields.io/badge/Grant-NCCR%20Automation%20(51NF40180545)-red.svg)](https://nccr-automation.ch/)
67

78
This repository provides the code accompanying the paper _[Blacksmith: Scalable Rowhammering in the Frequency Domain](https://comsec.ethz.ch/wp-content/files/blacksmith_sp22.pdf)_ that is to appear in the IEEE conference Security & Privacy (S&P) 2022.
89

@@ -94,16 +95,30 @@ Configuration parameters of Blacksmith that we did not need to modify frequently
9495

9596
## Citing our Work
9697

97-
To cite Blacksmith in academic papers, please use the following BibTeX entry:
98+
To cite the Blacksmith **paper** in other academic papers, please use the following BibTeX entry:
9899

99100
```
100-
@inproceedings{jattke2021blacksmith,
101+
@inproceedings{20.500.11850/525008,
101102
title = {{{BLACKSMITH}}: Rowhammering in the {{Frequency Domain}}},
102103
shorttitle = {Blacksmith},
103104
booktitle = {{{IEEE S}}\&{{P}} '22},
104105
author = {Jattke, Patrick and {van der Veen}, Victor and Frigo, Pietro and Gunter, Stijn and Razavi, Kaveh},
105-
year = {2021},
106-
month = nov,
106+
year = {2022-05},
107107
note = {\url{https://comsec.ethz.ch/wp-content/files/blacksmith_sp22.pdf}}
108+
doi = {20.500.11850/525008},
109+
}
110+
```
111+
112+
To cite the Blacksmith **software** in academic papers, please use the following BibTeX entry:
113+
114+
```
115+
@MISC{20.500.11850/525013,
116+
title = {{{BLACKSMITH}}: Rowhammering in the {{Frequency Domain}}},
117+
copyright = {MIT License},
118+
year = {2022-05},
119+
author = {Jattke, Patrick and van der Veen, Victor and Frigo, Pietro and Gunter, Stijn and Razavi, Kaveh},
120+
language = {en},
121+
note = {\url{https://github.com/comsec-group/blacksmith}}
122+
doi = {20.500.11850/525013}
108123
}
109124
```

0 commit comments

Comments
 (0)