Zotero插件ZotCard 论文总结Outline模版代码分享

尝试了Zotero Better Notes,发现搭配ZotCard使用非常棒。针对传播学和设计学方向的论文我根据自己的经验总结论文结构Outline,并制作了ZotCard模版,分享给大家,希望更多的小伙伴高效学习。

效果如下:

ZotCard模版效果

代码如下:

<h1> <span>&lt;F_Outline&gt;</span></h1>
<h2 style="color: #1B5E20; background-color:#F1F8E9;">💡 Meta Data </h2> 
<table>
  <tr>         
    <th style="background-color:#dbeedd;">
      <p style="text-align: right">Title </p>
    </th>         
    <td style="background-color:#dbeedd;">${title}</td>      
  </tr>
  <tr>
    <th style="background-color:#f3faf4;">
      <p style="text-align: right">Journal</p>
    </th>         
    <td style="background-color:#f3faf4;">${publicationTitle}&nbsp;<em>(<a href="https://doi.org/${DOI}">${DOI}</a>)</em></td>
  </tr> 
  <tr>
    <th style="background-color:#dbeedd;">
      <p style="text-align: right">Authors </p> 
    </th>
    <td style="background-color:#dbeedd;"> ${authors}</td>  
  </tr>
  <tr>
    <th style="background-color:#f3faf4;">
      <p style="text-align: right">Date </p>
    </th> 
    <td style="background-color:#f3faf4;">${date}</td>  
  </tr>
  <tr>
    <th style="background-color:#dbeedd;">
      <p class="FF" style="text-align: right;">IF </p>
    </th>
    <td style="background-color:#dbeedd;">${callNumber}</td>  
  </tr>
 </table>
<h2 style="color: #E65100; background-color: #FFF8E1;" >📜 INTRO</h2>
<p></p>
<h2 style="color: #2E7D32; background-color: #F1F8E9;" >&#x1F4CA LR</h2>
<p></p>
<h2 style="color: #1565C0; background-color: #E1F5FE;" >🔬 Method</h2>
<p></p>
<h2 style="color: #4A148C; background-color: #F5F5F5;" >🚩 Result</h2>
<p></p>
<h2 style="color: #006064; background-color: #E0F7FA;" >📌 Discussin & Conclusion & Limitation & future</h2>
<p></p>
<hr/>
<h3 style="color: #1565C0"font-family: arial,sans-serif;>其他:</h3>
<p></p>

使用方式,Zotero——Tool——ZotCard Option——Config

新建Card或者在一个已有的Card上覆盖,保存即可。相关视频教程可以参考这个视频

发表回复