<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZotCard归档 - FREEZhao</title>
	<atom:link href="https://www.freezhao.com/tag/zotcard/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.freezhao.com/tag/zotcard/</link>
	<description>FREEZhao Universe</description>
	<lastBuildDate>Fri, 11 Aug 2023 10:04:31 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://www.freezhao.com/wp-content/uploads/2023/05/2023_logo_black-150x150.png</url>
	<title>ZotCard归档 - FREEZhao</title>
	<link>https://www.freezhao.com/tag/zotcard/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Zotero插件ZotCard 论文总结Outline模版代码分享</title>
		<link>https://www.freezhao.com/zoterozotcard-template/</link>
					<comments>https://www.freezhao.com/zoterozotcard-template/#comments</comments>
		
		<dc:creator><![CDATA[FREEZhao]]></dc:creator>
		<pubDate>Wed, 15 Feb 2023 13:33:29 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[研究]]></category>
		<category><![CDATA[ZotCard]]></category>
		<category><![CDATA[zotero]]></category>
		<guid isPermaLink="false">https://www.freezhao.com/?p=24569</guid>

					<description><![CDATA[<p>尝试了Zotero Better Notes，发现搭配ZotCard使用非常棒。针对传播学和设计学方向的论文我根据自己的经验总结论文结构Outline，并制作了ZotCard模版，分享给大家，希望更多的小伙伴高效学习。 效果如下： 代&#8230;</p>
<p><a href="https://www.freezhao.com/zoterozotcard-template/">Zotero插件ZotCard 论文总结Outline模版代码分享</a>最先出现在<a href="https://www.freezhao.com">FREEZhao</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>尝试了Zotero Better Notes，发现搭配ZotCard使用非常棒。针对传播学和设计学方向的论文我根据自己的经验总结论文结构Outline，并制作了ZotCard模版，分享给大家，希望更多的小伙伴高效学习。</p>



<p>效果如下：</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="859" height="1024" src="https://www.freezhao.com/wp-content/uploads/2023/02/Screen-Shot-2023-02-15-at-21.23.41-859x1024.png" alt="" class="wp-image-24589" srcset="https://www.freezhao.com/wp-content/uploads/2023/02/Screen-Shot-2023-02-15-at-21.23.41-859x1024.png 859w, https://www.freezhao.com/wp-content/uploads/2023/02/Screen-Shot-2023-02-15-at-21.23.41-252x300.png 252w, https://www.freezhao.com/wp-content/uploads/2023/02/Screen-Shot-2023-02-15-at-21.23.41-768x916.png 768w, https://www.freezhao.com/wp-content/uploads/2023/02/Screen-Shot-2023-02-15-at-21.23.41-540x644.png 540w, https://www.freezhao.com/wp-content/uploads/2023/02/Screen-Shot-2023-02-15-at-21.23.41-1080x1288.png 1080w, https://www.freezhao.com/wp-content/uploads/2023/02/Screen-Shot-2023-02-15-at-21.23.41.png 1152w" sizes="(max-width: 859px) 100vw, 859px" /><figcaption class="wp-element-caption">ZotCard模版效果</figcaption></figure>



<p>代码如下：</p>



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



<p>使用方式，Zotero——Tool——ZotCard Option——Config</p>



<p>新建Card或者在一个已有的Card上覆盖，保存即可。相关视频教程可以参考这个<a href="https://www.bilibili.com/video/BV1mW4y1u7jA/?spm_id_from=..top_right_bar_window_history.content.click&amp;vd_source=c45a44dba3b01336341284f58ea99164" target="_blank" rel="noopener" title="">视频</a>。</p>



<h3 class="wp-block-heading">20230811补充</h3>



<p>各位需要更新影响因子的朋友，请看一下你们是用影响因子插件或者说数据源是什么，是使用哪一个数据位置显示的，如本案例中使用索书号</p>



<pre class="wp-block-code"><code><strong>${callNumber}</strong></code></pre>



<p><br>来显示的，所以我直接使用了Zotero的对应参数来调取，先弄明白了这个就好修改了。</p>



<p>另外，因为影响因子时刻在变，个人觉得就在关键阶段的时候更新一下就好，比如第一次看这篇文章要评估重要性，比如引用这篇文章的时候更新一下了解变化。</p>



<p>祝顺利</p>



<p></p>
<p><a href="https://www.freezhao.com/zoterozotcard-template/">Zotero插件ZotCard 论文总结Outline模版代码分享</a>最先出现在<a href="https://www.freezhao.com">FREEZhao</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.freezhao.com/zoterozotcard-template/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
	</channel>
</rss>
