diff --git a/src/cn/doc/getting-started.md b/src/cn/doc/getting-started.md index 446699a..df0d4bf 100644 --- a/src/cn/doc/getting-started.md +++ b/src/cn/doc/getting-started.md @@ -34,6 +34,10 @@ 一些论文可能在这些数据库中无法找到匹配的, 因此会导致导入一个空的论文条目。 你可以点击`CTRL/CMD + E`或者菜单栏的编辑按钮手动编辑之后重新匹配。对于一个自动匹配失败的论文,如果你手动修改了它的如 `title`, `arxiv_id` 或者 `doi` 任意一个属性,将会大大增加匹配成功率。 +另外,你可以使用模糊抓取功能来查找多个可能的匹配。 + +![](/assets/images/getting-started/fuzzyscrape.png) + ## 打开/预览一个论文 - 双击列表里的条目或者在详情面板中双击预览图就可以通过 PDF 阅读器打开文件 diff --git a/src/en/doc/getting-started.md b/src/en/doc/getting-started.md index ce336cf..604666d 100644 --- a/src/en/doc/getting-started.md +++ b/src/en/doc/getting-started.md @@ -32,6 +32,10 @@ The `.bib` file and the `.csv` file exported from Zotero are also supported. The metadata of each imported paper will be automaticlly scraped. Some papers may match nothing in the databases, thereby resulting in an empty/wrong paper item. You can manually edit its metadata by pressing `CTRL/CMD + E` or by clicking the edit button. Providing one of the title / DOI / arxivID and click the `Scrape` button to complete the rest is enough for most cases. +In addition, you can use the fuzzy scraping feature to find multiple possible matches. + +![](/assets/images/getting-started/fuzzyscrape.png) + ## Open / Preview a Paper - Open a paper: double click an item in the main view. diff --git a/src/public/assets/images/getting-started/fuzzyscrape.png b/src/public/assets/images/getting-started/fuzzyscrape.png new file mode 100644 index 0000000..583322c Binary files /dev/null and b/src/public/assets/images/getting-started/fuzzyscrape.png differ diff --git a/src/public/assets/images/guide/metadata-scrapers/1.png b/src/public/assets/images/guide/metadata-scrapers/1.png deleted file mode 100644 index 8de4105..0000000 Binary files a/src/public/assets/images/guide/metadata-scrapers/1.png and /dev/null differ