Giter VIP home page Giter VIP logo

arxiv_tools's Introduction

Structure

├── README.md
├── email
│   └── user_email.list
├── flask
├── papers
│   └── 2016-01-05
│       └── cs.cv
└── spider
  • email folder include the scripts of send emails to users
  • flask folder include the scripts of our web interface
  • papers folder include the paper we get from arxiv.com, named by data-time, and the subfolder in the folder of date-time is the research area such as cs.cv
  • spider include the scripts to scrawl the papers from arxiv.

The link with the research area

https://arxiv.org/list/cs.CV/pastweek?skip=0&show=1000

Sqite Data (no support now)

user_id user_nickname user_email subject
1 hello [email protected] cs_cv
2 hello [email protected] cs_kl
3 hello2 [email protected] cs_cv

TODO

  • extract the information of the pdf
  • add the support of multi thread to download pdfs
  • add the config of the url including research area
  • add the module to write the all paper info to a file in the pdf folder 'summary.csv'
    • [] add the support of filter the download failed files in the summary.csv
  • add the email to format the area email to the users
  • add the flask module including add the user email
  • add the module that python read the pdf files, detailed in Python读取PDF内容
  • [] replace the write file to sqite data
    • [] replace write_file with write_sqite_file
    • [] replace the run() in deploy_email and deploy_download_pdfs.py to be sqite version
  • [] add the module of the paper recommendation

How to deploy

  • deploy_download_pdfs.py: Scrapy the pdfs each week according the user_info.csv
  • deploy_email.py: Send the emails

arxiv_tools's People

Contributors

burness avatar

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.