<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="https://chunkitlau.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://chunkitlau.github.io/" rel="alternate" type="text/html" /><updated>2024-01-08T22:43:11-08:00</updated><id>https://chunkitlau.github.io/feed.xml</id><title type="html">Liu, Junjie(Chunkit Lau, 刘俊杰)</title><subtitle>personal description</subtitle><author><name>Junjie Liu</name><email>junjie.liu@connect.ust.hk</email></author><entry><title type="html">学术主页使用指南(Academicpages usage guide in Chinese)</title><link href="https://chunkitlau.github.io/posts/2022/02/academicpages-usage-guide/" rel="alternate" type="text/html" title="学术主页使用指南(Academicpages usage guide in Chinese)" /><published>2022-02-06T00:00:00-08:00</published><updated>2022-02-06T00:00:00-08:00</updated><id>https://chunkitlau.github.io/posts/2022/02/academicpages-usage-guide</id><content type="html" xml:base="https://chunkitlau.github.io/posts/2022/02/academicpages-usage-guide/">&lt;p&gt;这是中文版学术主页使用指南，旨在搭建一个托管在 &lt;a href=&quot;http://github.com&quot;&gt;Github&lt;/a&gt; 的学术主页。通过开源项目 &lt;a href=&quot;https://github.com/academicpages/academicpages.github.io&quot;&gt;Academicpages&lt;/a&gt; 和 Github 的 Github Pages 服务我们可以搭建一个&lt;strong&gt;免费&lt;/strong&gt;、&lt;strong&gt;简约&lt;/strong&gt;和&lt;strong&gt;高度定制&lt;/strong&gt;的学术主页。&lt;/p&gt;

&lt;h1 id=&quot;入门&quot;&gt;入门&lt;/h1&gt;

&lt;ol&gt;
  &lt;li&gt;如果没有 &lt;a href=&quot;http://github.com&quot;&gt;Github&lt;/a&gt; 帐户，请注册一个 GitHub 帐户并确认电子邮件。&lt;/li&gt;
  &lt;li&gt;通过单击右上角的“fork”按钮来创建&lt;a href=&quot;https://github.com/academicpages/academicpages.github.io&quot;&gt;此存储库&lt;/a&gt;的分叉。&lt;/li&gt;
  &lt;li&gt;转到存储库的设置（以“代码”开头的选项卡中最右边的项目，应位于“取消监视”下方）。将存储库重命名为“[您的 GitHub 用户名].github.io”，这也是您网站的 URL。&lt;/li&gt;
  &lt;li&gt;设置站点范围的配置并创建内容和元数据。&lt;/li&gt;
  &lt;li&gt;将任何文件（如 PDF、.zip 文件等）上传到 files/ 目录。它们将出现在 https://[你的 GitHub 用户名].github.io/files/example.pdf。&lt;/li&gt;
  &lt;li&gt;通过转到“GitHub 页面”部分中的存储库设置来检查状态。&lt;/li&gt;
  &lt;li&gt;（可选）使用 markdown_generator 文件夹中的 Jupyter 笔记本或 python 脚本从 TSV 文件生成用于出版物和讨论的 markdown 文件。&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;在 https://academicpages.github.io/ 上查看更多信息。&lt;/p&gt;

&lt;h2 id=&quot;在本地运行&quot;&gt;在本地运行&lt;/h2&gt;

&lt;ol&gt;
  &lt;li&gt;克隆存储库并进行更新，如上所述。&lt;/li&gt;
  &lt;li&gt;确保安装了 ruby-dev、bundler 和 nodejs：&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;sudo apt install ruby-dev ruby-bundler nodejs&lt;/code&gt;。&lt;/li&gt;
  &lt;li&gt;运行 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;bundle clean&lt;/code&gt; 清理目录（无需运行 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--force&lt;/code&gt;）。&lt;/li&gt;
  &lt;li&gt;运行 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;bundle install&lt;/code&gt; 来安装 ruby 依赖项。 如果出现错误，请删除 Gemfile.lock 并重试。&lt;/li&gt;
  &lt;li&gt;运行 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;bundle exec jekyll liveserve&lt;/code&gt; 生成 HTML 并在 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;localhost:4000&lt;/code&gt; 提供服务，本地服务器将在更改时自动重建和刷新页面。&lt;/li&gt;
&lt;/ol&gt;

&lt;h1 id=&quot;站点范围的配置&quot;&gt;站点范围的配置&lt;/h1&gt;

&lt;p&gt;站点的主要配置文件 _config.yml 位于基本目录中，它定义了侧边栏中的内容和其他站点范围的功能。 您需要将默认变量替换为关于您自己和您网站的 github 存储库的变量。 顶部菜单的配置文件在 _data/navigation.yml 中。 例如，如果您没有文件夹或博客文章，则可以从该 navigation.yml 文件中删除这些项目，以将它们从标题中删除。&lt;/p&gt;

&lt;h1 id=&quot;创建内容和元数据&quot;&gt;创建内容和元数据&lt;/h1&gt;

&lt;p&gt;对于网站内容，每种类型的内容都有一个 markdown 文件，这些文件存储在 _publications、_talks、_posts、_teaching 或 _pages 等目录中。 例如，每个演讲都是 _talks 目录中的一个 markdown 文件。 每个 markdown 文件的顶部是 YAML 中关于演讲的结构化数据，主题将解析这些数据以做很多很酷的事情。 有关演讲的相同结构化数据用于生成演讲页面上的演讲列表、特定演讲的每个单独页面、简历页面的演讲部分以及您进行演讲的地点地图（如果您运行 /talkmap.py 这个 python 文件或 /talkmap.ipynb 这个 Jupyter notebook 文件，它根据 _talks 目录的内容为地图创建 HTML）。&lt;/p&gt;

&lt;h2 id=&quot;markdown-生成器&quot;&gt;markdown 生成器&lt;/h2&gt;

&lt;p&gt;创建了一组 Jupyter notebook 文件，可将包含有关演讲或演示的结构化数据的 CSV 转换为单独的 markdown 文件，这些文件将针对学术页面模板进行正确格式化。 该目录中的示例 CSV 是用来在 stuartgeiger.com 创建个人网站的那些。 通常的工作流程是保存出版物和演讲的 CSV，然后在这些notebook 中运行代码以生成 markdown 文件，然后提交并将它们推送到 GitHub 存储库。&lt;/p&gt;

&lt;h1 id=&quot;如何编辑网站的-github-存储库&quot;&gt;如何编辑网站的 GitHub 存储库&lt;/h1&gt;

&lt;p&gt;许多人使用 git 客户端在本地计算机上创建文件，然后将它们推送到 GitHub 的服务器。 如果对 git 不熟悉，可以直接在 github.com 界面直接编辑这些配置和 markdown 文件。 导航到一个文件（像这个文件，然后单击内容预览右上角的铅笔图标（在“原始|责任|历史”按钮的右侧）。可以通过单击右侧的垃圾桶图标来删除文件 您还可以通过导航到目录并单击“创建新文件”或“上传文件”按钮来创建新文件或上传文件。&lt;/p&gt;

&lt;p&gt;示例：为演讲编辑 Markdown 文件
&lt;img src=&quot;/images/editing-talk.png&quot; alt=&quot;为演讲编辑 Markdown 文件&quot; /&gt;&lt;/p&gt;

&lt;h1 id=&quot;关键文件目录的位置&quot;&gt;关键文件/目录的位置&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;基本配置选项: _config.yml&lt;/li&gt;
  &lt;li&gt;顶部导航栏配置: _data/navigation.yml&lt;/li&gt;
  &lt;li&gt;单页: _pages/&lt;/li&gt;
  &lt;li&gt;页面集合是 .md 或 .html 文件，位于:
    &lt;ul&gt;
      &lt;li&gt;_publications/&lt;/li&gt;
      &lt;li&gt;_portfolio/&lt;/li&gt;
      &lt;li&gt;_posts/&lt;/li&gt;
      &lt;li&gt;_teaching/&lt;/li&gt;
      &lt;li&gt;_talks/&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;页脚: _includes/footer.html&lt;/li&gt;
  &lt;li&gt;静态文件（如 PDF）: /files/&lt;/li&gt;
  &lt;li&gt;个人资料图片（可以在_config.yml中设置）: images/profile.png&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;提示&quot;&gt;提示&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;将文件命名为“.md”以使其在 Markdown 中呈现，将其命名为“.html”以在 HTML 中呈现。&lt;/li&gt;
  &lt;li&gt;转到提交列表（在您的 repo 上）以找到使用 Jekyll 构建的最新版本的 Github。
    &lt;ul&gt;
      &lt;li&gt;绿色对勾：成功构建&lt;/li&gt;
      &lt;li&gt;橙色圆圈：建筑&lt;/li&gt;
      &lt;li&gt;红色 X：错误&lt;/li&gt;
      &lt;li&gt;无图标：未构建&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;markdown-指南&quot;&gt;Markdown 指南&lt;/h1&gt;

&lt;h2 id=&quot;标题&quot;&gt;标题&lt;/h2&gt;

&lt;p&gt;要创建标题，请在单词或短语前面添加井号 (#) 。井号的数量代表了标题的级别。例如，添加三个井号即创建一个三级标题 (&amp;lt;h3&amp;gt;) (例如：### My Header)。&lt;/p&gt;

&lt;h1 id=&quot;标题一&quot;&gt;标题一&lt;/h1&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;# 标题一
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;标题二&quot;&gt;标题二&lt;/h2&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;## 标题二
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;标题三&quot;&gt;标题三&lt;/h3&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;### 标题三
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;分隔线&quot;&gt;分隔线&lt;/h2&gt;

&lt;hr /&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;---
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;强调标签&quot;&gt;强调标签&lt;/h2&gt;

&lt;h3 id=&quot;粗体&quot;&gt;粗体&lt;/h3&gt;

&lt;p&gt;此标签显示&lt;strong&gt;粗体&lt;/strong&gt;文本。&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;此标签显示**粗体**文本。
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;斜体&quot;&gt;斜体&lt;/h3&gt;

&lt;p&gt;强调标签应使文本&lt;em&gt;斜体&lt;/em&gt;。&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;强调标签应使文本*斜体*。
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;块引用&quot;&gt;块引用&lt;/h2&gt;

&lt;p&gt;单行块引用：&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;gt; 引用很酷。
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;注意&quot;&gt;注意&lt;/h2&gt;

&lt;p class=&quot;notice&quot;&gt;&lt;strong&gt;小心！&lt;/strong&gt; 可以通过将 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;{: .notice}&lt;/code&gt; 附加到段落来添加注意。&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;**小心！** 可以通过将 `{: .notice}` 附加到段落来添加注意。
{: .notice}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;定义列表&quot;&gt;定义列表&lt;/h2&gt;

&lt;dl&gt;
  &lt;dt&gt;定义列表一标题&lt;/dt&gt;
  &lt;dd&gt;定义列表一&lt;/dd&gt;
  &lt;dt&gt;定义列表二标题&lt;/dt&gt;
  &lt;dd&gt;定义列表二&lt;/dd&gt;
&lt;/dl&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;定义列表一标题
:   定义列表一

定义列表二标题
:   定义列表二
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;无序列表嵌套&quot;&gt;无序列表（嵌套）&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;列表项目一
    &lt;ul&gt;
      &lt;li&gt;列表项目一
        &lt;ul&gt;
          &lt;li&gt;列表项目一&lt;/li&gt;
          &lt;li&gt;列表项目二&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;列表项目二&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;列表项目二&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;  - 列表项目一 
      - 列表项目一 
          - 列表项目一 
          - 列表项目二
      - 列表项目二
  - 列表项目二
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;有序列表嵌套&quot;&gt;有序列表（嵌套）&lt;/h2&gt;

&lt;ol&gt;
  &lt;li&gt;列表项目一
    &lt;ol&gt;
      &lt;li&gt;列表项目一
        &lt;ol&gt;
          &lt;li&gt;列表项目一&lt;/li&gt;
          &lt;li&gt;列表项目二&lt;/li&gt;
        &lt;/ol&gt;
      &lt;/li&gt;
      &lt;li&gt;列表项目二&lt;/li&gt;
    &lt;/ol&gt;
  &lt;/li&gt;
  &lt;li&gt;列表项目二&lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;  1. 列表项目一 
      1. 列表项目一 
          1. 列表项目一
          2. 列表项目二
      2. 列表项目二
  2. 列表项目二
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;表格&quot;&gt;表格&lt;/h2&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;标题1&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;标题2&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;标题3&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;项目1&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;项目2&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;项目3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;项目4&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;项目5&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;项目6&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;| 标题1 | 标题2 | 标题3 |
|:--------|:-------:|--------:|
| 项目1   | 项目2   | 项目3   |
| 项目4   | 项目5   | 项目6   |
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;代码按钮&quot;&gt;代码/按钮&lt;/h2&gt;

&lt;p&gt;应用 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.btn&lt;/code&gt; 类时，使任何文字更加突出。&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;应用 `.btn` 类时，使任何文字更加突出。
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;代码块&quot;&gt;代码块&lt;/h2&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;    &amp;lt;html&amp;gt;
      &amp;lt;head&amp;gt;
      &amp;lt;/head&amp;gt;
    &amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;\```
    &amp;lt;html&amp;gt;
      &amp;lt;head&amp;gt;
      &amp;lt;/head&amp;gt;
    &amp;lt;/html&amp;gt;
\```
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;链接&quot;&gt;链接&lt;/h2&gt;

&lt;p&gt;这是一个&lt;a href=&quot;http://github.com&quot; title=&quot;Github&quot;&gt;链接&lt;/a&gt;的例子。&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;这是一个[链接](http://github.com &quot;Github&quot;)的例子。
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;脚注&quot;&gt;脚注&lt;/h2&gt;

&lt;p&gt;这是一个简单的脚注&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;， 这是一个更长的脚注&lt;sup id=&quot;fnref:bignote&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:bignote&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;。&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;这是一个简单的脚注[^1]， 这是一个更长的脚注[^bignote]。

[^1]: 这是第一个脚注。

[^bignote]: 这是一个有多个段落和代码的。

    缩进段落以将它们包含在脚注中。

    `{我的代码}`

    添加尽可能多的段落。
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;图片&quot;&gt;图片&lt;/h2&gt;

&lt;p&gt;&lt;img src=&quot;/images/500x300.png&quot; alt=&quot;500x300.png&quot; /&gt;&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;![500x300.png](/images/500x300.png)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;html-标签&quot;&gt;HTML 标签&lt;/h2&gt;

&lt;h3 id=&quot;删除标签&quot;&gt;删除标签&lt;/h3&gt;

&lt;p&gt;这个标签可以让你&lt;strike&gt;删除&lt;/strike&gt;文本。&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;这个标签可以让你&amp;lt;strike&amp;gt;删除&amp;lt;/strike&amp;gt;文本。
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;插入标签&quot;&gt;插入标签&lt;/h3&gt;

&lt;p&gt;此标记应表示&lt;ins&gt;插入&lt;/ins&gt;的文本。&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;此标记应表示&amp;lt;ins&amp;gt;插入&amp;lt;/ins&amp;gt;的文本。
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;这是第一个脚注。 &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:bignote&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;这是一个有多个段落和代码的。&lt;/p&gt;

      &lt;p&gt;缩进段落以将它们包含在脚注中。&lt;/p&gt;

      &lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;{我的代码}&lt;/code&gt;&lt;/p&gt;

      &lt;p&gt;添加尽可能多的段落。 &lt;a href=&quot;#fnref:bignote&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;</content><author><name>Junjie Liu</name><email>junjie.liu@connect.ust.hk</email></author><category term="Guide" /><category term="Chinese" /><summary type="html">这是中文版学术主页使用指南，旨在搭建一个托管在 Github 的学术主页。通过开源项目 Academicpages 和 Github 的 Github Pages 服务我们可以搭建一个免费、简约和高度定制的学术主页。</summary></entry></feed>