Skip to content

Commit

Permalink
Add software citation source
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewilliami committed Oct 6, 2024
1 parent bc0ad3e commit 7479327
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ To get the latest version of `splunk-mode`, clone this repository and then use:
(add-to-list 'load-path "<path to splunk mode>")
(require 'splunk-mode)
```

## Citation

If your research depends on `splunk-mode`, please consider giving us a formal citation: [`citation.bib`](./citation.bib).
7 changes: 7 additions & 0 deletions citation.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@software{ireland2024splunkmode,
title={\texttt{splunk-mode}: Syntax highlighting for {Splunk} in {Emacs}},
author={Ireland, Jake W},
year={2024},
howpublished={\url{https://github.com/jakewilliami/splunk-mode}},
note={{Emacs Lisp} package version 1.1.0}
}

0 comments on commit 7479327

Please sign in to comment.