Create a JOSS paper
olevs opened this issue · 3 comments
Create and submit a code paper to Journal of Open Source Software (JOSS)
After the last merge the paper draft no longer builds. It seems like the code for converting *.svg files no longer functions correctly.
This is an issue with the JOSS script for github actions, and the github runners (github seems to update runners regularly).
It seems like the error is with rsvg-convert, and I tried to change draft-pdf.yml to install this explicitly, but it still fails. I also tried to change ubuntu runner from ubuntu-latest (22.04) to ubuntu-20.04, but I still get the same error.
The solution is either to try to fix the JOSS script(s), wait for JOSS to fix them, or manually convert the .svg images to another format (like .png).
@RafaelPalomar The simplest solution is probably to just convert the .svg images to another format.
I tested my previous suggestion in my separate test branch (with the first draft), and that worked fine.
On Ubuntu the conversion can be done with "rsvg-convert resectograms-overview.svg > resectograms-overview.png".
@RafaelPalomar Will you do it, or should I?
@olevs I can do it. I'm checking the develop branch already