aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Imes <connor.k.imes@gmail.com>2021-12-04 15:55:33 -0500
committerConnor Imes <connor.k.imes@gmail.com>2021-12-04 15:55:33 -0500
commitbd0a5e35643574cf9f8392d868f61b11f76c7694 (patch)
treeb375d46d939115006dd81940baaf07c51a46907d
parentbdd63ba792d239f5dc89367dab8e1cb670cbe662 (diff)
README: add bibtex for citation
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 63d3d0c..86a5443 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,21 @@ See the RAPLCap project for a more general interface for managing RAPL power cap
If using this project for other scientific works or publications, please reference:
* Connor Imes, Huazhe Zhang, Kevin Zhao, Henry Hoffmann. "CoPPer: Soft Real-time Application Performance Using Hardware Power Capping". In: IEEE International Conference on Autonomic Computing (ICAC). 2019. DOI: https://doi.org/10.1109/ICAC.2019.00015
+ <details>
+ <summary>BibTex</summary>
+
+ ```BibTex
+ @inproceedings{imes2019copper,
+ author={Imes, Connor and Zhang, Huazhe and Zhao, Kevin and Hoffmann, Henry},
+ booktitle={2019 IEEE International Conference on Autonomic Computing (ICAC)},
+ title={{CoPPer}: Soft Real-Time Application Performance Using Hardware Power Capping},
+ year={2019},
+ pages={31-41},
+ doi={10.1109/ICAC.2019.00015}
+ }
+ ```
+
+ </details>
## Prerequisites