diff --git a/README.md b/README.md index 6f78731..460ccd1 100644 --- a/README.md +++ b/README.md @@ -246,21 +246,6 @@ The tests verify: - Enum parameters and their custom truthy values behave correctly - Simulator functionality and consistency -## Disclaimer -NuCon is an unofficial tool and is not affiliated with or endorsed by the creators of Nucleares. - -## Citing -What? Why would you wanna cite it? What are you even doing? -``` -@misc{nucon, - title = {NuCon}, - author = {Dominik Roth}, - abstract = {NuCon is a Python library to interface with and control Nucleares, a nuclear reactor simulation game. Includes gymnasium bindings for Reinforcement Learning.}, - url = {https://git.dominik-roth.eu/dodox/NuCon}, - year = {2024}, -} -``` - --- ![NuCon Meme](README_meme.jpg) @@ -294,4 +279,19 @@ items = [ meme = create_drake_meme(items) meme.save("README_meme.jpg") +``` + +## Disclaimer +NuCon is an unofficial tool and is not affiliated with or endorsed by the creators of Nucleares. + +## Citing +What? Why would you wanna cite it? What are you even doing? +``` +@misc{nucon, + title = {NuCon}, + author = {Dominik Roth}, + abstract = {NuCon is a Python library to interface with and control Nucleares, a nuclear reactor simulation game. Includes gymnasium bindings for Reinforcement Learning.}, + url = {https://git.dominik-roth.eu/dodox/NuCon}, + year = {2024}, +} ``` \ No newline at end of file