Git Product home page Git Product logo

arxiv_parser's Introduction

arxiv_parser

function

parsering for arxiv_sanity

  1. parsing the rank of [hype month, hype week, recent month, recent week]
  2. searching monitoring keyword from arxiv (from hype month, hype week, recent month, recent week)

enviroments

  • macOS Big Sur 11.5.2
  • python 3.8.4
  • requirements.txt

args

- parser_type: str, default='hype-week', choices=['recent-week', 'recent-month', 'hype-week', 'hype-month', 'all'] # parsing type from arxiv_sanity, if all, it will process all of choices
- keywork: str # monitoring keyword (parsing from title, abstract of papers)
- head: int, default=15  # the number of parsing from top rank

how to use

  1. command
$ python3 parser.py --parser_type "all" --keyword "variationl" --head 15 # processing all
$ python3 parser.py --parser_type "hype-week" --keyword "variationl" --head 15 # processing separately
  1. bash command file just double click parser.command
    • before use, check absolute dir of parser.py
    • before use, check chmod 777 on parser.command

results

/results
    /21-12-28 # automatic set to current date
        /top # top ranking, you can adjust to head
            hype-month_2021-12-28.csv
            hype-week_2021-12-28.csv
            recent-month_2021-12-28.csv
            recent-week_2021-12-28.csv
        /keword # monitoring keyword
            /variational
                hype-month_2021-12-28_variational.csv
                hype-week_2021-12-28_variational.csv
                recent-month_2021-12-28_variational.csv
                recent-week_2021-12-28_variational.csv
            ...
    ...

how_to_use_shell_img

caution

  1. Be careful with overwriting when saving results csv
  2. If you request "get" to arxiv web page more than 100 times, the server may be down.
  3. For searching monitoring keyword, it parses from 100 papers data.

update log

21.12.28

  1. init project, ver 1.0

21.12.29

  1. add bash command file on mac (to use double click)

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.