82 lines
3.4 KiB
Markdown
82 lines
3.4 KiB
Markdown
---
|
||
pageClass: routes
|
||
---
|
||
|
||
# Study
|
||
|
||
## eLife
|
||
|
||
### Latest Research-ALL
|
||
|
||
<RouteEn author="emdoe" example="/elife/latest" path="/elife/latest" />
|
||
|
||
### Latest Research-Research by Subject
|
||
|
||
<RouteEn author="emdoe" example="/elife/cell-biology" path="/elife/:subject" :paramsDesc="['topic name', 'obtain it from the homepage']" />
|
||
|
||
## Google Scholar
|
||
|
||
### Keywords Monitoring
|
||
|
||
<RouteEn author="HenryQW" path="/google/scholar/:query" example="/google/scholar/data+visualization" :paramsDesc="['query statement which supports「Basic」and「Advanced」modes']" anticrawler="1">
|
||
|
||
::: 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.
|
||
|
||
:::
|
||
|
||
1. Basic mode, sample query is the keywords desired, eg.「data visualization」, [https://rsshub.app/google/scholar/data+visualization](https://rsshub.app/google/scholar/data+visualization).
|
||
|
||
2. Advanced mode, visit [Google Scholar](https://scholar.google.com/schhp?hl=en&as_sdt=0,5), 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](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](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).
|
||
|
||
</RouteEn>
|
||
|
||
### Author citations
|
||
|
||
<RouteEn author="KellyHwong" example="/google/citations/mlmE4JMAAAAJ" path="/google/citations/:id" anticrawler="1">
|
||
|
||
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?hl=zh-CN&user=mlmE4JMAAAAJ` to `mlmE4JMAAAAJ`
|
||
|
||
</RouteEn>
|
||
|
||
## gradCafe
|
||
|
||
### gradCafe result
|
||
|
||
<RouteEn author="liecn" example="/gradcafe/result" path="/gradcafe/result" />
|
||
|
||
### gradCafe result by key words
|
||
|
||
<RouteEn author="liecn" example="/gradcafe/result/computer" path="/gradcafe/result/:type" :paramsDesc="['Keyword']"/>
|
||
|
||
## Great Britain China Centre
|
||
|
||
### Educational Trust
|
||
|
||
<RouteEn author="HenryQW" example="/gbcc/trust" path="/gbcc/trust" />
|
||
|
||
## Nature
|
||
|
||
### Nature
|
||
|
||
<RouteEn author="emdoe" example="/nature/research" path="/nature/research" />
|
||
|
||
### Nature Machine Intelligence
|
||
|
||
<RouteEn author="LogicJake" example="/nature/natmachintell/research" path="/nature/natmachintell/research" />
|
||
|
||
### Nature Neuroscience
|
||
|
||
<RouteEn author="emdoe" example="/nature/neuroscience/research" path="/nature/neuroscience/research" />
|
||
|
||
## Proceedings of The National Academy of Sciences
|
||
|
||
### Latest Articles-ALL
|
||
|
||
<RouteEn author="emdoe" example="/pnas/latest" path="/pnas/latest" />
|
||
|
||
### Latest Articles-Articles by Topic
|
||
|
||
<RouteEn author="emdoe" example="/pnas/Applied Mathematics" path="/pnas/:topic" :paramsDesc="['topic name', 'obtain it from pnas.org (new research in ...)']" />
|