[Item] SCI论文阅读模版-new,自用生物医学类SCI笔记模板 #501
Replies: 13 comments 18 replies
-
作者您好,我使用的zotero7使用这个代码的时候会报错: |
Beta Was this translation helpful? Give feedback.
-
很有用,感谢 |
Beta Was this translation helpful? Give feedback.
-
The original post is the template content that can be pasted into the template editor of BN. The latest version supports # This template is specifically for importing/sharing, using better
# notes 'import from clipboard': copy the content and
# goto Zotero menu bar, click Edit->New Template from Clipboard.
# Do not copy-paste this to better notes template editor directly.
name: "[Item] SCI论文阅读模版-new,自用生物医学类SCI笔记模板"
content: |-
// @author xiehui
// @link https://github.com/windingwind/zotero-better-notes/discussions/501
<span style="color:#E91E63"><h1><font size="2">标题:${topItem.getField("title")}</font></h1></span>
<span style="color:#F8BBDO"><strong><u>作者:</u></strong>${topItem.getCreators().map((v)=>v.firstName+" "+v.lastName).join("; ")}</span><br/>
出版年份:${topItem.getField('date')}<br/><span style="background-color:#1976D2"></span>
<span style="background-color:#00ACC1">影响因子:${topItem.getField("libraryCatalog")}<br/></span>
<strong>标题及摘要翻译</strong>:${topItem.getField("extra")}<br/>
</span></h1>\n <h2 style="color: #E65100; background-color: #FFF8E1;">📜 前言</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#2E7D32; background-color: #F1F8E9;">🔬 方法</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#4A148C; background-color: #F5F5F5;">🚩 结果</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color: #006064; background-color: #E0F7FA;">📌 Discussin & Conclusion & Limitation</h2> <hr/>
<p></p>
<h3> <span style="color: #1565C0">创新:</span></h3>
<p></p>
<h3> <span style="color: #1565C0">疑问:</span></h3>
<p></p>
</span></h1>\n <h2 style="color:#1565C0; background-color: #E1F5FE;">🔬 我的评价</h2> <hr/> |
Beta Was this translation helpful? Give feedback.
-
你好!非常感谢,我好喜欢这个模板!我有一个小问题是,我该怎么把它作为这个文献的独立笔记建出来呢?或者说是插入这里。 |
Beta Was this translation helpful? Give feedback.
-
您好,我复制这个代码保存后,点击预览以及新建时会报错:Error: ReferenceError: topItem is not defined,您知道该如何解决吗 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
怎么下载啊 |
Beta Was this translation helpful? Give feedback.
-
请问这个摘要翻译的部分如何显示呢 |
Beta Was this translation helpful? Give feedback.
-
请问楼上说的“搞定了,模版标题要用[Item]开头”是什么意思啊,代码具体要怎么修改呢,为啥我把所有的topItem替换成Item,还是显示Error: ReferenceError: Item is not defined呀,谢谢楼主 |
Beta Was this translation helpful? Give feedback.
-
能改进为仅显示前三作者或者第一作者+通讯作者就好了 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
请问能不能设置成标题提取条目标题而非PDF标题? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我不喜欢其他人的那个表头和table,感觉太占位置了,所有参考别人的模板,以生物医学类的论文写作模块,重新修改了一点东西,效果如下:

其中标题及摘要翻译是用pdf translator翻译之后获取的extra属性
使用的代码在下面,需要的自取
Beta Was this translation helpful? Give feedback.
All reactions