Skip to content

Instantly share code, notes, and snippets.

@gwyxjtu
Created April 13, 2023 03:14
Show Gist options
  • Save gwyxjtu/d9cc0c1bf66ebf3e2dd11f4c124e29a9 to your computer and use it in GitHub Desktop.
Save gwyxjtu/d9cc0c1bf66ebf3e2dd11f4c124e29a9 to your computer and use it in GitHub Desktop.
zotero笔记模版
<h1> <span>&lt;笔记标题&gt;</span></h1>\n <hr/>
</span></h1>\n <h2 style="color: #1B5E20; background-color:#F1F8E9;">💡 Meta Data
</h2> <table>
<tr>
<th style="background-color:#dbeedd;">
<p style="text-align: left">Title </p>
</th>
<td style="background-color:#dbeedd;">${topItem.getField('title')}
</td>
</tr>
<tr>
<th style="background-color:#f3faf4;">
<p style="text-align: left">Journal </p>
</th>
<td style="background-color:#f3faf4;">${topItem.getField('publicationTitle')}
</td>
</tr>
<tr>
<th style="background-color:#dbeedd;">
<p style="text-align: left">Authors </p>
</th>
<td style="background-color:#dbeedd;">${topItem.getCreators().map((v)=>v.firstName+" "+v.lastName).join("; ")}
</td>
</tr>
<tr>
<th style="background-color:#f3faf4;">
<p style="text-align: left">Pub. date </p>
</th>
<td style="background-color:#f3faf4;">${topItem.getField('date')}
</td>
</tr>
<tr>
<th style="background-color:#dbeedd;">
<p style="text-align: left">DOI </p>
</th>
<td style="background-color:#dbeedd;">
<a href="https://doi.org/${topItem.getField('DOI')}">${topItem.getField('DOI')}</a>
</td>
</tr>
</table>
<p></p>
</span></h1>\n <h2 style="color: #E65100; background-color: #FFF8E1;">📜 问题&重要性</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#FF0000; background-color: #F1F8E9;">&#x1F4CA 困难</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color: #1B5E20; background-color:#F1F8E9;">🚩 State of art</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#1565C0; background-color: #E1F5FE;">📌 Magic touch</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color: #006064; background-color: #E0F7FA;">🔬 Main result & Assumption</h2> <hr/>
</span></h1>\n <h2 style="color: #E65100; background-color: #FFF8E1;">📜 系统图</h2> <hr/>
<p></p>
<h3> <span><span style="color: #1565C0">优化方法:</span></span></h3>
<h3> <span style="color: #1565C0">图标:</span></h3>
<h3> <span style="color: #1565C0">其他:</span></h3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment