Giter Site home page Giter Site logo

paperdaily-crawl's Introduction

Paper Daily

Paper Daily is a simple tool to get what interest you from arxiv based on categories, key words in title/abstract and authors. You can write your configuration in directory configs/(config.json is an example) and run the flask application(python -m flask --app app.flask.app run) to get the result.

A simple example

config.json:

{
    "categories": ["cs.AI"],
    "keywd_in_title": ["Diffusion", "Transformer", "CNN"],
    "keywd_in_abstract": ["GAN"],
    "author": ["David"]
}

This configuration means you are interested in papers of cs.AI with keyword "Diffusion", "Transformer" or "CNN" in the title, or "GAN" in the abstract, or the author is David.

Under the directory of this project, run python -m flask --app app.flask.app run to start a flask server. Available url formats are as follows:

  1. /cs/?date=2023-09-21&categories=cs.AI&keywd_in_title=Diffusion,Transformer,CNN: list papers published/updated in 2023-09-21 of cs.AI with "Diffusion", "Transformer" or "CNN" in the title.

Pattern: /<primary_set>/?date=%Y-%m-%d&categories=<c1>,...,<cn>&keywd_in_title=<kt1>,...,<ktm>&keywd_in_abstract=<ka1>,...,<kap>&authors=<a1>,...,<ar>.

  1. /config/<config_name>/yesterday or /config/<config_name>/1: list papers published/updated in cs primary category yesterday that satisfy the constraints specified by configs/<config_name>.json.

Patter: /config/<config_name>/<number>: list papers <number> days ago according to configuration <config_name>.json.

Available primary set: see ArxivAsset.primary_set in arxiv.py.

Available categories: see ArxivAsset.categories_set in arxiv.py.

Roadmap

  • More fancy/useful website
    • search inputbox
    • keyword highlight
    • link to arxiv
  • More intelligent
    • sort papers according to the configuration
    • filter by semantic rather than simple phrase-matching

paperdaily-crawl's People

Contributors

xiaoxuan42 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.