-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
73 lines (41 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Description
-----------
title2bib is a module of
`bibcure <https://github.com/bibcure/bibcure>`__\ and
`scihub2pdf <https://github.com/bibcure/scihub2pdf>`__
Install
-------
::
$ sudo pip install title2bib
or if you want the full version
::
$ sudo pip install bibcure
Features and how to use
-----------------------
Given a title...
::
$ title2bib An useful paper
Given a file of titles or ids
::
$ title2bib -i titles.txt -o refs.bib
- search papers related and return the bibs
bibcure
~~~~~~~
::
$ bibcure -i input.bib -o output.bib
Given a bib file...
- check sure the Arxiv items have been published, then update them
- complete all fields(url, journal, etc) of all bib items using DOI
number
- find and create DOI number associated with each bib item which has
not DOI field
- abbreviate jorunals names
::
$ doitobib 10.1038/s41524-017-0032-0
Given a DOI number...
- get bib item given a doi
::
$ arxivcheck 1601.02785
Given a arxiv id...
- given an arixiv id, check if has been published, and then returns the
updated bib