Skip to content

Commit 7479327

Browse files
committed
Add software citation source
1 parent bc0ad3e commit 7479327

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ To get the latest version of `splunk-mode`, clone this repository and then use:
2525
(add-to-list 'load-path "<path to splunk mode>")
2626
(require 'splunk-mode)
2727
```
28+
29+
## Citation
30+
31+
If your research depends on `splunk-mode`, please consider giving us a formal citation: [`citation.bib`](./citation.bib).

citation.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@software{ireland2024splunkmode,
2+
title={\texttt{splunk-mode}: Syntax highlighting for {Splunk} in {Emacs}},
3+
author={Ireland, Jake W},
4+
year={2024},
5+
howpublished={\url{https://github.com/jakewilliami/splunk-mode}},
6+
note={{Emacs Lisp} package version 1.1.0}
7+
}

0 commit comments

Comments
 (0)