|
13 | 13 | [ddocs-img]: https://img.shields.io/badge/docs-dev-blue.svg |
14 | 14 | [ddocs-url]: https://cavenfish.github.io/YetAnotherSimulationSuite.jl/dev/ |
15 | 15 |
|
| 16 | +[joss-img]: https://joss.theoj.org/papers/10.21105/joss.09480/status.svg |
| 17 | +[joss-url]: https://doi.org/10.21105/joss.09480 |
| 18 | + |
16 | 19 | [![][docs-img]][docs-url] |
17 | 20 | [![][ddocs-img]][ddocs-url] |
18 | 21 | [![][ci-img]][ci-url] |
19 | 22 | [![][codecov-img]][codecov-url] |
20 | 23 | [![][aqua-img]][aqua-url] |
21 | | - |
| 24 | +[![][joss-img]][joss-url] |
22 | 25 |
|
23 | 26 | <img src="https://github.com/Cavenfish/YetAnotherSimulationSuite.jl/blob/main/docs/src/assets/logo.png" alt="Logo" width=350 > |
24 | 27 |
|
@@ -105,11 +108,16 @@ YASS is MIT licensed. See [LICENSE](LICENSE) for details. |
105 | 108 | If you use YASS in your research, please cite: |
106 | 109 |
|
107 | 110 | ```bibtex |
108 | | -@misc{yass2023, |
109 | | - author = {Brian C. Ferrari}, |
110 | | - title = {YetAnotherSimulationSuite.jl}, |
111 | | - year = {2023}, |
112 | | - publisher = {GitHub}, |
113 | | - url = {https://github.com/Cavenfish/YetAnotherSimulationSuite.jl} |
| 111 | +@article{Ferrari2025, |
| 112 | + doi = {10.21105/joss.09480}, |
| 113 | + url = {https://doi.org/10.21105/joss.09480}, |
| 114 | + year = {2025}, |
| 115 | + publisher = {The Open Journal}, |
| 116 | + volume = {10}, |
| 117 | + number = {116}, |
| 118 | + pages = {9480}, |
| 119 | + author = {Ferrari, Brian C.}, |
| 120 | + title = {YetAnotherSimulationSuite.jl: An Atomic Simulation Suite in Julia}, |
| 121 | + journal = {Journal of Open Source Software} |
114 | 122 | } |
115 | 123 | ``` |
0 commit comments