-
Notifications
You must be signed in to change notification settings - Fork 35
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
arXiv submission draft branch #194
base: main
Are you sure you want to change the base?
Conversation
* remove / adjust tracked files in scipy 1.0 manuscript folder in preparation for upload to arXiv
* adjustments to repo based on tracebacks from arXiv processor * restore missing style file wlscirep.cls & place in project root; likewise for jabbrv.sty; likewise for jabbrv-ltwa-all.ldf and jabbrv-ltwa-en.ldf
Don't merge this -- was supposed to be a draft-only branch.. |
@tylerjereddy Link to preview PDF doesn't work because I'm not the "submitter of that submission" |
How about this PDF attachment to the GitHub comment: |
I gave it a quick scan, and it looks good; we also have the option to upload a v2 later on. Thank you, Tyler. |
alright, perhaps I'll aim to upload tomorrow if I don't see any specific objections |
Looks good! |
Ok, I've submitted to arXiv--it is now processing and scheduled to be announced on Thursday July 25 if everything goes well. I forwarded the pertinent email to the paper committee people, I think |
Thanks @tylerjereddy! |
Co-authors should be able to claim ownership on the arXiv posting, which is now up here: https://arxiv.org/abs/1907.10121 I'm hoping @mdhaber will help me distribute the link / password to the appropriate people. |
@tylerjereddy Sure thing; I can send an email to all the authors - and to the mailing list, if you'd like. |
I just registered on arXiv and do not currently own the paper, so I'm happy to be a guinea pig for the link/text before sending out to other co-authors |
The corresponding author should have received an email which looked like this:
This paper password is meant to be used by coauthors for claiming ownership of the preprint. (Feel free to contact me off-list for navigating around arxiv UI). |
Yes @mdhaber should have a copy of that email from last night -- it includes the password |
Ah I see you forwarded it. Thanks. Will need to do it later today, though. |
@mdhaber Do you propose that we "backport" some recent fixes in master branch into this arxiv submission branch & then proceed with submitting a revised preprint? |
Yes, if possible I'd backport everything that has been merged since the original submission. |
I'd adjusted this feature branch so that a tarball created in the following manner is successfully processed to produce a preview PDF in the arXiv system:
tar -czvf scipy-ms.tar.gz scipy-1.0
Maybe check for issues in that preview (if you can see it). Their Tex Submission Instructions do contain some points we might improve upon, like reference handling, but not sure this is worth draining time on.
Anyway, good to have more than one set of eyes before we try to submit irreversibly.