Skip to content

Commit

Permalink
auto up
Browse files Browse the repository at this point in the history
  • Loading branch information
elbayadm committed Feb 26, 2018
1 parent 993a24f commit 0dc704f
Show file tree
Hide file tree
Showing 9 changed files with 3,726 additions and 3,704 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
pdfs
books
talks
PapisDir
7 changes: 3 additions & 4 deletions BibFlow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
- var papers = json from the html.
- run arxiv-sanity/parse.py to retrive titles and arxiv-links

- Get bibtex of all titles in titles.txt:
> ./getbibtex.sh arxiv-sanity/titles.txt
Alternatively:
- Run arxiv-sanity/getbib.py to download the pdfs and get the arxiv bitex
- Run arxiv-sanity/getbib.py to download the pdfs, add them to papis and get the arxiv bitex

# Useful commands:
- Search Google-Scholar for bibtex, output copied to clipboard
Expand All @@ -15,5 +12,7 @@ Alternatively:
> title2bib "Title"
- Same with up-to-date bibtex | in little doses!
> gscholar "Title"
### Not so good!
- Clean up bib file: check if arxiv paper are published, abreaviate conf names, add DOI if possible:
> bibcure -i input.bib -o output.bib
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove pdfs if satisfied with papis's sorting
Loading

0 comments on commit 0dc704f

Please sign in to comment.