new subtopic llm

This commit is contained in:
JamesFlare1212
2023-05-11 21:33:10 +08:00
parent b69b474c08
commit 5aeea89a31
270 changed files with 37165 additions and 7 deletions

245
public/zh/docs/index.html Normal file
View File

@@ -0,0 +1,245 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="Docs" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/" />
<title>Docs | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="alternate" hreflang="zh" href="https://academics.jamesflare.com/docs/" title="Docs">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/docs/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>Docs</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
</aside>
</header>
<article class="markdown"></article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

10
public/zh/docs/index.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Docs on Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/</link>
<description>Recent content in Docs on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,294 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="先进工具 # 前言 # 每个时代都有一些划时代的工具 目录 # LLM系列 GPT系列 Bing系列 Bard系列 免费服务 开始使用 # 使用很简单,所需的资源都罗列">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/" />
<title>先进工具 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"class=active><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>先进工具</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#目录">目录</a></li>
<li><a href="#开始使用">开始使用</a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="先进工具">
先进工具
<a class="anchor" href="#%e5%85%88%e8%bf%9b%e5%b7%a5%e5%85%b7">#</a>
</h1>
<h2 id="前言">
前言
<a class="anchor" href="#%e5%89%8d%e8%a8%80">#</a>
</h2>
<p>每个时代都有一些划时代的工具</p>
<h2 id="目录">
目录
<a class="anchor" href="#%e7%9b%ae%e5%bd%95">#</a>
</h2>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/">GPT系列</a></li>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/bing%E7%B3%BB%E5%88%97/">Bing系列</a></li>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/bard%E7%B3%BB%E5%88%97/">Bard系列</a></li>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/%E5%85%8D%E8%B4%B9%E6%9C%8D%E5%8A%A1/">免费服务</a></li>
</ul>
</li>
</ul>
<h2 id="开始使用">
开始使用
<a class="anchor" href="#%e5%bc%80%e5%a7%8b%e4%bd%bf%e7%94%a8">#</a>
</h2>
<p>使用很简单,所需的资源都罗列好了,</p>
<p>点击左侧的 <strong>T</strong>able <strong>o</strong>f <strong>C</strong>ontent<strong>ToC</strong>)查看具体的简介吧。</p>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%85%88%e8%bf%9b%e5%b7%a5%e5%85%b7/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#目录">目录</a></li>
<li><a href="#开始使用">开始使用</a></li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,257 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bard系列 #">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/bard%E7%B3%BB%E5%88%97/" />
<title>Bard系列 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/bard%E7%B3%BB%E5%88%97/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>Bard系列</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents"></nav>
</aside>
</header>
<article class="markdown"><h1 id="bard系列">
Bard系列
<a class="anchor" href="#bard%e7%b3%bb%e5%88%97">#</a>
</h1>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%85%88%e8%bf%9b%e5%b7%a5%e5%85%b7/LLM%e7%b3%bb%e5%88%97/Bard%e7%b3%bb%e5%88%97/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents"></nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/bard%E7%B3%BB%E5%88%97/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/bard%E7%B3%BB%E5%88%97/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,257 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bing 系列 #">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/bing%E7%B3%BB%E5%88%97/" />
<title>Bing系列 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/bing%E7%B3%BB%E5%88%97/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>Bing系列</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents"></nav>
</aside>
</header>
<article class="markdown"><h1 id="bing-系列">
Bing 系列
<a class="anchor" href="#bing-%e7%b3%bb%e5%88%97">#</a>
</h1>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%85%88%e8%bf%9b%e5%b7%a5%e5%85%b7/LLM%e7%b3%bb%e5%88%97/Bing%e7%b3%bb%e5%88%97/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents"></nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/bing%E7%B3%BB%E5%88%97/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/bing%E7%B3%BB%E5%88%97/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,374 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="GPT系列 # 前言 # 内容尚在编写开发,并不完善 本页的主要目的是帮助各位快速定位到你们需要的内容。 目录 # Prompt Repository Prompt Example Prompt Technique 社区贡献者 # 感谢对开源社区所">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="GPT 系列" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/" />
<title>GPT 系列 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>GPT 系列</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#社区贡献者">社区贡献者</a></li>
<li><a href="#加入我们">加入我们</a>
<ul>
<li><a href="#修正错误">修正错误</a></li>
<li><a href="#完善内容">完善内容</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="gpt系列">
GPT系列
<a class="anchor" href="#gpt%e7%b3%bb%e5%88%97">#</a>
</h1>
<h2 id="前言">
前言
<a class="anchor" href="#%e5%89%8d%e8%a8%80">#</a>
</h2>
<blockquote class="book-hint warning">
内容尚在编写开发,并不完善
</blockquote>
<p>本页的主要目的是帮助各位快速定位到你们需要的内容。</p>
<div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<h2 id="目录">
目录
<a class="anchor" href="#%e7%9b%ae%e5%bd%95">#</a>
</h2>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-repository/">Prompt Repository</a></li>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-example/">Prompt Example</a></li>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-technique/">Prompt Technique</a></li>
</ul>
</div>
<div class="flex-even markdown-inner">
</div>
</div>
<h2 id="社区贡献者">
社区贡献者
<a class="anchor" href="#%e7%a4%be%e5%8c%ba%e8%b4%a1%e7%8c%ae%e8%80%85">#</a>
</h2>
<p>感谢对开源社区所做的贡献,他们在本资源库的建立中发挥了作用。</p>
<div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<h3 id="合计">
合计
<a class="anchor" href="#%e5%90%88%e8%ae%a1">#</a>
</h3>
<ul>
<li><a href="/zh/posts/about/james-zhou/">James Zhou</a></li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h3 id="板块">
板块
<a class="anchor" href="#%e6%9d%bf%e5%9d%97">#</a>
</h3>
<h4 id="prompt-examplezhdocse58588e8bf9be5b7a5e585b7llme7b3bbe58897gpte7b3bbe58897prompt-example">
<a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-example/">Prompt Example</a>
<a class="anchor" href="#prompt-examplezhdocse58588e8bf9be5b7a5e585b7llme7b3bbe58897gpte7b3bbe58897prompt-example">#</a>
</h4>
<ul>
<li><a href="/zh/posts/about/james-zhou/">James Zhou</a></li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h3 id="开发">
开发
<a class="anchor" href="#%e5%bc%80%e5%8f%91">#</a>
</h3>
<ul>
<li><a href="https://www.jamesflare.com">James Zhou</a></li>
</ul>
</div>
</div>
<h2 id="加入我们">
加入我们
<a class="anchor" href="#%e5%8a%a0%e5%85%a5%e6%88%91%e4%bb%ac">#</a>
</h2>
<p>你有两种贡献的方式,修正错误,以及完善内容。</p>
<p><a href="https://github.com/JamesFlare1212/SCDocs/"><img src="https://github-readme-stats.jamesflare.com/api/pin/?username=JamesFlare1212&amp;repo=SCDocs&amp;theme=github_dark_dimmed&amp;show_owner=true" alt="SCDocs Git Card" /></a></p>
<p>如果你希望提交改动,请以<a href="https://github.com/JamesFlare1212/SCDocs/pulls">Pull Request</a>的形式提出分支合并请求,而不是试图直接在主分支提交<a href="https://github.com/JamesFlare1212/SCDocs/commits/dev">Commit</a></p>
<h3 id="修正错误">
修正错误
<a class="anchor" href="#%e4%bf%ae%e6%ad%a3%e9%94%99%e8%af%af">#</a>
</h3>
<p>如需修正错误,你需要在本项目的仓库提出<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a></p>
<p>在提交 <strong>PR</strong><a href="https://github.com/JamesFlare1212/SCDocs/pulls"><strong>P</strong>ull <strong>R</strong>equest</a>)之前,我希望你充分在<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a>中讨论。</p>
<h3 id="完善内容">
完善内容
<a class="anchor" href="#%e5%ae%8c%e5%96%84%e5%86%85%e5%ae%b9">#</a>
</h3>
<p>如果你想提出新的想法,我推荐你在<a href="https://github.com/JamesFlare1212/SCDocs/discussions">Discussions</a>提出,然后进行讨论,而不是提出<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a>,因为这不是错误,而是改进。</p>
<p>如果你有不错的内容,或者知道优质的创作者,欢迎投稿。</p>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%85%88%e8%bf%9b%e5%b7%a5%e5%85%b7/LLM%e7%b3%bb%e5%88%97/GPT%e7%b3%bb%e5%88%97/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#社区贡献者">社区贡献者</a></li>
<li><a href="#加入我们">加入我们</a>
<ul>
<li><a href="#修正错误">修正错误</a></li>
<li><a href="#完善内容">完善内容</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>GPT 系列 on Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/</link>
<description>Recent content in GPT 系列 on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,331 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Prompt Example # 英文词典 # 效果 Prompt System Prompt You are an English word lookup helper. Whenever a user sends you an English word, you respond to the user in a fixed format, and if the user sends you something other than a word, reply with an &#39;invalid token&#39;. User run Assistant ## run [/rʌn/] ### n. 奔跑;">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-example/" />
<title>Prompt Example | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-example/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>Prompt Example</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#英文词典">英文词典</a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="prompt-example">
Prompt Example
<a class="anchor" href="#prompt-example">#</a>
</h1>
<h2 id="英文词典">
英文词典
<a class="anchor" href="#%e8%8b%b1%e6%96%87%e8%af%8d%e5%85%b8">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-词典" id="tabs-词典-0" checked="checked" />
<label for="tabs-词典-0">效果</label>
<div class="book-tabs-content markdown-inner"><figure><img src="en-dictionary.avif" width="500px"/>
</figure>
</div><input type="radio" class="toggle" name="tabs-词典" id="tabs-词典-1" />
<label for="tabs-词典-1">Prompt</label>
<div class="book-tabs-content markdown-inner"><p>System Prompt</p>
<pre tabindex="0"><code>You are an English word lookup helper. Whenever a user sends you an English word, you respond to the user in a fixed format, and if the user sends you something other than a word, reply with an &#39;invalid token&#39;.
</code></pre><p>User</p>
<pre tabindex="0"><code>run
</code></pre><p>Assistant</p>
<pre tabindex="0"><code>## run [/rʌn/]
### n. 奔跑;竞赛;连续的演出
&gt; He went for a run after work.
&gt;
&gt; 他下班后去跑步了
### v. 奔跑;运行
&gt; I like to run in the park every morning.
&gt;
&gt; 我喜欢每天早上在公园里跑步
### adj. 连续的;流畅的
&gt; This printer is really fast and runs smoothly.
&gt;
&gt; 这台打印机速度非常快,而且运行流畅
</code></pre><p>User</p>
<pre tabindex="0"><code>with
</code></pre><p>Assistant</p>
<pre tabindex="0"><code>## with [wɪð, wɪθ]
### prep. 有;带着;使用;用
&gt; She cut the cake with a knife.
&gt;
&gt; 她用刀子切蛋糕。
### conj. 和;随着
&gt; With a little bit of luck, we&#39;ll finish the project on time.
&gt;
&gt; 有点运气的话,我们会按时完成这个项目。
### adv. 一起;同时
&gt; They arrived with their children.
&gt;
&gt; 他们带着孩子一起到达了。
</code></pre></div><input type="radio" class="toggle" name="tabs-词典" id="tabs-词典-2" />
<label for="tabs-词典-2">解释</label>
<div class="book-tabs-content markdown-inner"><p>这里使用了Few Shot的技巧直接使用一个System Prompt可能会导致输出内容的格式不确定。</p>
<p>通过这两个例子,我们的输出非常理想。</p>
</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%85%88%e8%bf%9b%e5%b7%a5%e5%85%b7/LLM%e7%b3%bb%e5%88%97/GPT%e7%b3%bb%e5%88%97/Prompt%20Example/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#英文词典">英文词典</a></li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-example/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-example/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-repository/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-repository/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,385 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Prompt Technique # Zero Shot # 简介 关于这一部分我建议阅读Prompt Engineering Guide的Zero-Shot Prompting部分。 简而言之,就是不给例子,在提示词">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-technique/" />
<title>Prompt Technique | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-technique/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>Prompt Technique</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#zero-shot">Zero Shot</a></li>
<li><a href="#few-shot">Few Shot</a></li>
<li><a href="#chain-of-thought-cot"><strong>C</strong>hain-<strong>o</strong>f-<strong>T</strong>hought (<strong>CoT</strong>)</a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="prompt-technique">
Prompt Technique
<a class="anchor" href="#prompt-technique">#</a>
</h1>
<h2 id="zero-shot">
Zero Shot
<a class="anchor" href="#zero-shot">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Zero Shot" id="tabs-Zero Shot-0" checked="checked" />
<label for="tabs-Zero Shot-0">简介</label>
<div class="book-tabs-content markdown-inner"><p>关于这一部分,我建议阅读<a href="https://www.promptingguide.ai/techniques/">Prompt Engineering Guide</a><a href="https://www.promptingguide.ai/techniques/zeroshot">Zero-Shot Prompting</a>部分。</p>
<p>简而言之,就是不给例子,在提示词中直接给出指令,一般情况下效果也不错。</p>
</div><input type="radio" class="toggle" name="tabs-Zero Shot" id="tabs-Zero Shot-1" />
<label for="tabs-Zero Shot-1">例子</label>
<div class="book-tabs-content markdown-inner"><p>Prompt</p>
<blockquote>
<p>Classify the text into neutral, negative or positive.<br>
Text: I think the vacation is okay.<br>
Sentiment:</p>
</blockquote>
<p>Output</p>
<blockquote>
<p>Neutral</p>
</blockquote>
</div></div>
<h2 id="few-shot">
Few Shot
<a class="anchor" href="#few-shot">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Few Shot" id="tabs-Few Shot-0" checked="checked" />
<label for="tabs-Few Shot-0">简介</label>
<div class="book-tabs-content markdown-inner"><p>关于这一部分,我建议阅读<a href="https://www.promptingguide.ai/techniques/">Prompt Engineering Guide</a><a href="https://www.promptingguide.ai/techniques/fewshot">Few-Shot Prompting</a>部分。</p>
<p>原意是少量样本提示词。在提示词中提供例子,以引导模型获得更好的性能。</p>
</div><input type="radio" class="toggle" name="tabs-Few Shot" id="tabs-Few Shot-1" />
<label for="tabs-Few Shot-1">例子</label>
<div class="book-tabs-content markdown-inner"><p>Prompt</p>
<blockquote>
<p>This is awesome! // Negative<br>
This is bad! // Positive<br>
Wow that movie was rad! // Positive<br>
What a horrible show! //</p>
</blockquote>
<p>Output</p>
<blockquote>
<p>Negative</p>
</blockquote>
</div></div>
<h2 id="chain-of-thought-cot">
<strong>C</strong>hain-<strong>o</strong>f-<strong>T</strong>hought (<strong>CoT</strong>)
<a class="anchor" href="#chain-of-thought-cot">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Chain-of-Thought (CoT)" id="tabs-Chain-of-Thought (CoT)-0" checked="checked" />
<label for="tabs-Chain-of-Thought (CoT)-0">简介</label>
<div class="book-tabs-content markdown-inner"><p>关于这一部分,我建议阅读<a href="https://www.promptingguide.ai/techniques/">Prompt Engineering Guide</a><a href="https://www.promptingguide.ai/techniques/cot">Chain-of-Thought Prompting</a>部分。</p>
<p>逻辑链是我们在大模型中发现的一项神奇性能。直接让模型回答结果大概率是错的,但是让模型给出思考过程在作答,那大概率是对的。</p>
</div><input type="radio" class="toggle" name="tabs-Chain-of-Thought (CoT)" id="tabs-Chain-of-Thought (CoT)-1" />
<label for="tabs-Chain-of-Thought (CoT)-1">例子</label>
<div class="book-tabs-content markdown-inner"><div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<h3 id="standard-prompting">
Standard Prompting
<a class="anchor" href="#standard-prompting">#</a>
</h3>
<h4 id="model-input">
Model Input:
<a class="anchor" href="#model-input">#</a>
</h4>
<blockquote>
<p>Q: Roger has 5 tennis balls. He buys 2 more cans of tennis balls. Each can has 3 tennis balls. How many tennis balls does he have now?</p>
<p>A: The answer is 11.</p>
<p>Q: The cafeteria had 23 apples. If they used 20 to make lunch and bought 6 more, how many apples do they have?</p>
</blockquote>
<h4 id="model-output">
Model Output:
<a class="anchor" href="#model-output">#</a>
</h4>
<blockquote class="book-hint danger">
The answer is 27.
</blockquote>
</div>
<div class="flex-even markdown-inner">
<h3 id="chain-of-thought-cot-prompting">
Chain-of-Thought (CoT) Prompting
<a class="anchor" href="#chain-of-thought-cot-prompting">#</a>
</h3>
<h4 id="model-input">
Model Input:
<a class="anchor" href="#model-input">#</a>
</h4>
<blockquote>
<p>Q: Roger has 5 tennis balls. He buys 2 more cans of tennis balls. Each can has 3 tennis balls. How many tennis balls does he have now?</p>
<p>A: <mark style="background: #a5ec99">Roger started with 5 balls. 2 cans of 3 tennis balls each is 6 tennis balls. 5 + 6 = 11.</mark> The answer is 11.</p>
<p>Q: The cafeteria had 23 apples. If they used 20 to make lunch and bought 6 more, how many apples do they have?</p>
</blockquote>
<h4 id="model-output">
Model Output:
<a class="anchor" href="#model-output">#</a>
</h4>
<blockquote class="book-hint info">
A: <mark style="background: #a5ec99">The cafeteria had 23 apples originally. They used 20 to make lunch. So they had 23 - 20 = 3. They bought 6 more apples, so they have 3 + 6 = 9.</mark> The answer is 9.
</blockquote>
</div>
</div>
<p>Source: <a href="https://arxiv.org/abs/2201.11903">Wei et al. (2022)</a></p>
</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%85%88%e8%bf%9b%e5%b7%a5%e5%85%b7/LLM%e7%b3%bb%e5%88%97/GPT%e7%b3%bb%e5%88%97/Prompt%20Technique/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#zero-shot">Zero Shot</a></li>
<li><a href="#few-shot">Few Shot</a></li>
<li><a href="#chain-of-thought-cot"><strong>C</strong>hain-<strong>o</strong>f-<strong>T</strong>hought (<strong>CoT</strong>)</a></li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-technique/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/gpt%E7%B3%BB%E5%88%97/prompt-technique/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,257 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="LLM 系列 #">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/" />
<title>Llm系列 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/"class=active>LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>Llm系列</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents"></nav>
</aside>
</header>
<article class="markdown"><h1 id="llm-系列">
LLM 系列
<a class="anchor" href="#llm-%e7%b3%bb%e5%88%97">#</a>
</h1>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%85%88%e8%bf%9b%e5%b7%a5%e5%85%b7/LLM%e7%b3%bb%e5%88%97/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents"></nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,325 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="免费服务 # 前言 # 我们给DSAS的学生提供了一些福利闲暇之余也可以给别的组织成员提供一些服务。 Waiting List # 在填写此Form之前建议先阅读之后对各个">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/%E5%85%8D%E8%B4%B9%E6%9C%8D%E5%8A%A1/" />
<title>免费服务 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/%E5%85%8D%E8%B4%B9%E6%9C%8D%E5%8A%A1/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>免费服务</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#waiting-list">Waiting List</a></li>
<li><a href="#chatgpt-next-web">ChatGPT Next Web</a></li>
<li><a href="#chatgpt-web-share">ChatGPT Web Share</a></li>
<li><a href="#其它llm模型">其它LLM模型</a></li>
<li><a href="#免费midjourney服务">免费Midjourney服务</a></li>
<li><a href="#免费stable-diffusion服务">免费Stable Diffusion服务</a></li>
<li><a href="#免费deepfloyd-if服务">免费DeepFloyd IF服务</a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="免费服务">
免费服务
<a class="anchor" href="#%e5%85%8d%e8%b4%b9%e6%9c%8d%e5%8a%a1">#</a>
</h1>
<h2 id="前言">
前言
<a class="anchor" href="#%e5%89%8d%e8%a8%80">#</a>
</h2>
<p>我们给DSAS的学生提供了一些福利闲暇之余也可以给别的组织成员提供一些服务。</p>
<h2 id="waiting-list">
Waiting List
<a class="anchor" href="#waiting-list">#</a>
</h2>
<p>在填写此Form之前建议先阅读之后对各个服务的介绍。</p>
<p>Form中的组织信息很重要虽然不是必填但是会极大程度影响我们的判断。我们优先把名额给予同一学校的成员。</p>
<iframe width="100%" height="480px" src="https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAN__jtRrTNUQzlBSTZFRjFJMEswTjJKNzRCOTVZUk5DUy4u&embed=true" frameborder="0" marginwidth="0" marginheight="0" style="border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
<p>// 如果Form没有正常显示尝试<a href="https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAN__jtRrTNUQzlBSTZFRjFJMEswTjJKNzRCOTVZUk5DUy4u">点击此链接</a></p>
<h2 id="chatgpt-next-web">
ChatGPT Next Web
<a class="anchor" href="#chatgpt-next-web">#</a>
</h2>
<p>这是免费的GPT-3.5服务基于ChatGPT-Next-Web部署的。接入了GPT-3.5 API因此自定义程度很高。System PromptTemperaturePresence Penalty都可以自定义还能使用Few Shot的Prompt技巧。</p>
<p><a href="https://github.com/Yidadaa/ChatGPT-Next-Web/"><img src="https://github-readme-stats.jamesflare.com/api/pin/?username=Yidadaa&amp;repo=ChatGPT-Next-Web&amp;theme=github_dark_dimmed&amp;show_owner=true" alt="ChatGPT-Next-Web Git Card" /></a></p>
<h2 id="chatgpt-web-share">
ChatGPT Web Share
<a class="anchor" href="#chatgpt-web-share">#</a>
</h2>
<p>这是GPT-3.5/GPT-4服务基于chatgpt-web-share部署的。和OpenAI官方的聊天室表现一致因为接入的就是ChatGPT Plus账号。此服务容量有限未必会大范围开放。</p>
<p><a href="https://github.com/moeakwak/chatgpt-web-share/"><img src="https://github-readme-stats.jamesflare.com/api/pin/?username=moeakwak&amp;repo=chatgpt-web-share&amp;theme=github_dark_dimmed&amp;show_owner=true" alt="chatgpt-web-share Git Card" /></a></p>
<h2 id="其它llm模型">
其它LLM模型
<a class="anchor" href="#%e5%85%b6%e5%ae%83llm%e6%a8%a1%e5%9e%8b">#</a>
</h2>
<p>有很多优秀的开源<strong>L</strong>arge <strong>L</strong>anguage <strong>M</strong>odel<strong>LLM</strong>比如LLaMAAlpacaVicunaChatGLMMOSSStableLMStableVicuna。它们未来的潜力无限我们也应该开发他们的用途不过此项目还没开始。</p>
<h2 id="免费midjourney服务">
免费Midjourney服务
<a class="anchor" href="#%e5%85%8d%e8%b4%b9midjourney%e6%9c%8d%e5%8a%a1">#</a>
</h2>
<p>这是Midjourney服务计划使用MidJourney-Wrapper实现共享。暂时还没开始。</p>
<p><a href="https://github.com/Wildric-Auric/MidJourney-Wrapper/"><img src="https://github-readme-stats.jamesflare.com/api/pin/?username=Wildric-Auric&amp;repo=MidJourney-Wrapper&amp;theme=github_dark_dimmed&amp;show_owner=true" alt="MidJourney-Wrapper Git Card" /></a></p>
<h2 id="免费stable-diffusion服务">
免费Stable Diffusion服务
<a class="anchor" href="#%e5%85%8d%e8%b4%b9stable-diffusion%e6%9c%8d%e5%8a%a1">#</a>
</h2>
<p>Stable Diffusion作为开源绘画AI的扛把子我们也计划支持此模型但是还没开始。</p>
<h2 id="免费deepfloyd-if服务">
免费DeepFloyd IF服务
<a class="anchor" href="#%e5%85%8d%e8%b4%b9deepfloyd-if%e6%9c%8d%e5%8a%a1">#</a>
</h2>
<p>DeepFloyd IF和Stable Diffusion都和Stability AI有联系它把绘画水平提升了一个档次但是还没开始。</p>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%85%88%e8%bf%9b%e5%b7%a5%e5%85%b7/LLM%e7%b3%bb%e5%88%97/%e5%85%8d%e8%b4%b9%e6%9c%8d%e5%8a%a1/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#waiting-list">Waiting List</a></li>
<li><a href="#chatgpt-next-web">ChatGPT Next Web</a></li>
<li><a href="#chatgpt-web-share">ChatGPT Web Share</a></li>
<li><a href="#其它llm模型">其它LLM模型</a></li>
<li><a href="#免费midjourney服务">免费Midjourney服务</a></li>
<li><a href="#免费stable-diffusion服务">免费Stable Diffusion服务</a></li>
<li><a href="#免费deepfloyd-if服务">免费DeepFloyd IF服务</a></li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/%E5%85%8D%E8%B4%B9%E6%9C%8D%E5%8A%A1/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/%E5%85%8D%E8%B4%B9%E6%9C%8D%E5%8A%A1/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,337 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="前言 # 本集是根据学生会收集的各项资源重新制作的一个文档。 原本的资源由腾讯文档收集使用。 源文件 # essay and research tools explore your major &amp; extracurricular Online Resources for school subjects 问题 # 源文件的整体">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/" />
<title>学术资源 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="alternate" hreflang="zh" href="https://academics.jamesflare.com/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/" title="学术资源">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"class=active><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>学术资源</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a>
<ul>
<li><a href="#源文件">源文件</a></li>
</ul>
</li>
<li><a href="#问题">问题</a></li>
<li><a href="#优点">优点</a></li>
<li><a href="#开发进度">开发进度</a></li>
<li><a href="#开始使用">开始使用</a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h2 id="前言">
前言
<a class="anchor" href="#%e5%89%8d%e8%a8%80">#</a>
</h2>
<p>本集是根据学生会收集的各项资源重新制作的一个文档。</p>
<p>原本的资源由腾讯文档收集使用。</p>
<h3 id="源文件">
源文件
<a class="anchor" href="#%e6%ba%90%e6%96%87%e4%bb%b6">#</a>
</h3>
<ul>
<li><a href="https://docs.qq.com/doc/DQmNvTWxGenhWU01o">essay and research tools</a></li>
<li><a href="https://docs.qq.com/doc/DQmxCYVlFdUhuSU1p">explore your major &amp; extracurricular</a></li>
<li><a href="https://docs.qq.com/doc/DQnltV21YTVlQSG1a">Online Resources for school subjects</a></li>
</ul>
<h2 id="问题">
问题
<a class="anchor" href="#%e9%97%ae%e9%a2%98">#</a>
</h2>
<p>源文件的整体是思路是对的,也就是分门别类。</p>
<p>但是呢,它有几个问题。</p>
<p>首先,载体是腾讯文档,自由度和操作性不够。不能很方便地在用于别的地方的同时保存格式,比如用于网页 HTML邮件MarkdownPDFePub。</p>
<p>其次,因为是腾讯文档,所以受制于第三方,过于臃肿。我希望用户只要一个浏览器就能使用全部功能,没有广告,没有捆绑,轻量化,免费,开源。回到互联网黎明时期。</p>
<p>最后,由于是用户协作的产物,版本控制,审核,就很重要,其他的方案,比如 Git 中的 PRPull Requests操作显然是腾讯文档不曾拥有的。这样就导致产物非常杂并没有统一格式化。</p>
<h2 id="优点">
优点
<a class="anchor" href="#%e4%bc%98%e7%82%b9">#</a>
</h2>
<p>上述的缺点全是我们的优点,除此之外,我们还有优异的性能</p>
<p><a href="https://pagespeed.web.dev/">Google PageSpeed Insights</a> 中,</p>
<ul>
<li>99/100 的移动设备得分</li>
<li>100/100 的桌面设备得分</li>
</ul>
<p>相较之下,<a href="https://www.baidu.com/">百度</a><a href="https://pagespeed.web.dev/">Google PageSpeed Insights</a> 中,</p>
<ul>
<li>33/100 的移动设备得分</li>
<li>93/100 的桌面设备得分</li>
</ul>
<p>我们整个页面页面不过几百KB的大小超级轻量。</p>
<p>同时拥有一定的搜索功能,这也是之前不曾拥有的。</p>
<h2 id="开发进度">
开发进度
<a class="anchor" href="#%e5%bc%80%e5%8f%91%e8%bf%9b%e5%ba%a6">#</a>
</h2>
<p>不过一切美好的前提是把内容都重写完,这有些困难,工作量失控。</p>
<ul>
<li><a href="%e5%ad%a6%e7%a7%91%e5%9c%a8%e7%ba%bf%e8%b5%84%e6%ba%90/">学科在线资源</a> <del>开发完成</del> <strong>完善内容中</strong></li>
<li><a href="%e5%ad%a6%e6%9c%af%e5%b7%a5%e5%85%b7%e9%9b%86/">学术工具集</a> <del>开发完成</del> <strong>完善内容中</strong></li>
<li><a href="%e4%b8%93%e4%b8%9a%e4%b8%8e%e8%af%be%e5%a4%96%e8%b5%84%e6%ba%90/">专业与课外资源</a> <del>开发完成</del> <strong>完善内容中</strong></li>
</ul>
<h2 id="开始使用">
开始使用
<a class="anchor" href="#%e5%bc%80%e5%a7%8b%e4%bd%bf%e7%94%a8">#</a>
</h2>
<p>使用很简单,所需的资源都罗列好了,</p>
<p>点击左侧的 <strong>T</strong>able <strong>o</strong>f <strong>C</strong>ontent<strong>ToC</strong>)查看具体的简介吧。</p>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a>
<ul>
<li><a href="#源文件">源文件</a></li>
</ul>
</li>
<li><a href="#问题">问题</a></li>
<li><a href="#优点">优点</a></li>
<li><a href="#开发进度">开发进度</a></li>
<li><a href="#开始使用">开始使用</a></li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,445 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="专业与课外资源 # 前言 # 内容尚未编写开发,暂不可用 本页的主要目的是帮助各位快速定位到你们需要的内容。 目录 # 目录 # 通用 美术&amp;历史 自然科学">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/" />
<title>专业与课外资源 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="alternate" hreflang="zh" href="https://academics.jamesflare.com/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/" title="专业与课外资源">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/"class=active>专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>专业与课外资源</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#目录">目录</a></li>
<li><a href="#社区贡献者">社区贡献者</a></li>
<li><a href="#加入我们">加入我们</a>
<ul>
<li><a href="#修正错误">修正错误</a></li>
<li><a href="#完善内容">完善内容</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="专业与课外资源">
专业与课外资源
<a class="anchor" href="#%e4%b8%93%e4%b8%9a%e4%b8%8e%e8%af%be%e5%a4%96%e8%b5%84%e6%ba%90">#</a>
</h1>
<h2 id="前言">
前言
<a class="anchor" href="#%e5%89%8d%e8%a8%80">#</a>
</h2>
<blockquote class="book-hint warning">
内容尚未编写开发,暂不可用
</blockquote>
<p>本页的主要目的是帮助各位快速定位到你们需要的内容。</p>
<h2 id="目录">
目录
<a class="anchor" href="#%e7%9b%ae%e5%bd%95">#</a>
</h2>
<div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<h2 id="目录">
目录
<a class="anchor" href="#%e7%9b%ae%e5%bd%95">#</a>
</h2>
<ul>
<li><a href="%e9%80%9a%e7%94%a8/">通用</a></li>
<li><a href="%e7%be%8e%e6%9c%af%e5%8e%86%e5%8f%b2/">美术&amp;历史</a></li>
<li><a href="%e8%87%aa%e7%84%b6%e7%a7%91%e5%ad%a6/">自然科学</a></li>
<li><a href="%e4%ba%ba%e6%96%87%e7%a7%91%e5%ad%a6/">人文科学</a></li>
<li><a href="%e6%95%b0%e5%ad%a6/">数学</a></li>
<li><a href="%e8%af%ad%e8%a8%80/">语言(暂无)</a></li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h2 id="提示">
提示
<a class="anchor" href="#%e6%8f%90%e7%a4%ba">#</a>
</h2>
<p>这很好查询。比如我要找,经济相关的,那它属于</p>
<blockquote>
<ul>
<li>专业与课外资源
<ul>
<li><a href="%e4%ba%ba%e6%96%87%e7%a7%91%e5%ad%a6/">人文科学</a>
<ul>
<li><strong>Economics/PPE/PE</strong></li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
<p>这样的话,直接点击右边的<a href="%e4%ba%ba%e6%96%87%e7%a7%91%e5%ad%a6/">人文科学</a>即可找到。</p>
</div>
</div>
<h2 id="社区贡献者">
社区贡献者
<a class="anchor" href="#%e7%a4%be%e5%8c%ba%e8%b4%a1%e7%8c%ae%e8%80%85">#</a>
</h2>
<p>感谢对开源社区所做的贡献,他们在本资源库的建立中发挥了作用。</p>
<div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<h3 id="合计">
合计
<a class="anchor" href="#%e5%90%88%e8%ae%a1">#</a>
</h3>
<ul>
<li>Tanya Tang</li>
<li>Kayla Qu</li>
<li>Robin Bao</li>
<li>Boven Jiang</li>
<li>Tobby Xu</li>
<li>Catherine Zhang</li>
<li>Wendy Qi</li>
<li><a href="https://jamesflare.com">James Zhou</a></li>
<li>Angel Hu</li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h3 id="生物">
生物
<a class="anchor" href="#%e7%94%9f%e7%89%a9">#</a>
</h3>
<ul>
<li>Robin Bao</li>
</ul>
<h3 id="化学">
化学
<a class="anchor" href="#%e5%8c%96%e5%ad%a6">#</a>
</h3>
<ul>
<li>Boven Jiang</li>
</ul>
<h3 id="经济">
经济
<a class="anchor" href="#%e7%bb%8f%e6%b5%8e">#</a>
</h3>
<ul>
<li>Tobby Xu</li>
</ul>
<h3 id="美术历史">
美术历史
<a class="anchor" href="#%e7%be%8e%e6%9c%af%e5%8e%86%e5%8f%b2">#</a>
</h3>
<ul>
<li>Tanya Tang</li>
<li>Kayla Qu</li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h3 id="数学">
数学
<a class="anchor" href="#%e6%95%b0%e5%ad%a6">#</a>
</h3>
<ul>
<li>Wendy Qi</li>
</ul>
<h3 id="开发">
开发
<a class="anchor" href="#%e5%bc%80%e5%8f%91">#</a>
</h3>
<ul>
<li><a href="https://jamesflare.com">James Zhou</a></li>
</ul>
<h3 id="头">
<a class="anchor" href="#%e5%a4%b4">#</a>
</h3>
<ul>
<li>Angel Hu</li>
</ul>
</div>
</div>
<h2 id="加入我们">
加入我们
<a class="anchor" href="#%e5%8a%a0%e5%85%a5%e6%88%91%e4%bb%ac">#</a>
</h2>
<p>你有两种贡献的方式,修正错误,以及完善内容。</p>
<p><a href="https://github.com/JamesFlare1212/SCDocs/"><img src="https://github-readme-stats.jamesflare.com/api/pin/?username=JamesFlare1212&amp;repo=SCDocs&amp;theme=github_dark_dimmed&amp;show_owner=true" alt="SCDocs Git Card" /></a></p>
<p>如果你希望提交改动,请以<a href="https://github.com/JamesFlare1212/SCDocs/pulls">Pull Request</a>的形式提出分支合并请求,而不是试图直接在主分支提交<a href="https://github.com/JamesFlare1212/SCDocs/commits/dev">Commit</a></p>
<h3 id="修正错误">
修正错误
<a class="anchor" href="#%e4%bf%ae%e6%ad%a3%e9%94%99%e8%af%af">#</a>
</h3>
<p>如需修正错误,你需要在本项目的仓库提出<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a></p>
<p>在提交 <strong>PR</strong><a href="https://github.com/JamesFlare1212/SCDocs/pulls"><strong>P</strong>ull <strong>R</strong>equest</a>)之前,我希望你充分在<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a>中讨论。</p>
<h3 id="完善内容">
完善内容
<a class="anchor" href="#%e5%ae%8c%e5%96%84%e5%86%85%e5%ae%b9">#</a>
</h3>
<p>如果你想提出新的想法,我推荐你在<a href="https://github.com/JamesFlare1212/SCDocs/discussions">Discussions</a>提出,然后进行讨论,而不是提出<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a>,因为这不是错误,而是改进。</p>
<p>如果你有不错的内容,或者知道优质的创作者,欢迎投稿。</p>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e4%b8%93%e4%b8%9a%e4%b8%8e%e8%af%be%e5%a4%96%e8%b5%84%e6%ba%90/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#目录">目录</a></li>
<li><a href="#社区贡献者">社区贡献者</a></li>
<li><a href="#加入我们">加入我们</a>
<ul>
<li><a href="#修正错误">修正错误</a></li>
<li><a href="#完善内容">完善内容</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,532 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="人文科学 # Economics/PPE/PE # Financial Times # 简介 这是一个提供政治、商业和世界新闻分析的网站。 The Economist # 简介 这是一个提供世界新闻和专业分析,尤其是政治和经济方面的网站。 Mankiw&rsquo;s">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E4%BA%BA%E6%96%87%E7%A7%91%E5%AD%A6/" />
<title>人文科学 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E4%BA%BA%E6%96%87%E7%A7%91%E5%AD%A6/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>人文科学</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#economicsppepe">Economics/PPE/PE</a>
<ul>
<li><a href="#financial-timeshttpswwwftcom"><a href="https://www.ft.com/">Financial Times</a></a></li>
<li><a href="#the-economisthttpswwweconomistcom"><a href="https://www.economist.com/">The Economist</a></a></li>
<li><a href="#mankiws-principles-of-economics-9th-editionhttpswebarchiveorgpdfsearch9780357038314"><a href="https://web.archive.org/pdf/search/9780357038314">Mankiw&rsquo;s Principles of Economics, 9th edition</a></a></li>
<li><a href="#mathematics-for-economistshttpswebarchiveorgpdfsearch9781784991487"><a href="https://web.archive.org/pdf/search/9781784991487">Mathematics for Economists</a></a></li>
</ul>
</li>
<li><a href="#philosophy">Philosophy</a>
<ul>
<li><a href="#philosophy-brohttpswwwphilosophybrocom"><a href="https://www.philosophybro.com/">Philosophy Bro</a></a></li>
<li><a href="#stanford-encyclopedia-of-philosophyhttpsplatostanfordeduindexhtml"><a href="https://plato.stanford.edu/index.html">Stanford Encyclopedia of Philosophy</a></a></li>
<li><a href="#suggested-preliminary-reading-by-faculty-of-philosophy-of-university-of-cambridgehttpswwwphilcamacukprosp-studentsreading_list_for_prospective_students"><a href="https://www.phil.cam.ac.uk/prosp-students/Reading_list_for_prospective_students">Suggested Preliminary Reading by Faculty of Philosophy of University of Cambridge</a></a></li>
<li><a href="#未明子httpsspacebilibilicom23191782"><a href="https://space.bilibili.com/23191782">未明子</a></a></li>
<li><a href="#school-of-lifehttpswwwyoutubecomctheschooloflifetvplaylists"><a href="https://www.youtube.com/c/theschooloflifetv/playlists">School of Life</a></a></li>
<li><a href="#无隅">无隅</a></li>
<li><a href="#后现代主义哲学">后现代主义哲学</a></li>
<li><a href="#philosophia-哲学社">Philosophia 哲学社</a></li>
<li><a href="#中学生哲学大会-sspc">中学生哲学大会 (SSPC)</a></li>
<li><a href="#ethics-bowlhttpsethicsbowlchinacom"><a href="https://ethicsbowlchina.com/">Ethics Bowl</a></a></li>
</ul>
</li>
<li><a href="#international-relationship">International Relationship</a>
<ul>
<li><a href="#model-united-nationshttpswwwunorgenmun"><a href="https://www.un.org/en/mun">Model United Nations</a></a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="人文科学">
人文科学
<a class="anchor" href="#%e4%ba%ba%e6%96%87%e7%a7%91%e5%ad%a6">#</a>
</h1>
<h2 id="economicsppepe">
Economics/PPE/PE
<a class="anchor" href="#economicsppepe">#</a>
</h2>
<h3 id="financial-timeshttpswwwftcom">
<a href="https://www.ft.com/">Financial Times</a>
<a class="anchor" href="#financial-timeshttpswwwftcom">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Financial Times" id="tabs-Financial Times-0" checked="checked" />
<label for="tabs-Financial Times-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个提供政治、商业和世界新闻分析的网站。</div></div>
<h3 id="the-economisthttpswwweconomistcom">
<a href="https://www.economist.com/">The Economist</a>
<a class="anchor" href="#the-economisthttpswwweconomistcom">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-The Economist" id="tabs-The Economist-0" checked="checked" />
<label for="tabs-The Economist-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个提供世界新闻和专业分析,尤其是政治和经济方面的网站。</div></div>
<h3 id="mankiws-principles-of-economics-9th-editionhttpswebarchiveorgpdfsearch9780357038314">
<a href="https://web.archive.org/pdf/search/9780357038314">Mankiw&rsquo;s Principles of Economics, 9th edition</a>
<a class="anchor" href="#mankiws-principles-of-economics-9th-editionhttpswebarchiveorgpdfsearch9780357038314">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Mankiw&#39;s Principles of Economics, 9th edition" id="tabs-Mankiw&#39;s Principles of Economics, 9th edition-0" checked="checked" />
<label for="tabs-Mankiw&#39;s Principles of Economics, 9th edition-0">简介</label>
<div class="book-tabs-content markdown-inner">一本介绍性教材,适合将来对经济学感兴趣的低年级学生使用。</div><input type="radio" class="toggle" name="tabs-Mankiw&#39;s Principles of Economics, 9th edition" id="tabs-Mankiw&#39;s Principles of Economics, 9th edition-1" />
<label for="tabs-Mankiw&#39;s Principles of Economics, 9th edition-1">书籍信息</label>
<div class="book-tabs-content markdown-inner"><p><strong>Name</strong>: Mankiw&rsquo;s Principles of Economics, 9th edition<br>
<strong>ISBN 13</strong>: 9780357038314</p>
<blockquote class="book-hint info">
Get if you can, with these information.
</blockquote>
</div></div>
<h3 id="mathematics-for-economistshttpswebarchiveorgpdfsearch9781784991487">
<a href="https://web.archive.org/pdf/search/9781784991487">Mathematics for Economists</a>
<a class="anchor" href="#mathematics-for-economistshttpswebarchiveorgpdfsearch9781784991487">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Mathematics for Economists" id="tabs-Mathematics for Economists-0" checked="checked" />
<label for="tabs-Mathematics for Economists-0">简介</label>
<div class="book-tabs-content markdown-inner">推荐给想要将来学习经济学的高年级学生使用。这是伦敦大学学院经济学系的经济学教材之一。</div><input type="radio" class="toggle" name="tabs-Mathematics for Economists" id="tabs-Mathematics for Economists-1" />
<label for="tabs-Mathematics for Economists-1">书籍信息</label>
<div class="book-tabs-content markdown-inner"><p><strong>Name</strong>: Mathematics for Economists<br>
<strong>ISBN 13</strong>: 9781784991487</p>
<blockquote class="book-hint info">
Get if you can, with these information.
</blockquote>
</div></div>
<h2 id="philosophy">
Philosophy
<a class="anchor" href="#philosophy">#</a>
</h2>
<h3 id="philosophy-brohttpswwwphilosophybrocom">
<a href="https://www.philosophybro.com/">Philosophy Bro</a>
<a class="anchor" href="#philosophy-brohttpswwwphilosophybrocom">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Philosophy Bro" id="tabs-Philosophy Bro-0" checked="checked" />
<label for="tabs-Philosophy Bro-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个使用简单的词语来解释复杂的哲学思想和哲学家们的书籍摘要的网站。</div></div>
<h3 id="stanford-encyclopedia-of-philosophyhttpsplatostanfordeduindexhtml">
<a href="https://plato.stanford.edu/index.html">Stanford Encyclopedia of Philosophy</a>
<a class="anchor" href="#stanford-encyclopedia-of-philosophyhttpsplatostanfordeduindexhtml">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Stanford Encyclopedia of Philosophy" id="tabs-Stanford Encyclopedia of Philosophy-0" checked="checked" />
<label for="tabs-Stanford Encyclopedia of Philosophy-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一部哲学百科全书,介绍哲学概念,以易懂的语言让读者对特定流派和哲学家有初步了解(与哲学家的作品相比)。</div></div>
<h3 id="suggested-preliminary-reading-by-faculty-of-philosophy-of-university-of-cambridgehttpswwwphilcamacukprosp-studentsreading_list_for_prospective_students">
<a href="https://www.phil.cam.ac.uk/prosp-students/Reading_list_for_prospective_students">Suggested Preliminary Reading by Faculty of Philosophy of University of Cambridge</a>
<a class="anchor" href="#suggested-preliminary-reading-by-faculty-of-philosophy-of-university-of-cambridgehttpswwwphilcamacukprosp-studentsreading_list_for_prospective_students">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Suggested preliminary reading" id="tabs-Suggested preliminary reading-0" checked="checked" />
<label for="tabs-Suggested preliminary reading-0">简介</label>
<div class="book-tabs-content markdown-inner">这是剑桥大学哲学系为打算在英国读哲学的学生提供的有用阅读清单,大部分内容是关于分析哲学的。</div><input type="radio" class="toggle" name="tabs-Suggested preliminary reading" id="tabs-Suggested preliminary reading-1" />
<label for="tabs-Suggested preliminary reading-1">阅读清单</label>
<div class="book-tabs-content markdown-inner"><p>该阅读清单包括多个主题的哲学书籍,包括伦理学、形而上学、逻辑学等。建议学生根据自己兴趣和需求选择阅读。</p>
<blockquote class="book-hint info">
建议学生直接访问链接以获取完整的阅读清单。
</blockquote>
</div></div>
<h3 id="未明子httpsspacebilibilicom23191782">
<a href="https://space.bilibili.com/23191782">未明子</a>
<a class="anchor" href="#%e6%9c%aa%e6%98%8e%e5%ad%90httpsspacebilibilicom23191782">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-未明子" id="tabs-未明子-0" checked="checked" />
<label for="tabs-未明子-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个哲学科普的UP主可能存在褒贬不一的情况。但对于快速了解哲学知识点和不同流派作为学习渠道是比较有用的。需要指出的是推荐并不代表支持UP主的政治立场。</div></div>
<h3 id="school-of-lifehttpswwwyoutubecomctheschooloflifetvplaylists">
<a href="https://www.youtube.com/c/theschooloflifetv/playlists">School of Life</a>
<a class="anchor" href="#school-of-lifehttpswwwyoutubecomctheschooloflifetvplaylists">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-School of Life" id="tabs-School of Life-0" checked="checked" />
<label for="tabs-School of Life-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个有趣的短视频网站,介绍不同的哲学分支和哲学家,包括大陆哲学、分析哲学、东方哲学和西方哲学。</div></div>
<h3 id="无隅">
无隅
<a class="anchor" href="#%e6%97%a0%e9%9a%85">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-无隅" id="tabs-无隅-0" checked="checked" />
<label for="tabs-无隅-0">简介</label>
<div class="book-tabs-content markdown-inner">无隅是一个微信私人公众号,提供许多关于热点事件的哲学思考。请注意,此处仅作推荐,不代表支持公众号作者的政治立场。</div></div>
<h3 id="后现代主义哲学">
后现代主义哲学
<a class="anchor" href="#%e5%90%8e%e7%8e%b0%e4%bb%a3%e4%b8%bb%e4%b9%89%e5%93%b2%e5%ad%a6">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-后现代主义哲学" id="tabs-后现代主义哲学-0" checked="checked" />
<label for="tabs-后现代主义哲学-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个微信私人公众号,提供许多关于热点事件的哲学思考。请注意,此处仅作推荐,不代表支持公众号作者的政治立场。</div></div>
<h3 id="philosophia-哲学社">
Philosophia 哲学社
<a class="anchor" href="#philosophia-%e5%93%b2%e5%ad%a6%e7%a4%be">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Philosophia 哲学社" id="tabs-Philosophia 哲学社-0" checked="checked" />
<label for="tabs-Philosophia 哲学社-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个微信私人公众号,由年轻人主导的哲学社团。内容主要包括哲普、翻译、哲学文章转载等。私人观点相对较少。</div></div>
<h3 id="中学生哲学大会-sspc">
中学生哲学大会 (SSPC)
<a class="anchor" href="#%e4%b8%ad%e5%ad%a6%e7%94%9f%e5%93%b2%e5%ad%a6%e5%a4%a7%e4%bc%9a-sspc">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-中学生哲学大会 (SSPC)" id="tabs-中学生哲学大会 (SSPC)-0" checked="checked" />
<label for="tabs-中学生哲学大会 (SSPC)-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个向初高中同学开放的哲学学术交流平台,已举办过六届。了解更多可以通过微信公众号搜索获得。</div></div>
<h3 id="ethics-bowlhttpsethicsbowlchinacom">
<a href="https://ethicsbowlchina.com/">Ethics Bowl</a>
<a class="anchor" href="#ethics-bowlhttpsethicsbowlchinacom">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Ethics Bowl" id="tabs-Ethics Bowl-0" checked="checked" />
<label for="tabs-Ethics Bowl-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个面向高中以下学生的辩论赛,旨在深入讨论伦理学问题。</div><input type="radio" class="toggle" name="tabs-Ethics Bowl" id="tabs-Ethics Bowl-1" />
<label for="tabs-Ethics Bowl-1">联系方式</label>
<div class="book-tabs-content markdown-inner"><strong>网站</strong>: <a href="https://ethicsbowlchina.com/">https://ethicsbowlchina.com/</a><br>
<strong>微信公众号</strong>: Ethics Bowl 哲学碗</div></div>
<h2 id="international-relationship">
International Relationship
<a class="anchor" href="#international-relationship">#</a>
</h2>
<h3 id="model-united-nationshttpswwwunorgenmun">
<a href="https://www.un.org/en/mun">Model United Nations</a>
<a class="anchor" href="#model-united-nationshttpswwwunorgenmun">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Model United Nations" id="tabs-Model United Nations-0" checked="checked" />
<label for="tabs-Model United Nations-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个模拟联合国会议的大型会议,你可以在会议上讨论解决当前全球问题的解决方案。</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e4%b8%93%e4%b8%9a%e4%b8%8e%e8%af%be%e5%a4%96%e8%b5%84%e6%ba%90/%e4%ba%ba%e6%96%87%e7%a7%91%e5%ad%a6/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#economicsppepe">Economics/PPE/PE</a>
<ul>
<li><a href="#financial-timeshttpswwwftcom"><a href="https://www.ft.com/">Financial Times</a></a></li>
<li><a href="#the-economisthttpswwweconomistcom"><a href="https://www.economist.com/">The Economist</a></a></li>
<li><a href="#mankiws-principles-of-economics-9th-editionhttpswebarchiveorgpdfsearch9780357038314"><a href="https://web.archive.org/pdf/search/9780357038314">Mankiw&rsquo;s Principles of Economics, 9th edition</a></a></li>
<li><a href="#mathematics-for-economistshttpswebarchiveorgpdfsearch9781784991487"><a href="https://web.archive.org/pdf/search/9781784991487">Mathematics for Economists</a></a></li>
</ul>
</li>
<li><a href="#philosophy">Philosophy</a>
<ul>
<li><a href="#philosophy-brohttpswwwphilosophybrocom"><a href="https://www.philosophybro.com/">Philosophy Bro</a></a></li>
<li><a href="#stanford-encyclopedia-of-philosophyhttpsplatostanfordeduindexhtml"><a href="https://plato.stanford.edu/index.html">Stanford Encyclopedia of Philosophy</a></a></li>
<li><a href="#suggested-preliminary-reading-by-faculty-of-philosophy-of-university-of-cambridgehttpswwwphilcamacukprosp-studentsreading_list_for_prospective_students"><a href="https://www.phil.cam.ac.uk/prosp-students/Reading_list_for_prospective_students">Suggested Preliminary Reading by Faculty of Philosophy of University of Cambridge</a></a></li>
<li><a href="#未明子httpsspacebilibilicom23191782"><a href="https://space.bilibili.com/23191782">未明子</a></a></li>
<li><a href="#school-of-lifehttpswwwyoutubecomctheschooloflifetvplaylists"><a href="https://www.youtube.com/c/theschooloflifetv/playlists">School of Life</a></a></li>
<li><a href="#无隅">无隅</a></li>
<li><a href="#后现代主义哲学">后现代主义哲学</a></li>
<li><a href="#philosophia-哲学社">Philosophia 哲学社</a></li>
<li><a href="#中学生哲学大会-sspc">中学生哲学大会 (SSPC)</a></li>
<li><a href="#ethics-bowlhttpsethicsbowlchinacom"><a href="https://ethicsbowlchina.com/">Ethics Bowl</a></a></li>
</ul>
</li>
<li><a href="#international-relationship">International Relationship</a>
<ul>
<li><a href="#model-united-nationshttpswwwunorgenmun"><a href="https://www.un.org/en/mun">Model United Nations</a></a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E4%BA%BA%E6%96%87%E7%A7%91%E5%AD%A6/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E4%BA%BA%E6%96%87%E7%A7%91%E5%AD%A6/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,304 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="数学 # STEP Support Program by Cambridge # 简介 这是剑桥大学提供的STEP问题解题结构化介绍计划对所有人免费开放。 MAT Livestream by Oxford # 简介 这是一个由牛津大学主持的每周直播节目">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E6%95%B0%E5%AD%A6/" />
<title>数学 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E6%95%B0%E5%AD%A6/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>数学</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li>
<ul>
<li><a href="#step-support-program-by-cambridgehttpsmathsorgstep"><a href="https://maths.org/step/">STEP Support Program by Cambridge</a></a></li>
<li><a href="#mat-livestream-by-oxfordhttpswwwmathsoxacukstudy-hereundergraduate-studymaths-admissions-testmat-livestream"><a href="https://www.maths.ox.ac.uk/study-here/undergraduate-study/maths-admissions-test/mat-livestream">MAT Livestream by Oxford</a></a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="数学">
数学
<a class="anchor" href="#%e6%95%b0%e5%ad%a6">#</a>
</h1>
<h3 id="step-support-program-by-cambridgehttpsmathsorgstep">
<a href="https://maths.org/step/">STEP Support Program by Cambridge</a>
<a class="anchor" href="#step-support-program-by-cambridgehttpsmathsorgstep">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-STEP support program by Cambridge" id="tabs-STEP support program by Cambridge-0" checked="checked" />
<label for="tabs-STEP support program by Cambridge-0">简介</label>
<div class="book-tabs-content markdown-inner">这是剑桥大学提供的STEP问题解题结构化介绍计划对所有人免费开放。</div></div>
<h3 id="mat-livestream-by-oxfordhttpswwwmathsoxacukstudy-hereundergraduate-studymaths-admissions-testmat-livestream">
<a href="https://www.maths.ox.ac.uk/study-here/undergraduate-study/maths-admissions-test/mat-livestream">MAT Livestream by Oxford</a>
<a class="anchor" href="#mat-livestream-by-oxfordhttpswwwmathsoxacukstudy-hereundergraduate-studymaths-admissions-testmat-livestream">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-MAT Livestream by Oxford" id="tabs-MAT Livestream by Oxford-0" checked="checked" />
<label for="tabs-MAT Livestream by Oxford-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个由牛津大学主持的每周直播节目,讨论解决问题的策略,主要关注牛津的数学入学考试(MAT)。</div><input type="radio" class="toggle" name="tabs-MAT Livestream by Oxford" id="tabs-MAT Livestream by Oxford-1" />
<label for="tabs-MAT Livestream by Oxford-1">节目信息</label>
<div class="book-tabs-content markdown-inner"><strong>Name</strong>: MAT Livestream by Oxford<br>
<strong>Frequency</strong>: weekly<br>
<strong>Focus</strong>: problem-solving strategies<br>
<strong>Related Test</strong>: Mathematics Admissions Test(MAT)</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e4%b8%93%e4%b8%9a%e4%b8%8e%e8%af%be%e5%a4%96%e8%b5%84%e6%ba%90/%e6%95%b0%e5%ad%a6/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li>
<ul>
<li><a href="#step-support-program-by-cambridgehttpsmathsorgstep"><a href="https://maths.org/step/">STEP Support Program by Cambridge</a></a></li>
<li><a href="#mat-livestream-by-oxfordhttpswwwmathsoxacukstudy-hereundergraduate-studymaths-admissions-testmat-livestream"><a href="https://www.maths.ox.ac.uk/study-here/undergraduate-study/maths-admissions-test/mat-livestream">MAT Livestream by Oxford</a></a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E6%95%B0%E5%AD%A6/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E6%95%B0%E5%AD%A6/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,357 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="同学社Academy # 简介 微信公众号,是一个平台,专门提供艺术和人文领域的在线课程。 Unsplash # 简介 这些互联网资源包括视觉资料,包括复古照片和海报、">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E7%BE%8E%E6%9C%AF%E5%8E%86%E5%8F%B2/" />
<title>美术历史 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E7%BE%8E%E6%9C%AF%E5%8E%86%E5%8F%B2/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>美术历史</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#同学社academy">同学社Academy</a></li>
<li><a href="#unsplashhttpsunsplashcom"><a href="https://unsplash.com/">Unsplash</a></a></li>
<li><a href="#issuuhttpsissuucom"><a href="https://issuu.com/">ISSUU</a></a></li>
<li><a href="#koozarchhttpswwwkoozarchcom"><a href="https://www.koozarch.com/">KoozArch</a></a></li>
<li><a href="#behancehttpswwwbehancenet"><a href="https://www.behance.net/">Behance</a></a></li>
<li><a href="#designspirationhttpswwwdesignspirationcom"><a href="https://www.designspiration.com/">Designspiration</a></a></li>
<li><a href="#pinteresthttpswwwpinterestcom"><a href="https://www.pinterest.com/">Pinterest</a></a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h2 id="同学社academy">
同学社Academy
<a class="anchor" href="#%e5%90%8c%e5%ad%a6%e7%a4%beacademy">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-同学社Academy" id="tabs-同学社Academy-0" checked="checked" />
<label for="tabs-同学社Academy-0">简介</label>
<div class="book-tabs-content markdown-inner">微信公众号,是一个平台,专门提供艺术和人文领域的在线课程。</div></div>
<h2 id="unsplashhttpsunsplashcom">
<a href="https://unsplash.com/">Unsplash</a>
<a class="anchor" href="#unsplashhttpsunsplashcom">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Unsplash" id="tabs-Unsplash-0" checked="checked" />
<label for="tabs-Unsplash-0">简介</label>
<div class="book-tabs-content markdown-inner">这些互联网资源包括视觉资料,包括复古照片和海报、插图和油画等。大多数内容都可以免费使用。</div></div>
<h2 id="issuuhttpsissuucom">
<a href="https://issuu.com/">ISSUU</a>
<a class="anchor" href="#issuuhttpsissuucom">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-ISSUU" id="tabs-ISSUU-0" checked="checked" />
<label for="tabs-ISSUU-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个网站,你可以在上面查看应聘者的作品集。</div></div>
<h2 id="koozarchhttpswwwkoozarchcom">
<a href="https://www.koozarch.com/">KoozArch</a>
<a class="anchor" href="#koozarchhttpswwwkoozarchcom">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-KoozArch" id="tabs-KoozArch-0" checked="checked" />
<label for="tabs-KoozArch-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个以研究为驱动的工作室,涵盖了艺术家的作品集和与有远见的贡献者的交流。</div></div>
<h2 id="behancehttpswwwbehancenet">
<a href="https://www.behance.net/">Behance</a>
<a class="anchor" href="#behancehttpswwwbehancenet">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Behance" id="tabs-Behance-0" checked="checked" />
<label for="tabs-Behance-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个艺术社区用于分享和发现创意想法。比Pinterest更成熟和聚焦于工作你可以在这里查看他人的作品和作品集。</div></div>
<h2 id="designspirationhttpswwwdesignspirationcom">
<a href="https://www.designspiration.com/">Designspiration</a>
<a class="anchor" href="#designspirationhttpswwwdesignspirationcom">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Designspiration" id="tabs-Designspiration-0" checked="checked" />
<label for="tabs-Designspiration-0">简介</label>
<div class="book-tabs-content markdown-inner">这个网站类似于Pinterest。</div></div>
<h2 id="pinteresthttpswwwpinterestcom">
<a href="https://www.pinterest.com/">Pinterest</a>
<a class="anchor" href="#pinteresthttpswwwpinterestcom">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Pinterest" id="tabs-Pinterest-0" checked="checked" />
<label for="tabs-Pinterest-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个网站,你可以在上面发现各种创意和灵感。</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e4%b8%93%e4%b8%9a%e4%b8%8e%e8%af%be%e5%a4%96%e8%b5%84%e6%ba%90/%e7%be%8e%e6%9c%af%e5%8e%86%e5%8f%b2/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#同学社academy">同学社Academy</a></li>
<li><a href="#unsplashhttpsunsplashcom"><a href="https://unsplash.com/">Unsplash</a></a></li>
<li><a href="#issuuhttpsissuucom"><a href="https://issuu.com/">ISSUU</a></a></li>
<li><a href="#koozarchhttpswwwkoozarchcom"><a href="https://www.koozarch.com/">KoozArch</a></a></li>
<li><a href="#behancehttpswwwbehancenet"><a href="https://www.behance.net/">Behance</a></a></li>
<li><a href="#designspirationhttpswwwdesignspirationcom"><a href="https://www.designspiration.com/">Designspiration</a></a></li>
<li><a href="#pinteresthttpswwwpinterestcom"><a href="https://www.pinterest.com/">Pinterest</a></a></li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E7%BE%8E%E6%9C%AF%E5%8E%86%E5%8F%B2/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E7%BE%8E%E6%9C%AF%E5%8E%86%E5%8F%B2/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,360 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="自然科学 # 生物 # Campbell Biology, 12th edition # 简介 这是一本涵盖A-level到本科内容的有用书籍适合竞赛使用。清晰易懂的图形插图特别有助于理解。 书籍信息 Name: Campbell Biology,">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E8%87%AA%E7%84%B6%E7%A7%91%E5%AD%A6/" />
<title>自然科学 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E8%87%AA%E7%84%B6%E7%A7%91%E5%AD%A6/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>自然科学</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#生物">生物</a>
<ul>
<li><a href="#campbell-biology-12th-editionhttpsarchiveorgdetailscampbell-biologypagen3mode2upq9780135988046"><a href="https://archive.org/details/campbell-biology/page/n3/mode/2up?q=9780135988046">Campbell Biology, 12th edition</a></a></li>
</ul>
</li>
<li><a href="#化学">化学</a>
<ul>
<li><a href="#american-chemical-societyhttpswwwacsorg"><a href="https://www.acs.org/">American Chemical Society</a></a></li>
<li><a href="#royal-society-of-chemistryhttpsedurscorg"><a href="https://edu.rsc.org">Royal Society of Chemistry</a></a></li>
<li><a href="#organic-chemistry-by-jonathan-clayden-nick-greeves-stuart-warrenhttpswebarchiveorgpdfsearch9780199270293"><a href="https://web.archive.org/pdf/search/9780199270293">Organic Chemistry by Jonathan Clayden Nick Greeves Stuart Warren</a></a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="自然科学">
自然科学
<a class="anchor" href="#%e8%87%aa%e7%84%b6%e7%a7%91%e5%ad%a6">#</a>
</h1>
<h2 id="生物">
生物
<a class="anchor" href="#%e7%94%9f%e7%89%a9">#</a>
</h2>
<h3 id="campbell-biology-12th-editionhttpsarchiveorgdetailscampbell-biologypagen3mode2upq9780135988046">
<a href="https://archive.org/details/campbell-biology/page/n3/mode/2up?q=9780135988046">Campbell Biology, 12th edition</a>
<a class="anchor" href="#campbell-biology-12th-editionhttpsarchiveorgdetailscampbell-biologypagen3mode2upq9780135988046">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Campbell Biology, 12th edition" id="tabs-Campbell Biology, 12th edition-0" checked="checked" />
<label for="tabs-Campbell Biology, 12th edition-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一本涵盖A-level到本科内容的有用书籍适合竞赛使用。清晰易懂的图形插图特别有助于理解。</div><input type="radio" class="toggle" name="tabs-Campbell Biology, 12th edition" id="tabs-Campbell Biology, 12th edition-1" />
<label for="tabs-Campbell Biology, 12th edition-1">书籍信息</label>
<div class="book-tabs-content markdown-inner"><p><strong>Name</strong>: Campbell Biology, 12th edition<br>
<strong>ISBN 13</strong>: 9780135988046</p>
<blockquote class="book-hint info">
Get if you can, with these information.
</blockquote>
</div></div>
<h2 id="化学">
化学
<a class="anchor" href="#%e5%8c%96%e5%ad%a6">#</a>
</h2>
<h3 id="american-chemical-societyhttpswwwacsorg">
<a href="https://www.acs.org/">American Chemical Society</a>
<a class="anchor" href="#american-chemical-societyhttpswwwacsorg">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-American Chemical Society" id="tabs-American Chemical Society-0" checked="checked" />
<label for="tabs-American Chemical Society-0">简介</label>
<div class="book-tabs-content markdown-inner"><p>美国化学学会American Chemical SocietyACS是一个国际性的化学社团成立于1876年总部位于美国华盛顿特区。成员遍布全球包括专业化学家、学生、教师和其他跨学科人士。</p>
<p>美国化学学会拥有许多期刊其中《美国化学会志》已有125年历史。</p>
</div></div>
<h3 id="royal-society-of-chemistryhttpsedurscorg">
<a href="https://edu.rsc.org">Royal Society of Chemistry</a>
<a class="anchor" href="#royal-society-of-chemistryhttpsedurscorg">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Royal Society of Chemistry" id="tabs-Royal Society of Chemistry-0" checked="checked" />
<label for="tabs-Royal Society of Chemistry-0">简介</label>
<div class="book-tabs-content markdown-inner">英国皇家化学学会是一所英国的学会、欧洲最大的化学科学组织、历史最为悠久的化学学会目标为“推进化学科学”。1841年英国皇家化学学会成立1980年化学学会、皇家化学研究所、法拉第学会和分析化学学会合并为今天的英国皇家化学学会并开始使用新的“皇家宪章”。</div></div>
<h3 id="organic-chemistry-by-jonathan-clayden-nick-greeves-stuart-warrenhttpswebarchiveorgpdfsearch9780199270293">
<a href="https://web.archive.org/pdf/search/9780199270293">Organic Chemistry by Jonathan Clayden Nick Greeves Stuart Warren</a>
<a class="anchor" href="#organic-chemistry-by-jonathan-clayden-nick-greeves-stuart-warrenhttpswebarchiveorgpdfsearch9780199270293">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Organic Chemistry by Jonathan Clayden Nick Greeves Stuart Warren" id="tabs-Organic Chemistry by Jonathan Clayden Nick Greeves Stuart Warren-0" checked="checked" />
<label for="tabs-Organic Chemistry by Jonathan Clayden Nick Greeves Stuart Warren-0">简介</label>
<div class="book-tabs-content markdown-inner">这本书包含了大学水平的内容适合希望超越12年级化学水平并追求卓越的学生。</div><input type="radio" class="toggle" name="tabs-Organic Chemistry by Jonathan Clayden Nick Greeves Stuart Warren" id="tabs-Organic Chemistry by Jonathan Clayden Nick Greeves Stuart Warren-1" />
<label for="tabs-Organic Chemistry by Jonathan Clayden Nick Greeves Stuart Warren-1">书籍信息</label>
<div class="book-tabs-content markdown-inner"><p><strong>书名</strong>Organic Chemistry<br>
<strong>作者</strong>Jonathan Clayden, Nick Greeves, Stuart Warren<br>
<strong>ISBN 13</strong>9780199270293</p>
<blockquote class="book-hint info">
获取时请务必使用这些信息。
</blockquote>
</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e4%b8%93%e4%b8%9a%e4%b8%8e%e8%af%be%e5%a4%96%e8%b5%84%e6%ba%90/%e8%87%aa%e7%84%b6%e7%a7%91%e5%ad%a6/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#生物">生物</a>
<ul>
<li><a href="#campbell-biology-12th-editionhttpsarchiveorgdetailscampbell-biologypagen3mode2upq9780135988046"><a href="https://archive.org/details/campbell-biology/page/n3/mode/2up?q=9780135988046">Campbell Biology, 12th edition</a></a></li>
</ul>
</li>
<li><a href="#化学">化学</a>
<ul>
<li><a href="#american-chemical-societyhttpswwwacsorg"><a href="https://www.acs.org/">American Chemical Society</a></a></li>
<li><a href="#royal-society-of-chemistryhttpsedurscorg"><a href="https://edu.rsc.org">Royal Society of Chemistry</a></a></li>
<li><a href="#organic-chemistry-by-jonathan-clayden-nick-greeves-stuart-warrenhttpswebarchiveorgpdfsearch9780199270293"><a href="https://web.archive.org/pdf/search/9780199270293">Organic Chemistry by Jonathan Clayden Nick Greeves Stuart Warren</a></a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E8%87%AA%E7%84%B6%E7%A7%91%E5%AD%A6/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E8%87%AA%E7%84%B6%E7%A7%91%E5%AD%A6/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,257 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="语言 #">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E8%AF%AD%E8%A8%80/" />
<title>语言 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E8%AF%AD%E8%A8%80/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>语言</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents"></nav>
</aside>
</header>
<article class="markdown"><h1 id="语言">
语言
<a class="anchor" href="#%e8%af%ad%e8%a8%80">#</a>
</h1>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e4%b8%93%e4%b8%9a%e4%b8%8e%e8%af%be%e5%a4%96%e8%b5%84%e6%ba%90/%e8%af%ad%e8%a8%80/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents"></nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E8%AF%AD%E8%A8%80/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E8%AF%AD%E8%A8%80/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,325 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="通用 # HE&#43; by University of Cambridge # 简介 这是剑桥大学提供的一个网站,可以作为探索你感兴趣的专业的起点。类别清晰,一些主题带有简单的介绍和推荐视频。此外,还包括">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E9%80%9A%E7%94%A8/" />
<title>通用 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E9%80%9A%E7%94%A8/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>通用</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#he-by-university-of-cambridgehttpsmyhepluscom"><a href="https://myheplus.com/">HE+ by University of Cambridge</a></a>
<ul>
<li><a href="#courserahttpswwwcourseraorg"><a href="https://www.coursera.org/">Coursera</a></a></li>
<li><a href="#horizon-inspireshttpswwwhorizoninspirescomcourses"><a href="https://www.horizoninspires.com/courses">Horizon Inspires</a></a></li>
<li><a href="#edxhttpswwwedxorgschoolstanfordonline"><a href="https://www.edx.org/school/stanfordonline">edX</a></a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="通用">
通用
<a class="anchor" href="#%e9%80%9a%e7%94%a8">#</a>
</h1>
<h2 id="he-by-university-of-cambridgehttpsmyhepluscom">
<a href="https://myheplus.com/">HE+ by University of Cambridge</a>
<a class="anchor" href="#he-by-university-of-cambridgehttpsmyhepluscom">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-HE&#43; by University of Cambridge" id="tabs-HE&#43; by University of Cambridge-0" checked="checked" />
<label for="tabs-HE&#43; by University of Cambridge-0">简介</label>
<div class="book-tabs-content markdown-inner">这是剑桥大学提供的一个网站,可以作为探索你感兴趣的专业的起点。类别清晰,一些主题带有简单的介绍和推荐视频。此外,还包括一些资源,如播客和 YouTube 视频链接。</div></div>
<h3 id="courserahttpswwwcourseraorg">
<a href="https://www.coursera.org/">Coursera</a>
<a class="anchor" href="#courserahttpswwwcourseraorg">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Coursera" id="tabs-Coursera-0" checked="checked" />
<label for="tabs-Coursera-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个网站,提供免费和付费的高级课程和在线学位,课程来自世界各地知名大学的教授。</div></div>
<h3 id="horizon-inspireshttpswwwhorizoninspirescomcourses">
<a href="https://www.horizoninspires.com/courses">Horizon Inspires</a>
<a class="anchor" href="#horizon-inspireshttpswwwhorizoninspirescomcourses">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Horizon Inspires" id="tabs-Horizon Inspires-0" checked="checked" />
<label for="tabs-Horizon Inspires-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个提供不同种类的研究项目的网站。一个很好的地方,在寒暑假期间寻找课外活动。</div></div>
<h3 id="edxhttpswwwedxorgschoolstanfordonline">
<a href="https://www.edx.org/school/stanfordonline">edX</a>
<a class="anchor" href="#edxhttpswwwedxorgschoolstanfordonline">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-edX" id="tabs-edX-0" checked="checked" />
<label for="tabs-edX-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个由斯坦福大学开设的在线课程平台。</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e4%b8%93%e4%b8%9a%e4%b8%8e%e8%af%be%e5%a4%96%e8%b5%84%e6%ba%90/%e9%80%9a%e7%94%a8/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#he-by-university-of-cambridgehttpsmyhepluscom"><a href="https://myheplus.com/">HE+ by University of Cambridge</a></a>
<ul>
<li><a href="#courserahttpswwwcourseraorg"><a href="https://www.coursera.org/">Coursera</a></a></li>
<li><a href="#horizon-inspireshttpswwwhorizoninspirescomcourses"><a href="https://www.horizoninspires.com/courses">Horizon Inspires</a></a></li>
<li><a href="#edxhttpswwwedxorgschoolstanfordonline"><a href="https://www.edx.org/school/stanfordonline">edX</a></a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E9%80%9A%E7%94%A8/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/%E9%80%9A%E7%94%A8/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,414 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="学术工具集 # 前言 # 内容尚在编写开发,并不完善 本页的主要目的是帮助各位快速定位到你们需要的内容。 目录 # 书籍文献 写作工具 研究工具 提示 # 这很好查询">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/" />
<title>学术工具集 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="alternate" hreflang="zh" href="https://academics.jamesflare.com/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/" title="学术工具集">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/"class=active>学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>学术工具集</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#社区贡献者">社区贡献者</a></li>
<li><a href="#加入我们">加入我们</a>
<ul>
<li><a href="#修正错误">修正错误</a></li>
<li><a href="#完善内容">完善内容</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="学术工具集">
学术工具集
<a class="anchor" href="#%e5%ad%a6%e6%9c%af%e5%b7%a5%e5%85%b7%e9%9b%86">#</a>
</h1>
<h2 id="前言">
前言
<a class="anchor" href="#%e5%89%8d%e8%a8%80">#</a>
</h2>
<blockquote class="book-hint warning">
内容尚在编写开发,并不完善
</blockquote>
<p>本页的主要目的是帮助各位快速定位到你们需要的内容。</p>
<div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<h2 id="目录">
目录
<a class="anchor" href="#%e7%9b%ae%e5%bd%95">#</a>
</h2>
<ul>
<li><a href="%e4%b9%a6%e7%b1%8d/">书籍文献</a></li>
<li><a href="%e5%86%99%e4%bd%9c/">写作工具</a></li>
<li><a href="%e7%a0%94%e7%a9%b6/">研究工具</a></li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h2 id="提示">
提示
<a class="anchor" href="#%e6%8f%90%e7%a4%ba">#</a>
</h2>
<p>这很好查询。比如我要找Z-Libray那它属于</p>
<blockquote>
<ul>
<li>学术工具集
<ul>
<li><a href="%e4%b9%a6%e7%b1%8d/">书籍文献</a>
<ul>
<li>Z-Libray</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
<p>这样的话,直接点击右边的<a href="%e4%b9%a6%e7%b1%8d/">书籍文献</a>即可找到。</p>
</div>
</div>
<h2 id="社区贡献者">
社区贡献者
<a class="anchor" href="#%e7%a4%be%e5%8c%ba%e8%b4%a1%e7%8c%ae%e8%80%85">#</a>
</h2>
<p>感谢对开源社区所做的贡献,他们在本资源库的建立中发挥了作用。</p>
<div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<h3 id="合计">
合计
<a class="anchor" href="#%e5%90%88%e8%ae%a1">#</a>
</h3>
<ul>
<li><a href="/zh/posts/about/james-zhou/">James Zhou</a></li>
<li>Angel Hu</li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h3 id="书籍文献">
书籍文献
<a class="anchor" href="#%e4%b9%a6%e7%b1%8d%e6%96%87%e7%8c%ae">#</a>
</h3>
<ul>
<li><a href="/zh/posts/about/james-zhou/">James Zhou</a></li>
</ul>
<h3 id="写作工具">
写作工具
<a class="anchor" href="#%e5%86%99%e4%bd%9c%e5%b7%a5%e5%85%b7">#</a>
</h3>
<ul>
<li><a href="#%e5%8a%a0%e5%85%a5%e6%88%91%e4%bb%ac">加入我们</a></li>
</ul>
<h3 id="研究工具">
研究工具
<a class="anchor" href="#%e7%a0%94%e7%a9%b6%e5%b7%a5%e5%85%b7">#</a>
</h3>
<ul>
<li><a href="#%e5%8a%a0%e5%85%a5%e6%88%91%e4%bb%ac">加入我们</a></li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h3 id="开发">
开发
<a class="anchor" href="#%e5%bc%80%e5%8f%91">#</a>
</h3>
<ul>
<li><a href="https://www.jamesflare.com">James Zhou</a></li>
</ul>
<h3 id="头">
<a class="anchor" href="#%e5%a4%b4">#</a>
</h3>
<ul>
<li>Angel Hu</li>
</ul>
</div>
</div>
<h2 id="加入我们">
加入我们
<a class="anchor" href="#%e5%8a%a0%e5%85%a5%e6%88%91%e4%bb%ac">#</a>
</h2>
<p>你有两种贡献的方式,修正错误,以及完善内容。</p>
<p><a href="https://github.com/JamesFlare1212/SCDocs/"><img src="https://github-readme-stats.jamesflare.com/api/pin/?username=JamesFlare1212&amp;repo=SCDocs&amp;theme=github_dark_dimmed&amp;show_owner=true" alt="SCDocs Git Card" /></a></p>
<p>如果你希望提交改动,请以<a href="https://github.com/JamesFlare1212/SCDocs/pulls">Pull Request</a>的形式提出分支合并请求,而不是试图直接在主分支提交<a href="https://github.com/JamesFlare1212/SCDocs/commits/dev">Commit</a></p>
<h3 id="修正错误">
修正错误
<a class="anchor" href="#%e4%bf%ae%e6%ad%a3%e9%94%99%e8%af%af">#</a>
</h3>
<p>如需修正错误,你需要在本项目的仓库提出<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a></p>
<p>在提交 <strong>PR</strong><a href="https://github.com/JamesFlare1212/SCDocs/pulls"><strong>P</strong>ull <strong>R</strong>equest</a>)之前,我希望你充分在<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a>中讨论。</p>
<h3 id="完善内容">
完善内容
<a class="anchor" href="#%e5%ae%8c%e5%96%84%e5%86%85%e5%ae%b9">#</a>
</h3>
<p>如果你想提出新的想法,我推荐你在<a href="https://github.com/JamesFlare1212/SCDocs/discussions">Discussions</a>提出,然后进行讨论,而不是提出<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a>,因为这不是错误,而是改进。</p>
<p>如果你有不错的内容,或者知道优质的创作者,欢迎投稿。</p>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e5%ad%a6%e6%9c%af%e5%b7%a5%e5%85%b7%e9%9b%86/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#社区贡献者">社区贡献者</a></li>
<li><a href="#加入我们">加入我们</a>
<ul>
<li><a href="#修正错误">修正错误</a></li>
<li><a href="#完善内容">完善内容</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,306 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="书籍文献 # 这是一些获取,搜索书籍文献的在线工具或者服务。 Library Genesis # 简介 一个查找电子书的网站,请使用谷歌搜索以找到入口。 Z-library # 简介 Z-library">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E4%B9%A6%E7%B1%8D/" />
<title>书籍 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E4%B9%A6%E7%B1%8D/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>书籍</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#library-genesis">Library Genesis</a></li>
<li><a href="#z-library">Z-library</a></li>
<li><a href="#internet-archivehttpsarchiveorg"><a href="https://archive.org/">Internet Archive</a></a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="书籍文献">
书籍文献
<a class="anchor" href="#%e4%b9%a6%e7%b1%8d%e6%96%87%e7%8c%ae">#</a>
</h1>
<p>这是一些获取,搜索书籍文献的在线工具或者服务。</p>
<h2 id="library-genesis">
Library Genesis
<a class="anchor" href="#library-genesis">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Library Genesis" id="tabs-Library Genesis-0" checked="checked" />
<label for="tabs-Library Genesis-0">简介</label>
<div class="book-tabs-content markdown-inner">一个查找电子书的网站,请使用谷歌搜索以找到入口。</div></div>
<h2 id="z-library">
Z-library
<a class="anchor" href="#z-library">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Z-library" id="tabs-Z-library-0" checked="checked" />
<label for="tabs-Z-library-0">简介</label>
<div class="book-tabs-content markdown-inner">Z-library有大量的书籍包括中英文书籍并提供不同格式的下载PDFEPUBMOBITXT等。请使用谷歌搜索以找到入口。</div></div>
<h2 id="internet-archivehttpsarchiveorg">
<a href="https://archive.org/">Internet Archive</a>
<a class="anchor" href="#internet-archivehttpsarchiveorg">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Internet Archive" id="tabs-Internet Archive-0" checked="checked" />
<label for="tabs-Internet Archive-0">简介</label>
<div class="book-tabs-content markdown-inner">一个非营利图书馆,收录了大量的书籍。一些书籍可能无法下载。</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e5%ad%a6%e6%9c%af%e5%b7%a5%e5%85%b7%e9%9b%86/%e4%b9%a6%e7%b1%8d/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#library-genesis">Library Genesis</a></li>
<li><a href="#z-library">Z-library</a></li>
<li><a href="#internet-archivehttpsarchiveorg"><a href="https://archive.org/">Internet Archive</a></a></li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E4%B9%A6%E7%B1%8D/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E4%B9%A6%E7%B1%8D/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,292 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="写作工具 # 这是一些写作有关的在线工具或者服务。 Scribbr Citation Generator # 简介 只需复制并粘贴链接,即可生成不同格式的引用。对于写作论文非常省时! Word Counter # 简介 可以帮">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E5%86%99%E4%BD%9C/" />
<title>写作 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E5%86%99%E4%BD%9C/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>写作</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#scribbr-citation-generatorhttpswwwscribbrcomcitationgenerator"><a href="https://www.scribbr.com/citation/generator/">Scribbr Citation Generator</a></a></li>
<li><a href="#word-counterhttpswordcounternet"><a href="https://wordcounter.net/">Word Counter</a></a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="写作工具">
写作工具
<a class="anchor" href="#%e5%86%99%e4%bd%9c%e5%b7%a5%e5%85%b7">#</a>
</h1>
<p>这是一些写作有关的在线工具或者服务。</p>
<h2 id="scribbr-citation-generatorhttpswwwscribbrcomcitationgenerator">
<a href="https://www.scribbr.com/citation/generator/">Scribbr Citation Generator</a>
<a class="anchor" href="#scribbr-citation-generatorhttpswwwscribbrcomcitationgenerator">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Scribbr Citation Generator" id="tabs-Scribbr Citation Generator-0" checked="checked" />
<label for="tabs-Scribbr Citation Generator-0">简介</label>
<div class="book-tabs-content markdown-inner">只需复制并粘贴链接,即可生成不同格式的引用。对于写作论文非常省时!</div></div>
<h2 id="word-counterhttpswordcounternet">
<a href="https://wordcounter.net/">Word Counter</a>
<a class="anchor" href="#word-counterhttpswordcounternet">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Word Counter" id="tabs-Word Counter-0" checked="checked" />
<label for="tabs-Word Counter-0">简介</label>
<div class="book-tabs-content markdown-inner">可以帮助检查您的字数和字符数。</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e5%ad%a6%e6%9c%af%e5%b7%a5%e5%85%b7%e9%9b%86/%e5%86%99%e4%bd%9c/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#scribbr-citation-generatorhttpswwwscribbrcomcitationgenerator"><a href="https://www.scribbr.com/citation/generator/">Scribbr Citation Generator</a></a></li>
<li><a href="#word-counterhttpswordcounternet"><a href="https://wordcounter.net/">Word Counter</a></a></li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E5%86%99%E4%BD%9C/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E5%86%99%E4%BD%9C/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,390 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="研究工具 # 一些研究,调查可用的在线工具与服务。 NBER # 简介 一个可以找到与经济学相关的论文、论文和文章的网站。 Our World in Data # 简介 当您需要进行任何类型的">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E7%A0%94%E7%A9%B6/" />
<title>研究 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E7%A0%94%E7%A9%B6/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>研究</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#nberhttpswwwnberorg"><a href="https://www.nber.org/">NBER</a></a></li>
<li><a href="#our-world-in-datahttpsourworldindataorg"><a href="https://ourworldindata.org/">Our World in Data</a></a></li>
<li><a href="#research-gatehttpswwwresearchgatenet"><a href="https://www.researchgate.net/">Research Gate</a></a></li>
<li><a href="#encyclopedia-britannicahttpswwwbritannicacom"><a href="https://www.britannica.com/">Encyclopedia Britannica</a></a></li>
<li><a href="#知网httpscnkinet"><a href="https://cnki.net/">知网</a></a></li>
<li><a href="#the-economisthttpswwweconomistcom"><a href="https://www.economist.com/">The Economist</a></a></li>
<li><a href="#mdpihttpswwwmdpicom"><a href="https://www.mdpi.com/">MDPI</a></a></li>
<li><a href="#ieahttpswwwieaorg"><a href="https://www.iea.org">IEA</a></a></li>
<li><a href="#中国国务院新闻办公室英文版httpenglishsciogovcn"><a href="http://english.scio.gov.cn">中国国务院新闻办公室英文版</a></a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="研究工具">
研究工具
<a class="anchor" href="#%e7%a0%94%e7%a9%b6%e5%b7%a5%e5%85%b7">#</a>
</h1>
<p>一些研究,调查可用的在线工具与服务。</p>
<h2 id="nberhttpswwwnberorg">
<a href="https://www.nber.org/">NBER</a>
<a class="anchor" href="#nberhttpswwwnberorg">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-NBER" id="tabs-NBER-0" checked="checked" />
<label for="tabs-NBER-0">简介</label>
<div class="book-tabs-content markdown-inner">一个可以找到与经济学相关的论文、论文和文章的网站。</div></div>
<h2 id="our-world-in-datahttpsourworldindataorg">
<a href="https://ourworldindata.org/">Our World in Data</a>
<a class="anchor" href="#our-world-in-datahttpsourworldindataorg">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Our World in Data" id="tabs-Our World in Data-0" checked="checked" />
<label for="tabs-Our World in Data-0">简介</label>
<div class="book-tabs-content markdown-inner">当您需要进行任何类型的研究时,这个网站提供的统计数据非常方便。此外,该网站还提供了相关文章作为解释。</div></div>
<h2 id="research-gatehttpswwwresearchgatenet">
<a href="https://www.researchgate.net/">Research Gate</a>
<a class="anchor" href="#research-gatehttpswwwresearchgatenet">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Research Gate" id="tabs-Research Gate-0" checked="checked" />
<label for="tabs-Research Gate-0">简介</label>
<div class="book-tabs-content markdown-inner">一个可以找到您所研究领域各种论文的网站,尽管有时需要特殊帐户才能访问这些论文。</div></div>
<h2 id="encyclopedia-britannicahttpswwwbritannicacom">
<a href="https://www.britannica.com/">Encyclopedia Britannica</a>
<a class="anchor" href="#encyclopedia-britannicahttpswwwbritannicacom">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Encyclopedia Britannica" id="tabs-Encyclopedia Britannica-0" checked="checked" />
<label for="tabs-Encyclopedia Britannica-0">简介</label>
<div class="book-tabs-content markdown-inner">通过百科全书以简单的方式开始您的研究的好方法。</div></div>
<h2 id="知网httpscnkinet">
<a href="https://cnki.net/">知网</a>
<a class="anchor" href="#%e7%9f%a5%e7%bd%91httpscnkinet">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-知网" id="tabs-知网-0" checked="checked" />
<label for="tabs-知网-0">简介</label>
<div class="book-tabs-content markdown-inner">一个可以找到中文论文和论文的网站。</div></div>
<h2 id="the-economisthttpswwweconomistcom">
<a href="https://www.economist.com/">The Economist</a>
<a class="anchor" href="#the-economisthttpswwweconomistcom">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-The Economist" id="tabs-The Economist-0" checked="checked" />
<label for="tabs-The Economist-0">简介</label>
<div class="book-tabs-content markdown-inner">提供专业分析的全球新闻网站,特别是政治和经济方面的。</div></div>
<h2 id="mdpihttpswwwmdpicom">
<a href="https://www.mdpi.com/">MDPI</a>
<a class="anchor" href="#mdpihttpswwwmdpicom">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-MDPI" id="tabs-MDPI-0" checked="checked" />
<label for="tabs-MDPI-0">简介</label>
<div class="book-tabs-content markdown-inner">一个有用的网站,可以查找期刊、文章等。</div></div>
<h2 id="ieahttpswwwieaorg">
<a href="https://www.iea.org">IEA</a>
<a class="anchor" href="#ieahttpswwwieaorg">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-IEA" id="tabs-IEA-0" checked="checked" />
<label for="tabs-IEA-0">简介</label>
<div class="book-tabs-content markdown-inner">针对全球不同政策和重要事件的详细分析和报告提供PDF版本以供查阅。</div></div>
<h2 id="中国国务院新闻办公室英文版httpenglishsciogovcn">
<a href="http://english.scio.gov.cn">中国国务院新闻办公室英文版</a>
<a class="anchor" href="#%e4%b8%ad%e5%9b%bd%e5%9b%bd%e5%8a%a1%e9%99%a2%e6%96%b0%e9%97%bb%e5%8a%9e%e5%85%ac%e5%ae%a4%e8%8b%b1%e6%96%87%e7%89%88httpenglishsciogovcn">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-中国国务院新闻办公室英文版" id="tabs-中国国务院新闻办公室英文版-0" checked="checked" />
<label for="tabs-中国国务院新闻办公室英文版-0">简介</label>
<div class="book-tabs-content markdown-inner">提供中国政策和法规的精确翻译的网站。</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e5%ad%a6%e6%9c%af%e5%b7%a5%e5%85%b7%e9%9b%86/%e7%a0%94%e7%a9%b6/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#nberhttpswwwnberorg"><a href="https://www.nber.org/">NBER</a></a></li>
<li><a href="#our-world-in-datahttpsourworldindataorg"><a href="https://ourworldindata.org/">Our World in Data</a></a></li>
<li><a href="#research-gatehttpswwwresearchgatenet"><a href="https://www.researchgate.net/">Research Gate</a></a></li>
<li><a href="#encyclopedia-britannicahttpswwwbritannicacom"><a href="https://www.britannica.com/">Encyclopedia Britannica</a></a></li>
<li><a href="#知网httpscnkinet"><a href="https://cnki.net/">知网</a></a></li>
<li><a href="#the-economisthttpswwweconomistcom"><a href="https://www.economist.com/">The Economist</a></a></li>
<li><a href="#mdpihttpswwwmdpicom"><a href="https://www.mdpi.com/">MDPI</a></a></li>
<li><a href="#ieahttpswwwieaorg"><a href="https://www.iea.org">IEA</a></a></li>
<li><a href="#中国国务院新闻办公室英文版httpenglishsciogovcn"><a href="http://english.scio.gov.cn">中国国务院新闻办公室英文版</a></a></li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E7%A0%94%E7%A9%B6/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/%E7%A0%94%E7%A9%B6/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,436 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="学科在线资源 # 前言 # 内容尚在编写开发,并不完善 本页的主要目的是帮助各位快速定位到你们需要的内容。 目录 # 通用 美术&amp;历史 自然科学 人文科学">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/" />
<title>学科在线资源 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="alternate" hreflang="zh" href="https://academics.jamesflare.com/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/" title="学科在线资源">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/"class=active>学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>学科在线资源</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#社区贡献者">社区贡献者</a></li>
<li><a href="#加入我们">加入我们</a>
<ul>
<li><a href="#修正错误">修正错误</a></li>
<li><a href="#完善内容">完善内容</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="学科在线资源">
学科在线资源
<a class="anchor" href="#%e5%ad%a6%e7%a7%91%e5%9c%a8%e7%ba%bf%e8%b5%84%e6%ba%90">#</a>
</h1>
<h2 id="前言">
前言
<a class="anchor" href="#%e5%89%8d%e8%a8%80">#</a>
</h2>
<blockquote class="book-hint warning">
内容尚在编写开发,并不完善
</blockquote>
<p>本页的主要目的是帮助各位快速定位到你们需要的内容。</p>
<div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<h2 id="目录">
目录
<a class="anchor" href="#%e7%9b%ae%e5%bd%95">#</a>
</h2>
<ul>
<li><a href="%e9%80%9a%e7%94%a8/">通用</a></li>
<li><a href="%e7%be%8e%e6%9c%af%e5%8e%86%e5%8f%b2/">美术&amp;历史</a></li>
<li><a href="%e8%87%aa%e7%84%b6%e7%a7%91%e5%ad%a6/">自然科学</a></li>
<li><a href="%e4%ba%ba%e6%96%87%e7%a7%91%e5%ad%a6/">人文科学</a></li>
<li><a href="%e6%95%b0%e5%ad%a6/">数学</a></li>
<li><a href="%e8%af%ad%e8%a8%80/">语言</a></li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h2 id="提示">
提示
<a class="anchor" href="#%e6%8f%90%e7%a4%ba">#</a>
</h2>
<p>这很好查询。比如我要找,物理,那它属于</p>
<blockquote>
<ul>
<li>学科
<ul>
<li><a href="%e8%87%aa%e7%84%b6%e7%a7%91%e5%ad%a6/">自然科学</a>
<ul>
<li><strong>物理</strong></li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
<p>这样的话,直接点击右边的<a href="%e8%87%aa%e7%84%b6%e7%a7%91%e5%ad%a6/">自然科学</a>即可找到。</p>
</div>
</div>
<h2 id="社区贡献者">
社区贡献者
<a class="anchor" href="#%e7%a4%be%e5%8c%ba%e8%b4%a1%e7%8c%ae%e8%80%85">#</a>
</h2>
<p>感谢对开源社区所做的贡献,他们在本资源库的建立中发挥了作用。</p>
<div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<h3 id="合计">
合计
<a class="anchor" href="#%e5%90%88%e8%ae%a1">#</a>
</h3>
<ul>
<li>Cindy Pan</li>
<li>Robin Bao</li>
<li>Boven Jiang</li>
<li>Tobby Xu</li>
<li>Derrick Jiang</li>
<li><a href="/zh/posts/about/james-zhou/">James Zhou</a></li>
<li>Angel Hu</li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h3 id="生物">
生物
<a class="anchor" href="#%e7%94%9f%e7%89%a9">#</a>
</h3>
<ul>
<li>Robin Bao</li>
</ul>
<h3 id="化学">
化学
<a class="anchor" href="#%e5%8c%96%e5%ad%a6">#</a>
</h3>
<ul>
<li>Boven Jiang</li>
</ul>
<h3 id="经济">
经济
<a class="anchor" href="#%e7%bb%8f%e6%b5%8e">#</a>
</h3>
<ul>
<li>Tobby Xu</li>
</ul>
<h3 id="美术历史">
美术历史
<a class="anchor" href="#%e7%be%8e%e6%9c%af%e5%8e%86%e5%8f%b2">#</a>
</h3>
<ul>
<li><a href="/zh/posts/about/james-zhou/">James Zhou</a></li>
</ul>
</div>
<div class="flex-even markdown-inner">
<h3 id="物理">
物理
<a class="anchor" href="#%e7%89%a9%e7%90%86">#</a>
</h3>
<ul>
<li>Derrick Jiang</li>
</ul>
<h3 id="开发">
开发
<a class="anchor" href="#%e5%bc%80%e5%8f%91">#</a>
</h3>
<ul>
<li><a href="/zh/posts/about/james-zhou/">James Zhou</a></li>
</ul>
<h3 id="头">
<a class="anchor" href="#%e5%a4%b4">#</a>
</h3>
<ul>
<li>Angel Hu</li>
</ul>
</div>
</div>
<h2 id="加入我们">
加入我们
<a class="anchor" href="#%e5%8a%a0%e5%85%a5%e6%88%91%e4%bb%ac">#</a>
</h2>
<p>你有两种贡献的方式,修正错误,以及完善内容。</p>
<p><a href="https://github.com/JamesFlare1212/SCDocs/"><img src="https://github-readme-stats.jamesflare.com/api/pin/?username=JamesFlare1212&amp;repo=SCDocs&amp;theme=github_dark_dimmed&amp;show_owner=true" alt="SCDocs Git Card" /></a></p>
<p>如果你希望提交改动,请以<a href="https://github.com/JamesFlare1212/SCDocs/pulls">Pull Request</a>的形式提出分支合并请求,而不是试图直接在主分支提交<a href="https://github.com/JamesFlare1212/SCDocs/commits/dev">Commit</a></p>
<h3 id="修正错误">
修正错误
<a class="anchor" href="#%e4%bf%ae%e6%ad%a3%e9%94%99%e8%af%af">#</a>
</h3>
<p>如需修正错误,你需要在本项目的仓库提出<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a></p>
<p>在提交 <strong>PR</strong><a href="https://github.com/JamesFlare1212/SCDocs/pulls"><strong>P</strong>ull <strong>R</strong>equest</a>)之前,我希望你充分在<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a>中讨论。</p>
<h3 id="完善内容">
完善内容
<a class="anchor" href="#%e5%ae%8c%e5%96%84%e5%86%85%e5%ae%b9">#</a>
</h3>
<p>如果你想提出新的想法,我推荐你在<a href="https://github.com/JamesFlare1212/SCDocs/discussions">Discussions</a>提出,然后进行讨论,而不是提出<a href="https://github.com/JamesFlare1212/SCDocs/issues">Issue</a>,因为这不是错误,而是改进。</p>
<p>如果你有不错的内容,或者知道优质的创作者,欢迎投稿。</p>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e5%ad%a6%e7%a7%91%e5%9c%a8%e7%ba%bf%e8%b5%84%e6%ba%90/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#前言">前言</a></li>
<li><a href="#社区贡献者">社区贡献者</a></li>
<li><a href="#加入我们">加入我们</a>
<ul>
<li><a href="#修正错误">修正错误</a></li>
<li><a href="#完善内容">完善内容</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,387 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="人文科学 # 人文科学资源包括Web工具、YouTuber、非政府组织。 Economics # Jacob Clifford # 简介 为所有级别和专业的学生组织成主题的经济学概念。 EconplusDal # 简介 一">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E4%BA%BA%E6%96%87%E7%A7%91%E5%AD%A6/" />
<title>人文科学 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E4%BA%BA%E6%96%87%E7%A7%91%E5%AD%A6/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>人文科学</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#economics">Economics</a>
<ul>
<li><a href="#jacob-cliffordhttpswwwyoutubecomcacdcleadership"><a href="https://www.youtube.com/c/ACDCLeadership">Jacob Clifford</a></a></li>
<li><a href="#econplusdalhttpswwwyoutubecomceconplusdal1"><a href="https://www.youtube.com/c/EconplusDal1">EconplusDal</a></a></li>
<li><a href="#ali-anwerzadahttpswwwyoutubecomchannelucynckdifjgxj7bw9xn7m6cwplaylists"><a href="https://www.youtube.com/channel/UCYnCkdiFJgxJ7BW9XN7m6Cw/playlists">Ali Anwerzada</a></a></li>
<li><a href="#the-new-palgrave-dictionary-of-economicshttpslinkspringercomreferencework101057978-1-349-95121-5springerlink-search"><a href="https://link.springer.com/referencework/10.1057/978-1-349-95121-5#springerlink-search">The New Palgrave Dictionary of Economics</a></a></li>
</ul>
</li>
<li><a href="#humanities">Humanities</a>
<ul>
<li><a href="#同学社academy">同学社Academy</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="人文科学">
人文科学
<a class="anchor" href="#%e4%ba%ba%e6%96%87%e7%a7%91%e5%ad%a6">#</a>
</h1>
<p>人文科学资源包括Web工具、YouTuber、非政府组织。</p>
<h2 id="economics">
Economics
<a class="anchor" href="#economics">#</a>
</h2>
<h3 id="jacob-cliffordhttpswwwyoutubecomcacdcleadership">
<a href="https://www.youtube.com/c/ACDCLeadership">Jacob Clifford</a>
<a class="anchor" href="#jacob-cliffordhttpswwwyoutubecomcacdcleadership">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Jacob Clifford" id="tabs-Jacob Clifford-0" checked="checked" />
<label for="tabs-Jacob Clifford-0">简介</label>
<div class="book-tabs-content markdown-inner">为所有级别和专业的学生组织成主题的经济学概念。</div></div>
<h3 id="econplusdalhttpswwwyoutubecomceconplusdal1">
<a href="https://www.youtube.com/c/EconplusDal1">EconplusDal</a>
<a class="anchor" href="#econplusdalhttpswwwyoutubecomceconplusdal1">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-EconplusDal" id="tabs-EconplusDal-0" checked="checked" />
<label for="tabs-EconplusDal-0">简介</label>
<div class="book-tabs-content markdown-inner">一个对于考试前突击复习特别有帮助的 YouTube 频道适用于A-Level和IB考试。视频主要集中在重点知识点。</div></div>
<h3 id="ali-anwerzadahttpswwwyoutubecomchannelucynckdifjgxj7bw9xn7m6cwplaylists">
<a href="https://www.youtube.com/channel/UCYnCkdiFJgxJ7BW9XN7m6Cw/playlists">Ali Anwerzada</a>
<a class="anchor" href="#ali-anwerzadahttpswwwyoutubecomchannelucynckdifjgxj7bw9xn7m6cwplaylists">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Ali Anwerzada" id="tabs-Ali Anwerzada-0" checked="checked" />
<label for="tabs-Ali Anwerzada-0">简介</label>
<div class="book-tabs-content markdown-inner">一个专注于A-Level经济学的YouTuber。该频道包括他的在线课程和过去试卷的解答。</div></div>
<h3 id="the-new-palgrave-dictionary-of-economicshttpslinkspringercomreferencework101057978-1-349-95121-5springerlink-search">
<a href="https://link.springer.com/referencework/10.1057/978-1-349-95121-5#springerlink-search">The New Palgrave Dictionary of Economics</a>
<a class="anchor" href="#the-new-palgrave-dictionary-of-economicshttpslinkspringercomreferencework101057978-1-349-95121-5springerlink-search">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-The New Palgrave Dictionary of Economics" id="tabs-The New Palgrave Dictionary of Economics-0" checked="checked" />
<label for="tabs-The New Palgrave Dictionary of Economics-0">简介</label>
<div class="book-tabs-content markdown-inner">经济学概念和词汇的词典,作为研究工具非常有用。</div><input type="radio" class="toggle" name="tabs-The New Palgrave Dictionary of Economics" id="tabs-The New Palgrave Dictionary of Economics-1" />
<label for="tabs-The New Palgrave Dictionary of Economics-1">书籍信息</label>
<div class="book-tabs-content markdown-inner"><figure><img src="978-1-349-95121-5.avif" width="350px"/>
</figure>
<p><strong>Name</strong>: The New Palgrave Dictionary of Economics<br>
<strong>ISBN 13</strong>: 9781349951215<br>
<strong>ISBN 10</strong>: 1349951218<br>
<strong>Year</strong>: 2018<br>
<strong>Publisher</strong>: Palgrave Macmillan</p>
<blockquote class="book-hint info">
Get if you can, with these information.
</blockquote>
</div><input type="radio" class="toggle" name="tabs-The New Palgrave Dictionary of Economics" id="tabs-The New Palgrave Dictionary of Economics-2" />
<label for="tabs-The New Palgrave Dictionary of Economics-2">当心</label>
<div class="book-tabs-content markdown-inner"><blockquote class="book-hint warning">
该PDF文件有超过17,000页。<br>
它需要高性能设备进行搜索和处理。
</blockquote>
</div><input type="radio" class="toggle" name="tabs-The New Palgrave Dictionary of Economics" id="tabs-The New Palgrave Dictionary of Economics-3" />
<label for="tabs-The New Palgrave Dictionary of Economics-3">提示</label>
<div class="book-tabs-content markdown-inner"><p>There are also a non ebook version with</p>
<figure><img src="9781349951895.avif" width="350px"/>
</figure>
<p><strong>Name</strong>: The New Palgrave Dictionary of Economics<br>
<strong>ISBN 13</strong>: 9781349951895<br>
<strong>ISBN 10</strong>: 1349951897<br>
<strong>Year</strong>: 2018<br>
<strong>Publisher</strong>: Palgrave Macmillan<br>
<strong>Edition</strong>: 3rd</p>
</div></div>
<h2 id="humanities">
Humanities
<a class="anchor" href="#humanities">#</a>
</h2>
<h3 id="同学社academy">
同学社Academy
<a class="anchor" href="#%e5%90%8c%e5%ad%a6%e7%a4%beacademy">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-同学社Academy" id="tabs-同学社Academy-0" checked="checked" />
<label for="tabs-同学社Academy-0">简介</label>
<div class="book-tabs-content markdown-inner">微信公众号,是一个平台,专门提供艺术和人文领域的在线课程。</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e5%ad%a6%e7%a7%91%e5%9c%a8%e7%ba%bf%e8%b5%84%e6%ba%90/%e4%ba%ba%e6%96%87%e7%a7%91%e5%ad%a6/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#economics">Economics</a>
<ul>
<li><a href="#jacob-cliffordhttpswwwyoutubecomcacdcleadership"><a href="https://www.youtube.com/c/ACDCLeadership">Jacob Clifford</a></a></li>
<li><a href="#econplusdalhttpswwwyoutubecomceconplusdal1"><a href="https://www.youtube.com/c/EconplusDal1">EconplusDal</a></a></li>
<li><a href="#ali-anwerzadahttpswwwyoutubecomchannelucynckdifjgxj7bw9xn7m6cwplaylists"><a href="https://www.youtube.com/channel/UCYnCkdiFJgxJ7BW9XN7m6Cw/playlists">Ali Anwerzada</a></a></li>
<li><a href="#the-new-palgrave-dictionary-of-economicshttpslinkspringercomreferencework101057978-1-349-95121-5springerlink-search"><a href="https://link.springer.com/referencework/10.1057/978-1-349-95121-5#springerlink-search">The New Palgrave Dictionary of Economics</a></a></li>
</ul>
</li>
<li><a href="#humanities">Humanities</a>
<ul>
<li><a href="#同学社academy">同学社Academy</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E4%BA%BA%E6%96%87%E7%A7%91%E5%AD%A6/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E4%BA%BA%E6%96%87%E7%A7%91%E5%AD%A6/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,474 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="数学 # 数学资源包括Web工具、YouTuber、非政府组织。 WolframAlpha # 简介 针对不同计算问题提供逐步解决方案。它可用于检查答案或获取帮助。 价格 基础">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E6%95%B0%E5%AD%A6/" />
<title>数学 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E6%95%B0%E5%AD%A6/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>数学</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li>
<ul>
<li><a href="#wolframalphahttpswwwwolframalphacom"><a href="https://www.wolframalpha.com/">WolframAlpha</a></a></li>
<li><a href="#3blue1brownhttpswwwyoutubecomc3blue1brown"><a href="https://www.youtube.com/c/3blue1brown">3Blue1Brown</a></a></li>
<li><a href="#bicen-mathsbicen-maths-gcsehttpswwwyoutubecomcbicenmaths"><a href="https://www.youtube.com/c/BicenMaths">Bicen Maths/Bicen Maths GCSE</a></a></li>
<li><a href="#flammable-mathshttpswwwyoutubecomcpapaflammy"><a href="https://www.youtube.com/c/papaflammy">Flammable Maths</a></a></li>
<li><a href="#blackpenredpenhttpswwwyoutubecomcblackpenredpen"><a href="https://www.youtube.com/c/blackpenredpen">Blackpenredpen</a></a></li>
<li><a href="#sohil-rathihttpswwwyoutubecomcsohilrathi"><a href="https://www.youtube.com/c/SohilRathi">Sohil Rathi</a></a></li>
<li><a href="#art-of-problem-solvinghttpsartofproblemsolvingcom-aops"><a href="https://artofproblemsolving.com/"><strong>A</strong>rt <strong>o</strong>f <strong>P</strong>roblem <strong>S</strong>olving</a> (<strong>AoPS</strong>)</a></li>
<li><a href="#derivative-calulatorhttpswwwderivative-calculatornet"><a href="https://www.derivative-calculator.net">Derivative Calulator</a></a></li>
<li><a href="#integral-calculatorhttpswwwintegral-calculatorcom"><a href="https://www.integral-calculator.com/">Integral Calculator</a></a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="数学">
数学
<a class="anchor" href="#%e6%95%b0%e5%ad%a6">#</a>
</h1>
<p>数学资源包括Web工具、YouTuber、非政府组织。</p>
<h3 id="wolframalphahttpswwwwolframalphacom">
<a href="https://www.wolframalpha.com/">WolframAlpha</a>
<a class="anchor" href="#wolframalphahttpswwwwolframalphacom">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-WolframAlpha" id="tabs-WolframAlpha-0" checked="checked" />
<label for="tabs-WolframAlpha-0">简介</label>
<div class="book-tabs-content markdown-inner">针对不同计算问题提供逐步解决方案。它可用于检查答案或获取帮助。</div><input type="radio" class="toggle" name="tabs-WolframAlpha" id="tabs-WolframAlpha-1" />
<label for="tabs-WolframAlpha-1">价格</label>
<div class="book-tabs-content markdown-inner"><h4 id="基础版">
基础版
<a class="anchor" href="#%e5%9f%ba%e7%a1%80%e7%89%88">#</a>
</h4>
<ul>
<li>可定制的个性化体验设置</li>
<li>不包括逐步解决方案</li>
<li>每月 $0年付 $0。</li>
</ul>
<h4 id="专业版">
专业版
<a class="anchor" href="#%e4%b8%93%e4%b8%9a%e7%89%88">#</a>
</h4>
<ul>
<li>增强功能,包括逐步解决方案</li>
<li>增加计算时间和计算器Web应用程序</li>
<li>每月 $7.25,年付 $60.00。</li>
</ul>
<h4 id="高级版">
高级版
<a class="anchor" href="#%e9%ab%98%e7%ba%a7%e7%89%88">#</a>
</h4>
<ul>
<li>全面访问所有功能和优先客户支持</li>
<li>每月 $8.25,年付 $99.00。</li>
</ul>
</div><input type="radio" class="toggle" name="tabs-WolframAlpha" id="tabs-WolframAlpha-2" />
<label for="tabs-WolframAlpha-2">点评</label>
<div class="book-tabs-content markdown-inner"><p>您不能使用非常随意的自然语言。</p>
<p>在熟练使用之前,您可能需要一些练习。</p>
<p>免费计划对于日常使用已经足够。</p>
</div><input type="radio" class="toggle" name="tabs-WolframAlpha" id="tabs-WolframAlpha-3" />
<label for="tabs-WolframAlpha-3">营业范围</label>
<div class="book-tabs-content markdown-inner"><div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<ul>
<li>代数</li>
<li>应用数学</li>
<li>微积分和分析</li>
<li>公共核心数学</li>
<li>复分析</li>
<li>连分数</li>
<li>微分方程</li>
<li>离散数学</li>
<li>小学数学</li>
<li>著名的数学问题</li>
<li>几何</li>
</ul>
</div>
<div class="flex-even markdown-inner">
<ul>
<li>线性代数</li>
<li>逻辑与集合论</li>
<li>数学定义</li>
<li>数学函数</li>
<li>数论</li>
<li>数字</li>
<li>绘图和图形</li>
<li>概率</li>
<li>统计</li>
<li>三角学</li>
</ul>
</div>
</div>
</div><input type="radio" class="toggle" name="tabs-WolframAlpha" id="tabs-WolframAlpha-4" />
<label for="tabs-WolframAlpha-4">示例</label>
<div class="book-tabs-content markdown-inner"><ul>
<li><a href="https://www.wolframalpha.com/input?i=%7B25%2C&#43;35%2C&#43;10%2C&#43;17%2C&#43;29%2C&#43;14%2C&#43;21%2C&#43;31%7D">{25, 35, 10, 17, 29, 14, 21, 31}</a></li>
<li><a href="https://www.wolframalpha.com/input?i=y%27%27&#43;%2B&#43;y&#43;%3D&#43;0">y&rsquo;&rsquo; + y = 0</a></li>
<li><a href="https://www.wolframalpha.com/input?i=integrate&#43;x%5E2&#43;sin%5E3&#43;x&#43;dx">integrate x^2 sin^3 x dx</a></li>
<li><a href="https://www.wolframalpha.com/input?i=second&#43;derivative&#43;of&#43;sin%282x%29">second derivative of sin(2x)</a></li>
<li><a href="https://www.wolframalpha.com/input?i=solve&#43;x%5E2&#43;%2B&#43;4x&#43;%2B&#43;6&#43;%3D&#43;0">solve x^2 + 4x + 6 = 0</a></li>
<li><a href="https://www.wolframalpha.com/examples/mathematics">More</a></li>
</ul>
</div></div>
<h3 id="3blue1brownhttpswwwyoutubecomc3blue1brown">
<a href="https://www.youtube.com/c/3blue1brown">3Blue1Brown</a>
<a class="anchor" href="#3blue1brownhttpswwwyoutubecomc3blue1brown">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-3Blue1Brown" id="tabs-3Blue1Brown-0" checked="checked" />
<label for="tabs-3Blue1Brown-0">简介</label>
<div class="book-tabs-content markdown-inner">一个优秀的YouTuber介绍和可视化有趣的数学概念和思想超出了教科书的范围解决困难的数学问题并阐述某些数学主题的本质如微积分和线性代数。</div></div>
<h3 id="bicen-mathsbicen-maths-gcsehttpswwwyoutubecomcbicenmaths">
<a href="https://www.youtube.com/c/BicenMaths">Bicen Maths/Bicen Maths GCSE</a>
<a class="anchor" href="#bicen-mathsbicen-maths-gcsehttpswwwyoutubecomcbicenmaths">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Bicen Maths/Bicen Maths GCSE" id="tabs-Bicen Maths/Bicen Maths GCSE-0" checked="checked" />
<label for="tabs-Bicen Maths/Bicen Maths GCSE-0">简介</label>
<div class="book-tabs-content markdown-inner">一个优秀的YouTuber专注于IGCSE和A-level数学包括数学和进阶数学教程和总结。</div></div>
<h3 id="flammable-mathshttpswwwyoutubecomcpapaflammy">
<a href="https://www.youtube.com/c/papaflammy">Flammable Maths</a>
<a class="anchor" href="#flammable-mathshttpswwwyoutubecomcpapaflammy">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Flammable Maths" id="tabs-Flammable Maths-0" checked="checked" />
<label for="tabs-Flammable Maths-0">简介</label>
<div class="book-tabs-content markdown-inner">他发布了许多数学视频,大多数涉及代数和微积分。</div></div>
<h3 id="blackpenredpenhttpswwwyoutubecomcblackpenredpen">
<a href="https://www.youtube.com/c/blackpenredpen">Blackpenredpen</a>
<a class="anchor" href="#blackpenredpenhttpswwwyoutubecomcblackpenredpen">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Blackpenredpen" id="tabs-Blackpenredpen-0" checked="checked" />
<label for="tabs-Blackpenredpen-0">简介</label>
<div class="book-tabs-content markdown-inner">一位来自台湾省,目前居住在美国的数学教师,专注于解决微积分问题。</div></div>
<h3 id="sohil-rathihttpswwwyoutubecomcsohilrathi">
<a href="https://www.youtube.com/c/SohilRathi">Sohil Rathi</a>
<a class="anchor" href="#sohil-rathihttpswwwyoutubecomcsohilrathi">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Sohil Rathi" id="tabs-Sohil Rathi-0" checked="checked" />
<label for="tabs-Sohil Rathi-0">简介</label>
<div class="book-tabs-content markdown-inner">为备战AMC考试提供有用的课程。</div></div>
<h3 id="art-of-problem-solvinghttpsartofproblemsolvingcom-aops">
<a href="https://artofproblemsolving.com/"><strong>A</strong>rt <strong>o</strong>f <strong>P</strong>roblem <strong>S</strong>olving</a> (<strong>AoPS</strong>)
<a class="anchor" href="#art-of-problem-solvinghttpsartofproblemsolvingcom-aops">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Art of Problem Solving" id="tabs-Art of Problem Solving-0" checked="checked" />
<label for="tabs-Art of Problem Solving-0">简介</label>
<div class="book-tabs-content markdown-inner">一个数学网站您可以访问AMC、AIME、ASHME、USA/JMO的大量过去试卷和评分表。通常该网站为一个问题提供多个解决方案鼓励您从不同的角度解决问题。</div></div>
<h3 id="derivative-calulatorhttpswwwderivative-calculatornet">
<a href="https://www.derivative-calculator.net">Derivative Calulator</a>
<a class="anchor" href="#derivative-calulatorhttpswwwderivative-calculatornet">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Derivative Calulator" id="tabs-Derivative Calulator-0" checked="checked" />
<label for="tabs-Derivative Calulator-0">简介</label>
<div class="book-tabs-content markdown-inner">当您遇到微分问题时,这是一个非常有用的网站。您只需要输入方程,它就可以清晰地显示微分的所有步骤。但首先尝试自己解决问题,这只是一个检查答案或处理一些困难问题的工具。</div></div>
<h3 id="integral-calculatorhttpswwwintegral-calculatorcom">
<a href="https://www.integral-calculator.com/">Integral Calculator</a>
<a class="anchor" href="#integral-calculatorhttpswwwintegral-calculatorcom">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Integral Calculator" id="tabs-Integral Calculator-0" checked="checked" />
<label for="tabs-Integral Calculator-0">简介</label>
<div class="book-tabs-content markdown-inner">类似于导数计算器,但用于积分。</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e5%ad%a6%e7%a7%91%e5%9c%a8%e7%ba%bf%e8%b5%84%e6%ba%90/%e6%95%b0%e5%ad%a6/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li>
<ul>
<li><a href="#wolframalphahttpswwwwolframalphacom"><a href="https://www.wolframalpha.com/">WolframAlpha</a></a></li>
<li><a href="#3blue1brownhttpswwwyoutubecomc3blue1brown"><a href="https://www.youtube.com/c/3blue1brown">3Blue1Brown</a></a></li>
<li><a href="#bicen-mathsbicen-maths-gcsehttpswwwyoutubecomcbicenmaths"><a href="https://www.youtube.com/c/BicenMaths">Bicen Maths/Bicen Maths GCSE</a></a></li>
<li><a href="#flammable-mathshttpswwwyoutubecomcpapaflammy"><a href="https://www.youtube.com/c/papaflammy">Flammable Maths</a></a></li>
<li><a href="#blackpenredpenhttpswwwyoutubecomcblackpenredpen"><a href="https://www.youtube.com/c/blackpenredpen">Blackpenredpen</a></a></li>
<li><a href="#sohil-rathihttpswwwyoutubecomcsohilrathi"><a href="https://www.youtube.com/c/SohilRathi">Sohil Rathi</a></a></li>
<li><a href="#art-of-problem-solvinghttpsartofproblemsolvingcom-aops"><a href="https://artofproblemsolving.com/"><strong>A</strong>rt <strong>o</strong>f <strong>P</strong>roblem <strong>S</strong>olving</a> (<strong>AoPS</strong>)</a></li>
<li><a href="#derivative-calulatorhttpswwwderivative-calculatornet"><a href="https://www.derivative-calculator.net">Derivative Calulator</a></a></li>
<li><a href="#integral-calculatorhttpswwwintegral-calculatorcom"><a href="https://www.integral-calculator.com/">Integral Calculator</a></a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E6%95%B0%E5%AD%A6/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E6%95%B0%E5%AD%A6/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E7%BE%8E%E6%9C%AF%E5%8E%86%E5%8F%B2/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E7%BE%8E%E6%9C%AF%E5%8E%86%E5%8F%B2/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,567 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="自然科学 # 自然科学资源包括Web工具、YouTuber、非政府组织。 物理学 # WolframAlpha # 简介 针对不同计算问题提供逐步解决方案。它可用于检查答案或获">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E8%87%AA%E7%84%B6%E7%A7%91%E5%AD%A6/" />
<title>自然科学 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E8%87%AA%E7%84%B6%E7%A7%91%E5%AD%A6/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>自然科学</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#物理学">物理学</a>
<ul>
<li><a href="#wolframalphahttpswwwwolframalphacom"><a href="https://www.wolframalpha.com/">WolframAlpha</a></a></li>
<li><a href="#freescienelessonshttpswwwyoutubecomcfreesciencelessons"><a href="https://www.youtube.com/c/Freesciencelessons">FreeScieneLessons</a></a></li>
</ul>
</li>
<li><a href="#化学">化学</a>
<ul>
<li><a href="#wolframalphahttpswwwwolframalphacom-1"><a href="https://www.wolframalpha.com/">WolframAlpha</a></a></li>
<li><a href="#freescienelessonshttpswwwyoutubecomcfreesciencelessons-1"><a href="https://www.youtube.com/c/Freesciencelessons">FreeScieneLessons</a></a></li>
<li><a href="#the-organic-chemistry-tutorhttpswwwyoutubecomctheorganicchemistrytutor"><a href="https://www.youtube.com/c/TheOrganicChemistryTutor">The Organic Chemistry Tutor</a></a></li>
<li><a href="#nileredhttpswwwyoutubecomcnilered"><a href="https://www.youtube.com/c/nilered">NileRed</a></a></li>
</ul>
</li>
<li><a href="#生物">生物</a>
<ul>
<li><a href="#freescienelessonshttpswwwyoutubecomcfreesciencelessons-2"><a href="https://www.youtube.com/c/Freesciencelessons">FreeScieneLessons</a></a></li>
<li><a href="#yourgenomehttpswwwyourgenomeorg"><a href="https://www.yourgenome.org/">YourGenome</a></a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="自然科学">
自然科学
<a class="anchor" href="#%e8%87%aa%e7%84%b6%e7%a7%91%e5%ad%a6">#</a>
</h1>
<p>自然科学资源包括Web工具、YouTuber、非政府组织。</p>
<h2 id="物理学">
物理学
<a class="anchor" href="#%e7%89%a9%e7%90%86%e5%ad%a6">#</a>
</h2>
<h3 id="wolframalphahttpswwwwolframalphacom">
<a href="https://www.wolframalpha.com/">WolframAlpha</a>
<a class="anchor" href="#wolframalphahttpswwwwolframalphacom">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-WolframAlpha" id="tabs-WolframAlpha-0" checked="checked" />
<label for="tabs-WolframAlpha-0">简介</label>
<div class="book-tabs-content markdown-inner">针对不同计算问题提供逐步解决方案。它可用于检查答案或获取帮助。</div><input type="radio" class="toggle" name="tabs-WolframAlpha" id="tabs-WolframAlpha-1" />
<label for="tabs-WolframAlpha-1">价格</label>
<div class="book-tabs-content markdown-inner"><h4 id="基础版">
基础版
<a class="anchor" href="#%e5%9f%ba%e7%a1%80%e7%89%88">#</a>
</h4>
<ul>
<li>可定制的个性化体验设置</li>
<li>不包括逐步解决方案</li>
<li>每月 $0年付 $0。</li>
</ul>
<h4 id="专业版">
专业版
<a class="anchor" href="#%e4%b8%93%e4%b8%9a%e7%89%88">#</a>
</h4>
<ul>
<li>增强功能,包括逐步解决方案</li>
<li>增加计算时间和计算器Web应用程序</li>
<li>每月 $7.25,年付 $60.00。</li>
</ul>
<h4 id="高级版">
高级版
<a class="anchor" href="#%e9%ab%98%e7%ba%a7%e7%89%88">#</a>
</h4>
<ul>
<li>全面访问所有功能和优先客户支持</li>
<li>每月 $8.25,年付 $99.00。</li>
</ul>
</div><input type="radio" class="toggle" name="tabs-WolframAlpha" id="tabs-WolframAlpha-2" />
<label for="tabs-WolframAlpha-2">点评</label>
<div class="book-tabs-content markdown-inner"><p>您不能使用非常随意的自然语言。</p>
<p>在熟练使用之前,您可能需要一些练习。</p>
<p>免费计划对于日常使用已经足够。</p>
</div><input type="radio" class="toggle" name="tabs-WolframAlpha" id="tabs-WolframAlpha-3" />
<label for="tabs-WolframAlpha-3">营业范围</label>
<div class="book-tabs-content markdown-inner"><div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<ul>
<li>天体物理学</li>
<li>电学与磁学</li>
<li>流体力学</li>
<li>力学</li>
<li>核物理学</li>
<li>光学</li>
<li>振荡和波动</li>
<li>粒子物理学</li>
</ul>
</div>
<div class="flex-even markdown-inner">
<ul>
<li>物理常数</li>
<li>物理效应</li>
<li>物理原理</li>
<li>量子物理学</li>
<li>相对论</li>
<li>统计物理学</li>
<li>热力学</li>
</ul>
</div>
</div>
</div><input type="radio" class="toggle" name="tabs-WolframAlpha" id="tabs-WolframAlpha-4" />
<label for="tabs-WolframAlpha-4">示例</label>
<div class="book-tabs-content markdown-inner"><ul>
<li><a href="https://www.wolframalpha.com/input?i=work&#43;F%3D30N%2C&#43;d%3D100m">work F=30N, d=100m</a></li>
<li><a href="https://www.wolframalpha.com/input?i=centripetal&#43;acceleration%2C&#43;30mph%2C&#43;500&#43;ft">centripetal acceleration, 30mph, 500 ft</a></li>
<li><a href="https://www.wolframalpha.com/input?i=Doppler&#43;shift&#43;300Hz%2C&#43;75mph">Doppler shift 300Hz, 75mph</a></li>
<li><a href="https://www.wolframalpha.com/input?i=ideal&#43;gas&#43;law&#43;2.2mol%2C&#43;2.0atm%2C&#43;500K">ideal gas law 2.2mol, 2.0atm, 500K</a></li>
<li><a href="https://www.wolframalpha.com/examples/science-and-technology/physics">More</a></li>
</ul>
</div></div>
<h3 id="freescienelessonshttpswwwyoutubecomcfreesciencelessons">
<a href="https://www.youtube.com/c/Freesciencelessons">FreeScieneLessons</a>
<a class="anchor" href="#freescienelessonshttpswwwyoutubecomcfreesciencelessons">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-FreeScieneLessons" id="tabs-FreeScieneLessons-0" checked="checked" />
<label for="tabs-FreeScieneLessons-0">简介</label>
<div class="book-tabs-content markdown-inner">包括生物、化学、物理的关键概念短课程以及技能实践考试。</div></div>
<h2 id="化学">
化学
<a class="anchor" href="#%e5%8c%96%e5%ad%a6">#</a>
</h2>
<h3 id="wolframalphahttpswwwwolframalphacom-1">
<a href="https://www.wolframalpha.com/">WolframAlpha</a>
<a class="anchor" href="#wolframalphahttpswwwwolframalphacom-1">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-WolframAlpha2" id="tabs-WolframAlpha2-0" checked="checked" />
<label for="tabs-WolframAlpha2-0">简介</label>
<div class="book-tabs-content markdown-inner">针对不同计算问题提供逐步解决方案。它可用于检查答案或获取帮助。</div><input type="radio" class="toggle" name="tabs-WolframAlpha2" id="tabs-WolframAlpha2-1" />
<label for="tabs-WolframAlpha2-1">价格</label>
<div class="book-tabs-content markdown-inner"><h4 id="基础版">
基础版
<a class="anchor" href="#%e5%9f%ba%e7%a1%80%e7%89%88">#</a>
</h4>
<ul>
<li>可定制的个性化体验设置</li>
<li>不包括逐步解决方案</li>
<li>每月 $0年付 $0。</li>
</ul>
<h4 id="专业版">
专业版
<a class="anchor" href="#%e4%b8%93%e4%b8%9a%e7%89%88">#</a>
</h4>
<ul>
<li>增强功能,包括逐步解决方案</li>
<li>增加计算时间和计算器Web应用程序</li>
<li>每月 $7.25,年付 $60.00。</li>
</ul>
<h4 id="高级版">
高级版
<a class="anchor" href="#%e9%ab%98%e7%ba%a7%e7%89%88">#</a>
</h4>
<ul>
<li>全面访问所有功能和优先客户支持</li>
<li>每月 $8.25,年付 $99.00。</li>
</ul>
</div><input type="radio" class="toggle" name="tabs-WolframAlpha2" id="tabs-WolframAlpha2-2" />
<label for="tabs-WolframAlpha2-2">点评</label>
<div class="book-tabs-content markdown-inner"><p>您不能使用非常随意的自然语言。</p>
<p>在熟练使用之前,您可能需要一些练习。</p>
<p>免费计划对于日常使用已经足够。</p>
</div><input type="radio" class="toggle" name="tabs-WolframAlpha2" id="tabs-WolframAlpha2-3" />
<label for="tabs-WolframAlpha2-3">营业范围</label>
<div class="book-tabs-content markdown-inner"><div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<ul>
<li>键和轨道</li>
<li>化学化合物</li>
<li>化学元素</li>
<li>化学量</li>
<li>化学反应</li>
<li>化学溶液</li>
</ul>
</div>
<div class="flex-even markdown-inner">
<ul>
<li>化学热力学</li>
<li>化学信息学</li>
<li>功能团</li>
<li>离子</li>
<li>核化学</li>
<li>量子化学</li>
</ul>
</div>
</div>
</div><input type="radio" class="toggle" name="tabs-WolframAlpha2" id="tabs-WolframAlpha2-4" />
<label for="tabs-WolframAlpha2-4">示例</label>
<div class="book-tabs-content markdown-inner"><ul>
<li><a href="https://www.wolframalpha.com/input?i=H2SO4">H2SO4</a></li>
<li><a href="https://www.wolframalpha.com/input?i=0.2&#43;mol&#43;CH4&#43;%2B&#43;O2&#43;-%3E&#43;7&#43;mL&#43;H2O&#43;%2B&#43;CO2">0.2 mol CH4 + O2 -&gt; 7 mL H2O + CO2</a></li>
<li><a href="https://www.wolframalpha.com/input?i=100&#43;mL&#43;of&#43;1.5&#43;molar&#43;K2CO3&#43;in&#43;THF">100 mL of 1.5 molar K2CO3 in THF</a></li>
<li><a href="https://www.wolframalpha.com/input?i=oxalyl&#43;dihydrazide&#43;vs&#43;N%2CN-di-N-butylformamide">oxalyl dihydrazide vs N,N-di-N-butylformamide</a></li>
<li><a href="https://www.wolframalpha.com/examples/science-and-technology/chemistry">More</a></li>
</ul>
</div></div>
<h3 id="freescienelessonshttpswwwyoutubecomcfreesciencelessons-1">
<a href="https://www.youtube.com/c/Freesciencelessons">FreeScieneLessons</a>
<a class="anchor" href="#freescienelessonshttpswwwyoutubecomcfreesciencelessons-1">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-FreeScieneLessons2" id="tabs-FreeScieneLessons2-0" checked="checked" />
<label for="tabs-FreeScieneLessons2-0">简介</label>
<div class="book-tabs-content markdown-inner">包括生物、化学、物理的关键概念短课程以及技能实践考试。</div></div>
<h3 id="the-organic-chemistry-tutorhttpswwwyoutubecomctheorganicchemistrytutor">
<a href="https://www.youtube.com/c/TheOrganicChemistryTutor">The Organic Chemistry Tutor</a>
<a class="anchor" href="#the-organic-chemistry-tutorhttpswwwyoutubecomctheorganicchemistrytutor">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-The Organic Chemistry Tutor" id="tabs-The Organic Chemistry Tutor-0" checked="checked" />
<label for="tabs-The Organic Chemistry Tutor-0">简介</label>
<div class="book-tabs-content markdown-inner">主要解释有机化学,还包括许多其他内容,所有内容的解释质量都很高。</div></div>
<h3 id="nileredhttpswwwyoutubecomcnilered">
<a href="https://www.youtube.com/c/nilered">NileRed</a>
<a class="anchor" href="#nileredhttpswwwyoutubecomcnilered">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-NileRed" id="tabs-NileRed-0" checked="checked" />
<label for="tabs-NileRed-0">简介</label>
<div class="book-tabs-content markdown-inner"><p>他是一位YouTuber频道不太关注学校课程更多地是关于趣味性质的内容。有许多著名有趣的化学实验例如将卫生纸变成酒精。</p>
<p>您可以从中得到一些有关EE或IA的想法因为您的常识受到了挑战。</p>
</div><input type="radio" class="toggle" name="tabs-NileRed" id="tabs-NileRed-1" />
<label for="tabs-NileRed-1">播放列表</label>
<div class="book-tabs-content markdown-inner"><ul>
<li><a href="https://www.youtube.com/watch?v=IrdYueB9pY4">Aluminum and Mercury</a></li>
<li><a href="https://www.youtube.com/watch?v=37Kn-kIsVu8">Turning old jewelry into pure gold bars</a></li>
<li><a href="https://www.youtube.com/watch?v=1B3Xi5L6siI">Turning plastic gloves into hot sauce</a></li>
<li><a href="https://www.youtube.com/watch?v=Y0HfmYBlF8g">Making aerogel</a></li>
<li><a href="https://www.youtube.com/watch?v=ZiWlthrtneU">All about Mercury, the Liquid Metal | Element Series</a></li>
<li><a href="https://www.youtube.com/watch?v=uUU3jW7Y9Ak">Making transparent wood</a></li>
<li><a href="https://www.youtube.com/c/NileRed/videos">More</a></li>
</ul>
</div><input type="radio" class="toggle" name="tabs-NileRed" id="tabs-NileRed-2" />
<label for="tabs-NileRed-2">引言</label>
<div class="book-tabs-content markdown-inner"><blockquote>
<p>捕捉化学的自然美</p>
<p>我发现化学经常被教得很差或没有目的。因此,人们往往失去兴趣,有时甚至开始讨厌它。在我制作的每个视频中,我试图平衡理论和目的。我的目标是以有趣和有趣的方式捕捉化学的自然美。</p>
<p>在教育方面,我拥有生物化学学士学位,副修药理学。然而,我总是更加被应用化学所吸引。因此,在完成学位后,我在一个有机实验室担任实验室技术员,然后是化学研究生。然而,我最终提前离开了研究生阶段,专注于这个频道。现在,制作化学视频已经成为我的全职工作!</p>
</blockquote>
</div></div>
<h2 id="生物">
生物
<a class="anchor" href="#%e7%94%9f%e7%89%a9">#</a>
</h2>
<h3 id="freescienelessonshttpswwwyoutubecomcfreesciencelessons-2">
<a href="https://www.youtube.com/c/Freesciencelessons">FreeScieneLessons</a>
<a class="anchor" href="#freescienelessonshttpswwwyoutubecomcfreesciencelessons-2">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-FreeScieneLessons3" id="tabs-FreeScieneLessons3-0" checked="checked" />
<label for="tabs-FreeScieneLessons3-0">简介</label>
<div class="book-tabs-content markdown-inner">包括生物、化学、物理的关键概念短课程以及技能实践考试。</div></div>
<h3 id="yourgenomehttpswwwyourgenomeorg">
<a href="https://www.yourgenome.org/">YourGenome</a>
<a class="anchor" href="#yourgenomehttpswwwyourgenomeorg">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-YourGenome" id="tabs-YourGenome-0" checked="checked" />
<label for="tabs-YourGenome-0">简介</label>
<div class="book-tabs-content markdown-inner">在这个<a href="https://www.youtube.com/c/yourgenome">Youtube频道</a>您可以找到关于DNA、基因组和基因的所有您想知道的内容。</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e5%ad%a6%e7%a7%91%e5%9c%a8%e7%ba%bf%e8%b5%84%e6%ba%90/%e8%87%aa%e7%84%b6%e7%a7%91%e5%ad%a6/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#物理学">物理学</a>
<ul>
<li><a href="#wolframalphahttpswwwwolframalphacom"><a href="https://www.wolframalpha.com/">WolframAlpha</a></a></li>
<li><a href="#freescienelessonshttpswwwyoutubecomcfreesciencelessons"><a href="https://www.youtube.com/c/Freesciencelessons">FreeScieneLessons</a></a></li>
</ul>
</li>
<li><a href="#化学">化学</a>
<ul>
<li><a href="#wolframalphahttpswwwwolframalphacom-1"><a href="https://www.wolframalpha.com/">WolframAlpha</a></a></li>
<li><a href="#freescienelessonshttpswwwyoutubecomcfreesciencelessons-1"><a href="https://www.youtube.com/c/Freesciencelessons">FreeScieneLessons</a></a></li>
<li><a href="#the-organic-chemistry-tutorhttpswwwyoutubecomctheorganicchemistrytutor"><a href="https://www.youtube.com/c/TheOrganicChemistryTutor">The Organic Chemistry Tutor</a></a></li>
<li><a href="#nileredhttpswwwyoutubecomcnilered"><a href="https://www.youtube.com/c/nilered">NileRed</a></a></li>
</ul>
</li>
<li><a href="#生物">生物</a>
<ul>
<li><a href="#freescienelessonshttpswwwyoutubecomcfreesciencelessons-2"><a href="https://www.youtube.com/c/Freesciencelessons">FreeScieneLessons</a></a></li>
<li><a href="#yourgenomehttpswwwyourgenomeorg"><a href="https://www.yourgenome.org/">YourGenome</a></a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E8%87%AA%E7%84%B6%E7%A7%91%E5%AD%A6/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E8%87%AA%E7%84%B6%E7%A7%91%E5%AD%A6/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,557 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="语言学 # 语言学资源包括Web工具、YouTuber、非政府组织。 英语 # IGCSESUCCESS # 简介 提供给IGCSE EFL学生的技巧和技能。 Sparknotes - literature Study # 简介 在文学">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E8%AF%AD%E8%A8%80/" />
<title>语言 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E8%AF%AD%E8%A8%80/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>语言</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#英语">英语</a>
<ul>
<li><a href="#igcsesuccesshttpswwwyoutubecomcigcsesuccessvideos"><a href="https://www.youtube.com/c/iGCSESuccess/videos">IGCSESUCCESS</a></a></li>
<li><a href="#sparknotes---literature-studyhttpswwwsparknotescomlit"><a href="https://www.sparknotes.com/lit/">Sparknotes - literature Study</a></a></li>
<li><a href="#learnandrecordhttpwwwlearnandrecordcom"><a href="http://www.learnandrecord.com/">LearnAndRecord</a></a></li>
</ul>
</li>
<li><a href="#中文">中文</a>
<ul>
<li><a href="#北京鲁迅博物馆北京新文化运动纪念馆httpluxunmuseumcomcncx"><a href="http://luxunmuseum.com.cn/cx/">北京鲁迅博物馆(北京新文化运动纪念馆)</a></a></li>
<li><a href="#国图公开课httpopennlccnonlineeduclientindexhtm"><a href="http://open.nlc.cn/onlineedu/client/index.htm">国图公开课</a></a></li>
<li><a href="#中国社会科学院近代史研究所httpwwwmodernchinaorgcn"><a href="http://www.modernchina.org.cn">中国社会科学院近代史研究所</a></a></li>
<li><a href="#台湾中研院近代史研究所httpwwwmhsinicaedutwindexhtm新版网页"><a href="http://www.mh.sinica.edu.tw/index.htm">台湾中研院近代史研究所</a>(新版网页)</a></li>
<li><a href="#中国中俄关系史研究会httpcnruchinaaucom"><a href="http://cnru.chinaau.com">中国中俄关系史研究会</a></a></li>
<li><a href="#南京大学中华民国史研究中心httpwwwmgzxcom新版网页"><a href="http://www.mgzx.com">南京大学中华民国史研究中心</a>(新版网页)</a></li>
<li><a href="#中日网南京师范大学南京大屠杀研究中心httpwwwsjhistoryorgsitenewxhindexhtm"><a href="http://www.sjhistory.org/site/newxh/index.htm">中日网(南京师范大学南京大屠杀研究中心)</a></a></li>
<li><a href="#日本现代中国学会httpwwwsocniiacjpjamcsindexhtml"><a href="http://wwwsoc.nii.ac.jp/jamcs/index.html">日本现代中国学会</a></a></li>
<li><a href="#早稻田大学中国外交史研究会httpwwwwaseda-coe-casjpprojectminutesindex-3-14html"><a href="http://www.waseda-coe-cas.jp/project/minutes/index-3-14.html">早稻田大学中国外交史研究会</a></a></li>
<li><a href="#中国社会科学院中国边疆史地研究中心httpwwwcassnetcnchineses32_bjzxnew_page_2htm"><a href="http://www.cass.net.cn/chinese/s32_bjzx/new_page_2.htm">中国社会科学院中国边疆史地研究中心</a></a></li>
<li><a href="#香港档案学会httpwwwarchivesorghk"><a href="http://www.archives.org.hk">香港档案学会</a></a></li>
<li><a href="#俄亥俄州立大学东亚语言文学系httpdeallosuedu"><a href="http://deall.osu.edu">俄亥俄州立大学东亚语言文学系</a></a></li>
<li><a href="#澳大利亚国立大学亚洲太平洋历史研究httprspasanueduaupah"><a href="http://rspas.anu.edu.au/pah">澳大利亚国立大学亚洲太平洋历史研究</a></a></li>
<li><a href="#哥伦比亚大学东亚语言与文化系httpwwwcolumbiaeducuealac"><a href="http://www.columbia.edu/cu/ealac">哥伦比亚大学东亚语言与文化系</a></a></li>
<li><a href="#加州大学洛杉矶分校中国研究中心httpwwwisopuclaeduccs"><a href="http://www.isop.ucla.edu/ccs">加州大学洛杉矶分校中国研究中心</a></a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="语言学">
语言学
<a class="anchor" href="#%e8%af%ad%e8%a8%80%e5%ad%a6">#</a>
</h1>
<p>语言学资源包括Web工具、YouTuber、非政府组织。</p>
<h2 id="英语">
英语
<a class="anchor" href="#%e8%8b%b1%e8%af%ad">#</a>
</h2>
<h3 id="igcsesuccesshttpswwwyoutubecomcigcsesuccessvideos">
<a href="https://www.youtube.com/c/iGCSESuccess/videos">IGCSESUCCESS</a>
<a class="anchor" href="#igcsesuccesshttpswwwyoutubecomcigcsesuccessvideos">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-IGCSESUCCESS" id="tabs-IGCSESUCCESS-0" checked="checked" />
<label for="tabs-IGCSESUCCESS-0">简介</label>
<div class="book-tabs-content markdown-inner">提供给IGCSE EFL学生的技巧和技能。</div></div>
<h3 id="sparknotes---literature-studyhttpswwwsparknotescomlit">
<a href="https://www.sparknotes.com/lit/">Sparknotes - literature Study</a>
<a class="anchor" href="#sparknotes---literature-studyhttpswwwsparknotescomlit">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Sparknotes - literature Study" id="tabs-Sparknotes - literature Study-0" checked="checked" />
<label for="tabs-Sparknotes - literature Study-0">简介</label>
<div class="book-tabs-content markdown-inner">在文学阅读方面极其有用,涵盖了摘要、人物分析、主题、角色等等。</div></div>
<h3 id="learnandrecordhttpwwwlearnandrecordcom">
<a href="http://www.learnandrecord.com/">LearnAndRecord</a>
<a class="anchor" href="#learnandrecordhttpwwwlearnandrecordcom">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-LearnAndRecord" id="tabs-LearnAndRecord-0" checked="checked" />
<label for="tabs-LearnAndRecord-0">简介</label>
<div class="book-tabs-content markdown-inner"><p>英语学习的微信频道。通过期刊新闻和政策进行学习。</p>
<blockquote>
<p>Talk is cheap.</p>
<p>Show me the action.</p>
</blockquote>
</div><input type="radio" class="toggle" name="tabs-LearnAndRecord" id="tabs-LearnAndRecord-1" />
<label for="tabs-LearnAndRecord-1">额外信息</label>
<div class="book-tabs-content markdown-inner"><strong>WeChat Channel A</strong>LearnAndRecord<br>
<strong>WeChat Channel B</strong>:英语学习社<br>
<strong>Personal WeChat</strong>learnrecord<br>
<strong>bilibili</strong>LearnAndRecord<br>
<strong>Weibo/Sina Weibo</strong>@LearnAndRecord<br>
<strong>Xiaohongshu</strong>LearnAndRecord</div></div>
<h2 id="中文">
中文
<a class="anchor" href="#%e4%b8%ad%e6%96%87">#</a>
</h2>
<h3 id="北京鲁迅博物馆北京新文化运动纪念馆httpluxunmuseumcomcncx">
<a href="http://luxunmuseum.com.cn/cx/">北京鲁迅博物馆(北京新文化运动纪念馆)</a>
<a class="anchor" href="#%e5%8c%97%e4%ba%ac%e9%b2%81%e8%bf%85%e5%8d%9a%e7%89%a9%e9%a6%86%e5%8c%97%e4%ba%ac%e6%96%b0%e6%96%87%e5%8c%96%e8%bf%90%e5%8a%a8%e7%ba%aa%e5%bf%b5%e9%a6%86httpluxunmuseumcomcncx">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-北京鲁迅博物馆(北京新文化运动纪念馆)" id="tabs-北京鲁迅博物馆(北京新文化运动纪念馆)-0" checked="checked" />
<label for="tabs-北京鲁迅博物馆(北京新文化运动纪念馆)-0">简介</label>
<div class="book-tabs-content markdown-inner">资料查询在线检索系统:不只有语录,著作、书信、日记、专题等资料比较全。</div></div>
<h3 id="国图公开课httpopennlccnonlineeduclientindexhtm">
<a href="http://open.nlc.cn/onlineedu/client/index.htm">国图公开课</a>
<a class="anchor" href="#%e5%9b%bd%e5%9b%be%e5%85%ac%e5%bc%80%e8%af%behttpopennlccnonlineeduclientindexhtm">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-国图公开课" id="tabs-国图公开课-0" checked="checked" />
<label for="tabs-国图公开课-0">简介</label>
<div class="book-tabs-content markdown-inner">国家图书馆旗下的网站,虽然知名度不是很高,但课程质量和讲师质量真的很高。</div><input type="radio" class="toggle" name="tabs-国图公开课" id="tabs-国图公开课-1" />
<label for="tabs-国图公开课-1">百科</label>
<div class="book-tabs-content markdown-inner"><blockquote>
<p>国图公开课是国家图书馆借鉴“慕课”的大规模、开放、在线理念,以传承和弘扬先进文化与中华优秀传统文化为核心,依托国家图书馆的馆藏海量资源,设立了专题课程和读书推荐等栏目,采取线上线下相结合的互动模式,推送多种形态的学习资源,创立面向社会大众,严肃、通俗、负责的通识教育平台。</p>
</blockquote>
</div></div>
<h3 id="中国社会科学院近代史研究所httpwwwmodernchinaorgcn">
<a href="http://www.modernchina.org.cn">中国社会科学院近代史研究所</a>
<a class="anchor" href="#%e4%b8%ad%e5%9b%bd%e7%a4%be%e4%bc%9a%e7%a7%91%e5%ad%a6%e9%99%a2%e8%bf%91%e4%bb%a3%e5%8f%b2%e7%a0%94%e7%a9%b6%e6%89%80httpwwwmodernchinaorgcn">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-中国社会科学院近代史研究所" id="tabs-中国社会科学院近代史研究所-0" checked="checked" />
<label for="tabs-中国社会科学院近代史研究所-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h3 id="台湾中研院近代史研究所httpwwwmhsinicaedutwindexhtm新版网页">
<a href="http://www.mh.sinica.edu.tw/index.htm">台湾中研院近代史研究所</a>(新版网页)
<a class="anchor" href="#%e5%8f%b0%e6%b9%be%e4%b8%ad%e7%a0%94%e9%99%a2%e8%bf%91%e4%bb%a3%e5%8f%b2%e7%a0%94%e7%a9%b6%e6%89%80httpwwwmhsinicaedutwindexhtm%e6%96%b0%e7%89%88%e7%bd%91%e9%a1%b5">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-台湾中研院近代史研究所" id="tabs-台湾中研院近代史研究所-0" checked="checked" />
<label for="tabs-台湾中研院近代史研究所-0">简介</label>
<div class="book-tabs-content markdown-inner"><a href="http://www.sinica.edu.tw/imh/index.html">旧版网页</a></div></div>
<h3 id="中国中俄关系史研究会httpcnruchinaaucom">
<a href="http://cnru.chinaau.com">中国中俄关系史研究会</a>
<a class="anchor" href="#%e4%b8%ad%e5%9b%bd%e4%b8%ad%e4%bf%84%e5%85%b3%e7%b3%bb%e5%8f%b2%e7%a0%94%e7%a9%b6%e4%bc%9ahttpcnruchinaaucom">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-中国中俄关系史研究会" id="tabs-中国中俄关系史研究会-0" checked="checked" />
<label for="tabs-中国中俄关系史研究会-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h3 id="南京大学中华民国史研究中心httpwwwmgzxcom新版网页">
<a href="http://www.mgzx.com">南京大学中华民国史研究中心</a>(新版网页)
<a class="anchor" href="#%e5%8d%97%e4%ba%ac%e5%a4%a7%e5%ad%a6%e4%b8%ad%e5%8d%8e%e6%b0%91%e5%9b%bd%e5%8f%b2%e7%a0%94%e7%a9%b6%e4%b8%ad%e5%bf%83httpwwwmgzxcom%e6%96%b0%e7%89%88%e7%bd%91%e9%a1%b5">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-南京大学中华民国史研究中心" id="tabs-南京大学中华民国史研究中心-0" checked="checked" />
<label for="tabs-南京大学中华民国史研究中心-0">简介</label>
<div class="book-tabs-content markdown-inner"><a href="http://www.nju.edu.cn/njuc/dep/lishi/mgzx/index.html">旧版网页</a></div></div>
<h3 id="中日网南京师范大学南京大屠杀研究中心httpwwwsjhistoryorgsitenewxhindexhtm">
<a href="http://www.sjhistory.org/site/newxh/index.htm">中日网(南京师范大学南京大屠杀研究中心)</a>
<a class="anchor" href="#%e4%b8%ad%e6%97%a5%e7%bd%91%e5%8d%97%e4%ba%ac%e5%b8%88%e8%8c%83%e5%a4%a7%e5%ad%a6%e5%8d%97%e4%ba%ac%e5%a4%a7%e5%b1%a0%e6%9d%80%e7%a0%94%e7%a9%b6%e4%b8%ad%e5%bf%83httpwwwsjhistoryorgsitenewxhindexhtm">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-中日网(南京师范大学南京大屠杀研究中心)" id="tabs-中日网(南京师范大学南京大屠杀研究中心)-0" checked="checked" />
<label for="tabs-中日网(南京师范大学南京大屠杀研究中心)-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h3 id="日本现代中国学会httpwwwsocniiacjpjamcsindexhtml">
<a href="http://wwwsoc.nii.ac.jp/jamcs/index.html">日本现代中国学会</a>
<a class="anchor" href="#%e6%97%a5%e6%9c%ac%e7%8e%b0%e4%bb%a3%e4%b8%ad%e5%9b%bd%e5%ad%a6%e4%bc%9ahttpwwwsocniiacjpjamcsindexhtml">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-日本现代中国学会" id="tabs-日本现代中国学会-0" checked="checked" />
<label for="tabs-日本现代中国学会-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h3 id="早稻田大学中国外交史研究会httpwwwwaseda-coe-casjpprojectminutesindex-3-14html">
<a href="http://www.waseda-coe-cas.jp/project/minutes/index-3-14.html">早稻田大学中国外交史研究会</a>
<a class="anchor" href="#%e6%97%a9%e7%a8%bb%e7%94%b0%e5%a4%a7%e5%ad%a6%e4%b8%ad%e5%9b%bd%e5%a4%96%e4%ba%a4%e5%8f%b2%e7%a0%94%e7%a9%b6%e4%bc%9ahttpwwwwaseda-coe-casjpprojectminutesindex-3-14html">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-早稻田大学中国外交史研究会" id="tabs-早稻田大学中国外交史研究会-0" checked="checked" />
<label for="tabs-早稻田大学中国外交史研究会-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h3 id="中国社会科学院中国边疆史地研究中心httpwwwcassnetcnchineses32_bjzxnew_page_2htm">
<a href="http://www.cass.net.cn/chinese/s32_bjzx/new_page_2.htm">中国社会科学院中国边疆史地研究中心</a>
<a class="anchor" href="#%e4%b8%ad%e5%9b%bd%e7%a4%be%e4%bc%9a%e7%a7%91%e5%ad%a6%e9%99%a2%e4%b8%ad%e5%9b%bd%e8%be%b9%e7%96%86%e5%8f%b2%e5%9c%b0%e7%a0%94%e7%a9%b6%e4%b8%ad%e5%bf%83httpwwwcassnetcnchineses32_bjzxnew_page_2htm">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-中国社会科学院中国边疆史地研究中心" id="tabs-中国社会科学院中国边疆史地研究中心-0" checked="checked" />
<label for="tabs-中国社会科学院中国边疆史地研究中心-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h3 id="香港档案学会httpwwwarchivesorghk">
<a href="http://www.archives.org.hk">香港档案学会</a>
<a class="anchor" href="#%e9%a6%99%e6%b8%af%e6%a1%a3%e6%a1%88%e5%ad%a6%e4%bc%9ahttpwwwarchivesorghk">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-香港档案学会" id="tabs-香港档案学会-0" checked="checked" />
<label for="tabs-香港档案学会-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h3 id="俄亥俄州立大学东亚语言文学系httpdeallosuedu">
<a href="http://deall.osu.edu">俄亥俄州立大学东亚语言文学系</a>
<a class="anchor" href="#%e4%bf%84%e4%ba%a5%e4%bf%84%e5%b7%9e%e7%ab%8b%e5%a4%a7%e5%ad%a6%e4%b8%9c%e4%ba%9a%e8%af%ad%e8%a8%80%e6%96%87%e5%ad%a6%e7%b3%bbhttpdeallosuedu">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-俄亥俄州立大学东亚语言文学系" id="tabs-俄亥俄州立大学东亚语言文学系-0" checked="checked" />
<label for="tabs-俄亥俄州立大学东亚语言文学系-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h3 id="澳大利亚国立大学亚洲太平洋历史研究httprspasanueduaupah">
<a href="http://rspas.anu.edu.au/pah">澳大利亚国立大学亚洲太平洋历史研究</a>
<a class="anchor" href="#%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a%e5%9b%bd%e7%ab%8b%e5%a4%a7%e5%ad%a6%e4%ba%9a%e6%b4%b2%e5%a4%aa%e5%b9%b3%e6%b4%8b%e5%8e%86%e5%8f%b2%e7%a0%94%e7%a9%b6httprspasanueduaupah">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-澳大利亚国立大学亚洲太平洋历史研究" id="tabs-澳大利亚国立大学亚洲太平洋历史研究-0" checked="checked" />
<label for="tabs-澳大利亚国立大学亚洲太平洋历史研究-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h3 id="哥伦比亚大学东亚语言与文化系httpwwwcolumbiaeducuealac">
<a href="http://www.columbia.edu/cu/ealac">哥伦比亚大学东亚语言与文化系</a>
<a class="anchor" href="#%e5%93%a5%e4%bc%a6%e6%af%94%e4%ba%9a%e5%a4%a7%e5%ad%a6%e4%b8%9c%e4%ba%9a%e8%af%ad%e8%a8%80%e4%b8%8e%e6%96%87%e5%8c%96%e7%b3%bbhttpwwwcolumbiaeducuealac">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-哥伦比亚大学东亚语言与文化系" id="tabs-哥伦比亚大学东亚语言与文化系-0" checked="checked" />
<label for="tabs-哥伦比亚大学东亚语言与文化系-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h3 id="加州大学洛杉矶分校中国研究中心httpwwwisopuclaeduccs">
<a href="http://www.isop.ucla.edu/ccs">加州大学洛杉矶分校中国研究中心</a>
<a class="anchor" href="#%e5%8a%a0%e5%b7%9e%e5%a4%a7%e5%ad%a6%e6%b4%9b%e6%9d%89%e7%9f%b6%e5%88%86%e6%a0%a1%e4%b8%ad%e5%9b%bd%e7%a0%94%e7%a9%b6%e4%b8%ad%e5%bf%83httpwwwisopuclaeduccs">#</a>
</h3>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-加州大学洛杉矶分校中国研究中心" id="tabs-加州大学洛杉矶分校中国研究中心-0" checked="checked" />
<label for="tabs-加州大学洛杉矶分校中国研究中心-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e5%ad%a6%e7%a7%91%e5%9c%a8%e7%ba%bf%e8%b5%84%e6%ba%90/%e8%af%ad%e8%a8%80/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#英语">英语</a>
<ul>
<li><a href="#igcsesuccesshttpswwwyoutubecomcigcsesuccessvideos"><a href="https://www.youtube.com/c/iGCSESuccess/videos">IGCSESUCCESS</a></a></li>
<li><a href="#sparknotes---literature-studyhttpswwwsparknotescomlit"><a href="https://www.sparknotes.com/lit/">Sparknotes - literature Study</a></a></li>
<li><a href="#learnandrecordhttpwwwlearnandrecordcom"><a href="http://www.learnandrecord.com/">LearnAndRecord</a></a></li>
</ul>
</li>
<li><a href="#中文">中文</a>
<ul>
<li><a href="#北京鲁迅博物馆北京新文化运动纪念馆httpluxunmuseumcomcncx"><a href="http://luxunmuseum.com.cn/cx/">北京鲁迅博物馆(北京新文化运动纪念馆)</a></a></li>
<li><a href="#国图公开课httpopennlccnonlineeduclientindexhtm"><a href="http://open.nlc.cn/onlineedu/client/index.htm">国图公开课</a></a></li>
<li><a href="#中国社会科学院近代史研究所httpwwwmodernchinaorgcn"><a href="http://www.modernchina.org.cn">中国社会科学院近代史研究所</a></a></li>
<li><a href="#台湾中研院近代史研究所httpwwwmhsinicaedutwindexhtm新版网页"><a href="http://www.mh.sinica.edu.tw/index.htm">台湾中研院近代史研究所</a>(新版网页)</a></li>
<li><a href="#中国中俄关系史研究会httpcnruchinaaucom"><a href="http://cnru.chinaau.com">中国中俄关系史研究会</a></a></li>
<li><a href="#南京大学中华民国史研究中心httpwwwmgzxcom新版网页"><a href="http://www.mgzx.com">南京大学中华民国史研究中心</a>(新版网页)</a></li>
<li><a href="#中日网南京师范大学南京大屠杀研究中心httpwwwsjhistoryorgsitenewxhindexhtm"><a href="http://www.sjhistory.org/site/newxh/index.htm">中日网(南京师范大学南京大屠杀研究中心)</a></a></li>
<li><a href="#日本现代中国学会httpwwwsocniiacjpjamcsindexhtml"><a href="http://wwwsoc.nii.ac.jp/jamcs/index.html">日本现代中国学会</a></a></li>
<li><a href="#早稻田大学中国外交史研究会httpwwwwaseda-coe-casjpprojectminutesindex-3-14html"><a href="http://www.waseda-coe-cas.jp/project/minutes/index-3-14.html">早稻田大学中国外交史研究会</a></a></li>
<li><a href="#中国社会科学院中国边疆史地研究中心httpwwwcassnetcnchineses32_bjzxnew_page_2htm"><a href="http://www.cass.net.cn/chinese/s32_bjzx/new_page_2.htm">中国社会科学院中国边疆史地研究中心</a></a></li>
<li><a href="#香港档案学会httpwwwarchivesorghk"><a href="http://www.archives.org.hk">香港档案学会</a></a></li>
<li><a href="#俄亥俄州立大学东亚语言文学系httpdeallosuedu"><a href="http://deall.osu.edu">俄亥俄州立大学东亚语言文学系</a></a></li>
<li><a href="#澳大利亚国立大学亚洲太平洋历史研究httprspasanueduaupah"><a href="http://rspas.anu.edu.au/pah">澳大利亚国立大学亚洲太平洋历史研究</a></a></li>
<li><a href="#哥伦比亚大学东亚语言与文化系httpwwwcolumbiaeducuealac"><a href="http://www.columbia.edu/cu/ealac">哥伦比亚大学东亚语言与文化系</a></a></li>
<li><a href="#加州大学洛杉矶分校中国研究中心httpwwwisopuclaeduccs"><a href="http://www.isop.ucla.edu/ccs">加州大学洛杉矶分校中国研究中心</a></a></li>
</ul>
</li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E8%AF%AD%E8%A8%80/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E8%AF%AD%E8%A8%80/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,397 @@
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="通用 # 可以用于多个,跨学科的资源。 Khan Academy # 简介 在可汗学院Khan Academy你可以免费获得各种学科的录制课程包括数学、自然科学、社">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E9%80%9A%E7%94%A8/" />
<title>通用 | Academic Resources</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-&#43;N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/zh.search.min.3f34d7fccf0167107601775fa8a9c414ccabab8a6a9c508540f2ced427090add.js" integrity="sha256-PzTX/M8BZxB2AXdfqKnEFMyrq4pqnFCFQPLO1CcJCt0=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E9%80%9A%E7%94%A8/index.xml" title="Academic Resources" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
<script>pangu.spacingPage();</script>
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/zh/"><span>Academic Resources</span>
</a>
</h2>
<div class="book-search">
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<ul class="book-languages">
<li>
<input type="checkbox" id="languages" class="toggle" />
<label for="languages" class="flex justify-between">
<a role="button" class="flex align-center">
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
Chinese
</a>
</label>
<ul>
<li>
<a href="https://academics.jamesflare.com/">
English
</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<p><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/"><strong>学术资源</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/">学科在线资源</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E6%9C%AF%E5%B7%A5%E5%85%B7%E9%9B%86/">学术工具集</a></li>
<li><a href="/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E4%B8%93%E4%B8%9A%E4%B8%8E%E8%AF%BE%E5%A4%96%E8%B5%84%E6%BA%90/">专业与课外资源</a>
<br /></li>
</ul>
</li>
<li>
<p><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/"><strong>先进工具</strong></a></p>
<ul>
<li><a href="/zh/docs/%E5%85%88%E8%BF%9B%E5%B7%A5%E5%85%B7/llm%E7%B3%BB%E5%88%97/">LLM系列</a>
<br /></li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="/zh/posts/news/" >
新闻
</a>
</li>
<li>
<a href="/zh/posts/about/" >
关于成员
</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>通用</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#khan-academyhttpswwwkhanacademyorg"><a href="https://www.khanacademy.org/">Khan Academy</a></a></li>
<li><a href="#senecahttpsappsenecalearningcomcourses"><a href="https://app.senecalearning.com/courses">Seneca</a></a></li>
<li><a href="#edxhttpswwwedxorg"><a href="https://www.edx.org/">edX</a></a></li>
<li><a href="#physics--maths-tutorhttpswwwphysicsandmathstutorcom"><a href="https://www.physicsandmathstutor.com/">Physics &amp; Maths Tutor</a></a></li>
<li><a href="#pastpaperscohttpspastpaperscocie"><a href="https://pastpapers.co/cie/">Pastpapers.co</a></a></li>
<li><a href="#professor-dave-explainshttpswwwyoutubecomcprofessordaveexplainsplaylists"><a href="https://www.youtube.com/c/ProfessorDaveExplains/playlists">Professor Dave Explains</a></a></li>
<li><a href="#courserahttpswwwcourseraorg"><a href="https://www.coursera.org/">Coursera</a></a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><h1 id="通用">
通用
<a class="anchor" href="#%e9%80%9a%e7%94%a8">#</a>
</h1>
<p>可以用于多个,跨学科的资源。</p>
<h2 id="khan-academyhttpswwwkhanacademyorg">
<a href="https://www.khanacademy.org/">Khan Academy</a>
<a class="anchor" href="#khan-academyhttpswwwkhanacademyorg">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Khan Academy" id="tabs-Khan Academy-0" checked="checked" />
<label for="tabs-Khan Academy-0">简介</label>
<div class="book-tabs-content markdown-inner"><p>在可汗学院Khan Academy你可以免费获得各种学科的录制课程包括数学、自然科学、社会科学、艺术、人文和语言。</p>
<blockquote>
<p>它制作了超过 8,000 个视频课程,教授广泛的学术科目,最初专注于数学和科学。所有资源都可供网站和应用程序的用户免费使用。</p>
<p>截至 2018 年,超过 7000 万人使用可汗学院,其中 230 万学生使用它来准备 SAT。</p>
<p>截至 2022 年 2 月YouTube 上的可汗学院频道拥有 7.11 百万订阅者,可汗学院视频已经被观看了超过 19.4 亿次。</p>
</blockquote>
<p>如果你正在准备 <strong>A</strong>dvanced <strong>P</strong>lacement<strong>AP</strong> 考试,这个网站也是非常有用的。</p>
</div><input type="radio" class="toggle" name="tabs-Khan Academy" id="tabs-Khan Academy-1" />
<label for="tabs-Khan Academy-1">营业范围</label>
<div class="book-tabs-content markdown-inner"><div class="book-columns flex flex-wrap">
<div class="flex-even markdown-inner">
<ul>
<li>数学: 学前班 - 八年级</li>
<li>数学: 准备课程</li>
<li>数学: 高中和大学</li>
<li>考试准备</li>
<li>科学</li>
</ul>
</div>
<div class="flex-even markdown-inner">
<ul>
<li>计算机</li>
<li>艺术与人文</li>
<li>经济学</li>
<li>阅读与语言艺术</li>
<li>生活技能</li>
</ul>
</div>
</div>
</div><input type="radio" class="toggle" name="tabs-Khan Academy" id="tabs-Khan Academy-2" />
<label for="tabs-Khan Academy-2">特性</label>
<div class="book-tabs-content markdown-inner"><ul>
<li>免费的</li>
<li>互动的</li>
</ul>
</div></div>
<h2 id="senecahttpsappsenecalearningcomcourses">
<a href="https://app.senecalearning.com/courses">Seneca</a>
<a class="anchor" href="#senecahttpsappsenecalearningcomcourses">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Seneca" id="tabs-Seneca-0" checked="checked" />
<label for="tabs-Seneca-0">简介</label>
<div class="book-tabs-content markdown-inner">待办</div></div>
<h2 id="edxhttpswwwedxorg">
<a href="https://www.edx.org/">edX</a>
<a class="anchor" href="#edxhttpswwwedxorg">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-EDX" id="tabs-EDX-0" checked="checked" />
<label for="tabs-EDX-0">简介</label>
<div class="book-tabs-content markdown-inner">麻省理工和哈佛大学的大规模开放在线课堂平台,大部分是英文的,但可以听清华、北大、香港大学、香港科技大学的课程。</div></div>
<h2 id="physics--maths-tutorhttpswwwphysicsandmathstutorcom">
<a href="https://www.physicsandmathstutor.com/">Physics &amp; Maths Tutor</a>
<a class="anchor" href="#physics--maths-tutorhttpswwwphysicsandmathstutorcom">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Physics &amp; Maths Tutor" id="tabs-Physics &amp; Maths Tutor-0" checked="checked" />
<label for="tabs-Physics &amp; Maths Tutor-0">简介</label>
<div class="book-tabs-content markdown-inner">包括 IGCSE 和 A-Level 不同学科的详细笔记。</div></div>
<h2 id="pastpaperscohttpspastpaperscocie">
<a href="https://pastpapers.co/cie/">Pastpapers.co</a>
<a class="anchor" href="#pastpaperscohttpspastpaperscocie">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Pastpapers.co" id="tabs-Pastpapers.co-0" checked="checked" />
<label for="tabs-Pastpapers.co-0">简介</label>
<div class="book-tabs-content markdown-inner">提供过去试卷和评分表的网站。</div></div>
<h2 id="professor-dave-explainshttpswwwyoutubecomcprofessordaveexplainsplaylists">
<a href="https://www.youtube.com/c/ProfessorDaveExplains/playlists">Professor Dave Explains</a>
<a class="anchor" href="#professor-dave-explainshttpswwwyoutubecomcprofessordaveexplainsplaylists">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Professor Dave Explains" id="tabs-Professor Dave Explains-0" checked="checked" />
<label for="tabs-Professor Dave Explains-0">简介</label>
<div class="book-tabs-content markdown-inner">涵盖人文科学到自然科学知识的 YouTube 频道。特别推荐有关生物和化学的内容。</div></div>
<h2 id="courserahttpswwwcourseraorg">
<a href="https://www.coursera.org/">Coursera</a>
<a class="anchor" href="#courserahttpswwwcourseraorg">#</a>
</h2>
<div class="book-tabs"><input type="radio" class="toggle" name="tabs-Coursera" id="tabs-Coursera-0" checked="checked" />
<label for="tabs-Coursera-0">简介</label>
<div class="book-tabs-content markdown-inner">这是一个网站,提供免费和付费的高阶课程和在线学位,涵盖许多领域,来自世界上著名大学的教授。</div></div>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
<a class="flex align-center" href="https://github.com/JamesFlare1212/SCDocs/edit/dev/content.zh/docs/%e5%ad%a6%e6%9c%af%e8%b5%84%e6%ba%90/%e5%ad%a6%e7%a7%91%e5%9c%a8%e7%ba%bf%e8%b5%84%e6%ba%90/%e9%80%9a%e7%94%a8/_index.md" target="_blank" rel="noopener">
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
<span>编辑本页</span>
</a>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#khan-academyhttpswwwkhanacademyorg"><a href="https://www.khanacademy.org/">Khan Academy</a></a></li>
<li><a href="#senecahttpsappsenecalearningcomcourses"><a href="https://app.senecalearning.com/courses">Seneca</a></a></li>
<li><a href="#edxhttpswwwedxorg"><a href="https://www.edx.org/">edX</a></a></li>
<li><a href="#physics--maths-tutorhttpswwwphysicsandmathstutorcom"><a href="https://www.physicsandmathstutor.com/">Physics &amp; Maths Tutor</a></a></li>
<li><a href="#pastpaperscohttpspastpaperscocie"><a href="https://pastpapers.co/cie/">Pastpapers.co</a></a></li>
<li><a href="#professor-dave-explainshttpswwwyoutubecomcprofessordaveexplainsplaylists"><a href="https://www.youtube.com/c/ProfessorDaveExplains/playlists">Professor Dave Explains</a></a></li>
<li><a href="#courserahttpswwwcourseraorg"><a href="https://www.coursera.org/">Coursera</a></a></li>
</ul>
</nav>
</div>
</aside>
</main>
<script src="/js/pangu.min.js"></script>
<script>pangu.spacingPage();</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Resources</title>
<link>https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E9%80%9A%E7%94%A8/</link>
<description>Recent content on Academic Resources</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language><atom:link href="https://academics.jamesflare.com/zh/docs/%E5%AD%A6%E6%9C%AF%E8%B5%84%E6%BA%90/%E5%AD%A6%E7%A7%91%E5%9C%A8%E7%BA%BF%E8%B5%84%E6%BA%90/%E9%80%9A%E7%94%A8/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>