<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>论文写作 on WOLF's Blog</title><link>https://blog.kylinwolf.com/categories/%E8%AE%BA%E6%96%87%E5%86%99%E4%BD%9C/</link><description>Recent content in 论文写作 on WOLF's Blog</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 03 Jun 2026 14:44:40 +0800</lastBuildDate><atom:link href="https://blog.kylinwolf.com/categories/%E8%AE%BA%E6%96%87%E5%86%99%E4%BD%9C/index.xml" rel="self" type="application/rss+xml"/><item><title>如何修改JabRef模板以克隆Google学术格式</title><link>https://blog.kylinwolf.com/posts/%E5%A6%82%E4%BD%95%E4%BF%AE%E6%94%B9jabref%E6%A8%A1%E6%9D%BF%E4%BB%A5%E5%85%8B%E9%9A%86google%E5%AD%A6%E6%9C%AF%E6%A0%BC%E5%BC%8F/</link><pubDate>Wed, 03 Jun 2026 14:44:40 +0800</pubDate><guid>https://blog.kylinwolf.com/posts/%E5%A6%82%E4%BD%95%E4%BF%AE%E6%94%B9jabref%E6%A8%A1%E6%9D%BF%E4%BB%A5%E5%85%8B%E9%9A%86google%E5%AD%A6%E6%9C%AF%E6%A0%BC%E5%BC%8F/</guid><description>&lt;h1 id="如何修改jabref模板以克隆google学术格式">如何修改JabRef模板以克隆Google学术格式&lt;/h1>
&lt;p>[TOC]&lt;/p>
&lt;h2 id="一-两种-citation-key-的对比与选择建议">一、 两种 Citation Key 的对比与选择建议&lt;/h2>
&lt;style>
 
 .custom-m10c-table-wrap {
 margin: 2rem 0 !important;
 width: 100% !important;
 overflow-x: auto !important; 
 border: 1px solid rgba(255, 255, 255, 0.15) !important; 
 border-radius: 4px !important; 
 background-color: transparent !important; 
 }

 .custom-m10c-table-wrap table {
 width: 100% !important;
 border-collapse: collapse !important;
 font-size: 0.9rem !important;
 line-height: 1.6 !important;
 color: #999999 !important; 
 margin: 0 !important;
 }

 
 .custom-m10c-table-wrap th {
 background-color: rgba(255, 255, 255, 0.05) !important; 
 color: #ffffff !important; 
 font-weight: 600 !important;
 padding: 12px 16px !important;
 border-bottom: 2px solid rgba(255, 255, 255, 0.25) !important; 
 border-right: 1px solid rgba(255, 255, 255, 0.1) !important; 
 }

 
 .custom-m10c-table-wrap td {
 padding: 14px 16px !important;
 border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; 
 border-right: 1px solid rgba(255, 255, 255, 0.08) !important; 
 white-space: normal !important;
 }

 
 .custom-m10c-table-wrap th:last-child,
 .custom-m10c-table-wrap td:last-child {
 border-right: none !important;
 }

 
 .custom-m10c-table-wrap tbody tr:nth-of-type(even) {
 background-color: rgba(255, 255, 255, 0.02) !important;
 }

 
 .custom-m10c-table-wrap tbody tr:hover {
 background-color: rgba(255, 255, 255, 0.04) !important;
 }
 .custom-m10c-table-wrap tbody tr:hover td {
 color: #ffffff !important; 
 transition: color 0.2s ease;
 }
&lt;/style>

&lt;div class="custom-m10c-table-wrap">
 &lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th style="text-align: left;">特性&lt;/th>
 &lt;th style="text-align: left;">Google 学术格式 (&lt;code>authoryearfirstword&lt;/code>)&lt;/th>
 &lt;th style="text-align: left;">JabRef 默认格式 (&lt;code>AuthorYear&lt;/code>)&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td style="text-align: left;">&lt;strong>全小写&lt;/strong>&lt;/td>
 &lt;td style="text-align: left;">&lt;strong>是&lt;/strong>（如 &lt;code>smith2024attention&lt;/code>）&lt;/td>
 &lt;td style="text-align: left;">&lt;strong>否&lt;/strong>（首字母大写，如 &lt;code>Smith2024&lt;/code>）&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td style="text-align: left;">&lt;strong>防冲突能力&lt;/strong>&lt;/td>
 &lt;td style="text-align: left;">&lt;strong>极强&lt;/strong>。增加了标题第一个核心词，重名概率极低。&lt;/td>
 &lt;td style="text-align: left;">&lt;strong>较弱&lt;/strong>。若同一作者在同一年发表多篇论文，会冲突变成 &lt;code>Smith2024a&lt;/code>。&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td style="text-align: left;">&lt;strong>输入便利性&lt;/strong>&lt;/td>
 &lt;td style="text-align: left;">全小写在写 LaTeX 代码（如 &lt;code>\cite{...}&lt;/code>）时，&lt;strong>无需切换大小写&lt;/strong>，打字效率最高。&lt;/td>
 &lt;td style="text-align: left;">需要频繁按 &lt;code>Shift&lt;/code> 键输入大写字母。&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td style="text-align: left;">&lt;strong>辨识度&lt;/strong>&lt;/td>
 &lt;td style="text-align: left;">略逊。全部粘在一起，不如大写字母有视觉分隔感。&lt;/td>
 &lt;td style="text-align: left;">&lt;strong>优秀&lt;/strong>。大写字母和数字天然具有视觉分隔效果。&lt;/td>
 &lt;/tr>
 &lt;/tbody>
 &lt;/table>
&lt;/div>
&lt;p>&lt;strong>💡 结论建议：&lt;/strong> 如果你追求打字流畅（不想按 Shift 键）且文献库庞大，推荐使用 &lt;strong>Google 学术的全小写格式&lt;/strong>；如果你喜欢代码中&lt;strong>一眼看清作者和年份&lt;/strong>，则保留 &lt;strong>JabRef 默认格式&lt;/strong>。&lt;/p></description></item></channel></rss>