<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:ap="https://www.grepcode.cn/ns/ai-papers">
  <channel>
    <title>PAPERS 专题——AI 论文发布系统 on GrepCode</title>
    <link>https://www.grepcode.cn/papers/index.html</link>
    <description>Recent content in PAPERS 专题——AI 论文发布系统 on GrepCode</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Tue, 19 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.grepcode.cn/papers/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>[PAPERS-001] 本博客的发布约定 / Publishing Conventions of This Blog</title>
      <link>https://www.grepcode.cn/papers/001-ai-publishing-system.html</link>
      <pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.grepcode.cn/papers/001-ai-publishing-system.html</guid>
      <description>本博客采用的发布规范: role declarations, license, content traceability, review records, full-text RSS.</description>
      <ap:role>nio: system design direction, content review； opencode: first draft, technical research, editorial execution</ap:role>
      <ap:review>Reviewed and released by nio on 2026-05-19.</ap:review>
      <content:encoded><![CDATA[<h1 id="本博客的发布约定--publishing-conventions-of-this-blog">本博客的发布约定 / Publishing Conventions of This Blog</h1>
<blockquote>
<p>这不是对任何系统的替代或批评——只是说清楚，这个博客自己选择怎么发布内容。
This is not a replacement for or criticism of any existing system — it simply states how this blog chooses to publish its content.</p>
</blockquote>
<table>
<tr>
<td width="50%" style="vertical-align:top; padding-right:16px;">
<h2 id="署名角色声明不排座次">署名：角色声明，不排座次</h2>
<p>传统学术用第一作者和通讯作者分权责。本博客不沿袭这套——不是因为传统不对，是因为我们的协作方式用不着那套分类。这里选一套更细粒度的写法。</p>
<p>当一篇文章的作者包括人类和 AI 时，写清楚每个人做了什么就够了。比如 TF-001：人类提供方向定义、术语校正、架构立场校准；AI 提供初稿撰写、代码引用、文献检索。不需要区分&quot;谁排第一&quot;——只需要知道<strong>谁承担了什么</strong>。</p>
</td>
<td width="50%" style="vertical-align:top; padding-left:16px; border-left:1px solid var(--border);">
<h2 id="attribution-roles-not-rankings">Attribution: Roles, Not Rankings</h2>
<p>Traditional academic publishing uses first author and corresponding author to divide credit and responsibility. This blog doesn&rsquo;t follow that convention — not because it&rsquo;s wrong, but because our collaboration model doesn&rsquo;t need it. We chose a more granular approach.</p>
<p>When an article&rsquo;s authors include both a human and an AI, it&rsquo;s enough to state what each did. Example from TF-001: the human provided direction, terminology correction, and architecture stance calibration; the AI provided first-draft writing, code references, and literature search. No need to distinguish &ldquo;who is first&rdquo; — just know <strong>who bore what</strong>.</p>
</td>
</tr>
</table>
<hr>
<h2 id="本系统的三个约定--the-three-conventions">本系统的三个约定 / The Three Conventions</h2>
<p>每篇发布的内容，遵循三个约定，按优先级排列：
Every published piece follows three conventions, in order of priority:</p>
<ol>
<li><strong>使用许可 / License</strong> — 别人能拿这篇内容干什么 / What can others do with this content?</li>
<li><strong>谁做了什么 / Who did what</strong> — 每个人在创作链条上的具体角色 / The specific roles each author played in the creative chain.</li>
<li><strong>审阅经过了什么 / Review trail</strong> — 谁在什么时间审阅、提出了什么意见、修改是否执行 / Who reviewed what, when, what changes were requested, and whether they were made.</li>
</ol>
<p>具体做法——不需要新平台 / The concrete implementation — no new platform needed:</p>
<hr>
<h3 id="1-许可证--license">1. 许可证 / License</h3>
<p>每篇文章底部声明许可证 / Every article declares its license at the bottom:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span>&gt; License: GPLv3 — 允许复制、修改、分发，但必须继承相同开源协议。
</span></span><span style="display:flex;"><span>&gt; License: GPLv3 — Copy, modify, distribute, but must retain the same open-source license.
</span></span></code></pre></div><p>无许可证不发布 / No license, no publish.</p>
<hr>
<table>
<tr>
<td width="50%" style="vertical-align:top; padding-right:16px;">
<h3 id="2-markdown-头部元数据">2. Markdown 头部元数据</h3>
<p>在每篇文章的 Front Matter 中声明两个字段：</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-yaml" data-lang="yaml"><span style="display:flex;"><span><span style="color:#f92672">author</span>: <span style="color:#ae81ff">nio (Houming818) &amp; opencode</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">role</span>: &gt;-<span style="color:#e6db74">
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74">  nio: 方向定义、内容审查、术语校正；
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74">  opencode: 初稿撰写、代码引用、编辑执行</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">review</span>: &gt;-<span style="color:#e6db74">
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74">  由 nio 于 2026-05-17 至 05-19 多轮审阅。</span>
</span></span></code></pre></div><p><code>role</code> 替代&quot;第一作者/通讯作者&quot;——不排座次，只声明贡献类型。<code>review</code> 记录审阅链条。</p>
</td>
<td width="50%" style="vertical-align:top; padding-left:16px; border-left:1px solid var(--border);">
<h3 id="2-front-matter-metadata">2. Front Matter Metadata</h3>
<p>Two fields in every article&rsquo;s YAML header:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-yaml" data-lang="yaml"><span style="display:flex;"><span><span style="color:#f92672">author</span>: <span style="color:#ae81ff">nio (Houming818) &amp; opencode</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">role</span>: &gt;-<span style="color:#e6db74">
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74">  nio: direction, review, terminology correction;
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74">  opencode: draft, code references, editorial</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">review</span>: &gt;-<span style="color:#e6db74">
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74">  Reviewed by nio across multiple rounds (2026-05-17 to 05-19).</span>
</span></span></code></pre></div><p><code>role</code> replaces &ldquo;first author / corresponding author&rdquo; — no ranking, just a statement of contribution type. <code>review</code> records the review chain.</p>
</td>
</tr>
</table>
<hr>
<table>
<tr>
<td width="50%" style="vertical-align:top; padding-right:16px;">
<h3 id="3-git-内容溯源">3. Git 内容溯源</h3>
<p><code>git log --follow -- &lt;file&gt;</code> 可以还原全文的修改历史：谁、什么时候、改了哪一行。传统同行评审做不到这个粒度。</p>
</td>
<td width="50%" style="vertical-align:top; padding-left:16px; border-left:1px solid var(--border);">
<h3 id="3-git-based-traceability">3. Git-Based Traceability</h3>
<p><code>git log --follow -- &lt;file&gt;</code> reconstructs the full revision history: who, when, which line. Traditional peer review cannot achieve this granularity.</p>
</td>
</tr>
</table>
<hr>
<table>
<tr>
<td width="50%" style="vertical-align:top; padding-right:16px;">
<h3 id="4-rss-扩展命名空间">4. RSS 扩展命名空间</h3>
<p>在 RSS 2.0 基础上定义 <code>ap</code> 命名空间（<code>xmlns:ap=&quot;https://www.grepcode.cn/ns/ai-papers&quot;</code>），每个 <code>&lt;item&gt;</code> 增加两个子元素：</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-xml" data-lang="xml"><span style="display:flex;"><span><span style="color:#f92672">&lt;ap:role&gt;</span>nio: 方向定义、内容审查; opencode: 初稿撰写、编辑执行<span style="color:#f92672">&lt;/ap:role&gt;</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">&lt;ap:review&gt;</span>由 nio 于 2026-05-17 至 05-19 多轮审阅...<span style="color:#f92672">&lt;/ap:review&gt;</span>
</span></span></code></pre></div><p>外加 <code>ShowFullTextinRSS = true</code>，全文送达而非摘要——学术内容必须完整可读。</p>
</td>
<td width="50%" style="vertical-align:top; padding-left:16px; border-left:1px solid var(--border);">
<h3 id="4-rss-extension-namespace">4. RSS Extension Namespace</h3>
<p>An <code>ap</code> namespace (<code>xmlns:ap=&quot;https://www.grepcode.cn/ns/ai-papers&quot;</code>) is defined on top of RSS 2.0. Each <code>&lt;item&gt;</code> gains two child elements:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-xml" data-lang="xml"><span style="display:flex;"><span><span style="color:#f92672">&lt;ap:role&gt;</span>nio: direction, review; opencode: draft, editorial<span style="color:#f92672">&lt;/ap:role&gt;</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">&lt;ap:review&gt;</span>Reviewed by nio, 2026-05-17 to 05-19...<span style="color:#f92672">&lt;/ap:review&gt;</span>
</span></span></code></pre></div><p>Additionally, <code>ShowFullTextinRSS = true</code> — full text delivery, not just summaries.</p>
</td>
</tr>
</table>
<hr>
<table>
<tr>
<td width="50%" style="vertical-align:top; padding-right:16px;">
<h3 id="5-署名">5. 署名</h3>
<p>署名即声明版权归属和许可条件。不隐含任何担保或责任——与 GPLv3 的 NO WARRANTY 一致。</p>
</td>
<td width="50%" style="vertical-align:top; padding-left:16px; border-left:1px solid var(--border);">
<h3 id="5-attribution">5. Attribution</h3>
<p>Attribution declares copyright ownership and license terms. It implies no warranty or liability — consistent with GPLv3&rsquo;s NO WARRANTY clause.</p>
</td>
</tr>
</table>
<hr>
<blockquote>
<p><strong>License: GPLv3</strong> — 本文采用 GPLv3 协议开源发布 / This article is released under the GPLv3 open-source license.</p>
</blockquote>
]]></content:encoded>
    </item>
  </channel>
</rss>
