Awesome
arxiv_daily_tools
This script converts arxiv papers (given id or title) into a certain markdown format. I utilize this script to categorize daily arxiv papers based on my research interests (awesome-neural-rendering, awesome-3D-aware-synthesis, awesome-gan-inversion, awesome-image-translation).
usage
If you find some interesting papers on arxiv today and want to add them to your paper list, please add their arxiv ids to paper_list.txt
and run the following command.
python arxiv_daily_tools.py
If you have a papers.md (like this) and would like to update some information, please use the following command.
python update_info.py
If you want to convert the markdown file to BibTeX (.bib) or BibLaTeX (.bbl) references, please use the following command.
python markdown_to_bib.py papers.md ./ --mode 1 # mode 1 is for BibTeX, and mode 1 is for BibLaTeX