fix: (docs) modify space and chinese/english comma (#8597)

Co-authored-by: Tony <TonyRL@users.noreply.github.com>
This commit is contained in:
Derek
2021-11-27 23:27:38 +00:00
committed by GitHub
co-authored by Tony
parent b1c0ecbfd0
commit 8568686157
2 changed files with 9 additions and 7 deletions
+5 -5
View File
@@ -104,7 +104,7 @@ Google Scholar has strict anti-crawling mechanism implemented, the demo below do
<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`
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>
@@ -112,15 +112,15 @@ The parameter id in the route is the id in the URL of the user ’s Google Schol
### Latest Research
<RouteEn author="Derekmini auto-bot-ty" example="/ieee/70/latest/vol" path="/:journal/latest/date/:sortType?" :paramsDesc="['Journal Name, get it from punumber of the URL','Sort Type, default: `vol-only-seq`,get it from sortType of the URL']" radar="1" rssbud="1">
<RouteEn author="Derekmini auto-bot-ty" example="/ieee/70/latest/vol" path="/:journal/latest/vol/:sortType?" :paramsDesc="['Journal Name, get it from punumber of the URL','Sort Type, default: `vol-only-seq`, get it from sortType of the URL']" radar="1" rssbud="1">
</RouteEn>
### Latest Research (Last 2 month)
<RouteEn author="Derekmini auto-bot-ty" example="/ieee/78/latest/date" path="/:journal/latest/date/:sortType?" :paramsDesc="['Journal Name, get it from punumber of the URL','Sort Type, default: `vol-only-seq`,get it from sortType of the URL']" radar="1" rssbud="1">
<RouteEn author="Derekmini auto-bot-ty" example="/ieee/78/latest/date" path="/:journal/latest/date/:sortType?" :paramsDesc="['Journal Name, get it from punumber of the URL','Sort Type, default: `vol-only-seq`, get it from sortType of the URL']" radar="1" rssbud="1">
Due to the large number of paper entries, new entries may always at the end of entries, so only articles published in the current month and the previous month are filtered.
New items may always at the end of the list, when the number of paper entries is too large. So we only filtered those articles published in the current month and the previous month.
</RouteEn>
@@ -134,7 +134,7 @@ Due to the large number of paper entries, new entries may always at the end of e
### Section Research
<RouteEn author="Derekmini" example="/jasa/section/ANIMAL+BIOACOUSTICS" path="/jasa/section/:id" :paramsDesc="['Section Name,get it from tocSection of the URL']" radar="1" rssbud="1">
<RouteEn author="Derekmini" example="/jasa/section/ANIMAL+BIOACOUSTICS" path="/jasa/section/:id" :paramsDesc="['Section Name, get it from tocSection of the URL']" radar="1" rssbud="1">
| Section | REFLECTIONS | ANIMAL BIOACOUSTICS | others |
| :-----: | :---------: | :-----------------: | :----: |
+4 -2
View File
@@ -108,13 +108,15 @@ pageClass: routes
### 最新文章
<Route author="Derekmini auto-bot-ty" example="/ieee/70/latest/vol" path="/:journal/latest/date/:sortType?" :paramsDesc="['期刊名称, 复制 URL 中 punumber 部分','排序方式, 默认`vol-only-seq`,复制 URL 中 sortType 部分']" radar="1" rssbud="1">
<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="/:journal/latest/date/:sortType?" :paramsDesc="['期刊名称, 复制 URL 中 punumber 部分','排序方式, 默认`vol-only-seq`,复制 URL 中 sortType 部分。由于期刊条目过多,按照该排序方式可能将近期更新文章淹没在旧条目中,故只筛选当前月与上个月内发表文章']" radar="1" rssbud="1">
<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>