papis/papis: VERSION 0.13
Authors/Creators
- Alejandro Gallo1
- Alex Fikl
- Nicolò Balzarotti
- Michael Plews2
- Julian Hauser
- Jackson Woodruff
- Matthieu Coudron
- gouderm
- Alexander Von Moll3
- Sébastien M. Popoff4
- Michael Rodler
- Henrik Grimler
- JP-Ellis
- Katrin Leinweber5
- Manuel Haussmann6
- Travis Wrightsman
- prataffel
- Andrew Ramsey
- Andrey Akinshin7
- Christian Heinigk8
- CosmosAtlas
- dbruggner
- hayk9
- Henning Timm10
- LGTM Migrator11
- Max Mahlke12
- Michael McMahon
- Oliver Lantwin
- Robert Schütz13
- Theodoros Tsatsoulis
- 1. Technical University of Vienna
- 2. Lawrence Berkeley National Laboratory
- 3. Air Force Research Laboratory
- 4. CNRS
- 5. @gitlabhq
- 6. Aalto University
- 7. JetBrains
- 8. RWTH Aachen University
- 9. PPPL/Columbia
- 10. University of Duisburg-Essen
- 11. @github
- 12. Institut d'Astrophysique Spatiale
- 13. UC Berkeley
Description
papis_id key (#449)
In order to make plugin writing easier we have decided to introduce a
papis_id key in the document's info files. This key essentially functions as
a UUID for the document. Many commands have gained support for this, e.g.
papis list --id query
papis open papis_id:someid
For more information see the documentation.
Important: This change requires updating the database backend. This can be
done by simply clearing the cache using papis --cc.
papis doctor command (#421)
A new papis doctor command was introduced that can be used to check that
document information is correct, up to date, or is nicely linted. The command
also supports fixing incorrect information for many cases!
It can be used as
papis doctor --checks files --explain query
There are several useful checks implemented already (non-exhaustive list):
files: checks that the document files actually exist in the file system.keys-exist: checks that the provided keys exist in the document.bibtex-type: checks that the document type is a valid BibTeX type.refs: checks that the document ref exists and does not contain invalid characters.
For more information see the documentation.
New:papis citations command (#451)
A new papis citations command was added to handle retrieving citation
information for a document. This includes both papers cited by the document
and those which cite the document itself.
For more information see the documentation.
New: Add DBLP support (#489)Add support for the DBLP database. The database can now be explored using
papis explore dblp -q query pick
and documents can be imported directly using the DBLP key or URL
papis add --from dblp 'conf/iccg/EncarnacaoAFFGM93'
Major improvements to the web application (#424)
The Papis web application, which can be accessed with papis serve, has seen
major development since the last version. It now has support for
- editing of
info.yamlfile of a document (requiresace.js). - viewing document PDF files directly in the browser (requires
pdfjs). - viewing LaTeX in titles, abstracts and others (requires
KaTeX). - exporting the document to BibTeX.
- showing citations for the document.
- showing errors from
papis doctor. - showing a timeline for queried documents.
And many other general interface and robustness improvements.
Other noteworthy features- A major overhaul of the README (#415).
- Consistent use of ANSI colors (#462).
- Better notes handling in
papis update(#404),papis edit(#391) and the papis picker (#319). - Improvements to BiBTeX export ( #412 #444 #443 #468).
- Support NO_COLOR (#437).
- Major overhaul of the
papis configcommand, which can now show defaults and select specific sections (#454). - Fix shell completion on
bash,zsh, andfish(#478). - Update the logging format (#465).
- Updated multiple downloaders to support the latest version of the website and for better data extraction ( #441 #447).
- Avoid downloading files on
papis addin certain scenarios (#505). - Recognize
DjVufiles correctly (#522). - Add USENIX downloader (#523).
- Support remote URLs in
papis addto(#541). - Add
sort-reverseconfiguration option (#543).
Files
papis/papis-v0.13.zip
Files
(1.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:b15567bf102b7ee05c0d4d916f52c2d3
|
1.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/papis/papis/tree/v0.13 (URL)