1
2
3
4
5
6
7
8
9@article {test-article-min,
10 author = "An Author",
11 title = "Title-article",
12 journal = "Journal",
13 year = "Year"
14}
15
16@article {test-article,
17 author = "An Author",
18 title = "Title-article",
19 journal = "Journal",
20 year = "Year",
21 volume = "Volume",
22 number = "Number",
23 pages = "Pages",
24 month = "Month",
25 note = "Note"
26}
27
28
29
30@book {test-book-min,
31 author = "An Author",
32 title = "Title-book",
33 publisher = "Publisher",
34 year = "Year"
35}
36
37
38
39
40@book {test-book,
41 author = "An Author",
42 editor = "An Editor",
43 title = "Title-book",
44 publisher = "Publisher",
45 year = "Year",
46 volume = "Volume",
47 number = "Number",
48 series = "Series",
49 address = "Address",
50 edition = "Edition",
51 month = "Month",
52 note = "Note"
53}
54
55
56
57@book {test-book-edited,
58 editor = "An Editor",
59 title = "Title-book-edited",
60 publisher = "Publisher",
61 year = "Year"
62}
63
64@booklet {test-booklet-min,
65 title = "Title-booklet"
66}
67
68@booklet {test-booklet,
69 title = "Title-booklet",
70 author = "An Author",
71 howpublished = "How-published",
72 address = "Address",
73 month = "Month",
74 year = "Year",
75 note = "Note"
76}
77
78
79
80
81@inbook {test-inbook-min,
82 author = "An Author",
83 editor = "An Editor",
84 title = "Title-inbook",
85 chapter = "Chapter",
86 pages = "Pages",
87 publisher = "Publisher",
88 year = "Year"
89}
90
91
92
93
94
95@inbook {test-inbook,
96 author = "An Author",
97 editor = "An Editor",
98 title = "Title-inbook",
99 chapter = "Chapter",
100 pages = "Pages",
101 publisher = "Publisher",
102 year = "Year",
103 volume = "Volume",
104 number = "Number",
105 series = "Series",
106 type = "Type",
107 address = "Address",
108 edition = "Edition",
109 month = "Month",
110 note = "Note"
111}
112
113@incollection {test-incollection-min,
114 author = "An Author",
115 title = "Title-incollection",
116 booktitle = "Booktitle",
117 publisher = "Publisher",
118 year = "Year"
119}
120
121
122
123@incollection {test-incollection,
124 author = "An Author",
125 title = "Title-incollection",
126 booktitle = "Booktitle",
127 publisher = "Publisher",
128 year = "Year",
129 editor = "An Editor",
130 volume = "Volume",
131 number = "Number",
132 series = "Series",
133 type = "Type",
134 chapter = "Chapter",
135 pages = "Pages",
136 address = "Address",
137 edition = "Edition",
138 month = "Month",
139 note = "Note"
140}
141
142@inproceedings {test-inproceedings-min,
143 author = "An Author",
144 title = "Title-inproceedings",
145 booktitle = "Booktitle",
146 year = "Year"
147}
148
149
150
151@inproceedings {test-inproceedings,
152 author = "An Author",
153 title = "Title-inproceedings",
154 booktitle = "Booktitle",
155 year = "Year",
156 editor = "An Editor",
157 volume = "Volume",
158 number = "Number",
159 series = "Series",
160 pages = "Pages",
161 address = "Address",
162 month = "Month",
163 organization = "Organization",
164 publisher = "Publisher",
165 note = "Note"
166}
167
168@manual {test-manual-min,
169 title = "Title-manual"
170}
171
172@manual {test-manual,
173 title = "Title-manual",
174 author = "An Author",
175 organization = "Organization",
176 address = "Address",
177 edition = "Edition",
178 month = "Month",
179 year = "Year"
180 note = "Note"
181}
182
183
184@mastersthesis {test-mastersthesis-min,
185 author = "An Author",
186 title = "Title-mastersthesis",
187 school = "School",
188 year = "Year",
189}
190
191@mastersthesis {test-mastersthesis,
192 author = "An Author",
193 title = "Title-mastersthesis",
194 school = "School",
195 year = "Year",
196 type = "Type",
197 address = "Address",
198 month = "Month",
199 note = "Note"
200}
201
202@proceedings {test-proceedings-min,
203 title = "Title-proceedings",
204 year = "Year",
205}
206
207
208
209@proceedings {test-proceedings,
210 title = "Title-proceedings",
211 year = "Year",
212 editor = "An Editor",
213 volume = "Volume",
214 number = "Number",
215 series = "Series",
216 address = "Address",
217 month = "Month",
218 organization = "Organization",
219 publisher = "Publisher",
220 note = "Note"
221}
222
223@phdthesis {test-phdthesis-min,
224 author = "An Author",
225 title = "Title-phdthesis",
226 school = "School",
227 year = "Year",
228}
229
230@phdthesis {test-phdthesis,
231 author = "An Author",
232 title = "Title-phdthesis",
233 school = "School",
234 year = "Year",
235 type = "Type",
236 address = "Address",
237 month = "Month",
238 note = "Note"
239}
240
241@techreport {test-techreport-min,
242 author = "An Author",
243 title = "Title-techreport",
244 institution = "Institution",
245 year = "Year",
246}
247
248@techreport {test-techreport,
249 author = "An Author",
250 title = "Title-techreport",
251 institution = "Institution",
252 year = "Year",
253 type = "Type",
254 number = "Number",
255 address = "Address",
256 month = "Month",
257 note = "Note"
258}
259
260@misc {test-misc,
261 author = "An Author",
262 title = "Title-misc",
263 howpublished = "How-published",
264 month = "Month",
265 year = "Year",
266 note = "Note"
267}
268
269@unpublished {test-unpublished-min,
270 author = "An Author",
271 title = "Title-unpublished",
272 note = "Note"
273}
274
275@unpublished {test-unpublished,
276 author = "An Author",
277 title = "Title-unpublished",
278 note = "Note",
279 month = "Month",
280 year = "Year"
281}
282
283
284
285@misc {test-manyauthor,
286 author = "A Author and B Author and C Author and D Author and
287 E Author and F Author and G Author and H Author and
288 I Author and J Author and K Author and L Author and
289 M Author and N Author and O Author and P Author and
290 Q Author and R Author and S Author and T Author and
291 U Author and V Author and W Author and X Author and
292 Y Author and Z Author",
293 title = "Title-Many Authors"
294}
295 |