๐ฌ Scientific Journal โ
Google
โ
Scholar Author Citations
โ
๐ฅ 826๐ข Passed Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/google/citations/mlmE4JMAAAAJ
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /google/citations/:id
๐ Parameters:
id
- Required
- Description: N
๐ Source Code: /google/citations.ts
The parameter id in the route is the id in the URL of the user's Google Scholar reference page, for example https://scholar.google.com/citations?user=mlmE4JMAAAAJ
to mlmE4JMAAAAJ
.
Query parameters are also supported here, for example https://scholar.google.com/citations?user=mlmE4JMAAAAJ&sortby=pubdate
to mlmE4JMAAAAJ&sortby=pubdate
. Please make sure that the user id (mlmE4JMAAAAJ
in this case) should be the first parameter in the query string.
Scholar Keywords Monitoring
โ
๐ฅ 304๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/google/scholar/data+visualization
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /google/scholar/:query
๐ Parameters:
query
- Required
- Description: query statement which supportsใBasicใandใAdvancedใmodes
๐ Source Code: /google/scholar.ts
WARNING
Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability.
Basic mode, sample query is the keywords desired, eg.ใdata visualizationใ, https://rsshub.app/google/scholar/data+visualization.
Advanced mode, visit Google Scholar, click the top left corner and selectใAdvanced Searchใ, fill in your conditions and submit the search. The URL should look like this: https://scholar.google.com/scholar?as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5, copy everything after
https://scholar.google.com/scholar?
from the URL and use it as the query for this route. The complete URL for the above example should look like this: https://rsshub.app/google/scholar/as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5.
Academia
โ
interest
โ
๐ฅ 468๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/academia/topic/Urban_History
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /academia/topic/:interest
๐ Parameters:
interest
- Required
- Description: interest
๐ Source Code: /academia/topics.ts
ไธญๅฝ็ฅ็ฝ
โ
็ฝ็ป้ฆๅ
โ
๐ฅ 210๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/cnki/journals/debut/LKGP
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /cnki/journals/debut/:name
๐ Parameters:
name
- Required
- Description: ๆๅ็ผฉๅ๏ผๅฏไปฅๅจ็ฝๅไธญๅพๅฐ
๐ Source Code: /cnki/debut.ts
ไฝ่
โ
TIP
ๅฏ่ฝไป
้ไธญๅฝๅคง้ๆๅกๅจ่ฎฟ้ฎ๏ผไปฅๅฎ้
ๆ
ๅตไธบๅใ
ๆๅ
โ
๐ก Example: https://rsshub.app/cnki/journals/LKGP
๐๏ธ Route: /cnki/journals/:name
๐ Parameters:
name
- Required
- Description: ๆๅ็ผฉๅ๏ผๅฏไปฅๅจ็ฝๅไธญๅพๅฐ
๐ Source Code: /cnki/journals.ts
Nature Journal
โ
TIP
You can get all short name of a journal from https://www.nature.com/siteindex or Journal List.
Latest Research
โ
๐ฅ 159๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nature/research/ng
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /nature/research/:journal?
๐ Parameters:
journal
- Optional
- Description: short name for a journal,
nature
by default
๐ Source Code: /nature/research.ts
:journal | Full Name of the Journal | Route |
---|---|---|
nature | Nature | /nature/research/nature |
nbt | Nature Biotechnology | /nature/research/nbt |
neuro | Nature Neuroscience | /nature/research/neuro |
ng | Nature Genetics | /nature/research/ng |
ni | Nature Immunology | /nature/research/ni |
nmeth | Nature Method | /nature/research/nmeth |
nchem | Nature Chemistry | /nature/research/nchem |
nmat | Nature Materials | /nature/research/nmat |
natmachintell | Nature Machine Intelligence | /nature/research/natmachintell |
- Using router (
/nature/research/
+ "short name for a journal") to query latest research paper for a certain journal of Nature Publishing Group. If the:journal
parameter is blank, then latest research of Nature will return. - The journals from NPG are run by different group of people, and the website of may not be consitent for all the journals
- Only abstract is rendered in some researches
Nature News
โ
๐ฅ 16๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nature/news
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /nature/news
๐ Source Code: /nature/news.ts
Cover Story
โ
๐ก Example: https://rsshub.app/nature/cover
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /nature/cover
๐ Source Code: /nature/cover.ts
Subscribe to the cover images of the Nature journals, and get the latest publication updates in time.
Research Highlight
โ
๐ฅ 10๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nature/highlight
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /nature/highlight/:journal?
๐ Parameters:
journal
- Optional
- Description: short name for a journal,
nature
by default
๐ Source Code: /nature/highlight.ts
WARNING
Only some journals are supported.
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /nature/news-and-comment/:journal?
๐ Parameters:
journal
- Optional
- Description: N/A
๐ Source Code: /nature/news-and-comment.ts
Journal List
โ
๐ก Example: https://rsshub.app/nature/siteindex
๐๏ธ Route: /nature/siteindex
๐ Source Code: /nature/siteindex.ts
Springer
โ
Journal
โ
๐ก Example: https://rsshub.app/springer/journal/10450
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /springer/journal/:journal
๐ Parameters:
journal
- Required
- Description: Journal Code, the number in the URL from the journal homepage
๐ Source Code: /springer/journal.ts
American Economic Association
โ
Journal
โ
๐ฅ 131๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/aeaweb/aer
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /aeaweb/:id
๐ Parameters:
id
- Required
- Description: Journal id, can be found in URL
๐ Source Code: /aeaweb/index.ts
The URL of the journal American Economic Review is https://www.aeaweb.org/journals/aer
, where aer
is the id of the journal, so the route for this journal is /aeaweb/aer
.
TIP
More jounals can be found in AEA Journals.
IEEE Xplore
โ
IEEE Journal Articles
โ
๐ฅ 115๐ข Passed Test
๐ก Example: https://rsshub.app/ieee/journal/6287639/preprint
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /ieee/journal/:punumber/:earlyAccess?
๐ Parameters:
punumber
- Required
- Description: Publication Number, look for
punumber
in the URL
earlyAccess
- Optional
- Description: Optional, set any value to get early access articles
๐ Source Code: /ieee/journal.ts
IEEE Author Articles
โ
IEEE Computer Society
โ
IEEE Symposium on Security and Privacy
โ
๐ฅ 83๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/ieee-security/security-privacy
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /ieee-security/security-privacy
๐ Source Code: /ieee-security/sp.ts
Return results from 2020
Science Magazine
โ
Blogs
โ
๐ฅ 77๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/science/blogs/pipeline
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /science/blogs/:name?
๐ Parameters:
name
- Optional
- Description: Short name for the blog, get this from the url. Defaults to pipeline
๐ Source Code: /science/blogs.ts
To subscribe to IN THE PIPELINE by Derek Loweโs or the science editor's blog, use the name parameter pipeline
or editors-blog
.
Cover Story
โ
๐ฅ 1๐จ Strict Anti-crawling๐ Support Radar
๐ก Example: https://rsshub.app/science/cover
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /science/cover
๐ Source Code: /science/cover.ts
Subscribe to the cover images of Science journals, and get the latest publication updates in time.
Including 'Science', 'Science Advances', 'Science Immunology', 'Science Robotics', 'Science Signaling' and 'Science Translational Medicine'.
Current Issue
โ
๐จ Strict Anti-crawling๐งช Support Sci-Hub๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/science/current/science
๐๏ธ Route: /science/current/:journal?
๐ Parameters:
journal
- Optional
- Description: Short name for a journal
๐ Source Code: /science/current.ts
Short name | Full name of the journal | Route |
---|---|---|
science | Science | /science/current/science |
sciadv | Science Advances | /science/current/sciadv |
sciimmunol | Science Immunology | /science/current/sciimmunol |
scirobotics | Science Robotics | /science/current/scirobotics |
signaling | Science Signaling | /science/current/signaling |
stm | Science Translational Medicine | /science/current/stm |
- Using route (
/science/current/
+ "short name for a journal") to get current issue of a journal from AAAS. - Leaving it empty (
/science/current
) to get update from Science.
First Release
โ
๐จ Strict Anti-crawling๐งช Support Sci-Hub๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/science/early
๐๏ธ Route: /science/early/:journal?
๐ Parameters:
journal
- Optional
- Description: Short name for a journal
๐ Source Code: /science/early.ts
only Science, Science Immunology and Science Translational Medicine have first release
ACM Special Interest Group on Security Audit and Control
โ
The ACM Conference on Computer and Communications Security
โ
๐ฅ 76๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/sigsac/ccs
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /sigsac/ccs
๐ Source Code: /sigsac/ccs.ts
Return results from 2020
Trending Papers
โ
Trending Papers on arXiv
โ
๐ก Example: https://rsshub.app/trendingpapers/papers
๐ฅ Top Feeds on Folo:
- Trending Papers on arXiv.org | All categories | Since beginning | Cited and uncited papers |
- Trending Papers on arXiv.org | Computer Science - Computer Vision and Pattern Recognition | 7 days | Only cited papers |
๐๏ธ Route: /trendingpapers/papers/:category?/:time?/:cited?
๐ Parameters:
category
- Optional
- Description: Category of papers, can be found in URL.
All categories
by default.
time
- Optional
- Description: Time like
24 hours
to specify the duration of ranking, can be found in URL.Since beginning
by default.
cited
- Optional
- Description: Cited or uncited papers, can be found in URL.
Cited and uncited papers
by default.
๐ Source Code: /trendingpapers/papers.ts
Oxford University Press
โ
Oxford Academic - Journal
โ
๐ฅ 38๐จ Strict Anti-crawling๐ Support Radar
๐ก Example: https://rsshub.app/oup/journals/adaptation
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /oup/journals/:name
๐ Parameters:
name
- Required
- Description: short name for a journal, can be found in URL
๐ Source Code: /oup/index.ts
National Bureau of Economic Research
โ
All Papers
โ
๐ฅ 23๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nber/papers
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /nber/papers
๐ Source Code: /nber/all.ts
New Papers
โ
๐ฅ 12๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nber/new
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /nber/new
๐ Source Code: /nber/new.ts
Papers that are published in this week.
INSPIRE
โ
Literature Search
โ
๐ฅ 26๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/inspirehep/literature/Physics
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /inspirehep/literature/:q
๐ Parameters:
q
- Required
- Description: Search keyword
๐ Source Code: /inspirehep/literature.ts
Author Search
โ
Network and Distributed System Security (NDSS) Symposium
โ
Accepted papers
โ
๐ฅ 22๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/ndss-symposium/ndss
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /ndss-symposium/ndss
๐ Source Code: /ndss-symposium/ndss.ts
Return results from 2020
USENIX
โ
Security Symposia
โ
๐ก Example: https://rsshub.app/usenix/usenix-security-sympoium
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /usenix/usenix-security-sympoium
๐ Source Code: /usenix/usenix.ts
Return results from 2020
;login:
โ
๐ฅ 2๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/usenix/loginonline
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /usenix/loginonline
๐ Source Code: /usenix/loginonline.ts
Link Research
โ
Articles
โ
๐ฅ 19๐ข Passed Test
๐ก Example: https://rsshub.app/linkresearcher/category=theses&columns=Nature%20ๅฏผ่ฏป&subject=็็ฉ
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /linkresearcher/:params
๐ Parameters:
params
- Required
- Description: search parameters, support
category
,subject
,columns
,query
๐ Source Code: /linkresearcher/index.ts
Cool Papers
โ
Category
โ
๐ฅ 10๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/papers/category/arxiv/cs.AI
๐ฅ Top Feeds on Folo:
- Artificial Intelligence | Cool Papers - Immersive Paper Discovery
- Operating Systems | Cool Papers - Immersive Paper Discovery
๐๏ธ Route: /papers/category/:id{.+}?
๐ Parameters:
id{.}
- Optional
- Description: N/A
๐ Source Code: /papers/category.ts
TIP
To subscribe to Artificial Intelligence (cs.AI) (https://papers.cool/arxiv/cs.AI), extract arxiv/cs.AI
from the URL as the category
parameter. The resulting route will be /papers/category/arxiv/cs.AI
.
More categories
Astrophysics (astro-ph) โ
Instrumentation and Methods for Astrophysics (astro-ph.IM) | Solar and Stellar Astrophysics (astro-ph.SR) |
---|---|
arxiv/astro-ph.IM | arxiv/astro-ph.SR |
Condensed Matter (cond-mat) โ
General Relativity and Quantum Cosmology (gr-qc) โ
General Relativity and Quantum Cosmology (gr-qc) |
---|
arxiv/gr-qc |
High Energy Physics - Experiment (hep-ex) โ
High Energy Physics - Experiment (hep-ex) |
---|
arxiv/hep-ex |
High Energy Physics - Lattice (hep-lat) โ
High Energy Physics - Lattice (hep-lat) |
---|
arxiv/hep-lat |
High Energy Physics - Phenomenology (hep-ph) โ
High Energy Physics - Phenomenology (hep-ph) |
---|
arxiv/hep-ph |
High Energy Physics - Theory (hep-th) โ
High Energy Physics - Theory (hep-th) |
---|
arxiv/hep-th |
Mathematical Physics (math-ph) โ
Mathematical Physics (math-ph) |
---|
arxiv/math-ph |
Nonlinear Sciences (nlin) โ
Pattern Formation and Solitons (nlin.PS) |
---|
arxiv/nlin.PS |
Nuclear Experiment (nucl-ex) โ
Nuclear Experiment (nucl-ex) |
---|
arxiv/nucl-ex |
Nuclear Theory (nucl-th) โ
Nuclear Theory (nucl-th) |
---|
arxiv/nucl-th |
Physics (physics) โ
Plasma Physics (physics.plasm-ph) | Popular Physics (physics.pop-ph) | Space Physics (physics.space-ph) |
---|---|---|
arxiv/physics.plasm-ph | arxiv/physics.pop-ph | arxiv/physics.space-ph |
Quantum Physics (quant-ph) โ
Quantum Physics (quant-ph) |
---|
arxiv/quant-ph |
Mathematics (math) โ
Mathematics (math) | Algebraic Geometry (math.AG) | Algebraic Topology (math.AT) | Analysis of PDEs (math.AP) | Category Theory (math.CT) |
---|---|---|---|---|
arxiv/math | arxiv/math.AG | arxiv/math.AT | arxiv/math.AP | arxiv/math.CT |
Group Theory (math.GR) | History and Overview (math.HO) | Information Theory (math.IT) | K-Theory and Homology (math.KT) | Logic (math.LO) |
---|---|---|---|---|
arxiv/math.GR | arxiv/math.HO | arxiv/math.IT | arxiv/math.KT | arxiv/math.LO |
Mathematical Physics (math.MP) | Metric Geometry (math.MG) | Number Theory (math.NT) | Numerical Analysis (math.NA) | Operator Algebras (math.OA) |
---|---|---|---|---|
arxiv/math.MP | arxiv/math.MG | arxiv/math.NT | arxiv/math.NA | arxiv/math.OA |
Spectral Theory (math.SP) | Statistics Theory (math.ST) | Symplectic Geometry (math.SG) |
---|---|---|
arxiv/math.SP | arxiv/math.ST | arxiv/math.SG |
Computer Science (cs) โ
Emerging Technologies (cs.ET) | Formal Languages and Automata Theory (cs.FL) | General Literature (cs.GL) | Graphics (cs.GR) | Hardware Architecture (cs.AR) |
---|---|---|---|---|
arxiv/cs.ET | arxiv/cs.FL | arxiv/cs.GL | arxiv/cs.GR | arxiv/cs.AR |
Numerical Analysis (cs.NA) | Operating Systems (cs.OS) | Other Computer Science (cs.OH) | Performance (cs.PF) | Programming Languages (cs.PL) |
---|---|---|---|---|
arxiv/cs.NA | arxiv/cs.OS | arxiv/cs.OH | arxiv/cs.PF | arxiv/cs.PL |
Robotics (cs.RO) | Social and Information Networks (cs.SI) | Software Engineering (cs.SE) | Sound (cs.SD) | Symbolic Computation (cs.SC) |
---|---|---|---|---|
arxiv/cs.RO | arxiv/cs.SI | arxiv/cs.SE | arxiv/cs.SD | arxiv/cs.SC |
Systems and Control (cs.SY) |
---|
arxiv/cs.SY |
Quantitative Biology (q-bio) โ
Quantitative Biology (q-bio) | Biomolecules (q-bio.BM) | Cell Behavior (q-bio.CB) | Genomics (q-bio.GN) | Molecular Networks (q-bio.MN) |
---|---|---|---|---|
arxiv/q-bio | arxiv/q-bio.BM | arxiv/q-bio.CB | arxiv/q-bio.GN | arxiv/q-bio.MN |
Tissues and Organs (q-bio.TO) |
---|
arxiv/q-bio.TO |
Quantitative Finance (q-fin) โ
Statistics (stat) โ
Statistics (stat) | Applications (stat.AP) | Computation (stat.CO) | Machine Learning (stat.ML) | Methodology (stat.ME) |
---|---|---|---|---|
arxiv/stat | arxiv/stat.AP | arxiv/stat.CO | arxiv/stat.ML | arxiv/stat.ME |
Other Statistics (stat.OT) | Statistics Theory (stat.TH) |
---|---|
arxiv/stat.OT | arxiv/stat.TH |
Electrical Engineering and Systems Science (eess) โ
Economics (econ) โ
Economics (econ) | Econometrics (econ.EM) | General Economics (econ.GN) | Theoretical Economics (econ.TH) |
---|---|---|---|
arxiv/econ | arxiv/econ.EM | arxiv/econ.GN | arxiv/econ.TH |
Topic
โ
๐ฅ 2๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/papers/query/Detection
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /papers/query/:keyword{.+}?
๐ Parameters:
keyword{.}
- Optional
- Description: N/A
๐ Source Code: /papers/query.ts
TIP
If you subscibe to arXiv Paper queryed by Detection, where the URL is https://papers.cool/arxiv/search?highlight=1&query=Detection
, extract the part https://papers.cool/
to the end, and use it as the parameter to fill in. Therefore, the route will be /papers/query/Detection
.
Category | id |
---|---|
arXiv Paper queryed by Detection | query/Detection |
arXiv Paper queryed by Segmentation | query/Segmentation |
็คพ็งๆๅ็ฝ
โ
ไธญๅฝ็คพไผ็งๅญฆ้ขๅญฆๆฏๆๅๆน้ต
็คพไผๅญฆ็ ็ฉถ
โ
๐ฅ 11๐ข Passed Test
๐ก Example: https://rsshub.app/ajcass/shxyj/2024/1
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /ajcass/shxyj/:year?/:issue?
๐ Parameters:
year
- Optional
- Description: Year of the issue,
null
for the lastest
issue
- Optional
- Description: Issue number,
null
for the lastest
๐ Source Code: /ajcass/shxyj.ts
caa.reviews
โ
Book Reviews
โ
๐ฅ 6๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/caareviews/book
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /caareviews/book
๐ Source Code: /caareviews/book.ts
Exhibition Reviews
โ
๐ฅ 3๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/caareviews/exhibition
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /caareviews/exhibition
๐ Source Code: /caareviews/exhibition.ts
Essays
โ
๐ฅ 2๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/caareviews/essay
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /caareviews/essay
๐ Source Code: /caareviews/essay.ts
The University of Chicago Press: Journals
โ
Current Issue
โ
๐ฅ 8๐จ Strict Anti-crawling๐ Support Radar
๐ก Example: https://rsshub.app/uchicago/journals/current/jpe
๐ฅ Top Feeds on Folo:
- Journal of Political Economy | Vol 133, No 5
- Journal of the Association of Environmental and Resource Economists | Vol 12, No 4
๐๏ธ Route: /uchicago/journals/current/:journal
๐ Parameters:
journal
- Required
- Description: Journal id, can be found in URL. Browse journals by title
๐ Source Code: /uchicago/current.ts
BioOne
โ
Featured articles
โ
๐ฅ 4๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/bioone/featured
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bioone/featured
๐ Source Code: /bioone/featured.ts
Journals
โ
๐ฅ 2๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/bioone/journals/acta-chiropterologica
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bioone/journals/:journal?
๐ Parameters:
journal
- Optional
- Description: Journals, can be found in URL
๐ Source Code: /bioone/journal.ts
MDPI
โ
Journal
โ
๐ก Example: https://rsshub.app/mdpi/analytica
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mdpi/:journal
๐ Parameters:
journal
- Required
- Description: Journal Name, get it from the journal homepage
๐ Source Code: /mdpi/journal.ts
ๆฎไธ็คพไผ็งๅญฆ็ ็ฉถๆ
โ
ๆๆฐๆ็ซ
โ
๐ก Example: https://rsshub.app/pacilution/latest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pacilution/latest
๐ Source Code: /pacilution/latest.ts
ScienceDirect
โ
Call for Papers
โ
๐ก Example: https://rsshub.app/sciencedirect/call-for-paper/education
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /sciencedirect/call-for-paper/:subject
๐ Parameters:
subject
- Required
- Description: ๅญฆ็งๅ็ฑป๏ผไพๅฆโeducationโ
๐ Source Code: /sciencedirect/call-for-paper.ts
sciencedirect.com/browse/calls-for-papers?subject=education
-> /sciencedirect/call-for-paper/education
Current Issue
โ
๐ก Example: https://rsshub.app/sciencedirect/journal/journal-of-financial-economics/current
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /sciencedirect/journal/:id/current
๐ Parameters:
id
- Required
- Description: Journal id, can be found in URL
๐ Source Code: /sciencedirect/current-issue.ts
Journal
โ
๐ก Example: https://rsshub.app/sciencedirect/journal/research-policy
๐๏ธ Route: /sciencedirect/journal/:id
๐ Parameters:
id
- Required
- Description: Journal id, can be found in URL
๐ Source Code: /sciencedirect/journal.ts
ไธๆตทๅคงๅญฆ
โ
ไธๆตทๅคงๅญฆ็ธๅ ณ็ฝ็ฝ็ซ
ใ็คพไผใๆๅฟๅฝๆ็ฎๅฝ
โ
๐ก Example: https://rsshub.app/journals/society/current
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /shu/journals/society/current
๐ Source Code: /shu/society.ts
American Institute of Physics
โ
Journal
โ
๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/aip/aapt/ajp
๐๏ธ Route: /aip/:pub/:jrn
๐ Parameters:
pub
- Required
- Description: Publisher id
jrn
- Required
- Description: Journal id
๐ Source Code: /aip/journal.ts
Refer to the URL format pubs.aip.org/:pub/:jrn
TIP
More jounals can be found in AIP Publications.
Annual Reviews
โ
Journal
โ
๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/annualreviews/anchem
๐๏ธ Route: /annualreviews/:id
๐ Parameters:
id
- Required
- Description: Journal id, can be found in URL
๐ Source Code: /annualreviews/index.ts
The URL of the journal Annual Review of Analytical Chemistry is https://www.annualreviews.org/journal/anchem
, where anchem
is the id of the journal, so the route for this journal is /annualreviews/anchem
.
TIP
More jounals can be found in Browse Journals.
INFORMS
โ
Category
โ
๐ก Example: https://rsshub.app/informs/mnsc
๐๏ธ Route: /informs/:category?
๐ Parameters:
category
- Optional
- Description: Category, can be found in the url of the page,
orsc
by default
๐ Source Code: /informs/index.ts
็ฎก็ไธ็
โ
ๅ็ฑป
โ
๐ก Example: https://rsshub.app/mwm
๐๏ธ Route: /mwm/:category?
๐ Parameters:
category
- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๆฌๆ่ฆ็ฎ
๐ Source Code: /mwm/index.ts
ๆฌๆ่ฆ็ฎ | ็ฝ็ป้ฆๅ | ๅญฆๆฏๆดปๅจ | ้็ฅๅ ฌๅ |
---|---|---|---|
bqym | wlsf | xshd | tzgg |
nymity
โ
CensorBib Updates
โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/nymity/censorbib
๐๏ธ Route: /nymity/censorbib
๐ Source Code: /nymity/censorbib.ts
PubScholar ๅ
ฌ็ๅญฆๆฏๅนณๅฐ
โ
Explore
โ
๐ก Example: https://rsshub.app/pubscholar/explore
๐๏ธ Route: /pubscholar/explore/:category?/:keyword?
๐ Parameters:
category
- Optional
- Description: Category, see the table below,
articles
by default
keyword
- Optional
- Description: Search Keyword
๐ Source Code: /pubscholar/explore.ts
Articles / ่ฎบๆ | Patents / ไธๅฉ | Reports / ้ขๅๅฟซๆฅ | Information / ๅจๆๅฟซ่ฎฏ | Datasets / ็งๅญฆๆฐๆฎ | Books / ๅพไนฆ |
---|---|---|---|---|---|
articles | patents | bulletins | reports | sciencedata | books |
Royal Society of Chemistry
โ
Journal
โ
๐ก Example: https://rsshub.app/rsc/journal/ta
๐๏ธ Route: /rsc/journal/:id/:category?
๐ Parameters:
id
- Required
- Description: Journal id, can be found in URL
category
- Optional
- Description: Category, see below, All Recent Articles by default
๐ Source Code: /rsc/journal.ts
TIP
All journals at Current journals
All Recent Articles | Advance Articles |
---|---|
allrecentarticles | advancearticles |
Telecompaper
โ
News
โ
๐ก Example: https://rsshub.app/telecompaper/news/mobile/2020/China/News
๐๏ธ Route: /telecompaper/news/:caty/:year?/:country?/:type?
๐ Parameters:
caty
- Required
- Description: Category, see table below
year
- Optional
- Description: Year. The year in respective category page filter,
all
for unlimited year, empty by default
country
- Optional
- Description: Country or continent,
all
for unlimited country or continent, empty by default
type
- Optional
- Description: Type, can be found in the
Types
filter,all
for unlimited type, unlimited by default
๐ Source Code: /telecompaper/news.ts
Category
WIRELESS | BROADBAND | VIDEO | GENERAL | IT | INDUSTRY RESOURCES |
---|---|---|---|---|---|
mobile | internet | boardcast | general | it | industry-resources |
TIP
If country
or type
includes empty space, use -
instead. For example, United States
needs to be replaced with United-States
, White paper
needs to be replaced with White-paper
Filters in INDUSTRY RESOURCES only provides Content Type
which corresponds to type
. year
and country
are not supported.
Search
โ
๐ก Example: https://rsshub.app/telecompaper/search/Nokia
๐๏ธ Route: /telecompaper/search/:keyword?/:company?/:sort?/:period?
๐ Parameters:
keyword
- Optional
- Description: Keyword
company
- Optional
- Description: Company name, empty by default
sort
- Optional
- Description: Sorting, see table below,
Date Descending
by default
period
- Optional
- Description: Date selection, Last 12 months by default
๐ Source Code: /telecompaper/search.ts
Sorting
Date Ascending | Date Descending |
---|---|
1 | 2 |
Date selection
1 month | 3 months | 6 months | 12 months | 24 months |
---|---|---|---|---|
1 | 3 | 6 | 12 | 24 |
X-MOL
โ
Journal
โ
๐ก Missing Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/x-mol/paper/0/9
๐๏ธ Route: /x-mol/paper/:type/:magazine
๐ Parameters:
type
- Required
- Description: type
magazine
- Required
- Description: magazine
๐ Source Code: /x-mol/paper.ts