Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REVIEW]: spam: Software for Practical Analysis of Materials #2286

Open
whedon opened this issue Jun 2, 2020 · 43 comments
Open

[REVIEW]: spam: Software for Practical Analysis of Materials #2286

whedon opened this issue Jun 2, 2020 · 43 comments
Assignees
Labels

Comments

@whedon
Copy link
Collaborator

@whedon whedon commented Jun 2, 2020

Submitting author: @edwardando (Edward Andò)
Repository: https://gricad-gitlab.univ-grenoble-alpes.fr/ttk/spam/
Version: 0.5.1.4
Editor: @usethedata
Reviewer: @Shuang-Plum, @jwbuurlage
Archive: Pending

⚠️ JOSS reduced service mode ⚠️

Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.

Status

status

Status badge code:

HTML: <a href="https://joss.theoj.org/papers/4209ddb062cadc1b3114f8d76ce994dc"><img src="https://joss.theoj.org/papers/4209ddb062cadc1b3114f8d76ce994dc/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/4209ddb062cadc1b3114f8d76ce994dc/status.svg)](https://joss.theoj.org/papers/4209ddb062cadc1b3114f8d76ce994dc)

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.)

Reviewer instructions & questions

@Shuang-Plum & @jwbuurlage, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:

  1. Make sure you're logged in to your GitHub account
  2. Be sure to accept the invite at this URL: https://github.com/openjournals/joss-reviews/invitations

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @usethedata know.

Please try and complete your review in the next six weeks

Review checklist for @Shuang-Plum

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the repository url?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@edwardando) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?

Functionality

  • Installation: Does installation proceed as outlined in the documentation?

It is a smooth experience. As the authors stated, it might require a little more commitment for it to work on Windows. The anaconda tip is really helpful @jwbuurlage. Maybe there could be a brief statement (require Ubuntu as WSL) either in the paper or in gitlab for Windows users. This is a very minor point. It is up to the authors' preference.

  • Functionality: Have the functional claims of the software been confirmed?

Most of the functions work smoothly. I would appreciate it if the authors could list the performance data for some of the more time-consuming functions. Like for x MB 3D time series of x time points, running x function on a xxxxx platform usually takes xx sec/min. I see something similar in the comments of the tutorials. I want to point this out as:

- This would be a great guide and provide proper expectations for new users.

- This could also be a selling point for the software as it can be benchmarked against Numpy or Scipy.

  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

I don't think so. But as mentioned above, it would be great if the authors could benchmark a few corresponding functions against Numpy or Scipy.

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?

The authors did a great job stating the general function of this software. As the software has a very general application with 2D and 3D images (sets), I would appreciate a little more details about the input data format requirement upfront (like only a single 3D TIFF per state file is supported for 3D images). It would be essential information the users want to see clearly at the very beginning that whether this tool is applicable to their data. And probably ways to convert image sets (especially for 3D) to acceptable format.

  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.

  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).

The examples in the tutorials and the gallery are really helpful and they all work.

- As the author mentioned, there are a lot of defaults for the functions (which is always the case). I would appreciate it if the authors could point out key parameters that can be twisted for different purposes along with the examples. Or even better organizing parameter twisting as a separate part of the tutorial.

- A very minor point, the axes of a few plots (for example) in the tutorials and the gallery are really small. To my understanding, the axes don't matter for the illustration purpose of those plots. Would it be better to get rid of the axes labels then?

  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?

The authors have done a great job documenting the functionalities.

- I would appreciate it if the 'tools provided' part can be separated out as itself in the main list (right now it is under intro). It would be easier for users to find and search.

- Another point relates to the paper. It would be great if links to 'tools provided' (or even 'Gallery of examples' could be provided there for each function toolkits. This would give the users an easier way to get to know the functions more straightforwardly and in more detail if they want to.

  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
    As mentioned above, it would be great to mention the input format requirement upfront.
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
    It would be easier to see and compare with the information packed into a table.
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?

- As mentioned above, the toolkit section would be better if links to tutorials or the gallery could be provided.

- The 'Use in existing work' is great with the reference of which part is related. It would be better if the Figure number could also be provided to guide the readers.

  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

Review checklist for @jwbuurlage

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the repository url?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@edwardando) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?

Edward Andò (@edwardando) appears to be the main contributor in terms of number of commits. All authors that have made code contributions to the software appear to be in the list of paper authors.

Functionality

  • Installation: Does installation proceed as outlined in the documentation?

My Linux distributions (Fedora (rawhide)) was not in the list of supported operating systems, however:

conda create -n spam python=3.7
conda activate spam
module load mpi
pip install spam
spam-ldic --help

worked fine, and more or less coincided with the installation instructions given in the documentation. I would say the installation procedure is painless, and well documented.

  • Functionality: Have the functional claims of the software been confirmed?

The authors divide the functionality of the software in a number of toolkits. The list of toolkits (or at least how they are grouped together) differs between the software documentation and the article. I prefer the list of toolkits of the software documentation over the list of toolkits given in the article, as the range of functionality is immediately clear. The list in the article is more exhaustive.

  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

(I am not aware of any performance claims or benchmarks comparing the software with competing packages.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?

Yes, although the first paragraph of that page may benefit from some additional sentences explaining some of the benefits and capabilities of the software.

  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.

If you happen to run an OS explicitly mentioned in the installation page then the installation instructions are clear. They do require installation of packages that is handled outside of the Python package manager, which I think is acceptable given the dependencies (in particular MPI). Some thoughts:

  • The documentation would benefit from a paragraph 'other Linux distributions' where a list of software dependencies is given. This allows users to easily locate the relevant packages from their distribution, instead of decyphering and translating the list of Ubuntu packages given in the example.

  • The software could be given as a meta-package, with individual toolkits also published as their own packages. This would reduce the number of dependencies if only some of the toolkits need to be used. (I do not know in detail what the inter-dependencies are of the individual toolkits that are part of spam).

  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).

Yes, there are elaborate tutorials that are well written. I encountered a broken link while following one of the tutorials (in the sentence "calculate the strains coming from the measured displacement field of this example"). One suggestion would be to include a download link to say a ZIP file of the datasets that are used in the tutorial at the beginning, so that you can download them once and then follow along.

The gallery of examples is excellent. I tried some on my system, and they all worked without fail.

  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?

Yes, the API methods is clearly documented. The API documentation is automatically generated and available on the documentation page.

  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?

Yes, with acceptable coverage.

  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Contributions, yes. For issues or seeking support, I could only find a link to a matrix.org chat room. I would suggest adding a section for reporting issues or filing requests.

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?

As someone with experience in the field of tomography, it is clear to me what the purpose of the software is, and that it fills an important void. However, I think the summary could benefit from giving some simple examples, in simple words, of 3D image measurement tasks that the software can perform.

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?

Yes, but the section is short, and would benefit from one or two sentences about each software package and what the functionality overlap is between them and spam.

  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?

It is acceptable, but I do have a number of comments.

  • My main critique is that the language is too colloquial in a number of places.

  • There are some inconsistencies with font usage: some software packages are written using a monospace font, and some are not. I would indeed write NumPy over numpy, and some official spellings of software packages are all lowercase which complicates matters. However, why are sphinx and unittest monospace, but tifffile and meshio are not? I would double check all official spellings of packages, for example it is Git not git.

  • Some of the links are not permalinks, and this is even sometimes explicitely marked as such ('currently available at').

  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

@whedon
Copy link
Collaborator Author

@whedon whedon commented Jun 2, 2020

Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @Shuang-Plum, @jwbuurlage it looks like you're currently assigned to review this paper 🎉.

⚠️ JOSS reduced service mode ⚠️

Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.

Important

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:

  1. Set yourself as 'Not watching' https://github.com/openjournals/joss-reviews:

watching

  1. You may also like to change your default settings for this watching repositories in your GitHub profile here: https://github.com/settings/notifications

notifications

For a list of things I can do to help you, just type:

@whedon commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@whedon generate pdf
@whedon
Copy link
Collaborator Author

@whedon whedon commented Jun 2, 2020

PDF failed to compile for issue #2286 with the following error:

/app/vendor/ruby-2.4.4/lib/ruby/2.4.0/psych.rb:377:in parse': (tmp/2286/docs/paper/paper.md): could not find expected ':' while scanning a simple key at line 17 column 5 (Psych::SyntaxError) from /app/vendor/ruby-2.4.4/lib/ruby/2.4.0/psych.rb:377:in parse_stream'
from /app/vendor/ruby-2.4.4/lib/ruby/2.4.0/psych.rb:325:in parse' from /app/vendor/ruby-2.4.4/lib/ruby/2.4.0/psych.rb:252:in load'
from /app/vendor/ruby-2.4.4/lib/ruby/2.4.0/psych.rb:473:in block in load_file' from /app/vendor/ruby-2.4.4/lib/ruby/2.4.0/psych.rb:472:in open'
from /app/vendor/ruby-2.4.4/lib/ruby/2.4.0/psych.rb:472:in load_file' from /app/vendor/bundle/ruby/2.4.0/bundler/gems/whedon-2081a6a6226c/lib/whedon.rb:125:in load_yaml'
from /app/vendor/bundle/ruby/2.4.0/bundler/gems/whedon-2081a6a6226c/lib/whedon.rb:85:in initialize' from /app/vendor/bundle/ruby/2.4.0/bundler/gems/whedon-2081a6a6226c/lib/whedon/processor.rb:36:in new'
from /app/vendor/bundle/ruby/2.4.0/bundler/gems/whedon-2081a6a6226c/lib/whedon/processor.rb:36:in set_paper' from /app/vendor/bundle/ruby/2.4.0/bundler/gems/whedon-2081a6a6226c/bin/whedon:55:in prepare'
from /app/vendor/bundle/ruby/2.4.0/gems/thor-0.20.3/lib/thor/command.rb:27:in run' from /app/vendor/bundle/ruby/2.4.0/gems/thor-0.20.3/lib/thor/invocation.rb:126:in invoke_command'
from /app/vendor/bundle/ruby/2.4.0/gems/thor-0.20.3/lib/thor.rb:387:in dispatch' from /app/vendor/bundle/ruby/2.4.0/gems/thor-0.20.3/lib/thor/base.rb:466:in start'
from /app/vendor/bundle/ruby/2.4.0/bundler/gems/whedon-2081a6a6226c/bin/whedon:116:in <top (required)>' from /app/vendor/bundle/ruby/2.4.0/bin/whedon:23:in load'
from /app/vendor/bundle/ruby/2.4.0/bin/whedon:23:in `

'

@usethedata
Copy link

@usethedata usethedata commented Jun 2, 2020

@Shuang-Plum and @jwbuurlage : Thanks for agreeing to review this paper. Please feel free to contact me via comment or the email in my profile if you need any assistance or if there are questions that need answering. Note, from the pre-review, that the current paper text is in a branch, and that's probably where you should clone from for your review.

@usethedata
Copy link

@usethedata usethedata commented Jun 2, 2020

@whedon generate pdf from branch spamPaper

@whedon
Copy link
Collaborator Author

@whedon whedon commented Jun 2, 2020

Attempting PDF compilation from custom branch spamPaper. Reticulating splines etc...
@whedon
Copy link
Collaborator Author

@whedon whedon commented Jun 2, 2020

@edwardando
Copy link

@edwardando edwardando commented Jun 16, 2020

@jwbuurlage @Shuang-Plum Everything under control?
I've noticed there's another DIC software we should mention in the paper, can I add it in the paper branch?

@jwbuurlage
Copy link
Collaborator

@jwbuurlage jwbuurlage commented Jun 16, 2020

Hi @edwardando, I will try to find some time this week to start working on the review process. Thanks!

@jwbuurlage
Copy link
Collaborator

@jwbuurlage jwbuurlage commented Jun 17, 2020

I have concluded my review. I would say overall the software package, documentation, and article meet the JOSS requirements, but I do have some minor comments that I would like to see addressed.

@edwardando
Copy link

@edwardando edwardando commented Jun 17, 2020

Thanks very much for your time, they are all reasonable and we'll handle them now.
@usethedata is it OK if we make these changes starting from now?

@usethedata
Copy link

@usethedata usethedata commented Jun 18, 2020

@edwardando -- yes, feel free to make the changes.

@usethedata
Copy link

@usethedata usethedata commented Jun 18, 2020

@jwbuurlage @Shuang-Plum Everything under control?
I've noticed there's another DIC software we should mention in the paper, can I add it in the paper branch?

Yes.

@edwardando
Copy link

@edwardando edwardando commented Jun 26, 2020

@jwbuurlage -- we've handled all your (pertinent and constructive) comments, thanks very much! Just two points of feedback:

  • Regarding the meta-package idea -- it's certainly of interest to sidestep some of the heavier dependencies, and we'll look into it but not in the context of this review process
  • For the fonts and capitalisation we agree it was a bit messy. We've now followed the following protocol: when talking about a project we write e.g., NumPy without monospace and with the correct capitalisation, and when referring to a package we write numpy in monospace. Do you agree with this?

@Shuang-Plum Please review this updated version of our website and paper, I'll regenerate the paper now. Please let us know if you need anything from us.

@edwardando
Copy link

@edwardando edwardando commented Jun 26, 2020

@whedon generate pdf from branch spamPaper

@whedon
Copy link
Collaborator Author

@whedon whedon commented Jun 26, 2020

Attempting PDF compilation from custom branch spamPaper. Reticulating splines etc...
@whedon
Copy link
Collaborator Author

@whedon whedon commented Jun 26, 2020

@usethedata
Copy link

@usethedata usethedata commented Jul 4, 2020

@Shuang-Plum My apologies to you and to the authors for not paying closer attention to this paper. When can you get to this review?

@usethedata
Copy link

@usethedata usethedata commented Jul 4, 2020

@whedon check references

@usethedata
Copy link

@usethedata usethedata commented Jul 4, 2020

Documentation: Out of band discussion with @Shuang-Plum indicates they will work on the review in the next week.

@edwardando
Copy link

@edwardando edwardando commented Jul 4, 2020

Perfect, we're looking forward to it!

@Shuang-Plum
Copy link
Collaborator

@Shuang-Plum Shuang-Plum commented Jul 6, 2020

So sorry for the serious delay!!!!!!! @edwardando I've updated my comments above. Overall, I really like it! I think the software is more powerful than what you've presented. I strongly recommend benchmarking it as it would show how good the software is and would attract more users. I don't think there is any major problem that definitely needs attention. All my comments are suggestions and you can decide whether you would like it or not.

@edwardando
Copy link

@edwardando edwardando commented Jul 6, 2020

Thanks very much for the review, and positive feedback!
We'll carefully go over all your comments tomorrow and report back here.

@edwardando
Copy link

@edwardando edwardando commented Jul 8, 2020

Thanks again for the comments, we've taken most of then into account, here are some notes:

  • the comments about speed and comparison to numpy/scipy have been increased and sprinkled liberally throughout the tutorials (100 times faster variance filter than scipy!!)
  • as requested we've linked many parts of the website (intro - tutorials - examples) to the paper -- however there's a non-negligible risk that the links will become stale with time.
  • in our opinion separating "tools provided" out from the introduction page of the website would render the intro page too short (and a little boring) so unless the reviewer has strong feelings about this, we'd rather keep it this way.
  • in the "use in existing work" section of the paper the Figure/s in the publications referenced have been added, along with a lot of brackets!
  • regarding the "twistable parameters" for the different functions/scripts, we agree wholeheartedly and it is something we're working on -- there are some hints in this direction for the DIC practice, and DDIC tutorials, but we fully admit that this opportunity for teaching/learning needs further development.

also since we think that we're converging we've merged the spamPaper branch into master, we'll now try to compile a new proof.

@edwardando
Copy link

@edwardando edwardando commented Jul 8, 2020

@whedon generate pdf from branch master

@whedon
Copy link
Collaborator Author

@whedon whedon commented Jul 8, 2020

Attempting PDF compilation from custom branch master. Reticulating splines etc...
@whedon
Copy link
Collaborator Author

@whedon whedon commented Jul 8, 2020

@edwardando
Copy link

@edwardando edwardando commented Jul 8, 2020

This proof is OK for us!

@usethedata
Copy link

@usethedata usethedata commented Jul 8, 2020

Noted. I will get back to this this evening.

@Shuang-Plum
Copy link
Collaborator

@Shuang-Plum Shuang-Plum commented Jul 8, 2020

It looks good! I don't have a strong preference for separating the 'tools provided' and I'm looking forward to seeing the 'twistable parameter' section in the future. For me, the tutorials and examples are sufficient to get me started on spam, but any advanced guidance for users who want to dig further would be really helpful. @edwardando

@usethedata
Copy link

@usethedata usethedata commented Jul 9, 2020

@whedon check references

@whedon
Copy link
Collaborator Author

@whedon whedon commented Jul 9, 2020

Reference check summary:

OK DOIs

- 10.1007/s00477-008-0242-6 is OK
- 10.1007/s10035-018-0863-5 is OK
- 10.1007/s11340-014-9874-2 is OK
- 10.1002/nag.2198 is OK
- 10.1016/j.ijsolstr.2019.03.015 is OK
- 10.1186/s12859-017-1934-z is OK
- 10.1180/002646100549760 is OK
- 10.1007/s11340-018-0377-4 is OK
- 10.1016/j.cma.2019.06.005 is OK
- 10.1109/MCSE.2007.55 is OK
- 10.5281/zenodo.3714194 is OK
- 10.1109/MCSE.2011.37 is OK
- 10.1016/j.commatsci.2015.02.039 is OK
- 10.1088/1742-5468/2016/03/033306 is OK
- 10.1016/j.cemconcomp.2019.103336 is OK
- 10.18637/jss.v063.i08 is OK
- 10.7717/peerj.453 is OK
- 10.1016/j.cemconcomp.2017.12.011 is OK
- 10.1007/s11012-018-0917-0 is OK
- 10.1007/s11440-018-0639-4 is OK
- 10.3389/feart.2020.00006  is OK
- 10.1088/0957-0233/26/9/095606 is OK
- 10.1088/1361-6501/aa7b48 is OK
- 10.1016/j.softx.2017.10.002 is OK
- 10.5281/zenodo.1433776 is OK
- 10.1007/s10035-019-0902-x is OK
- 10.1088/1361-6501/aa8dbf is OK
- 10.1016/j.ijsolstr.2015.04.012 is OK

MISSING DOIs

- https://doi.org/10.1680/geolett.12.00027 may be missing for title: Experimental micromechanics: grain-scale observation of sand deformation
- https://doi.org/10.1016/0167-6636(95)00044-5 may be missing for title: Stress and strain in granular assemblies
- https://doi.org/10.1002/nme.2579 may be missing for title: Gmsh: A 3-D finite element mesh generator with built-in pre-and post-processing facilities
- https://doi.org/10.1016/0020-7683(95)00240-5 may be missing for title: Computing strain fields from discrete displacement fields in 2D-solids
- https://doi.org/10.1007/s11440-019-00869-9 may be missing for title: Measuring the evolution of contact fabric in shear bands with X-ray tomography

INVALID DOIs

- https://doi.org/10.1016/j.softx.2019.100391 is INVALID because of 'https://doi.org/' prefix
- https://doi.org/10.1016/j.ijsolstr.2014.10.001 is INVALID because of 'https://doi.org/' prefix
- https://doi.org/10.1038/s41592-019-0686-2 is INVALID because of 'https://doi.org/' prefix
@usethedata
Copy link

@usethedata usethedata commented Jul 9, 2020

@edwardando -- See comment above. The invalid DOIs need to be bare DOI's in your .bib file -- remove the prefix as noted. Will you look at the five suggested DOIs to see if they are true matches (and update the .bib file accordingly) or false positives (and note that in a reply comment here)?

In your paper:

  • All of the "introduction" links I tried are 404
  • All of the "examples gallery" links I tried are 404
  • All of the "scripts page" links I tried are 404
  • It's a bit of a nit, but the three use cases under Technical Details aren't parallel construction. Suggestion:
    • Interactive use, such as in iPython or Jupyter. [...]
    • Embedded use, such as importing in user-written Python scripts
    • Standalone use, particularly of the more complex spam- scripts. [...]
  • Under State of the field, the first sentence doesn't quite parse for me. Suggested rewording: Other software packages exist for material science analysis, such as the popular commercial software Avizo, which is closed-source, cannot be inspected, and therefore has limited trust.
  • Under State of the field, second sentence also is a bit awkward. I suggest: Other open-source packages include ITK (Schroeder et al., 2003), which is a quite complex ecosystem, and ImageJ/Fiji (Rueden et al., 2017), which is not fully 3D and not well-suited to scripting or running remotely.
  • In the list of bullets under State of the Field, look at the third bullet, particularly the second line. That citation doesn't look right to me.
  • Under Getting Spam: Spell out Window Subsystem for Linux (WSL). I would also rewrite this sentence somewhat: Compilation for Windows has not been attempted given the large number of dependencies. However, users have been able to get it spam to work using Ubuntu in the Windows Subsystem for Linux (WSL).
  • Under Getting Spam, I suggest a slight rewrite of the first sentence: spam is available for Linux users with Python 3 as a PyPI package installed via pip.
@edwardando
Copy link

@edwardando edwardando commented Jul 10, 2020

@whedon check references

@whedon
Copy link
Collaborator Author

@whedon whedon commented Jul 10, 2020

Reference check summary:

OK DOIs

- 10.1007/s00477-008-0242-6 is OK
- 10.1680/geolett.12.00027 is OK
- 10.1007/s10035-018-0863-5 is OK
- 10.1016/0167-6636(95)00044-5 is OK
- 10.1007/s11340-014-9874-2 is OK
- 10.1002/nag.2198 is OK
- 10.1002/nme.2579 is OK
- 10.1016/0020-7683(95)00240-5 is OK
- 10.1680/geot.2010.60.5.315 is OK
- 10.1016/j.ijsolstr.2019.03.015 is OK
- 10.1186/s12859-017-1934-z is OK
- 10.1180/002646100549760 is OK
- 10.1007/s11340-018-0377-4 is OK
- 10.1016/j.cma.2019.06.005 is OK
- 10.1109/MCSE.2007.55 is OK
- 10.5281/zenodo.3714194 is OK
- 10.1016/j.softx.2019.100391 is OK
- 10.1109/MCSE.2011.37 is OK
- 10.1016/j.commatsci.2015.02.039 is OK
- 10.1016/j.ijsolstr.2014.10.001 is OK
- 10.1088/1742-5468/2016/03/033306 is OK
- 10.1016/j.cemconcomp.2019.103336 is OK
- 10.18637/jss.v063.i08 is OK
- 10.7717/peerj.453 is OK
- 10.1038/s41592-019-0686-2 is OK
- 10.1016/j.cemconcomp.2017.12.011 is OK
- 10.1007/s11012-018-0917-0 is OK
- 10.1007/s11440-018-0639-4 is OK
- 10.3389/feart.2020.00006  is OK
- 10.1088/0957-0233/26/9/095606 is OK
- 10.1088/1361-6501/aa7b48 is OK
- 10.1016/j.softx.2017.10.002 is OK
- 10.5281/zenodo.1433776 is OK
- 10.1007/s10035-019-0902-x is OK
- 10.1088/1361-6501/aa8dbf is OK
- 10.1007/s11440-019-00869-9 is OK
- 10.1016/j.ijsolstr.2015.04.012 is OK

MISSING DOIs

- None

INVALID DOIs

- None
@edwardando
Copy link

@edwardando edwardando commented Jul 10, 2020

@whedon generate pdf from branch master

@whedon
Copy link
Collaborator Author

@whedon whedon commented Jul 10, 2020

Attempting PDF compilation from custom branch master. Reticulating splines etc...
@whedon
Copy link
Collaborator Author

@whedon whedon commented Jul 10, 2020

@edwardando
Copy link

@edwardando edwardando commented Jul 10, 2020

@usethedata Thanks for your careful reading of the paper.
As you see above the DOIs are fixed, and we've taken all of your suggestions in the text directly.

We're just a bit worried about those 404s -- unless our website was experiencing outages yesterday,
they should all work, we've checked them individually.

Could we ask you to check them again?

@usethedata
Copy link

@usethedata usethedata commented Jul 10, 2020

The problem with the links is apparently in how some PDF readers and how the # is handled. I downloaded the PDF into Preview, and then clicked each link to make sure it would resolve. One of the introduction links, for example resolves to https://ttk.gricad-pages.univ-grenoble-alpes.fr/spam/intro.html%23image-correlation-deformation-toolkit. If I hand edit the link to https://ttk.gricad-pages.univ-grenoble-alpes.fr/spam/intro.html#image-correlation-deformation-toolkit it works. Neither Safari or Chrome. I do see, however, that the links work correctly in the Gitlab rendering of the markdown, so it's something in the PDF conversion. Testing further shows that if I open the PDF in Chrome or PDF Pen the links work. But they don't work in Safari or Preview. I'm posting a query to the other editors to see if there's a known workaround for this. I don't recall seeing this before.

@danielskatz
Copy link

@danielskatz danielskatz commented Jul 10, 2020

👋 @openjournals/dev - this is a question for you, I think. It seems to be a pandoc problem

@edwardando
Copy link

@edwardando edwardando commented Jul 10, 2020

On the firefox PDF viewer as well as okular/evince the links work OK.
However a general solution would be good.

As far as I understand the # references a position in the webpage, so they could safely be removed at the expense of some precision.
Perhaps the links to the intro are not so necessary in the end...?

@Shuang-Plum
Copy link
Collaborator

@Shuang-Plum Shuang-Plum commented Jul 10, 2020

Sorry this suggestion causes so much trouble!! If it is a pain and can not be resolved easily, we should let go of the links. I initially suggest it because when I read the text, I would click back to the website for more details. And to be honest, it worked out fine on my end no matter how I open it......

@usethedata
Copy link

@usethedata usethedata commented Jul 10, 2020

I think this # issue is going to be difficult to resolve. It's clearly a factor in how different PDF readers interpret that character in a URL. Some common PDF readers (Preview and Acrobat, in particular) are URL encoding something that shouldn't be URL encoded. So, while there's some loss in functionality, I suggest that @edwardando go in and remove the internal links (portions of the URL after the # character), then regenerate the PDF. If that looks right, then go ahead and create a Zenodo deposit. Report back here with the DOI from Zenodo and confirm the specific version that you deposited with Zenodo (or other repository like Figshare where you can get a DOI for a fixed version of the code).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.