summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-18 23:20:15 +0000
committerKarl Berry <karl@freefriends.org>2016-11-18 23:20:15 +0000
commitb1738761511777180f24fe861550ef9b06de3af8 (patch)
treef438514dbbfbe03111de5b6c80fae93bde582925 /Master/texmf-dist/doc/latex/biblatex-gb7714-2015
parent721b1dbe9754ce2f222164010982be4e784f05f3 (diff)
biblatex-gb7714-2015 (18nov16)
git-svn-id: svn://tug.org/texlive/trunk@42531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md16
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015-preamble.tex6
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015.pdfbin405175 -> 430856 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015.tex604
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/paperone.bib3267
5 files changed, 2103 insertions, 1790 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md
index 42ba45ce96e..7aa84df114e 100644
--- a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md
@@ -1,4 +1,4 @@
-Date of last change:2016-11-11 to version v1.0b
+Date of last change:2016-11-14 to version v1.0c
# biblatex-gb7714-2015: a biblatex style package
---------------------------------------------------------
@@ -30,6 +30,19 @@ please see the file 'biblatex-gb7714-2015.pdf' for more information!
update history:
+date of change: 2016-11-14 to version v1.0c
+
+* Changes to pkg code:to fix a few bugs
+- "*ay.bbx",: add noauthor or "佚名" for the authoryear style
+- "*ay.bbx",: add some map cmds to automatically fill the userb field for sorting of the authoryear style
+- "*ay.bbx",: add a command yearpagescite for the authoryear style
+- "*.bbx",: add a dot after the null publisher with nothing followed
+- "*.bbx",: modify the english local string backrefpage to chinese "引用页:"
+- "*ay.bbx",: add some options such as uniquelist,labeldate,uniquename for the authoryear style
+
+* Changes to documentation:
+- biblatex-gb7714-2015.tex: revise this document.
+
date of change: 2016-11-11 to version v1.0b
* Changes to pkg code:to match the GBT7714-2015 standard
@@ -41,6 +54,7 @@ date of change: 2016-11-11 to version v1.0b
* Changes to documentation:
- biblatex-gb7714-2015.tex: correct a few flaws and add more instructions.
+
date of change: 2016-10-23 to version v1.0a
* Changes to pkg code:
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015-preamble.tex b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015-preamble.tex
index 6ee918d4db9..71d9d361ff5 100644
--- a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015-preamble.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015-preamble.tex
@@ -16,8 +16,8 @@ pdfstartview=FitH,linkcolor=blue,anchorcolor=violet,citecolor=magenta]{hyperref}
%%%========================参考文献===============================
%\usepackage[backend=bibtex8,sorting=none,citestyle=authoryear,bibstyle=alphabetic]{biblatex}
%采用分章的参考文献的快捷方法
-\usepackage[backend=biber,bibstyle=gb7714-2015,%nature,%
-citestyle=gb7714-2015,backref=true%gb,gbt7714_2005_n,
+\usepackage[backend=biber,bibstyle=gb7714-2015ay,%nature,%
+citestyle=gb7714-2015ay %,backref=true%gb,gbt7714_2005_n,
]{biblatex}%biber,caspervector
%\renewcommand{\bibfont}{\zihao{-5}\songti}
\setlength{\bibitemsep}{2pt}
@@ -203,7 +203,7 @@ showstringspaces=false}% no special string spaces
\newcounter{myprop}\def\themyprop{\arabic{myprop}}
%序号如果带章节的话可以改为比如:\thesection.\arabic{myprop}
-\tcbmaketheorem{property}{注意点}{theorem style=plain,fonttitle=\bfseries\upshape, %
+\tcbmaketheorem{property}{方法}{theorem style=plain,fonttitle=\bfseries\upshape, %
fontupper=\slshape,boxrule=0mm,arc=0mm, %
coltitle=black,colback=green!25,colframe=blue!50,%
separator sign={\ $\blacktriangleright$},
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015.pdf b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015.pdf
index b162c06cdcf..49b34bf5e7f 100644
--- a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015.tex b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015.tex
index 6b8b364efc8..35db087b490 100644
--- a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/biblatex-gb7714-2015.tex
@@ -3,8 +3,8 @@
\begin{document}
%------------------------------------------------------------
-\def\versionnumber{v1.0b} %版本和修改时间信息
-\def\versiondate{2016-11-11}
+\def\versionnumber{v1.0c} %版本和修改时间信息
+\def\versiondate{2016-11-14}
%------------------------------------------------------------
%-----------------标题和目录---------------------------------
\titleformanual{符合GB7714-2015标准的biblatex参考\\
@@ -22,26 +22,26 @@
%------------------------------------------------------------
\section{概述}
-提供了符合GB7714-2015~信息与文献~参考文献著录规则要求的biblatex参考文献样式。分为两种编制方式:一、顺序编码制;二、作者年制。
+提供了符合GB/T 7714-2015~信息与文献~参考文献著录规则要求的biblatex参考文献样式。分为两种编制方式:一、顺序编码制;二、作者年制。
-为了修改和使用方便,样式文件直接在标准样式基础上修改而成。读者若查看样式文件内容可以看到作者对各目标要求所做的修改及其注释。读者也可以根据自己的需要修改需要的样式。作者的修改思路主要有如下几点:
+为了修改和使用方便,样式文件直接在标准样式基础上修改而成。读者若查看样式文件内容可以看到作者对各目标要求所做的修改及其注释。读者也可以根据自己的需要修改需要的样式。作者的修改思路如下:
1. 考虑到我国引用参考文献通常是中英文混合的情况,修改过程没有考虑针对中文的本地化处理,而是在英文本地化的基础(英文的本地化字符串设置文档是english.lbx)上添加一些中文要求的本地化字符串来使用。而为了区分使用中英文的字符串,对参考文献各条目内容进行中英文判断,若中文则使用中文字符串,若英文则使用英文字符串。
-2. 利用biber在处理数据源时,动态的处理一些数据,比如设置一些域的值,用于进一步的使用和判断。
+2. 利用biber在处理数据源时,动态的处理一些数据,比如设置一些域的值,用于进一步的判断和使用。
-3. 修改符合GB7714-2015要求的参考文献样式,主要修改驱动driver,输出宏newbibmacro*,域打印样式DeclareFieldFormat和标点符号设置比如:renewrobustcmd*\{\textbackslash bibinitperiod\}\{\}和renewcommand*\{\textbackslash revsdnamepunct\}\{\}等。driver中主要修改一些顺序,略去一些输出和标点。输出宏主要修改需要的输出内容。打印样式主要修改一些斜体,强调样式。
+3. 修改符合GB/T 7714-2015要求的参考文献样式,主要修改驱动driver,输出宏newbibmacro*,域打印样式DeclareFieldFormat和标点符号设置比如:renewrobustcmd*\{\textbackslash bibinitperiod\}\{\}和renewcommand*\{\textbackslash revsdnamepunct\}\{\}等。driver中主要修改一些顺序,略去一些输出和标点。输出宏主要修改需要的输出内容。域打印样式主要修改一些斜体,强调样式。
-4. 针对GB7714-2015中关于引用标注的特殊要求,增加了一些方便实现要求的命令比如pagescite等。
+4. 针对GB7714-2015中关于引用标注的特殊要求,增加了一些方便实现要求的命令比如pagescite、yearpagescite等。
样式文件由如下文件构成:
顺序编码制的gb7714-2015.bbx,gb7714-2015.cbx文件和作者年制的gb7714-2015ay.bbx,gb7714-2015ay.cbx文件。
在继续介绍之前需要特别说明,在作者真正完成这个样式文件之前,一直都是在使用基于李志奇编写的样式文件修改的参考文献样式
\footnote{\url{http://bbs.ctex.org/forum.php?mod=viewthread&tid=74474}},
-其中关于使用usera域的思路,和解析卷期范围的函数给了作者很大的启发,当然还有平时写文档时的大量应用,非常感谢。最近在写这个样式文件过程中,因为希望通过判断条目的内容来判断中英文,特别需要一个好用的判断CJK字符的函数,因此在知乎、CTEX论坛和微博提问,得到了包括秀文工作组、刘海洋、leipility、qingkuan等人的回答,多有受益,特别是LeoLiu元老给出的回答非常完美
+其中关于使用usera域的思路和解析卷期范围的函数给了作者很大的启发,当然还有平时写文档时的大量应用,非常感谢。在写这个样式文件过程中,因为希望通过判断条目的内容来判断中英文,特别需要一个好用的判断CJK字符的函数,因此在知乎、CTEX论坛和微博提问,得到了包括秀文工作组、刘海洋、leipility、qingkuan等人的回答,多有受益,特别是LeoLiu元老给出的回答非常完美
\footnote{\url{http://bbs.ctex.org/forum.php?mod=viewthread&tid=152663&extra=page\%3D3}}
-,其中代码直接用于本参考文献样式,深表感谢。 当然还有一些这里没有提到的师长朋友们的热心帮忙,在此一并表示感谢!
+,其中代码直接用于本参考文献样式,深表感谢。当然还有一些这里没有提到的师长朋友们的热心帮忙,在此一并表示感谢!
\subsection{样式加载使用方式}
样式加载方式为:
@@ -64,13 +64,13 @@ windows7x64+texlive 2015,采用xelatex编译;
\textcolor{red}{\HandRight \heiti 【Most Important】【注意】:texlive2015中的biblatex版本是3.0,texlive2016中biblatex的版本是3.4,新版本对于名字域打印有了较大变化,所以需做相应的修改,为此在biblatex中首先进行版本判断,然后根据版本不同分别进行设置。}
-作者自己从学习latex开始就使用xelatex,对于参考文献生成开始用的thebibliography环境,后来对于格式化参考文献有更多的需求后,开始寻求利用参考文献宏包。因为对于bibtex语言不熟悉,所以就开始使用biblatex宏包。从实践来看,使用biblatex宏包生成参考文献有几个优点是值得肯定的:
+作者自己从学习latex开始就使用xelatex,对于参考文献生成,开始用的thebibliography环境,后来对于格式化参考文献有更多的需求后,开始寻求利用参考文献宏包。因为对于bibtex语言不熟悉,所以就开始使用biblatex宏包。从实践来看,使用biblatex宏包生成参考文献有些优点是值得肯定的:
1. 使用够方便,只需要三步编译,第一遍xelatex,第二遍biber,第三遍xelatex。
-2. 学习无障碍,因为biblatex宏包用的是tex语言,所以查看代码,学习都很方便,自然也便利于生成需要的参考文献样式。
+2. 学习无障碍,因为biblatex宏包用的是tex语言,所以查看代码,学习都很方便,自然也便于生成需要的参考文献样式。
-3. 划分很自由,利用biblatex可以在一个文档中生成任意多个需要的参考文献,而不需要用include把分档划分成不同的文件,分章参考文献就不需要用chapterbib宏包了。利用refsection和 refsegment可以很方便构建参考文献表,甚至还可以嵌套使用。
+3. 划分很自由,利用biblatex宏包可以在一个文档中生成任意多个需要的参考文献,而不需要用include把分档划分成不同的文件,因此分章参考文献就不需要用chapterbib宏包了。利用refsection和 refsegment可以很方便构建参考文献表,甚至还可以嵌套使用。
4. 处理能力强,biber处理数量很大的参考文献条目没有任何压力,不用担心bibtex可能存在的内存不足问题。
@@ -80,36 +80,41 @@ windows7x64+texlive 2015,采用xelatex编译;
\subsection{顺序编码制}
+\subsubsection{参考文献表}
+
GB/T 7714-2015规定采用顺序编码制组织参考文献时,各篇文献应按正文部分标注的序号依次列出。具体参考GB/T 7714-2015第9.1节。
-标注则根据在正文中引用的先后顺序连续编码,将序号置于方括号内。同一处引用多篇文献,各篇序号间用逗号隔开,遇连续序号,起讫序号用短横线连接。多次引用同一著者的同一文献时,可在序号的方括号外著录该文献引文页码,这一要求与引用样式无关,需要作者在写文档时使用相应的引用命令并在需要时输入页码信息。针对这一要求,在cite等常用命令基础上,新定义了一个标注命令pagescite,其使用方式如下:
+\subsubsection{文献标注法}
+标注则根据在正文中引用的先后顺序连续编码,将序号置于方括号内。
-\begin{codetex}{带页码的引用标注方式}{eg:pagescite}
-5. 专著,带前后缀的作者名\cite{Peebles2001-100-100}
+同一处引用多篇文献,各篇序号间用逗号隔开,遇连续序号,起讫序号用短横线连接。
-6. 带页码的引用
-\pagescite{Peebles2001-100-100}\pagescite[][201-301]{Peebles2001-100-100}
-\end{codetex}
+多次引用同一著者的同一文献时,可在序号的方括号外著录该文献引文页码,这一要求与引用(标注)样式无关,需要作者在写文档时使用相应的引用命令并在需要时输入页码信息。针对这一要求,在cite等常用命令基础上,新定义了一个引用命令pagescite,其使用方式详见第\ref{sec:cbx:usage}节。其标注效果见第\ref{sec:test:book}节。标注样式更详细要求参考GB/T 7714-2015 第10.1节。
-其中当不指定页码时,该命令默认调用参考文献的页码数据进行输出,如果需要指定页码,那么需要在第二个[]内输入页码内容,\qd{还要注意:对于多个文献一起的压缩形式,指定页码只会应用最后一个参考文献的页码,这是不对的,当然其实这种情况是不应该存在的,指定页码的目的就是具体化某一文献的,因此使用时尽可能使用pagescite\{key1\}pagescite\{key2\}这种形式而不是pagescite\{key1,key2\}}。该命令的产生的标注效果见第\ref{sec:test:book}节。标注样式更详细要求参考GB/T 7714-2015 第10.1节。
-
-如果顺序编码指采用脚注方式,则序号由计算机自动生成圈码。多次引用同一著者的同一文献时,若采用脚注方式应重复著录参考文献(这里可以理解为,采用该方式,同一文献的不同页码的引文就相当于一篇新的引文),只是在参考文献列表中可以简化(当然不进行简化,简单复制后录入对于latex的参考文献处理其实更方便)。事实上对于顺序编码用脚注方式,GB/T 7714-2015并没有详细说明脚注方式到底是什么?从举例看只是序号用类似于脚注的标签,那么对于参考文献样式来说,与非脚注方式的差别仅在于引用和参考文献条目的序号标签的差别,如此是容易通过修改样式文件得到的,但实际使用中除非有特殊要求,否则使用意义不大,因此本样式没有实现该功能。
+如果顺序编码制采用脚注方式,则序号由计算机自动生成圈码。多次引用同一著者的同一文献时,若采用脚注方式应重复著录参考文献(这里可以理解为,采用该方式,同一文献的不同页码的引文就相当于一篇新的引文),只是在参考文献列表中可以简化(当然不进行简化,简单复制后录入对于latex的参考文献处理其实更方便)。事实上对于顺序编码用脚注方式,GB/T 7714-2015并没有详细说明脚注方式到底是什么?从举例看只是序号用类似于脚注的标签,那么对于参考文献样式来说,与非脚注方式的差别仅在于引用和参考文献条目的序号标签的差别,如此是容易通过修改样式文件得到的,但实际使用中除非有特殊要求,否则使用意义不大,因此本样式没有实现该功能。
\subsection{作者年制}
+\subsubsection{参考文献表}
+
GB/T 7714-2015规定采用作者年制组织时,各篇文献首先按文种组织,可分为中文,日文,西文,俄文和其他文种等部分;然后按照著者字顺和出版年排列。中文文献可以按著者汉语拼音字顺排序,也可按笔画顺序排列。具体参考GB/T 7714-2015第9.2节。
%(因为需要根据语言进行划分,所以语言(language)域对于录入文献来说可能是必要的,因为作者的测试仅涉及中英文两种语言,没有遇到需要language域的情况。)
-各篇文献的标注内容由著者姓(lastname)和出版年构成,并置于()内。对于使用汉字的语言来说,整个姓名都是lastname所以标注的是全名。机构团体名也整体标注。若正文中已有著者姓名,则()内只标注出版年,这一点样式文件无法判断,只能是文档作者自身把握,当然样式文件可以提供标签只有年份和附加年份信息的命令,可以方便文档写作者使用。
+\subsubsection{文献标注法}
+各篇文献的标注内容由著者姓(lastname)和出版年构成,并置于()内。对于使用汉字的语言来说,整个姓名都是lastname所以标注的是全名。机构团体名也整体标注。
-引用多个著者的文献时,对西文只需标注第一著者的姓(而在参考文献列表中的作者按最大数量三个处理,这与顺序编码制一致,参考GB/T 7714-2015第8.1.2节),其后附“et al.”,对于中文著者,标注第一著者的姓名,其后附“等”。姓名与“et al.”“等”间留适当空隙。
+若正文中已有著者姓名,则()内只标注出版年,这一点样式文件无法判断,只能是文档作者自身把握,当然样式文件提供了标签只有年份、附加年份和页码信息的引用命令yearpagescite,方便文档写作者使用,使用方法详见第\ref{sec:cbxay:usage}节。
+
+引用多个著者的文献时,对西文只需标注第一著者的姓(而在参考文献列表中的作者按最大数量三个处理,这与顺序编码制一致,参考GB/T 7714-2015第8.1.2节),其后附“et al.”,对于中文著者,标注第一著者的姓名,其后附“等”。姓名与“et al.”“等”间留适当空隙。注意到在GB/T 7714-2015第10.2.1节给出的例子中作者姓的大小写格式与参考文献表中的要求是不同的,这说明标注中的作者姓名是由写文档的作者来决定的,因此本样式文件原样输出bib源文件中作者姓的大小格式。
引用同一著者同一年出版的多篇文献时,出版年后应采用小写字符a,b,c等区别。
-多次引用同一著者的同一文献,在正常标注外,需在()外以角标形式著录引文页码,这一问题样式文件无法判断,只能提供可以形成该格式的引用命令,供文档作者使用,这里也提供pagescite命令,使用方法与示例\ref{eg:pagescite}相同。标注要求具体参考GB/T 7714-2015第10.2节
+多次引用同一著者的同一文献,在正常标注外,需在()外以角标形式著录引文页码,这一问题样式文件无法判断,只能提供可以形成该格式的引用命令,供文档作者使用,因此提供pagescite命令,使用方法详见第\ref{sec:cbxay:usage}节。
+
+标注要求具体参考GB/T 7714-2015第10.2节。
-需要注意的是:当文献不存在作者的时候,作者年制就没有作者可以用,因此用文献题名来实现标签来,因此参考文献列表中文献题名后的文献类型标识/文献载体标识就不存在了。
+\emph{需要注意的是:一般情况下,当文献作者缺省时,作者年制就没有作者可以用,因此文献题名用来生成标签,这样会导致参考文献表中文献题名后的文献类型标识/文献载体标识消失。但是可以用佚名替代缺省作者的方式避免这个问题,本样式文件默认情况下采用佚名方式,如果不需要使用佚名,那么需要在样式文件中注释掉一段代码,这段代码在本文档末尾2016-11-14的更新历史中有说明。}
\section{顺序编码制bbx样式文件的使用说明}
@@ -135,7 +140,7 @@ author.title:subtitle或titleaddon[usera].translator.edition.address或location:
还需要注意:由于biblatex不支持standard条目类型,所以标准条目类型用book或inbook替代,但使用note域等于standard作为一个区分,当note域数据存在且内容等于standard时,就将其作为标准文献进行处理,其文献类型标识用S表示。这里为什么使用note域而不是type域和keywords域,是因为考虑到note域一般情况没有什么特殊意义,使用它不会导致冲突,而type域在biblatex标准样式中没有被book和article条目类型当作支持的域,支持的条目比如thesis,typer域又有特殊的意义,是用来区分master和doctor的,而keywords域倒可以使用,只是该域一般很少在jabref之类软件的默认域中,需要进一步设置,而且可能带来不通用的问题。
-\subsubsection{域/field}
+\subsubsection{域/field}\label{sec:field}
各域的数据录入格式符合bib文件规范即可,这里再详细说明一下,后面的其它条目涉及到的域也在这里一并介绍:
\begin{description}[topsep=5pt,partopsep=0pt,parsep=0pt,%
itemsep=0pt,leftmargin=2.2cm,rightmargin=0.5cm,labelwidth=2cm]
@@ -329,79 +334,100 @@ author.title:subtitle或titleaddon[usera].translator.version.address或location:
其著录格式,采用与inbook类似的格式。
\end{refentry}
-\subsection{GB/T 7714-2015著录格式中一些注意点}
+\subsection{其它满足GB/T 7714-2015著录格式要求的方法}
-除了上一小节的著录格式要求外,还需要注意以下几个方面的问题:
+除了上一小节针对不同条目类型的著录格式要求外,GB/T 7714-2015还有一些细节要求比如文字、符号等需要满足,可以采用如下方法:
\begin{property}{}{}
-某些期刊对于参考文献有双语文献要求,那么可以通过set条目类进行设置,对于专著和连续出版物的析出文献来说有可能是常用的。具体要求,参考GB/T 7714-2015第6.1节。
+某些期刊对于参考文献有双语文献要求,那么可以通过条目集类型(set)进行设置,这对于专著和连续出版物的析出文献来说有可能是常用的。具体要求见GB/T 7714-2015第6.1节。
\end{property}
-当使用set条目类型时,有静态和动态两种方法:
+使用条目集类型(set)时,有静态和动态两种方法:
动态方法的使用更方便,直接在写文档时候,将双语文献设置成set,然后引用set的bibtex键。比如:
\begin{codetex}{设置set条目集用于双语文献动态方法}{eg:setforbilangentry}
\defbibentryset{bilangyi2013}{易仕和2013--,Yi2013--}
5. 专著,双语文献引用\cite{bilangyi2013}
\end{codetex}
-得到的参考文献打印结果见\ref{sec:test:book}节的参考文献条目。
+得到的参考文献打印结果见\ref{sec:test:book}节的参考文献表。
-静态方法是在bib文件中给出set条目类型,使用biber后端时,采用如下方法定义该条目的域信息即可:
+静态方法是在bib源文件中给出条目集(set)并使用biber后端,条目的域信息采用如下方法定义:
\begin{codetex}{设置set条目集用于双语文献静态方法}{eg:set:static}
@Set{set1,
entryset = {key1,key2,key3},
}
-%如果要达到上述动态设置set一样的结果,在bib文件中静态设置set条目如下:
+%如果要达到上例动态设置set一样的结果,在bib文件中静态设置set条目如下:
@Set{bilangyi2013,
entryset = {易仕和2013--,Yi2013--},
}
\end{codetex}
-对于bibtex后端则需要进一步设置具体参考biblatex宏包说明文档。
+当使用bibtex后端时,则需要进一步设置,具体参考biblatex宏包说明文档。
\begin{property}{}{}
-著录数字时,请按照GB/T 7714-2015第6.2节要求用阿拉伯数字表示。版次的格式,由bbx样式文件处理,只要给出版次的整数数字,当然也可以由直接给出需要的打印文字。为了符合西文文献字母大小写习惯,本bbx样式文件,通过判断是否存在first name来确定是否是个人作者,当存在first name时认为是个人作者,不存在则是机构作者,当是个人作者时lastname按GB/T 7714-2015要求全大写,是机构作者则仅大写首字母。所以对于仅有lastname的个人作者,填入信息英文姓的字母请全用大写。个人著者的格式要求参考GB/T 7714-2015第6.3节。
+用户给bib源文件录入数字时,应按照GB/T 7714-2015第6.2节要求用阿拉伯数字表示。
+
+为了符合西文文献责任者的字母大小写习惯,本bbx样式文件,通过判断是否存在first name来确定是否是个人作者,当存在first name时认为是个人作者,不存在则是机构作者,当是个人作者时lastname按GB/T 7714-2015要求全大写,是机构作者则仅大写首字母。所以对于仅有lastname的个人作者,填入信息英文姓的字母请全用大写。个人著者的格式要求参考GB/T 7714-2015第6.3节。
\end{property}
\begin{property}{}{}
-对于出版项和西文期刊名具体的缩写要求和西文文献的字母大小写的要求,本bbx样式文件使用原样打印,因此请按照GB/T 7714-2015第6.4节,第6.5节,6.6节要求,使用符合要求的习惯用法。
+用户给bib源文件录入出版项、西文期刊名缩写以及西文文献的字母时,应按照GB/T 7714-2015第6.4节,第6.5节,6.6节要求,使用符合要求的习惯用法和大小写方式。
+
+本样式文件使用原样打印的方式进行处理。
\end{property}
\begin{property}{}{}
-符号设置采用了符合GB/T 7714-2015第7部分著录用符号要求的设置。用户给bib文件填入引文信息时不需要考虑标点符号问题,只需录入各数据域的信息即可。
+用户给bib源文件录入引文信息时不需要考虑标点符号问题,只需录入各数据域的信息即可。
+
+本样式文件实现了GB/T 7714-2015第7部分所给出的著录用符号要求。
\end{property}
\begin{property}{}{}
-责任者样式实现了符合GB/T 7714-2015第8.1节要求的设置,并且自动判断作者是中文还是英文,并分别处理。而当责任者为多级机关团体时,用户填入auther数据信息时,请按照GB/T 7714-2015第8.1.4节要求,用英文句点.号分隔。当责任者是个人英文名,且因为名具有名、姓、前缀和后缀,那么需要特定的格式,才能正确解析,比如:von Peebles, Jr., P. Z.,其中von为姓前的前缀,Jr.为姓后的后缀,P. Z.为缩写名(包括first name 和middle name),当存在前缀时,在样式文件中设置了全局选项useprefix=true。
-\heiti{这里对于中英文的判断,考虑了判断cjk字符的函数,利用了ctex论坛leoliu元老给出的代码,特此说明,表示感谢!}
+用户给bib源文件录入引文的责任者信息时,当责任者为多级机关团体时,用户填入auther数据信息时,应按照GB/T 7714-2015第8.1.4节要求,用英文句点.号分隔。
+
+当责任者是个人英文名,且具有名、姓、前缀和后缀,应按照第\ref{sec:field}节给出姓名录入方式处理才能才能正确解析,比如:von Peebles, Jr., P. Z.,其中von为姓前的前缀,Jr.为姓后的后缀,P. Z.为缩写名(包括first name 和middle name)。
+
+本样式文件实现了GB/T 7714-2015第8.1节要求的责任者样式,能自动判断责任者是中文还是英文,并分别处理。并且设置了全局选项useprefix=true,可以使用前缀。
\end{property}
\begin{property}{}{}
-题名样式实现了符合GB/T 7714-2015第8.2节要求的设置,并根据条目类型直接给出文献类型标识/文献载体标识并设置给自定义域usera,并在biblatex的参考文献条目驱动中直接使用,用户在录入引文信息时不需要给出该标识。各不同类型文献的文献类型标识/文献载体标识,参考GB/T 7714-2015表B.1和B.2。同一责任者的合订题名,请用户根据GB/T 7714-2015第8.2.1节的要求,在多个题名间用英文分号分隔,并整体录入到title数据域中。著录分卷号,卷次,册次等信息,除了专利号用number域录入外,其它可以直接在title数据域或者subtitle/titleaddon等数据域中给出。
+用户在给bib源文件录入引文题名信息时,不需要给出文献类型标识/文献载体标识。同一责任者的合订题名,应用户根据GB/T 7714-2015第8.2.1节的要求,在多个题名间用英文分号分隔,并整体录入到title数据域中。而分卷号,卷次,册次等信息时,除了专利号用number域录入外,其它可以直接在title数据域或者subtitle/titleaddon等数据域中给出。
+
+本样式文件实现了符合GB/T 7714-2015第8.2节要求的格式,能根据条目类型直接给出文献类型标识/文献载体标识并设置给自定义域usera,并在biblatex的参考文献条目驱动中直接使用,各不同类型文献的文献类型标识/文献载体标识,参考GB/T 7714-2015表B.1和B.2。
\end{property}
\begin{property}{}{}
-如第2条所说,版本说明实现了符合GB/T 7714-2015第8.3节要求的设置,对于一般的版式格式,只需要在edition域输入整数的版本号即可,若有特殊的版本说明,比如新1版,明刻本等直接在edition域输入需要打印的内容即可。
+用户在给bib源文件录入版次信息时,只要录入版次的整数数字或者录入需要打印的字符串。
+
+本样式文件实现了GB/T 7714-2015第8.3节要求的格式,对于一般的版式格式,根据edition/version域输入的整数进行处理,其它特殊的版本说明,比如新1版,明刻本等直接在edition域录入后原样打印。
\end{property}
\begin{property}{}{}
-出版项格式实现了符合GB/T 7714-2015第8.4节要求的设置。当出版地和出版者缺省时,自动对中英版本分别处理。当出版日期有其它形式的纪年时,将其置于公元纪年后面的()内,并整体录入year或date数据域,比如1845(清同治四年)。引用日期录入到urldate数据域,当除了出版日期外还有公告日期等时,可在year或date数据域录入两个日期用/符号隔开,biblatex后端biber能自动解析,后一个日期数据自动解析到endyear等域可作为公告日期等使用。
+用户在给bib源文件录入出版项信息时,当出版日期有其它形式的纪年时,将其置于公元纪年后面的()内,并整体录入year或date数据域,比如1845(清同治四年)。而引用日期应录入到urldate数据域。当除了出版日期外还有修改更新日期等时,可在year或date数据域录入第二个日期,并用/符号与前一个出版日期隔开。
+
+本样式文件实现了GB/T 7714-2015第8.4节要求的格式。当出版地和出版者缺省时,中英文自动区分处理。对于用/符号隔开的两个日期,biblatex后端biber能自动解析,后一个日期数据自动解析到endyear等域可作为修改日期等在样式文件中使用。
\end{property}
\begin{property}{}{}
-页码格式实现了符合GB/T 7714-2015第8.5节要求的设置。页码可以在pages域中根据需要录入可解析的页码(即用整数和表示范围的-描述页码范围),也可以直接录入需要输出的信息,比如序2-3等,如此则原样输出。
+用户在给bib源文件录入页码信息时,可以在pages域中根据需要录入可解析的页码(即用整数表示页码,起讫页码用-分隔),比如81-86。也可以直接录入需要打印的信息,比如序2-3等。
+
+本样式实现了GB/T 7714-2015第8.5,8.8.2节的要求,对于能解析的页码自动解析,对于不能解析的页码原样输出。
\end{property}
\begin{property}{}{}
-获取和访问路径,数字对象唯一标识符格式实现了符合GB/T 7714-2015第8.6,8.7节要求的设置。访问路径录入到url域中,数字对象唯一标识符格式录入到doi域中即可。
+用户在给bib源文件录入获取和访问路径、数字对象唯一标识符信息时,将访问路径录入到url域中,数字对象唯一标识符格式录入到doi域中即可。
+
+本样式文件实现了GB/T 7714-2015第8.6,8.7节要求的格式。
\end{property}
\begin{property}{}{}
-实现了GB/T 7714-2015第8.8节要求的析出文献相关格式。卷、期、年的信息填写方式如\ref{sec:numeric:data}节中所说,合期的期号用/间隔,比如9/10,填入number域,报纸的版次也填入number域,起讫页码用-分隔,比如81-86填入pages域中。
+用户在给bib源文件录入卷、期等信息时,如\ref{sec:field}节中所说,合期的期号用/间隔,比如9/10,填入number域,报纸的版次也填入number域。
+
+本样式文件实现了GB/T 7714-2015第8.8节要求的析出文献相关格式。
\end{property}
-\section{顺序编码制cbx样式文件的使用说明}
+\section{顺序编码制cbx样式文件的使用说明}\label{sec:cbx:usage}
顺序编码制的引用样式文件为gb7714-2015.cbx。该样式大体使用标准引用样式numeric-comp的内容。仅对cite,parencite进行了修改,将其原来在行中的位置改到上标中。为满足GB/T 7714-2015第10.1.3节的要求,增加了pagescite命令。
@@ -414,17 +440,24 @@ entryset = {易仕和2013--,Yi2013--},
\pagescite{Peebles2001-100-100}\pagescite[][201-301]{Peebles2001-100-100}
\end{codetex}
+其中,当不指定页码时,pagescite命令默认调用参考文献的页码数据进行输出,如果需要指定页码,那么需要在第二个[]内输入页码内容。
+
+\qd{还要注意:对于多个文献一起的压缩形式,指定页码只会应用最后一个参考文献的页码,这是不对的,当然其实这种情况是不应该存在的,指定页码的目的就是具体化某一文献的,因此使用时尽可能使用pagescite\{key1\}pagescite\{key2\}这种形式而不是pagescite\{key1,key2\}}。
+
\section{作者年制bbx样式文件的使用说明}
-作者年制的参考文献样式文件使用了基于标准authoryear样式的标签生成,修改了参考文献表的格式。而参考文献条目著录格式与顺序编码值的样式文件基本相同,除了把年份提到了作者后面作为标签。生成作者年制参考文献列表的参考文献数据源bib文件所要求的数据输入方式与顺序编码制完全一致,详见\ref{sec:numeric:data}节。
+作者年制的参考文献样式文件使用了基于标准authoryear样式的标签生成,修改了参考文献表的格式。而参考文献条目著录格式与顺序编码制的样式文件基本相同,除了把年份提到了作者后面作为标签。作者年制参考文献表的引文数据源bib文件所要求的信息录入方式与顺序编码制完全一致,详见\ref{sec:numeric:data}节。
+
+\qd{根据文种文献集中的要求,修改了nyt排序格式,增加了userb作为name前的排序域,默认情况下,本样式文件将作者为中文的文献的userb域设置成cn,英文的设置成en。这一设置过程,在处理样式的时候由biber自动处理,当出现问题或者有更多文种分集且有特殊顺序时,可以在bib文件中给相应文种文献的userb域设置适合排序的字符串。比如中文文献设置为cn,英文文献设置为en,法文文献设置为fr,那么排序中,相应的中文文献排在最前面,英文文献在中间,法文文献最后,因为升序情况下字母顺序是c然后e然后f。}
-\qd{根据文种文献集中的要求,修改了nyt排序格式,增加了userb作为name前的排序域,当有需求进行多文种分集且有特殊顺序时,在bib文件中给相应文种的文献设置适合排序的字符串。比如中文文献设置为cn,英文文献设置为en,法文文献设置为fr,那么排序中,相应的中文文献排在最前面,英文文献在中间,法文文献最后,因为升序情况下字母顺序是c然后e然后f。}
+%上一段2016-1114更新,下面是以前的说法。
+%\qd{根据文种文献集中的要求,修改了nyt排序格式,增加了userb作为name前的排序域,当有需求进行多文种分集且有特殊顺序时,在bib文件中给相应文种的文献设置适合排序的字符串。比如中文文献设置为cn,英文文献设置为en,法文文献设置为fr,那么排序中,相应的中文文献排在最前面,英文文献在中间,法文文献最后,因为升序情况下字母顺序是c然后e然后f。}
-\section{作者年制cbx样式文件的使用说明}
+\section{作者年制cbx样式文件的使用说明}\label{sec:cbxay:usage}
-作者年制的引用样式文件为gb7714-2015ay.cbx。该样式大体使用标准引用样式authoryear的内容。仅对cite,parencite进行了修改,将引用标签用括号括起来。为满足GB/T 7714-2015第10.2.4节的要求,增加了pagescite命令。
+作者年制的引用样式文件为gb7714-2015ay.cbx。该样式大体使用标准引用样式authoryear的内容。仅对cite,parencite进行了修改,将引用标签用括号括起来。为满足GB/T 7714-2015第10.2.4节的要求,增加了pagescite命令。为满足GB/T 7714-2015第10.2.1节的要求,增加了yearpagescite命令用于处理作者年制文中已有作者只需要年份和页码的情况。
这些命令使用方式如下:
@@ -433,33 +466,35 @@ entryset = {易仕和2013--,Yi2013--},
6. 带页码的引用\cite[见][49页]{蔡敏2006--}\parencite[见][49页]{Miroslav2004--}
\pagescite{Peebles2001-100-100}\pagescite[][201-301]{Peebles2001-100-100}
+
+7. 作者年制文中已有作者只需要年份和页码的情况,使用命令yearpagescite,而顺序制的情况下该命令与pagescite命令作用相同。
+比如见赵耀东\yearpagescite[][205]{赵耀东1998--}和Simon\yearpagescite[][15]{Simon2001--}的文献。
\end{codetex}
+
\section{各类参考文献著录格式测试}
\subsection{测试:专著book和专著中的析出文献inbook}\label{sec:test:book}
\begin{refsection}
-1. 专著引用测试有信息缺省的情况
-%\cite{余敏2001-179-193,booknoauthor}
-\cite{余敏2001-179-193,余敏2001-179-193a,余敏2001-179-193b,booknoauthor,booknodate,booknolocation,booknopublisher,booknopages, 余敏2001-179-193c}
-
-2. 个人作者判断和英文文献信息缺省情况
-\cite{Parsons2000a--,Parsons2000b--,Parsons2000noloc--,Parsons2000nopub--,Parsons2000--,Parsons2000nodate--,Parsons2000noauthor--}
-
-3. 专著更多引用
-\cite{GPS1988--}\cite{顾炎武1982--}\cite{赵耀东1998--}\cite{PIGGOT1990--}\cite{PEEBLES2001--}\cite{王夫之1845--}
-\cite{Poisel2013--}\cite{张伯伟2002--}\cite{2009-155-155}\footcite{赵学功2001--}\cite{Simon2001--}
\defbibentryset{bilangyi2013}{易仕和2013--,Yi2013--}
-4. 专著,双语文献引用\cite{bilangyi2013}
-
-5. 专著,带前后缀的作者名\cite{Peebles2001-100-100}
-
-6. 带页码的引用
+\begin{enumerate}
+ \item 中文文献存在信息缺省的情况测试
+\cite{booknodate,booknolocation,booknopages,booknopublisher,booknopublishernoyear,booknopublisherpage,余敏2001-179-193,余敏2001-179-193a,余敏2001-179-193b,余敏2001-179-193c,booknoauthor}
+ \item 英文文献信息缺省情况以及英文个人作者判断测试
+\cite{Parsons2000a--,Parsons2000b--,Parsons2000--,Parsons2000nodate--,
+Parsons2000noloc--,Parsons2000nopub--,Parsons2000nopubnoyear--,
+Parsons2000nopubpages--,Parsons2000noauthor--}
+ \item 专著更多测试
+\cite{GPS1988--}\cite{顾炎武1982--}\cite{PIGGOT1990--}\cite{PEEBLES2001--}\cite{王夫之1845--}
+\cite{Poisel2013--}\cite{张伯伟2002--}\cite{2009-155-155}\footcite{赵学功2001--}
+ \item 专著的双语文献引用测试\cite{bilangyi2013}
+ \item 专著带前后缀的作者名\cite{Peebles2001-100-100}
+ \item 带页码的引用,使用pagescite命令。
\pagescite{Peebles2001-100-100}\pagescite[][201-301]{Peebles2001-100-100}
\parencite[见][49页]{Miroslav2004--}\cite[见][49页]{蔡敏2006--}
-
-
+ \item 作者年制文中已有作者只需要年份和页码的情况,使用命令yearpagescite,而顺序制的情况下该命令与pagescite命令作用相同。比如: 见赵耀东\yearpagescite[][205]{赵耀东1998--}和Simon\yearpagescite[][15]{Simon2001--}的文献。
+\end{enumerate}
\printbibliography[heading=bibliography,title=【专著】]
\end{refsection}
@@ -467,21 +502,28 @@ entryset = {易仕和2013--,Yi2013--},
\begin{refsection}
-1. 专著的析出文献\cite{马克思2013-302-302}\cite{王夫之2011-1109-1109}
+\begin{enumerate}
+ \item 专著的析出文献\cite{马克思2013-302-302}\cite{王夫之2011-1109-1109}
+\end{enumerate}
\printbibliography[heading=bibliography,title=【专著中的析出文献】]
\end{refsection}
\begin{refsection}
-1. 标准引用\cite{book3}
+
+\begin{enumerate}
+ \item 标准引用\cite{book3}
+\end{enumerate}
\printbibliography[heading=bibliography,title=【标准】]
\end{refsection}
\subsection{测试:汇编collection和汇编中的析出文献incollection}
\begin{refsection}
-1. 汇编文集类似于book和inbook
-\cite{ainbook2,中国职工教育研究会1985--}
+
+\begin{enumerate}
+ \item 汇编文集类似于book和inbook\cite{ainbook2,中国职工教育研究会1985--}
+\end{enumerate}
\printbibliography[heading=bibliography,title=【汇编或文集】]
\end{refsection}
@@ -490,22 +532,25 @@ entryset = {易仕和2013--,Yi2013--},
\subsection{测试:连续出版物periodical和连续出版物中的析出文献article}
\begin{refsection}
-1. 期刊完整引用\cite{periodical2}\cite{中华医学会湖北分会1984--}
+
+\begin{enumerate}
+ \item 期刊完整引用\cite{periodical2}\cite{中华医学会湖北分会1984--}
+\end{enumerate}
\printbibliography[heading=bibliography,title=【连续出版物】]
\end{refsection}
\begin{refsection}
\defbibentryset{bilangchenzhang}{张敏莉2007-500-503,Zhang2007-500-503}
-1. 期刊文章引用\cite{Chiani2003-840-845}
-2. doi和卷期样式\cite{储大同2010-721-724}
-
-3. 双语言引用\cite{bilangchenzhang}
-
-4. 合期期刊\cite{储大同2010-721-724m}
-
-5. 报纸引用\cite{傅刚2000--}
+\begin{enumerate}
+ \item 期刊文章引用和引用标签测试\cite{Chiani1998-2998-3008,Chiani2004-1312-1318,Chiani2004-1312-1318a,
+Chiani2004-1312-1318b,Chiani2003-840-845,Chiani2009-231-254}
+ \item doi和卷期样式\cite{储大同2010-721-724}
+ \item 双语言引用测试\cite{bilangchenzhang}
+ \item 合期期刊测试\cite{储大同2010-721-724m}
+ \item 报纸引用测试\cite{傅刚2000--}
+\end{enumerate}
\printbibliography[heading=bibliography,title=【连续出版物中的析出文献】]
\end{refsection}
@@ -513,7 +558,10 @@ entryset = {易仕和2013--,Yi2013--},
\subsection{测试:专利文献patent}
\begin{refsection}
-1. 专利引用\cite{patent3}\cite{patent2}
+
+\begin{enumerate}
+ \item 专利引用\cite{patent3}\cite{patent2}
+\end{enumerate}
\printbibliography[heading=bibliography,title=【专利】]
\end{refsection}
@@ -521,7 +569,10 @@ entryset = {易仕和2013--,Yi2013--},
\subsection{测试:电子资源或在线资源online}
\begin{refsection}
-1. 电子资源\cite{Alliance--,online1,online2,online3}\cite{OMG2003--}
+
+\begin{enumerate}
+ \item 电子资源\cite{Alliance--,online1,online2,online3}\cite{OMG2003--}
+\end{enumerate}
\printbibliography[heading=bibliography,title=【电子资源】]
\end{refsection}
@@ -530,7 +581,9 @@ entryset = {易仕和2013--,Yi2013--},
\subsection{测试:学位论文thesis}
\begin{refsection}
-1. 学位论文引用\cite{张若凌2004--}\cite{athesis1}
+\begin{enumerate}
+ \item 学位论文引用\cite{张若凌2004--}\cite{athesis1}
+\end{enumerate}
\printbibliography[heading=bibliography,title=【硕博士论文】]
\end{refsection}
@@ -538,15 +591,13 @@ entryset = {易仕和2013--,Yi2013--},
\subsection{测试:报告report、手册manual和档案、未出版物unpublished}
-
\begin{refsection}
-1. 技术报告引用\cite{Eggrers--,Humphrey1971--}
-
-2. 手册引用\cite{Robertson2011--}
-
-3. 档案引用\cite{中国第一历史档案馆2001--}
-
-4. 未出版物引用\cite{包太雷2013--}
+\begin{enumerate}
+ \item 技术报告引用\cite{Eggrers--,Humphrey1971--}
+ \item 手册引用\cite{Robertson2011--}
+ \item 档案引用\cite{中国第一历史档案馆2001--}
+ \item 未出版物引用\cite{包太雷2013--}
+\end{enumerate}
\printbibliography[heading=bibliography,title=【报告、手册和档案、未出版物】]
\end{refsection}
@@ -555,93 +606,124 @@ entryset = {易仕和2013--,Yi2013--},
\subsection{测试:会议文集proceedings和会议文集中析出的文献inproceedings}
\begin{refsection}
-1.会议论文引用
+\begin{enumerate}
+ \item 会议论文引用
\cite{Choi2002-1075-1080,Firoozbakhsh2003-473-477,ay5,ay7,inproceeding1,贾东琴2011-45-52}
-
-2.会议论文集
+ \item 会议论文集
\cite{aproceedings2,aproceedings3,中国力学学会1999--}
+\end{enumerate}
\printbibliography[heading=bibliography,title=【会议文集和论文】]
\end{refsection}
+\section{biblatex高级功能及其应用-待补充}
+使用biblatex总的感受,biblatex相当完善和强大,作者制作的样式文件实现的功能和格式只是biblatex功能的很小一部分,biblatex提供的更多功能其实都没有用到。可以说,biblatex作者说的biblatex是参考文献问题的完整解决方案是名副其实的。
+\begin{enumerate}
+
+ \item 引文放在脚注中或者旁注中 见4.11.6 Mixing Programming Interfaces
+
+ \item 在脚注中引用文献。
+
+ \item biblatex重定义参考文献目录格式或结合titlesec等宏包进行修改。利用titlesec后,直接在defbibheading\{bibliography\}[\textbackslash bibname]\{\}中放置居中命令centering无效。
+
+ \item 标点的特点和机制,如isdot/adddot。注意:利用setunit输出的标点,需要遇到printfield等命令有内容才输出标点。与setunit*的差别。比如出版者缺省的情况,可以好好分析一下。
+
+ \item biber进行动态数据处理是的一些选项,origfieldvalue,final,append的作用,详见bbx文件中DeclareSourcemap的内容
+
+ \item 引用标签的生成机制,即确定可以区分的文献的方式。
+
+ \item biblatex的核心,format,micro,command等关系和机制
+\end{enumerate}
+
\section{样式文件一些需要说明的问题}
下面的问题想到哪写到哪,没有特别的顺序:
-1.标点的特点和机制,如isdot/adddot。注意:利用setunit输出的标点,需要遇到printfield等命令有内容才输出标点。
+\begin{enumerate}
+ \item 因为采用xelatex编译,所以样式文件直接采用UTF-8编码,没有考虑GBK编码。
-2.~cjk判断函数,详见bbx文件内容。
+ \item \textcolor{red}{\HandRight \heiti 【Most Important】【注意】:当在顺序编码和作者年制的切换使用时,如果出错,可先清理一下辅助文件,清理完后,重新编译即可。}
-3.范围解析函数,详见bbx文件内容。
+ \item 需要注意:当bibtex键中含有中文的时候,texlive2015中的biblatex3.0版的对参考文献条目的超链接会出现问题,而texlive2016 中的biblatex3.4版则没有问题。
-4.可能多出来的空格处理,把相关的代码行结尾用\%符号注释可以消除多出来的空格。
+ \item 目前符合GB/T7714-2005或GB/T7714-2015参考文献录入要求的biblatex样式有好几个实现,除了这里作者提供的之外,还有李志奇(icetea)\footnote{\url{http://bbs.ctex.org/forum.php?mod=viewthread&tid=74474}} 和沈周(szsdk)\footnote{\url{http://bbs.ctex.org/forum.php?mod=viewthread&tid=152561&extra=page\%3D1}} 分别提供的样式文件,效果是类似的,也感谢两位作者的分享!。
-5.~format,micro,command等关系和机制,大体如概述中所说的那样。
+ \item {\heiti 中文文献的拼音排序,可以利用biber进行处理,这个问题可以参考Casper Ti. Vector在biblatex 参考文献样式caspervector v0.2.6中的方法
+ \footnote{\url{https://gitlab.com/CasperVector/biblatex-caspervector}},特此说明,表示感谢!}
-6.利用biber动态处理源数据,详见bbx文件中DeclareSourcemap的内容。
+ \begin{codetex}{中文文献排序时采用biber命令}{eg:sort:bibercmd}
+ %按拼音排序,biber命令
+ biber -l zh__pinyin jobname
+ %按笔画排序,biber命令
+ biber -l zh__stroke jobname
+ \end{codetex}
-7.~biber输出文档中引用文献的bib文件,命令为:
-biber file.tex --output-format=bibtex
+ \item biber输出文档中引用文献的信息生成新的bib文件,命令为:
+ \begin{codetex}{biber输出文档引用文献的数据}{eg:bibercmd:outbibfile}
+ biber jobname.tex --output-format=bibtex
+ \end{codetex}
-8.注意: 因为texlive的升级,biblatex版本升级后对于DeclareNameFormat的输入参数有了修改,比如:
-\begin{codetex}{texlive2016中biblatex3.4版Name域格式输入参数的修改}{eg:name:variables}
-for biblatex version 3.0
-#1 The last names.
-#2 The last names, given as initials.
-#3 The first names.
-#4 The first names, given as initials.
-#5 The name prefixes,
-#6 The name prefixes, given as initials.
-#7 The name affixes,
-#8 The name affixes, given as initials.
-for biblatex version 3.4
-\namepartfamily
-\namepartfamilyi
-\namepartgiven
-\namepartgiveni
-\namepartprefix
-\namepartprefixi
-\namepartsuffix
-\namepartsuffixi
-\end{codetex}
-相应的样式文件也需要修改,具体参考样式文件中DeclareNameFormat\{first-last\}。
+ \item 对于GB/T 7714-2015中的作者年制参考文献按文种集合的要求,从例子看中文在前英文在后。通过定义DeclareSortingScheme\{nyt\},利用userb域用于排序,默认情况下,处理作者年制样式时,biber数据
+动态处理会进行一定的处理,基本能够正确的将中文作者文献的userb域设置为cn,而英文文献设置为en。
+如果出现错误的情况,用户可以直接修改bib源文件,将userb域设置成需要的字符串,用于排序。
-9. \textcolor{red}{\HandRight \heiti 【Most Important】【注意】:当在顺序编码和作者年制的切换使用时,如果出错,可先清理一下辅助文件,清理完后,重新编译即可。}
+%上一段2016-1114更新,下面这段是旧的说法,
+%通过定义DeclareSortingScheme\{nyt\},设置方向为direction=descending,可以实现中文在前英文在后但两个文种的文献各自也是降序的。还有一种变通的方法是,在录入bib文件时,在userb域填入用于排序的信息,比如需要排前面中文文献填cn,排后面的英文文献用en。这样因为修改后的排序格式nyt会在author域前先用userb进行排序,自然会把中文文献放在前面。
-10. {\heiti biber中的拼音排序,这个问题可以参考Casper Ti. Vector在biblatex 参考文献和引用样式: caspervector v0.2.6中的方法。其排序机制并没有深入了解,所以直接引用Casper Ti. Vector的方法,特此说明,表示感谢!}
+ \item 关于出版地和出版者同时缺省的情况,GB/T 7714-2015中没有给出明确的说明,但英文给出了一个例子(见GB/T 7714-2015 附录A.3)而中文没有,英文的样式是[S.l. : s.n.],这种形式本样式文件中没有给出,而直接用两者分开的形式,[S.l.] : [s.n.],事实上这里作者认为没有必要把s.l.和s.n.合起来,不仅与缺省两者之一的情况不统一,样式处理起来也增加不必要的麻烦。
-\begin{codetex}{中文文献排序时采用biber命令}{eg:sort:bibercmd}
-%按拼音排序,biber命令
-biber -l zh__pinyin jobname
-%按笔画排序,biber命令
-biber -l zh__stroke jobname
-\end{codetex}
+ \item cjk判断函数,详见bbx文件内容。
-对于GB/T 7714-2015中的顺序年制参考文献按文种集合的要求,从例子看中文在前英文在后,通过定义
-DeclareSortingScheme\{nyt\},设置方向为direction=descending,可以实现中文在前英文在后但两个文种的文献各自也是降序的。还有一种变通的方法是,在录入bib文件时,在userb域填入用于排序的信息,比如需要排前面中文文献填cn,排后面的英文文献用en。这样因为修改后的排序格式nyt会在author域前先用userb进行排序,自然会把中文文献放在前面。
+ \item 范围解析函数,详见bbx文件内容。
-11. 因为采用xelatex编译,所以样式文件直接采用UTF-8编码,没有考虑GBK编码。
+ \item 消除可能多出来的空格方法,把相关的代码行结尾用\%符号注释。
-12. 目前符合GB/T7714-2005或GB/T7714-2015参考文献录入要求的biblatex样式有好几个实现,除了这里作者提供的之外,还有李志奇(icetea)\footnote{\url{http://bbs.ctex.org/forum.php?mod=viewthread&tid=74474}} 和沈周(szsdk)\footnote{\url{http://bbs.ctex.org/forum.php?mod=viewthread&tid=152561&extra=page\%3D1}} 分别提供的样式文件,效果是类似的,也感谢两位作者的分享!。
+ \item 不同版本的biblatex对于DeclareNameFormat的输入参数处理有所不同,比如:
+
+ \begin{codetex}{texlive2016中biblatex3.4版Name域格式输入参数的修改}{eg:name:variables}
+ for biblatex version 3.0
+ #1 The last names.
+ #2 The last names, given as initials.
+ #3 The first names.
+ #4 The first names, given as initials.
+ #5 The name prefixes,
+ #6 The name prefixes, given as initials.
+ #7 The name affixes,
+ #8 The name affixes, given as initials.
+ for biblatex version 3.4
+ \namepartfamily
+ \namepartfamilyi
+ \namepartgiven
+ \namepartgiveni
+ \namepartprefix
+ \namepartprefixi
+ \namepartsuffix
+ \namepartsuffixi
+ \end{codetex}
+相应的样式文件也需要修改,详见bbx文件内容。
-13. 需要注意:当bibtex键中含有中文的时候,texlive2015中的biblatex3.0版的对参考文献条目的超链接会出现问题,而texlive2016中的biblatex3.4版则没有问题。
+\end{enumerate}
-14. 关于出版地和出版者同时缺省的情况,GB/T 7714-2015中没有给出明确的说明,但英文给出了一个例子(见GB/T 7714-2015 附录A.3)而中文没有,英文的样式是[S.l. : s.n.],这种形式本样式文件中没有给出,而直接用两者分开的形式,[S.l.] : [s.n.],事实上这里作者认为没有必要把s.l.和s.n.合起来,不仅与缺省两者之一的情况不统一,样式处理起来也增加不必要的麻烦。
\section{样式文件中还存在的问题和下一步工作}
\subsection{存在的问题}
-1. 当作者多于3个需要添加等或et al.时,如果作者的姓名是用\{\}包起来的,可能判断会出错。
+\begin{enumerate}
+ \item 当作者多于3个需要添加等或et al.时,如果作者的姓名是用\{\}包起来的,可能判断会出错。
-2. 顺序年制中当不存在著者信息时,如果用佚名或者no author,本样式文件中没有实现。怎么在数据进来后,给一些域添加信息?在biber处理过程中根据一些判断添加信息?(著者年制,没有作者,用佚名,英文怎么办?没有年怎么办?)
+ %\item 顺序年制中当不存在著者信息时,如果用佚名或者no author,本样式文件中没有实现。怎么在数据进来后,给一些域添加信息?在biber处理过程中根据一些判断添加信息?(著者年制,没有作者,用佚名,英文怎么办?没有年怎么办?)
+ %这个问题解决了,2016-1114
-3. 作者年制引用标签时,文中已经存在作者名的,标签只需要写年份,这个需要定义一个新的yearcite命令,是容易实现的,但这里没有实现。
+ %\item 作者年制引用标签时,文中已经存在作者名的,标签只需要写年份,这个需要定义一个新的yearcite命令,是容易实现的,但这里没有实现。
+ %这个问题解决了,2016-1114,增加了一个yearpagescite命令。
-4. shorthand的问题没有遇到,但可能会有一些东西在里面。
+ \item shorthand的问题没有遇到,其应用可能需要进一步理解。
-5. backref的格式也可以修改一下。
+ %\item backref的格式也可以修改一下。
+ %没有要求处理,但修改了,2016-1114,修改英文本地化字符串为引用页面。
-6. 当专著同时存在作者和编者的时候,gbt 7714-2015没有明确的规定,所以目前样式文件中以biblatex标准样式的方式处理,这种处理因为与本地化相关,所以直接应用是不好看的,需要修改。
+ \item 当专著同时存在作者和编者的时候,gbt 7714-2015没有明确的规定,所以目前样式文件中以biblatex标准样式的方式处理,这种处理因为与本地化相关,直接应用可能不好看的,也许需要修改。
+\end{enumerate}
\subsection{下一步工作}
@@ -653,6 +735,181 @@ DeclareSortingScheme\{nyt\},设置方向为direction=descending,可以实现
\section{更新历史}
============================
+2016-11-14
+
+1. 很早之前思考的利用biber的动态修改数据功能来进行佚名问题处理是合理的,因为biblatex不能在tex处理过程中添加域的信息,所以任何要进入域的信息都需要在运行biber命令之时或者之前处理。利用正则表达式可以完成一定的区分,尽管可能有一些特殊情况无法涵盖,但如下的处理可以基本正确的实现功能。
+如果不需要用佚名的方式,那么只要把这段处理注释掉就可以了。
+
+\begin{texlist}
+\map{%因为要做佚名处理,所以这里先对有些只有编者而没有作者的情况进行处理
+ step[fieldsource=editor]
+ \step[fieldset=author,origfieldval]
+ }
+\map{%默认情况下将空缺作者设置为佚名
+ \step[fieldset=author, fieldvalue={佚名}]
+ }
+\map[overwrite]{%当标题带有英文字符,且作者为佚名的情况,设置作者为noauthor,
+ %也有一些特殊情况可能处理不到,比如标题中英混合,作者又却是
+ \step[fieldsource=title,match=\regexp{[a-zA-Z]},final]
+ \step[fieldsource=author,match=\regexp{佚名}, replace={NOAUTHOR}]
+ }
+\end{texlist}
+
+2. 关于文种分集排序的问题,之前要求用户自己往userb域填信息,现在通过如下处理,可以避免,也是用的正则表达式判断,但有些特殊情况可能会有问题,出现问题的话,手动在bib源文件中添加userb域信息是可以解决的。到这里为止,在使用本样式文件时,除了必须要输入的引文的信息外,其它信息都不需要再输入了,包括原来就已经处理的usera域(用于添加文献类型标识符的),这里的userb域用于文种分集排序的,都不必输入了。
+
+\begin{texlist}
+\map{%将entrykey放入keywords中用于后期的使用
+ \step[fieldsource=entrykey]
+ \step[fieldset=keywords, origfieldval]
+ \step[fieldsource=note,final]%将note域信息复制给keywords,用于输出时容易区分标准和报纸
+ \step[fieldset=keywords, fieldvalue={,},append]
+ \step[fieldset=keywords, origfieldval,append]
+ }
+\map{%因为无法进行cjk字符判断,所以用反的思路,判断没有英文字符,没有空格,没有逗号等字符情况下
+ %认为是中文的,将文献userb设置成cn,用于排序
+ \step[fieldsource=author,match=\regexp{[^a-zA-Z\s\.\,\'\{\}]},final]
+ \step[fieldset=userb,fieldvalue={cn}]
+ }
+\map{%将没有设置的userb设置成en,即认为不是中文的就是英文的。
+ \step[fieldset=userb,fieldvalue={en}]
+ }
+\end{texlist}
+
+3. 增加了一个yearpagescite命令用于处理: 作者年制文中已有作者只需要年份和页码的情况,而顺序制的情况下该命令与pagescite命令作用相同。其使用方式如下:
+
+\begin{texlist}
+%使用方式:
+见赵耀东\yearpagescite[][205]{赵耀东1998--}和Simon\yearpagescite[][15]{Simon2001--}的文献。
+
+%增加的命令:
+%*2015ay.cbx中:
+%增加一个命令yearpagescite用于当文中作者已经存在,需要页码和年份的情况。
+%参考来源,biblatex.DEF,其中\DeclareCiteCommand*{\citeyear}命令
+\DeclareCiteCommand{\yearpagescite}
+ {\printtext{(}\usebibmacro{prenote}}
+ {\printfield{year}\printfield{extrayear}}
+ {\multicitedelim}
+ {\printtext{)}\textsuperscript{\usebibmacro{postpages}}}
+%*2015.cbx中:
+%增加一个命令yearpagescite为与ay样式兼容,命令等同于\pagescite
+\DeclareCiteCommand{\yearpagescite}[\mkbibsuperscript]%\mkbibbrackets,仍然用上标
+ {[\usebibmacro{cite:init}%
+ \usebibmacro{prenote}%
+ }
+ {\usebibmacro{citeindex}%
+ \usebibmacro{cite:comp}}
+ {}
+ {\usebibmacro{cite:dump}]%
+ \usebibmacro{postpages}}
+\end{texlist}
+
+4. 在出版者缺省的情况下,当出版者后面没有更多信息的情况下,缺省字符串后面应该有一个点,因此做出修正为:
+\begin{texlist}
+%出版社和地址的处理,当没有出版社地址时
+%直接判断title的信息是否是中文,若为中文,则写出版地不详,否则用英文的字符表示。
+%事实上title对于每个文献来说是必须的,所以用它判断是最快的,而且一般标题和出版社的语言是一样的。
+\newbibmacro*{publisher+location+date}{%
+\iffieldundef{title}{}{\testCJKfirst{\thefield{title}}}%
+\testifnoteeqstd%
+\iflistundef{location}{%\adddot
+\iftoggle{ifnoteeqstandard}{}{%
+\iftoggle{ifCJKforgbt}{\printtext{[出版地不详]}\setunit*{\addcolon\addspace}}{\printtext{[S.l.\adddot]}\setunit*{\addcolon\addspace}}}}% \bibstring{noaddress}
+{\printlist{location}\setunit*{\addcolon\addspace}}%
+%\addcolon\addspace%
+\iflistundef{publisher}{%
+\iftoggle{ifnoteeqstandard}{}{%
+\iftoggle{ifCJKforgbt}{\printtext{[出版者不详]}\setunit{\adddot\addspace}\setunit*{\addcolon\addspace}}
+%\mkbibbrackets
+%{\printtext{[s.n.\adddot]}\setunit{\adddot\addspace}\setunit*{\addcolon\addspace}}}}%\bibstring{nopublisher}
+{\printtext{\mkbibbrackets{s.n.}}\setunit{\adddot\addspace}\setunit*{\addcolon\addspace}}}}
+{\printlist{publisher}\setunit*{\addcolon\addspace}}%
+%\addcomma\addspace%
+%\usebibmacro{date}%
+%\newunit %去掉这个标点
+}
+\end{texlist}
+
+
+5. 反向链接,backref的格式并没有要求,但考虑到中文环境还是将其格式改一下,因此修改英文本地化字符串为“引用页”。
+\begin{texlist}
+\DefineBibliographyStrings{english}{
+bibliography = {参考文献},
+references = {参考文献},
+%bytranslator= {\addcomma\ 译\adddot}, %将trans. by 改成 译
+bytranslator= {\addcomma\ 译},%\addperiod
+and = {\addcomma},%将第2和3人名见的and符号改成 逗号,用\finalnamedelim命令也可以定义,参见3.9.1节
+%andothers = {et al.}, %将超过3个人名的省略,et al.改成为 等
+andotherscn = {等}, %将超过3个人名的省略,et al.改成为 等
+noaddress = {[S.l.]},
+nopublisher = {[s.n.]},
+backrefpage = {引用页:},
+backrefpages = {引用页:},
+}
+\end{texlist}
+
+6. 在处理姓名相关的问题时,biblatex3.2以前的版本利用DeclareNameFormat的方式修改得到需要的姓和名的前后顺序,当maxbibnames和maxcitenames不一致时,可能用到NameFormat:last-first/first-last,所以除了第一个姓名和后面姓名的姓和名的前后顺序时不同的,所以进一步做修改如下。而biblatex3.3以后的版本,直接利用newbibmacro来修改name:family-given和name:given-family,这样就避免了DeclareNameFormat格式的修改,所以不用进行改动。
+\begin{texlist}
+%\DeclareNameFormat{first-last}{%修改作者的姓和名的顺序,源来自于biblatex.def文件
+% \iffirstinits%
+% {\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}}
+% {\usebibmacro{name:last-first}{#1}{#3}{#5}{#7}}%
+% \usebibmacro{name:andothers}}
+
+%\DeclareNameFormat{last-first/first-last}{%
+% \ifnumequal{\value{listcount}}{1}
+% {\iffirstinits
+% {\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}}
+% {\usebibmacro{name:last-first}{#1}{#3}{#5}{#7}}%
+% \ifblank{#3#5}
+% {}
+% {\usebibmacro{name:revsdelim}}}
+% {\iffirstinits
+% {\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}}%name:first-last 换成为name:last-first
+% {\usebibmacro{name:last-first}{#1}{#3}{#5}{#7}}}%name:first-last 换成为name:last-first
+% \usebibmacro{name:andothers}}
+\end{texlist}
+
+但是这样的处理仍然会出现问题,在引用标签的生成过程中,某些时候仍然会有first-last出现,因为在某些情况下,biblatex会利用first-last和last-first进行区分,因此不在使用这种方式,而是直接重定义输出宏first-last为last-first,类似于对3.3以后版本的处理。
+
+7. 作者年制区分文献表和引用中的作者名数量,引用相关的选项设置需要放到cbx文件中,否则可能失效。同时因为一些特殊情况下,姓名数量截短为1个的引用标签,可能无法区分文献,所以默认情况下,biblatex会增加作者数量用于区分,这是因为uniquelist会自动重设maxcitenames和mincitenames,因此修改uniquelist选项为minyear,明确在年份也一样的情况下再利用增加姓名进行区分。*ay.bbx文件中的选项设置为:
+\begin{texlist}
+\ExecuteBibliographyOptions{
+ useprefix = true, %名字的信息包括前缀
+ %firstinits = true, %名字有缩写,参考3.1.2.3 Internal
+ giveninits = true,
+ date = year, %日期仅写到年
+ %maxnames = 3 , %设置名字最大数量
+ %minnames = 3, %设置缩减后的名字最小数量
+ maxbibnames=3, %将文献列表和引用中最大名字数量区分开
+ minbibnames=3,
+}
+%biblatex3.3版前(比如texlive2015中的3.0版)的使用方式
+\ExecuteBibliographyOptions{
+ useprefix = true, %名字的信息包括前缀
+ firstinits = true, %名字有缩写,参考3.1.2.3 Internal
+ date = year, %日期仅写到年
+ %maxnames = 3 , %设置名字最大数量
+ %minnames = 3, %设置缩减后的名字最小数量
+ maxbibnames=3, %将文献列表和引用中最大名字数量区分开
+ minbibnames=3,
+}
+\end{texlist}
+*ay.cbx文件中的选项设置为:
+\begin{texlist}
+\ExecuteBibliographyOptions{
+ %autocite = superscript ,
+ %autopunct = true ,
+ %sorting = none ,
+ maxcitenames=1,
+ mincitenames=1,
+ uniquename=init,%因为使用了名字缩写选项,所以需要设置uniquename=init 而不是full避免冲突
+ labeldate=true,
+ uniquelist=minyear,
+}
+\end{texlist}
+
+============================
+
2016-11-11
1. 说明文档增加了版本和修改时间信息,修正了一些错误和不妥的说法,增加了一些说明比如报纸版次,报告条目域格式等,去掉一些不必要的注释,简化各样式文件内容。
@@ -708,35 +965,36 @@ nopublisher = {[s.n.]}
\end{texlist}
5. 把作者年制的参考文献列表和引用中的作者名数量做区分。列表中最大为3个,引用中最大为1个。
+(这里还有点问题,进一步修改见2016-11-14的更新。)
\begin{texlist}
-%biblatex3.3版后(比如texlive2016中的3.4版)的使用方式
-\ExecuteBibliographyOptions{
- useprefix = true, %名字的信息包括前缀
- %firstinits = true, %名字有缩写,参考3.1.2.3 Internal
- giveninits = true,
- date = year, %日期仅写到年
- %maxnames = 3 , %设置名字最大数量
- %minnames = 3, %设置缩减后的名字最小数量
- maxbibnames=3, %将文献列表和引用中最大名字数量区分开
- minbibnames=3,
- maxcitenames=1,
- mincitenames=1
- %uniquename = init
-}
-
-%biblatex3.3版前(比如texlive2015中的3.0版)的使用方式
-\ExecuteBibliographyOptions{
- useprefix = true, %名字的信息包括前缀
- firstinits = true, %名字有缩写,参考3.1.2.3 Internal
- date = year, %日期仅写到年
- %maxnames = 3 , %设置名字最大数量
- %minnames = 3, %设置缩减后的名字最小数量
- maxbibnames=3, %将文献列表和引用中最大名字数量区分开
- minbibnames=3,
- maxcitenames=1,
- mincitenames=1
- %uniquename = init
-}
+%%biblatex3.3版后(比如texlive2016中的3.4版)的使用方式
+%\ExecuteBibliographyOptions{
+% useprefix = true, %名字的信息包括前缀
+% %firstinits = true, %名字有缩写,参考3.1.2.3 Internal
+% giveninits = true,
+% date = year, %日期仅写到年
+% %maxnames = 3 , %设置名字最大数量
+% %minnames = 3, %设置缩减后的名字最小数量
+% maxbibnames=3, %将文献列表和引用中最大名字数量区分开
+% minbibnames=3,
+% maxcitenames=1,
+% mincitenames=1
+% %uniquename = init
+%}
+%
+%%biblatex3.3版前(比如texlive2015中的3.0版)的使用方式
+%\ExecuteBibliographyOptions{
+% useprefix = true, %名字的信息包括前缀
+% firstinits = true, %名字有缩写,参考3.1.2.3 Internal
+% date = year, %日期仅写到年
+% %maxnames = 3 , %设置名字最大数量
+% %minnames = 3, %设置缩减后的名字最小数量
+% maxbibnames=3, %将文献列表和引用中最大名字数量区分开
+% minbibnames=3,
+% maxcitenames=1,
+% mincitenames=1
+% %uniquename = init
+%}
\end{texlist}
============================
@@ -820,7 +1078,7 @@ nopublisher = {[s.n.]}
\textcolor{red}{\HandRight \heiti 【Most Important】【注意】:texlive2015中的biblatex版本是3.0,texlive2016中biblatex的版本是3.4,新版本对于名字域打印有了较大变化,所以需做相应的修改,为此在biblatex中首先进行版本判断,然后根据版本不同进行不同的处理。}
\end{texlist}
-2. 增加了unpublished条目类型驱动,并按报告report进行处理,但文献标识码用Z表示其它。
+2. 增加了unpublished条目类型驱动,并按报告report进行处理,但文献标识码用Z表示。
============================
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/paperone.bib b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/paperone.bib
index 79430b1cd94..6a350e9982f 100644
--- a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/paperone.bib
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/paperone.bib
@@ -2,38 +2,13 @@
% Encoding: UTF8
-@Article{aarticle2,
- Title = {密码学与数学},
- Author = {陶仁骥},
- Number = {7},
- Pages = {527},
- Volume = {7},
- Date = {1984},
- Journaltitle = {自然杂志},
- Language = {cn},
- Usera = {J}
-}
-
-@Article{aarticle3,
- Title = {亚洲地层与地质历史概述},
- Author = {亚洲地质图编目组},
- Pages = {194-208},
- Volume = {3},
- Date = {1978},
- Journaltitle = {地质学报},
- Language = {cn},
- Usera = {J}
-}
-
-@Article{aarticle5,
- Title = {Technical services in 1983},
- Author = {J A HEWITT},
- Number = {3},
- Pages = {205-218},
- Volume = {28},
- Date = {1984},
- Journaltitle = {Library Resource Services},
- Usera = {J}
+@Book{GPS1988--,
+ Title = {外国出版史},
+ Author = {昂温, G and 昂温, P S},
+ Publisher = {中国书籍出版社},
+ Translator = {陈生诤},
+ Year = {1988},
+ Location = {北京}
}
@Article{Andersen1995-42-49,
@@ -56,80 +31,30 @@
Volume = {86}
}
-@Article{aonline1,
- Title = {互联网环境下的信息处理与图书管理系统解决方案},
- Author = {江向东},
- Number = {2},
- Pages = {4},
- Volume = {18},
- Date = {1999},
- Journaltitle = {情报学报},
- Language = {cn},
- Url = {http://www.chinainfo.gov.cn/periodical/qbxb/qbxb99/qbxb990203},
- Urldate = {2000-01-18},
- Usera = {J/OL}
-}
-
-@Article{aonline3,
- Title = {Plant physiology:plant biology in the Genome Era},
- Author = {M CHRISTINE},
- Pages = {331-332},
- Volume = {281},
- Date = {1998},
- Journaltitle = {Science},
- Url = {http://www.sciencemag.org/cgi/collection/anatmorp},
- Urldate = {1998-09-23},
- Usera = {J/OL}
-}
-
-@Article{article1,
- Title = {气候学研究的若干理论问题},
- Author = {李晓东 and 张庆红 and 叶瑾琳},
- Number = {1},
- Pages = {101-106},
- Volume = {35},
- Date = {1999},
- Journaltitle = {北京大学学报},
- Journaltitleaddon = {自然科学版},
- Language = {cn},
- Usera = {J}
-}
-
-@Article{article2,
- Title = {元谋人牙齿测量数据的统计分析及其在分类研究上的意义},
- Author = {刘武 and 郑良 and 姜础},
- Number = {23},
- Pages = {2481-2488},
- Volume = {44},
- Date = {1999},
- Journaltitle = {科学通报},
- Language = {cn},
- Usera = {J}
+@Inbook{BUSECK1980-117-211,
+ Title = {Subsolidus phenomena in pyroxenes},
+ Author = {P R BUSECK and NORD, Jr., G L and D R VEBLEN},
+ Bookauthor = {CT PREWITT},
+ Booktitle = {Pyroxense},
+ Pages = {117-211},
+ Publisher = {Mineralogical Society of America},
+ Date = {1980},
+ Location = {Washington, D.C.}
}
-@Article{article4,
- Title = {数字式中文全球文献格式的设计与研究},
- Author = {莫少强},
- Number = {4},
- Pages = {1-6},
- Volume = {18},
- Date = {1999},
- Journaltitle = {情报学报},
- Language = {cn},
- Url = {http://periodical.wanfangdata.com.cn/periodical/qbxb/qbxb99/qbxb9904/990407.htm},
- Urldate = {2001-07-08},
- Usera = {J/OL}
+@Report{Calkin2011-8-9,
+ Title = {a comparative risk assessment framework for wildland fire management: the 2010 cohesive strategy Science report:RMRS-GTR-262},
+ Author = {Calkin, D and Ager, a. and Thompson, m.},
+ Pages = {8-9},
+ Year = {2011}
}
-@Article{article5,
- Title = {Shaking without quaking},
- Author = {H KANAMORI},
- Number = {5359},
- Pages = {2063-2064},
- Volume = {279},
- Date = {1998},
- Journaltitle = {Science},
- Usera = {J}
+@Thesis{CALMS1965--,
+ Title = {Infrared spectroscopic studies on solid oxygen},
+ Author = {R B CALMS},
+ Institution = {Univ. of California},
+ Date = {1965},
+ Location = {Berkeley}
}
@Article{article6,
@@ -143,61 +68,6 @@
Usera = {J}
}
-@Article{articlemorenames,
- Title = {Cooperation enforcement and learning for optimizing packet forwarding in autonomous wireless networks},
- Author = {Pandana, C. and Han, Z. and Liu, K.J.R. and others},
- Journal = {Wireless Communications, IEEE Transactions on},
- Year = {2008},
- Number = {8},
- Pages = {3150--3163},
- Volume = {7},
- Publisher = {IEEE}
-}
-
-@Article{ay2,
- Title = {The information needs of historians},
- Author = {M. F. STIEG},
- Number = {6},
- Pages = {549-560},
- Volume = {42},
- Date = {1981},
- Journaltitle = {College and Research Libraries},
- Usera = {J}
-}
-
-@Article{ay3,
- Title = {Morphology and genesis of nodular chalks and hardgrounds in the Upper
- Cretacesous of southern England},
- Author = {W. J. KENNEDY and R. E. GARRISON},
- Pages = {311-386},
- Volume = {22},
- Date = {1975},
- Journaltitle = {Sedimentology},
- Usera = {J}
-}
-
-@Article{ay4,
- Title = {Morphology and genesis of nodular chalks and hardgrounds in the Upper
- Cretacesous of southern England},
- Author = {W. J. KENNEDY and R. E. GARRISON},
- Pages = {339-360},
- Volume = {8},
- Date = {1975},
- Journaltitle = {Lethaia},
- Usera = {J}
-}
-
-@Article{ay6,
- Title = {中国的青年刊物},
- Author = {刘彻东},
- Number = {5},
- Pages = {38-39},
- Date = {1998},
- Journaltitle = {中国出版},
- Titleaddon = {个性特色为本},
- Usera = {J}
-}
-
@Article{Chiani1998-2998-3008,
Title = {Error probability for block codes over channels with block interference},
Author = {Chiani, M.},
@@ -208,19 +78,9 @@
Volume = {44}
}
-@Article{Chiani2003-840-845,
- Title = {New exponential bounds and approximations for the computation of error probability in fading channels},
- Author = {Chiani, M. and Dardari, D. and Simon,M. K.},
- Journal = {IEEE Trans. Wireless Commun.},
- Year = {2003},
- Number = {4},
- Pages = {840-845},
- Volume = {2}
-}
-
@Article{Chiani2004-1312-1318,
Title = {Further results on convolutional code search for blockfading channels},
- Author = {Chiani, M. and Conti,A. and Tralli, V.},
+ Author = {M. Chiani and A. Conti and V. Tralli},
Journal = {IEEE Trans. Inf. Theory},
Year = {2004},
Number = {6},
@@ -228,6 +88,30 @@
Volume = {50}
}
+@Article{Chiani2004-1312-1318a,
+ Title = {Further results on convolutional code search for blockfading channels-a},
+ Author = {M. Chiani and A. Conti and V. Tralli},
+ Year = {2004},
+ Pages = {1312-1318}
+}
+
+@Article{Chiani2004-1312-1318b,
+ Title = {Further results on convolutional code search for blockfading channels-b},
+ Author = {M. Chiani and A. Conti and V. Tralli},
+ Year = {2004},
+ Pages = {1312-1318}
+}
+
+@Article{Chiani2003-840-845,
+ Title = {New exponential bounds and approximations for the computation of error probability in fading channels},
+ Author = {Chiani, M. and Dardari, D. and Simon, M. K.},
+ Journal = {IEEE Trans. Wireless Commun.},
+ Year = {2003},
+ Number = {4},
+ Pages = {840-845},
+ Volume = {2}
+}
+
@Article{Chiani2009-231-254,
Title = {Coexistence between UWB and narrow-band wireless communication systems},
Author = {Chiani, M. and Giorgetti, A.},
@@ -238,6 +122,35 @@
Volume = {97}
}
+@Conference{Choi2002-1075-1080,
+ Title = {Performance analysis of ultra-wideband spread-spectrum communications in narrowband interference},
+ Author = {Choi, J. D. and Stark,W. E.},
+ Booktitle = {Proc. IEEE Military Commun. Conf. (MILCOM)},
+ Year = {2002},
+ Address = {Anaheim, CA},
+ Pages = {1075-1080},
+ Volume = {2}
+}
+
+@Article{aonline3,
+ Title = {Plant physiology:plant biology in the Genome Era},
+ Author = {M CHRISTINE},
+ Pages = {331-332},
+ Url = {http://www.sciencemag.org/cgi/collection/anatmorp},
+ Urldate = {1998-09-23},
+ Volume = {281},
+ Date = {1998},
+ Journaltitle = {Science},
+ Usera = {J/OL}
+}
+
+@Online{Commonwealth--,
+ Title = {Pennsylvania library laws},
+ Author = {{Commonwealth libraries bureau of library development.Pennsylvania department of education office}},
+ Url = {http://www.racc.edu},
+ Urldate = {2013-03-24}
+}
+
@Article{Coulson2004-2277-2287,
Title = {Narrowband interference in pilot symbol assisted OFDM systems},
Author = {Coulson, A. J.},
@@ -258,14 +171,21 @@
Volume = {5}
}
-@Article{Dardari1999-1709-1721,
- Title = {High-speed indoor wireless communications at 60 GHz with coded OFDM},
- Author = {Dardari, D. and Tralli,V.},
- Journal = {IEEE Trans. Commun.},
- Year = {1999},
- Number = {11},
- Pages = {1709-1721},
- Volume = {47}
+@Book{ay1,
+ Title = {Invisible college},
+ Author = {D. CRANE},
+ Publisher = {Univ. of Chicago Press},
+ Date = {1972},
+ Location = {Chicago},
+ Usera = {M}
+}
+
+@Book{CRAWFPRD1995--,
+ Title = {Future libraries:dreams, maddness, \& reality},
+ Author = {W CRAWFPRD and M GORMAN},
+ Publisher = {American Library Association},
+ Date = {1995},
+ Location = {Chicago}
}
@Article{Dardari2004-1557-1567,
@@ -277,6 +197,26 @@
Pages = {1557-1567}
}
+@Conference{Dardari2002-201-206,
+ Title = {Simple and accurate models for error probability evaluation of IEEE802.11 DS-SS physical interface in the presence of Bluetooth interference},
+ Author = {Dardari, D. and Pasolini,G.},
+ Booktitle = {Proc. IEEE Global Telecommun. Conf. (GLOBECOM)},
+ Year = {2002},
+ Address = {Taipei},
+ Pages = {201-206},
+ Volume = {1}
+}
+
+@Article{Dardari1999-1709-1721,
+ Title = {High-speed indoor wireless communications at 60 GHz with coded OFDM},
+ Author = {Dardari, D. and Tralli,V.},
+ Journal = {IEEE Trans. Commun.},
+ Year = {1999},
+ Number = {11},
+ Pages = {1709-1721},
+ Volume = {47}
+}
+
@Article{DESMARAIS1992-605-609,
Title = {Carbon isotope evidence for the stepwise oxidation of the Proterozoic environment},
Author = {DES MARAIS, D J and H STRAUSS and R E SUMMONS and others},
@@ -286,24 +226,98 @@
Journaltitle = {Nature}
}
+@Report{Eggrers--,
+ Title = {One-dimensional flows of an imperfect diatomic gas},
+ Author = {Eggrers, A. J.},
+ Number = {959},
+ Type = {NACA report}
+}
+
+@Conference{Firoozbakhsh2003-473-477,
+ Title = {Analysis of IEEE 802.11a interference on UWB systems},
+ Author = {Firoozbakhsh, B. and Pratt,T. G. and Jayant,N.},
+ Booktitle = {Proc. of IEEE Conference on Ultrawideband Systems and Technologies (UWBST)},
+ Year = {2003},
+ Address = {Oulu, Finland},
+ Pages = {473-477}
+}
+
+@Conference{Foerster2002-1931-1935,
+ Title = {Interference modeling of pulse-based UWB waveforms on narrowband systems},
+ Author = {Foerster, J. R.},
+ Booktitle = {Proc. IEEE Veh. Technol. Conf.},
+ Year = {2002},
+ Address = {Birmingham, AL},
+ Pages = {1931-1935},
+ Volume = {4}
+}
+
+@Conference{Fontana2002-309-313,
+ Title = {An insight into UWB interference from a shot noise perspective},
+ Author = {Fontana, R. J.},
+ Booktitle = {Proc. of IEEE Conference on Ultrawideband Systems and Technologies (UWBST)},
+ Year = {2002},
+ Address = {Baltimore, MD},
+ Pages = {309-313}
+}
+
+@Inproceedings{FOURNEY1971-17-38,
+ Title = {Advances in holographic photoelasticity},
+ Author = {M E FOURNEY},
+ Booktitle = {Symposium on Applications of Holography in Mechanics, August 23-25, 1971, University of Southern California, Los Angeles, California},
+ Pages = {17-38},
+ Publisher = {ASME},
+ Date = {1971},
+ Location = {New York}
+}
+
+@Inproceedings{FOURNEY1971-17-38a,
+ Title = {Advances in holographic photoelasticity},
+ Author = {M E FOURNEY},
+ Bookauthor = {American Society of Mechanical Engineers. Applied Mechanics Division},
+ Booktitle = {Symposium on Applications of Holography in Mechanics, August 23-25, 1971. University of Southern California, Los Angeles, California},
+ Pages = {17-38},
+ Publisher = {ASME},
+ Date = {1971},
+ Location = {New York}
+}
+
@Article{Franz2013-1053-1062,
Title = {Phenotypic screening with oleaginous microalgae reveals modulators of lipid productivity},
Author = {Franz,A.K. AND DANIELEWICZ, M. A. AND WONG, D. M. AND OTHERS},
Journal = {ACS chemical biology},
Year = {2013},
Pages = {1053-1062},
- Volume = {8},
Url = {http://pubs.acs.org},
- Urldate = {2014-06-26}
+ Urldate = {2014-06-26},
+ Volume = {8}
}
-@Article{Giorgetti2005-1037-1042,
- Title = {The impact of OFDM interference on TH-PPM/BPAM transmission systems},
- Author = {Giorgetti, A. and Dardari,D.},
- Journal = {Proc. IEEE Veh. Technol. Conf.},
+@Conference{Giorgetti2005-794-798,
+ Title = {Coexistence of UWB and narrowband systems in Nakagami/Rice channels},
+ Author = {Giorgetti, A.},
+ Booktitle = {Proc. Int. Symp. on Wireless Personal Multimedia Commun. (WPMC)},
Year = {2005},
- Pages = {1037-1042},
- Volume = {2}
+ Address = {Aalborg, Denmark},
+ Pages = {794-798}
+}
+
+@Article{Giorgetti2005-384-389,
+ Title = {Influence of fading on the Gaussian approximation for BPSK and QPSK with asynchronous cochannel interference},
+ Author = {Giorgetti, A. and Chiani,M.},
+ Journal = {IEEE Trans. Wireless Commun.},
+ Year = {2005},
+ Number = {2},
+ Pages = {384-389},
+ Volume = {4}
+}
+
+@Conference{Giorgetti2006--,
+ Title = {Coexistence issues in cognitive radios based on ultra-wide bandwidth systems},
+ Author = {Giorgetti, A. and Chiani, M. and Dardari,D.},
+ Booktitle = {Proc. IEEE Int. Conf. on Cognitive Radio Oriented Wireless Net. and Comm. (CROWNCOM)},
+ Year = {2006},
+ Address = {Mykonos, Greece}
}
@Article{Giorgetti2005-2139-2149,
@@ -316,14 +330,22 @@
Volume = {53}
}
-@Article{Giorgetti2005-384-389,
- Title = {Influence of fading on the Gaussian approximation for BPSK and QPSK with asynchronous cochannel interference},
- Author = {Giorgetti, A. and Chiani,M.},
- Journal = {IEEE Trans. Wireless Commun.},
+@Article{Giorgetti2005-1037-1042,
+ Title = {The impact of OFDM interference on TH-PPM/BPAM transmission systems},
+ Author = {Giorgetti, A. and Dardari,D.},
+ Journal = {Proc. IEEE Veh. Technol. Conf.},
Year = {2005},
- Number = {2},
- Pages = {384-389},
- Volume = {4}
+ Pages = {1037-1042},
+ Volume = {2}
+}
+
+@Book{Gradshteyn2000--,
+ Title = {Tables of Integrals, Series, and Products},
+ Address = {San Diego},
+ Author = {Gradshteyn, I. S. and Ryzhik,I. M.},
+ Edition = {Sixth Edition},
+ Publisher = {CA: Academic Press, Inc.},
+ Year = {2000}
}
@Article{Haemaelaeinen2002-1712-1721,
@@ -336,6 +358,17 @@
Volume = {20}
}
+@Article{aarticle5,
+ Title = {Technical services in 1983},
+ Author = {J A HEWITT},
+ Number = {3},
+ Pages = {205-218},
+ Volume = {28},
+ Date = {1984},
+ Journaltitle = {Library Resource Services},
+ Usera = {J}
+}
+
@Article{Holtzman1992-243-247,
Title = {On using perturbation analysis to do sensitivity analysis: derivatives versus differences},
Author = {Holtzman, J. M.},
@@ -346,6 +379,13 @@
Volume = {37}
}
+@Online{online3,
+ Title = {UNIMARC and metadata: Dublin Core},
+ Author = {A HOPKINSON},
+ Url = {http://www.rfla.org/IV/rfla64/13801613.htm},
+ Urldate = {1999-12-08}
+}
+
@Article{Hu2006-1720-1724,
Title = {Performance of an ultra-wideband communication system in the presence of narrowband BPSK-and QPSK-modulated OFDM interference},
Author = {Hu, B. and Beaulieu,N. C.},
@@ -356,6 +396,123 @@
Volume = {54}
}
+@Report{Humphrey1971--,
+ Title = {The sonic throat method and real gas one-dimensional flow: an application to air and nitrogen},
+ Author = {Humphrey, Richard L. and Wagner, Jerry L.},
+ Number = {730029},
+ Type = {AD},
+ Year = {1971}
+}
+
+@Book{IFLAI1977--,
+ Title = {Names of persons: national usages for entry in catalogues},
+ Author = {{International Federation of Library Association and Institutions}},
+ Edition = {3},
+ Publisher = {IFLA International Office for UBC},
+ Year = {1977},
+ Location = {London}
+}
+
+@Article{article5,
+ Title = {Shaking without quaking},
+ Author = {H KANAMORI},
+ Number = {5359},
+ Pages = {2063-2064},
+ Volume = {279},
+ Date = {1998},
+ Journaltitle = {Science},
+ Usera = {J}
+}
+
+@Article{ay3,
+ Title = {Morphology and genesis of nodular chalks and hardgrounds in the Upper
+ Cretacesous of southern England},
+ Author = {W. J. KENNEDY and R. E. GARRISON},
+ Pages = {311-386},
+ Volume = {22},
+ Date = {1975},
+ Journaltitle = {Sedimentology},
+ Usera = {J}
+}
+
+@Article{ay4,
+ Title = {Morphology and genesis of nodular chalks and hardgrounds in the Upper
+ Cretacesous of southern England},
+ Author = {W. J. KENNEDY and R. E. GARRISON},
+ Pages = {339-360},
+ Volume = {8},
+ Date = {1975},
+ Journaltitle = {Lethaia},
+ Usera = {J}
+}
+
+@Book{Kinchy2012-50-50,
+ Title = {Seeds, Sciences, and struggle : the global politics of transgenic crops},
+ Address = {Cambridge,Mass.},
+ Author = {Kinchy, A.},
+ Pages = {50},
+ Publisher = {MIT Press},
+ Year = {2012},
+ Url = {http://lib.myilibary.com},
+ Urldate = {2013-07-14}
+}
+
+@Patent{KOSEKI2002--,
+ Title = {Compiler},
+ Author = {A KOSEKI and H MOMOSE and M KAWAHITO and others},
+ Number = {US828402},
+ Url = {http://FF&p=1&u=netahtml/PTO/search-bool.html&r=5&f=G&l=50&col=AND&d=PG01&sl=IBM.AS.&0S=AN/IBM&RS=AN/IBM},
+ Urldate = {2002-05-28},
+ Date = {2002-05-25}
+}
+
+@Manual{Lehman2013--,
+ Title = {The biblatex Package},
+ Author = {Philipp Lehman and Philip Kime and Audrey Boruvka and Joseph Wright},
+ Year = {2013},
+ Month = {11},
+ Subtitle = {Programmable Bibliographies and Citations},
+ Version = {version 2.8a}
+}
+
+@Manual{Lehman2015,
+ Title = {The Biblatex Package: Programmable Bibliographies and Citations},
+ Author = {Philipp Lehman and Philip Kime and Audrey Boruvka and Joseph Wright},
+ Date = {2015-04-20},
+ Version = {3.0}
+}
+
+@Conference{Li2004-21-24,
+ Title = {Practical approaches to channel estimation and interference suppression for OFDM based UWB communications},
+ Author = {Li, Y. and Molisch,A. F. and Zhang,J.},
+ Booktitle = {Proc. of the IEEE 6th Circ. and Syst., Symp. on Emerging Technologies: Frontiers of Mobile and Wireless Communication},
+ Year = {2004},
+ Pages = {21-24},
+ Volume = {1}
+}
+
+@Book{Lin2004--,
+ Title = {Error Control Coding},
+ Address = {Englewood Cliffs},
+ Author = {Lin, S. and Daniel Costello,J.},
+ Edition = {Second Edition},
+ Publisher = {NJ:Prentice Hall},
+ Year = {2004}
+}
+
+@Inbook{ainbook5,
+ Title = {Control of electronic resources in Australia},
+ Author = {G MARTIN},
+ Bookauthor = {L W PATTLE and B J COX},
+ Booktitle = {Electronic resources},
+ Pages = {85-96},
+ Publisher = {The Haworth Press},
+ Booktitleaddon = {selection and bibliographic control},
+ Date = {1996},
+ Location = {New York},
+ Usera = {M}
+}
+
@Article{McEliece1984-44-53,
Title = {Channels with block interference},
Author = {McEliece, R. J. and Stark, W. E.},
@@ -376,6 +533,32 @@
Volume = {30}
}
+@Book{Miroslav2004--,
+ Title = {信号处理滤波器设计-基于matlab和mathematica的设计方法},
+ Address = {北京},
+ Author = {Miroslav, D. L. and Dejan, V. T. and Brian, L. E.},
+ Publisher = {电子工业出版社},
+ Translator = {朱义胜 and 董辉},
+ Year = {2004},
+ Month = {1}
+}
+
+@Manual{Mittelbach2015--,
+ Title = {An environment for multicolumn output},
+ Author = {Frank Mittelbach},
+ Year = {2015},
+ Month = {12}
+}
+
+@Book{Mittelbach2004--,
+ Title = {The LaTeX Companion},
+ Address = {Boston},
+ Author = {Frank Mittelbach and Michel Goossens and Johannes Braams and David Carlisle and Chris Rowley},
+ Edition = {Second Edition},
+ Publisher = {Addison-Wesley},
+ Year = {2004}
+}
+
@Article{Moeneclaey2001-497-505,
Title = {Sensitivity of multiple-access techniques to narrowband interference},
Author = {Moeneclaey, M. and Bladel,M. V. and Sari,H.},
@@ -406,6 +589,65 @@
Volume = {6}
}
+@Conference{Nasri2008-3616-3621,
+ Title = {Performance Evaluation of BICM-OFDM Systems Impaired by UWB Interference},
+ Author = {Nasri, A. and Schober,R. and Lampe,L.},
+ Booktitle = {Proc. IEEE Int. Conf. on Commun.},
+ Year = {2008},
+ Address = {Beijing, China},
+ Pages = {3616-3621}
+}
+
+@Inproceedings{inproceeding1,
+ Title = {Force control of redundant robots},
+ Author = {B Nemec},
+ Booktitle = {Processings of Symposium on Robot Control},
+ Pages = {209-214},
+ Year = {1997},
+ Country = {Nantes France}
+}
+
+@Book{OBRIEN1994--,
+ Title = {Introduction to information systems},
+ Author = {J A O'BRIEN},
+ Edition = {7},
+ Publisher = {Irwin},
+ Date = {1994},
+ Location = {Burr Ridge, III.}
+}
+
+@Manual{Oetiker2011--,
+ Title = {The Not So Short Introduction to LATEX2ε},
+ Author = {Tobias Oetiker and Hubert Partl and Irene Hyna and Elisabeth Schleg},
+ Year = {2011},
+ Month = {4}
+}
+
+@Online{OMG2003--,
+ Title = {Unified Modeling Language: Superstructure},
+ Author = {{omg Inc.}},
+ Url = {http://www.omg.org},
+ Year = {2003}
+}
+
+@Online{online2,
+ Title = {History of OCLC},
+ Author = {{Online Computer Library Center, Inc.}},
+ Url = {http://www.oclc.org/about/history/default.htm},
+ Urldate = {2000-01-08}
+}
+
+@Article{articlemorenames,
+ Title = {Cooperation enforcement and learning for optimizing packet forwarding in autonomous wireless networks},
+ Author = {Pandana, C. and Han, Z. and Liu, K.J.R. and others},
+ Journal = {Wireless Communications, IEEE Transactions on},
+ Year = {2008},
+ Number = {8},
+ Pages = {3150--3163},
+ Volume = {7},
+ Publisher = {IEEE}
+}
+
@Article{Park2010-696-715,
Title = {metadata quality Control in Digital repositories and collections: criteria, semantics, and mechanisms},
Author = {Park, J R and tosaka, Y.},
@@ -413,9 +655,111 @@
Year = {2010},
Number = {8},
Pages = {696-715},
- Volume = {48},
Url = {http://www.tandfonline.com},
- Urldate = {2013-09-05}
+ Urldate = {2013-09-05},
+ Volume = {48}
+}
+
+@Book{Parsons2000a--,
+ Title = {The Mobile Radio Propagation Channel},
+ Address = {Hoboken},
+ Author = {PARSONS},
+ Edition = {2},
+ Publisher = {John Wiley and Sons},
+ Year = {2000}
+}
+
+@Book{Parsons2000b--,
+ Title = {The Mobile Radio Propagation Channel},
+ Address = {Hoboken},
+ Author = {Parsons},
+ Edition = {2},
+ Publisher = {John Wiley and Sons},
+ Year = {2000}
+}
+
+@Book{Parsons2000--,
+ Title = {The Mobile Radio Propagation Channel},
+ Address = {Hoboken},
+ Author = {Parsons, J. D.},
+ Edition = {2},
+ Publisher = {John Wiley and Sons},
+ Year = {2000}
+}
+
+@Book{Parsons2000nodate--,
+ Title = {The Mobile Radio Propagation Channel},
+ Address = {Hoboken},
+ Author = {Parsons, J. D.},
+ Edition = {2},
+ Publisher = {John Wiley and Sons}
+}
+
+@Book{Parsons2000noloc--,
+ Title = {The Mobile Radio Propagation Channel},
+ Author = {Parsons, J. D.},
+ Edition = {2},
+ Publisher = {John Wiley and Sons},
+ Year = {2000}
+}
+
+@Book{Parsons2000nopub--,
+ Title = {The Mobile Radio Propagation Channel},
+ Address = {Hoboken},
+ Author = {Parsons, J. D.},
+ Edition = {2},
+ Year = {2000}
+}
+
+@Book{Parsons2000nopubnoyear--,
+ Title = {The Mobile Radio Propagation Channel},
+ Address = {Hoboken},
+ Author = {Parsons, J. D.},
+ Edition = {2}
+}
+
+@Book{Parsons2000nopubpages--,
+ Title = {The Mobile Radio Propagation Channel},
+ Address = {Hoboken},
+ Author = {Parsons, J. D.},
+ Edition = {2},
+ Pages = {15-20},
+ Year = {2000}
+}
+
+@Book{PEEBLES2001--,
+ Title = {Probability, random variable and random signal principles},
+ Author = {PEEBLES, Jr., P Z},
+ Edition = {4},
+ Publisher = {McGraw Hill},
+ Year = {2001},
+ Location = {New York}
+}
+
+@Book{Peebles2001-100-100,
+ Title = {Probability, random variable, and random signal Principles},
+ Address = {New York},
+ Author = {von Peebles, Jr., P. Z.},
+ Edition = {4},
+ Pages = {100},
+ Publisher = {McGraw-Hill},
+ Year = {2001}
+}
+
+@Conference{Piazzo2001--,
+ Title = {UWB EM compatibility and coexistence issues},
+ Author = {Piazzo, L.},
+ Booktitle = {Proc. 1st Int. Workshop on Networking with UWB},
+ Year = {2001},
+ Address = {Rome, Italy}
+}
+
+@Book{PIGGOT1990--,
+ Title = {The cataloguer's way through AACR2: from document receipt to document retrieval},
+ Author = {T. M. PIGGOT},
+ Publisher = {The Library Association},
+ Year = {1990},
+ Location = {London}
}
@Article{Pinto2009-1268-1282,
@@ -428,6 +772,40 @@
Volume = {27}
}
+@Book{Poisel2013--,
+ Title = {通信电子战原理},
+ Address = {北京},
+ Author = {Poisel, Richard A.},
+ Edition = {2版},
+ Pages = {23--26},
+ Publisher = {电子工业出版社},
+ Translator = {聂皞 and 王振华 and 陈少昌 and 吴利民},
+ Year = {2013},
+ Url = {http://www.baidu.com},
+ Urldate = {2013-08-01},
+ Month = {1}
+}
+
+@Book{Praetzellis2011-13-13,
+ Title = {death by theory: a tale of mystery and archaeological theory},
+ Author = {Praetzellis, A.},
+ Edition = {Rev. ed.},
+ Pages = {13},
+ Publisher = {Rowman \& Littlefield Publishing Group, Inc.},
+ Year = {2011},
+ Url = {http://lib.myilibrary.com},
+ Urldate = {2012-07-26}
+}
+
+@Book{Proakis2007--,
+ Title = {Digital signal processing: Principles,algorithms, and applications},
+ Address = {北京},
+ Author = {Proakis, J. G. AND Manolakis, D. G.},
+ Edition = {第4版},
+ Publisher = {电子工业出版社},
+ Year = {2007}
+}
+
@Article{Quek2007-2126-2139,
Title = {Unified analysis of UWB transmitted-reference schemes in the presence of narrowband interference},
Author = {Quek, T. Q. S. and Win,M. Z. and Dardari,D.},
@@ -438,6 +816,43 @@
Volume = {6}
}
+@Book{Reed2005--,
+ Title = {An Introduction to Ultrawideband Communication Systems},
+ Address = {Upper Saddle River},
+ Author = {Reed, J. H.},
+ Publisher = {NJ: Prentice Hall},
+ Year = {2005}
+}
+
+@Manual{Robertson2011--,
+ Title = {The ccaption package},
+ Author = {Will Robertson and Peter Wilson and Herries Press},
+ Year = {2011},
+ Month = {8},
+ Version = {v3.2c}
+}
+
+@Book{abook9,
+ Title = {Logic and structured design for computer programmers},
+ Author = {H J ROOD},
+ Edition = {3},
+ Publisher = {Brooks/Cole-Thomson Learning},
+ Date = {2001},
+ Usera = {M}
+}
+
+@Book{Ross2010--,
+ Title = {概率论基础教程},
+ Address = {北京},
+ Author = {Ross, S. M.},
+ Edition = {第8版},
+ Publisher = {人民邮电出版社},
+ Translator = {郑忠国 and 詹从赞},
+ Year = {2010},
+ Language = {chinese},
+ Month = {4}
+}
+
@Article{Saito2006-169-176,
Title = {jadeite-bearing metagabbro in serpentinite m\'elange of the "kurosegawa belt" in Izumi Town,Yatsushiro city, kumamoto prefecture, central kyushu},
Author = {Saito, M. and Miyazaki, k.},
@@ -458,6 +873,23 @@
Volume = {55}
}
+@Book{Simon2004--,
+ Title = {Digital Communication over Fading Channels},
+ Address = {Hoboken},
+ Author = {Simon, M. K. and Alouini,M-S.},
+ Publisher = {NJ: Wiley-IEEE Press},
+ Year = {2004}
+}
+
+@Book{Simon2001--,
+ Title = {Spread Spectrum Communications Handbook},
+ Address = {New York City},
+ Author = {Simon, M. K. and Omura,J. K. and Scholtz,R. A. and Levitt,B. K.},
+ Publisher = {McGraw-Hill, Inc.},
+ Year = {2001},
+ Language = {english}
+}
+
@Article{Snow2007-1736-1746,
Title = {Error rate analysis for coded multicarrier systems over quasistatic fading channels},
Author = {Snow, C. and Lampe, L. and Schober,R.},
@@ -468,6 +900,61 @@
Volume = {55}
}
+@Manual{Sommerfeldt2011--,
+ Title = {Customizing captions of floating environments},
+ Author = {Axel Sommerfeldt},
+ Year = {2011},
+ Month = {11},
+ Url = {http://sourceforge.net/projects/latex-caption/}
+}
+
+@Article{ay2,
+ Title = {The information needs of historians},
+ Author = {M. F. STIEG},
+ Number = {6},
+ Pages = {549-560},
+ Volume = {42},
+ Date = {1981},
+ Journaltitle = {College and Research Libraries},
+ Usera = {J}
+}
+
+@Book{Stueber2001--,
+ Title = {Principles of Mobile Communication},
+ Address = {Norwell},
+ Author = {Stüber, G. L.},
+ Edition = {Second Edition},
+ Publisher = {MA: Kluwer Academic Publishers},
+ Year = {2001}
+}
+
+@Patent{patent3,
+ Title = {Electronic watermarking method and system},
+ Author = {R TACHIBANA and S SHIMIZU and S KOBAYSHI and others},
+ Number = {US6915001},
+ Url = {http://patftuspto.gov/netacgi/nph-Parser?
+ Seetl=PTO2&Sect2=HITOFF&=1&u=/netahhml/search-bool.html
+ &r=1&f=G&1=50&col=AND&d=ptxt&sl=`Electronic+watermarking+method+system'.TTL.&OS=TTL/},
+ Urldate = {2002-05-28},
+ Date = {2002-04-25}
+}
+
+@Report{DTFHA1990--,
+ Title = {Guidelines for handling excavated acid-producing materials, PB 91-194001},
+ Author = {{U.S. Department of Transportation Federal Highway Administration}},
+ Institution = {U.S. Department of Commerce National Information Service},
+ Year = {1990},
+ Location = {Springfield}
+}
+
+@Manual{Umeki2010--,
+ Title = {The geometry package},
+ Author = {Hideo Umeki},
+ Year = {2010},
+ Month = {09},
+ Version = {v5.6}
+}
+
@Article{Walls2013-399-418,
Title = {drought, deluge and declines: the impact of precipition extremes on amphibians in a changing climate},
Author = {Walls, S C and barichivich, W. J. and BROWN, m. e.},
@@ -475,9 +962,52 @@
Year = {2013},
Number = {1},
Pages = {399-418},
- Volume = {2},
Url = {http://www.mdpi.com},
- Urldate = {2013-11-04}
+ Urldate = {2013-11-04},
+ Volume = {2}
+}
+
+@Inbook{inbook6,
+ Title = {Pathogenic properties of invading microorganism},
+ Author = {L WEINSTEIN and M N SWERTZ},
+ Bookauthor = {SODEMAN, Jr., W A and W A SODEMAN},
+ Booktitle = {Pathologic physiology},
+ Pages = {745-772},
+ Publisher = {Saunders},
+ Year = {1974},
+ Booktitleaddon = {mechanisms of disease},
+ Language = {en},
+ Location = {Philadelphia},
+ Usera = {M}
+}
+
+@Report{WHO1970--,
+ Title = {Factors regulating the immune response},
+ Author = {{World Health Organization}},
+ Institution = {WHO},
+ Date = {1970},
+ Location = {Geneva},
+ Titleaddon = {report of WHO Scientific Group}
+}
+
+@Book{Yi2013--,
+ Title = {Supersonic and hypersonic nozzle design},
+ Address = {BeiJing},
+ Author = {Yi, S H and Zhao, Y X and He, L and Zhang, M L},
+ Publisher = {National Defense Industry Press},
+ Year = {2013}
+}
+
+@Book{book11,
+ Title = {Geoecology and computers},
+ Author = {S. A. YUFIN},
+ Publisher = {A. A. Balkema},
+ Year = {2000},
+ Location = {Rotterdam},
+ Titleaddon = {proceedings of the Third International Conference on Advances of
+ Computer Methods in Geotechnical and Geoenvironmental
+ Engineering, Moscow, Russia, February 1-4, 2000},
+ Usera = {C}
}
@Article{Zhang2007-500-503,
@@ -500,15 +1030,54 @@
Volume = {20}
}
+@Book{埃伯哈德$ullet$蔡德勒等2012--,
+ Title = {数学指南-实用数学手册},
+ Address = {北京},
+ Author = {埃伯哈德$\bullet$蔡德勒等},
+ Publisher = {科学出版社},
+ Translator = {李文林等},
+ Year = {2012},
+ Month = {1}
+}
+
+@Inbook{白书农1998-146-163,
+ Title = {植物开花研究},
+ Author = {白书农},
+ Bookauthor = {李承森},
+ Booktitle = {植物科学进展},
+ Pages = {146-163},
+ Publisher = {高等教育出版社},
+ Year = {1998},
+ Location = {北京}
+}
+
+@Unpublished{包太雷2013--,
+ Title = {LaTeX Notes},
+ Author = {包太雷},
+ Year = {2013},
+ Edition = {第二版},
+ Month = {9},
+ Subtitle = {雷太赫排版系统简介}
+}
+
+@Book{蔡敏2006--,
+ Title = {UML基础和Rose建模教程},
+ Address = {北京},
+ Author = {蔡敏 and 徐慧慧 and 黄柄强},
+ Publisher = {人民邮电出版社},
+ Year = {2006},
+ Month = {1}
+}
+
@Article{陈高峰2011-230-232,
Title = {基于开放式框架的交叉开发环境设计与实现},
Author = {陈高峰},
Journal = {煤炭技术},
Year = {2011},
- Month = {6},
Number = {6},
Pages = {230-232},
- Volume = {30}
+ Volume = {30},
+ Month = {6}
}
@Article{陈建军2010-93-93,
@@ -516,23 +1085,77 @@
Author = {陈建军},
Journal = {国图资源导刊},
Year = {2010},
+ Doi = {10.3969/j.issn.1672-5603.2010.10.038},
Number = {10},
Pages = {93},
- Volume = {7},
- Doi = {10.3969/j.issn.1672-5603.2010.10.038},
Url = {http://d.g.wanfangdata.com.cn},
- Urldate = {2013-03-20}
+ Urldate = {2013-03-20},
+ Volume = {7}
}
@Article{陈金成2001-1861-1864,
Title = {一种开放式体系结构经济型数控装置的研制},
- Author = {陈金成 and 杨海威 and 钟廷修},
+ Author = {陈金成 and 杨海威 and 钟廷修},
Journal = {上海交通大学学报},
Year = {2001},
- Month = {12},
Number = {12},
Pages = {1861-1864},
- Volume = {35}
+ Volume = {35},
+ Month = {12}
+}
+
+@Inbook{inbook2,
+ Title = {蓟县震旦亚界研究},
+ Author = {陈晋镳 and 张惠民 and 朱士兴 and others},
+ Bookauthor = {中国地质科学院天津地质矿产研究所},
+ Booktitle = {中国震旦亚界},
+ Pages = {56-114},
+ Publisher = {天津科学出版社},
+ Year = {1980},
+ Language = {cn},
+ Location = {天津},
+ Usera = {M}
+}
+
+@Book{陈希孺2009--,
+ Title = {概率论与数理统计},
+ Address = {合肥},
+ Author = {陈希孺},
+ Publisher = {中国科学技术大学出版社},
+ Year = {2009},
+ Month = {2}
+}
+
+@Book{陈志杰2006--,
+ Title = {LaTeX 入门与提高},
+ Address = {北京},
+ Author = {陈志杰 and 赵书钦 and 李树钧 and 万福永},
+ Edition = {第二版},
+ Publisher = {高等教育出版社},
+ Year = {2010},
+ Month = {5}
+}
+
+@Proceedings{陈志勇2011--,
+ Title = {中国财税文化价值研究:“中国财税文化国际学术研讨会”论文集},
+ Address = {北京},
+ Author = {陈志勇},
+ Publisher = {经济科学出版社},
+ Year = {2011},
+ Url = {http://apabi.lib.pku.edu.cn},
+ Urldate = {2013-10-14}
+}
+
+@Inbook{inbook1,
+ Title = {1998年长江洪水的成因与减灾对策},
+ Author = {程根伟},
+ Bookauthor = {许厚泽 and 赵其国},
+ Booktitle = {长江流域洪涝灾害与科技对策},
+ Pages = {32-36},
+ Publisher = {科学出版社},
+ Year = {1999},
+ Language = {cn},
+ Location = {北京}
}
@Article{储大同2010-721-724,
@@ -540,12 +1163,12 @@
Author = {储大同},
Journal = {中华肿瘤杂志},
Year = {2010},
+ Doi = {10.7666/d.y351065},
Number = {10},
Pages = {721-724},
- Volume = {32},
- Doi = {10.7666/d.y351065},
Url = {http://www.sohu.com},
- Urldate = {2014-06-25}
+ Urldate = {2014-06-25},
+ Volume = {32}
}
@Article{储大同2010-721-724m,
@@ -553,12 +1176,12 @@
Author = {储大同},
Journal = {中华肿瘤杂志},
Year = {2010},
+ Doi = {10.7666/d.y351065},
Number = {9/10},
Pages = {721-724},
- Volume = {32},
- Doi = {10.7666/d.y351065},
Url = {http://www.sohu.com},
- Urldate = {2014-06-25}
+ Urldate = {2014-06-25},
+ Volume = {32}
}
@Article{丁文祥2000--,
@@ -570,15 +1193,23 @@
Journaltitle = {中国青年报}
}
+@Book{樊昌信2005--,
+ Title = {通信原理教程},
+ Address = {北京},
+ Author = {樊昌信},
+ Publisher = {电子工业出版社},
+ Year = {2005}
+}
+
@Article{傅刚2000--,
Title = {大风沙过后的思考},
Author = {傅刚 and 赵承 and 李佳路},
Note = {news},
Number = {14},
- Date = {2000-04-12},
- Journaltitle = {北京青年报},
Url = {http://www.bjyouth.com.cn/Bqb/20000412/GB/4216%5ED0412B1401.htm},
- Urldate = {2005-07-12}
+ Urldate = {2005-07-12},
+ Date = {2000-04-12},
+ Journaltitle = {北京青年报}
}
@Article{高光明1998-60-65,
@@ -586,10 +1217,10 @@
Author = {高光明},
Journal = {电讯技术 },
Year = {1998},
- Month = {4},
Number = {2},
Pages = {60-65},
- Volume = {38}
+ Volume = {38},
+ Month = {4}
}
@Article{高翔2015-26-31,
@@ -597,10 +1228,186 @@
Author = {高翔 and 李辰},
Journal = {航空电子技术},
Year = {2015},
- Month = {6},
Number = {2},
Pages = {26-31},
- Volume = {46}
+ Volume = {46},
+ Month = {6}
+}
+
+@Book{顾炎武1982--,
+ Title = {昌平山水记},
+ Author = {顾炎武},
+ Publisher = {北京古籍出版社},
+ Year = {1982},
+ Location = {北京},
+ Titleaddon = {东京考古录}
+}
+
+@Book{abook1,
+ Title = {广西自然保护区},
+ Author = {广西壮族自治区林业厅},
+ Publisher = {中国林业出版社},
+ Date = {1993},
+ Location = {北京},
+ Usera = {M}
+}
+
+@Book{郭文彬2006--,
+ Title = {通信原理--基于Matlab的计算机仿真},
+ Address = {北京},
+ Author = {郭文彬 and 桑林},
+ Publisher = {北京邮电大学出版社},
+ Year = {2006}
+}
+
+@Inbook{国家标准局信息分类编码研究所1988-59-92,
+ Title = {世界各国和地区名称代码 GB/T 2659-1986},
+ Author = {国家标准局信息分类编码研究所},
+ Bookauthor = {全国文献工作标准化技术委员会},
+ Booktitle = {文献工作国家标准汇编},
+ Pages = {59-92},
+ Publisher = {中国标准出版社},
+ Note = {standard},
+ Booktitleaddon = {3},
+ Date = {1988},
+ Location = {北京}
+}
+
+@Book{国家环境保护局科技标准司1996-2-3,
+ Title = {土壤环境质量标准:GB 15616-1995},
+ Address = {北京},
+ Author = {国家环境保护局科技标准司},
+ Note = {standard},
+ Pages = {2-3},
+ Publisher = {中国标准出版社},
+ Year = {1996},
+ Url = {http://wenku.baidu.com},
+ Urldate = {2013-10-14}
+}
+
+@InCollection{ainbook2,
+ Title = {论职工教育的特点},
+ Author = {韩吉人},
+ Booktitle = {职工教育研究论文集},
+ Publisher = {人民教育出版社},
+ Pages = {90-99},
+ Bookauthor = {中国职工教育研究会},
+ Date = {1985},
+ Location = {北京}
+}
+
+@Patent{河北绿洲生态环境科技有限公司2001--,
+ Title = {一种荒漠化地区生态植被综合培育种植方法},
+ Author = {河北绿洲生态环境科技有限公司},
+ Number = {01129210.5},
+ Url = {http://211.152.9.47/sipoasp/zlijs/hyjs-yx-new.asp?recid=01129210.5&leixin},
+ Urldate = {2002-05-28},
+ Date = {2001-10-24}
+}
+
+@Book{候文顺2010-119-119,
+ Title = {高分子物理:高分子材料分析、选择与改性},
+ Address = {北京},
+ Author = {候文顺},
+ Pages = {119},
+ Publisher = {化学工业出版社},
+ Year = {2010},
+ Url = {http://apabi.lib.pku.edu.cn},
+ Urldate = {2012-11-27}
+}
+
+@Book{胡承正2010-112-112,
+ Title = {理论物理概论:上},
+ Address = {武汉},
+ Author = {胡承正 and 周详 and 缪灵},
+ Pages = {112},
+ Publisher = {武汉大学出版社},
+ Year = {2010}
+}
+
+@Book{胡广书2012--,
+ Title = {数字信号处理—理论、算法与实现},
+ Address = {北京},
+ Author = {胡广书},
+ Edition = {第三版},
+ Publisher = {清华大学出版社},
+ Year = {2012},
+ Month = {10}
+}
+
+@Book{胡伟2011--,
+ Title = {LATEX2ε完全学习手册},
+ Address = {北京},
+ Author = {胡伟},
+ Publisher = {清华大学出版社},
+ Year = {2011},
+ Month = {1}
+}
+
+@Manual{胡振震2016,
+ Title = {符合 GB7714-2015 标准的 biblatex 参考文献样式文件},
+ Author = {胡振震},
+ Date = {2016-07-01}
+}
+
+@Inproceedings{贾东琴2011-45-52,
+ Title = {面向数字素养的高校图书馆数字服务体系研究},
+ Author = {贾东琴 and 柯平},
+ Bookauthor = {中国图书馆学会},
+ Booktitle = {中国图书馆学会年会论文集:2011年卷},
+ Pages = {45-52},
+ Year = {2011},
+ Address = {北京},
+ Publisher = {国家图书馆出版社}
+}
+
+@Patent{patent1,
+ Title = {一种温热外敷药制备方案},
+ Author = {姜锡洲},
+ Number = {88105607.3},
+ Date = {1989-07-26},
+ Titleaddon = {中国},
+ Usera = {P}
+}
+
+@Article{aonline1,
+ Title = {互联网环境下的信息处理与图书管理系统解决方案},
+ Author = {江向东},
+ Number = {2},
+ Pages = {4},
+ Url = {http://www.chinainfo.gov.cn/periodical/qbxb/qbxb99/qbxb990203},
+ Urldate = {2000-01-18},
+ Volume = {18},
+ Date = {1999},
+ Journaltitle = {情报学报},
+ Language = {cn},
+ Usera = {J/OL}
+}
+
+@Book{蒋有绪1998--,
+ Title = {中国森林群落分类及其群落学特征},
+ Address = {北京},
+ Author = {蒋有绪 and 郭泉水 and 马娟 and others},
+ Publisher = {科学出版社},
+ Year = {1998}
+}
+
+@Book{库恩2012--,
+ Title = {科学革命的结构:第4版},
+ Address = {北京},
+ Author = {库恩},
+ Edition = {2},
+ Publisher = {北京大学出版社},
+ Translator = {金吾伦 and 胡新和},
+ Year = {2012}
+}
+
+@Proceedings{雷光春2012--,
+ Title = {综合湿地管理:综合湿地管理国际研讨会论文集},
+ Address = {北京},
+ Author = {雷光春},
+ Publisher = {海洋出版社},
+ Year = {2012}
}
@Article{李炳穆2000-5-8,
@@ -612,6 +1419,35 @@
Journaltitle = {图书情报工作}
}
+@Online{李强2012-05-03--,
+ Title = {化解医患矛盾需釜底抽薪},
+ Author = {李强},
+ Url = {http://wenku.baidu.com},
+ Urldate = {2013-03-25},
+ Year = {2012-05-03}
+}
+
+@Article{article1,
+ Title = {气候学研究的若干理论问题},
+ Author = {李晓东 and 张庆红 and 叶瑾琳},
+ Number = {1},
+ Pages = {101-106},
+ Volume = {35},
+ Date = {1999},
+ Journaltitle = {北京大学学报},
+ Journaltitleaddon = {自然科学版},
+ Language = {cn},
+ Usera = {J}
+}
+
+@Book{李云霞2009--,
+ Title = {光电对抗原理与应用},
+ Address = {西安},
+ Author = {李云霞 and 蒙文 and 马丽华 and 赵尚弘},
+ Publisher = {西安电子科技大学出版社},
+ Date = {2009-02}
+}
+
@Article{梁振兴1999-24-32,
Title = {美军一体化{C\textsuperscript{4}ISR}系统的发展研究},
Author = {梁振兴},
@@ -620,15 +1456,65 @@
Pages = {24-32}
}
+@Book{廖平2012--,
+ Title = {导弹突防中的电子对抗技术},
+ Address = {北京},
+ Author = {廖平 and 姜勤波},
+ Publisher = {国防工业出版社},
+ Date = {2012-01}
+}
+
+@Article{ay6,
+ Title = {中国的青年刊物},
+ Author = {刘彻东},
+ Number = {5},
+ Pages = {38-39},
+ Date = {1998},
+ Journaltitle = {中国出版},
+ Titleaddon = {个性特色为本},
+ Usera = {J}
+}
+
@Article{刘晨2007-400-404,
Title = {体系对抗仿真模型形式规范研究},
Author = {刘晨 and 王维平 and 朱一凡},
Journal = {系统仿真学报},
Year = {2007},
- Month = {1},
Number = {2},
Pages = {400-404},
- Volume = {19}
+ Volume = {19},
+ Month = {1}
+}
+
+@Book{刘海洋2013--,
+ Title = {LaTeX 入门},
+ Address = {北京},
+ Author = {刘海洋},
+ Publisher = {电子工业出版社},
+ Year = {2013},
+ Month = {6}
+}
+
+@Patent{apatent1,
+ Title = {多功能一次性压舌板},
+ Author = {刘加林},
+ Number = {92214985.2},
+ Date = {1993-04-14},
+ Language = {cn},
+ Location = {中国},
+ Usera = {P}
+}
+
+@Article{article2,
+ Title = {元谋人牙齿测量数据的统计分析及其在分类研究上的意义},
+ Author = {刘武 and 郑良 and 姜础},
+ Number = {23},
+ Pages = {2481-2488},
+ Volume = {44},
+ Date = {1999},
+ Journaltitle = {科学通报},
+ Language = {cn},
+ Usera = {J}
}
@Article{刘裕国2013-01-12--,
@@ -641,15 +1527,28 @@
Urldate = {2013-11-06}
}
+@Inbook{楼梦麟2011-11-12,
+ Title = {汶川地震基岩地震动特征分析},
+ Address = {上海},
+ Author = {楼梦麟 and 杨燕},
+ Bookauthor = {同济大学土木工程防灾国家重点实验室},
+ Booktitle = {汶川地震震害研究},
+ Pages = {011-012},
+ Publisher = {同济大学出版社},
+ Year = {2011},
+ Url = {http://apabi.lib.pku.edu.cn},
+ Urldate = {2013-05-09}
+}
+
@Article{卢秋红2009-247-251,
Title = {基于开放式架构的反恐排爆机器人关键技术分析},
Author = {卢秋红 and 蒋金鹏 and 付西光},
Journal = {上海电机学院学报},
Year = {2009},
- Month = {9},
Number = {3},
Pages = {247-251},
- Volume = {12}
+ Volume = {12},
+ Month = {9}
}
@Article{鲁明羽1998-290-295,
@@ -662,248 +1561,119 @@
Volume = {11}
}
-@Article{谭跃进2011-441-445,
- Title = {体系工程的研究与发展},
- Author = {谭跃进 and 赵青松},
- Journal = {中国电子科学研究院学报},
- Year = {2011},
- Month = {10},
- Number = {5},
- Pages = {441-445},
- Volume = {6}
-}
-
-@Article{王雪峥2013-249-254,
- Title = {基于DoDAF的靶场体系结构设计},
- Author = {王雪峥 and 许雪梅},
- Journal = {系统工程理论与实践},
- Year = {2013},
- Month = {1},
- Number = {1},
- Pages = {249-254},
- Volume = {33}
-}
-
-@Article{伍江华2010-70-74,
- Title = {C4ISR互操作框架及信息关系模型研究},
- Author = {伍江华 and 潘小群},
- Journal = {舰船电子工程},
- Year = {2010},
- Number = {1},
- Pages = {70-74},
- Volume = {30},
- Usera = {J}
-}
-
-@Article{杨洪升2013-56-75,
- Title = {四库馆私家抄校书考略},
- Author = {杨洪升},
- Journal = {文献},
- Year = {2013},
- Number = {1},
- Pages = {56-75}
-}
-
-@Article{杨友烈1999-60-65,
- Title = {DII COE的基本概念和技术特征},
- Author = {杨友烈},
- Journal = {军事通信技术},
- Year = {1999},
- Month = {12},
- Pages = {60-65},
- Volume = {72}
-}
-
-@Article{于潇2012-1518-1523,
- Title = {互联网药品可信交易环境中主体资质审核备案模式},
- Author = {于潇 and 刘义 and 柴跃廷 and others},
- Journal = {清华大学学报(自然科学版)},
- Year = {2012},
- Number = {11},
- Pages = {1518-1523},
- Volume = {52}
-}
-
-@Article{詹广平2013-8-10,
- Title = {美海军宙斯盾系统开放式体系结构研究},
- Author = {詹广平},
- Journal = {舰船电子工程},
- Year = {2013},
- Number = {11},
- Pages = {8-10},
- Volume = {33}
-}
-
-@Article{张敏莉2007-500-503,
- Title = {超声速短化喷管的设计和试验研究},
- Author = {张敏莉 and 易仕和 and 赵玉新},
- Journal = {空气动力学报},
- Year = {2007},
- Number = {4},
- Pages = {500-503},
- Volume = {25}
-}
-
-@Article{张庆杰2009-30-33,
- Title = {支持无人机互操作的多数据链互连网关设计},
- Author = {张庆杰 and 王林 and 朱华勇 and 沈林成},
- Journal = {计算机工程},
- Year = {2009},
- Month = {10},
- Number = {20},
- Pages = {30-33},
- Volume = {35}
-}
-
-@Article{张田勤2000--,
- Title = {犯罪DNA库与生命伦理学计划},
- Author = {张田勤},
- Note = {news},
- Number = {7},
- Date = {2000-11-12},
- Journaltitle = {大众科技报}
+@Book{罗斯基2009--,
+ Title = {战前中国经济的增长},
+ Address = {杭州},
+ Author = {罗斯基},
+ Publisher = {浙江大学出版社},
+ Translator = {唐巧天 and 毛立坤 and 姜修宪},
+ Year = {2009}
}
-@Article{张晓琴2011--,
- Title = {有重复组合公式的几种证明方法},
- Author = {张晓琴 and 王顺勇},
- Journal = {大学数学},
+@Thesis{马欢2011-27-27,
+ Title = {人类活动影响下海河流域典型区水循环变化分析},
+ Address = {北京},
+ Author = {马欢},
+ Institution = {清华大学},
+ Pages = {27},
Year = {2011},
- Month = {12},
- Number = {6},
- Volume = {27}
-}
-
-@Article{周学武2013-49-52,
- Title = {数据链技术的发展及其在空面导弹中的应用},
- Author = {周学武 and 邹敏怀 and 张邦楚 and 黄剑斌 and 刘涛},
- Journal = {教练机},
- Year = {2013},
- Number = {2},
- Pages = {49-52}
+ Url = {http://www.cnki.net},
+ Urldate = {2013-10-14}
}
-@Article{郜宪林2001-114-116,
- Title = {DII COE研究与分析},
- Author = {郜宪林},
- Journal = {计算机工程与应用},
- Year = {2001},
- Number = {19},
- Pages = {114-116}
+@Inbook{inbook4,
+ Title = {关于《工资、价格和利润》的报告札记},
+ Author = {马克思},
+ Bookauthor = {马克思 and 恩格斯},
+ Booktitle = {马克思恩格斯全集},
+ Pages = {505},
+ Publisher = {人民出版社},
+ Year = {1982},
+ Booktitleaddon = {第44卷},
+ Location = {北京}
}
-@Book{1962-50-50,
- Title = {康熙字典:已集上:水部},
- Publisher = {中华书局},
- Year = {1962},
+@Inbook{马克思2013-302-302,
+ Title = {政治经济学批判},
Address = {北京},
- Edition = {同文书局影印本},
- Pages = {50}
+ Author = {马克思},
+ Bookauthor = {马克思 and 恩格斯},
+ Booktitle = {马克思恩格斯全集:第35卷},
+ Pages = {302},
+ Publisher = {人民出版社},
+ Year = {2013}
}
-@Book{2009-155-155,
- Title = {师伏堂日记:第4册},
- Publisher = {北京图书馆出版社},
- Year = {2009},
+@Book{美国妇产科医师学会2010-38-39,
+ Title = {新生儿脑病和脑性瘫痪发病机制与病理生理},
Address = {北京},
- Pages = {155}
-}
-
-@Book{abook1,
- Title = {广西自然保护区},
- Author = {广西壮族自治区林业厅},
- Publisher = {中国林业出版社},
- Date = {1993},
- Location = {北京},
- Usera = {M}
+ Author = {美国妇产科医师学会},
+ Pages = {38-39},
+ Publisher = {人民卫生出版社},
+ Translator = {段涛 and 杨慧霞},
+ Year = {2010}
}
-@Book{abook3,
- Title = {报业经济与报业经营},
- Author = {唐绪军},
- Publisher = {新华出版社},
+@Article{article4,
+ Title = {数字式中文全球文献格式的设计与研究},
+ Author = {莫少强},
+ Number = {4},
+ Pages = {1-6},
+ Url = {http://periodical.wanfangdata.com.cn/periodical/qbxb/qbxb99/qbxb9904/990407.htm},
+ Urldate = {2001-07-08},
+ Volume = {18},
Date = {1999},
+ Journaltitle = {情报学报},
Language = {cn},
- Location = {北京},
- Pages = {117-121},
- Usera = {M}
-}
-
-@Book{abook4,
- Title = {新概念物理教程},
- Author = {赵凯华 and 罗蔚茵},
- Publisher = {高等教育出版社},
- Year = {1995},
- Address = {北京}
-}
-
-@Book{abook5,
- Title = {(增补)本草备要},
- Author = {汪昂},
- Publisher = {同文书局},
- Year = {1912},
- Edition = {石印本},
- Location = {上海}
+ Usera = {J/OL}
}
-@Book{abook9,
- Title = {Logic and structured design for computer programmers},
- Author = {H J ROOD},
- Publisher = {Brooks/Cole-Thomson Learning},
+@Book{bookadd1,
+ Title = {鸟哥的linux私房菜},
+ Author = {鸟哥},
Edition = {3},
- Date = {2001},
- Usera = {M}
-}
-
-@Book{ay1,
- Title = {Invisible college},
- Author = {D. CRANE},
- Publisher = {Univ. of Chicago Press},
- Date = {1972},
- Location = {Chicago},
+ Publisher = {人民邮电出版社},
+ Language = {cn},
Usera = {M}
}
-@Book{ay8,
- Title = {现代汉语词典},
- Author = {中国社会科学院语言研究所词典编辑室},
- Publisher = {商务印书馆},
- Edition = {修订本},
- Date = {1996},
- Location = {北京},
- Usera = {M}
+@Inproceedings{ay5,
+ Title = {在中国科协技术期刊编辑工作经验交流会上的讲话},
+ Author = {裴丽生},
+ Booktitle = {中国科协学术期刊编辑工作经验交流会资料选},
+ Pages = {2-10},
+ Date = {1981},
+ Institution = {中国科学技术协会学会工作部},
+ Location = {北京}
}
-@Book{book11,
- Title = {Geoecology and computers},
- Author = {S. A. YUFIN},
- Publisher = {A. A. Balkema},
- Year = {2000},
- Location = {Rotterdam},
- Titleaddon = {proceedings of the Third International Conference on Advances of
- Computer Methods in Geotechnical and Geoenvironmental
- Engineering, Moscow, Russia, February 1-4, 2000},
- Usera = {C}
+@Book{全国广播电视标准化技术委员会2007-1-1,
+ Title = {广播电视音像资料编目规范:第2部分~ 广播资料:GY/T202.2-2007},
+ Address = {北京},
+ Author = {全国广播电视标准化技术委员会},
+ Note = {standard},
+ Pages = {1},
+ Publisher = {国家广播电影电视局广播电视规划院},
+ Year = {2007}
}
@Book{book3,
Title = {GB/T 5795--1986 中国标准书号},
Author = {全国文献工作标准化委员会第七分委员会},
+ Note = {standard},
Publisher = {中国标准出版社},
Year = {1986},
- Note = {standard},
Location = {北京}
}
-@Book{book4,
- Title = {信息技术与信息服务国际研讨会论文集},
- Author = {辛希孟},
- Publisher = {中国社会科学出版社},
- Year = {1994},
- Language = {cn},
- Location = {北京},
- Titleaddon = {A集},
- Usera = {C}
+@Book{全国信息文献标准化技术委员会2010-3-3,
+ Title = {文献著录:第4部分~ 非书资料:GB/T3792.4-2009},
+ Address = {北京},
+ Author = {全国信息文献标准化技术委员会},
+ Note = {standard},
+ Pages = {3},
+ Publisher = {中国标准出版社},
+ Year = {2010}
}
@Book{book5,
@@ -916,1105 +1686,606 @@
Usera = {D}
}
-@Book{bookadd1,
- Title = {鸟哥的linux私房菜},
- Author = {鸟哥},
- Publisher = {人民邮电出版社},
- Edition = {3},
- Language = {cn},
- Usera = {M}
-}
-
-@Book{booknoauthor,
- Title = {出版集团研究},
- Publisher = {中国书籍出版社},
- Date = {2001},
- Location = {北京},
- Pages = {179-193}
-}
-
-@Book{booknodate,
- Title = {出版集团研究},
- Author = {余敏},
- Publisher = {中国书籍出版社},
- Location = {北京},
- Pages = {179-193}
-}
-
-@Book{booknolocation,
- Title = {出版集团研究},
- Author = {余敏},
- Publisher = {中国书籍出版社},
- Date = {2001},
- Pages = {179-193}
-}
-
-@Book{booknopages,
- Title = {出版集团研究},
- Author = {余敏},
- Publisher = {中国书籍出版社},
- Date = {2001},
- Location = {北京},
- Url = {www.bla~bla.org}
-}
-
-@Book{booknopublisher,
- Title = {出版集团研究},
- Author = {余敏},
- Date = {2001},
- Location = {北京},
- Pages = {179-193}
+@Article{谭跃进2011-441-445,
+ Title = {体系工程的研究与发展},
+ Author = {谭跃进 and 赵青松},
+ Journal = {中国电子科学研究院学报},
+ Year = {2011},
+ Number = {5},
+ Pages = {441-445},
+ Volume = {6},
+ Month = {10}
}
-@Book{CRAWFPRD1995--,
- Title = {Future libraries:dreams, maddness, \& reality},
- Author = {W CRAWFPRD and M GORMAN},
- Publisher = {American Library Association},
- Date = {1995},
- Location = {Chicago}
+@Report{汤万金2013-09-30--,
+ Title = {人体安全重要技术标准研制最终报告:7178999X},
+ Author = {汤万金 and 杨跃翔 and 刘文 and others},
+ Year = {2013-09-30},
+ Url = {http://www.nstrs.org.cn},
+ Urldate = {2014-06-24}
}
-@Book{GPS1988--,
- Title = {外国出版史},
- Author = {昂温, G and 昂温, P S},
- Publisher = {中国书籍出版社},
- Year = {1988},
+@Book{abook3,
+ Title = {报业经济与报业经营},
+ Author = {唐绪军},
+ Pages = {117-121},
+ Publisher = {新华出版社},
+ Date = {1999},
+ Language = {cn},
Location = {北京},
- Translator = {陈生诤}
-}
-
-@Book{Gradshteyn2000--,
- Title = {Tables of Integrals, Series, and Products},
- Author = {Gradshteyn, I. S. and Ryzhik,I. M.},
- Publisher = {CA: Academic Press, Inc.},
- Year = {2000},
- Address = {San Diego},
- Edition = {Sixth Edition}
-}
-
-@Book{IFLAI1977--,
- Title = {Names of persons: national usages for entry in catalogues},
- Author = {{International Federation of Library Association and Institutions}},
- Publisher = {IFLA International Office for UBC},
- Year = {1977},
- Edition = {3},
- Location = {London}
-}
-
-@Book{Kinchy2012-50-50,
- Title = {Seeds, Sciences, and struggle : the global politics of transgenic crops},
- Author = {Kinchy, A.},
- Publisher = {MIT Press},
- Year = {2012},
- Address = {Cambridge,Mass.},
- Pages = {50},
- Url = {http://lib.myilibary.com},
- Urldate = {2013-07-14}
+ Usera = {M}
}
-@Book{Lin2004--,
- Title = {Error Control Coding},
- Author = {Lin, S. and Daniel Costello,J.},
- Publisher = {NJ:Prentice Hall},
- Year = {2004},
- Address = {Englewood Cliffs},
- Edition = {Second Edition}
+@Article{aarticle2,
+ Title = {密码学与数学},
+ Author = {陶仁骥},
+ Number = {7},
+ Pages = {527},
+ Volume = {7},
+ Date = {1984},
+ Journaltitle = {自然杂志},
+ Language = {cn},
+ Usera = {J}
}
-@Book{Miroslav2004--,
- Title = {信号处理滤波器设计-基于matlab和mathematica的设计方法},
- Author = {Miroslav, D. L. and Dejan, V. T. and Brian, L. E.},
- Publisher = {电子工业出版社},
- Year = {2004},
+@Book{同济大学数学系2014--,
+ Title = {高等数学},
Address = {北京},
- Month = {1},
- Translator = {朱义胜 and 董辉}
-}
-
-@Book{Mittelbach2004--,
- Title = {The LaTeX Companion},
- Author = {Frank Mittelbach and Michel Goossens and Johannes Braams and David Carlisle and Chris Rowley},
- Publisher = {Addison-Wesley},
- Year = {2004},
- Address = {Boston},
- Edition = {Second Edition}
-}
-
-@Book{OBRIEN1994--,
- Title = {Introduction to information systems},
- Author = {J A O'BRIEN},
- Publisher = {Irwin},
- Edition = {7},
- Date = {1994},
- Location = {Burr Ridge, III.}
-}
-
-@Book{Parsons2000--,
- Title = {The Mobile Radio Propagation Channel},
- Author = {Parsons, J. D.},
- Publisher = {John Wiley and Sons},
- Year = {2000},
- Address = {Hoboken},
- Edition = {2}
-}
-
-@Book{Parsons2000a--,
- Title = {The Mobile Radio Propagation Channel},
- Author = {PARSONS},
- Publisher = {John Wiley and Sons},
- Year = {2000},
- Address = {Hoboken},
- Edition = {2}
-}
-
-@Book{Parsons2000b--,
- Title = {The Mobile Radio Propagation Channel},
- Author = {Parsons},
- Publisher = {John Wiley and Sons},
- Year = {2000},
- Address = {Hoboken},
- Edition = {2}
-}
-
-@Book{Parsons2000noauthor--,
- Title = {The Mobile Radio Propagation Channel},
- Publisher = {John Wiley and Sons},
- Year = {2000},
- Address = {Hoboken},
- Edition = {2}
-}
-
-@Book{Parsons2000nodate--,
- Title = {The Mobile Radio Propagation Channel},
- Author = {Parsons, J. D.},
- Publisher = {John Wiley and Sons},
- Address = {Hoboken},
- Edition = {2}
-}
-
-@Book{Parsons2000noloc--,
- Title = {The Mobile Radio Propagation Channel},
- Author = {Parsons, J. D.},
- Publisher = {John Wiley and Sons},
- Year = {2000},
- Edition = {2}
-}
-
-@Book{Parsons2000nopub--,
- Title = {The Mobile Radio Propagation Channel},
- Author = {Parsons, J. D.},
- Year = {2000},
- Address = {Hoboken},
- Edition = {2}
-}
-
-@Book{PEEBLES2001--,
- Title = {Probability, random variable and random signal principles},
- Author = {PEEBLES, Jr., P Z},
- Publisher = {McGraw Hill},
- Year = {2001},
- Edition = {4},
- Location = {New York}
-}
-
-@Book{Peebles2001-100-100,
- Title = {Probability, random variable, and random signal Principles},
- Author = {von Peebles, Jr., P. Z.},
- Publisher = {McGraw-Hill},
- Year = {2001},
- Address = {New York},
- Edition = {4},
- Pages = {100}
-}
-
-@Book{PIGGOT1990--,
- Title = {The cataloguer's way through AACR2: from document receipt to document retrieval},
- Author = {T. M. PIGGOT},
- Publisher = {The Library Association},
- Year = {1990},
- Location = {London}
+ Author = {同济大学数学系},
+ Publisher = {高等教育出版社},
+ Year = {2014},
+ Month = {7}
}
-@Book{Poisel2013--,
- Title = {通信电子战原理},
- Author = {Poisel, Richard A.},
- Publisher = {电子工业出版社},
- Year = {2013},
- Address = {北京},
- Edition = {2版},
- Month = {1},
- Pages = {23--26},
- Translator = {聂皞 and 王振华 and 陈少昌 and 吴利民},
- Url = {http://www.baidu.com},
- Urldate = {2013-08-01}
+@Book{abook5,
+ Title = {(增补)本草备要},
+ Author = {汪昂},
+ Edition = {石印本},
+ Publisher = {同文书局},
+ Year = {1912},
+ Location = {上海}
}
-@Book{Praetzellis2011-13-13,
- Title = {death by theory: a tale of mystery and archaeological theory},
- Author = {Praetzellis, A.},
- Publisher = {Rowman \& Littlefield Publishing Group, Inc.},
- Year = {2011},
- Edition = {Rev. ed.},
- Pages = {13},
- Url = {http://lib.myilibrary.com},
- Urldate = {2012-07-26}
+@Book{汪昂1881--,
+ Title = {增订本草备要:四卷},
+ Address = {京都},
+ Author = {汪昂},
+ Edition = {刻本},
+ Publisher = {老二酉堂},
+ Year = {1881(清光绪七年)},
+ Location = {上海}
}
-@Book{Proakis2007--,
- Title = {Digital signal processing: Principles,algorithms, and applications},
- Author = {Proakis, J. G. AND Manolakis, D. G.},
- Publisher = {电子工业出版社},
- Year = {2007},
+@Inproceedings{汪学军2002-22-25,
+ Title = {中国农业转基因生物研发进展与安全管理},
+ Author = {汪学军},
+ Bookauthor = {国家环境保护总局生物安全管理办公室},
+ Booktitle = {中国国家生物安全框架实施国际合作项目研讨会论文集},
+ Pages = {22-25},
+ Year = {2002},
Address = {北京},
- Edition = {第4版}
+ Publisher = {中国环境科学出版社}
}
-@Book{Reed2005--,
- Title = {An Introduction to Ultrawideband Communication Systems},
- Author = {Reed, J. H.},
- Publisher = {NJ: Prentice Hall},
- Year = {2005},
- Address = {Upper Saddle River}
+@Book{王夫之1845--,
+ Title = {宋论},
+ Author = {王夫之},
+ Edition = {刻本},
+ Publisher = {曾氏},
+ Year = {1845(清同治四年)},
+ Location = {金陵}
}
-@Book{Ross2010--,
- Title = {概率论基础教程},
- Author = {Ross, S. M.},
- Publisher = {人民邮电出版社},
- Year = {2010},
+@Book{王雪松2010--,
+ Title = {现代雷达电子战系统建模与仿真},
Address = {北京},
- Edition = {第8版},
- Month = {4},
- Language = {chinese},
- Translator = {郑忠国 and 詹从赞}
-}
-
-@Book{Simon2001--,
- Title = {Spread Spectrum Communications Handbook},
- Author = {Simon, M. K. and Omura,J. K. and Scholtz,R. A. and Levitt,B. K.},
- Publisher = {McGraw-Hill, Inc.},
- Year = {2001},
- Address = {New York City},
- Language = {english}
-}
-
-@Book{Simon2004--,
- Title = {Digital Communication over Fading Channels},
- Author = {Simon, M. K. and Alouini,M-S.},
- Publisher = {NJ: Wiley-IEEE Press},
- Year = {2004},
- Address = {Hoboken}
-}
-
-@Book{standardinfoiso158,
- Title = {Information and documdocument-the Dublin core metadata element set:ISO 15836:2009},
- Note = {standard},
- Url = {http://www.iso.org},
- Urldate = {2013-03-24}
-}
-
-@Book{Stueber2001--,
- Title = {Principles of Mobile Communication},
- Author = {Stüber, G. L.},
- Publisher = {MA: Kluwer Academic Publishers},
- Year = {2001},
- Address = {Norwell},
- Edition = {Second Edition}
+ Author = {王雪松 and 肖顺平 and 冯德军 and 赵锋},
+ Publisher = {电子工业出版社},
+ Date = {2010-03}
}
-@Book{Yi2013--,
- Title = {Supersonic and hypersonic nozzle design},
- Author = {Yi, S H and Zhao, Y X and He, L and Zhang, M L},
- Publisher = {National Defense Industry Press},
+@Article{王雪峥2013-249-254,
+ Title = {基于DoDAF的靶场体系结构设计},
+ Author = {王雪峥 and 许雪梅},
+ Journal = {系统工程理论与实践},
Year = {2013},
- Address = {BeiJing}
-}
-
-@Book{埃伯哈德$ullet$蔡德勒等2012--,
- Title = {数学指南-实用数学手册},
- Author = {埃伯哈德$\bullet$蔡德勒等},
- Publisher = {科学出版社},
- Year = {2012},
- Address = {北京},
- Month = {1},
- Translator = {李文林等}
-}
-
-@Book{蔡敏2006--,
- Title = {UML基础和Rose建模教程},
- Author = {蔡敏 and 徐慧慧 and 黄柄强},
- Publisher = {人民邮电出版社},
- Year = {2006},
- Address = {北京},
+ Number = {1},
+ Pages = {249-254},
+ Volume = {33},
Month = {1}
}
-@Book{陈希孺2009--,
- Title = {概率论与数理统计},
- Author = {陈希孺},
- Publisher = {中国科学技术大学出版社},
- Year = {2009},
- Address = {合肥},
- Month = {2}
-}
-
-@Book{陈志杰2006--,
- Title = {LaTeX 入门与提高},
- Author = {陈志杰 and 赵书钦 and 李树钧 and 万福永},
- Publisher = {高等教育出版社},
- Year = {2010},
- Address = {北京},
- Edition = {第二版},
- Month = {5}
-}
-
-@Book{樊昌信2005--,
- Title = {通信原理教程},
- Author = {樊昌信},
- Publisher = {电子工业出版社},
- Year = {2005},
- Address = {北京}
-}
-
-@Book{顾炎武1982--,
- Title = {昌平山水记},
- Author = {顾炎武},
- Publisher = {北京古籍出版社},
- Year = {1982},
- Location = {北京},
- Titleaddon = {东京考古录}
-}
-
-@Book{郭文彬2006--,
- Title = {通信原理--基于Matlab的计算机仿真},
- Author = {郭文彬 and 桑林},
- Publisher = {北京邮电大学出版社},
- Year = {2006},
- Address = {北京}
+@Manual{吴凌云2007--,
+ Title = {CTEX FAQ},
+ Author = {吴凌云},
+ Year = {2007},
+ Month = {1},
+ Subtitle = {常见问题集},
+ Version = {version 0.4}
}
-@Book{国家环境保护局科技标准司1996-2-3,
- Title = {土壤环境质量标准:GB 15616-1995},
- Author = {国家环境保护局科技标准司},
- Publisher = {中国标准出版社},
- Year = {1996},
+@Thesis{吴云芳2003--,
+ Title = {面向中文信息处理的现代汉语并列结构研究},
Address = {北京},
- Note = {standard},
- Pages = {2-3},
- Url = {http://wenku.baidu.com},
+ Author = {吴云芳},
+ Institution = {北京大学},
+ Year = {2003},
+ Url = {http://thesis.lib.pku.edu.cn},
Urldate = {2013-10-14}
}
-@Book{候文顺2010-119-119,
- Title = {高分子物理:高分子材料分析、选择与改性},
- Author = {候文顺},
- Publisher = {化学工业出版社},
- Year = {2010},
- Address = {北京},
- Pages = {119},
- Url = {http://apabi.lib.pku.edu.cn},
- Urldate = {2012-11-27}
-}
-
-@Book{胡承正2010-112-112,
- Title = {理论物理概论:上},
- Author = {胡承正 and 周详 and 缪灵},
- Publisher = {武汉大学出版社},
+@Article{伍江华2010-70-74,
+ Title = {C4ISR互操作框架及信息关系模型研究},
+ Author = {伍江华 and 潘小群},
+ Journal = {舰船电子工程},
Year = {2010},
- Address = {武汉},
- Pages = {112}
-}
-
-@Book{胡广书2012--,
- Title = {数字信号处理—理论、算法与实现},
- Author = {胡广书},
- Publisher = {清华大学出版社},
- Year = {2012},
- Address = {北京},
- Edition = {第三版},
- Month = {10}
+ Number = {1},
+ Pages = {70-74},
+ Volume = {30},
+ Usera = {J}
}
-@Book{胡伟2011--,
- Title = {LATEX2ε完全学习手册},
- Author = {胡伟},
- Publisher = {清华大学出版社},
- Year = {2011},
- Address = {北京},
- Month = {1}
+@Patent{patent2,
+ Title = {光折变自适应光外差探测方法},
+ Author = {西安电子科技大学},
+ Number = {01128777.2},
+ Url = {http://211.152.9.47/sipoasp/zljs/hyjs-yx-new.asp?recid=01128777.2&leixin=0},
+ Urldate = {2002-05-28},
+ Date = {2002-03-06}
}
-@Book{蒋有绪1998--,
- Title = {中国森林群落分类及其群落学特征},
- Author = {蒋有绪 and 郭泉水 and 马娟 and others},
- Publisher = {科学出版社},
- Year = {1998},
- Address = {北京}
+@Online{萧钰2001--,
+ Title = {出版业信息化迈入快车道},
+ Author = {萧钰},
+ Url = {http://www.creader.com/news/20011219/200112190019.html},
+ Urldate = {2002-04-15},
+ Date = {2001-12-19}
}
-@Book{库恩2012--,
- Title = {科学革命的结构:第4版},
- Author = {库恩},
- Publisher = {北京大学出版社},
- Year = {2012},
- Address = {北京},
- Edition = {2},
- Translator = {金吾伦 and 胡新和}
+@Book{book4,
+ Title = {信息技术与信息服务国际研讨会论文集},
+ Author = {辛希孟},
+ Publisher = {中国社会科学出版社},
+ Year = {1994},
+ Language = {cn},
+ Location = {北京},
+ Titleaddon = {A集},
+ Usera = {C}
}
-@Book{李云霞2009--,
- Title = {光电对抗原理与应用},
- Author = {李云霞 and 蒙文 and 马丽华 and 赵尚弘},
- Publisher = {西安电子科技大学出版社},
- Address = {西安},
- Date = {2009-02}
+@Article{aarticle3,
+ Title = {亚洲地层与地质历史概述},
+ Author = {亚洲地质图编目组},
+ Pages = {194-208},
+ Volume = {3},
+ Date = {1978},
+ Journaltitle = {地质学报},
+ Language = {cn},
+ Usera = {J}
}
-@Book{廖平2012--,
- Title = {导弹突防中的电子对抗技术},
- Author = {廖平 and 姜勤波},
- Publisher = {国防工业出版社},
+@Book{阎毅2013--,
+ Title = {软件无线电与认知无线电概论},
Address = {北京},
- Date = {2012-01}
-}
-
-@Book{刘海洋2013--,
- Title = {LaTeX 入门},
- Author = {刘海洋},
+ Author = {阎毅 and 贺鹏飞},
Publisher = {电子工业出版社},
Year = {2013},
- Address = {北京},
- Month = {6}
+ Month = {1}
}
-@Book{罗斯基2009--,
- Title = {战前中国经济的增长},
- Author = {罗斯基},
- Publisher = {浙江大学出版社},
- Year = {2009},
- Address = {杭州},
- Translator = {唐巧天 and 毛立坤 and 姜修宪}
+@Article{杨洪升2013-56-75,
+ Title = {四库馆私家抄校书考略},
+ Author = {杨洪升},
+ Journal = {文献},
+ Year = {2013},
+ Number = {1},
+ Pages = {56-75}
}
-@Book{美国妇产科医师学会2010-38-39,
- Title = {新生儿脑病和脑性瘫痪发病机制与病理生理},
- Author = {美国妇产科医师学会},
- Publisher = {人民卫生出版社},
- Year = {2010},
+@Book{杨林2015--,
+ Title = {面向对象软件工程与UML实践教程},
Address = {北京},
- Pages = {38-39},
- Translator = {段涛 and 杨慧霞}
+ Author = {杨林 and 叶亚琴 and 方芳},
+ Publisher = {科学出版社},
+ Year = {2015},
+ Month = {1}
}
-@Book{全国广播电视标准化技术委员会2007-1-1,
- Title = {广播电视音像资料编目规范:第2部分~ 广播资料:GY/T202.2-2007},
- Author = {全国广播电视标准化技术委员会},
- Publisher = {国家广播电影电视局广播电视规划院},
- Year = {2007},
- Address = {北京},
- Note = {standard},
- Pages = {1}
+@Article{杨友烈1999-60-65,
+ Title = {DII COE的基本概念和技术特征},
+ Author = {杨友烈},
+ Journal = {军事通信技术},
+ Year = {1999},
+ Pages = {60-65},
+ Volume = {72},
+ Month = {12}
}
-@Book{全国信息文献标准化技术委员会2010-3-3,
- Title = {文献著录:第4部分~ 非书资料:GB/T3792.4-2009},
- Author = {全国信息文献标准化技术委员会},
- Publisher = {中国标准出版社},
- Year = {2010},
+@Book{易仕和2013--,
+ Title = {超声速和高超声速喷管设计},
Address = {北京},
- Note = {standard},
- Pages = {3}
+ Author = {易仕和 and 赵玉新 and 何霖 and 张敏莉},
+ Publisher = {国防工业出版社},
+ Year = {2013}
}
-@Book{同济大学数学系2014--,
- Title = {高等数学},
- Author = {同济大学数学系},
- Publisher = {高等教育出版社},
- Year = {2014},
- Address = {北京},
- Month = {7}
+@Article{于潇2012-1518-1523,
+ Title = {互联网药品可信交易环境中主体资质审核备案模式},
+ Author = {于潇 and 刘义 and 柴跃廷 and others},
+ Journal = {清华大学学报(自然科学版)},
+ Year = {2012},
+ Number = {11},
+ Pages = {1518-1523},
+ Volume = {52}
}
-@Book{汪昂1881--,
- Title = {增订本草备要:四卷},
- Author = {汪昂},
- Publisher = {老二酉堂},
- Year = {1881(清光绪七年)},
- Address = {京都},
- Edition = {刻本},
- Location = {上海}
+@Book{booknodate,
+ Title = {出版集团研究},
+ Author = {余敏},
+ Pages = {179-193},
+ Publisher = {中国书籍出版社},
+ Location = {北京}
}
-@Book{王夫之1845--,
- Title = {宋论},
- Author = {王夫之},
- Publisher = {曾氏},
- Year = {1845(清同治四年)},
- Edition = {刻本},
- Location = {金陵}
+@Book{booknolocation,
+ Title = {出版集团研究},
+ Author = {余敏},
+ Pages = {179-193},
+ Publisher = {中国书籍出版社},
+ Date = {2001}
}
-@Book{王雪松2010--,
- Title = {现代雷达电子战系统建模与仿真},
- Author = {王雪松 and 肖顺平 and 冯德军 and 赵锋},
- Publisher = {电子工业出版社},
- Address = {北京},
- Date = {2010-03}
+@Book{booknopages,
+ Title = {出版集团研究},
+ Author = {余敏},
+ Publisher = {中国书籍出版社},
+ Url = {www.bla~bla.org},
+ Date = {2001},
+ Location = {北京}
}
-@Book{阎毅2013--,
- Title = {软件无线电与认知无线电概论},
- Author = {阎毅 and 贺鹏飞},
- Publisher = {电子工业出版社},
- Year = {2013},
- Address = {北京},
- Month = {1}
+@Book{booknopublisher,
+ Title = {出版集团研究},
+ Author = {余敏},
+ Date = {2001},
+ Location = {北京}
}
-@Book{杨林2015--,
- Title = {面向对象软件工程与UML实践教程},
- Author = {杨林 and 叶亚琴 and 方芳},
- Publisher = {科学出版社},
- Year = {2015},
- Address = {北京},
- Month = {1}
+@Book{booknopublishernoyear,
+ Title = {出版集团研究},
+ Author = {余敏},
+ Location = {北京}
}
-@Book{易仕和2013--,
- Title = {超声速和高超声速喷管设计},
- Author = {易仕和 and 赵玉新 and 何霖 and 张敏莉},
- Publisher = {国防工业出版社},
- Year = {2013},
- Address = {北京}
+@Book{booknopublisherpage,
+ Title = {出版集团研究},
+ Author = {余敏},
+ Pages = {20-30},
+ Date = {2001},
+ Location = {北京}
}
@Book{余敏2001-179-193,
Title = {出版集团研究},
Author = {余敏},
+ Pages = {179-193},
Publisher = {中国书籍出版社},
Date = {2001},
- Location = {北京},
- Pages = {179-193}
+ Location = {北京}
}
@Book{余敏2001-179-193a,
Title = {出版集团研究},
Author = {余敏},
- Publisher = {中国书籍出版社},
Edition = {3},
+ Pages = {179-193},
+ Publisher = {中国书籍出版社},
Date = {2001},
- Location = {北京},
- Pages = {179-193}
+ Location = {北京}
}
@Book{余敏2001-179-193b,
Title = {出版集团研究},
Author = {余敏},
- Publisher = {中国书籍出版社},
Edition = {2},
+ Pages = {179-193},
+ Publisher = {中国书籍出版社},
Date = {2001},
- Location = {北京},
- Pages = {179-193}
+ Location = {北京}
}
@Book{余敏2001-179-193c,
Title = {出版集团研究},
Author = {余敏},
- Publisher = {中国书籍出版社},
- Date = {2001},
- Location = {北京},
Pages = {179-193},
+ Publisher = {中国书籍出版社},
Url = {http://www.baidu.com},
- Urldate = {2001-08-04}
+ Urldate = {2001-08-04},
+ Date = {2001},
+ Location = {北京}
+}
+
+@Article{詹广平2013-8-10,
+ Title = {美海军宙斯盾系统开放式体系结构研究},
+ Author = {詹广平},
+ Journal = {舰船电子工程},
+ Year = {2013},
+ Number = {11},
+ Pages = {8-10},
+ Volume = {33}
}
@Book{张伯伟2002--,
Title = {全唐五代诗格会考},
+ Address = {南京},
Author = {张伯伟},
+ Pages = {288},
Publisher = {江苏古籍出版社},
- Year = {2002},
- Address = {南京},
- Pages = {288}
+ Year = {2002}
}
-@Book{赵学功2001--,
- Title = {当代美国外交},
- Author = {赵学功},
- Publisher = {社会科学文献出版社},
- Year = {2001},
- Url = {http://www.baidu.com},
- Urldate = {2014-06-11}
-}
-
-@Book{赵耀东1998--,
- Title = {新时代的工业工程师},
- Author = {赵耀东},
- Publisher = {天下文化出版社},
- Year = {1998},
- Location = {台北},
- Url = {http://www.ie.nthu.edu.tw/info/ie.newie.htm(Big5)},
- Urldate = {1998-09-26}
-}
-
-@Book{中国企业投资协会2013--,
- Title = {投资台湾:大陆企业赴台投资指南},
- Author = {中国企业投资协会 and 台湾并购与私募股权协会 and 汇盈国际投资集团},
- Publisher = {九州出版社},
- Year = {2013},
- Address = {北京}
-}
-
-@Book{中华人民共和国国家质量监督检验检疫总局2015,
- Title = {中华人民共和国国家标准 GB/T 7714-2015 信息与文献 参考文献著录规则},
- Author = {中华人民共和国国家质量监督检验检疫总局 and 中国国家标准化管理委员会},
- Note = {standard},
- Date = {2015-05-15}
+@Patent{张凯军2012-04-05--,
+ Title = {轨道火车及高速轨道火车紧急安全制动辅助装置},
+ Author = {张凯军},
+ Number = {201220158825.2},
+ Year = {2012-04-05}
}
-@Book{庄钊文2007--,
- Title = {军用目标雷达散射截面预估与测量},
- Author = {庄钊文 and 袁乃昌 and 莫锦军 and 刘少斌},
- Publisher = {科学出版社},
+@Article{张敏莉2007-500-503,
+ Title = {超声速短化喷管的设计和试验研究},
+ Author = {张敏莉 and 易仕和 and 赵玉新},
+ Journal = {空气动力学报},
Year = {2007},
- Address = {北京}
-}
-
-
-
-@Collection{中国职工教育研究会1985--,
- Title = {职工教育研究论文集},
- Author = {中国职工教育研究会},
- Location = {北京},
- Publisher = {人民教育出版社},
- Year = {1985}
+ Number = {4},
+ Pages = {500-503},
+ Volume = {25}
}
-@Conference{Choi2002-1075-1080,
- Title = {Performance analysis of ultra-wideband spread-spectrum communications in narrowband interference},
- Author = {Choi, J. D. and Stark,W. E.},
- Booktitle = {Proc. IEEE Military Commun. Conf. (MILCOM)},
- Year = {2002},
- Address = {Anaheim, CA},
- Pages = {1075-1080},
- Volume = {2}
+@Article{张庆杰2009-30-33,
+ Title = {支持无人机互操作的多数据链互连网关设计},
+ Author = {张庆杰 and 王林 and 朱华勇 and 沈林成},
+ Journal = {计算机工程},
+ Year = {2009},
+ Number = {20},
+ Pages = {30-33},
+ Volume = {35},
+ Month = {10}
}
-@Conference{Dardari2002-201-206,
- Title = {Simple and accurate models for error probability evaluation of IEEE802.11 DS-SS physical interface in the presence of Bluetooth interference},
- Author = {Dardari, D. and Pasolini,G.},
- Booktitle = {Proc. IEEE Global Telecommun. Conf. (GLOBECOM)},
- Year = {2002},
- Address = {Taipei},
- Pages = {201-206},
- Volume = {1}
+@Thesis{张若凌2004--,
+ Title = {高超声速非平衡流动的计算和实验研究},
+ Author = {张若凌},
+ Year = {2004},
+ Location = {绵阳},
+ School = {中国空气动力研究与发展中心}
}
-@Conference{Firoozbakhsh2003-473-477,
- Title = {Analysis of IEEE 802.11a interference on UWB systems},
- Author = {Firoozbakhsh, B. and Pratt,T. G. and Jayant,N.},
- Booktitle = {Proc. of IEEE Conference on Ultrawideband Systems and Technologies (UWBST)},
- Year = {2003},
- Address = {Oulu, Finland},
- Pages = {473-477}
+@Article{张田勤2000--,
+ Title = {犯罪DNA库与生命伦理学计划},
+ Author = {张田勤},
+ Note = {news},
+ Number = {7},
+ Date = {2000-11-12},
+ Journaltitle = {大众科技报}
}
-@Conference{Foerster2002-1931-1935,
- Title = {Interference modeling of pulse-based UWB waveforms on narrowband systems},
- Author = {Foerster, J. R.},
- Booktitle = {Proc. IEEE Veh. Technol. Conf.},
- Year = {2002},
- Address = {Birmingham, AL},
- Pages = {1931-1935},
- Volume = {4}
+@Article{张晓琴2011--,
+ Title = {有重复组合公式的几种证明方法},
+ Author = {张晓琴 and 王顺勇},
+ Journal = {大学数学},
+ Year = {2011},
+ Number = {6},
+ Volume = {27},
+ Month = {12}
}
-@Conference{Fontana2002-309-313,
- Title = {An insight into UWB interference from a shot noise perspective},
- Author = {Fontana, R. J.},
- Booktitle = {Proc. of IEEE Conference on Ultrawideband Systems and Technologies (UWBST)},
- Year = {2002},
- Address = {Baltimore, MD},
- Pages = {309-313}
+@Thesis{athesis1,
+ Title = {间断动力系统的随机扰动及其在守恒律方程中的应用},
+ Author = {张志祥},
+ Institution = {北京大学数学学院},
+ Date = {1998},
+ Location = {北京}
}
-@Conference{Giorgetti2005-794-798,
- Title = {Coexistence of UWB and narrowband systems in Nakagami/Rice channels},
- Author = {Giorgetti, A.},
- Booktitle = {Proc. Int. Symp. on Wireless Personal Multimedia Commun. (WPMC)},
- Year = {2005},
- Address = {Aalborg, Denmark},
- Pages = {794-798}
+@Inproceedings{ay7,
+ Title = {科技书刊的总编(主编)的角色要求},
+ Author = {张忠智},
+ Booktitle = {中国科学技术期刊编辑学会建会十周年学术研讨会论文汇编},
+ Pages = {33-34},
+ Date = {1997},
+ Institution = {中国科学技术期刊编辑学会学术委员会},
+ Location = {北京}
}
-@Conference{Giorgetti2006--,
- Title = {Coexistence issues in cognitive radios based on ultra-wide bandwidth systems},
- Author = {Giorgetti, A. and Chiani, M. and Dardari,D.},
- Booktitle = {Proc. IEEE Int. Conf. on Cognitive Radio Oriented Wireless Net. and Comm. (CROWNCOM)},
- Year = {2006},
- Address = {Mykonos, Greece}
+@Book{abook4,
+ Title = {新概念物理教程},
+ Address = {北京},
+ Author = {赵凯华 and 罗蔚茵},
+ Publisher = {高等教育出版社},
+ Year = {1995}
}
-@Conference{Li2004-21-24,
- Title = {Practical approaches to channel estimation and interference suppression for OFDM based UWB communications},
- Author = {Li, Y. and Molisch,A. F. and Zhang,J.},
- Booktitle = {Proc. of the IEEE 6th Circ. and Syst., Symp. on Emerging Technologies: Frontiers of Mobile and Wireless Communication},
- Year = {2004},
- Pages = {21-24},
- Volume = {1}
+@Book{赵学功2001--,
+ Title = {当代美国外交},
+ Author = {赵学功},
+ Publisher = {社会科学文献出版社},
+ Year = {2001},
+ Url = {http://www.baidu.com},
+ Urldate = {2014-06-11}
}
-@Conference{Nasri2008-3616-3621,
- Title = {Performance Evaluation of BICM-OFDM Systems Impaired by UWB Interference},
- Author = {Nasri, A. and Schober,R. and Lampe,L.},
- Booktitle = {Proc. IEEE Int. Conf. on Commun.},
- Year = {2008},
- Address = {Beijing, China},
- Pages = {3616-3621}
+@Book{赵耀东1998--,
+ Title = {新时代的工业工程师},
+ Author = {赵耀东},
+ Publisher = {天下文化出版社},
+ Year = {1998},
+ Url = {http://www.ie.nthu.edu.tw/info/ie.newie.htm(Big5)},
+ Urldate = {1998-09-26},
+ Location = {台北}
}
-@Conference{Piazzo2001--,
- Title = {UWB EM compatibility and coexistence issues},
- Author = {Piazzo, L.},
- Booktitle = {Proc. 1st Int. Workshop on Networking with UWB},
+@Manual{中国第一历史档案馆2001--,
+ Title = {中国明朝档案总汇},
+ Author = {中国第一历史档案馆 and 辽宁省档案馆},
Year = {2001},
- Address = {Rome, Italy}
-}
-
-@InBook{1977-49-49,
- Title = {宋史卷三:本纪第三},
- Pages = {49},
- Publisher = {中华书局},
- Year = {1977},
- Address = {北京},
- Booktitle = {宋史:第1册}
+ Address = {桂林},
+ Organization = {广西师范大学出版社}
}
-@InBook{1988-590-590,
- Title = {卷39 乞致任第一},
- Pages = {590},
- Publisher = {中华书局},
- Year = {1988},
+@Book{中国企业投资协会2013--,
+ Title = {投资台湾:大陆企业赴台投资指南},
Address = {北京},
- Booktitle = {苏魏公文集:下册}
+ Author = {中国企业投资协会 and 台湾并购与私募股权协会 and 汇盈国际投资集团},
+ Publisher = {九州出版社},
+ Year = {2013}
}
-@InBook{ainbook5,
- Title = {Control of electronic resources in Australia},
- Author = {G MARTIN},
- Pages = {85-96},
- Publisher = {The Haworth Press},
- Bookauthor = {L W PATTLE and B J COX},
- Booktitle = {Electronic resources},
- Booktitleaddon = {selection and bibliographic control},
+@Book{ay8,
+ Title = {现代汉语词典},
+ Author = {中国社会科学院语言研究所词典编辑室},
+ Edition = {修订本},
+ Publisher = {商务印书馆},
Date = {1996},
- Location = {New York},
+ Location = {北京},
Usera = {M}
}
-@InBook{BUSECK1980-117-211,
- Title = {Subsolidus phenomena in pyroxenes},
- Author = {P R BUSECK and NORD, Jr., G L and D R VEBLEN},
- Pages = {117-211},
- Publisher = {Mineralogical Society of America},
- Bookauthor = {CT PREWITT},
- Booktitle = {Pyroxense},
- Date = {1980},
- Location = {Washington, D.C.}
-}
-
-@InBook{inbook1,
- Title = {1998年长江洪水的成因与减灾对策},
- Author = {程根伟},
- Pages = {32-36},
- Publisher = {科学出版社},
- Year = {1999},
- Bookauthor = {许厚泽 and 赵其国},
- Booktitle = {长江流域洪涝灾害与科技对策},
- Language = {cn},
- Location = {北京}
+@Collection{中国职工教育研究会1985--,
+ Title = {职工教育研究论文集},
+ Author = {中国职工教育研究会},
+ Location = {北京},
+ Publisher = {人民教育出版社},
+ Year = {1985}
}
-@InBook{inbook2,
- Title = {蓟县震旦亚界研究},
- Author = {陈晋镳 and 张惠民 and 朱士兴 and others},
- Pages = {56-114},
- Publisher = {天津科学出版社},
- Year = {1980},
- Bookauthor = {中国地质科学院天津地质矿产研究所},
- Booktitle = {中国震旦亚界},
- Language = {cn},
- Location = {天津},
- Usera = {M}
+@Book{中华人民共和国国家质量监督检验检疫总局2015,
+ Title = {中华人民共和国国家标准 GB/T 7714-2015 信息与文献 参考文献著录规则},
+ Author = {中华人民共和国国家质量监督检验检疫总局 and 中国国家标准化管理委员会},
+ Note = {standard},
+ Date = {2015-05-15}
}
-@InBook{inbook4,
- Title = {关于《工资、价格和利润》的报告札记},
- Author = {马克思},
- Pages = {505},
- Publisher = {人民出版社},
- Year = {1982},
- Bookauthor = {马克思 and 恩格斯},
- Booktitle = {马克思恩格斯全集},
- Booktitleaddon = {第44卷},
- Location = {北京}
+@Report{中华人民共和国国务院新闻办公室2013-04-16--,
+ Title = {国防白皮书:中国武装力量的多样化运用},
+ Author = {中华人民共和国国务院新闻办公室},
+ Year = {2013-04-16},
+ Url = {http://www.mod.gov.cn},
+ Urldate = {2014-06-11}
}
-@InBook{inbook5,
+@Inbook{inbook5,
Title = {非线性规划在可燃毒物配置中的应用},
Author = {钟文发},
+ Bookauthor = {赵玮},
+ Booktitle = {运筹学的理论和应用},
Pages = {468-471},
Publisher = {西安电子科技大学出版社},
Year = {1996},
- Bookauthor = {赵玮},
- Booktitle = {运筹学的理论和应用},
Booktitleon = {中国运筹学会第五届大会讨论文集},
Language = {cn},
Location = {西安},
Usera = {C}
}
-@InBook{inbook6,
- Title = {Pathogenic properties of invading microorganism},
- Author = {L WEINSTEIN and M N SWERTZ},
- Pages = {745-772},
- Publisher = {Saunders},
- Year = {1974},
- Bookauthor = {SODEMAN, Jr., W A and W A SODEMAN},
- Booktitle = {Pathologic physiology},
- Booktitleaddon = {mechanisms of disease},
- Language = {en},
- Location = {Philadelphia},
- Usera = {M}
-}
-
-@InBook{白书农1998-146-163,
- Title = {植物开花研究},
- Author = {白书农},
- Pages = {146-163},
- Publisher = {高等教育出版社},
- Year = {1998},
- Bookauthor = {李承森},
- Booktitle = {植物科学进展},
- Location = {北京}
-}
-
-@InBook{国家标准局信息分类编码研究所1988-59-92,
- Title = {世界各国和地区名称代码 GB/T 2659-1986},
- Author = {国家标准局信息分类编码研究所},
- Pages = {59-92},
- Publisher = {中国标准出版社},
- Note = {standard},
- Bookauthor = {全国文献工作标准化技术委员会},
- Booktitle = {文献工作国家标准汇编},
- Booktitleaddon = {3},
- Date = {1988},
- Location = {北京}
-}
-
-@InBook{楼梦麟2011-11-12,
- Title = {汶川地震基岩地震动特征分析},
- Author = {楼梦麟 and 杨燕},
- Pages = {011-012},
- Publisher = {同济大学出版社},
- Year = {2011},
- Address = {上海},
- Bookauthor = {同济大学土木工程防灾国家重点实验室},
- Booktitle = {汶川地震震害研究},
- Url = {http://apabi.lib.pku.edu.cn},
- Urldate = {2013-05-09}
-}
-
-@InBook{马克思2013-302-302,
- Title = {政治经济学批判},
- Author = {马克思},
- Pages = {302},
- Publisher = {人民出版社},
+@Article{周学武2013-49-52,
+ Title = {数据链技术的发展及其在空面导弹中的应用},
+ Author = {周学武 and 邹敏怀 and 张邦楚 and 黄剑斌 and 刘涛},
+ Journal = {教练机},
Year = {2013},
- Address = {北京},
- Bookauthor = {马克思 and 恩格斯},
- Booktitle = {马克思恩格斯全集:第35卷}
-}
-
-@InBook{王夫之2011-1109-1109,
- Title = {周易外传:卷5},
- Pages = {1109},
- Publisher = {岳麓书社},
- Year = {2011},
- Bookauthor = {王夫之},
- Booktitle = {船山全书:第6册},
- Location = {长沙}
-}
-
-@InCollection{ainbook2,
- Title = {论职工教育的特点},
- Author = {韩吉人},
- Booktitle = {职工教育研究论文集},
- Publisher = {人民教育出版社},
- Pages = {90-99},
- Bookauthor = {中国职工教育研究会},
- Date = {1985},
- Location = {北京}
-}
-
-@InProceedings{ay5,
- Title = {在中国科协技术期刊编辑工作经验交流会上的讲话},
- Author = {裴丽生},
- Booktitle = {中国科协学术期刊编辑工作经验交流会资料选},
- Pages = {2-10},
- Date = {1981},
- Institution = {中国科学技术协会学会工作部},
- Location = {北京}
-}
-
-@InProceedings{ay7,
- Title = {科技书刊的总编(主编)的角色要求},
- Author = {张忠智},
- Booktitle = {中国科学技术期刊编辑学会建会十周年学术研讨会论文汇编},
- Pages = {33-34},
- Date = {1997},
- Institution = {中国科学技术期刊编辑学会学术委员会},
- Location = {北京}
-}
-
-@InProceedings{FOURNEY1971-17-38,
- Title = {Advances in holographic photoelasticity},
- Author = {M E FOURNEY},
- Booktitle = {Symposium on Applications of Holography in Mechanics, August 23-25, 1971, University of Southern California, Los Angeles, California},
- Pages = {17-38},
- Publisher = {ASME},
- Date = {1971},
- Location = {New York}
+ Number = {2},
+ Pages = {49-52}
}
-@InProceedings{FOURNEY1971-17-38a,
- Title = {Advances in holographic photoelasticity},
- Author = {M E FOURNEY},
- Booktitle = {Symposium on Applications of Holography in Mechanics, August 23-25, 1971. University of Southern California, Los Angeles, California},
- Pages = {17-38},
- Publisher = {ASME},
- Bookauthor = {American Society of Mechanical Engineers. Applied Mechanics Division},
- Date = {1971},
- Location = {New York}
+@Book{庄钊文2007--,
+ Title = {军用目标雷达散射截面预估与测量},
+ Address = {北京},
+ Author = {庄钊文 and 袁乃昌 and 莫锦军 and 刘少斌},
+ Publisher = {科学出版社},
+ Year = {2007}
}
-@InProceedings{inproceeding1,
- Title = {Force control of redundant robots},
- Author = {B Nemec},
- Booktitle = {Processings of Symposium on Robot Control},
- Year = {1997},
- Pages = {209-214},
- Country = {Nantes France}
+@Article{郜宪林2001-114-116,
+ Title = {DII COE研究与分析},
+ Author = {郜宪林},
+ Journal = {计算机工程与应用},
+ Year = {2001},
+ Number = {19},
+ Pages = {114-116}
}
-@InProceedings{贾东琴2011-45-52,
- Title = {面向数字素养的高校图书馆数字服务体系研究},
- Author = {贾东琴 and 柯平},
- Booktitle = {中国图书馆学会年会论文集:2011年卷},
- Year = {2011},
+@Book{1962-50-50,
+ Title = {康熙字典:已集上:水部},
Address = {北京},
- Pages = {45-52},
- Publisher = {国家图书馆出版社},
- Bookauthor = {中国图书馆学会}
+ Edition = {同文书局影印本},
+ Pages = {50},
+ Publisher = {中华书局},
+ Year = {1962}
}
-@InProceedings{汪学军2002-22-25,
- Title = {中国农业转基因生物研发进展与安全管理},
- Author = {汪学军},
- Booktitle = {中国国家生物安全框架实施国际合作项目研讨会论文集},
- Year = {2002},
+@Inbook{1977-49-49,
+ Title = {宋史卷三:本纪第三},
Address = {北京},
- Pages = {22-25},
- Publisher = {中国环境科学出版社},
- Bookauthor = {国家环境保护总局生物安全管理办公室}
-}
-
-@Manual{Lehman2013--,
- Title = {The biblatex Package},
- Author = {Philipp Lehman and Philip Kime and Audrey Boruvka and Joseph Wright},
- Month = {11},
- Year = {2013},
- Subtitle = {Programmable Bibliographies and Citations},
- Version = {version 2.8a}
-}
-
-@Manual{Lehman2015,
- Title = {The Biblatex Package: Programmable Bibliographies and Citations},
- Author = {Philipp Lehman and Philip Kime and Audrey Boruvka and Joseph Wright},
- Date = {2015-04-20},
- Version = {3.0}
-}
-
-@Manual{Mittelbach2015--,
- Title = {An environment for multicolumn output},
- Author = {Frank Mittelbach},
- Month = {12},
- Year = {2015}
-}
-
-@Manual{Oetiker2011--,
- Title = {The Not So Short Introduction to LATEX2ε},
- Author = {Tobias Oetiker and Hubert Partl and Irene Hyna and Elisabeth Schleg},
- Month = {4},
- Year = {2011}
-}
-
-@Manual{Robertson2011--,
- Title = {The ccaption package},
- Author = {Will Robertson and Peter Wilson and Herries Press},
- Month = {8},
- Year = {2011},
- Version = {v3.2c}
+ Booktitle = {宋史:第1册},
+ Pages = {49},
+ Publisher = {中华书局},
+ Year = {1977}
}
-@Manual{Sommerfeldt2011--,
- Title = {Customizing captions of floating environments},
- Author = {Axel Sommerfeldt},
- Month = {11},
- Year = {2011},
- Url = {http://sourceforge.net/projects/latex-caption/}
+@Inbook{1988-590-590,
+ Title = {卷39 乞致任第一},
+ Address = {北京},
+ Booktitle = {苏魏公文集:下册},
+ Pages = {590},
+ Publisher = {中华书局},
+ Year = {1988}
}
-@Manual{Umeki2010--,
- Title = {The geometry package},
- Author = {Hideo Umeki},
- Month = {09},
- Year = {2010},
- Version = {v5.6}
+@Book{2009-155-155,
+ Title = {师伏堂日记:第4册},
+ Address = {北京},
+ Pages = {155},
+ Publisher = {北京图书馆出版社},
+ Year = {2009}
}
-@Manual{胡振震2016,
- Title = {符合 GB7714-2015 标准的 biblatex 参考文献样式文件},
- Author = {胡振震},
- Date = {2016-07-01}
+@Online{Alliance--,
+ Title = {WiMedia Alliance},
+ Url = {www.wimedia.org}
}
-@Manual{吴凌云2007--,
- Title = {CTEX FAQ},
- Author = {吴凌云},
- Month = {1},
- Year = {2007},
- Subtitle = {常见问题集},
- Version = {version 0.4}
+@Proceedings{aproceedings2,
+ Title = {Proceedings of the Fifth Canadian Mathematical Congress, University of Montreal, 1961},
+ Editor = {E M ROSENTHALL},
+ Publisher = {University of Toronto Press},
+ Date = {1963},
+ Location = {Toronto},
+ Usera = {C}
}
-@Manual{中国第一历史档案馆2001--,
- Title = {中国明朝档案总汇},
- Address = {桂林},
- Author = {中国第一历史档案馆 and 辽宁省档案馆},
- Organization = {广西师范大学出版社},
- Year = {2001}
+@Proceedings{aproceedings3,
+ Title = {Computer algebra in scientific computing:CASC 2000:proceedings of the Third
+Workshop on Computer Algebra in Scientific Computing, Samarkand, October 5-9, 2000},
+ Editor = {V G GANZHA and E W MAYR and E V VOROZHTSOV},
+ Publisher = {Springer},
+ Date = {2000},
+ Location = {Berlin},
+ Usera = {C}
}
-@Online{Alliance--,
- Title = {WiMedia Alliance},
- Url = {www.wimedia.org}
+@Proceedings{Babu2014--,
+ Title = {Proceedings of the second international conference on soft computing for problem solving, December 28-30},
+ Address = {New Delhi},
+ Editor = {Babu, B. V. and NAGAR, A. K. AND DEEP, K. and others},
+ Publisher = {Springer},
+ Year = {2014}
}
-@Online{Commonwealth--,
- Title = {Pennsylvania library laws},
- Author = {{Commonwealth libraries bureau of library development.Pennsylvania department of education office}},
- Url = {http://www.racc.edu},
- Urldate = {2013-03-24}
+@Book{booknoauthor,
+ Title = {出版集团研究},
+ Pages = {179-193},
+ Publisher = {中国书籍出版社},
+ Date = {2001},
+ Location = {北京}
}
@Online{Dublin2012-06-14--,
@@ -2029,13 +2300,6 @@
Url = {http://blog.csdn.net/zd0303/article/details/7676807}
}
-@Online{OMG2003--,
- Title = {Unified Modeling Language: Superstructure},
- Author = {{omg Inc.}},
- Url = {http://www.omg.org},
- Year = {2003}
-}
-
@Online{online1,
Title = {PACS-L:the public-access computer systems forum},
Url = {http://info.lib.uh.edu/pacsl.html},
@@ -2045,107 +2309,21 @@
Publisher = {Tex: University of Houston Libraries}
}
-@Online{online2,
- Title = {History of OCLC},
- Author = {{Online Computer Library Center, Inc.}},
- Url = {http://www.oclc.org/about/history/default.htm},
- Urldate = {2000-01-08}
-}
-
-@Online{online3,
- Title = {UNIMARC and metadata: Dublin Core},
- Author = {A HOPKINSON},
- Url = {http://www.rfla.org/IV/rfla64/13801613.htm},
- Urldate = {1999-12-08}
-}
-
-@Online{李强2012-05-03--,
- Title = {化解医患矛盾需釜底抽薪},
- Author = {李强},
- Url = {http://wenku.baidu.com},
- Urldate = {2013-03-25},
- Year = {2012-05-03}
-}
-
-@Online{萧钰2001--,
- Title = {出版业信息化迈入快车道},
- Author = {萧钰},
- Url = {http://www.creader.com/news/20011219/200112190019.html},
- Urldate = {2002-04-15},
- Date = {2001-12-19}
-}
-
-@Patent{apatent1,
- Title = {多功能一次性压舌板},
- Number = {92214985.2},
- Author = {刘加林},
- Language = {cn},
- Date = {1993-04-14},
- Location = {中国},
- Usera = {P}
-}
-
-@Patent{KOSEKI2002--,
- Title = {Compiler},
- Number = {US828402},
- Author = {A KOSEKI and H MOMOSE and M KAWAHITO and others},
- Url = {http://FF&p=1&u=netahtml/PTO/search-bool.html&r=5&f=G&l=50&col=AND&d=PG01&sl=IBM.AS.&0S=AN/IBM&RS=AN/IBM},
- Date = {2002-05-25},
- Urldate = {2002-05-28}
-}
-
-@Patent{patent1,
- Title = {一种温热外敷药制备方案},
- Number = {88105607.3},
- Author = {姜锡洲},
- Date = {1989-07-26},
- Titleaddon = {中国},
- Usera = {P}
-}
-
-@Patent{patent2,
- Title = {光折变自适应光外差探测方法},
- Number = {01128777.2},
- Author = {西安电子科技大学},
- Url = {http://211.152.9.47/sipoasp/zljs/hyjs-yx-new.asp?recid=01128777.2&leixin=0},
- Date = {2002-03-06},
- Urldate = {2002-05-28}
-}
-
-@Patent{patent3,
- Title = {Electronic watermarking method and system},
- Number = {US6915001},
- Author = {R TACHIBANA and S SHIMIZU and S KOBAYSHI and others},
- Url = {http://patftuspto.gov/netacgi/nph-Parser?
- Seetl=PTO2&Sect2=HITOFF&=1&u=/netahhml/search-bool.html
- &r=1&f=G&1=50&col=AND&d=ptxt&sl=`Electronic+watermarking+method+system'.TTL.&OS=TTL/},
- Date = {2002-04-25},
- Urldate = {2002-05-28}
-}
-
-@Patent{河北绿洲生态环境科技有限公司2001--,
- Title = {一种荒漠化地区生态植被综合培育种植方法},
- Number = {01129210.5},
- Author = {河北绿洲生态环境科技有限公司},
- Url = {http://211.152.9.47/sipoasp/zlijs/hyjs-yx-new.asp?recid=01129210.5&leixin},
- Date = {2001-10-24},
- Urldate = {2002-05-28}
-}
-
-@Patent{张凯军2012-04-05--,
- Title = {轨道火车及高速轨道火车紧急安全制动辅助装置},
- Number = {201220158825.2},
- Year = {2012-04-05},
- Author = {张凯军}
+@Book{Parsons2000noauthor--,
+ Title = {The Mobile Radio Propagation Channel},
+ Address = {Hoboken},
+ Edition = {2},
+ Publisher = {John Wiley and Sons},
+ Year = {2000}
}
@Periodical{periodical1,
Title = {地质评论},
+ Date = {1936},
Editor = {中国地质学会},
- Language = {cn},
Number = {1},
Volume = {1},
- Date = {1936},
+ Language = {cn},
Location = {北京},
Publisher = {地质出版社},
Usera = {J}
@@ -2153,205 +2331,68 @@
@Periodical{periodical2,
Title = {图书馆学通信},
- Editor = {中国图书馆学会},
- Number = {1-4},
Address = {北京},
Date = {1957/1990},
- Institution = {北京图书馆}
+ Editor = {中国图书馆学会},
+ Institution = {北京图书馆},
+ Number = {1-4}
}
@Periodical{periodical3,
Title = {Science},
+ Date = {1883},
Editor = {{American Association for the Advancement of Science}},
- Language = {en},
Number = {1},
Volume = {1},
- Date = {1883},
+ Language = {en},
Location = {Washington, D.C.},
Publisher = {American Association for the Advancement of Science},
Usera = {J}
}
-@Periodical{中华医学会湖北分会1984--,
- Title = {临床内科杂志},
- Editor = {中华医学会湖北分会},
- Number = {1},
- Volume = {1},
- Address = {武汉},
- Date = {1984},
- Institution = {中华医学会湖北分会}
-}
-
-@Proceedings{aproceedings2,
- Title = {Proceedings of the Fifth Canadian Mathematical Congress, University of Montreal, 1961},
- Editor = {E M ROSENTHALL},
- Publisher = {University of Toronto Press},
- Date = {1963},
- Location = {Toronto},
- Usera = {C}
-}
-
-@Proceedings{aproceedings3,
- Title = {Computer algebra in scientific computing:CASC 2000:proceedings of the Third
-Workshop on Computer Algebra in Scientific Computing, Samarkand, October 5-9, 2000},
- Editor = {V G GANZHA and E W MAYR and E V VOROZHTSOV},
- Publisher = {Springer},
- Date = {2000},
- Location = {Berlin},
- Usera = {C}
-}
-
-@Proceedings{Babu2014--,
- Title = {Proceedings of the second international conference on soft computing for problem solving, December 28-30},
- Year = {2014},
- Address = {New Delhi},
- Editor = {Babu, B. V. and NAGAR, A. K. AND DEEP, K. and others},
- Publisher = {Springer}
+@Book{standardinfoiso158,
+ Title = {Information and documdocument-the Dublin core metadata element set:ISO 15836:2009},
+ Note = {standard},
+ Url = {http://www.iso.org},
+ Urldate = {2013-03-24}
}
-@Proceedings{陈志勇2011--,
- Title = {中国财税文化价值研究:“中国财税文化国际学术研讨会”论文集},
+@Inbook{王夫之2011-1109-1109,
+ Title = {周易外传:卷5},
+ Bookauthor = {王夫之},
+ Booktitle = {船山全书:第6册},
+ Pages = {1109},
+ Publisher = {岳麓书社},
Year = {2011},
- Address = {北京},
- Publisher = {经济科学出版社},
- Author = {陈志勇},
- Url = {http://apabi.lib.pku.edu.cn},
- Urldate = {2013-10-14}
-}
-
-@Proceedings{雷光春2012--,
- Title = {综合湿地管理:综合湿地管理国际研讨会论文集},
- Year = {2012},
- Address = {北京},
- Publisher = {海洋出版社},
- Author = {雷光春}
+ Location = {长沙}
}
@Proceedings{中国力学学会1999--,
Title = {第3届全国实验流体力学学术会议论文集},
- Year = {1999},
Address = {天津},
- Editor = {中国力学学会}
+ Editor = {中国力学学会},
+ Year = {1999}
}
@Proceedings{中国社会科学院台湾史研究中心2012--,
Title = {台湾光复六十五周年暨抗战史实学术研讨会论文集},
- Year = {2012},
Address = {北京},
Editor = {中国社会科学院台湾史研究中心},
- Publisher = {九州出版社}
-}
-
-@Report{Calkin2011-8-9,
- Title = {a comparative risk assessment framework for wildland fire management: the 2010 cohesive strategy Science report:RMRS-GTR-262},
- Author = {Calkin, D and Ager, a. and Thompson, m.},
- Pages = {8-9},
- Year = {2011}
-}
-
-@Report{DTFHA1990--,
- Title = {Guidelines for handling excavated acid-producing materials, PB 91-194001},
- Author = {{U.S. Department of Transportation Federal Highway Administration}},
- Institution = {U.S. Department of Commerce National Information Service},
- Year = {1990},
- Location = {Springfield}
-}
-
-@Report{Eggrers--,
- Title = {One-dimensional flows of an imperfect diatomic gas},
- Author = {Eggrers, A. J.},
- Number = {959},
- Type = {NACA report}
-}
-
-@Report{Humphrey1971--,
- Title = {The sonic throat method and real gas one-dimensional flow: an application to air and nitrogen},
- Author = {Humphrey, Richard L. and Wagner, Jerry L.},
- Number = {730029},
- Type = {AD},
- Year = {1971}
-}
-
-@Report{WHO1970--,
- Title = {Factors regulating the immune response},
- Author = {{World Health Organization}},
- Institution = {WHO},
- Date = {1970},
- Location = {Geneva},
- Titleaddon = {report of WHO Scientific Group}
-}
-
-@Report{汤万金2013-09-30--,
- Title = {人体安全重要技术标准研制最终报告:7178999X},
- Author = {汤万金 and 杨跃翔 and 刘文 and others},
- Year = {2013-09-30},
- Url = {http://www.nstrs.org.cn},
- Urldate = {2014-06-24}
-}
-
-@Report{中华人民共和国国务院新闻办公室2013-04-16--,
- Title = {国防白皮书:中国武装力量的多样化运用},
- Author = {中华人民共和国国务院新闻办公室},
- Year = {2013-04-16},
- Url = {http://www.mod.gov.cn},
- Urldate = {2014-06-11}
-}
-
-@Thesis{athesis1,
- Title = {间断动力系统的随机扰动及其在守恒律方程中的应用},
- Author = {张志祥},
- Institution = {北京大学数学学院},
- Date = {1998},
- Location = {北京}
-}
-
-@Thesis{CALMS1965--,
- Title = {Infrared spectroscopic studies on solid oxygen},
- Author = {R B CALMS},
- Institution = {Univ. of California},
- Date = {1965},
- Location = {Berkeley}
-}
-
-@Thesis{马欢2011-27-27,
- Title = {人类活动影响下海河流域典型区水循环变化分析},
- Address = {北京},
- Author = {马欢},
- Institution = {清华大学},
- Pages = {27},
- Year = {2011},
- Url = {http://www.cnki.net},
- Urldate = {2013-10-14}
-}
-
-@Thesis{吴云芳2003--,
- Title = {面向中文信息处理的现代汉语并列结构研究},
- Address = {北京},
- Author = {吴云芳},
- Institution = {北京大学},
- Year = {2003},
- Url = {http://thesis.lib.pku.edu.cn},
- Urldate = {2013-10-14}
-}
-
-@Thesis{张若凌2004--,
- Title = {高超声速非平衡流动的计算和实验研究},
- Author = {张若凌},
- Year = {2004},
- Location = {绵阳},
- School = {中国空气动力研究与发展中心}
+ Publisher = {九州出版社},
+ Year = {2012}
}
-@Unpublished{包太雷2013--,
- Title = {LaTeX Notes},
- Author = {包太雷},
- Month = {9},
- Year = {2013},
- Edition = {第二版},
- Subtitle = {雷太赫排版系统简介}
+@Periodical{中华医学会湖北分会1984--,
+ Title = {临床内科杂志},
+ Address = {武汉},
+ Date = {1984},
+ Editor = {中华医学会湖北分会},
+ Institution = {中华医学会湖北分会},
+ Number = {1},
+ Volume = {1}
}
-@comment{jabref-entrytype: Collection: req[author;title;location;publisher;year] opt[]}
+@comment{jabref-entrytype: Collection: req[author;title;location;publisher;date] opt[]}
@comment{jabref-entrytype: Online: req[author;title;year;url;urldate] opt[doi]}