Submitting author: @marshallward (Marshall Ward)
Repository: https://github.com/marshallward/f90nml
Version: 1.1.2
Editor: @danielskatz
Reviewer: @zbeekman, @tclune
Archive: 10.5281/zenodo.3245482
Status badge code:
HTML: <a href="http://joss.theoj.org/papers/8ec6def7e9baf878d703fe708855eaa8"><img src="http://joss.theoj.org/papers/8ec6def7e9baf878d703fe708855eaa8/status.svg"></a>
Markdown: [](http://joss.theoj.org/papers/8ec6def7e9baf878d703fe708855eaa8)
Reviewers and authors:
Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)
@zbeekman & @tclune, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @danielskatz know.
โจ Please try and complete your review in the next two weeks โจ
paper.md
file include a list of authors with their affiliations?paper.md
file include a list of authors with their affiliations?Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @zbeekman, it looks like you're currently assigned as the reviewer for this paper :tada:.
:star: Important :star:
If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As a reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all reviews ๐ฟ
To fix this do the following two things:
For a list of things I can do to help you, just type:
@whedon commands
Attempting PDF compilation. Reticulating splines etc...
๐ @zbeekman, @tclune - we're ready to go ahead with the review in this issue.
And I know @zbeekman won't do anything until May 31...
As stated in the first comment in this issue, please carry out your review in this issue by updating the your checklist (above).
Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)
Let me know if you have any problems or questions
I can't seem to tick any check boxes
Works for me. Of course, I first started checking @zbeekman 's boxes ... But I then unchecked them.
Quoting the comment above:
If you cannot edit the checklist please:
- Make sure you're logged in to your GitHub account
- Be sure to accept the invite at this URL: https://github.com/openjournals/joss-reviews/invitations
I'm sure the first is ok - can you make sure you did the second?
I'd accepted already for a previous review. It started working just now. Thanks!
I had one minor issue with the installation. 3 different methods are described, but the one that that avoids the requirement for root privileges did not work for me. I have amended a previously closed issue.
My only other negative comments are:
Thanks very much for the feedback. On the three points:
For installation, I'm not able to reproduce the problem you're seeing, including on my work machine where I do not have root access. But we can work through that in marshallward/f90nml#49. (Or perhaps I just ought to remove the explicit setup.py
install?)
I'll prepare a Contributing guidelines file. (Patches are so infrequent that I haven't had much need for one.)
I'll review the API, but could you mention any examples of missing items? I should say that I only consider the Namelist
and Parser
classes, along with their public functions, as part of the public API. But if there's an expectation to fully document all functions and to integrate them into the documentation, then I'm happy to do that.
@marshallward Please disregard my API comment for now. I did not see the Makefile and was just staring at the raw files in the ./doc directory. I'm building the documentation and will update my comment.
I retract my comment about the API. Documentation is complete and nicely done. And I thank the author for getting me to actually look at sphinx. I'd heard of it, but never (knowingly) used it before.
๐ @zbeekman - How is your review coming along?
๐ @zbeekman - How is your review coming along?
Jumping in now.
@danielskatz:
Once community/contributing is addressed, I'm happy to check the last checkbox. IMO, the last two issues are not show-stoppers, but I would categorize them as minor changes requested.
I could comment on a number of the boxes that I checked during the review process to document my justification and thought process, if that would be useful. @danielskatz please let me know if you think I should do this and whether or not there are any additional tasks for me, beyond checking off the contributing/community box once upstream provides adequate documentation.
@marshallward Nice work!
Also, it looks like a lot of climate science tools/packages are using f90nml: https://github.com/marshallward/f90nml/network/dependents very cool!
@zbeekman:
I could comment on a number of the boxes that I checked during the review process to document my justification and thought process, if that would be useful.
No, you don't need to do this.
@danielskatz My review is finished.
I can confirm that the paper and the source code meet the review criteria determined by JOSS, and enthusiastically recommend this paper/package for publication. f90nml
fills an important void for enabling mixed language Python/Fortran programming, more easily designing and executing simulation and analysis workflow pipelines, and easing legacy code modernization efforts.
My only remaining advice to the author is that the reliance of the package on the pyyaml
module (marshallward/f90nml#96) could be better, or more prominently documented, and an error message pointing the user in the right direction if they try to produce yaml output without would be helpful. In addition, the link to the documentation in the README is well placed near the top of the document, however, creating a documentation header, even if only followed by a one-sentence paragraph, would make it more prominent.
Otherwise, the package is very well written, performs testing and installation in a very straightforward, pythonic, and canonical way. It includes an extensive automatic test suite with great code coverage, and thorough documentation.
If I can be of any additional assistance, please do not hesitate to ask.
Thanks!
-Izaak "Zaak" Beekman
Thanks @zbeekman!
๐ @marshallward - please take
My only remaining advice to the author is that the reliance of the package on the pyyaml module (marshallward/f90nml#96) could be better, or more prominently documented, and an error message pointing the user in the right direction if they try to produce yaml output without would be helpful. In addition, the link to the documentation in the README is well placed near the top of the document, however, creating a documentation header, even if only followed by a one-sentence paragraph, would make it more prominent.
as advice - if you want to make changes based on this, please do.
Thanks @danielskatz, I am currently working through this and other issues with @zbeekman and @tclune in the GitHub issues cited above, it's been valuable feedback.
๐ @marshallward - I assume you are still working through issues? (just checking in...)
Yes, only the YAML issue left at this point, which is done but not yet documented or uploaded to PyPI. Also waiting on some feedback on the README changes but that is not essential.
Was quite literally working on it when you posted, so should hopefully be done soon (excepting user feedback).
Barring any exception from the reviewers, I think I'd say that the various issues raised have been resolved.
Thanks - @tclune and @zbeekman - back to you (mostly @tclune)
Yes, my review is complete, and I am completely satisfied. Thanks!
Yes - my review is complete and completely satisfied!
@tclune - can you check off the remaining items in your list in that case?
@marshallward - Can you make a deposit of the current repo into an archive (e.g. zenodo via https://guides.github.com/activities/citable-code/) and tell me the DOI? If you also need to update the version number, let me know that as well.
Done.
@danielskatz the updated DOI via Zenodo is here: https://zenodo.org/record/3245482
10.5281/zenodo.3245482
I've done a version update to 1.1.2 which includes the reviewer-recommended changes, feel free to update it (I can't see a way to do it myself, but happy to do so if it's possible).
@whedon set 10.5281/zenodo.3245482 as archive
OK. 10.5281/zenodo.3245482 is the archive.
@whedon set 1.1.2 as version
OK. 1.1.2 is the version.
@whedon accept
Attempting dry run of processing paper acceptance...
```Reference check summary:
OK DOIs
MISSING DOIs
INVALID DOIs
Check final proof :point_right: https://github.com/openjournals/joss-papers/pull/758
If the paper PDF and Crossref deposit XML look good in https://github.com/openjournals/joss-papers/pull/758, then you can now move forward with accepting the submission by compiling again with the flag deposit=true
e.g.
@whedon accept deposit=true
@whedon accept deposit=true
Doing it live! Attempting automated processing of paper acceptance...
thanks again @zbeekman and @tclune
๐ฆ๐ฆ๐ฆ ๐ Tweet for this paper ๐ ๐ฆ๐ฆ๐ฆ
๐จ๐จ๐จ THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! ๐จ๐จ๐จ
Here's what you must now do:
Party like you just published a paper! ๐๐๐ฆ๐๐ป๐ค
Any issues? notify your editorial technical team...
I currently got a 404 back from https://www.theoj.org/joss-papers/joss.01474/10.21105.joss.01474.pdf
This usually works after a few minutes, but I'm just getting on a plane, so @arfon, if you see this working, please feel free to close this issue for the final publication step
It now works!
:tada::tada::tada: Congratulations on your paper acceptance! :tada::tada::tada:
If you would like to include a link to your paper from your README use the following code snippets:
Markdown:
[](https://doi.org/10.21105/joss.01474)
HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.01474">
<img src="http://joss.theoj.org/papers/10.21105/joss.01474/status.svg" alt="DOI badge" >
</a>
reStructuredText:
.. image:: http://joss.theoj.org/papers/10.21105/joss.01474/status.svg
:target: https://doi.org/10.21105/joss.01474
This is how it will look in your documentation:
We need your help!
Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:
I'm still getting a 404, but may be solved with patience.
Also, the recommended citation also seems to be missing my first initials, but perhaps this is standard?
Anyway, don't miss your flight over these details :)
@arfon, can you help with the initials issue?
Yes, the 404 is a caching issue. Once it fails, you need to wait a bit for it to resolve. For me, it failed on airport Wi-Fi but worked a few minutes later via phone network
Must be something like that, I can see the file directly here:
https://github.com/openjournals/joss-papers/blob/master/joss.01474/10.21105.joss.01474.pdf
As for the initials, I did notice that my codemeta.json
file does not include my middle initial, which means it must have pulled the info from my GitHub account or git configs. I think I used one of the Ruby tools to generate that. I can fix it, though not sure how post-publish edits are handled here.
Though having said all that, the recommended citation also lacks my first initial, so still might be something that needs to be fixed.
I've just looked at a few others and their "Cite as:" also lacks first initials, so perhaps this is something to be handled outside of this issue :).
Also, for what it's worth, I found a typo in the paper, p2 L14 itepreted -> interpreted, and have edited my paper.md
, but no worries if it's too late to resolve it.
I've just looked at a few others and their "Cite as:" also lacks first initials, so perhaps this is something to be handled outside of this issue :).
Yeah, this isn't unique to this paper, this is currently how we create the recommended citations for single-author papers.
I've opened a bug report here but I don't expect a quick fix sorry.
Also, for what it's worth, I found a typo in the paper, p2 L14 itepreted -> interpreted, and have edited my
paper.md
, but no worries if it's too late to resolve it.
I can fix this.
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
Also, for what it's worth, I found a typo in the paper, p2 L14 itepreted -> interpreted, and have edited my
paper.md
, but no worries if it's too late to resolve it.
OK, the PDF is updated in https://github.com/openjournals/joss-papers/commit/afc8a4414d32388103f16c34c9e1fbe04d8c9ffc - although it might take a while to update because of the caching @danielskatz mentioned earlier.
URLs are working for me, including the typo fix. Thanks @arfon and all others for their work!
Thanks @arfon
Most helpful comment
๐จ๐จ๐จ THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! ๐จ๐จ๐จ
Here's what you must now do:
Party like you just published a paper! ๐๐๐ฆ๐๐ป๐ค
Any issues? notify your editorial technical team...