-
Notifications
You must be signed in to change notification settings - Fork 84
/
test-authoryear-date.tex
106 lines (90 loc) · 3.5 KB
/
test-authoryear-date.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
\documentclass{article}
\usepackage{ctex}
\usepackage[backend=biber,style=gb7714-2015ay,sorting=none]{biblatex}%,mergedate=false
\begin{filecontents}[force,noheader]{\jobname.bib}
@legislation{gbt7714.04.6.2:02,
title = {关于转发北京市企业投资项目核准暂行实施办法的通知},
author = {北京市人民政府办公厅},
date = {2005-07-12},
number = {京政办发[2005]37号},
url = {http://china.findlaw.cn/fagui/p_1/39934.html},
urldate = {2011-07-12},
}
@online{gbt7714.04.6.2:04,
title = {About {OCLC}: History of Cooperation},
shorttitle = {About {OCLC}},
author = {{Online Computer Library Center, Inc.}},
url = {http://www.oclc.org/about/cooperation.en.html},
urldate = {2012-03-27},
}
@article{gbt7714.A.09:04,
entrysubtype = {newspaper},
title = {雾霾来袭, 如何突围?},
author = {刘, 裕国 and 杨, 柳 and 张, 洋 and 王, 汉超 and 靳, 博 and 田, 豆豆 and 付, 文},
date = {2013-01-12},
journaltitle = {人民日报},
url = {http://paper.people.com.cn/rmrb/html/2013-01/12/nw.D110000renmrb_20130112_2-04.htm},
urldate = {2013-11-06},
}
@Newspaper{张田勤2000--,
Title = {犯罪DNA库与生命伦理学计划},
Author = {张田勤},
Date = {2000-11-12},
Journaltitle = {大众科技报},
pages = {7}
}
@Article{丁文祥2000--,
Title = {数字革命与竞争国际化},
Author = {丁文祥},
Date = {2000-11-20},
Journaltitle = {中国青年报},
Number = {15},
entrysubtype = {newspaper},
}
@Article{陈建军2010-93-93,
Title = {从数字地球到智慧地球},
Author = {陈建军},
Journal = {国图资源导刊},
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},
Year = {2010}
}
@Article{杨洪升2013-56-75,
Title = {四库馆私家抄校书考略},
Author = {杨洪升},
Journal = {文献},
Number = {1},
Pages = {56-75},
Year = {2013}
}
@Patent{刘加林1993--,
Title = {多功能一次性压舌板},
Author = {刘加林},
Date = {1993-04-14},
Number = {92214985.2},
Location = {中国}
}
@Patent{张凯军2012-04-05--,
Title = {轨道火车及高速轨道火车紧急安全制动辅助装置},
Author = {张凯军},
Number = {201220158825.2},
Year = {2012-04-05}
}
@Patent{河北绿洲生态环境科技有限公司2001--,
Title = {一种荒漠化地区生态植被综合培育种植方法},
Author = {河北绿洲生态环境科技有限公司},
Date = {2001-10-24},
Number = {01129210.5},
Url = {http://211.152.9.47/sipoasp/zlijs/hyjs-yx-new.asp?recid=01129210.5&leixin},
Urldate = {2002-05-28}
}
\end{filecontents}
\addbibresource{\jobname.bib}
\begin{document}
\nocite{*}
\printbibliography[heading=bibliography]
\end{document}