projectmesa / mesa-frames

Extension of mesa for performance and scalability
https://projectmesa.github.io/mesa-frames
Apache License 2.0
14 stars 6 forks source link

add sample joss paper #104

Closed wang-boyu closed 2 months ago

wang-boyu commented 2 months ago

This is a first step for #90, using an example paper from JOSS: https://joss.readthedocs.io/en/latest/example_paper.html.

To build a pdf locally (assuming pandoc is installed with necessary dependencies):

cd paper/
pandoc --citeproc paper.md -o paper.pdf

JOSS uses a latex template but I couldn't get it working on my machine, so the resulting paper.pdf doesn't look the same as what JOSS produces. Nonetheless, this helps make sure that there isn't any compile error when generating the pdf.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (paper@9a6dde1). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## paper #104 +/- ## ======================================== Coverage ? 91.19% ======================================== Files ? 14 Lines ? 2193 Branches ? 0 ======================================== Hits ? 2000 Misses ? 193 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.