zotero7笔记模板

zotero7笔记模板

注:其来源于github的整合以及根据自己需求的简单了解,更多可前往github查看
[item] (2024.06.19适配7) 自用读中文文献、读英文文献笔记模板两套,简约风格 · windingwind/zotero-better-notes · Discussion #729

[Item] PaperNote 适配Zotero 6 7 中英文文献 自用SCI笔记模版 简约清晰风格 Zotero 6 and 7 paper note template. Simple and clear style. · windingwind/zotero-better-notes · Discussion #771

[Item]英文文献精读版(精简)

<html>
<h2 style="color:  #E65100; background-color:  #FFF8E1;">(${topItem.getField("date")}) ${topItem.getField("title")}</h2>

<hr/>
<table border="1">
<tr>
<td><b>期刊: <b style="color:#FF0000">${topItem.getField('publicationTitle')}</b></b>(发表日期: <b>${topItem.getField("date")}</b><br><b>作者:</b> ${topItem.getCreators().map((v) => v.firstName + " " + v.lastName).join("; ")}</td>
</tr>

<tr>
<td><b>标题翻译: </b><i>${topItem.getField('abstractTranslation')}</i></td>
</tr>

<tr>
<td><b>摘要翻译: </b><i>${topItem.getField('abstractTranslation')}</i></td>
</tr>

<!-- 期刊分区 -->
    <tr><td>
        <b>期刊分区: </b>
        <!-- In Zotero7, the tags of Ethereal Style plugin are referenced. Please install Ethereal Style in advance. -->
        ${{
        let space = " ㅤㅤ ㅤㅤ"
        return Array.prototype.map.call(
          Zotero.ZoteroStyle.api.renderCell(topItem, "publicationTags").childNodes,
          e => {
            e.innerText =  space + e.innerText + space;
            return e.outerHTML
          }
          ).join(space)
        }}$
    </td></tr>

 <!-- 原文pdf链接 -->
    <tr><td>
        ${(() => {
          const attachments = Zotero.Items.get(topItem.getAttachments());
          if (attachments && attachments.length > 0) {
            return `<b>Local Link: </b><a href="zotero://open-pdf/0_${attachments[0].key}">${attachments[0].getFilename()}</a>`;
          } else {
            return `<b>原文pdf链接: </b>`;
          }
        })()}
	</td></tr>

</table>

<h3>💡创新点</h3>
<blockquote>Tips: 本文提出了什么<u>新的科学问题</u>,提出了什么<u>新的研究思路</u>,或提出了什么<u>新的研究工具</u></blockquote>
<h3>📚前言及文献综述</h3>
<blockquote>Tips: 本研究的<u>必要性、紧迫性、可行性</u>是什么?作者是如何论述的?<br>作者引用了哪些该领域的<u>开创性文献</u></blockquote>
<h3>🔬方法</h3>
<h3>📜结论</h3>
<h3>🤔思考</h3>
<blockquote>Tips: 本文有什么<u>优缺点</u>?你是否对某些内容产生了<u>疑问</u><br>你是否认为某些研究方式可以改进,<u>如何改进</u></blockquote>

</html>

[Item]中文文献精读版(精简)

<html>
<hr/>
<table border="1">

<h2 style="color:  #E65100; background-color:  #FFF8E1;">(${topItem.getField("date")}) ${topItem.getField("title")}</h2>

<tr>
<td><b>期刊: <b style="color:#FF0000">${topItem.getField('publicationTitle')}</b></b>(发表日期: <b>${topItem.getField("date")}</b><br><b>作者:</b> ${topItem.getCreators().map((v)=>v.firstName+" "+v.lastName).join("; ")}</td>
</tr>

<tr>
<td><b>摘要: </b><i>${topItem.getField('abstractNote')}</i></td>
</tr>

<!-- 期刊分区 -->
    <tr><td>
        <b>期刊分区: </b>
        <!-- In Zotero7, the tags of Ethereal Style plugin are referenced. Please install Ethereal Style in advance. -->
        ${{
        let space = " ㅤㅤ ㅤㅤ"
        return Array.prototype.map.call(
          Zotero.ZoteroStyle.api.renderCell(topItem, "publicationTags").childNodes,
          e => {
            e.innerText =  space + e.innerText + space;
            return e.outerHTML
          }
          ).join(space)
        }}$
      </td></tr>

 <!-- 原文pdf链接 -->
    <tr><td>
        ${(() => {
          const attachments = Zotero.Items.get(topItem.getAttachments());
          if (attachments && attachments.length > 0) {
            return `<b>原文pdf链接: </b><a href="zotero://open-pdf/0_${attachments[0].key}">${attachments[0].getFilename()}</a>`;
          } else {
            return `<b>原文pdf链接: </b>`;
          }
        })()}
      </td></tr>

<tr>
<td><b>笔记创建日期: </b>${new Date().toLocaleString()}</td>
</tr>

</table>

<h3>💡创新点</h3>
<blockquote>Tips: 本文提出了什么<u>新的科学问题</u>,提出了什么<u>新的研究思路</u>,或提出了什么<u>新的研究工具</u></blockquote>
<h3>📚前言及文献综述</h3>
<blockquote>Tips: 本研究的<u>必要性、紧迫性、可行性</u>是什么?作者是如何论述的?<br>作者引用了哪些该领域的<u>开创性文献</u></blockquote>
<h3>🔬方法</h3>
<h3>📜结论</h3>
<h3>🤔思考</h3>
<blockquote>Tips: 本文有什么<u>优缺点</u>?你是否对某些内容产生了<u>疑问</u><br>你是否认为某些研究方式可以改进,<u>如何改进</u></blockquote>

</html>

[Item]AI方向文献精读笔记(详细)

<span style="color:#5686bf"><h1><font size="6">论文笔记✍</font></h1></span>
<span style="color:#2F2F4F">📅<strong>发表时间:<br/>
<span style="color:#2F2F4F"><strong>🔢期刊会议:<br/>
</span >🎯方向分类</strong></a><br/>
</span></h1>\n <h2 style="color:#ba55dc; background-color:  #fff8dc;">📜 研究内容</h2> <hr/>
<p></p>
<h3>  <span style="color: #e0ffff; background-color:    #66cdaa;">⚙️ 做了什么:</span></h3>
<p></p>
<h3>  <span style="color: #004d99; background-color:    #87cefa;">🔨 解决了什么问题:</span></h3>
<p></p>
</span></h1>\n <h2 style="color:#808080; background-color:    #dcdcdc;">🔬 现状不足</pre></h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#ffd700; background-color:    #fffdd0;">✨ 创新点</pre></h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#fffaf0; background-color:    #ccccff;">🔁 步骤简述</pre></h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#20b2aa; background-color:    #afeeee;">👩🏻‍💻 模型架构</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color: #006064; background-color:   #E0F7FA;">🙋‍♀️ 个人问题</h2> <hr/>
<p></p>
<h3>  <span style="color: #de3163; background-color:    #ffc0cb;">🤔 生词扫盲:</span></h3>
<p></p>
<h3>  <span style="color: #da70d6; background-color:    #EED2EE;">📌 待解决点:</span></h3>
<p></p>
</span></h1>\n <h2 style="color:#FF8C00; background-color:   #FFE7BA;">💭 思考启发</h2> <hr/>

[Item]实验类型文献解读模板

<hr/>
<table border="1">

<h1 style="color:  #E65100; background-color:  #FFF8E1;">(${topItem.getField("date")}) ${topItem.getField("title")} (${topItem.getField("titleTranslation")}) </h1>

<tr>
<td><b>期刊: <b style="color:#FF0000">${topItem.getField('publicationTitle')}</b></b> (发表日期: <b>${topItem.getField("date")}</b>) <br><b>作者:</b> ${topItem.getCreators().map((v) => v.firstName + " " + v.lastName).join("; ")}</td>
</tr>

<tr>
<td><b>摘要翻译: </b><i>${topItem.getField('abstractTranslation')}</i></td>
</tr>

<!-- 期刊分区 -->
    <tr><td>
        <b>期刊分区: </b>
        <!-- In Zotero7, the tags of Ethereal Style plugin are referenced. Please install Ethereal Style in advance. -->
        ${{
        let space = " ㅤㅤ ㅤㅤ"
        return Array.prototype.map.call(
          Zotero.ZoteroStyle.api.renderCell(topItem, "publicationTags").childNodes,
          e => {
            e.innerText =  space + e.innerText + space;
            return e.outerHTML
          }
          ).join(space)
        }}$
    </td></tr>

 <!-- 原文pdf链接 -->
    <tr><td>
        ${(() => {
          const attachments = Zotero.Items.get(topItem.getAttachments());
          if (attachments && attachments.length > 0) {
            return `<b>Local Link: </b><a href="zotero://open-pdf/0_${attachments[0].key}">${attachments[0].getFilename()}</a>`;
          } else {
            return `<b>原文pdf链接: </b>`;
          }
        })()}
	</td></tr>

</table>

<h1><strong>〇. 写在前面</strong></h1>
<h2><strong>0.0 看文进度</strong></h2>
<h2><strong>0.1 文章四问</strong></h2>
<ul>
    <li><strong>Q1:</strong> 为什么看?
        <span style="font-size: smaller; color: #FF0000;">(推荐? 关联? 解决问题?)</span>
    </li>
    <li><strong>Q2:</strong> 文章写的什么? 
        <span style="font-size: smaller; color: #FF0000;">(创新点? 工具? 实现路径?)</span>
    </li>
    <li><strong>Q3:</strong> 效果如何? 
        <span style="font-size: smaller; color: #FF0000;">(效果图? 结果? 评价?)</span>
    </li>
    <li><strong>Q4:</strong> 感受怎样? 
        <span style="font-size: smaller; color: #FF0000;">(感受? 收获? 思考? 复看?)</span>
        </li>
</ul>

<h2><strong>0.2 场外信息</strong></h2>
<h3><strong>0.2.1 源码</strong></h3>
<ul>
    <li>作者源码地址: <a href="${topItem.getField('codeUrl')}" target="_blank">仓库链接</a></li>
    <li>作者源码描述: -</li>
</ul>
<h3><strong>0.2.2 数据集</strong></h3>
<ul>
    <li>数据集名称: -
        <ul>
            <li>数据集描述: -</li>
            <li>作者数据集下载地址: -</li>
        </ul>
    </li>
</ul>
<h3><strong>0.2.3 其他参考信息</strong></h3>
    <ul>
        <li>相关论文: -</li>
        <li>相关项目: -</li>
        <li>相关资源: -</li>
    </ul>
</li>


<h1><strong>一. 文献精读</strong></h1>
<h2><strong>1.1 创新点/新工具</strong></h2>
<span style="font-size: smaller; color: gray;">(记录文章的创新点或新工具, 如新方法、新模型、新数据集等)</span>
<h2><strong>1.2 实现路径/框架</strong></h2>
<span style="font-size: smaller; color: gray;">(记录文章的实现路径或框架, 如基于深度学习的图像分类、基于图神经网络的推荐系统等)</span>
<h2><strong>1.3 效果图/结果</strong></h2>
<span style="font-size: smaller; color: gray;">(记录文章的效果图或结果, 如模型效果图、实验结果、实验数据等)</span>
<h2><strong>1.4 感受/收获/思考</strong></h2>
<span style="font-size: smaller; color: gray;">(记录文章的感受、收获或思考, 如文章的启发、感触、思考等)</span>

<h1><strong>二. 复现信息(下文环境信息为示例, 更新后删除本条)</strong></h1>
<h2><strong>2.0 作者提供复现环境</strong></h2>
<ul>
    <li><strong>作者源码地址: </strong><a href="https://www.github.com" target="_blank">仓库链接</a></li>
    <li><strong>软件环境</strong></li>
    <li><strong>硬件环境</strong></li>
    <li><strong>数据集</strong></li>
</ul>

<h2><strong>2.1 复现方法1</strong></h2>

<h4><strong>Step 1. 环境配置</strong></h4>
<ol>
    <li><strong>硬件环境</strong>
        <table>
            <thead>
                <tr>
                    <th><strong>硬件类型</strong></th>
                    <th><strong>规格/型号</strong></th>
                    <th><strong>备注</strong></th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>GPU</td>
                    <td>NVIDIA RTX 3090</td>
                    <td>CUDA 11.2</td>
                </tr>
                <tr>
                    <td>CPU</td>
                    <td>Intel i9-11900K</td>
                    <td>8 核心 16 线程</td>
                </tr>
                <tr>
                    <td>内存</td>
                    <td>32GB DDR4</td>
                    <td>频率3200MHz</td>
                </tr>
                <tr>
                    <td>存储</td>
                    <td>1TB SSD</td>
                    <td>NVMe 接口</td>
                </tr>
            </tbody>
        </table>
    </li>
    <li><strong>软件环境</strong>
        <table>
            <thead>
                <tr>
                    <th><strong>软件/工具</strong></th>
                    <th><strong>版本</strong></th>
                    <th><strong>安装方式</strong></th>
                    <th><strong>备注</strong></th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>操作系统</td>
                    <td>Ubuntu 20.04</td>
                    <td>-</td>
                    <td>-</td>
                </tr>
                <tr>
                    <td>Python</td>
                    <td>3.8</td>
                    <td>Anaconda</td>
                    <td>虚拟环境<code>env_name</code></td>
                </tr>
                <tr>
                    <td>TensorFlow</td>
                    <td>2.8</td>
                    <td>pip</td>
                    <td>支持GPU</td>
                </tr>
                <tr>
                    <td>PyTorch</td>
                    <td>1.10</td>
                    <td>pip</td>
                    <td>支持CUDA</td>
                </tr>
                <tr>
                    <td>CUDA</td>
                    <td>11.2</td>
                    <td>-</td>
                    <td>与GPU兼容</td>
                </tr>
                <tr>
                    <td>-</td>
                    <td>-</td>
                    <td>-</td>
                    <td>-</td>
                </tr>
                <tr>
                    <td>-</td>
                    <td>-</td>
                    <td>-</td>
                    <td>-</td>
                </tr>
                <tr>
                    <td>-</td>
                    <td>-</td>
                    <td>-</td>
                    <td>-</td>
                </tr>
            </tbody>
        </table>
    </li>

    <li><strong>环境验证</strong>
        <table>
            <thead>
                <tr>
                    <th><strong>验证步骤</strong></th>
                    <th><strong>结果</strong></th>
                    <th><strong>备注</strong></th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>Python 环境</td>
                    <td>成功</td>
                    <td><code>python --version</code>验证</td>
                </tr>
                <tr>
                    <td>CUDA 检测</td>
                    <td>成功</td>
                    <td><code>torch.cuda.is_available()</code>返回True</td>
                </tr>
                <tr>
                    <td>TensorFlow 测试</td>
                    <td>成功</td>
                    <td>导入<code>tensorflow</code>无报错</td>
                </tr>
                <tr>
                    <td>- 测试</td>
                    <td>成功/失败</td>
                    <td>导入<code>-</code>无报错</td>
                </tr>
                <tr>
                    <td>- 测试</td>
                    <td>成功/失败</td>
                    <td>导入<code>-</code>无报错</td>
                </tr>
                <tr>
                    <td>- 测试</td>
                    <td>成功/失败</td>
                    <td>导入<code>-</code>无报错</td>
                </tr>
            </tbody>
        </table>
    </li>
</ol>

<h4><strong>Step 2. 数据集准备</strong></h4>
<ol>
    <li><strong>数据集获取</strong>
        <table>
            <thead>
                <tr>
                    <th><strong>数据集名称</strong></th>
                    <th><strong>下载链接</strong></th>
                    <th><strong>大小</strong></th>
                    <th><strong>格式</strong></th>
                    <th><strong>保存路径</strong></th>
                    <th><strong>备注</strong></th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>CIFAR-10</td>
                    <td><a href="https://www.cs.toronto.edu/~kriz/cifar.html" target="_blank">CIFAR-10链接</a></td>
                    <td>163MB</td>
                    <td>PNG</td>
                    <td>/dataset/CIFAR-10</td>
                    <td>点云数据</td>
                </tr>
                <tr>
                    <td>-</td>
                    <td><a href="https://www.github.com" target="_blank">链接</a></td>
                    <td>-</td>
                    <td>-</td>
                    <td>-</td>
                    <td>-</td>
                </tr>
            </tbody>
        </table>
    </li>
    <li><strong>数据预处理</strong>
        <table>
            <thead>
                <tr>
                    <th><strong>预处理步骤</strong></th>
                    <th><strong>方法</strong></th>
                    <th><strong>备注</strong></th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>数据清洗</td>
                    <td>删除异常值</td>
                    <td>检测并去除数据中的NaN值</td>
                </tr>
                <tr>
                    <td>数据增强</td>
                    <td>随机裁剪、翻转</td>
                    <td>提高模型泛化能力</td>
                </tr>
                <tr>
                    <td>数据划分</td>
                    <td>训练集: 80%<br>验证集: 10%<br>测试集: 10%</td>
                    <td>-</td>
                </tr>
                <tr>
                    <td>-</td>
                    <td>-</td>
                    <td>-</td>
                </tr>
            </tbody>
        </table>
    </li>
</ol>

<h4>Step 3. 模型实现</h4>
<ol>
    <li><strong>模型架构</strong>
        <span style="font-size: smaller; color: gray;">(记录模型的具体架构, 包括各层的类型、参数和连接方式, 如ResNet-50, VGG-16, DenseNet等)</span>
    </li>
    <li><strong>实现细节</strong>
        <span style="font-size: smaller; color: gray;">(记录模型的实现细节, 如损失函数、优化器、数据加载方式等)</span>
    </li>
    <li><strong>代码实现</strong>
        <span style="font-size: smaller; color: gray;">(记录模型的具体实现代码, 如模型结构、数据加载、训练、测试或解释其实现方式与论文描述的对比等)</span>
    </li>
    <li><strong>模型训练</strong>
        <ol>
            <li><strong>超参数设置</strong>
                <span style="font-size: smaller; color: gray;">(记录模型的超参数设置, 如学习率、批量大小、训练轮数、优化器、损失函数等)</span>
            </li>
            <li><strong>调整策略</strong>
                <span style="font-size: smaller; color: gray;">(记录模型的调整策略, 如学习率衰减、梯度裁剪等)</span>
            </li>
            <li><strong>训练过程</strong>
                <ul>
                    <li><strong>训练日志</strong>
                        <span style="font-size: smaller; color: gray;">(记录训练过程中的日志信息, 如损失函数变化、准确率曲线等)</span>
                    </li>
                    <li><strong>异常处理</strong>
                        <span style="font-size: smaller; color: gray;">(记录训练过程中遇到的异常问题及其解决方案)</span>
                    </li>
                </ul>
            </li>
        </ol>
    </li>
</ol>

<h4>Step 4. 结果与评估</h4>
<ol>
    <li><strong>结果复现</strong>
        <ul>
            <li><strong>结果对比</strong>
                <span style="font-size: smaller; color: gray;">(记录复现结果与论文中报告的结果的差异, 如准确率、损失等指标)</span>
            </li>
            <li><strong>结果分析</strong>
                <span style="font-size: smaller; color: gray;">(分析复现结果的原因和改进方向, 如过拟合、欠拟合、数据不匹配等)</span>
            </li>
        </ul>
    </li>
    <li><strong>可视化</strong>
        <ul>
            <li><strong>训练曲线</strong>
                <span style="font-size: smaller; color: gray;">(绘制并分析模型训练过程中的损失函数、准确率等指标随训练轮数的变化曲线)</span>
            </li>
            <li><strong>结果展示</strong>
                <span style="font-size: smaller; color: gray;">(展示模型的预测结果, 如分类结果、分割图像、生成图片等)</span>
            </li>
        </ul>
    </li>
    <li><strong>模型部署</strong>
        <ul>
            <li><strong>模型部署</strong>
                <span style="font-size: smaller; color: gray;">(记录模型的部署方式, 如模型转换、服务化等)</span>
            </li>
            <li><strong>模型部署测试</strong>
                <span style="font-size: smaller; color: gray;">(测试模型的部署效果, 如响应时间、内存占用等)</span>
            </li>
        </ul>
    </li>
    <li><strong>模型改进</strong>
        <ul>
            <li><strong>模型改进</strong>
                <span style="font-size: smaller; color: gray;">(记录模型的改进方向, 如模型结构、超参数、数据集等)</span>
            </li>
            <li><strong>模型改进实验</strong>
                <span style="font-size: smaller; color: gray;">(尝试改进模型, 如尝试不同模型结构、数据集、超参数等)</span>
            </li>
            <li><strong>模型改进结果</strong>
                <span style="font-size: smaller; color: gray;">(记录模型改进的效果, 如准确率提升、模型大小减小等)</span>
            </li>
        </ul>
    </li>
</ol>

<h4>Step 5. 总结与反思</h4>
<ol>
    <li><strong>复现总结</strong>
        <ul>
            <li><strong>成功点</strong>
                <span style="font-size: smaller; color: gray;">(总结复现过程中成功的部分和经验)</span>
            </li>
            <li><strong>挑战与困难</strong>
                <span style="font-size: smaller; color: gray;">(记录复现过程中遇到的主要挑战和困难)</span>
            </li>
        </ul>
    </li>
    <li><strong>未来改进</strong>
        <ul>
            <li><strong>可能的改进</strong>
                <span style="font-size: smaller; color: gray;">(记录未来可能的改进方向, 如优化模型、改进数据处理等)</span>
            </li>
            <li><strong>学习收获</strong>
                <span style="font-size: smaller; color: gray;">(记录从复现过程中学到的新知识和技能)</span>
            </li>
        </ul>
    </li>
</ol>

<h4>Step 6. 共享与文档化</h4>
<ul>
    <li><strong>代码共享</strong>
        <span style="font-size: smaller; color: gray;">(如GitHub链接)</span>
    </li>
    <li><strong>文档化</strong>
        <span style="font-size: smaller; color: gray;">(记录是否编写了复现文档或教程, 方便他人复现)</span>
    </li>
</ul>

[Item]论文构思模板

<span style="color:#E91E63"><h1><font size="6">论文构思:</font></h1></span>
<span style="color:#2F2F4F"><strong>👨‍🎓作者:</u></strong></span><br/>
<span style="color:#2F2F4F">📅创建时间:2023-<br/>
<span style="color:#2F2F4F; background-color:#ADEAEA"><strong>🔢意向期刊:<br/>
</span >🎯参考文献</strong></a><br/>
</span></h1>\n <h2 style="color:  #FFA500; background-color:  #FFF8DC;">📜 研究主题</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#FF3030; background-color:    #FFF5EE;">🔬 研究方法&设计</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#698B22; background-color:    #F1F8E9;">🚩 预期结果</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color: #006064; background-color:   #E0F7FA;">📌 讨论&解释</h2> <hr/>
<p></p>
<h3>  <span style="color: #9A32CD; background-color:    #EED2EE;">❓待解决点:</span></h3>
<p></p>
<h3>  <span style="color: #EE1289; background-color:    #FFE1FF;">✨创新点:</span></h3>
<p></p>
</span></h1>\n <h2 style="color:#FF8C00; background-color:   #FFE7BA;">🤔 其他思考</h2> <hr/>

[Item]同类型汇总

<!DOCTYPE html>
<html>
<head>
    <style>
        body { font-family: Arial, sans-serif; }
        h1, h2, h3 { color: #E65100; }
        h2 { background-color: #FFF8E1; padding: 5px; }
        table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
        th, td { border: 1px solid #ddd; padding: 8px; }
        th { background-color: #f4f4f4; }
        blockquote { border-left: 4px solid #E65100; padding-left: 10px; margin: 10px 0; }
        ul { margin: 10px 0; padding-left: 20px; }
    </style>
</head>
<body>

<h1>多篇论文的共性汇总</h1>

<h2>总体趋势</h2>
<blockquote>
    各篇论文的总体趋势,包括:
    <ul>
        <li>研究领域的研究现状</li>
        <li>常见的研究问题和目标</li>
        <li>主要的研究方法和技术</li>
    </ul>
</blockquote>

<h2>关键发现</h2>
<blockquote>
    各篇论文的关键发现,包括:
    <ul>
        <li>主要的研究结果和结论</li>
        <li>对领域的贡献和影响(创新点)</li>
    </ul>
</blockquote>

<h2>方法与工具</h2>
<blockquote>
    论文中使用的研究方法和工具,包括:
    <ul>
        <li>常用的研究方法和实验设计</li>
        <li>使用的工具和技术</li>
    </ul>
</blockquote>

<h2>挑战与局限性</h2>
<blockquote>
    论文中提到的挑战和潜在方向,包括:
    <ul>
        <li>主要的研究挑战和问题</li>
        <li>未来研究的潜在方向</li>
    </ul>
</blockquote>

</body>
</html>

[item]泛读英文文献笔记

<!-- 标题 -->
<h1 style="color:#193c47; background-color:#eef9fd; padding:8px;">
  ${(() => {
    const date = topItem.getField("date").split('T')[0];
    const title = topItem.getField("title");
    const titleTranslation = topItem.getField("titleTranslation");
    if (date && titleTranslation) {
      return `(${date}) ${title} (${titleTranslation})`;
    } else if (date) {
      return `(${date}) ${title}`;
    } else {
      return `${title}`;
    }
  })()}
</h1>

<!-- Meta Data -->
<table>
  <!-- 作者 -->
  <tr>
    <td style="color:#193c47; background-color:#dbeedd; padding:8px;">
      <b>作者:</b> ${topItem.getCreators().slice(0, 10).map((v) => v.firstName + " " + v.lastName).join("; ") + (topItem.getCreators().length > 10 ? "; et al." : ";")}
    </td>
  </tr>

  <!-- 期刊 -->
  <tr>
    <td style="color:#193c47; background-color:#f3faf4; padding:8px;">
      <b style="color:#193c47;">期刊: <b style="color:#FF0000">${topItem.getField('publicationTitle')}</b></b><b style="color:#193c47;"> (发表日期: ${topItem.getField("date").split('T')[0]})</b>
    </td>
  </tr>

  <!-- 期刊分区 -->
  <tr>
    <td style="color:#193c47; background-color:#dbeedd; padding:8px;">
      <b>期刊分区: </b>
      <!-- Zotero7中,引用了Ethereal Style插件的标签,请提前安装Ethereal Style-->
      ${{
      let space = " ㅤㅤ ㅤㅤ"
      return Array.prototype.map.call(
        Zotero.ZoteroStyle.api.renderCell(topItem, "publicationTags").childNodes,
        e => {
          e.innerText =  space + e.innerText + space;
          return e.outerHTML
        }
        ).join(space)
      }}$
    </td>
  </tr>

  <!-- 本地链接 -->
  <tr>
    <td style="color:#193c47; background-color:#f3faf4; padding:8px;">
      ${(() => {
        const attachments = Zotero.Items.get(topItem.getAttachments());
        const pdf = attachments.filter((i) => i.isPDFAttachment());
        if (pdf && pdf.length > 0) {
          return `<b>本地链接: </b><a href="zotero://open-pdf/0_${pdf[0].key}">${pdf[0].getFilename()}</a>`;
        } else if (attachments && attachments.length > 0) {
          return `<b>本地链接: </b><a href="zotero://open-pdf/0_${attachments[0].key}">${attachments[0].getFilename()}</a>`;
        } else {
          return `<b>本地链接: </b>`;
        }
      })()}
    </td>
  </tr>

  <!-- DOI or URL -->
  <tr>
    <td style="color:#193c47; background-color:#dbeedd; padding:8px;">
      ${(() => {
        const doi = topItem.getField("DOI");
        if (doi) {
          return `<b>DOI: </b><a href="https://doi.org/${topItem.getField('DOI')}">${topItem.getField('DOI')}</a>`;
        } else {
          return `<b>URL: </b><a href="${topItem.getField('url')}">${topItem.getField('url')}</a>`;
        }
      })()}
    </td>
  </tr>
  
  <!-- 摘要 -->
    <tr>
      <td style="color:#193c47; background-color:#f3faf4; padding:8px;">
        ${(() => {
          const abstractTranslation = topItem.getField('abstractTranslation');
          if (abstractTranslation) {
            return `<b>摘要翻译: </b><i>${abstractTranslation}</i>`;
          } else {
            return `<b>摘要: </b><i>${topItem.getField('abstractNote')}</i>`;
          }
        })()}
      </td>
    </tr>

  <!-- 摘要翻译 -->
  <tr>
    <td style="color:#193c47; background-color:#dbeedd; padding:8px;">
      <b>摘要翻译: </b>
    </td>
  </tr>

  <!-- 笔记日期 -->
  <tr>
    <td style="color:#193c47; background-color:#f3faf4; padding:8px;">
      <b>笔记日期: </b>${new Date().toLocaleString()}
    </td>
  </tr>

</table>

<!-- 正文 -->
<span>
  <h2 style="color:#e0ffff; background-color:#66cdaa;">📜 研究核心</h2>
  <hr />
</span>
<p></p>
<h3>⚙️ 内容</h3>
<blockquote>Tips: (使用了什么数据,使用了什么方法与涉及技术点,实验如何设计的)</blockquote>
<p></p>
<h3>💡 创新点</h3>
<p></p>
<h3>🧩 不足与思考</h3>
<p></p>

英语文献精读卡

<h1>英语文献精读卡</h1>
<h1><span style="color: #7CB342">${title}</span></h1>
<strong><hr/></strong>
<strong><span style="color: #1976D2">👀&nbsp;标题翻译:</span></span></strong><br/>
<strong><span style="color: #1976D2">📅&nbsp;出版年份:</span>${year}<br/>
<span style="color: #1976D2">📖&nbsp;出版期刊:</span>${publicationTitle}<br/>
    <span style="color: #1976D2">📈&nbsp;影响因子:</span>${callNumber}<br/>
<span style="color: #1976D2">🌍&nbsp;DOI:</strong>${DOI}<br/><strong><hr/></strong>
    <span style="color: #1976D2">🧑&nbsp;文章作者:</span>${authors}</strong><strong><hr/></strong>
<h2><span style="color: #F06292">🔎&nbsp;摘要:</span>${abstractNote}</h2>
<strong><hr/></strong>
<h2><span style="background-color: #81D4FA">🌐&nbsp;研究目的:</span></h2>
<h2><span style="background-color: #F48FB1">📰&nbsp;研究背景:</span></h2>
<h2><span style="background-color: #C5E1A5">📊&nbsp;研究数据:</span></h2>
<h2><span style="background-color: #E0E0E0">🔬&nbsp;研究方法:</span></h2>
<h2><span style="background-color: #FF8A65">📣&nbsp;结果:</span></h2>
<h2><span style="background-color: #FFB74D">📋&nbsp;讨论:</span></h2>
<h2><span style="background-color: #cE93D8">🚩&nbsp;研究结论:</span></h2>
<strong><hr/></strong>
<h2>📝&nbsp;总结</h2>
<h3></span><span style="background-color: #FFF176">&nbsp;💡&nbsp;创新点:</span></span><br/>
</h3>
<h3><span style="background-color: #03A9F4">&nbsp;&nbsp;局限性:</span><br/></h3>
<h3><span style="background-color: #9CCC65">&nbsp;📍&nbsp;改进方法:</span><br/></h3>

读书笔记卡

<h3>## 读书笔记卡</h3>


<p>- <strong>书名/作者</strong><br /><span>&lt;为什么讲这本书&gt;</span></p>
<p>- <strong>核心观点</strong><br /><span>&lt;这本书讲了啥&gt;</span></p>
<p>- <strong>感受联想</strong><br /><span>&lt;有啥用有啥启发&gt;</span></p>
<p>- <strong>出处</strong>:{authors}《{title}》({year})</p>
<p>- <strong>标签</strong>:[无]</p>
<p>- <strong>日期</strong>:{today}</p>

借鉴卡

<p>##借鉴卡 ${now}</p>
<p>🐬出处:${title}(${year})</p>
<p>🧑‍🎓作者:${authors}</p>
<p>📈好图(模仿):</p>
<p>Ⓜ️好文(模仿):</p>
<p>🔢新颖的作图形式:</p>
<p>📊好看的作图配色:</p>
<p>📐新颖的表征手段:</p>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值