vector icon indicating copy to clipboard operation
vector copied to clipboard

first draft for a potential JOSS paper

Open Saransh-cpp opened this issue 6 months ago • 2 comments

Description

The draft PDF can be downloaded from - https://github.com/scikit-hep/vector/actions/runs/10420364323

JOSS paper format - https://joss.readthedocs.io/en/latest/paper.html JOSS submission guidelines - https://joss.readthedocs.io/en/latest/submitting.html

Checklist

  • [ ] Have you followed the guidelines in our Contributing document?
  • [ ] Have you checked to ensure there aren't any other open Pull Requests for the required change?
  • [ ] Does your submission pass pre-commit? ($ pre-commit run --all-files or $ nox -s lint)
  • [ ] Does your submission pass tests? ($ pytest or $ nox -s tests)
  • [ ] Does the documentation build with your changes? ($ cd docs; make clean; make html or $ nox -s docs)
  • [ ] Does your submission pass the doctests? ($ pytest --doctest-plus src/vector/ or $ nox -s doctests)

Before Merging

  • [ ] Summarize the commit messages into a brief review of the Pull request.

Saransh-cpp avatar Aug 16 '24 12:08 Saransh-cpp