This website works better with JavaScript.
Explore
Help
Sign In
aselimov
/
pubs
Watch
1
Star
0
Fork
You've already forked pubs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
be253f9084
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'be253f9084'
${ noResults }
pubs
/
requirements.txt
8 lines
86 B
Raw
Normal View
History
Unescape
Escape
add requirements.txt file, mock.
7 years ago
pyyaml
bibtexparser>=1.0
python-dateutil
requests
configobj
beautifulsoup4
Allow bibtex to be added from arxiv id. This allows the user to add a reference via an arXiv ID similarly to how a reference can be added from a DOI or ISBN. If the arXiv ID has a DOI associated with it (according to the arXiv server), the DOI will be used. If it does not (perhaps the paper is unpublished), then a bibtex entry will automatically be generated from the reference's metadata. Note that a potential issue with this addition is that if a paper is added before it is published (i.e., there is no DOI associated with it), and the paper is later published, the updated information will have to be manually added.
7 years ago
feedparser