Skip to content

Commit

Permalink
Updated paper reference
Browse files Browse the repository at this point in the history
  • Loading branch information
stur86 committed Jan 4, 2021
1 parent 5532a3e commit 0f08d70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ where the `.in` file can have any name one prefers. A full list of keywords empl

## Citing MuDirac

For the theoretical background on the software and examples of its applications, see the published paper on the arXiv:
For the theoretical background on the software and examples of its applications, see the published paper:

[S. Sturniolo, "mudirac: a Dirac equation solver for elemental analysis with muonic X-rays"](https://arxiv.org/abs/2004.11876)
*Sturniolo, S, Hillier, A.* Mudirac: A Dirac equation solver for elemental analysis with muonic Xrays. *X‐Ray Spectrom. ***2020***; 1– 17.* [https://doi.org/10.1002/xrs.3212](https://doi.org/10.1002/xrs.3212)

Cite the above paper if you make use of the software in your work too.

Expand Down
4 changes: 4 additions & 0 deletions src/mudirac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ int main(int argc, char *argv[])
LOG(INFO) << "by Simone Sturniolo\n";
LOG(INFO) << "Released under the MIT License (2019)\n";
LOG(INFO) << " \n";
LOG(INFO) << "Please cite the following paper:\n";
LOG(INFO) << "Sturniolo, S, Hillier, A., \"Mudirac: A Dirac equation solver for elemental analysis with muonic X‐rays.\"\n";
LOG(INFO) << "X‐Ray Spectrom. 2020; 1– 17. https://doi.org/10.1002/xrs.3212\n";
LOG(INFO) << " \n";

// Are we running any debug tasks?
string debugtask = config.getStringValue("devel_debug_task");
Expand Down

0 comments on commit 0f08d70

Please sign in to comment.