<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://yewx0310.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://yewx0310.github.io/" rel="alternate" type="text/html" /><updated>2026-09-09T21:39:06+08:00</updated><id>https://yewx0310.github.io/feed.xml</id><title type="html">Wenxue Ye(叶文学)</title><subtitle>A master student in UESTC. </subtitle><author><name>Wenxue Ye(叶文学)</name><email>wenxue.ye@outlook.com</email></author><entry><title type="html">博客开张 | Welcome to My Blog</title><link href="https://yewx0310.github.io/welcome-to-my-blog/" rel="alternate" type="text/html" title="博客开张 | Welcome to My Blog" /><published>2026-09-09T00:00:00+08:00</published><updated>2026-09-09T00:00:00+08:00</updated><id>https://yewx0310.github.io/welcome-to-my-blog</id><content type="html" xml:base="https://yewx0310.github.io/welcome-to-my-blog/"><![CDATA[<p>这是博客的第一篇文章。以后我会在这里记录一些学习中的想法、论文笔记和一些生活随感。</p>

<p>This is the first post of my blog. From now on, I will write down my thoughts on research (information diffusion, diffusion models, LLMs, etc.), reading notes, and some life reflections here.</p>

<h2 id="如何发布一篇文章--how-to-publish-a-post">如何发布一篇文章 / How to publish a post</h2>

<ol>
  <li>在仓库的 <code class="language-plaintext highlighter-rouge">_posts/</code> 目录新建一个文件，命名为 <code class="language-plaintext highlighter-rouge">YYYY-MM-DD-英文标题.md</code>，例如 <code class="language-plaintext highlighter-rouge">2026-09-09-hello-blog.md</code>。</li>
  <li>
    <p>在文件开头写 front matter：</p>

    <div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nn">---</span>
<span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">这篇文章的标题"</span>
<span class="na">tags</span><span class="pi">:</span>
  <span class="pi">-</span> <span class="s">分类标签</span>
<span class="nn">---</span>
</code></pre></div>    </div>
  </li>
  <li>正文直接用 Markdown 写作。第一段会自动作为博客首页的摘要。</li>
</ol>

<p>博客页面支持数学公式（MathJax 已全局加载），例如行内公式 $E = mc^2$，或者公式块：</p>

\[\mathbf{h}_t = \mathrm{GRU}(\mathbf{h}_{t-1},\,\mathbf{x}_t)\]

<p>也可以引用其他人的工作，比如 <a href="https://github.com/RayeRen/acad-homepage.github.io">AcadHomepage</a>。</p>]]></content><author><name>Wenxue Ye(叶文学)</name><email>wenxue.ye@outlook.com</email></author><category term="随笔" /><category term="life" /><summary type="html"><![CDATA[这是博客的第一篇文章。以后我会在这里记录一些学习中的想法、论文笔记和一些生活随感。]]></summary></entry></feed>