summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/bibtex/biber/t/tdata/sets.bib
blob: 882248de3137d27dea24419baa5f09cd862f6719 (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
@SET{Elias1955,
  ENTRYSET = {Elias1955a,Elias1955b},
  CROSSREF = {Elias1955a}
}

% Also test of month hacking - should be forced to "03" by the bibtex driver
@ARTICLE{Elias1955a,
  AUTHOR = {Elias, P.},
  TITLE = {Predictive coding--I},
  JOURNAL = {IRE Transactions on Information Theory},
  YEAR = {1955},
  VOLUME = {1},
  PAGES = {16-24},
  NUMBER = {1},
  MONTH = {March},
  DOI = {10.1109/TIT.1955.1055126},
  ENTRYSET = {Elias1955},
  ISSN = {0096-1000},
}

% Also test of month hacking - should be forced to "03" by the bibtex driver
@ARTICLE{Elias1955b,
  AUTHOR = {Elias, P.},
  TITLE = {Predictive coding--II},
  JOURNAL = {IRE Transactions on Information Theory},
  YEAR = {1955},
  VOLUME = {1},
  PAGES = {24-33},
  NUMBER = {1},
  MONTH = {Mar.},
  DOI = {10.1109/TIT.1955.1055116},
  ENTRYSET = {Elias1955},
  ISSN = {0096-1000},
}

@SET{Static1,
  ENTRYSET   = {Static2, Static3, Static4, missing1},
  ANNOTATION = {Some notes}
}

@BOOK{Static2,
  AUTHOR      = {Brian Bumble},
  TITLE       = {Blessed Brains},
  YEAR        = {2001},
  ANNOTATION  = {Some Blessed Note}
}

@BOOK{Static3,
  AUTHOR      = {Clive Crenellation},
  TITLE       = {Castles and Crime},
  YEAR        = {2002}
}

@BOOK{Static4,
  AUTHOR      = {Derek Dingle},
  TITLE       = {Dungeons, Dark and Dangerous},
  YEAR        = {2005}
}

@BOOK{Dynamic1,
  AUTHOR      = {Derek Dynamism},
  TITLE       = {Doing Daring Deeds},
  YEAR        = {2002},
  ANNOTATION  = {Some Dynamic Note},
  SHORTHAND   = {d1}
}

@BOOK{Dynamic2,
  AUTHOR      = {Brian Bunting},
  TITLE       = {Beautiful Birthdays},
  YEAR        = {2010},
  SHORTHAND   = {d2}
}

@BOOK{Dynamic3,
  AUTHOR      = {Roger Regardless},
  TITLE       = {Reckless Ravishings},
  YEAR        = {2000},
  SHORTHAND   = {d3}
}