Coder Social home page Coder Social logo

arxivtobibtex's People

Contributors

ssp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

arxivtobibtex's Issues

BibLaTeX output

It might be interesting to also output BibLaTeX code, which has better support for preprints. The output for the suggested example would be

@online{1510.01797,
  author = {Hans-E. Porst and Ross Street},
  title = {Generalizations of the Sweedler dual},
  year = {2015},
  eprint = {1510.01797},
  eprinttype = {arxiv},
  eprintclass = {math.CT},  
}

The fun thing about this is that it is then possible to let your backend automatically create links to the abstract page (or the pdf if you like).

Plaintext output

It might be interesting to have an API returning plaintext. This would be useful if you want to automatically generated BibTeX files by running an external script scraping .aux for arXiv-like citations, and then writing the appropriate output to a BibTeX file.

Add link to paper on result page

Having a link to the paper on the arXiv you just searched for could be useful, e.g. by making the arXiv identifier in the BibTeX output clickable.

arXiv papers are @unpublished

The arXiv hosts preprints (though the papers might later be published too). You should therefore generate @Unpublished{} BibTeX entries rather than @Article{} entries. The correct format should be:

@Unpublished{
AUTOR = " author";
TITLE = "title";
NOTE = "arXiv preprint, available at \url{arXiv:1510.01719}";
YEAR = "2015";
}

HTML and wiki settings omit the last author

It looks like the HTML and wiki setting omit the last author - e.g. for 2005.00897:
the bibtex entry gives:

Author = {Timothy P. McKenna and Jeremy D. Witmer and Rishi N. Patel and Wentao Jiang and Raphaël Van Laer and Patricio Arrangoiz-Arriola and E. Alex Wollack and Jason F. Herrmann and Amir H. Safavi-Naeini}

But the HTML button gives:
Timothy P. McKenna, Jeremy D. Witmer, Rishi N. Patel, Wentao Jiang, Raphaël Van Laer, Patricio Arrangoiz-Arriola, E. Alex Wollack, Jason F. Herrmann

and the Wiki entry gives:
Timothy P. McKenna, Jeremy D. Witmer, Rishi N. Patel, Wentao Jiang, Raphaël Van Laer, Patricio Arrangoiz-Arriola, E. Alex Wollack, Jason F. Herrmann.

API to resolve an arXiv URL to BibTeX

A DOI URL may be resolved to BibTeX like so:

curl -sLH "Accept: text/bibliography; style=bibtex" "https://doi.org/10.1101/071282"

Is there a similar API for resolving an arXiv URL? The following for example returns XML rather than BibTeX.

curl -sLH "Accept: text/bibliography; style=bibtex" "http://export.arxiv.org/api/query?search_query=1708.01492"

Doesn't work with `quant-ph` in the link.

When I tried to retrieve information for the article https://arxiv.org/abs/quant-ph/0304179, the website gave the result of another article in the math category:

@misc{math/0304179,
Author = {Sean Sather-Wagstaff},
Title = {Complete intersection dimension for complexes},
Year = {2003},
Eprint = {arXiv:math/0304179},
}

Similar bugs were found for links like: https://arxiv.org/abs/quant-ph/*some numbers*.

Output of names

Based on the issues explained at this TeX.se question it might be a better idea to put the names (if possible from the meta data that arXiv provides of course) in a different order.

Add Markdown format

Hello,
Thank you for the useful website!

May you add the markdown format as well?
It should be easy as it's like the Wiki format, just the link is formatted differently.
For example:
[arXiv:1909.08344](http://arxiv.org/abs/1909.08344)
instead of
[http://arxiv.org/abs/1909.08344 arXiv:1909.08344].

I will find it even more useful.
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.