-
Notifications
You must be signed in to change notification settings - Fork 32
Rename paper.md to something with joss in the filename. #35
Comments
I've had the concern that @moorepants brings up. If authors make a major update to their software and want to submit a new paper to JOSS, with the expanded code base living on the same repo as the previous paper, what to do? Now, once a paper is accepted in JOSS, the PDF of the paper lives in the |
So the problem here is automation: Right now with the Whedon gem we simply look for a file named
IMO this is a little user-unfriendly? |
Understood, @arfon. Even so, calling it Also, I'm still unsure what we'll do for a second submission that is a major upgrade of existing software, already published in JOSS. Simply update the |
Yes, |
Something like
@moorepants "Publishing" is perhaps a strong word for archiving something with Zenodo—a JOSS software paper includes an actual paper, so (to me at least) it isn't too onerous to ask for one extra file in the source repo. Plus, most projects already have plenty of non-software files like CONTRIBUTING.md, CODE_OF_CONDUCT.md, etc., and the JOSS paper is a brief description of the software, so perhaps not unreasonable to include in the repo anyways? (However, if there's a simple solution to putting the paper somewhere else, I'm sure we could consider it.) |
Another idea here, that follows github. Can we have a |
I put my joss related files into a sub-directory in my repo named "joss-paper" and submitted the paper. It worked! So it seems you can put the paper.md in a sub-directory. So this can be closed wrt to my issue. Having a sub-directory works for me. |
Sorry, I didn't realize this would be acceptable to you. Is has been possible for the |
I think it would be nice to support a less generic
paper.md
filename, for example:joss-v0.2.0.md
that identifies this as a JOSS related file. I added the software version number too, as it may be useful if the software is submitted multiple times for major version changes (not sure if that is possible).paper.md
is generic enough that people may be using it for other things. You could also consider supporting it as a hidden file too:.joss-v0.2.0.md
.The text was updated successfully, but these errors were encountered: