v0.3.0 - ArXiv Adapters
Adds new adapters to convert dorsal/arxiv schema-validated records to:
- BibTeX (
.bib) - RIS (
.ris) - Markdown (
.md)
Example:
$ dorsal run dorsalhub/arxiv-pdf ./examples/9304001v1.pdf --export=md
---
arxiv_id: solv-int/9304001
year: 1993
categories:
doi: 10.1016/0375-9601(93)90705-5
---
# q-Discrete Toda Molecule Equation
**Authors:** Kenji Kajiwara, Yasuhiro Ohta, Junkichi Satsuma
## Abstract
A q-discrete version of the two-dimensional Toda molecule equation is
proposed through the direct method. Its solution, B\"acklund transformation and
Lax pair are discussed. The reduction to the q-discrete cylindrical Toda
molecule equation is also discussed.
Outputs saved successfully:
↳ /home/user/sandbox/arxiv-pdf/9304001v1.dorsal.json
↳ /home/user/sandbox/arxiv-pdf/9304001v1.md$ dorsal run dorsalhub/arxiv-pdf ./examples/9304001v1.pdf --export=bibtex
@misc{solv-int_9304001,
title = {q-Discrete Toda Molecule Equation},
author = {Kenji Kajiwara and Yasuhiro Ohta and Junkichi Satsuma},
eprint = {solv-int/9304001},
archivePrefix = {arXiv},
primaryClass = {solv-int},
doi = {10.1016/0375-9601(93)90705-5},
url = {https://arxiv.org/abs/solv-int/9304001},
year = {1993}
}
Outputs saved successfully:
↳ /home/user/sandbox/arxiv-pdf/9304001v1.dorsal.json
↳ /home/user/sandbox/arxiv-pdf/9304001v1.bib$ dorsal run dorsalhub/arxiv-pdf ./examples/9304001v1.pdf --export=ris
TY - PREP
T1 - q-Discrete Toda Molecule Equation
AU - Kenji Kajiwara
AU - Yasuhiro Ohta
AU - Junkichi Satsuma
AB - A q-discrete version of the two-dimensional Toda molecule equation is
proposed through the direct method. Its solution, B\"acklund transformation and
Lax pair are discussed. The reduction to the q-discrete cylindrical Toda
molecule equation is also discussed.
PY - 1993
KW - solv-int
KW - hep-th
KW - nlin.SI
DO - 10.1016/0375-9601(93)90705-5
UR - https://arxiv.org/abs/solv-int/9304001
M3 - solv-int/9304001
ER -
Outputs saved successfully:
↳ /home/user/sandbox/arxiv-pdf/9304001v1.dorsal.json
↳ /home/user/sandbox/arxiv-pdf/9304001v1.risFull Changelog: v0.2.0...v0.3.0