summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-ms/doc/examples/biblatex-examples-ms.bltxml
blob: b1d49c2e1ae02c8ddf4a0e80531d219d5515fdb7 (plain)
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="biblatex-examples.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<!-- Auto-generated by Biber::Output::biblatexml -->

<bltx:entries xmlns:bltx="http://biblatex-biber.sourceforge.net/biblatexml">
  <bltx:entry id="bulgakov" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="given" initial="М">Михаи́л</bltx:namepart>
        <bltx:namepart type="patronymic" initial="А">Афана́сьевич</bltx:namepart>
        <bltx:namepart type="family" initial="Б">Булга́ков</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:title>Мастер и Маргарита</bltx:title>
    <bltx:date>1966</bltx:date>
  </bltx:entry>
  <bltx:entry id="westfahl:space" entrytype="incollection">
    <bltx:crossref>westfahl:frontier</bltx:crossref>
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="W">Westfahl</bltx:namepart>
        <bltx:namepart type="given" initial="G">Gary</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>A cross-referenced article from a \texttt{collection}. This is an \texttt{incollection} entry with a \texttt{crossref} field. Note the \texttt{subtitle} and \texttt{indextitle} fields</bltx:annotation>
    <bltx:crossref>westfahl:frontier</bltx:crossref>
    <bltx:indextitle>True Frontier, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:subtitle>Confronting and Avoiding the Realities of Space in {American} Science Fiction Films</bltx:subtitle>
    <bltx:title>The True Frontier</bltx:title>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>55</bltx:start>
          <bltx:end>65</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
  </bltx:entry>
  <bltx:entry id="set" entrytype="set">
    <bltx:annotation>A \texttt{set} with three members. The \texttt{crossref} field in the \texttt{@set} entry and the \texttt{entryset} field in each set member entry is needed only when using BibTeX as the backend</bltx:annotation>
  </bltx:entry>
  <bltx:entry id="stdmodel" entrytype="set">
    <bltx:annotation>A \texttt{set} with three members discussing the standard model of particle physics. The \texttt{crossref} field in the \texttt{@set} entry and the \texttt{entryset} field in each set member entry is needed only when using BibTeX as the backend</bltx:annotation>
  </bltx:entry>
  <bltx:entry id="aksin" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Aksın</bltx:namepart>
        <bltx:namepart type="given" initial="Ö">Özge</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="T">Türkmen</bltx:namepart>
        <bltx:namepart type="given" initial="H">Hayati</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="A">Artok</bltx:namepart>
        <bltx:namepart type="given" initial="L">Levent</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="Ç">Çetinkaya</bltx:namepart>
        <bltx:namepart type="given" initial="B">Bekir</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="N">Ni</bltx:namepart>
        <bltx:namepart type="given" initial="C">Chaoying</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="B">Büyükgüngör</bltx:namepart>
        <bltx:namepart type="given" initial="O">Orhan</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="Ö">Özkal</bltx:namepart>
        <bltx:namepart type="given" initial="E">Erhan</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:indextitle>Effect of immobilization on catalytic characteristics</bltx:indextitle>
    <bltx:journaltitle>J.~Organomet. Chem.</bltx:journaltitle>
    <bltx:number>13</bltx:number>
    <bltx:title>Effect of immobilization on catalytic characteristics of saturated {Pd-N}-heterocyclic carbenes in {Mizoroki-Heck} reactions</bltx:title>
    <bltx:volume>691</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>3027</bltx:start>
          <bltx:end>3036</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>2006</bltx:date>
  </bltx:entry>
  <bltx:entry id="angenendt" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Angenendt</bltx:namepart>
        <bltx:namepart type="given" initial="A">Arnold</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>A German article in a French journal. Apart from that, a typical \texttt{article} entry. Note the \texttt{indextitle} field</bltx:annotation>
    <bltx:indextitle>In Honore Salvatoris</bltx:indextitle>
    <bltx:journaltitle>Revue d'Histoire Ecclésiastique</bltx:journaltitle>
    <bltx:langid>german</bltx:langid>
    <bltx:shorttitle>In Honore Salvatoris</bltx:shorttitle>
    <bltx:title>In Honore Salvatoris~-- Vom Sinn und Unsinn der Patrozinienkunde</bltx:title>
    <bltx:volume>97</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>431</bltx:start>
          <bltx:end>456</bltx:end>
        </bltx:item>
        <bltx:item>
          <bltx:start>791</bltx:start>
          <bltx:end>823</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>2002</bltx:date>
  </bltx:entry>
  <bltx:entry id="baez/article" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="B">Baez</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="J">John</bltx:namepart>
          <bltx:namepart initial="C">C.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="L">Lauda</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="A">Aaron</bltx:namepart>
          <bltx:namepart initial="D">D.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{article} with \texttt{eprint} and \texttt{eprinttype} fields. Note that the arXiv reference is transformed into a clickable link if \texttt{hyperref} support has been enabled. Compare \texttt{baez\slash online}, which is the same item given as an \texttt{online} entry</bltx:annotation>
    <bltx:eprint>math/0307200v3</bltx:eprint>
    <bltx:eprinttype>arxiv</bltx:eprinttype>
    <bltx:journaltitle>Theory and Applications of Categories</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:title>Higher-Dimensional Algebra {V}: 2-Groups</bltx:title>
    <bltx:version>3</bltx:version>
    <bltx:volume>12</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>423</bltx:start>
          <bltx:end>491</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>2004</bltx:date>
  </bltx:entry>
  <bltx:entry id="bertram" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="B">Bertram</bltx:namepart>
        <bltx:namepart type="given" initial="A">Aaron</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="W">Wentworth</bltx:namepart>
        <bltx:namepart type="given" initial="R">Richard</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{article} entry with a \texttt{volume} and a \texttt{number} field</bltx:annotation>
    <bltx:journaltitle>J.~Amer. Math. Soc.</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>2</bltx:number>
    <bltx:shorttitle>Gromov invariants</bltx:shorttitle>
    <bltx:title>Gromov invariants for holomorphic maps on {Riemann} surfaces</bltx:title>
    <bltx:volume>9</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>529</bltx:start>
          <bltx:end>571</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1996</bltx:date>
  </bltx:entry>
  <bltx:entry id="doody" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="D">Doody</bltx:namepart>
        <bltx:namepart type="given" initial="T">Terrence</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{article} entry cited as an excerpt from a \texttt{collection} entry. Note the format of the \texttt{related} and \texttt{relatedstring} fields</bltx:annotation>
    <bltx:journaltitle>The Journal of Narrative Technique</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>3</bltx:number>
    <bltx:relatedstring>\autocap{e}xcerpt in</bltx:relatedstring>
    <bltx:title>Hemingway's Style and {Jake's} Narration</bltx:title>
    <bltx:volume>4</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>212</bltx:start>
          <bltx:end>225</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1974</bltx:date>
  </bltx:entry>
  <bltx:entry id="matuz:doody" entrytype="collection">
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="M">Matuz</bltx:namepart>
        <bltx:namepart type="given" initial="R">Roger</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Detroit</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Gale</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{collection} entry providing the excerpt information for the \texttt{doody} entry. Note the format of the \texttt{pages} field</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:title>Contemporary Literary Criticism</bltx:title>
    <bltx:volume>61</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>204</bltx:start>
          <bltx:end>208</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1990</bltx:date>
  </bltx:entry>
  <bltx:entry id="gillies" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Gillies</bltx:namepart>
        <bltx:namepart type="given" initial="A">Alexander</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{article} entry with a \texttt{series} and a \texttt{volume} field. Note that format of the \texttt{series} field in the database file</bltx:annotation>
    <bltx:journaltitle>Publications of the English Goethe Society</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:series>newseries</bltx:series>
    <bltx:title>Herder and the Preparation of {Goethe's} Idea of World Literature</bltx:title>
    <bltx:volume>9</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>46</bltx:start>
          <bltx:end>67</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1933</bltx:date>
  </bltx:entry>
  <bltx:entry id="glashow" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Glashow</bltx:namepart>
        <bltx:namepart type="given" initial="S">Sheldon</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:journaltitle>Nucl.~Phys.</bltx:journaltitle>
    <bltx:title>Partial Symmetries of Weak Interactions</bltx:title>
    <bltx:volume>22</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>579</bltx:start>
          <bltx:end>588</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1961</bltx:date>
  </bltx:entry>
  <bltx:entry id="herrmann" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Herrmann</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="W">Wolfgang</bltx:namepart>
          <bltx:namepart initial="A">A.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="Ö">Öfele</bltx:namepart>
        <bltx:namepart type="given" initial="K">Karl</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="S">Schneider</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="S">Sabine</bltx:namepart>
          <bltx:namepart initial="K">K.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="H">Herdtweck</bltx:namepart>
        <bltx:namepart type="given" initial="E">Eberhardt</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hoffmann</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="S">Stephan</bltx:namepart>
          <bltx:namepart initial="D">D.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:indextitle>Carbocyclic carbene as an efficient catalyst, A</bltx:indextitle>
    <bltx:journaltitle>Angew.~Chem. Int.~Ed.</bltx:journaltitle>
    <bltx:number>23</bltx:number>
    <bltx:title>A carbocyclic carbene as an efficient catalyst ligand for {C--C} coupling reactions</bltx:title>
    <bltx:volume>45</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>3859</bltx:start>
          <bltx:end>3862</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>2006</bltx:date>
  </bltx:entry>
  <bltx:entry id="kastenholz" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kastenholz</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="M">M.</bltx:namepart>
          <bltx:namepart initial="A">A.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hünenberger</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="P">Philippe</bltx:namepart>
          <bltx:namepart initial="H">H.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:abstract>The computation of ionic solvation free energies from atomistic simulations is a surprisingly difficult problem that has found no satisfactory solution for more than 15 years. The reason is that the charging free energies evaluated from such simulations are affected by very large errors. One of these is related to the choice of a specific convention for summing up the contributions of solvent charges to the electrostatic potential in the ionic cavity, namely, on the basis of point charges within entire solvent molecules (M scheme) or on the basis of individual point charges (P scheme). The use of an inappropriate convention may lead to a charge-independent offset in the calculated potential, which depends on the details of the summation scheme, on the quadrupole-moment trace of the solvent molecule, and on the approximate form used to represent electrostatic interactions in the system. However, whether the M or P scheme (if any) represents the appropriate convention is still a matter of on-going debate. The goal of the present article is to settle this long-standing controversy by carefully analyzing (both analytically and numerically) the properties of the electrostatic potential in molecular liquids (and inside cavities within them).</bltx:abstract>
    <bltx:annotation>An \texttt{article} entry with an \texttt{eid} and a \texttt{doi} field. Note that the \textsc{doi} is transformed into a clickable link if \texttt{hyperref} support has been enabled</bltx:annotation>
    <bltx:doi>10.1063/1.2172593</bltx:doi>
    <bltx:eid>124106</bltx:eid>
    <bltx:indextitle>Computation of ionic solvation free energies</bltx:indextitle>
    <bltx:journaltitle>J.~Chem. Phys.</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:subtitle>{I}. {The} electrostatic potential in molecular liquids</bltx:subtitle>
    <bltx:title>Computation of methodology\hyphen independent ionic solvation free energies from molecular simulations</bltx:title>
    <bltx:volume>124</bltx:volume>
    <bltx:date>2006</bltx:date>
  </bltx:entry>
  <bltx:entry id="murray" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hostetler</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="M">Michael</bltx:namepart>
          <bltx:namepart initial="J">J.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="W">Wingate</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="J">Julia</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="Z">Zhong</bltx:namepart>
        <bltx:namepart type="given" initial="C-J">Chuan-Jian</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="H">Harris</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="J">Jay</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="V">Vachet</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="R">Richard</bltx:namepart>
          <bltx:namepart initial="W">W.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="C">Clark</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="M">Michael</bltx:namepart>
          <bltx:namepart initial="R">R.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="L">Londono</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="J">J.</bltx:namepart>
          <bltx:namepart initial="D">David</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="G">Green</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="S">Stephen</bltx:namepart>
          <bltx:namepart initial="J">J.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="S">Stokes</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="J">Jennifer</bltx:namepart>
          <bltx:namepart initial="J">J.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="W">Wignall</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="G">George</bltx:namepart>
          <bltx:namepart initial="D">D.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="G">Glish</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="G">Gary</bltx:namepart>
          <bltx:namepart initial="L">L.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="P">Porter</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="M">Marc</bltx:namepart>
          <bltx:namepart initial="D">D.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="E">Evans</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="N">Neal</bltx:namepart>
          <bltx:namepart initial="D">D.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="M">Murray</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="R">Royce</bltx:namepart>
          <bltx:namepart initial="W">W.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{article} entry with \arabic{author} authors. By default, long author and editor lists are automatically truncated. This is configurable</bltx:annotation>
    <bltx:indextitle>Alkanethiolate gold cluster molecules</bltx:indextitle>
    <bltx:journaltitle>Langmuir</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>1</bltx:number>
    <bltx:shorttitle>Alkanethiolate gold cluster molecules</bltx:shorttitle>
    <bltx:subtitle>Core and monolayer properties as a function of core size</bltx:subtitle>
    <bltx:title>Alkanethiolate gold cluster molecules with core diameters from 1.5 to 5.2~{nm}</bltx:title>
    <bltx:volume>14</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>17</bltx:start>
          <bltx:end>30</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1998</bltx:date>
  </bltx:entry>
  <bltx:entry id="reese" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="R">Reese</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="T">Trevor</bltx:namepart>
          <bltx:namepart initial="R">R.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{article} entry with a \texttt{series} and a \texttt{volume} field. Note the format of the series. If the value of the \texttt{series} field is an integer, this number is printed as an ordinal and the string \enquote*{series} is appended automatically</bltx:annotation>
    <bltx:journaltitle>William and Mary Quarterly</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:series>3</bltx:series>
    <bltx:title>Georgia in {Anglo-Spanish} Diplomacy, 1736--1739</bltx:title>
    <bltx:volume>15</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>168</bltx:start>
          <bltx:end>190</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1958</bltx:date>
  </bltx:entry>
  <bltx:entry id="sarfraz" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="S">Sarfraz</bltx:namepart>
        <bltx:namepart type="given" initial="M">M.</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="R">Razzak</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="M">M.</bltx:namepart>
          <bltx:namepart initial="F">F.</bltx:namepart>
          <bltx:namepart initial="A">A.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{article} entry with an \texttt{issn} field</bltx:annotation>
    <bltx:issn>0097-8493</bltx:issn>
    <bltx:journaltitle>Computers and Graphics</bltx:journaltitle>
    <bltx:number>5</bltx:number>
    <bltx:title>Technical section: {An} algorithm for automatic capturing of the font outlines</bltx:title>
    <bltx:volume>26</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>795</bltx:start>
          <bltx:end>804</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>2002</bltx:date>
  </bltx:entry>
  <bltx:entry id="shore" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="S">Shore</bltx:namepart>
        <bltx:namepart type="given" initial="B">Bradd</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{article} entry with \texttt{series}, \texttt{volume}, and \texttt{number} fields. Note the format of the \texttt{series} which is a localization key</bltx:annotation>
    <bltx:journaltitle>American Anthropologist</bltx:journaltitle>
    <bltx:number>1</bltx:number>
    <bltx:series>newseries</bltx:series>
    <bltx:subtitle>Meaning Construction and Cultural Cognition</bltx:subtitle>
    <bltx:title>Twice-Born, Once Conceived</bltx:title>
    <bltx:volume>93</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>9</bltx:start>
          <bltx:end>27</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1991-03</bltx:date>
  </bltx:entry>
  <bltx:entry id="sigfridsson" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="S">Sigfridsson</bltx:namepart>
        <bltx:namepart type="given" initial="E">Emma</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="R">Ryde</bltx:namepart>
        <bltx:namepart type="given" initial="U">Ulf</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:abstract>Four methods for deriving partial atomic charges from the quantum chemical electrostatic potential (CHELP, CHELPG, Merz-Kollman, and RESP) have been compared and critically evaluated. It is shown that charges strongly depend on how and where the potential points are selected. Two alternative methods are suggested to avoid the arbitrariness in the point-selection schemes and van der Waals exclusion radii: CHELP-BOW, which also estimates the charges from the electrostatic potential, but with potential points that are Boltzmann-weighted after their occurrence in actual simulations using the energy function of the program in which the charges will be used, and CHELMO, which estimates the charges directly from the electrostatic multipole moments. Different criteria for the quality of the charges are discussed.</bltx:abstract>
    <bltx:annotation>An \texttt{article} entry with \texttt{volume}, \texttt{number}, and \texttt{doi} fields. Note that the \textsc{doi} is transformed into a clickable link if \texttt{hyperref} support has been enabled</bltx:annotation>
    <bltx:doi>10.1002/(SICI)1096-987X(199803)19:4&lt;377::AID-JCC1&gt;3.0.CO;2-P</bltx:doi>
    <bltx:indextitle>Methods for deriving atomic charges</bltx:indextitle>
    <bltx:journaltitle>Journal of Computational Chemistry</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>4</bltx:number>
    <bltx:title>Comparison of methods for deriving atomic charges from the electrostatic potential and moments</bltx:title>
    <bltx:volume>19</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>377</bltx:start>
          <bltx:end>395</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1998</bltx:date>
  </bltx:entry>
  <bltx:entry id="spiegelberg" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="S">Spiegelberg</bltx:namepart>
        <bltx:namepart type="given" initial="H">Herbert</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{article} entry. Note the \texttt{sorttitle} and \texttt{indexsorttitle} fields and the markup of the quotes in the database file</bltx:annotation>
    <bltx:indexsorttitle>Intention und Intentionalitat in der Scholastik, bei Brentano und Husserl</bltx:indexsorttitle>
    <bltx:journaltitle>Studia Philosophica</bltx:journaltitle>
    <bltx:langid>german</bltx:langid>
    <bltx:shorttitle>Intention und Intentionalität</bltx:shorttitle>
    <bltx:sorttitle>Intention und Intentionalitat in der Scholastik, bei Brentano und Husserl</bltx:sorttitle>
    <bltx:title>\mkbibquote{Intention} und \mkbibquote{Intentionalität} in der Scholastik, bei Brentano und Husserl</bltx:title>
    <bltx:volume>29</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>189</bltx:start>
          <bltx:end>216</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1969</bltx:date>
  </bltx:entry>
  <bltx:entry id="springer" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="S">Springer</bltx:namepart>
        <bltx:namepart type="given" initial="O">Otto</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>A plain \texttt{article} entry</bltx:annotation>
    <bltx:journaltitle>Mediaeval Studies</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:shorttitle>Mediaeval Pilgrim Routes</bltx:shorttitle>
    <bltx:title>Mediaeval Pilgrim Routes from {Scandinavia} to {Rome}</bltx:title>
    <bltx:volume>12</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>92</bltx:start>
          <bltx:end>122</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1950</bltx:date>
  </bltx:entry>
  <bltx:entry id="weinberg" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="W">Weinberg</bltx:namepart>
        <bltx:namepart type="given" initial="S">Steven</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:journaltitle>Phys.~Rev.~Lett.</bltx:journaltitle>
    <bltx:title>A Model of Leptons</bltx:title>
    <bltx:volume>19</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>1264</bltx:start>
          <bltx:end>1266</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1967</bltx:date>
  </bltx:entry>
  <bltx:entry id="yoon" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="Y">Yoon</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="M">Myeong</bltx:namepart>
          <bltx:namepart initial="S">S.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="R">Ryu</bltx:namepart>
        <bltx:namepart type="given" initial="D">Dowook</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kim</bltx:namepart>
        <bltx:namepart type="given" initial="J">Jeongryul</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="A">Ahn</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="K">Kyo</bltx:namepart>
          <bltx:namepart initial="H">Han</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:indextitle>Palladium pincer complexes</bltx:indextitle>
    <bltx:journaltitle>Organometallics</bltx:journaltitle>
    <bltx:number>10</bltx:number>
    <bltx:title>Palladium pincer complexes with reduced bond angle strain: efficient catalysts for the {Heck} reaction</bltx:title>
    <bltx:volume>25</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>2409</bltx:start>
          <bltx:end>2411</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>2006</bltx:date>
  </bltx:entry>
  <bltx:entry id="aristotle:anima" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Aristotle</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hicks</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="R">Robert</bltx:namepart>
          <bltx:namepart initial="D">Drew</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Cambridge</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Cambridge University Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry with an \texttt{author} and an \texttt{editor}</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:title>De Anima</bltx:title>
    <bltx:date>1907</bltx:date>
  </bltx:entry>
  <bltx:entry id="aristotle:physics" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Aristotle</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="translator">
      <bltx:name>
        <bltx:namepart type="family" initial="W">Wicksteed</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="P">P.</bltx:namepart>
          <bltx:namepart initial="H">H.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="C">Cornford</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="F">F.</bltx:namepart>
          <bltx:namepart initial="M">M.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>New York</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>G. P. Putnam</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry with a \texttt{translator} field</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:shorttitle>Physics</bltx:shorttitle>
    <bltx:title>Physics</bltx:title>
    <bltx:date>1929</bltx:date>
  </bltx:entry>
  <bltx:entry id="aristotle:poetics" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Aristotle</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="L">Lucas</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">D.</bltx:namepart>
          <bltx:namepart initial="W">W.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Oxford</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Clarendon Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry with an \texttt{author} and an \texttt{editor} as well as a \texttt{series} field</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:series>Clarendon {Aristotle}</bltx:series>
    <bltx:shorttitle>Poetics</bltx:shorttitle>
    <bltx:title>Poetics</bltx:title>
    <bltx:date>1968</bltx:date>
  </bltx:entry>
  <bltx:entry id="aristotle:rhetoric" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Aristotle</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="commentator">
      <bltx:name>
        <bltx:namepart type="family" initial="C">Cope</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="E">Edward</bltx:namepart>
          <bltx:namepart initial="M">Meredith</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="C">Cope</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="E">Edward</bltx:namepart>
          <bltx:namepart initial="M">Meredith</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:publisher>
      <bltx:item>Cambridge University Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A commented edition. Note the concatenation of the \texttt{editor} and \texttt{commentator} fields as well as the \texttt{volumes}, \texttt{sorttitle}, and \texttt{indextitle} fields</bltx:annotation>
    <bltx:indextitle>Rhetoric of {Aristotle}, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:shorttitle>Rhetoric</bltx:shorttitle>
    <bltx:sorttitle>Rhetoric of Aristotle</bltx:sorttitle>
    <bltx:title>The Rhetoric of {Aristotle} with a commentary by the late {Edward Meredith Cope}</bltx:title>
    <bltx:volumes>3</bltx:volumes>
    <bltx:date>1877</bltx:date>
  </bltx:entry>
  <bltx:entry id="augustine" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Augustine</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="R">Robert</bltx:namepart>
          <bltx:namepart initial="L">L.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>New York</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Marcel Dekker</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A plain \texttt{book} entry</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:shorttitle>Heterogeneous catalysis</bltx:shorttitle>
    <bltx:title>Heterogeneous catalysis for the synthetic chemist</bltx:title>
    <bltx:date>1995</bltx:date>
  </bltx:entry>
  <bltx:entry id="averroes/bland" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Averroes</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="B">Bland</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="K">Kalman</bltx:namepart>
          <bltx:namepart initial="P">P.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="translator">
      <bltx:name>
        <bltx:namepart type="family" initial="B">Bland</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="K">Kalman</bltx:namepart>
          <bltx:namepart initial="P">P.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>New York</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Jewish Theological Seminary of America</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry with a \texttt{series} and a \texttt{number}. Note the concatenation of the \texttt{editor} and \texttt{translator} fields as well as the \texttt{indextitle} field</bltx:annotation>
    <bltx:indextitle>Epistle on the Possibility of Conjunction, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>7</bltx:number>
    <bltx:series>Moreshet: Studies in {Jewish} History, Literature and Thought</bltx:series>
    <bltx:shorttitle>Possibility of Conjunction</bltx:shorttitle>
    <bltx:title>The Epistle on the Possibility of Conjunction with the Active Intellect by {Ibn Rushd} with the Commentary of {Moses Narboni}</bltx:title>
    <bltx:date>1982</bltx:date>
  </bltx:entry>
  <bltx:entry id="averroes/hannes" entrytype="book">
    <bltx:names type="annotator">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hannes</bltx:namepart>
        <bltx:namepart type="given" initial="L">Ludwig</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Averroes</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hannes</bltx:namepart>
        <bltx:namepart type="given" initial="L">Ludwig</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="translator">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hannes</bltx:namepart>
        <bltx:namepart type="given" initial="L">Ludwig</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Halle an der Saale</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>C.~A. Kaemmerer</bltx:item>
    </bltx:publisher>
    <bltx:annotation>An annotated edition. Note the concatenation of the \texttt{editor}, \texttt{translator}, and \texttt{annotator} fields. Also note the \texttt{shorttitle}, \texttt{indextitle}, \texttt{sorttitle}, and \texttt{indexsorttitle} fields</bltx:annotation>
    <bltx:indexsorttitle>Uber die Moglichkeit der Conjunktion</bltx:indexsorttitle>
    <bltx:indextitle>Über die Möglichkeit der Conjunktion</bltx:indextitle>
    <bltx:langid>german</bltx:langid>
    <bltx:shorttitle>Über die Möglichkeit der Conjunktion</bltx:shorttitle>
    <bltx:sorttitle>Uber die Moglichkeit der Conjunktion</bltx:sorttitle>
    <bltx:title>Des Averroës Abhandlung: \mkbibquote{Über die Möglichkeit der Conjunktion} oder \mkbibquote{Über den materiellen Intellekt}</bltx:title>
    <bltx:date>1892</bltx:date>
  </bltx:entry>
  <bltx:entry id="averroes/hercz" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Averroes</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hercz</bltx:namepart>
        <bltx:namepart type="given" initial="J">J.</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="translator">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hercz</bltx:namepart>
        <bltx:namepart type="given" initial="J">J.</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Berlin</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>S.~Hermann</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry. Note the concatenation of the \texttt{editor} and \texttt{translator} fields as well as the \texttt{indextitle} and \texttt{indexsorttitle} fields</bltx:annotation>
    <bltx:indexsorttitle>Drei Abhandlungen uber die Conjunction</bltx:indexsorttitle>
    <bltx:indextitle>Drei Abhandlungen über die Conjunction</bltx:indextitle>
    <bltx:langid>german</bltx:langid>
    <bltx:shorttitle>Drei Abhandlungen</bltx:shorttitle>
    <bltx:subtitle>Von Averroes (Vater und Sohn), aus dem Arabischen übersetzt von Samuel Ibn Tibbon</bltx:subtitle>
    <bltx:title>Drei Abhandlungen über die Conjunction des separaten Intellects mit dem Menschen</bltx:title>
    <bltx:date>1869</bltx:date>
  </bltx:entry>
  <bltx:entry id="cicero" entrytype="book">
    <bltx:names type="afterword">
      <bltx:name>
        <bltx:namepart type="family" initial="T">Thraede</bltx:namepart>
        <bltx:namepart type="given" initial="K">Klaus</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="C">Cicero</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="M">Marcus</bltx:namepart>
          <bltx:namepart initial="T">Tullius</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="B-S">Blank-Sangmeister</bltx:namepart>
        <bltx:namepart type="given" initial="U">Ursula</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="translator">
      <bltx:name>
        <bltx:namepart type="family" initial="B-S">Blank-Sangmeister</bltx:namepart>
        <bltx:namepart type="given" initial="U">Ursula</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:language>
      <bltx:item>langlatin</bltx:item>
      <bltx:item>langgerman</bltx:item>
    </bltx:language>
    <bltx:location>
      <bltx:item>Stuttgart</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Reclam</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A bilingual edition of Cicero's \emph{De natura deorum}, with a German translation. Note the format of the \texttt{language} field in the database file, the concatenation of the \texttt{editor} and \texttt{translator} fields, and the \texttt{afterword} field</bltx:annotation>
    <bltx:indextitle>De natura deorum</bltx:indextitle>
    <bltx:langid>german</bltx:langid>
    <bltx:shorttitle>De natura deorum</bltx:shorttitle>
    <bltx:title>De natura deorum. Über das Wesen der Götter</bltx:title>
    <bltx:date>1995</bltx:date>
  </bltx:entry>
  <bltx:entry id="coleridge" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="C">Coleridge</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="S">Samuel</bltx:namepart>
          <bltx:namepart initial="T">Taylor</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="C">Coburn</bltx:namepart>
        <bltx:namepart type="given" initial="K">Kathleen</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="E">Engell</bltx:namepart>
        <bltx:namepart type="given" initial="J">James</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="B">Bate</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="W">W.</bltx:namepart>
          <bltx:namepart initial="J">Jackson</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>London</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Routledge {and} Kegan Paul</bltx:item>
    </bltx:publisher>
    <bltx:annotation>One (partial) volume of a multivolume book. This is a \texttt{book} entry with a \texttt{volume} and a \texttt{part} field which explicitly refers to the second (physical) part of the seventh (logical) volume. Also note the \texttt{series} and \texttt{number} fields</bltx:annotation>
    <bltx:indextitle>Biographia literaria</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:maintitle>The collected works of {Samuel Taylor Coleridge}</bltx:maintitle>
    <bltx:number>75</bltx:number>
    <bltx:part>2</bltx:part>
    <bltx:series>Bollingen Series</bltx:series>
    <bltx:shorttitle>Biographia literaria</bltx:shorttitle>
    <bltx:title>Biographia literaria, or {Biographical} sketches of my literary life and opinions</bltx:title>
    <bltx:volume>7</bltx:volume>
    <bltx:date>1983</bltx:date>
  </bltx:entry>
  <bltx:entry id="companion" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Goossens</bltx:namepart>
        <bltx:namepart type="given" initial="M">Michel</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="M">Mittelbach</bltx:namepart>
        <bltx:namepart type="given" initial="F">Frank</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="S">Samarin</bltx:namepart>
        <bltx:namepart type="given" initial="A">Alexander</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Reading, Mass.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Addison-Wesley</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A book with three authors. Note the formatting of the author list. By default, only the first name is reversed in the bibliography</bltx:annotation>
    <bltx:edition>1</bltx:edition>
    <bltx:indextitle>LaTeX Companion, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:pagetotal>528</bltx:pagetotal>
    <bltx:shorttitle>LaTeX Companion</bltx:shorttitle>
    <bltx:sorttitle>LaTeX Companion</bltx:sorttitle>
    <bltx:title>The {LaTeX} Companion</bltx:title>
    <bltx:date>1994</bltx:date>
  </bltx:entry>
  <bltx:entry id="cotton" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="C">Cotton</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="F">Frank</bltx:namepart>
          <bltx:namepart initial="A">Albert</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="W">Wilkinson</bltx:namepart>
        <bltx:namepart type="given" initial="G">Geoffrey</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="M">Murillio</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="C">Carlos</bltx:namepart>
          <bltx:namepart initial="A">A.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="B">Bochmann</bltx:namepart>
        <bltx:namepart type="given" initial="M">Manfred</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Chichester</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Wiley</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry with \arabic{author} authors and an \texttt{edition} field. By default, long \texttt{author} and \texttt{editor} lists are automatically truncated. This is configurable</bltx:annotation>
    <bltx:edition>6</bltx:edition>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:title>Advanced inorganic chemistry</bltx:title>
    <bltx:date>1999</bltx:date>
  </bltx:entry>
  <bltx:entry id="gerhardt" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Gerhardt</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="M">Michael</bltx:namepart>
          <bltx:namepart initial="J">J.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Durham</bltx:item>
      <bltx:item>London</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Duke University Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>This is a \texttt{book} entry. Note the format of the \texttt{location} field as well as the \texttt{sorttitle} and \texttt{indextitle} fields</bltx:annotation>
    <bltx:indextitle>Federal Appointments Process, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:shorttitle>Federal Appointments Process</bltx:shorttitle>
    <bltx:sorttitle>Federal Appointments Process</bltx:sorttitle>
    <bltx:subtitle>A Constitutional and Historical Analysis</bltx:subtitle>
    <bltx:title>The Federal Appointments Process</bltx:title>
    <bltx:date>2000</bltx:date>
  </bltx:entry>
  <bltx:entry id="gonzalez" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Gonzalez</bltx:namepart>
        <bltx:namepart type="given" initial="R">Ray</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Tucson</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>The University of Arizona Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A collection of short stories. This is a \texttt{book} entry. Note the \texttt{sorttitle} and \texttt{indextitle} fields in the database file. There's also an \texttt{isbn} field</bltx:annotation>
    <bltx:indextitle>Ghost of {John Wayne} and Other Stories, The</bltx:indextitle>
    <bltx:isbn>0-816-52066-6</bltx:isbn>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:shorttitle>Ghost of {John Wayne}</bltx:shorttitle>
    <bltx:sorttitle>Ghost of John Wayne and Other Stories</bltx:sorttitle>
    <bltx:title>The Ghost of {John Wayne} and Other Stories</bltx:title>
    <bltx:date>2001</bltx:date>
  </bltx:entry>
  <bltx:entry id="hammond" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hammond</bltx:namepart>
        <bltx:namepart type="given" initial="C">Christopher</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Oxford</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>International Union of Crystallography</bltx:item>
      <bltx:item>Oxford University Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry. Note the \texttt{sorttitle} and \texttt{indextitle} fields as well as the format of the \texttt{publisher} field</bltx:annotation>
    <bltx:indextitle>Basics of crystallography and diffraction, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:shorttitle>Crystallography and diffraction</bltx:shorttitle>
    <bltx:sorttitle>Basics of crystallography and diffraction</bltx:sorttitle>
    <bltx:title>The basics of crystallography and diffraction</bltx:title>
    <bltx:date>1997</bltx:date>
  </bltx:entry>
  <bltx:entry id="iliad" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Homer</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="introduction">
      <bltx:name>
        <bltx:namepart type="family" initial="L">Latacz</bltx:namepart>
        <bltx:namepart type="given" initial="J">Joachim</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="translator">
      <bltx:name>
        <bltx:namepart type="family" initial="S">Schadewaldt</bltx:namepart>
        <bltx:namepart type="given" initial="W">Wolfgang</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Düsseldorf</bltx:item>
      <bltx:item>Zürich</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Artemis \&amp; Winkler</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A German translation of the \emph{Iliad}. Note the \texttt{translator} and \texttt{introduction} fields and the format of the \texttt{location} field in the database file. Also note the \texttt{sorttitle} and \texttt{indextitle} fields</bltx:annotation>
    <bltx:edition>3</bltx:edition>
    <bltx:indextitle>Ilias, Die</bltx:indextitle>
    <bltx:langid>german</bltx:langid>
    <bltx:shorttitle>Ilias</bltx:shorttitle>
    <bltx:sorttitle>Ilias</bltx:sorttitle>
    <bltx:title>Die Ilias</bltx:title>
    <bltx:date>2004</bltx:date>
  </bltx:entry>
  <bltx:entry id="knuth:ct" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Knuth</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Donald</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Reading, Mass.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Addison-Wesley</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A five-volume book cited as a whole. This is a \texttt{book} entry, note the \texttt{volumes} field</bltx:annotation>
    <bltx:indexsorttitle>Computers &amp; Typesetting</bltx:indexsorttitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:sorttitle>Computers &amp; Typesetting</bltx:sorttitle>
    <bltx:sortyear>1984-0</bltx:sortyear>
    <bltx:title>Computers \&amp; Typesetting</bltx:title>
    <bltx:volumes>5</bltx:volumes>
    <bltx:date>
      <bltx:start>1984</bltx:start>
      <bltx:end>1986</bltx:end>
    </bltx:date>
  </bltx:entry>
  <bltx:entry id="knuth:ct:a" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Knuth</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Donald</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Reading, Mass.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Addison-Wesley</bltx:item>
    </bltx:publisher>
    <bltx:annotation>The first volume of a five-volume book. Note the \texttt{sorttitle} and \texttt{sortyear} fields. We want this volume to be listed after the entry referring to the entire five-volume set. Also note the \texttt{indextitle} and \texttt{indexsorttitle} fields. Indexing packages that don't generate robust index entries require some control sequences to be protected from expansion</bltx:annotation>
    <bltx:indexsorttitle>The TeXbook</bltx:indexsorttitle>
    <bltx:indextitle>\protect\TeX book, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:maintitle>Computers \&amp; Typesetting</bltx:maintitle>
    <bltx:shorttitle>\TeX book</bltx:shorttitle>
    <bltx:sorttitle>Computers &amp; Typesetting A</bltx:sorttitle>
    <bltx:sortyear>1984-1</bltx:sortyear>
    <bltx:title>The {\TeX} book</bltx:title>
    <bltx:volume>A</bltx:volume>
    <bltx:date>1984</bltx:date>
  </bltx:entry>
  <bltx:entry id="knuth:ct:b" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Knuth</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Donald</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Reading, Mass.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Addison-Wesley</bltx:item>
    </bltx:publisher>
    <bltx:annotation>The second volume of a five-volume book. Note the \texttt{sorttitle} and \texttt{sortyear} fields. Also note the \texttt{indexsorttitle} field</bltx:annotation>
    <bltx:indexsorttitle>TeX: The Program</bltx:indexsorttitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:maintitle>Computers \&amp; Typesetting</bltx:maintitle>
    <bltx:shorttitle>\TeX</bltx:shorttitle>
    <bltx:sorttitle>Computers &amp; Typesetting B</bltx:sorttitle>
    <bltx:sortyear>1986-1</bltx:sortyear>
    <bltx:title>\TeX: The Program</bltx:title>
    <bltx:volume>B</bltx:volume>
    <bltx:date>1986</bltx:date>
  </bltx:entry>
  <bltx:entry id="knuth:ct:c" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Knuth</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Donald</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Reading, Mass.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Addison-Wesley</bltx:item>
    </bltx:publisher>
    <bltx:annotation>The third volume of a five-volume book. Note the \texttt{sorttitle} and \texttt{sortyear} fields as well as the \texttt{indextitle} field</bltx:annotation>
    <bltx:indextitle>METAFONTbook, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:maintitle>Computers \&amp; Typesetting</bltx:maintitle>
    <bltx:shorttitle>METAFONTbook</bltx:shorttitle>
    <bltx:sorttitle>Computers &amp; Typesetting C</bltx:sorttitle>
    <bltx:sortyear>1986-2</bltx:sortyear>
    <bltx:title>The {METAFONTbook}</bltx:title>
    <bltx:volume>C</bltx:volume>
    <bltx:date>1986</bltx:date>
  </bltx:entry>
  <bltx:entry id="knuth:ct:d" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Knuth</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Donald</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Reading, Mass.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Addison-Wesley</bltx:item>
    </bltx:publisher>
    <bltx:annotation>The fourth volume of a five-volume book. Note the \texttt{sorttitle} and \texttt{sortyear} fields</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:maintitle>Computers \&amp; Typesetting</bltx:maintitle>
    <bltx:shorttitle>METAFONT</bltx:shorttitle>
    <bltx:sorttitle>Computers &amp; Typesetting D</bltx:sorttitle>
    <bltx:sortyear>1986-3</bltx:sortyear>
    <bltx:title>METAFONT: The Program</bltx:title>
    <bltx:volume>D</bltx:volume>
    <bltx:date>1986</bltx:date>
  </bltx:entry>
  <bltx:entry id="knuth:ct:e" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Knuth</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Donald</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Reading, Mass.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Addison-Wesley</bltx:item>
    </bltx:publisher>
    <bltx:annotation>The fifth volume of a five-volume book. Note the \texttt{sorttitle} and \texttt{sortyear} fields</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:maintitle>Computers \&amp; Typesetting</bltx:maintitle>
    <bltx:sorttitle>Computers &amp; Typesetting E</bltx:sorttitle>
    <bltx:sortyear>1986-4</bltx:sortyear>
    <bltx:title>{Computer Modern} Typefaces</bltx:title>
    <bltx:volume>E</bltx:volume>
    <bltx:date>1986</bltx:date>
  </bltx:entry>
  <bltx:entry id="knuth:ct:related" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Knuth</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Donald</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Reading, Mass.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Addison-Wesley</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A five-volume book cited as a whole and related to its individual volumes. Note the \texttt{related} and \texttt{relatedtype} fields</bltx:annotation>
    <bltx:indexsorttitle>Computers &amp; Typesetting</bltx:indexsorttitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:relatedtype>multivolume</bltx:relatedtype>
    <bltx:sorttitle>Computers &amp; Typesetting</bltx:sorttitle>
    <bltx:sortyear>1984-0</bltx:sortyear>
    <bltx:title>Computers \&amp; Typesetting</bltx:title>
    <bltx:volumes>5</bltx:volumes>
    <bltx:date>
      <bltx:start>1984</bltx:start>
      <bltx:end>1986</bltx:end>
    </bltx:date>
  </bltx:entry>
  <bltx:entry id="kullback" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kullback</bltx:namepart>
        <bltx:namepart type="given" initial="S">Solomon</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>New York</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>John Wiley \&amp; Sons</bltx:item>
    </bltx:publisher>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:title>Information Theory and Statistics</bltx:title>
    <bltx:date>1959</bltx:date>
  </bltx:entry>
  <bltx:entry id="kullback:reprint" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kullback</bltx:namepart>
        <bltx:namepart type="given" initial="S">Solomon</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>New York</bltx:item>
    </bltx:location>
    <bltx:origpublisher>
      <bltx:item>John Wiley \&amp; Sons</bltx:item>
    </bltx:origpublisher>
    <bltx:publisher>
      <bltx:item>Dover Publications</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A reprint of the \texttt{kullback} entry. Note the format of \texttt{origyear} and \texttt{origpublisher}. These fields are not used by the standard bibliography styles</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:title>Information Theory and Statistics</bltx:title>
    <bltx:date>1997</bltx:date>
    <bltx:date type="orig">1959</bltx:date>
  </bltx:entry>
  <bltx:entry id="kullback:related" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kullback</bltx:namepart>
        <bltx:namepart type="given" initial="S">Solomon</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>New York</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Dover Publications</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A reprint of the \texttt{kullback} entry. Note the format of the \texttt{related} and \texttt{relatedtype} fields</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:relatedtype>origpubin</bltx:relatedtype>
    <bltx:title>Information Theory and Statistics</bltx:title>
    <bltx:date>1997</bltx:date>
  </bltx:entry>
  <bltx:entry id="malinowski" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="M">Malinowski</bltx:namepart>
        <bltx:namepart type="given" initial="B">Bronis{ł}aw</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>London</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Routledge {and} Kegan Paul</bltx:item>
    </bltx:publisher>
    <bltx:annotation>This is a \texttt{book} entry. Note the format of the \texttt{publisher} and \texttt{edition} fields as well as the \texttt{subtitle} field</bltx:annotation>
    <bltx:edition>8</bltx:edition>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:shorttitle>Argonauts</bltx:shorttitle>
    <bltx:subtitle>An account of native enterprise and adventure in the Archipelagoes of {Melanesian New Guinea}</bltx:subtitle>
    <bltx:title>Argonauts of the {Western Pacific}</bltx:title>
    <bltx:date>1972</bltx:date>
  </bltx:entry>
  <bltx:entry id="maron" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="M">Maron</bltx:namepart>
        <bltx:namepart type="given" initial="M">Monika</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="translator">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Goldstein</bltx:namepart>
        <bltx:namepart type="given" initial="B">Brigitte</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Lincoln</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>University of Nebraska Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>An English translation of a German novel with a French title. In other words: a \texttt{book} entry with a \texttt{translator} field. Note the \texttt{origlanguage} field which is concatenated with the \texttt{translator}</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:origlanguage>german</bltx:origlanguage>
    <bltx:shorttitle>Animal Triste</bltx:shorttitle>
    <bltx:title>Animal Triste</bltx:title>
    <bltx:date>2000</bltx:date>
  </bltx:entry>
  <bltx:entry id="massa" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="M">Massa</bltx:namepart>
        <bltx:namepart type="given" initial="W">Werner</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Berlin</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Spinger</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry with an \texttt{edition} field</bltx:annotation>
    <bltx:edition>2</bltx:edition>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:title>Crystal structure determination</bltx:title>
    <bltx:date>2004</bltx:date>
  </bltx:entry>
  <bltx:entry id="moore" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="M">Moore</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="G">Gordon</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:journaltitle>Electronics</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>8</bltx:number>
    <bltx:title>Cramming more components onto integrated circuits</bltx:title>
    <bltx:volume>38</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>114</bltx:start>
          <bltx:end>117</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1965</bltx:date>
  </bltx:entry>
  <bltx:entry id="moore:related" entrytype="article">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="M">Moore</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="G">Gordon</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>A reprint of Moore's law. Note the \texttt{related} and \texttt{relatedtype} fields</bltx:annotation>
    <bltx:journaltitle>Proceedings of the {IEEE}</bltx:journaltitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>1</bltx:number>
    <bltx:relatedtype>reprintfrom</bltx:relatedtype>
    <bltx:title>Cramming more components onto integrated circuits</bltx:title>
    <bltx:volume>86</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>82</bltx:start>
          <bltx:end>85</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1998</bltx:date>
  </bltx:entry>
  <bltx:entry id="nietzsche:ksa" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="N">Nietzsche</bltx:namepart>
        <bltx:namepart type="given" initial="F">Friedrich</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="C">Colli</bltx:namepart>
        <bltx:namepart type="given" initial="G">Giorgio</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="M">Montinari</bltx:namepart>
        <bltx:namepart type="given" initial="M">Mazzino</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>München</bltx:item>
      <bltx:item>Berlin</bltx:item>
      <bltx:item>New York</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Deutscher Taschenbuch-Verlag</bltx:item>
      <bltx:item>Walter de Gruyter</bltx:item>
    </bltx:publisher>
    <bltx:annotation>The critical edition of Nietzsche's works. This is a \texttt{book} entry referring to a 15-volume work as a whole. Note the \texttt{volumes} field and the format of the \texttt{publisher} and \texttt{location} fields in the database file. Also note the \texttt{sorttitle} and \texttt{sortyear} fields which are used to fine-tune the sorting order of the bibliography. We want this item listed first in the bibliography</bltx:annotation>
    <bltx:edition>2</bltx:edition>
    <bltx:indexsorttitle>Samtliche Werke</bltx:indexsorttitle>
    <bltx:langid>german</bltx:langid>
    <bltx:sorttitle>Werke-00-000</bltx:sorttitle>
    <bltx:sortyear>1988-0</bltx:sortyear>
    <bltx:subtitle>Kritische Studienausgabe</bltx:subtitle>
    <bltx:title>Sämtliche Werke</bltx:title>
    <bltx:volumes>15</bltx:volumes>
    <bltx:date>1988</bltx:date>
  </bltx:entry>
  <bltx:entry id="nietzsche:ksa1" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="N">Nietzsche</bltx:namepart>
        <bltx:namepart type="given" initial="F">Friedrich</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="bookauthor">
      <bltx:name>
        <bltx:namepart type="family" initial="N">Nietzsche</bltx:namepart>
        <bltx:namepart type="given" initial="F">Friedrich</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="C">Colli</bltx:namepart>
        <bltx:namepart type="given" initial="G">Giorgio</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="M">Montinari</bltx:namepart>
        <bltx:namepart type="given" initial="M">Mazzino</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>München</bltx:item>
      <bltx:item>Berlin</bltx:item>
      <bltx:item>New York</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Deutscher Taschenbuch-Verlag</bltx:item>
      <bltx:item>Walter de Gruyter</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A single volume from the critical edition of Nietzsche's works. This \texttt{book} entry explicitly refers to the first volume only. Note the \texttt{title} and \texttt{maintitle} fields. Also note the \texttt{sorttitle} and \texttt{sortyear} fields. We want this entry to be listed after the entry referring to the entire edition</bltx:annotation>
    <bltx:edition>2</bltx:edition>
    <bltx:indexsorttitle>Samtliche Werke I</bltx:indexsorttitle>
    <bltx:indextitle>Sämtliche Werke I</bltx:indextitle>
    <bltx:langid>german</bltx:langid>
    <bltx:mainsubtitle>Kritische Studienausgabe</bltx:mainsubtitle>
    <bltx:maintitle>Sämtliche Werke</bltx:maintitle>
    <bltx:shorttitle>Sämtliche Werke I</bltx:shorttitle>
    <bltx:sorttitle>Werke-01-000</bltx:sorttitle>
    <bltx:sortyear>1988-1</bltx:sortyear>
    <bltx:title>Die Geburt der Tragödie. Unzeitgemä{ß}e Betrachtungen I--IV. Nachgelassene Schriften 1870--1973</bltx:title>
    <bltx:volume>1</bltx:volume>
    <bltx:date>1988</bltx:date>
  </bltx:entry>
  <bltx:entry id="nussbaum" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="N">Nussbaum</bltx:namepart>
        <bltx:namepart type="given" initial="M">Martha</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Princeton</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Princeton University Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry. Note the \texttt{sorttitle} and \texttt{indexsorttitle} fields and the markup of the quotes in the database file</bltx:annotation>
    <bltx:indexsorttitle>Aristotle's De Motu Animalium</bltx:indexsorttitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:sorttitle>Aristotle's De Motu Animalium</bltx:sorttitle>
    <bltx:title>Aristotle's \mkbibquote{De Motu Animalium}</bltx:title>
    <bltx:date>1978</bltx:date>
  </bltx:entry>
  <bltx:entry id="piccato" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="P">Piccato</bltx:namepart>
        <bltx:namepart type="given" initial="P">Pablo</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Durham</bltx:item>
      <bltx:item>London</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Duke University Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>This is a \texttt{book} entry. Note the format of the \texttt{location} field in the database file</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:shorttitle>City of Suspects</bltx:shorttitle>
    <bltx:subtitle>Crime in {Mexico City}, 1900--1931</bltx:subtitle>
    <bltx:title>City of Suspects</bltx:title>
    <bltx:date>2001</bltx:date>
  </bltx:entry>
  <bltx:entry id="vangennep" entrytype="book">
    <bltx:options>useprefix</bltx:options>
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Gennep</bltx:namepart>
        <bltx:namepart type="given" initial="A">Arnold</bltx:namepart>
        <bltx:namepart type="prefix" initial="v">van</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Paris</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Nourry</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry. Note the format of the printed name and compare the \texttt{useprefix} option in the \texttt{options} field as well as \texttt{brandt} and \texttt{geer}</bltx:annotation>
    <bltx:indextitle>Rites de passage, Les</bltx:indextitle>
    <bltx:langid>french</bltx:langid>
    <bltx:shorttitle>Rites de passage</bltx:shorttitle>
    <bltx:sorttitle>Rites de passage</bltx:sorttitle>
    <bltx:title>Les rites de passage</bltx:title>
    <bltx:date>1909</bltx:date>
  </bltx:entry>
  <bltx:entry id="vangennep:trans" entrytype="book">
    <bltx:options>useprefix</bltx:options>
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Gennep</bltx:namepart>
        <bltx:namepart type="given" initial="A">Arnold</bltx:namepart>
        <bltx:namepart type="prefix" initial="v">van</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="translator">
      <bltx:name>
        <bltx:namepart type="family" initial="V">Vizedom</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="M">Monika</bltx:namepart>
          <bltx:namepart initial="B">B.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="C">Caffee</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="G">Gabrielle</bltx:namepart>
          <bltx:namepart initial="L">L.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:language>
      <bltx:item>english</bltx:item>
    </bltx:language>
    <bltx:publisher>
      <bltx:item>University of Chicago Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A translation of the \texttt{vangennep} entry. Note the \texttt{translator} and \texttt{origlanguage} fields. Compare with the \texttt{vangennep:related} entry.</bltx:annotation>
    <bltx:indextitle>Rites of Passage, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:origlanguage>french</bltx:origlanguage>
    <bltx:shorttitle>Rites of Passage</bltx:shorttitle>
    <bltx:sorttitle>Rites of Passage</bltx:sorttitle>
    <bltx:title>The Rites of Passage</bltx:title>
    <bltx:date>1960</bltx:date>
  </bltx:entry>
  <bltx:entry id="vangennep:related" entrytype="book">
    <bltx:options>useprefix</bltx:options>
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Gennep</bltx:namepart>
        <bltx:namepart type="given" initial="A">Arnold</bltx:namepart>
        <bltx:namepart type="prefix" initial="v">van</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Paris</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Nourry</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A variant of the \texttt{vangennep} entry related to its translation. Note the format of the \texttt{related} and \texttt{relatedtype} fields</bltx:annotation>
    <bltx:indextitle>Rites de passage, Les</bltx:indextitle>
    <bltx:langid>french</bltx:langid>
    <bltx:relatedtype>bytranslator</bltx:relatedtype>
    <bltx:shorttitle>Rites de passage</bltx:shorttitle>
    <bltx:sorttitle>Rites de passage</bltx:sorttitle>
    <bltx:title>Les rites de passage</bltx:title>
    <bltx:date>1909</bltx:date>
  </bltx:entry>
  <bltx:entry id="vizedom:related" entrytype="book">
    <bltx:options>usetranslator</bltx:options>
    <bltx:names type="translator">
      <bltx:name>
        <bltx:namepart type="family" initial="V">Vizedom</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="M">Monika</bltx:namepart>
          <bltx:namepart initial="B">B.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="C">Caffee</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="G">Gabrielle</bltx:namepart>
          <bltx:namepart initial="L">L.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:language>
      <bltx:item>english</bltx:item>
    </bltx:language>
    <bltx:publisher>
      <bltx:item>University of Chicago Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A translated work from \texttt{vangennep}. Note the format of the \texttt{related} and \texttt{relatedtype} fields</bltx:annotation>
    <bltx:indextitle>Rites of Passage, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:relatedtype>translationof</bltx:relatedtype>
    <bltx:shorttitle>Rites of Passage</bltx:shorttitle>
    <bltx:sorttitle>Rites of Passage</bltx:sorttitle>
    <bltx:title>The Rites of Passage</bltx:title>
    <bltx:date>1960</bltx:date>
  </bltx:entry>
  <bltx:entry id="vazques-de-parga" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family">
          <bltx:namepart initial="V">Vázques{</bltx:namepart>
          <bltx:namepart>de</bltx:namepart>
          <bltx:namepart>}Parga</bltx:namepart>
        </bltx:namepart>
        <bltx:namepart type="given" initial="L">Luis</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="L">Lacarra</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="J">José</bltx:namepart>
          <bltx:namepart initial="M">María</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family">
          <bltx:namepart initial="U">Uría</bltx:namepart>
          <bltx:namepart initial="R">Ríu</bltx:namepart>
        </bltx:namepart>
        <bltx:namepart type="given" initial="J">Juan</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Pamplona</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Iberdrola</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A multivolume book cited as a whole. This is a \texttt{book} entry with \texttt{volumes}, \texttt{note}, \texttt{sorttitle}, and \texttt{indextitle} fields</bltx:annotation>
    <bltx:indextitle>Peregrinaciones a Santiago de Compostela, Las</bltx:indextitle>
    <bltx:langid>spanish</bltx:langid>
    <bltx:note>Ed. facs. de la realizada en 1948--49</bltx:note>
    <bltx:shorttitle>Peregrinaciones</bltx:shorttitle>
    <bltx:sorttitle>Peregrinaciones a Santiago de Compostela</bltx:sorttitle>
    <bltx:title>Las Peregrinaciones a Santiago de Compostela</bltx:title>
    <bltx:volumes>3</bltx:volumes>
    <bltx:date>1993</bltx:date>
  </bltx:entry>
  <bltx:entry id="wilde" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="W">Wilde</bltx:namepart>
        <bltx:namepart type="given" initial="O">Oscar</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:publisher>
      <bltx:item>Leonard Smithers {and} Company</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} with \texttt{eprint} and \texttt{eprinttype} fields.</bltx:annotation>
    <bltx:eprint>4HIWAAAAYAAJ</bltx:eprint>
    <bltx:eprinttype>googlebooks</bltx:eprinttype>
    <bltx:series>English and {American} drama of the Nineteenth Century</bltx:series>
    <bltx:title>The Importance of Being Earnest: A Trivial Comedy for Serious People</bltx:title>
    <bltx:date>1899</bltx:date>
  </bltx:entry>
  <bltx:entry id="worman" entrytype="book">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="W">Worman</bltx:namepart>
        <bltx:namepart type="given" initial="N">Nancy</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Austin</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>University of Texas Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A \texttt{book} entry. Note the \texttt{sorttitle} and \texttt{indextitle} fields</bltx:annotation>
    <bltx:indextitle>Cast of Character, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:shorttitle>Cast of Character</bltx:shorttitle>
    <bltx:sorttitle>Cast of Character</bltx:sorttitle>
    <bltx:subtitle>Style in {Greek} Literature</bltx:subtitle>
    <bltx:title>The Cast of Character</bltx:title>
    <bltx:date>2002</bltx:date>
  </bltx:entry>
  <bltx:entry id="britannica" entrytype="collection">
    <bltx:options>useeditor=false</bltx:options>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="P">Preece</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="W">Warren</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Chicago, Ill.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Encyclop{æ}dia Britannica</bltx:item>
    </bltx:publisher>
    <bltx:annotation>This is a \texttt{collection} entry for an encyclopedia. Note the \texttt{useeditor} option in the \texttt{options} field as well as the \texttt{sorttitle} field. We want this entry to be cited and alphabetized by title even though there is an editor. In addition to that, we want the title to be alphabetized under \enquote*{E} rather than \enquote*{T}. Also note the \texttt{label} field which is provided for author-year citation styles</bltx:annotation>
    <bltx:edition>15</bltx:edition>
    <bltx:indextitle>{Encyclop{æ}dia Britannica}, The {New}</bltx:indextitle>
    <bltx:label>EB</bltx:label>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:shorttitle>{Encyclop{æ}dia Britannica}</bltx:shorttitle>
    <bltx:sorttitle>Encyclop{æ}dia Britannica</bltx:sorttitle>
    <bltx:title>The {New Encyclop{æ}dia Britannica}</bltx:title>
    <bltx:volumes>32</bltx:volumes>
    <bltx:date>2003</bltx:date>
  </bltx:entry>
  <bltx:entry id="gaonkar" entrytype="collection">
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Gaonkar</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Dilip</bltx:namepart>
          <bltx:namepart initial="P">Parameshwar</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Durham</bltx:item>
      <bltx:item>London</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Duke University Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>This is a \texttt{collection} entry. Note the format of the \texttt{location} field in the database file as well as the \texttt{isbn} field</bltx:annotation>
    <bltx:isbn>0-822-32714-7</bltx:isbn>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:title>Alternative Modernities</bltx:title>
    <bltx:date>2001</bltx:date>
  </bltx:entry>
  <bltx:entry id="gaonkar:in" entrytype="incollection">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Gaonkar</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Dilip</bltx:namepart>
          <bltx:namepart initial="P">Parameshwar</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Gaonkar</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Dilip</bltx:namepart>
          <bltx:namepart initial="P">Parameshwar</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Durham</bltx:item>
      <bltx:item>London</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Duke University Press</bltx:item>
    </bltx:publisher>
    <bltx:booktitle>Alternative Modernities</bltx:booktitle>
    <bltx:isbn>0-822-32714-7</bltx:isbn>
    <bltx:title>On Alternative Modernities</bltx:title>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>1</bltx:start>
          <bltx:end>23</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>2001</bltx:date>
  </bltx:entry>
  <bltx:entry id="jaffe" entrytype="collection">
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="J">Jaffé</bltx:namepart>
        <bltx:namepart type="given" initial="P">Philipp</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editora">
      <bltx:name>
        <bltx:namepart type="family" initial="L">Loewenfeld</bltx:namepart>
        <bltx:namepart type="given" initial="S">Samuel</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kaltenbrunner</bltx:namepart>
        <bltx:namepart type="given" initial="F">Ferdinand</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="E">Ewald</bltx:namepart>
        <bltx:namepart type="given" initial="P">Paul</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Leipzig</bltx:item>
    </bltx:location>
    <bltx:annotation>A \texttt{collection} entry with \texttt{edition} and \texttt{volumes} fields. Note the \texttt{editora} and \texttt{editoratype} fields</bltx:annotation>
    <bltx:edition>2</bltx:edition>
    <bltx:editoratype>redactor</bltx:editoratype>
    <bltx:indextitle>Regesta Pontificum Romanorum</bltx:indextitle>
    <bltx:langid>latin</bltx:langid>
    <bltx:shorttitle>Regesta Pontificum Romanorum</bltx:shorttitle>
    <bltx:title>Regesta Pontificum Romanorum ab condita ecclesia ad annum post Christum natum \textsc{mcxcviii}</bltx:title>
    <bltx:volumes>2</bltx:volumes>
    <bltx:date>
      <bltx:start>1885</bltx:start>
      <bltx:end>1888</bltx:end>
    </bltx:date>
  </bltx:entry>
  <bltx:entry id="westfahl:frontier" entrytype="collection">
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="W">Westfahl</bltx:namepart>
        <bltx:namepart type="given" initial="G">Gary</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Westport, Conn.</bltx:item>
      <bltx:item>London</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Greenwood</bltx:item>
    </bltx:publisher>
    <bltx:annotation>This is a \texttt{collection} entry. Note the format of the \texttt{location} field as well as the \texttt{subtitle} and \texttt{booksubtitle} fields</bltx:annotation>
    <bltx:booksubtitle>The Frontier Theme in Science Fiction</bltx:booksubtitle>
    <bltx:booktitle>Space and Beyond</bltx:booktitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:subtitle>The Frontier Theme in Science Fiction</bltx:subtitle>
    <bltx:title>Space and Beyond</bltx:title>
    <bltx:date>2000</bltx:date>
  </bltx:entry>
  <bltx:entry id="kant:kpv" entrytype="inbook">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kant</bltx:namepart>
        <bltx:namepart type="given" initial="I">Immanuel</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="bookauthor">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kant</bltx:namepart>
        <bltx:namepart type="given" initial="I">Immanuel</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Berlin</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Walter de Gruyter</bltx:item>
    </bltx:publisher>
    <bltx:annotation>An edition of Kant's \emph{Collected Works}, volume five. This is an \texttt{inbook} entry which explicitly refers to the \emph{Critique of Practical Reason} only, not to the entire fifth volume. Note the \texttt{author} and \texttt{bookauthor} fields in the database file. By default, the \texttt{bookauthor} is omitted if the values of the \texttt{author} and \texttt{bookauthor} fields are identical</bltx:annotation>
    <bltx:booktitle>Kritik der praktischen Vernunft. Kritik der Urtheilskraft</bltx:booktitle>
    <bltx:langid>german</bltx:langid>
    <bltx:maintitle>Kants Werke. Akademie Textausgabe</bltx:maintitle>
    <bltx:shorthand>KpV</bltx:shorthand>
    <bltx:shorttitle>Kritik der praktischen Vernunft</bltx:shorttitle>
    <bltx:title>Kritik der praktischen Vernunft</bltx:title>
    <bltx:volume>5</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>1</bltx:start>
          <bltx:end>163</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1968</bltx:date>
  </bltx:entry>
  <bltx:entry id="kant:ku" entrytype="inbook">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kant</bltx:namepart>
        <bltx:namepart type="given" initial="I">Immanuel</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="bookauthor">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kant</bltx:namepart>
        <bltx:namepart type="given" initial="I">Immanuel</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Berlin</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Walter de Gruyter</bltx:item>
    </bltx:publisher>
    <bltx:annotation>An edition of Kant's \emph{Collected Works}, volume five. This is an \texttt{inbook} entry which explicitly refers to the \emph{Critique of Judgment} only, not to the entire fifth volume</bltx:annotation>
    <bltx:booktitle>Kritik der praktischen Vernunft. Kritik der Urtheilskraft</bltx:booktitle>
    <bltx:langid>german</bltx:langid>
    <bltx:maintitle>Kants Werke. Akademie Textausgabe</bltx:maintitle>
    <bltx:shorthand>KU</bltx:shorthand>
    <bltx:title>Kritik der Urtheilskraft</bltx:title>
    <bltx:volume>5</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>165</bltx:start>
          <bltx:end>485</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1968</bltx:date>
  </bltx:entry>
  <bltx:entry id="nietzsche:historie" entrytype="inbook">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="N">Nietzsche</bltx:namepart>
        <bltx:namepart type="given" initial="F">Friedrich</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="bookauthor">
      <bltx:name>
        <bltx:namepart type="family" initial="N">Nietzsche</bltx:namepart>
        <bltx:namepart type="given" initial="F">Friedrich</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="C">Colli</bltx:namepart>
        <bltx:namepart type="given" initial="G">Giorgio</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="M">Montinari</bltx:namepart>
        <bltx:namepart type="given" initial="M">Mazzino</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>München</bltx:item>
      <bltx:item>Berlin</bltx:item>
      <bltx:item>New York</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Deutscher Taschenbuch-Verlag</bltx:item>
      <bltx:item>Walter de Gruyter</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A single essay from the critical edition of Nietzsche's works. This \texttt{inbook} entry explicitly refers to an essay found in the first volume. Note the \texttt{title}, \texttt{booktitle}, and \texttt{maintitle} fields. Also note the \texttt{sorttitle} and \texttt{sortyear} fields. We want this entry to be listed after the entry referring to the entire first volume</bltx:annotation>
    <bltx:booktitle>Die Geburt der Tragödie. Unzeitgemä{ß}e Betrachtungen I--IV. Nachgelassene Schriften 1870--1973</bltx:booktitle>
    <bltx:indexsorttitle>Vom Nutzen und Nachtheil der Historie fur das Leben</bltx:indexsorttitle>
    <bltx:indextitle>Vom Nutzen und Nachtheil der Historie für das Leben</bltx:indextitle>
    <bltx:langid>german</bltx:langid>
    <bltx:mainsubtitle>Kritische Studienausgabe</bltx:mainsubtitle>
    <bltx:maintitle>Sämtliche Werke</bltx:maintitle>
    <bltx:shorttitle>Vom Nutzen und Nachtheil der Historie</bltx:shorttitle>
    <bltx:sorttitle>Werke-01-243</bltx:sorttitle>
    <bltx:sortyear>1988-2</bltx:sortyear>
    <bltx:subtitle>Vom Nutzen und Nachtheil der Historie für das Leben</bltx:subtitle>
    <bltx:title>Unzeitgemässe Betrachtungen. Zweites Stück</bltx:title>
    <bltx:volume>1</bltx:volume>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>243</bltx:start>
          <bltx:end>334</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1988</bltx:date>
  </bltx:entry>
  <bltx:entry id="brandt" entrytype="incollection">
    <bltx:options>useprefix=false</bltx:options>
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="B">Brandt</bltx:namepart>
        <bltx:namepart type="given" initial="A">Ahasver</bltx:namepart>
        <bltx:namepart type="prefix" initial="v">von</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hoffmann</bltx:namepart>
        <bltx:namepart type="given" initial="E">Erich</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="S">Seibt</bltx:namepart>
        <bltx:namepart type="given" initial="F">Ferdinand</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Stuttgart</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Klett-Cotta</bltx:item>
    </bltx:publisher>
    <bltx:annotation>An \texttt{incollection} entry with a \texttt{series} and a \texttt{number}. Note the format of the printed name and compare the \texttt{useprefix} option in the \texttt{options} field as well as \texttt{vangennep}. Also note the \texttt{indextitle, and \texttt{indexsorttitle} fields}</bltx:annotation>
    <bltx:booktitle>Europa im Hoch- und Spätmittelalter</bltx:booktitle>
    <bltx:indexsorttitle>Nordischen Lander von der Mitte des 11. Jahrhunderts bis 1448</bltx:indexsorttitle>
    <bltx:indextitle>Nordischen Länder von der Mitte des 11.~Jahrhunderts bis 1448, Die</bltx:indextitle>
    <bltx:langid>german</bltx:langid>
    <bltx:number>2</bltx:number>
    <bltx:series>Handbuch der europäischen Geschichte</bltx:series>
    <bltx:shorttitle>Die nordischen Länder</bltx:shorttitle>
    <bltx:title>Die nordischen Länder von der Mitte des 11.~Jahrhunderts bis 1448</bltx:title>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>884</bltx:start>
          <bltx:end>917</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1987</bltx:date>
  </bltx:entry>
  <bltx:entry id="hyman" entrytype="incollection">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="H">Hyman</bltx:namepart>
        <bltx:namepart type="given" initial="A">Arthur</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="O">O'Meara</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="D">Dominic</bltx:namepart>
          <bltx:namepart initial="J">J.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Washington, D.C.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>The Catholic University of America Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>An \texttt{incollection} entry with a \texttt{series} and \texttt{number} field</bltx:annotation>
    <bltx:booktitle>Studies in {Aristotle}</bltx:booktitle>
    <bltx:indextitle>Aristotle's Theory of the Intellect</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>9</bltx:number>
    <bltx:series>Studies in Philosophy and the History of Philosophy</bltx:series>
    <bltx:shorttitle>Aristotle's Theory of the Intellect</bltx:shorttitle>
    <bltx:title>Aristotle's Theory of the Intellect and its Interpretation by {Averroes}</bltx:title>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>161</bltx:start>
          <bltx:end>191</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1981</bltx:date>
  </bltx:entry>
  <bltx:entry id="pines" entrytype="incollection">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="P">Pines</bltx:namepart>
        <bltx:namepart type="given" initial="S">Shlomo</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="T">Twersky</bltx:namepart>
        <bltx:namepart type="given" initial="I">Isadore</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Cambridge, Mass.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Harvard University Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>A typical \texttt{incollection} entry. Note the \texttt{indextitle} field</bltx:annotation>
    <bltx:booktitle>Studies in Medieval {Jewish} History and Literature</bltx:booktitle>
    <bltx:indextitle>Limitations of Human Knowledge According to {Al-Farabi}, {ibn Bajja}, and {Maimonides}, The</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:shorttitle>Limitations of Human Knowledge</bltx:shorttitle>
    <bltx:title>The Limitations of Human Knowledge According to {Al-Farabi}, {ibn Bajja}, and {Maimonides}</bltx:title>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>82</bltx:start>
          <bltx:end>109</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1979</bltx:date>
  </bltx:entry>
  <bltx:entry id="moraux" entrytype="inproceedings">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="M">Moraux</bltx:namepart>
        <bltx:namepart type="given" initial="P">Paul</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="L">Lloyd</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="G">G.</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
          <bltx:namepart initial="R">R.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="O">Owen</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="G">G.</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
          <bltx:namepart initial="L">L.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Cambridge</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Cambridge University Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>This is a typical \texttt{inproceedings} entry. Note the \texttt{booksubtitle}, \texttt{shorttitle}, \texttt{indextitle}, and \texttt{indexsorttitle} fields. Also note the \texttt{eventdate} field.</bltx:annotation>
    <bltx:booktitle>Aristotle on Mind and the Senses</bltx:booktitle>
    <bltx:booktitleaddon>Proceedings of the Seventh Symposium Aristotelicum</bltx:booktitleaddon>
    <bltx:indexsorttitle>De Anima dans la tradition grecque</bltx:indexsorttitle>
    <bltx:indextitle>\emph{De Anima} dans la tradition grècque, Le</bltx:indextitle>
    <bltx:langid>french</bltx:langid>
    <bltx:shorttitle>\emph{De Anima} dans la tradition grècque</bltx:shorttitle>
    <bltx:subtitle>Quelques aspects de l'interpretation du traité, de Theophraste à Themistius</bltx:subtitle>
    <bltx:title>Le \emph{De Anima} dans la tradition grècque</bltx:title>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>281</bltx:start>
          <bltx:end>324</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1979</bltx:date>
    <bltx:date type="event">1975</bltx:date>
  </bltx:entry>
  <bltx:entry id="salam" entrytype="inproceedings">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="S">Salam</bltx:namepart>
        <bltx:namepart type="given" initial="A">Abdus</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="editor">
      <bltx:name>
        <bltx:namepart type="family" initial="S">Svartholm</bltx:namepart>
        <bltx:namepart type="given" initial="N">Nils</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>Stockholm</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>Almquist \&amp; Wiksell</bltx:item>
    </bltx:publisher>
    <bltx:booksubtitle>Relativistic groups and analyticity</bltx:booksubtitle>
    <bltx:booktitle>Elementary particle theory</bltx:booktitle>
    <bltx:booktitleaddon>Proceedings of the {Eighth Nobel Symposium}</bltx:booktitleaddon>
    <bltx:title>Weak and Electromagnetic Interactions</bltx:title>
    <bltx:venue>Aspenäsgarden, Lerum</bltx:venue>
    <bltx:pages>
      <bltx:list>
        <bltx:item>
          <bltx:start>367</bltx:start>
          <bltx:end>377</bltx:end>
        </bltx:item>
      </bltx:list>
    </bltx:pages>
    <bltx:date>1968</bltx:date>
    <bltx:date type="event">
      <bltx:start>1968-05-19</bltx:start>
      <bltx:end>1968-05-25</bltx:end>
    </bltx:date>
  </bltx:entry>
  <bltx:entry id="cms" entrytype="manual">
    <bltx:location>
      <bltx:item>Chicago, Ill.</bltx:item>
    </bltx:location>
    <bltx:publisher>
      <bltx:item>University of Chicago Press</bltx:item>
    </bltx:publisher>
    <bltx:annotation>This is a \texttt{manual} entry without an \texttt{author} or \texttt{editor}. Note the \texttt{label} field in the database file which is provided for author-year citation styles. Also note the \texttt{sorttitle} and \texttt{indextitle} fields. By default, all entries without an \texttt{author} or \texttt{editor} are alphabetized by \texttt{title} but we want this entry to be alphabetized under \enquote*{C} rather than \enquote*{T}. There's also an \texttt{isbn} field</bltx:annotation>
    <bltx:edition>15</bltx:edition>
    <bltx:indextitle>Chicago Manual of Style, The</bltx:indextitle>
    <bltx:isbn>0-226-10403-6</bltx:isbn>
    <bltx:label>CMS</bltx:label>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:shorttitle>Chicago Manual of Style</bltx:shorttitle>
    <bltx:sorttitle>Chicago Manual of Style</bltx:sorttitle>
    <bltx:subtitle>The Essential Guide for Writers, Editors, and Publishers</bltx:subtitle>
    <bltx:title>The {Chicago} Manual of Style</bltx:title>
    <bltx:date>2003</bltx:date>
  </bltx:entry>
  <bltx:entry id="baez/online" entrytype="online">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="B">Baez</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="J">John</bltx:namepart>
          <bltx:namepart initial="C">C.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="L">Lauda</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="A">Aaron</bltx:namepart>
          <bltx:namepart initial="D">D.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{online} reference from arXiv. Note the \texttt{eprint} and \texttt{eprinttype} fields. Compare \texttt{baez\slash article} which is the same item given as an \texttt{article} entry with eprint information</bltx:annotation>
    <bltx:eprint>math/0307200v3</bltx:eprint>
    <bltx:eprinttype>arxiv</bltx:eprinttype>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:title>Higher-Dimensional Algebra {V}: 2-Groups</bltx:title>
    <bltx:version>3</bltx:version>
    <bltx:date>2004-10-27</bltx:date>
  </bltx:entry>
  <bltx:entry id="ctan" entrytype="online">
    <bltx:annotation>This is an \texttt{online} entry. The \textsc{url}, which is given in the \texttt{url} field, is transformed into a clickable link if \texttt{hyperref} support has been enabled. Note the format of the \texttt{urldate} field (\texttt{yyyy-mm-dd}) in the database file. Also note the \texttt{label} field which may be used as a fallback by citation styles which need an \texttt{author} and\slash or a \texttt{year}</bltx:annotation>
    <bltx:label>CTAN</bltx:label>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:subtitle>The {Comprehensive TeX Archive Network}</bltx:subtitle>
    <bltx:title>CTAN</bltx:title>
    <bltx:url>http://www.ctan.org</bltx:url>
    <bltx:date>2006</bltx:date>
    <bltx:date type="url">2006-10-01</bltx:date>
  </bltx:entry>
  <bltx:entry id="itzhaki" entrytype="online">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="I">Itzhaki</bltx:namepart>
        <bltx:namepart type="given" initial="N">Nissan</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:abstract>We discuss the limitations of 't Hooft's proposal for the black hole S-matrix. We find that the validity of the S-matrix implies violation of the semi-classical approximation at scales large compared to the Planck scale. We also show that the effect of the centrifugal barrier on the S-matrix is crucial even for large transverse distances.</bltx:abstract>
    <bltx:annotation>An \texttt{online} reference from arXiv. Note the \texttt{eprint} and \texttt{eprinttype} fields. Also note that the arXiv reference is transformed into a clickable link if \texttt{hyperref} support has been enabled</bltx:annotation>
    <bltx:eprint>hep-th/9603067</bltx:eprint>
    <bltx:eprinttype>arxiv</bltx:eprinttype>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:title>Some remarks on {'t Hooft's} {S}-matrix for black holes</bltx:title>
    <bltx:version>1</bltx:version>
    <bltx:date>1996-03-11</bltx:date>
  </bltx:entry>
  <bltx:entry id="markey" entrytype="online">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="M">Markey</bltx:namepart>
        <bltx:namepart type="given" initial="N">Nicolas</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>An \texttt{online} entry for a tutorial. Note the format of the \texttt{date} field (\texttt{yyyy-mm-dd}) in the database file.</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:sorttitle>Tame the Beast</bltx:sorttitle>
    <bltx:subtitle>The {B} to {X} of {BibTeX}</bltx:subtitle>
    <bltx:title>Tame the {BeaST}</bltx:title>
    <bltx:url>http://mirror.ctan.org/info/bibtex/tamethebeast/ttb_en.pdf</bltx:url>
    <bltx:version>1.3</bltx:version>
    <bltx:date>2005-10-16</bltx:date>
    <bltx:date type="url">2006-10-01</bltx:date>
  </bltx:entry>
  <bltx:entry id="wassenberg" entrytype="online">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="W">Wassenberg</bltx:namepart>
        <bltx:namepart type="given" initial="J">Jan</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="S">Sanders</bltx:namepart>
        <bltx:namepart type="given" initial="P">Peter</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:abstract>Sorting algorithms are the deciding factor for the performance of common operations such as removal of duplicates or database sort-merge joins. This work focuses on 32-bit integer keys, optionally paired with a 32-bit value. We present a fast radix sorting algorithm that builds upon a microarchitecture-aware variant of counting sort</bltx:abstract>
    <bltx:annotation>A recent \texttt{online} reference from arXiv using the new (April 2007 onward) identifier format. Note the \texttt{eprint}, \texttt{eprinttype}, and \texttt{eprintclass} fields. Also note that the arXiv reference is transformed into a clickable link if \texttt{hyperref} support has been enabled</bltx:annotation>
    <bltx:eprint>1008.2849v1</bltx:eprint>
    <bltx:eprintclass>cs.DS</bltx:eprintclass>
    <bltx:eprinttype>arxiv</bltx:eprinttype>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:title>Faster Radix Sort via Virtual Memory and Write-Combining</bltx:title>
    <bltx:version>1</bltx:version>
    <bltx:date>2010-08-17</bltx:date>
  </bltx:entry>
  <bltx:entry id="almendro" entrytype="patent">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="A">Almendro</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="J">José</bltx:namepart>
          <bltx:namepart initial="L">L.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="M">Martín</bltx:namepart>
        <bltx:namepart type="given" initial="J">Jacinto</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="S">Sánchez</bltx:namepart>
        <bltx:namepart type="given" initial="A">Alberto</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="N">Nozal</bltx:namepart>
        <bltx:namepart type="given" initial="F">Fernando</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:location>
      <bltx:item>countryfr</bltx:item>
      <bltx:item>countryuk</bltx:item>
      <bltx:item>countryde</bltx:item>
    </bltx:location>
    <bltx:annotation>This is a \texttt{patent} entry with a \texttt{location} field. The number is given in the \texttt{number} field. Note the format of the \texttt{location} field in the database file. Compare \texttt{laufenberg}, \texttt{sorace}, and \texttt{kowalik}</bltx:annotation>
    <bltx:langid>german</bltx:langid>
    <bltx:number>EU-29702195U</bltx:number>
    <bltx:title>Elektromagnetisches Signalhorn</bltx:title>
    <bltx:date>1998</bltx:date>
  </bltx:entry>
  <bltx:entry id="kowalik" entrytype="patent">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="K">Kowalik</bltx:namepart>
        <bltx:namepart type="given" initial="F">F.</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="I">Isard</bltx:namepart>
        <bltx:namepart type="given" initial="M">M.</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>This is a \texttt{patent} entry for a French patent request with a full date. The number is given in the \texttt{number} field. Note the format of the \texttt{type} and \texttt{date} fields in the database file. Compare \texttt{almendro}, \texttt{laufenberg}, and \texttt{sorace}</bltx:annotation>
    <bltx:indextitle>Estimateur d'un défaut de fonctionnement</bltx:indextitle>
    <bltx:langid>french</bltx:langid>
    <bltx:number>9500261</bltx:number>
    <bltx:title>Estimateur d'un défaut de fonctionnement d'un modulateur en quadrature et étage de modulation l'utilisant</bltx:title>
    <bltx:type>patreqfr</bltx:type>
    <bltx:date>1995-01-11</bltx:date>
  </bltx:entry>
  <bltx:entry id="laufenberg" entrytype="patent">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="L">Laufenberg</bltx:namepart>
        <bltx:namepart type="given" initial="X">Xaver</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="E">Eynius</bltx:namepart>
        <bltx:namepart type="given" initial="D">Dominique</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="S">Suelzle</bltx:namepart>
        <bltx:namepart type="given" initial="H">Helmut</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="U">Usbeck</bltx:namepart>
        <bltx:namepart type="given" initial="S">Stephan</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="S">Spaeth</bltx:namepart>
        <bltx:namepart type="given" initial="M">Matthias</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="N-H">Neuser-Hoffmann</bltx:namepart>
        <bltx:namepart type="given" initial="M">Miriam</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="M">Myrzik</bltx:namepart>
        <bltx:namepart type="given" initial="C">Christian</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="S">Schmid</bltx:namepart>
        <bltx:namepart type="given" initial="M">Manfred</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="N">Nietfeld</bltx:namepart>
        <bltx:namepart type="given" initial="F">Franz</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="T">Thiel</bltx:namepart>
        <bltx:namepart type="given" initial="A">Alexander</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="B">Braun</bltx:namepart>
        <bltx:namepart type="given" initial="H">Harald</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="E">Ebner</bltx:namepart>
        <bltx:namepart type="given" initial="N">Norbert</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="holder">
      <bltx:name>
        <bltx:namepart type="family">
          <bltx:namepart initial="R">Robert</bltx:namepart>
          <bltx:namepart>Bosch</bltx:namepart>
          <bltx:namepart>GmbH</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family">
          <bltx:namepart initial="D">Daimler</bltx:namepart>
          <bltx:namepart>Chrysler</bltx:namepart>
          <bltx:namepart>AG</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family">
          <bltx:namepart initial="B">Bayerische</bltx:namepart>
          <bltx:namepart>Motoren</bltx:namepart>
          <bltx:namepart>Werke</bltx:namepart>
          <bltx:namepart>AG</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:abstract>The invention relates to an electric device comprising a generator, in particular for use in the vehicle electric system of a motor vehicle and a controller for controlling the generator voltage. The device is equipped with a control zone, in which the voltage is controlled and zones, in which the torque is controlled. The invention also relates to methods for operating a device of this type.</bltx:abstract>
    <bltx:annotation>This is a \texttt{patent} entry with a \texttt{holder} field. Note the format of the \texttt{type} and \texttt{location} fields in the database file. Compare \texttt{almendro}, \texttt{sorace}, and \texttt{kowalik}</bltx:annotation>
    <bltx:file>http://v3.espacenet.com/textdoc?IDX=EP1700367</bltx:file>
    <bltx:langid>german</bltx:langid>
    <bltx:number>1700367</bltx:number>
    <bltx:title>Elektrische Einrichtung und Betriebsverfahren</bltx:title>
    <bltx:type>patenteu</bltx:type>
    <bltx:date>2006-09-13</bltx:date>
  </bltx:entry>
  <bltx:entry id="sorace" entrytype="patent">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="S">Sorace</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="R">Ronald</bltx:namepart>
          <bltx:namepart initial="E">E.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="R">Reinhardt</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="V">Victor</bltx:namepart>
          <bltx:namepart initial="S">S.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="V">Vaughn</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="S">Steven</bltx:namepart>
          <bltx:namepart initial="A">A.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:names type="holder">
      <bltx:name>
        <bltx:namepart type="family">
          <bltx:namepart initial="H">Hughes</bltx:namepart>
          <bltx:namepart>Aircraft</bltx:namepart>
          <bltx:namepart>Company</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:annotation>This is a \texttt{patent} entry with a \texttt{holder} field. Note the format of the \texttt{type} and \texttt{date} fields in the database file. Compare \texttt{almendro}, \texttt{laufenberg}, and \texttt{kowalik}</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>5668842</bltx:number>
    <bltx:title>High-Speed Digital-to-{RF} Converter</bltx:title>
    <bltx:type>patentus</bltx:type>
    <bltx:date>1997-09-16</bltx:date>
  </bltx:entry>
  <bltx:entry id="jcg" entrytype="periodical">
    <bltx:annotation>This is a \texttt{periodical} entry with an \texttt{issn} field.</bltx:annotation>
    <bltx:issn>0097-8493</bltx:issn>
    <bltx:issuetitle>Semantic {3D} Media and Content</bltx:issuetitle>
    <bltx:number>4</bltx:number>
    <bltx:title>Computers and Graphics</bltx:title>
    <bltx:volume>35</bltx:volume>
    <bltx:date>2011</bltx:date>
  </bltx:entry>
  <bltx:entry id="chiu" entrytype="report">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="C">Chiu</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="W">Willy</bltx:namepart>
          <bltx:namepart initial="W">W.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="C">Chow</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="W">We</bltx:namepart>
          <bltx:namepart initial="M">Min</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:institution>
      <bltx:item>IBM</bltx:item>
    </bltx:institution>
    <bltx:annotation>This is a \texttt{report} entry for a research report. Note the format of the \texttt{type} field in the database file which uses a localization key. The number of the report is given in the \texttt{number} field. Also note the \texttt{sorttitle} and \texttt{indextitle} fields</bltx:annotation>
    <bltx:indextitle>Hybrid Hierarchical Model, A</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>RC-6947</bltx:number>
    <bltx:sorttitle>Hybrid Hierarchical Model of a Multiple Virtual Storage (MVS) Operating System</bltx:sorttitle>
    <bltx:title>A Hybrid Hierarchical Model of a {Multiple Virtual Storage} ({MVS}) Operating System</bltx:title>
    <bltx:type>resreport</bltx:type>
    <bltx:date>1978</bltx:date>
  </bltx:entry>
  <bltx:entry id="padhye" entrytype="report">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="P">Padhye</bltx:namepart>
        <bltx:namepart type="given" initial="J">Jitendra</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="F">Firoiu</bltx:namepart>
        <bltx:namepart type="given" initial="V">Victor</bltx:namepart>
      </bltx:name>
      <bltx:name>
        <bltx:namepart type="family" initial="T">Towsley</bltx:namepart>
        <bltx:namepart type="given" initial="D">Don</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:institution>
      <bltx:item>University of Massachusetts</bltx:item>
    </bltx:institution>
    <bltx:location>
      <bltx:item>Amherst, Mass.</bltx:item>
    </bltx:location>
    <bltx:abstract>The steady state performance of a bulk transfer TCP flow (i.e. a flow with a large amount of data to send, such as FTP transfers) may be characterized by three quantities. The first is the send rate, which is the amount of data sent by the sender in unit time. The second is the throughput, which is the amount of data received by the receiver in unit time. Note that the throughput will always be less than or equal to the send rate due to losses. Finally, the number of non-duplicate packets received by the receiver in unit time gives us the goodput of the connection. The goodput is always less than or equal to the throughput, since the receiver may receive two copies of the same packet due to retransmissions by the sender. In a previous paper, we presented a simple model for predicting the steady state send rate of a bulk transfer TCP flow as a function of loss rate and round trip time. In this paper, we extend that work in two ways. First, we analyze the performance of bulk transfer TCP flows using more precise, stochastic analysis. Second, we build upon the previous analysis to provide both an approximate formula as well as a more accurate stochastic model for the steady state throughput of a bulk transfer TCP flow.</bltx:abstract>
    <bltx:annotation>This is a \texttt{report} entry for a technical report. Note the format of the \texttt{type} field in the database file which uses a localization key. The number of the report is given in the \texttt{number} field. Also note the \texttt{sorttitle} and \texttt{indextitle} fields</bltx:annotation>
    <bltx:file>ftp://gaia.cs.umass.edu/pub/Padhey99-markov.ps</bltx:file>
    <bltx:indextitle>Stochastic Model of {TCP Reno} Congestion Avoidance and Control, A</bltx:indextitle>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:number>99-02</bltx:number>
    <bltx:sorttitle>A Stochastic Model of TCP Reno Congestion Avoidance and Control</bltx:sorttitle>
    <bltx:title>A Stochastic Model of {TCP Reno} Congestion Avoidance and Control</bltx:title>
    <bltx:type>techreport</bltx:type>
    <bltx:date>1999</bltx:date>
  </bltx:entry>
  <bltx:entry id="geer" entrytype="thesis">
    <bltx:options>useprefix=false</bltx:options>
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="G">Geer</bltx:namepart>
        <bltx:namepart type="given" initial="I">Ingrid</bltx:namepart>
        <bltx:namepart type="prefix" initial="d">de</bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:institution>
      <bltx:item>Uppsala Universitet</bltx:item>
    </bltx:institution>
    <bltx:location>
      <bltx:item>Uppsala</bltx:item>
    </bltx:location>
    <bltx:annotation>This is a typical \texttt{thesis} entry for a PhD thesis. Note the \texttt{type} field in the database file which uses a localization key. Also note the format of the printed name and compare the \texttt{useprefix} option in the \texttt{options} field as well as \texttt{vangennep}</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=british</bltx:langidopts>
    <bltx:subtitle>The {Orkney Earldom} of the Twelfth Century. {A} Musicological Study</bltx:subtitle>
    <bltx:title>Earl, Saint, Bishop, Skald~-- and Music</bltx:title>
    <bltx:type>phdthesis</bltx:type>
    <bltx:date>1985</bltx:date>
  </bltx:entry>
  <bltx:entry id="loh" entrytype="thesis">
    <bltx:names type="author">
      <bltx:name>
        <bltx:namepart type="family" initial="L">Loh</bltx:namepart>
        <bltx:namepart type="given">
          <bltx:namepart initial="N">Nin</bltx:namepart>
          <bltx:namepart initial="C">C.</bltx:namepart>
        </bltx:namepart>
      </bltx:name>
    </bltx:names>
    <bltx:institution>
      <bltx:item>Massachusetts Institute of Technology</bltx:item>
    </bltx:institution>
    <bltx:location>
      <bltx:item>Cambridge, Mass.</bltx:item>
    </bltx:location>
    <bltx:annotation>This is a typical \texttt{thesis} entry for an MA thesis. Note the \texttt{type} field in the database file which uses a localization key</bltx:annotation>
    <bltx:langid>english</bltx:langid>
    <bltx:langidopts>variant=american</bltx:langidopts>
    <bltx:title>High-Resolution Micromachined Interferometric Accelerometer</bltx:title>
    <bltx:type>mathesis</bltx:type>
    <bltx:date>1992</bltx:date>
  </bltx:entry>
</bltx:entries>