337 lines
16 KiB
Markdown
337 lines
16 KiB
Markdown
---
|
||
pageClass: routes
|
||
---
|
||
|
||
# 科学期刊
|
||
|
||
## Academy of Management
|
||
|
||
### Journal
|
||
|
||
<Route author="nczitzk" example="/aom/journal/amr" path="/aom/journal/:id" :paramsDesc="['期刊 id,见下表']" supportScihub="1">
|
||
|
||
| Id | 名称 |
|
||
| --------- | ------------------------------------------ |
|
||
| annals | Academy of Management Annals |
|
||
| amd | Academy of Management Discoveries |
|
||
| amgblproc | Academy of Management Global Proceedings |
|
||
| amj | Academy of Management Journal |
|
||
| amle | Academy of Management Learning & Education |
|
||
| amp | Academy of Management Perspectives |
|
||
| amproc | Academy of Management Proceedings |
|
||
| amr | Academy of Management Review |
|
||
|
||
</Route>
|
||
|
||
## arXiv
|
||
|
||
### 搜索关键字
|
||
|
||
<Route author="nczitzk" example="/arxiv/search_query=all:electron&start=0&max_results=10" path="/arxiv/:query" :paramsDesc="['查询语句']" anticrawler="1">
|
||
|
||
参见 [arXiv API 用户手册](https://arxiv.org/help/api/user-manual) 查看所有查询参数。
|
||
|
||
路由中的参数 query 处填写 `http://export.arxiv.org/api/query?` 后的内容。
|
||
|
||
</Route>
|
||
|
||
## BioOne
|
||
|
||
### Featured articles
|
||
|
||
<Route author="nczitzk" example="/bioone/featured" path="/bioone/featured"/>
|
||
|
||
### Journals
|
||
|
||
<Route author="nczitzk" example="/bioone/journals/acta-chiropterologica" path="/bioone/journals/:journal?" :paramsDesc="['期刊名,可在期刊页地址栏中找到']"/>
|
||
|
||
## Cell
|
||
|
||
### 主刊
|
||
|
||
<Route author="yech1990" example="/cell/cell/current" path="/journals/cell/cell/:category" supportScihub="1"/>
|
||
|
||
| `:category` | 类型说明 | 路由 |
|
||
| :---------: | :---------: | ---------------------------------------------------------- |
|
||
| current | 本期刊物 (默认选项) | [/cell/cell/current](https://rsshub.app/cell/cell/current) |
|
||
| inpress | 在线发表 | [/cell/cell/inpress](https://rsshub.app/cell/cell/inpress) |
|
||
|
||
</Route>
|
||
|
||
### 封面故事
|
||
|
||
<Route author="yech1990" example="/cell/cover" path="/cell/cover" />
|
||
|
||
订阅 Cell 系列杂志的封面图片,并及时获取刊物更新状态。
|
||
|
||
包含了: 'cell'、 'cancer-cell'、 'cell-chemical-biology'、 'cell-host-microbe'、 'cell-metabolism'、 'cell-reports'、 'cell-reports-physical-science'、 'cell-stem-cell'、 'cell-systems'、 'chem'、 'current-biology'、 'developmental-cell'、 'immunity'、 'joule'、 'matter'、 'molecular-cell'、 'neuron'、 'one-earth' 和'structure'。
|
||
|
||
</Route>
|
||
|
||
## Deloitte
|
||
|
||
<Route author="laampui" example="/deloitte/industries/consumer" path="/deloitte/industries/:category?" :paramsDesc="['默认为 energy-resources-industrials']">
|
||
|
||
| 消费行业 | 能源、资源及工业行业 | 金融服务行业 | 政府及公共服务 | 生命科学与医疗行业 | 科技、传媒及电信行业 |
|
||
| -------- | ---------------------------- | ------------------ | -------------------------- | ------------------------ | ----------------------------------- |
|
||
| consumer | energy-resources-industrials | financial-services | government-public-services | life-sciences-healthcare | technology-media-telecommunications |
|
||
|
||
</Route>
|
||
|
||
## elife
|
||
|
||
### 最新成果
|
||
|
||
<Route author="emdoe HenryQW" example="/elife/cell-biology" path="/elife/:subject" :paramsDesc="['方向名称', '请在主页获取。`latest` 则为全部。']" supportScihub="1"/>
|
||
|
||
## ELSEVIER
|
||
|
||
### 最新文章
|
||
|
||
<Route author="Derekmini sunwolf-swb" example="/elsevier/signal-processing/latest" path="/elsevier/:journal/latest" :paramsDesc="['期刊名称,复制 URL 中 tocSection 部分']" radar="1" rssbud="1">
|
||
|
||
</Route>
|
||
|
||
### 指定卷中的文章
|
||
|
||
<Route author="Derekmini sunwolf-swb" example="/elsevier/signal-processing/vol/192" path="/elsevier/:journal/vol/:id" :paramsDesc="['期刊名称,复制 URL 中 tocSection 部分','卷号 (如果 `Issue` 存在,使用 `Volume-Issue`, e.g., `/elsevier/aace-clinical-case-reports/vol/7-6`)']" radar="1" rssbud="1">
|
||
|
||
</Route>
|
||
|
||
## IEEE Xplore
|
||
|
||
### 作者
|
||
|
||
<Route author="queensferryme" example="/ieee/author/37283006000/newest/10" path="/ieee/author/:aid/:sortType/:count?" :paramsDesc="['作者 ID,可以在 URL 中找到,例如 [https://ieeexplore.ieee.org/author/37283006000](https://ieeexplore.ieee.org/author/37283006000)', '排序方式,详细见下', '数量限制,默认为 10 篇']">
|
||
|
||
| 排序方式 | 最新 | 最旧 | 最多论文引用 | 最多专利引用 | 最流行 | 标题升序 | 标题降序 |
|
||
| ----------- | -------- | -------- | ----------------- | ------------------ | -------------- | --------------- | ---------------- |
|
||
| `:sortType` | `newest` | `oldest` | `paper-citations` | `patent-citations` | `most-popular` | `pub-title-asc` | `pub-title-desc` |
|
||
|
||
</Route>
|
||
|
||
### 最新文章
|
||
|
||
<Route author="Derekmini auto-bot-ty" example="/ieee/70/latest/vol" path="/ieee/:journal/latest/vol/:sortType?" :paramsDesc="['期刊名称,复制 URL 中 punumber 部分','排序方式,默认`vol-only-seq`,复制 URL 中 sortType 部分']" radar="1" rssbud="1">
|
||
|
||
</Route>
|
||
|
||
### 最新文章(近两个月)
|
||
|
||
<Route author="Derekmini auto-bot-ty" example="/ieee/78/latest/date" path="/ieee/:journal/latest/date/:sortType?" :paramsDesc="['期刊名称,复制 URL 中 punumber 部分','排序方式,默认`vol-only-seq`,复制 URL 中 sortType 部分']" radar="1" rssbud="1">
|
||
|
||
当期刊的文章条目过多时,按照 `vol-only-seq` 排序方式可能将近期更新文章淹没在旧条目中,故只筛选当前月与上个月内发表的文章。
|
||
|
||
</Route>
|
||
|
||
## INFORMS
|
||
|
||
### 类型
|
||
|
||
<Route author="Fatpandac" example="/informs/mnsc" path="/informs/:category?" :paramsDesc="['类型, 可以在 url 中得到,默认为 `orsc`']"/>
|
||
|
||
## JASA
|
||
|
||
### 最新文章
|
||
|
||
<Route author="Derekmini auto-bot-ty" example="/jasa/latest" path="/jasa/latest" radar="1" rssbud="1">
|
||
|
||
</Route>
|
||
|
||
### 专栏
|
||
|
||
<Route author="Derekmini" example="/jasa/section/ANIMAL+BIOACOUSTICS" path="/jasa/section/:id" :paramsDesc="['专栏名称,复制 URL 中 tocSection 部分']" radar="1" rssbud="1">
|
||
|
||
| Section | REFLECTIONS | ANIMAL BIOACOUSTICS | others |
|
||
| :-----: | :---------: | :-----------------: | :----: |
|
||
| `:id` | REFLECTIONS | ANIMAL+BIOACOUSTICS | ... |
|
||
|
||
</Route>
|
||
|
||
## Nature 系列
|
||
|
||
### 最新成果
|
||
|
||
<Route author="yech1990" example="/nature/research/ng" path="/nature/research/:journal" :paramsDesc="['期刊名简写']" />
|
||
|
||
| `:journal` | 期刊名 | 路由 |
|
||
| :-----------: | :-------------------------: | ---------------------------------------------------------------------------------- |
|
||
| nature | Nature | [/nature/research/nature](https://rsshub.app/nature/research/nature) |
|
||
| nbt | Nature Biotechnology | [/nature/research/nbt](https://rsshub.app/nature/research/nbt) |
|
||
| neuro | Nature Neuroscience | [/nature/research/neuro](https://rsshub.app/nature/research/neuro) |
|
||
| ng | Nature Genetics | [/nature/research/ng](https://rsshub.app/nature/research/ng) |
|
||
| ni | Nature Immunology | [/nature/research/ni](https://rsshub.app/nature/research/ni) |
|
||
| nmeth | Nature Method | [/nature/research/nmeth](https://rsshub.app/nature/research/nmeth) |
|
||
| nchem | Nature Chemistry | [/nature/research/nchem](https://rsshub.app/nature/research/nchem) |
|
||
| nmat | Nature Materials | [/nature/research/nmat](https://rsshub.app/nature/research/nmat) |
|
||
| natmachintell | Nature Machine Intelligence | [/nature/research/natmachintell](https://rsshub.app/nature/research/natmachintell) |
|
||
|
||
- 通过 `/nature/research/` + “杂志简写” 来获取对应杂志的最新文章(Latest Research)。
|
||
若参数置空(`/nature/research`),则默认获取主刊(Nature)的最新文章。
|
||
- 由于 Nature 系列的刊物是分别由不同的编辑来独立运营,所以页面格式上有些差异。目前**仅**对以下杂志进行了测试。
|
||
- 由于权限的限制,目前仅获取论文的摘要进行展示。
|
||
|
||
</Route>
|
||
|
||
### 新闻及评论
|
||
|
||
<Route author="yech1990" example="/nature/news-and-comment/ng" path="/nature/news-and-comment/:journal" :paramsDesc="['期刊名简写']" supportScihub="1"/>
|
||
|
||
| `:journal` | 期刊名 | 路由 |
|
||
| :-----------: | :-------------------------: | -------------------------------------------------------------------------------------------------- |
|
||
| nbt | Nature Biotechnology | [/nature/news-and-comment/nbt](https://rsshub.app/nature/news-and-comment/nbt) |
|
||
| neuro | Nature Neuroscience | [/nature/news-and-comment/neuro](https://rsshub.app/nature/news-and-comment/neuro) |
|
||
| ng | Nature Genetics | [/nature/news-and-comment/ng](https://rsshub.app/nature/news-and-comment/ng) |
|
||
| ni | Nature Immunology | [/nature/news-and-comment/ni](https://rsshub.app/nature/news-and-comment/ni) |
|
||
| nmeth | Nature Method | [/nature/news-and-comment/nmeth](https://rsshub.app/nature/news-and-comment/nmeth) |
|
||
| nchem | Nature Chemistry | [/nature/news-and-comment/nchem](https://rsshub.app/nature/news-and-comment/nchem) |
|
||
| nmat | Nature Materials | [/nature/news-and-comment/nmat](https://rsshub.app/nature/news-and-comment/nmat) |
|
||
| natmachintell | Nature Machine Intelligence | [/nature/news-and-comment/natmachintell](https://rsshub.app/nature/news-and-comment/natmachintell) |
|
||
|
||
- 通过 `/nature/research/` + “杂志简写” 来获取对应杂志的最新文章(Latest Research)。
|
||
主刊由于格式不同,该 router 并未支持,采用 `/nature/news` 来获取新闻。
|
||
- 由于 Nature 系列的刊物是分别由不同的编辑来独立运营,所以页面格式上有些差异。目前**仅**对以下杂志进行了测试。
|
||
|
||
</Route>
|
||
|
||
### 封面故事
|
||
|
||
<Route author="yech1990" example="/nature/cover" path="/nature/cover" />
|
||
|
||
订阅 Nature 系列杂志的封面图片,并及时获取刊物更新状态。
|
||
|
||
</Route>
|
||
|
||
### 主刊 - 新闻动态
|
||
|
||
<Route author="yech1990" example="/nature/news" path="/nature/news" />
|
||
|
||
### 主刊 - 精彩研究
|
||
|
||
<Route author="yech1990" example="/nature/highlight" path="/nature/highlight" supportScihub="1"/>
|
||
|
||
## Oxford University Press
|
||
|
||
### Oxford Academic
|
||
|
||
#### 期刊
|
||
|
||
<Route author="Fatpandac" example="/oup/journals/adaptation" path="/oup/journals/:name" :paramsDesc="['期刊名称缩写,可以在网址中得到']" anticrawler="1"/>
|
||
|
||
## PNAS
|
||
|
||
### 最新文章(可筛选领域)
|
||
|
||
<Route author="emdoe yech1990" example="/pnas/Applied Mathematics" path="/pnas/:topic" :paramsDesc="['领域名称','可从 pnas.org 获得']" supportScihub="1"/>
|
||
|
||
- 通过 `/pnas/` + “领域名称” 来获取对应 “领域” 的最新文章(Latest Research)。
|
||
若参数置空(`/pnas`)或为 latest(`/pnas/latest`),则默认获取全部文章。
|
||
|
||
</Route>
|
||
|
||
## PubMed
|
||
|
||
### 热门文章
|
||
|
||
<Route author="yech1990" example="/pubmed/trending" path="/pubmed/trending" supportScihub="1"/>
|
||
|
||
## Science 系列
|
||
|
||
### 本期刊物
|
||
|
||
<Route author="yech1990" example="/sciencemag/current/science" path="/sciencemag/current/:journal" :paramsDesc="['期刊名简写']" supportScihub="1"/>
|
||
|
||
| `:journal` | 期刊名 | 路由 |
|
||
| :--------: | :----------------------------: | ---------------------------------------------------------------------------------- |
|
||
| science | Science | [/sciencemag/current/science](https://rsshub.app/sciencemag/current/science) |
|
||
| advances | Science Advances | [/sciencemag/current/advances](https://rsshub.app/sciencemag/current/advances) |
|
||
| immunology | Science Immunology | [/sciencemag/current/immunology](https://rsshub.app/sciencemag/current/immunology) |
|
||
| robotics | Science Robotics | [/sciencemag/current/robotics](https://rsshub.app/sciencemag/current/robotics) |
|
||
| stke | Science Signaling | [/sciencemag/current/stke](https://rsshub.app/sciencemag/current/stke) |
|
||
| stm | Science Translational Medicine | [/sciencemag/current/stm](https://rsshub.app/sciencemag/current/stm) |
|
||
|
||
- 通过 `/sciencemag/current/` + “杂志简写” 来获取对应杂志最新一期的文章(Current Issue)。
|
||
若参数置空(`/sciencemag/current`),则默认获取主刊(Science)的最新文章。
|
||
|
||
</Route>
|
||
|
||
### 封面故事
|
||
|
||
<Route author="yech1990" example="/sciencemag/cover" path="/sciencemag/cover" />
|
||
|
||
订阅 Science 系列杂志的封面图片,并及时获取刊物更新状态。
|
||
|
||
包含了: ‘Science’, 'Science Advances', 'Science Immunology', 'Science Robotics', 'Science Signaling' 和 'Science Translational Medicine'。
|
||
|
||
</Route>
|
||
|
||
### 主刊 - 在线发表
|
||
|
||
<Route author="yech1990" example="/sciencemag/early/science" path="/sciencemag/early/science" supportScihub="1"/>
|
||
|
||
*仅支持 Science 主刊*
|
||
|
||
</Route>
|
||
|
||
## ScienceDirect
|
||
|
||
### Journal
|
||
|
||
<Route author="nczitzk" example="/sciencedirect/journal/research-policy" path="/sciencedirect/journal/:id" :paramsDesc="['期刊 id,可在对应期刊页 URL 中找到']"/>
|
||
|
||
## Stork 文献鸟订阅
|
||
|
||
### 关键词
|
||
|
||
<Route author="xraywu" example="/stork/keyword/409159/R4j3Hbn5ia" path="/stork/keyword/:trackID/:displayKey" :paramsDesc="['关键词订阅 URL 上的 trackID 参数','关键词订阅 URL 上的 displayKey 参数']">
|
||
|
||
在 Stork 上注册并订阅关键词后,在 `我的` -> `关键词` 中可找到对应关键词的订阅 URL。URL 后的两个参数即为路由参数。
|
||
|
||
</Route>
|
||
## X-MOL 平台
|
||
|
||
### 期刊
|
||
|
||
<Route author="cssxsh" example="/x-mol/paper/0/9" path="/x-mol/paper/:type/:magazine" :paramsDesc="['类别','机构,两个参数都可从期刊URL获取。']" />
|
||
|
||
## 谷歌学术
|
||
|
||
### 关键词更新
|
||
|
||
<Route author="HenryQW" example="/google/scholar/data+visualization" path="/google/scholar/:query" :paramsDesc="['查询语句, 支持「简单」和「高级」两种模式:']" anticrawler="1">
|
||
|
||
1. 简单模式,例如「data visualization」, <https://rsshub.app/google/scholar/data+visualization>.
|
||
2. 高级模式,前往 [Google Scholar](https://scholar.google.com/schhp?hl=zh-cn\&as_sdt=0,5), 点击左上角,选择高级搜索并提交查询。此时 URL 应为: <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=zh-CN&as_sdt=0%2C5>, 复制`https://scholar.google.com/scholar?`后的所有语句作为本路由的查询参数。例子所对应的完整路由为<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=zh-CN&as_sdt=0%2C5>.
|
||
|
||
</Route>
|
||
|
||
### 作者引用更新
|
||
|
||
<Route author="KellyHwong" example="/google/citations/mlmE4JMAAAAJ" path="/google/citations/:id" anticrawler="1">
|
||
|
||
路由中的参数 id,即用户谷歌学术引用页面 url 中的 id,如 <https://scholar.google.com/citations?hl=zh-CN&user=mlmE4JMAAAAJ> 中 user= 后的 mlmE4JMAAAAJ。
|
||
|
||
</Route>
|
||
|
||
## 管理世界
|
||
|
||
### 分类
|
||
|
||
<Route author="nczitzk" example="/mvm" path="/mvm/:category?" :paramsDesc="['分类,见下表,默认为本期要目']">
|
||
|
||
| 本期要目 | 网络首发 | 学术活动 | 通知公告 |
|
||
| ---- | ---- | ---- | ---- |
|
||
| bqym | wlsf | xshd | tzgg |
|
||
|
||
</Route>
|
||
|
||
## 中国知网
|
||
|
||
### 期刊
|
||
|
||
<Route author="Fatpandac" example="/cnki/journals/LKGP" path="/cnki/journals/:name" :paramsDesc="['期刊缩写,可以在网址中得到']"/>
|
||
|
||
### 网络首发
|
||
|
||
<Route author="Fatpandac" example="/cnki/journals/debut/LKGP" path="/cnki/journals/debut/:name" :paramsDesc="['期刊缩写,可以在网址中得到']"/>
|