diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee501b..4c4fc27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## Added + +新增选项 `link.journal` 允许在期刊题名添加超链接([#144](https://github.com/zepinglee/gbt7714-bibtex-style/issues/144))。 + ## Fixed -修复 `not brace-balanced` 的警告([#113](https://github.com/zepinglee/gbt7714-bibtex-style/issues/113)。 +修复 `not brace-balanced` 的警告([#113](https://github.com/zepinglee/gbt7714-bibtex-style/issues/113))。 ## [v2.1.5] - 2022-10-03 diff --git a/gbt7714-2005-author-year.bst b/gbt7714-2005-author-year.bst index 2e84e96..b54917c 100644 --- a/gbt7714-2005-author-year.bst +++ b/gbt7714-2005-author-year.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -83,6 +84,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1080,6 +1082,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/gbt7714-2005-numerical.bst b/gbt7714-2005-numerical.bst index f0a3261..00b0f49 100644 --- a/gbt7714-2005-numerical.bst +++ b/gbt7714-2005-numerical.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -78,6 +79,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1070,6 +1072,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/gbt7714-author-year.bst b/gbt7714-author-year.bst index 0fb9e27..931fcfe 100644 --- a/gbt7714-author-year.bst +++ b/gbt7714-author-year.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -83,6 +84,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1080,6 +1082,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/gbt7714-numerical.bst b/gbt7714-numerical.bst index fb5f535..8f65546 100644 --- a/gbt7714-numerical.bst +++ b/gbt7714-numerical.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -78,6 +79,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1070,6 +1072,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/gbt7714.dtx b/gbt7714.dtx index f45223b..79596e2 100644 --- a/gbt7714.dtx +++ b/gbt7714.dtx @@ -334,6 +334,7 @@ % show.medium.type & |#1| & 显示载体类型标识 \\ % component.part.label & |"slash"| & 表示析出文献的符号,可选:|"in"|, |"none"| \\ % italic.journal & |#0| & 西文期刊名使用斜体 \\ +% link.journal & |#0| & 在期刊题名上添加 url 的超链接 \\ % show.missing.address.publisher & |#0| & 出版项缺失时显示“出版者不详” \\ % space.before.pages & |#1| & 页码与前面的冒号之间有空格 \\ % only.start.page & |#0| & 只显示起始页码 \\ @@ -891,6 +892,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -1098,6 +1100,16 @@ FUNCTION {load.config} % % \end{macrocode} % +% 在期刊题名添加超链接: +% \begin{macrocode} +%<*!link-journal> + #0 'link.journal := +% +%<*link-journal> + #1 'link.journal := +% +% \end{macrocode} +% % 期刊的卷使用粗体: % \begin{macrocode} #0 'bold.journal.volume := @@ -2617,6 +2629,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/test/testbst/option-link-jounal.bbl b/test/testbst/option-link-jounal.bbl new file mode 100644 index 0000000..8624bda --- /dev/null +++ b/test/testbst/option-link-jounal.bbl @@ -0,0 +1,875 @@ +\begin{thebibliography}{128} +\providecommand{\natexlab}[1]{#1} +\providecommand{\url}[1]{#1} +\expandafter\ifx\csname urlstyle\endcsname\relax\else + \urlstyle{same}\fi +\expandafter\ifx\csname href\endcsname\relax + \DeclareUrlCommand\doi{\urlstyle{rm}} + \def\eprint#1#2{#2} +\else + \def\doi#1{\href{https://doi.org/#1}{\nolinkurl{#1}}} + \let\eprint\href +\fi + +\bibitem[陈登原(2000)]{4.1.2:1} +陈登原. +\newblock 国史旧闻: 第 1 卷\allowbreak[M]. +\newblock 北京: 中华书局, 2000: 29. + +\bibitem[哈里森·沃尔德伦(2012)]{4.1.2:2} +哈里森·沃尔德伦. +\newblock 经济数学与金融数学\allowbreak[M]. +\newblock 谢远涛, 译. +\newblock 北京: 中国人民大学出版社, 2012: 235-236. + +\bibitem[北京市政协民族和宗教委员会\ + 等(2012)北京市政协民族和宗教委员会 and + 北京联合大学民族与宗教研究所]{4.1.2:3} +北京市政协民族和宗教委员会, + 北京联合大学民族与宗教研究所. +\newblock 历代王朝与民族宗教\allowbreak[M]. +\newblock 北京: 民族出版社, 2012: 112. + +\bibitem[全国信息与文献标准化技术委员会(2010)]{4.1.2:4} +全国信息与文献标准化技术委员会. +\newblock 信息与文献\quad 都柏林核心元数据元素集: GB/T + 25100—2010\allowbreak[S]. +\newblock 北京: 中国标准出版社, 2010: 2-3. + +\bibitem[徐光宪\ 等(2010)徐光宪 and 王祥云]{4.1.2:5} +徐光宪, 王祥云. +\newblock 物质结构\allowbreak[M]. +\newblock 北京: 科学出版社, 2010. + +\bibitem[顾炎武(1992)]{4.1.2:6} +顾炎武. +\newblock 昌平山水记: 京东考古录\allowbreak[M]. +\newblock 北京: 北京古籍出版社, 1992. + +\bibitem[王夫之(1865(清同治四年))]{4.1.2:7} +王夫之. +\newblock 宋论\allowbreak[M]. +\newblock 刻本. +\newblock 金陵: 湘乡曾国荃, 1865(清同治四年). + +\bibitem[牛志明\ 等(2012)牛志明, 斯温兰德, and 雷光春]{4.1.2:8} +牛志明, 斯温兰德, 雷光春. +\newblock 综合湿地管理国际研讨会论文集\allowbreak[C]. +\newblock 北京: 海洋出版社, 2012. + +\bibitem[中国第一历史档案馆\ 等(2001)中国第一历史档案馆 and + 辽宁省档案馆]{4.1.2:9} +中国第一历史档案馆, 辽宁省档案馆. +\newblock 中国明朝档案总汇\allowbreak[A]. +\newblock 桂林: 广西师范大学出版社, 2001. + +\bibitem[杨保军(2012)]{4.1.2:10} +杨保军. +\newblock 新闻道德论\allowbreak[D/OL]. +\newblock 北京: 中国人民大学出版社, 2012\allowbreak[2012-11-01]. +\newblock + \url{http://apabi.lib.pku.edu.cn/usp/pku/pub.mvc?pid=book.detail&metaid=m.20101104-BPO-889-1023&cult=CN}. + +\bibitem[赵学功(2001)]{4.1.2:11} +赵学功. +\newblock 当代美国外交\allowbreak[M/OL]. +\newblock 北京: 社会科学文献出版社, 2001\allowbreak[2014-06-11]. +\newblock \url{http://www.cadal.zju.edu.cn/book/trySinglePage/33023884/1}. + +\bibitem[同济大学土木工程防灾国家重点实验室(2011)]{4.1.2:12} +同济大学土木工程防灾国家重点实验室. +\newblock 汶川地震灾害研究\allowbreak[M/OL]. +\newblock 上海: 同济大学出版社, 2011: 5-6\allowbreak[2013-05-09]. +\newblock + \url{http://apabi.lib.pku.edu.cn/usp/pku/pub.mvc?pid=book.detail&metaid=m.20120406-YPT-889-0010}. + +\bibitem[中国造纸学会(2003)]{4.1.2:13} +中国造纸学会. +\newblock 中国造纸年鉴: 2003\allowbreak[M/OL]. +\newblock 北京: 中国轻工业出版社, 2003\allowbreak[2014-04-25]. +\newblock \url{http://www.cadal.zju.edu.cn/book/view/25010080}. + +\bibitem[Peebles(2001)]{4.1.2:14} +PEEBLES P~Z, Jr. +\newblock Probability, random variables, and random signal + principles\allowbreak[M]. +\newblock 4th ed. +\newblock New York: McGraw-Hill, 2001. + +\bibitem[Yufin(2000)]{4.1.2:15} +YUFIN S~A. +\newblock Geoecology and computers: Proceedings of the {Third International + Conference on Advances of Computer Methods in Geotechnical and + Geoenvironmental Engineering}, {Moscow, Russia}, {February} 1--4, + 2000\allowbreak[C]. +\newblock Rotterdam: A. A. Balkema, 2000. + +\bibitem[Baldock(2011)]{4.1.2:16} +BALDOCK P. +\newblock Developing early childhood services: Past, present and + future\allowbreak[M/OL]. +\newblock Rotterdam: Open University Press, 2011: 105\allowbreak[2012-11-27]. +\newblock \url{http://lib.myilibrary.com/Open.aspx?id=312377}. + +\bibitem[Fan et~al.(2013)Fan and Sommers]{4.1.2:17} +FAN X, SOMMERS C~H. +\newblock Food irradiation research and technology\allowbreak[M/OL]. +\newblock 2nd ed. +\newblock Ames, Iowa: Blackwell Publishing, 2013: 25-26\allowbreak[2014-06-26]. +\newblock + \url{http://onlinelibrary.wiley.com/doi/10.1002/9781118422557.ch2/summary}. + +\bibitem[4.2(2011)]{4.2.2:1} +周易外传: 卷 5\allowbreak[M]//\allowbreak +王夫之. +\newblock 船山全书: 第 6 册. +\newblock 长沙: 岳麓书社, 2011: 1109. + +\bibitem[程根伟(1999)]{4.2.2:2} +程根伟. +\newblock 1998 + 年长江洪水的成因与减灾对策\allowbreak[M]//\allowbreak +许厚泽, 赵其国. +\newblock 长江流域洪涝灾害与科技对策. +\newblock 北京: 科学出版社, 1999: 32-36. + +\bibitem[陈晋镳\ 等(1980)陈晋镳, 张惠民, 朱士兴, 赵震, and + 王振刚]{4.2.2:3} +陈晋镳, 张惠民, 朱士兴, 等. +\newblock 蓟县震旦亚界研究\allowbreak[M]//\allowbreak +中国地质科学院天津地质矿产研究所. +\newblock 中国震旦亚界. +\newblock 天津: 天津科学技术出版社, 1980: 56-114. + +\bibitem[马克思(2013)]{4.2.2:4} +马克思. +\newblock 政治经济学批判\allowbreak[M]//\allowbreak +马克思, 恩格斯. +\newblock 马克思恩格斯全集: 第 35 卷. +\newblock 北京: 人民出版社, 2013: 302. + +\bibitem[贾东琴\ 等(2011)贾东琴 and 柯平]{4.2.2:5} +贾东琴, 柯平. +\newblock + 面向数字素养的高校图书馆数字服务体系研究\allowbreak[C]//\allowbreak +中国图书馆学会. +\newblock 中国图书馆学会年会论文集: 2011 年卷. +\newblock 北京: 国家图书馆出版社, 2011: 45-52. + +\bibitem[Weinstein et~al.(1974)Weinstein and Swertz]{4.2.2:6} +WEINSTEIN L, SWERTZ M~N. +\newblock Pathogenic properties of invading + microorganism\allowbreak[M]//\allowbreak +SODEMAN W~A, Jr, SODEMAN W~A. +\newblock Pathologic physiology: mechanisms of disease. +\newblock Philadelphia: Saunders, 1974: 745-772. + +\bibitem[Roberson et~al.(2011)Roberson and Burneson]{4.2.2:7} +ROBERSON J~A, BURNESON E~G. +\newblock Drinking water standards, regulations and + goals\allowbreak[M/OL]//\allowbreak +{American Water Works Association}. +\newblock Water quality \& treatment: a handbook on drinking water. +\newblock 6th ed. +\newblock New York: McGraw-Hill, 2011: 1.1-1.36\allowbreak[2012-12-10]. +\newblock \url{http://lib.myilibrary.com/Open.aspx?id=291430}. + +\bibitem[中华医学会湖北分会(1984)]{4.3.2:1} +中华医学会湖北分会. +\newblock 临床内科杂志\allowbreak[J]. +\newblock 1984, 1\allowbreak (1)--. +\newblock 武汉: 中华医学会湖北分会, 1984--. + +\bibitem[中国图书馆学会(1957)]{4.3.2:2} +中国图书馆学会. +\newblock 图书馆学通讯\allowbreak[J]. +\newblock 1957\allowbreak (1)--1990\allowbreak (4). +\newblock 北京: 北京图书馆, 1957--1990. + +\bibitem[{American Association for the Advancement of Science}(1883)]{4.3.2:3} +{American Association for the Advancement of Science}. +\newblock Science\allowbreak[J]. +\newblock 1883, 1\allowbreak (1)--. +\newblock Washington, D.C.: American Association for the Advancement of + Science, 1883--. + +\bibitem[袁训来\ 等(2012)袁训来, 陈哲, 肖书海, et~al.]{4.4.2:1} +袁训来, 陈哲, 肖书海, 等. +\newblock 蓝田生物群: + 一个认识多细胞生物起源和早期演化的新窗口\allowbreak[J]. +\newblock 科学通报, 2012, 57\allowbreak (34): 3219. + +\bibitem[余建斌(2013)]{4.4.2:2} +余建斌. +\newblock 我们的科技一直在追赶: + 访中国工程院院长周济\allowbreak[N/OL]. +\newblock + \href{http://paper.people.com.cn/rmrb/html/2013-01/12/nw.D110000renmrb_20130112_5-02.htm}{人民日报}, + 2013-01-12\allowbreak (2)\allowbreak[2013-03-20]. +\newblock + \url{http://paper.people.com.cn/rmrb/html/2013-01/12/nw.D110000renmrb_20130112_5-02.htm}. + +\bibitem[李炳穆(2008)]{4.4.2:3} +李炳穆. +\newblock 韩国图书馆法\allowbreak[J/OL]. +\newblock \href{http://www.docin.com/p-400265742.html}{图书情报工作}, + 2008, 52\allowbreak (6): 6-12\allowbreak[2013-10-25]. +\newblock \url{http://www.docin.com/p-400265742.html}. + +\bibitem[李幼平\ 等(2010)李幼平 and 王莉]{4.4.2:4} +李幼平, 王莉. +\newblock 循证医学研究方法: 附视频\allowbreak[J/OL]. +\newblock + \href{http://www.cqvip.com/Read/Read.aspx?id=36658332}{中华移植杂志(电子版)}, + 2010, 4\allowbreak (3): 225-228\allowbreak[2014-06-09]. +\newblock \url{http://www.cqvip.com/Read/Read.aspx?id=36658332}. + +\bibitem[武丽丽\ 等(2008)武丽丽, 华一新, 张亚军, et~al.]{4.4.2:5} +武丽丽, 华一新, 张亚军, 等. +\newblock “北斗一号”监控管理网设计与实现\allowbreak[J/OL]. +\newblock + \href{http://vip.calis.edu.cn/CSTJ/Sear.dll?OPAC_CreateDetail}{测绘科学}, + 2008, 33\allowbreak (5): 8-9\allowbreak[2009-10-25]. +\newblock \url{http://vip.calis.edu.cn/CSTJ/Sear.dll?OPAC_CreateDetail}. +\newblock DOI: \doi{10.3771/j.issn.1009-2307.2008.05.002}. + +\bibitem[Kanamori(1998)]{4.4.2:6} +KANAMORI H. +\newblock Shaking without quaking\allowbreak[J]. +\newblock Science, 1998, 279\allowbreak (5359): 2063. + +\bibitem[Caplan(1993)]{4.4.2:7} +CAPLAN P. +\newblock Cataloging internet resources\allowbreak[J]. +\newblock The public access computer systems review, 1993, 4\allowbreak (2): + 61-66. + +\bibitem[Frese et~al.(2013)Frese, Katus, and Meder]{4.4.2:8} +FRESE K~S, KATUS H~A, MEDER B. +\newblock Next-generation sequencing: from understanding biology to + personalized medicine\allowbreak[J/OL]. +\newblock \href{http://www.mdpi.com/2079-7737/2/1/378}{Biology}, 2013, + 2\allowbreak (1): 378-398\allowbreak[2013-03-19]. +\newblock \url{http://www.mdpi.com/2079-7737/2/1/378}. +\newblock DOI: \doi{10.3390/biology2010378}. + +\bibitem[Myburg et~al.(2014)Myburg, Grattapaglia, Tuskan, et~al.]{4.4.2:9} +MYBURG A~A, GRATTAPAGLIA D, TUSKAN G~A, et~al. +\newblock The genome of eucalyptus grandis\allowbreak[J/OL]. +\newblock + \href{http://www.nature.com/nature/journal/v510/n7505/pdf/nature13308.pdf}{Nature}, + 2014, 510: 356-362\allowbreak[2014-06-25]. +\newblock + \url{http://www.nature.com/nature/journal/v510/n7505/pdf/nature13308.pdf}. +\newblock DOI: \doi{10.1038/nature13308}. + +\bibitem[邓一刚(2006)]{4.5.2:1} +邓一刚. +\newblock 全智能节电器: 200610171314.3\allowbreak[P]. +\newblock 2006-12-13. + +\bibitem[西安电子科技大学(2002)]{4.5.2:2} +西安电子科技大学. +\newblock 光折变自适应光外差探测方法: 01128777.2\allowbreak[P/OL]. +\newblock 2002-03-06\allowbreak[2002-05-28]. +\newblock + \url{http://211.152.9.47/sipoasp/zljs/hyjs-yx-new.asp?recid=01128777.2&leixin=0}. + +\bibitem[Tachibana et~al.(2005)Tachibana, Shimizu, Kobayshi, and + Nakamura]{4.5.2:3} +TACHIBANA R, SHIMIZU S, KOBAYSHI S, et~al. +\newblock Electronic watermarking method and system: + US6915001\allowbreak[P/OL]. +\newblock 2005-07-05\allowbreak[2013-11-11]. +\newblock \url{http://www.google.co.in/patents/US6915001}. + +\bibitem[中国互联网络信息中心(2012)]{4.6.2:1} +中国互联网络信息中心. +\newblock 第 29 + 次中国互联网络发展现状统计报告\allowbreak[R/OL]. +\newblock \allowbreak(2012-01-16)\allowbreak[2013-03-26]. +\newblock + \url{http://www.cnnic.net.cn/hlwfzyj/hlwxzbg/201201/P020120709345264469680}. + +\bibitem[北京市人民政府办公厅(2005)]{4.6.2:2} +北京市人民政府办公厅. +\newblock + 关于转发北京市企业投资项目核准暂行实施办法的通知: + 京政办发[2005]37号\allowbreak[A/OL]. +\newblock \allowbreak(2005-07-12)\allowbreak[2011-07-12]. +\newblock \url{http://china.findlaw.cn/fagui/p_1/39934.html}. + +\bibitem[Bawden(2008)]{4.6.2:3} +BAWDEN D. +\newblock Origins and concepts of digital literacy\allowbreak[EB/OL]. +\newblock \allowbreak(2008-05-04)\allowbreak[2013-03-08]. +\newblock + \url{http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf}. + +\bibitem[{Online Computer Library Center, Inc}({[2012]})]{4.6.2:4} +{Online Computer Library Center, Inc}. +\newblock About {OCLC}: History of cooperation\allowbreak[EB/OL]. +\newblock \allowbreak[2012-03-27]. +\newblock \url{http://www.oclc.org/about/cooperation.en.html}. + +\bibitem[Hopkinson(2009)]{4.6.2:5} +HOPKINSON A. +\newblock {UNIMARC} and metadata: Dublin core\allowbreak[EB/OL]. +\newblock \allowbreak(2009-04-22)\allowbreak[2013-03-27]. +\newblock \url{http://archive.ifla.org/IV/ifla64/138-161e.htm}. + +\bibitem[8.1(1981)]{8.1.3} +Coffee drinking and cancer of the pancreas\allowbreak[J]. +\newblock Br Med J, 1981, 283\allowbreak (6292): 628. + +\bibitem[刘乃安(2000)]{8.7:1} +刘乃安. +\newblock + 生物质材料热解失重动力学及其分析方法研究\allowbreak[D/OL]. +\newblock 合肥: 中国科学技术大学, 2000: 17-18\allowbreak[2014-08-29]. +\newblock + \url{http://wenku.baidu.com/link?url=GJDJxb4lxBUXnIPmq1XoEGSIr1H8TMLbidW_LjlYu33tpt707u62rKliypU_FBGUmox7ovPNaVIVBALAMd5yfwuKUUOAGYuB7cuZ-BYEhXa}. +\newblock DOI: \doi{10.7666/d.y351065}. + +\bibitem[Deverell et~al.(2013)Deverell and Igler]{8.7:2} +DEVERELL W, IGLER D. +\newblock A companion to {California} history\allowbreak[D/OL]. +\newblock New York: John Wiley \& Sons, 2013: 21-22\allowbreak[2014-06-24]. +\newblock + \url{http://onlinelibrary.wiley.com/doi/10.1002/9781444305036.ch2/summary}. + +\bibitem[Baker et~al.(1995)Baker and Jackson]{9.1:1} +BAKER S~K, JACKSON M~E. +\newblock The future of resource sharing\allowbreak[M]. +\newblock New York: The Haworth Press, 1995. + +\bibitem[Chernik(1982)]{9.1:2} +CHERNIK B~E. +\newblock Introduction to library services for library + technicians\allowbreak[M]. +\newblock Littleton, Colo.: Libraries Unlimited, Inc., 1982. + +\bibitem[尼葛洛庞帝(1996)]{9.1:3} +尼葛洛庞帝. +\newblock 数字化生存\allowbreak[M]. +\newblock 胡泳, 范海燕, 译. +\newblock 海口: 海南出版社, 1996. + +\bibitem[汪冰(1997)]{9.1:4} +汪冰. +\newblock 电子图书馆理论与实践研究\allowbreak[M]. +\newblock 北京: 北京图书馆出版社, 1997: 16. + +\bibitem[杨宗英(1996)]{9.1:5} +杨宗英. +\newblock 电子图书馆的现实模型\allowbreak[J]. +\newblock 中国图书馆学报, 1996\allowbreak (2): 24-29. + +\bibitem[Dowler(1995)]{9.1:6} +DOWLER L. +\newblock The research university's dilemma: Resource sharing and research in a + transinstitutional environment\allowbreak[J]. +\newblock Journal of library administration, 1995, 21\allowbreak (1/2): 5-26. + +\bibitem[Sunstein(1996)]{10.1.3:1} +SUNSTEIN C~R. +\newblock Social norms and social roles\allowbreak[J/OL]. +\newblock + \href{http://www.heinonline.org/HOL/Page?handle=hein.journals/clr96&id=913&collection=journals&index=journals/clr}{Columbia + law review}, 1996, 96: 903\allowbreak[2012-01-26]. +\newblock + \url{http://www.heinonline.org/HOL/Page?handle=hein.journals/clr96&id=913&collection=journals&index=journals/clr}. + +\bibitem[Morri(2010)]{10.1.3:2} +MORRI I. +\newblock Why the west rules for now: the patterns of history, and what they + reveal about the future\allowbreak[M]. +\newblock New York: Farrar, Straus and Giroux, 2010. + +\bibitem[罗杰斯(2011)]{10.1.3:3} +罗杰斯. +\newblock 西方文明史: 问题与源头\allowbreak[M]. +\newblock 潘惠霞, 魏婧, 杨艳, 等译. +\newblock 大连: 东北财经大学出版社, 2011: 15-16. + +\bibitem[Crane(1972)]{10.2.1:1} +CRANE D. +\newblock Invisible college\allowbreak[M]. +\newblock Chicago: Univ. of Chicago Press, 1972. + +\bibitem[Stieg(1981)]{10.2.1:2} +STIEG M~F. +\newblock The information needs of historians\allowbreak[J]. +\newblock College and research libraries, 1981, 42\allowbreak (6): 549-560. + +\bibitem[王临惠\ 等(2010)王临惠, 支建刚, and 王忠一]{10.2.3:1a} +王临惠, 支建刚, 王忠一. +\newblock 天津方言的源流关系刍议\allowbreak[J]. +\newblock 山西师范大学学报(社会科学版), 2010, 37\allowbreak (4): + 147. + +\bibitem[王临惠(2010)]{10.2.3:1b} +王临惠. +\newblock + 从几组声母的演变看天津方言形成的自然条件和历史条件\allowbreak[C]//\allowbreak +曹志耘. +\newblock 汉语方言的地理语言学研究. +\newblock 北京: 商务印书馆, 2010: 138. + +\bibitem[Kennedy et~al.(1975)Kennedy and Garrison]{10.2.3:2a} +KENNEDY W~L, GARRISON R~E. +\newblock Morphology and genesis of nodular chalks and hardgrounds in the + {Upper Cretaceous of southern England}\allowbreak[J]. +\newblock Sedimentology, 1975, 22: 311. + +\bibitem[Kennedy et~al.(1975)Kennedy and Garrison]{10.2.3:2b} +KENNEDY W~L, GARRISON R~E. +\newblock Morphology and genesis of nodular phosphates in the cenomanian of + {South-east England}\allowbreak[J]. +\newblock Lethaia, 1975, 8: 339. + +\bibitem[张忠智(1997)]{10.2.4:1} +张忠智. +\newblock + 科技书刊的总编(主编)的角色要求\allowbreak[C]//\allowbreak +中国科学技术期刊编辑学会. +\newblock + 中国科学技术期刊编辑学会建会十周年学术研讨会论文汇编. +\newblock 北京: 中国科学技术期刊编辑学会学术委员会, 1997: + 33-34. + +\bibitem[中国社会科学院语言研究所词典编辑室(1996)]{10.2.4:2} +中国社会科学院语言研究所词典编辑室. +\newblock 现代汉语词典\allowbreak[M]. +\newblock 修订本. +\newblock 北京: 商务印书馆, 1996. + +\bibitem[刘彻东(1998)]{10.2.4:3} +刘彻东. +\newblock 中国的青年刊物: 个性特色为本仁\allowbreak[J]. +\newblock 中国出版, 1998\allowbreak (5): 38-39. + +\bibitem[裴丽生(1981)]{10.2.4:4} +裴丽生. +\newblock + 在中国科协学术期刊编辑工作经验交流会上的讲话\allowbreak[C]//\allowbreak +中国科学技术协会. +\newblock 中国科协学术期刊编辑工作经验交流会资料选. +\newblock 北京: 中国科学技术协会学会工作部, 1981: 2-10. + +\bibitem[陈登原(2000)]{10.1.3:4} +陈登原. +\newblock 国史旧闻: 第 1 卷\allowbreak[M]. +\newblock 北京: 中华书局, 2000: 29. + +\bibitem[张伯伟(2002)]{A.1:1} +张伯伟. +\newblock 全唐五代诗格汇考\allowbreak[M]. +\newblock 南京: 江苏古籍出版社, 2002: 288. + +\bibitem[皮锡瑞(2009)]{A.1:2} +皮锡瑞. +\newblock 师伏堂日记: 第 4 册\allowbreak[M]. +\newblock 北京: 北京图书馆出版社, 2009: 155. + +\bibitem[胡承正\ 等(2010)胡承正, 周详, and 缪灵]{A.1:3} +胡承正, 周详, 缪灵. +\newblock 理论物理概论: 上\allowbreak[M]. +\newblock 武汉: 武汉大学出版社, 2010: 112. + +\bibitem[美国妇产科医师学会(2010)]{A.1:4} +美国妇产科医师学会. +\newblock + 新生儿脑病和脑性瘫痪发病机制与病理生理\allowbreak[M]. +\newblock 段涛, 杨慧霞, 译. +\newblock 北京: 人民卫生出版社, 2010: 38-39. + +\bibitem[A.1(1962)]{A.1:5} +康熙字典: 巳集上: 水部\allowbreak[M]. +\newblock 同文书局影印本. +\newblock 北京: 中华书局, 1962: 50. + +\bibitem[汪昂(1881)]{A.1:6} +汪昂. +\newblock 增订本草备要: 四卷\allowbreak[M]. +\newblock 刻本. +\newblock 京都: 老二酉堂, 1881. + +\bibitem[蒋有绪\ 等(1998)蒋有绪, 郭泉水, 马娟, et~al.]{A.1:7} +蒋有绪, 郭泉水, 马娟, 等. +\newblock 中国森林群落分类及其群落特征\allowbreak[M]. +\newblock 北京: 科学出版社, 1998. + +\bibitem[中国企业投资协会\ 等(2013)中国企业投资协会, + 台湾并购与私募股权协会, and 汇盈国际投资集团]{A.1:8} +中国企业投资协会, 台湾并购与私募股权协会, + 汇盈国际投资集团. +\newblock 投资台湾: 大陆企业赴台投资指南\allowbreak[M]. +\newblock 北京: 九州出版社, 2013. + +\bibitem[罗斯基(2009)]{A.1:9} +罗斯基. +\newblock 战前中国经济的增长\allowbreak[M]. +\newblock 唐巧天, 毛立坤, 姜修宪, 译. +\newblock 杭州: 浙江大学出版社, 2009. + +\bibitem[库恩(2012)]{A.1:10} +库恩. +\newblock 科学革命的结构: 第 4 版\allowbreak[M]. +\newblock 金吾伦, 胡新和, 译. 2 版. +\newblock 北京: 北京大学出版社, 2012. + +\bibitem[侯文顺(2010)]{A.1:11} +侯文顺. +\newblock 高分子物理: + 高分子材料分析、选择与改性\allowbreak[M/OL]. +\newblock 北京: 化学工业出版社, 2010: 119\allowbreak[2012-11-27]. +\newblock + \url{http://apabi.lib.pku.edu.cn/usp/pku/pub.mvc?pid=book.detail&metaid=m.20111114-HGS-889-0228}. + +\bibitem[Crawford et~al.(1995)Crawford and Gorman]{A.1:12} +CRAWFORD W, GORMAN M. +\newblock Future libraries: Dreams, madness, \& reality\allowbreak[M]. +\newblock Chicago: American Library Association, 1995. + +\bibitem[{International Federation of Library Association and + Institutions}(1977)]{A.1:13} +{International Federation of Library Association and Institutions}. +\newblock Names of persons: National usages for entry in + catalogues\allowbreak[M]. +\newblock 3rd ed. +\newblock London: IFLA International Office for UBC, 1977. + +\bibitem[O'Brien(1994)]{A.1:14} +O'BRIEN J~A. +\newblock Introduction to information systems\allowbreak[M]. +\newblock 7th ed. +\newblock Burr Ridge, III: Irwin, 1994. + +\bibitem[Kinchy(2012)]{A.1:15} +KINCHY A. +\newblock Seeds, sciences, and struggle: the global politics of transgenic + crops\allowbreak[M/OL]. +\newblock Cambridge, Mass.: MIT Press, 2012: 50\allowbreak[2013-07-14]. +\newblock \url{http://lib.myilibrary.com?ID=381443}. + +\bibitem[Praetzellis(2011)]{A.1:16} +PRAETZELLIS A. +\newblock Death by theory: a tale of mystery and archaeological + theory\allowbreak[M/OL]. +\newblock Rev. ed. ed. +\newblock Rowman \& Littlefield Publishing Group, Inc., 2011: + 13\allowbreak[2012-07-26]. +\newblock \url{http://lib.myilibrary.com/Open.aspx?id=293666}. + +\bibitem[中国职工教育研究会(1985)]{A.2:1} +中国职工教育研究会. +\newblock 职工教育研究论文集\allowbreak[G]. +\newblock 北京: 人民教育出版社, 1985. + +\bibitem[中国社会科学院台湾史研究中心(2012)]{A.2:2} +中国社会科学院台湾史研究中心. +\newblock + 台湾光复六十五周年暨抗战史实学术研讨会论文集\allowbreak[C]. +\newblock 北京: 九州出版社, 2012. + +\bibitem[雷光春(2012)]{A.2:3} +雷光春. +\newblock 综合湿地管理: + 综合湿地管理国际研讨会论文集\allowbreak[C]. +\newblock 北京: 海洋出版社, 2012. + +\bibitem[陈志勇(2011)]{A.2:4} +陈志勇. +\newblock 中国财税文化价值研究: + “中国财税文化国际学术研讨会”论文集\allowbreak[C/OL]. +\newblock 北京: 经济科学出版社, 2011\allowbreak[2013-10-14]. +\newblock + \url{http://apabi.lib.pku.edu.cn/usp/pku/pub.mvc?pid=book.detail&metaid=m.201106228-BPO-889-0135&cult=CN}. + +\bibitem[Babu et~al.(2014)Babu, Nagar, Deep, et~al.]{A.2:5} +BABU B~V, NAGAR A~K, DEEP K, et~al. +\newblock Proceedings of the {Second International Conference on Soft Computing + for Problem Solving}, {December} 28--30, 2012\allowbreak[C]. +\newblock New Delhi: Springer, 2014. + +\bibitem[中华人民共和国国务院新闻办公室(2013)]{A.3:1} +中华人民共和国国务院新闻办公室. +\newblock 国防白皮书: + 中国武装力量的多样化运用\allowbreak[R/OL]. +\newblock \allowbreak(2013-04-16)\allowbreak[2014-06-11]. +\newblock \url{http://www.mod.gov.cn/affair/2013-04/16/content_4442839.htm}. + +\bibitem[汤万金\ 等(2013)汤万金, 杨跃翔, 刘文, et~al.]{A.3:2} +汤万金, 杨跃翔, 刘文, 等. +\newblock 人体安全重要技术标准研制最终报告: + 7178999X-2006BAK04A10/10.2013\allowbreak[R/OL]. +\newblock \allowbreak(2013-09-30)\allowbreak[2014-06-24]. +\newblock \url{http://www.nstrs.org.cn/xiangxiBG.aspx?id=41707}. + +\bibitem[Calkin et~al.(2011)Calkin, Ager, and Thompson]{A.3:3} +CALKIN D, AGER A, THOMPSON M. +\newblock A comparative risk assessment framework for wildland fire management: + the 2010 cohesive strategy science report: RMRS-GTR-262\allowbreak[R]. +\newblock 2011: 8-9. + +\bibitem[{U.S. Department of Transportation Federal Highway + Administration}(1990)]{A.3:4} +{U.S. Department of Transportation Federal Highway Administration}. +\newblock Guidelines for handling excavated acid-producing material: {PB + 91-194001}\allowbreak[R]. +\newblock Springfield: U.S. Department of Commerce National Information + Service, 1990. + +\bibitem[{World Health Organization}(1970)]{A.3:5} +{World Health Organization}. +\newblock Factors regulating the immune response: Report of {WHO Scientific + Group}\allowbreak[R]. +\newblock Geneva: WHO, 1970. + +\bibitem[马欢(2011)]{A.4:1} +马欢. +\newblock + 人类活动影响下海河流域典型区水循环变化分析\allowbreak[D/OL]. +\newblock 北京: 清华大学, 2011: 27\allowbreak[2013-10-14]. +\newblock + \url{http://www.cnki.net/kcms/detail/detail.aspx?dbcode=CDFD&QueryID=.0&CurRec=11&dbname=CDFDLAST2013&filename=1012035905.nh&uid=WEEvREcwSlJHSldTTGJhYIJRaEhGUXFQWVB6SGZXeisxdmVhV3ZyZkpoUnozeDE1b0paM0NmMjZiQ3p4TUdmcw=}. + +\bibitem[吴云芳(2003)]{A.4:2} +吴云芳. +\newblock + 面向中文信息处理的现代汉语并列结构研究\allowbreak[D/OL]. +\newblock 北京: 北京大学, 2003\allowbreak[2013-10-14]. +\newblock + \url{http://thesis.lib.pku.edu.cn/dlib/List.asp?lang=gb&type=Reader&DocGroupID=4&DocID=6328}. + +\bibitem[Calms(1965)]{A.4:3} +CALMS R~B. +\newblock Infrared spectroscopic studies on solid oxygen\allowbreak[D]. +\newblock Berkeley: Univ. of California, 1965. + +\bibitem[张凯军(2012)]{A.5:1} +张凯军. +\newblock 轨道火车及高速轨道火车紧急安全制动辅助装置: + 201220158825.2\allowbreak[P]. +\newblock 2012-04-05. + +\bibitem[河北绿洲生态环境科技有限公司(2001)]{A.5:2} +河北绿洲生态环境科技有限公司. +\newblock 一种荒漠化地区生态植被综合培育种植方法: + 01129210.5\allowbreak[P/OL]. +\newblock 2001-10-24\allowbreak[2002-05-28]. +\newblock + \url{http://211.152.9.47/sipoasp/zlijs/hyjs-yx-new.asp?recid=01129210.5&leixin=0}. + +\bibitem[Koseki et~al.(2002)Koseki, Momose, Kawahito, et~al.]{A.5:3} +KOSEKI A, MOMOSE H, KAWAHITO M, et~al. +\newblock Compiler: US828402\allowbreak[P/OL]. +\newblock 2002-05-25\allowbreak[2002-05-28]. +\newblock + \url{http://FF&p=1&u=netahtml/PTO/search-bool.html&r=5&f=G&1=50&col=AND&d=PG01&sl=IBM.AS.&OS=AN/IBM/RS=AN/IBM}. + +\bibitem[全国信息与文献标准化技术委员会(2010)]{A.6:1} +全国信息与文献标准化技术委员会. +\newblock 文献著录: 第 4 部分\quad 非书资料: GB/T + 3792.7—2009\allowbreak[S]. +\newblock 北京: 中国标准出版社, 2010: 3. + +\bibitem[全国广播电视标准化技术委员会(2007)]{A.6:2} +全国广播电视标准化技术委员会. +\newblock 广播电视音像资料编目规范: 第 2 部分\quad 广播资料: + GY/T 202.2—2007\allowbreak[S]. +\newblock 北京: 国家广播电影电视总局广播电视规划院, 2007: 1. + +\bibitem[国家环境保护局科技标准司(1996)]{A.6:3} +国家环境保护局科技标准司. +\newblock 土壤环境质量标准: GB 15616—1995\allowbreak[S/OL]. +\newblock 北京: 中国标准出版社, 1996: 2-3\allowbreak[2013-10-14]. +\newblock \url{http://wenku.baidu.com/view/b950a34b767f5acfa1c7cd49.html}. + +\bibitem[A.6(2009)]{A.6:4} +Information and documentation---the {Dublin} cord metadata element set: ISO + 15836: 2009\allowbreak[S/OL]. +\newblock 2009\allowbreak[2013-03-24]. +\newblock + \url{http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=52142}. + +\bibitem[A.7(1988)]{A.7:1} +卷 39 乞致仕第一\allowbreak[M]//\allowbreak +苏魏公文集: 下册. +\newblock 北京: 中华书局, 1988: 590. + +\bibitem[白书农(1998)]{A.7:2} +白书农. +\newblock 植物开花研究\allowbreak[M]//\allowbreak +李承森. +\newblock 植物科学进展. +\newblock 北京: 高等教育出版社, 1998: 146-163. + +\bibitem[汪学军(2002)]{A.7:3} +汪学军. +\newblock + 中国农业转基因生物研究进展与安全管理\allowbreak[C]//\allowbreak +国家环境保护总局生物安全管理办公室. +\newblock + 中国国家生物安全框架实施国际合作项目研讨会论文集. +\newblock 北京: 中国环境科学出版社, 2002: 22-25. + +\bibitem[国家标准局信息分类编码研究所(1988)]{A.7:4} +国家标准局信息分类编码研究所. +\newblock 世界各国和地区名称代码: GB/T + 2659—1986\allowbreak[S]//\allowbreak +全国文献工作标准化委员会. +\newblock 文献工作国家标准汇编: 3. +\newblock 北京: 中国标准出版社, 1988: 59-92. + +\bibitem[A.7(1977)]{A.7:5} +宋史卷三: 本纪第三\allowbreak[M]//\allowbreak +宋史: 第 1 册. +\newblock 北京: 中华书局, 1977: 49. + +\bibitem[楼梦鳞\ 等(2011)楼梦鳞 and 杨燕]{A.7:6} +楼梦鳞, 杨燕. +\newblock 汶川地震基岩地震动特征分析\allowbreak[M/OL]//\allowbreak +同济大学土木工程防灾国家重点实验室. +\newblock 汶川地震震害研究. +\newblock 上海: 同济大学出版社, 2011: 011-012\allowbreak[2013-05-09]. +\newblock + \url{http://apabi.lib.pku.edu.cn/usp/pku/pub.mvc?pid=book.detail&metaid=m.20120406-YPT-889-0010}. + +\bibitem[Buseck et~al.(c1980)Buseck, Nord, and Veblen]{A.7:7} +BUSECK P~R, NORD G~L, Jr, VEBLEN D~R. +\newblock Subsolidus phenomena in pyroxenes\allowbreak[M]//\allowbreak +Pyroxense. +\newblock Washington, D.C.: Mineralogical Society of America, c1980: 117-211. + +\bibitem[Fourney(c1971)]{A.7:8} +FOURNEY M~E. +\newblock Advances in holographic photoelasticity\allowbreak[C]//\allowbreak +Symposium on {Applications of Holography in Mechanics}, {August} 23--25, 1971, + {University of Southern California, Los Angeles, California}. +\newblock New York: ASME, c1971: 17-38. + +\bibitem[杨洪升(2013)]{A.8:1} +杨洪升. +\newblock 四库馆私家抄校书考略\allowbreak[J]. +\newblock 文献, 2013\allowbreak (1): 56-75. + +\bibitem[李炳穆(2008)]{A.8:2} +李炳穆. +\newblock 韩国图书馆法\allowbreak[J]. +\newblock 图书情报工作, 2008, 52\allowbreak (6): 6-21. + +\bibitem[于潇\ 等(2012)于潇, 刘义, 柴跃廷, et~al.]{A.8:3} +于潇, 刘义, 柴跃廷, 等. +\newblock + 互联网药品可信交易环境中主体资质审核备案模式\allowbreak[J]. +\newblock 清华大学学报(自然科学版), 2012, 52\allowbreak (11): + 1518-1523. + +\bibitem[陈建军(2010)]{A.8:4} +陈建军. +\newblock 从数字地球到智慧地球\allowbreak[J/OL]. +\newblock + \href{http://d.g.wanfangdata.com.cn/Periodical_hunandz201010038.aspx}{国土资源导刊}, + 2010, 7\allowbreak (10): 93\allowbreak[2013-03-20]. +\newblock \url{http://d.g.wanfangdata.com.cn/Periodical_hunandz201010038.aspx}. +\newblock DOI: \doi{10.3969/j.issn.1672-5603.2010.10.038}. + +\bibitem[Des~Marais et~al.(1992)Des~Marais, Strauss, Summons, et~al.]{A.8:5} +DES~MARAIS D~J, STRAUSS H, SUMMONS R~E, et~al. +\newblock Carbon isotope evidence for the stepwise oxidation of the proterozoic + environment\allowbreak[J]. +\newblock Nature, 1992, 359: 605-609. + +\bibitem[Saito et~al.(2006)Saito and Miyazaki]{A.8:6} +SAITO M, MIYAZAKI K. +\newblock Jadeite-bearing metagabbro in serpentinite mélange of the + {“Kurosegawa Belt” in Izumi Town, Yatsushiro City, Kumamoto Prefecture, + central Kyushu}\allowbreak[J]. +\newblock Bulletin of the geological survey of Japan, 2006, 57\allowbreak + (5/6): 169-176. + +\bibitem[Walls et~al.(2013)Walls, Barichivich, and Brown]{A.8:7} +WALLS S~C, BARICHIVICH W~J, BROWN M~E. +\newblock Drought, deluge and declines: the impact of precipitation extremes on + amphibians in a changing climate\allowbreak[J/OL]. +\newblock \href{http://www.mdpi.com/2079-7737/2/1/399}{Biology}, 2013, + 2\allowbreak (1): 399-418\allowbreak[2013-11-04]. +\newblock \url{http://www.mdpi.com/2079-7737/2/1/399}. +\newblock DOI: \doi{10.3390/biology2010399}. + +\bibitem[Franz et~al.(2013)Franz, Danielewicz, Wong, Anderson, and + Boothe]{A.8:8} +FRANZ A~K, DANIELEWICZ M~A, WONG D~M, et~al. +\newblock Phenotypic screening with oleaginous microalgae reveals modulators of + lipid productivity\allowbreak[J/OL]. +\newblock \href{http://pubs.acs.org/doi/ipdf/10.1021/cb300573r}{ACS Chemical + Biology}, 2013, 8: 1053-1062\allowbreak[2014-06-26]. +\newblock \url{http://pubs.acs.org/doi/ipdf/10.1021/cb300573r}. + +\bibitem[Park et~al.(2010)Park and Tosaka]{A.8:9} +PARK J~R, TOSAKA Y. +\newblock Metadata quality control in digital repositories and collections: + Criteria, semantics, and mechanisms\allowbreak[J/OL]. +\newblock + \href{http://www.tandfonline.com/doi/pdf/10.1080/01639374.2010.508711}{Cataloging + \& classification quarterly}, 2010, 48\allowbreak (8): + 696-715\allowbreak[2013-09-05]. +\newblock + \url{http://www.tandfonline.com/doi/pdf/10.1080/01639374.2010.508711}. + +\bibitem[丁文详(2000)]{A.9:1} +丁文详. +\newblock 数字革命与竞争国际化\allowbreak[N]. +\newblock 中国青年报, 2000-11-20\allowbreak (15). + +\bibitem[张田勤(2000)]{A.9:2} +张田勤. +\newblock 罪犯 DNA 库与生命伦理学计划\allowbreak[N]. +\newblock 大众科技报, 2000-11-12\allowbreak (7). + +\bibitem[傅刚\ 等(2000)傅刚, 赵承, and 李佳路]{A.9:3} +傅刚, 赵承, 李佳路. +\newblock 大风沙过后的思考\allowbreak[N/OL]. +\newblock + \href{http://www.bjyouth.com.cn/Bqb/20000412/GB/4216%5ED0412B1401.htm}{北京青年报}, + 2000-01-12\allowbreak[2005-09-28]. +\newblock + \url{http://www.bjyouth.com.cn/Bqb/20000412/GB/4216%5ED0412B1401.htm}. + +\bibitem[刘裕国\ 等(2013)刘裕国, 杨柳, 张洋, et~al.]{A.9:4} +刘裕国, 杨柳, 张洋, 等. +\newblock 雾霾来袭, 如何突围?\allowbreak[N/OL]. +\newblock + \href{http://paper.people.com.cn/rmrb/html/2013-01/12/nw.D110000renmrb_20130112_2-04.htm}{人民日报}, + 2013-01-12\allowbreak[2013-11-06]. +\newblock + \url{http://paper.people.com.cn/rmrb/html/2013-01/12/nw.D110000renmrb_20130112_2-04.htm}. + +\bibitem[萧钰(2001)]{A.10:1} +萧钰. +\newblock 出版业信息化迈入快车道\allowbreak[EB/OL]. +\newblock \allowbreak(2001-12-19)\allowbreak[2002-04-15]. +\newblock \url{http://www.creader.com/news/20011219/200112190019.html}. + +\bibitem[李强(2012)]{A.10:2} +李强. +\newblock 化解医患矛盾需釜底抽薪\allowbreak[EB/OL]. +\newblock \allowbreak(2012-05-03)\allowbreak[2013-03-25]. +\newblock \url{http://wenku.baidu.com/view/47e4f206b52acfc789ebc92f.html}. + +\bibitem[{Commonwealth Libraries Bureau of Library Development. Pennsylvania + Department of Education Office}({[2013]})]{A.10:3} +{Commonwealth Libraries Bureau of Library Development. Pennsylvania Department + of Education Office}. +\newblock Pennsylvania library laws\allowbreak[EB/OL]. +\newblock \allowbreak[2013-03-24]. +\newblock \url{http://www.racc.edu/yocum/pdf/PALibraryLaws.pdf}. + +\bibitem[A.1(2012)]{A.10:4} +Dublin core metadata element set: version 1.1\allowbreak[EB/OL]. +\newblock \allowbreak(2012-06-14)\allowbreak[2014-06-11]. +\newblock \url{http://dublincore.org/documents/dces/}. + +\end{thebibliography} diff --git a/test/testbst/option-link-jounal.dtx b/test/testbst/option-link-jounal.dtx new file mode 100644 index 0000000..d1b9d77 --- /dev/null +++ b/test/testbst/option-link-jounal.dtx @@ -0,0 +1,40 @@ +%<*internal> +\begingroup + \def\nameoflatex{LaTeX2e} +\expandafter\endgroup\ifx\nameoflatexe\fmtname\else +\csname fi\endcsname +% +%<*install> +\input docstrip.tex +\nopreamble +\keepsilent +\askforoverwritefalse +\nopostamble +\generate{ + \file{test.aux}{\from{\jobname.dtx}{aux}} + \file{test.bst}{\from{gbt7714.dtx}{2015,numerical,link-journal}} + \file{test.bib}{\from{\jobname.dtx}{bib}} +} +\endbatchfile +% +%<*internal> +\fi +% +%<*driver> +\ProvidesFile{\jobname.dtx} +% +% \fi +% +% \begin{macrocode} +%<*aux> +\bibstyle{test} +\citation{*} +\bibdata{test,standard} +% +% \end{macrocode} +% +% \begin{macrocode} +%<*bib> +% +% \end{macrocode} +\endinput diff --git a/variants/thu/thuthesis-author-year.bst b/variants/thu/thuthesis-author-year.bst index 7475119..9514668 100644 --- a/variants/thu/thuthesis-author-year.bst +++ b/variants/thu/thuthesis-author-year.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -83,6 +84,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1080,6 +1082,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/variants/thu/thuthesis-bachelor.bst b/variants/thu/thuthesis-bachelor.bst index 839863c..fd22e2c 100644 --- a/variants/thu/thuthesis-bachelor.bst +++ b/variants/thu/thuthesis-bachelor.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -78,6 +79,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1070,6 +1072,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/variants/thu/thuthesis-numeric.bst b/variants/thu/thuthesis-numeric.bst index 0ad1179..2d3018e 100644 --- a/variants/thu/thuthesis-numeric.bst +++ b/variants/thu/thuthesis-numeric.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -78,6 +79,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1070,6 +1072,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/variants/ucas/ucasthesis-author-year.bst b/variants/ucas/ucasthesis-author-year.bst index add7f84..cdaaf83 100644 --- a/variants/ucas/ucasthesis-author-year.bst +++ b/variants/ucas/ucasthesis-author-year.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -83,6 +84,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1080,6 +1082,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/variants/ucas/ucasthesis-numerical.bst b/variants/ucas/ucasthesis-numerical.bst index d52446b..918ef2d 100644 --- a/variants/ucas/ucasthesis-numerical.bst +++ b/variants/ucas/ucasthesis-numerical.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -78,6 +79,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1070,6 +1072,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/variants/ustc/ustcthesis-authoryear.bst b/variants/ustc/ustcthesis-authoryear.bst index 9cce053..cd95621 100644 --- a/variants/ustc/ustcthesis-authoryear.bst +++ b/variants/ustc/ustcthesis-authoryear.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -83,6 +84,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1080,6 +1082,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$ diff --git a/variants/ustc/ustcthesis-numerical.bst b/variants/ustc/ustcthesis-numerical.bst index 68ae4a2..f09353a 100644 --- a/variants/ustc/ustcthesis-numerical.bst +++ b/variants/ustc/ustcthesis-numerical.bst @@ -39,6 +39,7 @@ INTEGERS { show.medium.type short.journal italic.journal + link.journal bold.journal.volume show.missing.address.publisher space.before.pages @@ -78,6 +79,7 @@ FUNCTION {load.config} "slash" 'component.part.label := #0 'short.journal := #0 'italic.journal := + #0 'link.journal := #0 'bold.journal.volume := #0 'show.missing.address.publisher := #1 'space.before.pages := @@ -1070,6 +1072,10 @@ FUNCTION {format.journal} 'emphasize 'skip$ if$ + link.journal + 'add.link + 'skip$ + if$ } 'skip$ if$