trixi-framework / TrixiParticles.jl

TrixiParticles.jl: Particle-based multiphysics simulations in Julia
https://trixi-framework.github.io/TrixiParticles.jl/
MIT License
33 stars 10 forks source link

[paper] Fix formatting of citations #616

Closed giordano closed 1 month ago

giordano commented 1 month ago

Note: I haven't tried to build the paper myself, but according to JOSS formatting instructions and Pandoc documentation, for citations where the paper is referred to in the text (rather than being mentioned in a parenthetical list) you should remove the square brackets. Also, according again to Pandon documentation for multiple citations together one should use the style [@ref1; @ref2] instead of [@ref1], [@ref2].

LasNikas commented 1 month ago

Thanks a lot! I tried to build the paper and it works. The only thing was to update the upload-artifact action (see https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/)