https://github.com/edisonleeeee/arxiv-daily
arxiv-daily
https://github.com/edisonleeeee/arxiv-daily
Last synced: about 1 year ago
JSON representation
arxiv-daily
- Host: GitHub
- URL: https://github.com/edisonleeeee/arxiv-daily
- Owner: EdisonLeeeee
- Created: 2021-05-05T02:59:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T01:35:07.000Z (over 3 years ago)
- Last Synced: 2025-04-08T03:11:22.630Z (about 1 year ago)
- Language: Python
- Size: 102 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arXiv-daily
Managed and maintained by github action.
## Update: 2021/10/07
Add custom keywords to retrieve the papers you want, see:
https://github.com/EdisonLeeeee/arxiv-daily/blob/7ed3f6af2013d73139e5f57c4e7f3ebe77faf4b3/arxiv_daily_statistics.py#L117-L118
For example, papers are retrieved by keyword and the retrieved papers are written to the appropriate group `Graph.md` and `Adversarial Learning.md`.
```python
keywords = dict(Graph=['graph', 'GNN'],
Adversarial_Learning=['adversarial', 'attack', 'robust', 'defense'])
```
# Acknowledgements
[arXiv-stats](https://github.com/Lyken17/arXiv-stats)