All Projects → SXKDZ → arXiv-newsletter

SXKDZ / arXiv-newsletter

Licence: MIT license
A simple configurable bot for sending arXiv article alert by mail

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to arXiv-newsletter

Bayesiandeeplearning Survey
Bayesian Deep Learning: A Survey
Stars: ✭ 214 (+919.05%)
Mutual labels:  arxiv
latex-template-arxiv-preprint
A simple LaTeX template for Technical Reports, arXiv preprints & 2-column Conference papers
Stars: ✭ 70 (+233.33%)
Mutual labels:  arxiv
arXiv-title-fixer
📃 Set the correct (tab) titles for your arXiv papers containing tabs.
Stars: ✭ 41 (+95.24%)
Mutual labels:  arxiv
Triplet Attention
Official PyTorch Implementation for "Rotate to Attend: Convolutional Triplet Attention Module." [WACV 2021]
Stars: ✭ 222 (+957.14%)
Mutual labels:  arxiv
makefile4latex
A GNU Makefile for typesetting LaTeX documents.
Stars: ✭ 21 (+0%)
Mutual labels:  arxiv
awesome-rl
Awesome RL: Papers, Books, Codes, Benchmarks
Stars: ✭ 105 (+400%)
Mutual labels:  arxiv
Arxiv Latex Cleaner
arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv
Stars: ✭ 2,689 (+12704.76%)
Mutual labels:  arxiv
parxiv
a simple script to assist in making a clean directory to upload to arxiv
Stars: ✭ 26 (+23.81%)
Mutual labels:  arxiv
arxiv-graphql
🧾GraphQL API for arXiv: e-print service by Cornell University
Stars: ✭ 15 (-28.57%)
Mutual labels:  arxiv
alfred-arxiv-workflow
🔎 Alfred workflow to search arxiv.org items
Stars: ✭ 23 (+9.52%)
Mutual labels:  arxiv
Nima.pytorch
NIMA: Neural IMage Assessment
Stars: ✭ 227 (+980.95%)
Mutual labels:  arxiv
Awesome Grounding
awesome grounding: A curated list of research papers in visual grounding
Stars: ✭ 247 (+1076.19%)
Mutual labels:  arxiv
3dgan-chainer
📦 A Chainer implementation of 3D Generative Adversarial Network.
Stars: ✭ 25 (+19.05%)
Mutual labels:  arxiv
Research Paper Notes
Notes and Summaries on ML-related Research Papers (with optional implementations)
Stars: ✭ 218 (+938.1%)
Mutual labels:  arxiv
modular semantic segmentation
Corresponding implementations for the IROS 2018 paper "Modular Sensor Fusion for Semantic Segmentation"
Stars: ✭ 24 (+14.29%)
Mutual labels:  arxiv
Arxiv Collector
A little Python script to collect LaTeX sources for upload to the arXiv.
Stars: ✭ 179 (+752.38%)
Mutual labels:  arxiv
arxiv-sanity-lite
arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.
Stars: ✭ 735 (+3400%)
Mutual labels:  arxiv
userscript
My Userscripts
Stars: ✭ 30 (+42.86%)
Mutual labels:  arxiv
open-heroes
Some people that facilitate science, one way or the other
Stars: ✭ 37 (+76.19%)
Mutual labels:  arxiv
deeplearning-papernotes
No description or website provided.
Stars: ✭ 22 (+4.76%)
Mutual labels:  arxiv

arXiv-newsletter

A simple configurable bot for sending arXiv article alert by mail.

Prerequisites

PyYAML>=5.3.1
arxiv>=1.4.0

Configuration

All configurations can be found in config.yml.

  • Domains: specify search domains that articles belong to.
  • Keywords: specify article queries and support boolean expression. Note that one query sends out one mail.
  • Query config: specify query parameters, such as sort_by, sort_order. See here for detailed documentation.
  • Mail: specify sender’s mail configuration.

After setting up basic configurations, you may configure crontab schedule using crontab -e. A sample configuration can be:

0 2 * * * /path-to-script/run.py >> /path-to-script/run.log

which runs at 2 am everyday.

Example Mail

***********************************
arXiv newsletter 2020-06-04 1/3
***********************************

Query: (all:graph) AND (all:unsupervised OR all:self-supervised OR all:representation learning OR all:convolutional networks)

1. Self-supervised Training of Graph Convolutional Networks
Qikui Zhu, Bo Du, Pingkun Yan
Published at: 2020-06-03T16:53:37Z
Updated at: 2020-06-03T16:53:37Z
Categories: cs.CV

http://arxiv.org/abs/2006.02380v1

Abstract:
Omitted
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].