Closed whedon closed 5 years ago
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
Enter file name: ! Emergency stop. <read *>
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
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
Status badge code:
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.)
Reviewer instructions & questions
@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 β¨
Review checklist for @kbenoit
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
paper.md
file include a list of authors with their affiliations?Review checklist for @trinker
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
paper.md
file include a list of authors with their affiliations?