Skip to content

Commit

Permalink
feat: remove notOperational routes - journal
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Dec 21, 2023
1 parent 053f048 commit 302aa35
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 265 deletions.
9 changes: 0 additions & 9 deletions lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -965,9 +965,6 @@ router.get('/guet/xwzx/:type?', lazyloadRouteHandler('./routes/guet/news'));
// はてな匿名ダイアリー
router.get('/hatena/anonymous_diary/archive', lazyloadRouteHandler('./routes/hatena/anonymous_diary/archive'));

// eLife [Sci Journal]
router.get('/elife/:tid', lazyloadRouteHandler('./routes/elife/index'));

// IEEE Xplore [Sci Journal]
router.get('/ieee/author/:aid/:sortType/:count?', lazyloadRouteHandler('./routes/ieee/author'));

Expand Down Expand Up @@ -1294,9 +1291,6 @@ router.get('/cfd/gbp_div', lazyloadRouteHandler('./routes/cfd/gbp_div'));
// Monotype
router.get('/monotype/article', lazyloadRouteHandler('./routes/monotype/article'));

// Stork
router.get('/stork/keyword/:trackID/:displayKey', lazyloadRouteHandler('./routes/stork/keyword'));

// arXiv
router.get('/arxiv/:query', lazyloadRouteHandler('./routes/arxiv/query'));

Expand Down Expand Up @@ -1492,9 +1486,6 @@ router.get('/cgtn/opinions', lazyloadRouteHandler('./routes/cgtn/opinions'));
// AppSales
router.get('/appsales/:caty?/:time?', lazyloadRouteHandler('./routes/appsales/index'));

// Academy of Management
router.get('/aom/journal/:id', lazyloadRouteHandler('./routes/aom/journal'));

// iCity
router.get('/icity/:id', lazyloadRouteHandler('./routes/icity/index'));

Expand Down
107 changes: 0 additions & 107 deletions lib/routes/aom/journal.js

This file was deleted.

67 changes: 0 additions & 67 deletions lib/routes/elife/index.js

This file was deleted.

58 changes: 0 additions & 58 deletions lib/routes/stork/keyword.js

This file was deleted.

24 changes: 0 additions & 24 deletions website/docs/routes/journal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@
Return results from 2020
</Route>

## American Chemistry Society {#american-chemistry-society}

### Journal {#american-chemistry-society-journal}

<Route author="nczitzk" example="/acs/journal/jacsat" path="/aom/journal/:id" paramsDesc={['Journal id, can be found in URL']} supportScihub="1">
:::tip
See [Browse Content](https://pubs.acs.org)
:::
</Route>

## American Economic Association {#american-economic-association}

### Journal {#american-economic-association-journal}
Expand Down Expand Up @@ -134,12 +124,6 @@
| consumer | energy-resources-industrials | financial-services | government-public-services | life-sciences-healthcare | technology-media-telecommunications |
</Route>

## elife {#elife}

### Latest Research - Research by Subject {#elife-latest-research-research-by-subject}

<Route author="emdoe" example="/elife/cell-biology" path="/elife/:subject" paramsDesc={['topic name', 'obtain it from the homepage. `latest` will include all topics.']} supportScihub="1" notOperational="1" />

## ELSEVIER {#elsevier}

### Journal {#elsevier-journal}
Expand Down Expand Up @@ -423,14 +407,6 @@ You can get all short name of a journal from [https://www.nature.com/siteindex](

<Route author="Derekmini TonyRL" example="/springer/journal/10450" path="/springer/journal/:journal" paramsDesc={['Journal Code, the number in the URL from the journal homepage']} radar="1" />

## Stork 文献鸟订阅 {#stork-wen-xian-niao-ding-yue}

### 关键词 {#stork-wen-xian-niao-ding-yue-guan-jian-ci}

<Route author="xraywu" example="/stork/keyword/409159/R4j3Hbn5ia" path="/stork/keyword/:trackID/:displayKey" paramsDesc={['关键词订阅 URL 上的 trackID 参数','关键词订阅 URL 上的 displayKey 参数']} notOperational="1">
在 Stork 上注册并订阅关键词后,在 `我的` -> `关键词` 中可找到对应关键词的订阅 URL。URL 后的两个参数即为路由参数。
</Route>

## Telecompaper {#telecompaper}

### News {#telecompaper-news}
Expand Down

0 comments on commit 302aa35

Please sign in to comment.