-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeeds.yaml
More file actions
30 lines (27 loc) · 1.09 KB
/
Copy pathfeeds.yaml
File metadata and controls
30 lines (27 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# RSS Feed Configuration for Physics Topics
# Contains both topic-specific feeds and general feeds for all topics
# General RSS feeds used for all topics
normal_feeds:
# APS Physical Review RSS feeds
- https://feeds.aps.org/rss/recent/prl.xml
- https://feeds.aps.org/rss/prasuggestions.xml
- https://feeds.aps.org/rss/recent/pra.xml
- https://feeds.aps.org/rss/tocsec/PRA-Fundamentalconcepts.xml
- https://feeds.aps.org/rss/tocsec/PRA-Quantuminformation.xml
- https://feeds.aps.org/rss/tocsec/PRL-GeneralPhysicsStatisticalandQuantumMechanicsQuantumInformationetc.xml
- https://feeds.aps.org/rss/recent/prlsuggestions.xml
- https://feeds.aps.org/rss/recent/prx.xml
- https://feeds.aps.org/rss/recent/prxquantum.xml
# Nature journals
- https://www.nature.com/nphys.rss
- https://www.nature.com/npjqi.rss
# Quantum Journal
- https://quantum-journal.org/feed/
- https://quantum-journal.org/feed
# arXiv RSS feeds
- https://rss.arxiv.org/rss/quant-ph
# arXiv configuration (for future arXiv API integration)
arxiv:
max_results: 100
sort_by: submittedDate
sort_order: descending