Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbarbary/paper-tools
Scripts for preparing manuscripts for astronomical journals.
https://github.com/kbarbary/paper-tools
Last synced: about 1 month ago
JSON representation
Scripts for preparing manuscripts for astronomical journals.
- Host: GitHub
- URL: https://github.com/kbarbary/paper-tools
- Owner: kbarbary
- License: other
- Created: 2013-08-29T06:22:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T06:25:03.000Z (about 11 years ago)
- Last Synced: 2024-05-09T19:19:29.014Z (6 months ago)
- Language: Python
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
paper-tools
===========Scripts for preparing manuscripts for astronomical journals.
* `shorten.py`: Shorten author list in `.bbl` file and save modified file
to `{filename}.short`. Usage:shorten.py [-n NUMBER] FILENAME
where `NUMBER` is the maximum number of authors to allow before the author
list is shortened to First Author, et al. Default is 8.* `submission_prep.py`: Prepare files for submission to ApJ or arXiv. Usage:
submission_prep.py [-a] FILENAME OUTDIR
See script for more details. `-a` prepares for submission to arXiv rather
than ApJ.