Merge pull request #11 from JamesFlare1212/dev

Dev
This commit is contained in:
JamesFlare1212
2023-04-27 16:59:09 +08:00
committed by GitHub
5 changed files with 106 additions and 6 deletions

View File

@@ -7,7 +7,17 @@ bookCollapseSection: true
## 前言
{{< hint warning >}}
内容尚编写开发,暂不可用
内容尚编写开发,并不完善
{{< /hint >}}
本页的主要目的是帮助各位快速定位到你们需要的内容。
本页的主要目的是帮助各位快速定位到你们需要的内容。
{{< columns >}}
## 目录
- [书籍文献](书籍/)
- [写作工具](写作/)
- [研究工具](研究/)
{{< /columns >}}

View File

@@ -0,0 +1,21 @@
# 书籍文献
这是一些获取,搜索书籍文献的在线工具或者服务。
## Library Genesis
{{< tabs "Library Genesis" >}}
{{< tab "简介" >}}一个查找电子书的网站,请使用谷歌搜索以找到入口。{{< /tab >}}
{{< /tabs >}}
## Z-library
{{< tabs "Z-library" >}}
{{< tab "简介" >}}Z-library有大量的书籍包括中英文书籍并提供不同格式的下载PDFEPUBMOBITXT等。请使用谷歌搜索以找到入口。{{< /tab >}}
{{< /tabs >}}
## [Internet Archive](https://archive.org/)
{{< tabs "Internet Archive" >}}
{{< tab "简介" >}}一个非营利图书馆,收录了大量的书籍。一些书籍可能无法下载。{{< /tab >}}
{{< /tabs >}}

View File

@@ -0,0 +1,15 @@
# 写作工具
这是一些写作有关的在线工具或者服务。
## [Scribbr Citation Generator](https://www.scribbr.com/citation/generator/)
{{< tabs "Scribbr Citation Generator" >}}
{{< tab "简介" >}}只需复制并粘贴链接,即可生成不同格式的引用。对于写作论文非常省时!{{< /tab >}}
{{< /tabs >}}
## [Word Counter](https://wordcounter.net/)
{{< tabs "Word Counter" >}}
{{< tab "简介" >}}可以帮助检查您的字数和字符数。{{< /tab >}}
{{< /tabs >}}

View File

@@ -0,0 +1,57 @@
# 研究工具
一些研究,调查可用的在线工具与服务。
## [NBER](https://www.nber.org/)
{{< tabs "NBER" >}}
{{< tab "简介" >}}一个可以找到与经济学相关的论文、论文和文章的网站。{{< /tab >}}
{{< /tabs >}}
## [Our World in Data](https://ourworldindata.org/)
{{< tabs "Our World in Data" >}}
{{< tab "简介" >}}当您需要进行任何类型的研究时,这个网站提供的统计数据非常方便。此外,该网站还提供了相关文章作为解释。{{< /tab >}}
{{< /tabs >}}
## [Research Gate](https://www.researchgate.net/)
{{< tabs "Research Gate" >}}
{{< tab "简介" >}}一个可以找到您所研究领域各种论文的网站,尽管有时需要特殊帐户才能访问这些论文。{{< /tab >}}
{{< /tabs >}}
## [Encyclopedia Britannica](https://www.britannica.com/)
{{< tabs "Encyclopedia Britannica" >}}
{{< tab "简介" >}}通过百科全书以简单的方式开始您的研究的好方法。{{< /tab >}}
{{< /tabs >}}
## [知网](https://cnki.net/)
{{< tabs "知网" >}}
{{< tab "简介" >}}一个可以找到中文论文和论文的网站。{{< /tab >}}
{{< /tabs >}}
## [The Economist](https://www.economist.com/)
{{< tabs "The Economist" >}}
{{< tab "简介" >}}提供专业分析的全球新闻网站,特别是政治和经济方面的。{{< /tab >}}
{{< /tabs >}}
## [MDPI](https://www.mdpi.com/)
{{< tabs "MDPI" >}}
{{< tab "简介" >}}一个有用的网站,可以查找期刊、文章等。{{< /tab >}}
{{< /tabs >}}
## [IEA](https://www.iea.org)
{{< tabs "IEA" >}}
{{< tab "简介" >}}针对全球不同政策和重要事件的详细分析和报告提供PDF版本以供查阅。{{< /tab >}}
{{< /tabs >}}
## [中国国务院新闻办公室英文版](http://english.scio.gov.cn)
{{< tabs "中国国务院新闻办公室英文版" >}}
{{< tab "简介" >}}提供中国政策和法规的精确翻译的网站。{{< /tab >}}
{{< /tabs >}}

View File

@@ -13,8 +13,5 @@
- id: bookSearchConfig
translation: |
{
encode: false,
tokenize: function(str) {
return str.replace(/[\x00-\x7F]/g, '').split('');
}
split: " "
}