Submitting author: @kgjerde (Kristian Lundby Gjerde)
Repository: https://github.com/kgjerde/corporaexplorer
Version: 0.5.1
Editor: @leouieda
Reviewer: @kbenoit, @trinker
Archive: 10.5281/zenodo.3239136
Status badge code:
HTML: <a href="http://joss.theoj.org/papers/63b0c40585cd7bdf601f9ac9138642ae"><img src="http://joss.theoj.org/papers/63b0c40585cd7bdf601f9ac9138642ae/status.svg"></a>
Markdown: [](http://joss.theoj.org/papers/63b0c40585cd7bdf601f9ac9138642ae)
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) 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.)
@kbenoit & @trinker, 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.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @leouieda 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. @kbenoit, 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...
:wave: Hi @kbenoit @trinker, just checking in on the progress of this review.
@trinker thank you for posting the issues on the repo :1st_place_medal: I see that you edited the initial review comment to link to the issues. Please post these as a comment on this issue instead. Otherwise I don't get notifications and it's difficult to keep track of the review progress.
๐ Hi @kbenoit @trinker, just checking in on the progress of this review.
@trinker thank you for posting the issues on the repo ๐ฅ I see that you edited the initial review comment to link to the issues. Please post these as a comment on this issue instead. Otherwise I don't get notifications and it's difficult to keep track of the review progress.
Will do. Makes sense on the notifications. This might be better clarified in the review process as it says:
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) 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.)
Maybe just add the phrase "as a reply" in the thread below.
@trinker thanks for bringing that to our attention. I'll suggest the change to the editorial team.
All required elements of the Review Checklist I had raised have been addressed.
paper.md
file include a list of authors with their affiliations?prepare_date()
object case inconsistencies: https://github.com/kgjerde/corporaexplorer/issues/4@trinker thank you! (Also, I followed up with your suggestion and it has already been included for future JOSS submissions :100:)
@kgjerde please try to address or respond to the last two remaining issues.
@trinker I think I have addressed all the points you raised โ thanks a lot for the very useful input, much appreciated!
In addition, your point on Windows encoding issues (kgjerde/corporaexplorer#3) forced me to set up a Windows environment, which turned out to be very useful. (I had relied on AppVeyor CI to verify the basic functionality on Windows, having only access to Mac OS and Linux myself.) Playing around a bit on Windows, I realized that unicode datasets that work fine on Mac and Linux may play less nicely with Windows, due to encoding issues. I therefore decided to add a note about this in the README (in https://github.com/kgjerde/corporaexplorer/commit/748f961). Any feedback appreciated.
@kgjerde I tested and they address the issues I raised.
@trinker Yes, the UI issues you thankfully pointed out were quite easy to fix as soon as I got aware of the problem! Which led me to understand that similar issues may arise for the corpus texts as well, if one is unlucky/not careful with encoding โ hence the README note.
:wave: Hi @kbenoit please let us know when you have some time to review this submission.
Sorry for the delay. I've now had time to examine the package and the paper in detail, and here are my comments.
I really like the application and its simplicity. It looks great and is very functional. I had almost no problem installing it and testing it. I think this makes a nice addition to text analysis tools. However given the _JOSS_ criteria I think it could be improved a in few ways that will likely not require too much work.
The last GitHub release (0.4.0) is behind the current version (0.4.0.9000) but this can be corrected upon acceptance.
Yes although in its current form, it's very oriented toward documents that span dates, yet the statement of need in the paper speaks to digital humanities and other fields where this may not be the case. See my comments on this below.
Yes, but I had to install PhantomJS before I could get the tests to work. I suggest adding a note about this in the README.md
on GitHub.
The Russia example is shown nicely in the GitHub README. But I think that another example that could excite digital humanities scholars would be to apply it to any corpus of documents chapters of a novel, such as _Moby Dick_ as it is analyzed in Jockers, M. L. (2014). _Text analysis with R for students of literature_. New York: Springer. (We replicate this for quanteda here.) I think that there are far more corpora that lack dates than that have them, so generalizing this and demonstrating it as an example would greatly broaden the user base of the package. Demonstrating the package on _Moby Dick_ would be a great application and it's easy to access that dataset online or bundle it with the package. (You would need to segment it by chapter first but this is not difficult.)
[ ] Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
I'd like to see a bit more in the documentation for the prepare_data()
function, especially as relates to the structure of its variables such as Date and other document metadata fields.
[x] A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
Yes but see my comments above relating to the requirement that documents have a date attached.
prepare_data()
defined as a generic with one method for an input data.frame
to make it easy to extend this in the future. For example, this would then make it easy to add a method for a quanteda corpus in that package to make it easy to hand off a quanteda corpus to corporaexplorer.@kbenoit Thank you very much indeed for the review and proposals! I will start pondering them this weekend.
Thanks for the comments @kbenoit :+1:
@kgjerde please make sure to link back to the review issue in any issues or PRs opened in the software repo. Let us know when you have addressed the comments or if you want any clarification or further input.
@kbenoit
I have now addressed or commented your points summarised in:
Thank you again for very useful input. In particular, allowing for corpora without dates demanded some work on the app internals, but you are clearly correct that this significantly broadens the potensial use cases. I look forward to hearing what you think about the changes made.
@kgjerde thank you for reporting back to us :+1:
:wave: @trinker @kbenoit please take another look at the project and paper when you have time. Here are a few things to keep in mind:
If you're satisfied with the revisions, please let me know and check any remaining items from the checklist.
The items I brought up were addressed and have been checked off
@kgjerde thank you for reporting back to us ๐
๐ @trinker @kbenoit please take another look at the project and paper when you have time. Here are a few things to keep in mind:
- Have all your comments/concerns been addressed?
- Are there still any items from the checklist at the top of this issue left un-checked?
If you're satisfied with the revisions, please let me know and check any remaining items from the checklist.
This all looks great to me, and ๐ for the clear and elegant use of issues in your repo with linked commit references. The generalization away from just dates is great, and the two examples are perfect here. Nice! And the name is your decision of course.
One thing only I would suggest, a 20-second change:
Excellent, thank you! @kbenoit, I have now addressed your last point (see kgjerde/corporaexplorer#14).
@leouieda I will now also take a new look at the paper itself, bearing in mind the changes I have made to the package in response to the reviews. Will post here when done.
:confetti_ball: @kbenoit @trinker thank you for your input! @kbenoit I see some items left unchecked in your section at the very top. Is this intentional?
@kgjerde OK, let us know when you're done and we'll compile a new version of the pdf so we can have a final round of reviews of the paper.
Sorry, I should have checked those. I have now done so for everything except the DOI, since I have not seen the update paper yet.
:+1: Thanks @kbenoit, I just wanted to make sure that was the case.
@leouieda I have now updated the paper (mainly in kgjerde/corporaexplorer@b0a495c, then just a few corrections). The paper is slightly revised (most of the diffs are language edits) and I have also added a figure to illustrate the apps.
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@leouieda Sorry about the repeated article rendering. There is just a small problem with unicode characters in the caption to figure 1, which is probably linked with whedon's pandoc pdf rendering, but I do not know how to fix it.
Hi @kgjerde, no worries. Compiling the PDF can be troublesome. I don't know why it's not rendering the unicode in the caption when it has no problem with other characters in the text. I'll have to check with some higher-ups.
@trinker and @kbenoit in the mean time, could you please go over the paper one final time? Please let me know if you're ready to sign off on this submission. Thank you for all your input!
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
PDF failed to compile for issue #1342 with the following error:
Error producing PDF.
! LaTeX Error: File `polyglossia.sty' not found.
Type X to quit or
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
l.216 setmainlanguage
Looks like we failed to compile the PDF
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@leouieda As noted in https://github.com/openjournals/joss/issues/534, I have now fixed the layout issues I wanted to fix in the pdf.
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@leouieda I'm ready to sign off on the submission.
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
Last change in pdf:
@leouieda Is there any action required on my part at the moment?
@kgjerde I apologize for letting this hang for so long. Both reviewers have ticked all review boxes. I'll have a final look at the paper first and then we can move on to acceptance.
@whedon check references
Attempting to check references...
```Reference check summary:
OK DOIs
MISSING DOIs
INVALID DOIs
@kgjerde the paper looks good to me so we're ready to move this forward. Before accepting, you'll need to:
Please don't hesitate to contact me if you have questions or need any help with this.
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@leouieda Great!
Please note that I now corrected some very few title capitalisation/formatting issues in https://github.com/kgjerde/corporaexplorer/commit/78d40ef and https://github.com/kgjerde/corporaexplorer/commit/284d6d1.
I have updated the version number. The version is now 0.5.1.
The Zenodo DOI is http://doi.org/10.5281/zenodo.3239136 (see https://zenodo.org/record/3239136).
2. I have updated the version number. The version is now 0.5.0.
3. The Zenodo DOI is http://doi.org/10.5281/zenodo.3239097 (see https://zenodo.org/record/3239097).
@whedon set 0.5.1 as version
OK. 0.5.1 is the version.
@whedon set 10.5281/zenodo.3239136 as archive
OK. 10.5281/zenodo.3239136 is the archive.
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@kgjerde thanks for the updates. I've done a last pass of the paper and we're ready to accept :fireworks:
:wave: @openjournals/joss-eics this submission is ready for acceptance
@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/752
If the paper PDF and Crossref deposit XML look good in https://github.com/openjournals/joss-papers/pull/752, 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...
๐ฆ๐ฆ๐ฆ ๐ 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...
@kbenoit, @trinker - many thanks for your reviews here and to @leouieda for editing this submission โจ
@kgjerde - your paper is now accepted into JOSS :zap::rocket::boom:
: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.01342)
HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.01342">
<img src="http://joss.theoj.org/papers/10.21105/joss.01342/status.svg" alt="DOI badge" >
</a>
reStructuredText:
.. image:: http://joss.theoj.org/papers/10.21105/joss.01342/status.svg
:target: https://doi.org/10.21105/joss.01342
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:
Great news!
@leouieda, thank you for following up my submission so attentively. @trinker and @kbenoit, thank you for your highly useful reviews. @arfon, thank you for stepping in and swiftly addressing my paper layout issues. In sum, thanks to all of you for such a friendly and inspiring review process!
@whedon accept
Attempting dry run of processing paper acceptance...
```Reference check summary:
OK DOIs
MISSING DOIs
INVALID DOIs
@kgjerde congratulations on the publication! Many thanks to @kbenoit and @trinker for the reviews and @arfon for handling the PDF troubles.
Most helpful comment
Great news!
@leouieda, thank you for following up my submission so attentively. @trinker and @kbenoit, thank you for your highly useful reviews. @arfon, thank you for stepping in and swiftly addressing my paper layout issues. In sum, thanks to all of you for such a friendly and inspiring review process!