scipy-conference / scipy_proceedings

Tools used to generate the SciPy conference proceedings
Other
228 stars 528 forks source link

Paper: example paper for review #835

Closed deniederhut closed 1 year ago

deniederhut commented 1 year ago

If you are creating this PR in order to submit a draft of your paper, see http://procbuild.scipy.org/ for logs generated by the build process.

See the project readme for more information.

Editor: !--editor-->@mepa<!--end-editor--

Reviewers: !--reviewers-list-->@deniederhut<!--end-reviewers-list--

deniederhut commented 1 year ago

@scoobies assign @mepa as editor

scoobies commented 1 year ago

Assigned! @mepa is now the editor

deniederhut commented 1 year ago

@scoobies add @deniederhut to reviewers

scoobies commented 1 year ago

@deniederhut added to the reviewers list!

deniederhut commented 1 year ago

@scoobies check references

scoobies commented 1 year ago
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1017/CBO9780511808432 is OK
- 10.1109/MCSE.2007.55 is OK
- 10.5281/zenodo.3509134 is OK
- 10.1038/s41592-019-0686-2 is OK

MISSING DOIs

- 10.25080/majora-92bf1922-00a may be a valid DOI for title: Data Structures for Statistical Computing in Python

INVALID DOIs

- None
deniederhut commented 1 year ago

@scoobies help

scoobies commented 1 year ago

Hello @deniederhut, here are the things you can ask me to do:


# List all available commands
@scoobies help

# Show our community Code of Conduct and Guidelines
@scoobies code of conduct

# Add to this issue's reviewers list
@scoobies add @username to reviewers

# Remove from this issue's reviewers list
@scoobies remove @username from reviewers

# Assign a user as the editor of this submission
@scoobies assign @username as editor

# Remove the editor assigned to this submission
@scoobies remove editor

# Add a user to this issue's assignees list
@scoobies add assignee: @username

# Remove a user from this issue's assignees list
@scoobies remove assignee: @username

# Builds paper
@scoobies build paper

# Checks build status
@scoobies build status

# Check the references of the paper for missing DOIs
# Optionally, it can be run on a non-default branch 
@scoobies check references
@scoobies check references from branch custom-branch-name

# Label issue with: paper
@scoobies mark paper

# Label issue with: needs-review. Remove labels: unready, needs-more-review, pending-comment, ready
@scoobies mark needs review

# Label issue with: needs-more-review. Remove labels: unready, needs-review, pending-comment, ready
@scoobies mark needs more review

# Label issue with: pending-comment. Remove labels: unready, needs-review, needs-more-review, ready
@scoobies mark pending comment

# Label issue with: ready. Remove labels: unready, needs-review, needs-more-review, pending-comment
@scoobies mark ready

# Label issue with: unready. Remove labels: needs-review, needs-more-review, pending-comment, ready
@scoobies mark not ready

# Label issue with: does_not_build:server
@scoobies mark server fail

# Remove labels: does_not_build:server
@scoobies mark server success