Zotero 使用指南

DownLoad
Page:

https://onedrive.live.com/redir?resid=5084666E7B16AA85!109&authkey=!ABHQp7yfMnLpE3Y&ithint=file%2c.pdf

\documentclass[cjk]{beamer}

\useoutertheme{infolines}
\usepackage[english]{babel}
\usepackage{amsmath,amsthm}
\usepackage{amsfonts}
\usepackage{CJK}
\usepackage{graphicx}
% THEOREMS -------------------------------------------------------
\newtheorem{thm}{Theorem}[section]
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{pr}[thm]{proof}
\newtheorem{prop}[thm]{Proposition}
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\theoremstyle{remark}
\newtheorem{rem}[thm]{Remark}
\newtheorem{ks}[thm]{=Office Defintion=}
\newtheorem{bk}[thm]{=WIKI=}
\newtheorem{kb}[thm]{}
\usetheme{CambridgeUS}
\begin{document}
\begin{CJK*}{GBK}{song}
\author[Yongpeng YUE]{岳永鹏 \\ [email protected]}
\title{ZOTERO~快速使用}
\institute[SWPU]{Southwest Petroleum University \and \LaTeXe Beamer }
\date{}
\begin{frame}[plain]
\titlepage
\end{frame}
%---------------------------
\begin{frame}
\frametitle{什么是Zotero}
\begin{ks}
Zotero is the only research tool that automatically senses content in your web browser, allowing you to add it to your personal library with a single click. Whether you‘re searching for a preprint on arXiv.org, a journal article from JSTOR, a news story from the New York Times, or a book from your university library catalog, Zotero has you covered with support for thousands of sites.
\end{ks}
\begin{bk}
zotero是开源的文献管理工具,可以方便的收集,组织,引用,和共享文献的工具。由安德鲁·w·梅隆基金会,斯隆基金会以及美国博物馆和图书馆服务协会资助开发。
\end{bk}
\end{frame}
%---------------------------
\begin{frame}{如何安装Zotero}
下载地址:\href{https://www.zotero.org/download/}{Zotero Download Page}
\par
两种安装方式:
\begin{enumerate}
\item Firefox+Zotero for Firefox+Plugin for Word or LibreOffice
\item Zotero Standalone+Firefox/Chrome/Safari
\end{enumerate}
安装成功后会在Firefox状态栏右下角显示zotero Logo
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=4.5in]{zotero.png}
\end{figure}
和Plugin for Word图标
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics{word.png}
\end{figure}
\end{frame}
%--------------------------------------------
\begin{frame}{如何收藏文献}
文献查找
\begin{enumerate}
\item 中文文献\href{http://www.cnki.net/}{CNKI}
\item 英文文献\href{http://scholar.google.com/ }{Google Scholar}
\item 图书文献\href{http://books.google.com.hk}{Google Books}
\end{enumerate}
收藏文献在Firefox导航工具栏
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=4.5in]{pickup.png}
\end{figure}
单击
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics{book.png}
\end{figure}
Book、 Journal等图标
\end{frame}
%---------------------------
\begin{frame}{如何在word中引用文献}
在Zotero工具栏单击Zotero Insert Citation,
在快速搜索栏中输入文献信息(篇名、作者)
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=4.5in]{zoteroyingyong.png}
\end{figure}
在传统视图中选择要引用的文献
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=2.5in]{class.png}
\end{figure}
\end{frame}
%--------------------------------
\begin{frame}{如何选择引用样式}
在Zotero工具栏中单击Zotero Set Doc Prefs
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=3.0in]{style.png}
\end{figure}
\end{frame}
%--------------------------------
\begin{frame}{如何安装引用样式}
下载地址\href{https://www.zotero.org/styles}{Zotero Style Repository}
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=4.5in]{chinese.png}
\end{figure}
选择中文参考文献标准
\begin{enumerate}
\item Chinese Std GB/T 7714-2005 (numeric, Chinese)
\item Chinese Std GB/T 7714-1987 (numeric, Chinese)
\item Chinese Std GB/T 7714-2005 (author-date, Chinese)
\item ... ...
\end{enumerate}

\end{frame}
%--------------------------------
\begin{frame}{如何多台电脑分享文献}
在\href{https://www.zotero.org/user/register/}{Zotero官网}注册用户名\par
在Zotero首选项Zotero同步到服务器中输入用户名
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=2.5in]{tongbu.png}
\end{figure}
\end{frame}
%----------------------------------
\begin{frame}{如何用Zotero生成BibTex}
\begin{bk}
BibTeX是一套用于管理文献、产生文献目录的格式。 使用上通常与\LaTeXe 一起使用。
\end{bk}

\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=2.5in]{bibtex.png}
\end{figure}
\end{frame}
%--------------------------------
\begin{frame}{如何在\LaTeXe 中使用BibTeX}
在文章末尾加入
\begin{enumerate}
\item $\backslash$bibliography{Bib}{} \\ \%引用BibTex文件名
\item $\backslash$bibliographystyle{plain}\\ \%BibTex文献 引用样式
\end{enumerate}
Bibtex 编译顺序
\begin{enumerate}
\item PdfLaTeX
\item BibTex
\item PdfLaTeX
\item PdfLaTeX
\end{enumerate}
\end{frame}
%--------------------------------
\begin{frame}{如何在\LaTeXe 中使用BibTeX 续}
引用参考文献时使用$\backslash$cite\{\}可以自动弹出引用窗口,选择参考文献。
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=4.0in]{latex.png}
\end{figure}
\end{frame}
%-------------------------------
\begin{frame}{Thank You!}
\begin{center}
[email protected] \par
\href{http://www.cnblogs.com/YUEYongpeng/}{More...\textcolor[rgb]{1,0,0}{Click Here}}
\end{center}
\end{frame}
%================================
\end{CJK*}
\end{document}

Zotero 使用指南,布布扣,bubuko.com

时间: 2024-10-12 04:47:13

Zotero 使用指南的相关文章

最全解析如何正确学习JavaScript指南,必看!

划重点 鉴于时不时,有同学私信问我:怎么学前端的问题.这里统一回复一下,如下次再遇到问我此问题同学,就直接把本文链接地址发给你了. "前端怎么学"应该因人而异,别人的方法未必适合自己.就说说我的学习方法吧:我把大部分时间放在学习js上了.因为这个js的学习曲线,先平后陡.项目实践和练习啥的,我不说了,主要说下工作之外的时间利用问题.我是怎么学的呢,看书,分析源码.个人这几天统计了一下,前端书籍目前看了50多本吧,大部分都是js的.市面上的书基本,差不多都看过. 第一个问题:看书有啥好处

微信Android接入指南

注:本文为微信Android终端开发工具的新手使用教程,只涉及教授SDK的使用方法,默认读者已经熟悉IDE的基本使用方法(本文以Eclipse为例),以及具有一定的编程知识基础等. 1.申请你的AppID 请到 开发者应用登记页面 进行登记,登记并选择移动应用进行设置后,将该应用提交审核,只有审核通过的应用才能进行开发. 2.下载微信终端开发工具包 开发工具包主要包含3部分内容:(其中,只有libammsdk.jar是必须的) - libammsdk.jar(每个第三方应用必须要导入该sdk库,

【资源共享】Rockchip I2C 开发指南 V1.0

2C设备的设备应用非常广泛,常见的包含重力传感器,触摸屏驱动芯片,音频解码等 这个文档是RK3399的I2C开发文档:<Rockchip I2C 开发指南 V1.0> 内容预览: 下载地址:http://developer.t-firefly.com/thread-12495-1-1.html

Spark性能优化指南——高级篇

Spark性能优化指南--高级篇 [TOC] 前言 继基础篇讲解了每个Spark开发人员都必须熟知的开发调优与资源调优之后,本文作为<Spark性能优化指南>的高级篇,将深入分析数据倾斜调优与shuffle调优,以解决更加棘手的性能问题. 数据倾斜调优 调优概述 有的时候,我们可能会遇到大数据计算中一个最棘手的问题--数据倾斜,此时Spark作业的性能会比期望差很多.数据倾斜调优,就是使用各种技术方案解决不同类型的数据倾斜问题,以保证Spark作业的性能. 数据倾斜发生时的现象 绝大多数tas

&quot;WannaCry&quot;勒索病毒用户处置指南

"WannaCry"勒索病毒用户处置指南 原文: http://mp.weixin.qq.com/s/ExsribKum9-AN1ToT10Zog 前言:北京时间2017年5月12日晚,勒索软件"WannaCry"感染事件爆发,全球范围内99个国家遭到大规模网络攻击,被攻击者电脑中的文件被加密,被要求支付比特币以解密文件:众多行业受到影响,比如英国的NHS服务,导致至少40家医疗机构内网被攻陷,电脑被加密勒索:而我国众多行业也是如此,其中又以教育网最为显著,导致部分

servlet和jsp学习指南(一)servlet

近期接触了些纯servlet与jsp的编程项目,顺便把<servlet和jsp学习指南>这本书拿出来看看,感悟良多.记下随笔,以便会议. 要编写一个servlet首先要实现Servlet或者继承HttpServlet package test.com.servlet; import java.io.IOException; import javax.servlet.Servlet; import javax.servlet.ServletConfig; import javax.servlet

Quartz.NET简介及入门指南

Quartz.NET简介 Quartz.NET是一个功能完备的开源调度系统,从最小的应用到大规模的企业系统皆可适用. Quartz.NET是一个纯净的用C#语言编写的.NET类库,是对非常流行的JAVA开源调度框架 Quartz 的移植. 入门指南 本入门指南包括以下内容: 下载 Quartz.NET 安装 Quartz.NET 根据你的特定项目配置 Quartz 启动一个样例程序 下载和安装 你可以下载 zip 文件或使用 Nuget 程序包.Nuget 程序包只包含 Quartz.NET 运

有奖试读—Windows PowerShell实战指南(第2版)

为什么要学PowerShell? Windows用户都已习惯于使用图形化界面去完成工作,因为GUI总能轻易地实现很多功能,并且不需要记住很多命令.使得短时间学会一种工具成为可能. 但是不幸的是,GUI并不能带来效率提升上的汇报,如果你花费5分钟在活动目录中创建一个新的用户(一般需要填写大量信息),之后再新建用户时,通常不会更快,那么新建100个新用户就会花费500分钟,通常没有任何办法使得我们输入信息以及单击操作更快,从而加快这个过程. 微软一直都有CMD命令来进行Windows的操作,但是很不

Java程序员的Golang入门指南(上)

Java程序员的Golang入门指南 1.序言 Golang作为一门出身名门望族的编程语言新星,像豆瓣的Redis平台Codis.类Evernote的云笔记leanote等. 1.1 为什么要学习 如果有人说X语言比Y语言好,两方的支持者经常会激烈地争吵.如果你是某种语言老手,你就是那门语言的"传道者",下意识地会保护它.无论承认与否,你都已被困在一个隧道里,你看到的完全是局限的.<肖申克的救赎>对此有很好的注脚: [Red] These walls are funny.