Fork of bibtexbrowser for static publications lists on the website of the ZRD Saar
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

243 lines
5.5 KiB

11 years ago
11 years ago
  1. @string{foo="Foo"}
  2. @string{bar=foo#" Bar"}
  3. %% test the home page feature
  4. @string{hp_J.Abounader="http://www.google.com"}
  5. @inproceedings{classical,
  6. author = {J. Abounader and D. Tooj},
  7. title = bar,
  8. institution = {Queen's University, Kingston, ON.},
  9. year = {1997}
  10. }
  11. %% testing the abstract
  12. @inproceedings{with_abstract,
  13. author = {J. Abounader and D. Tooj},
  14. title = {This is with abstract},
  15. institution = {Queen's University, Kingston, ON.},
  16. year = {1997},
  17. abstract = {This is an abstract
  18. on several lines}
  19. }
  20. %% using double quotes
  21. %% also Took test the advanced search
  22. @TECHREPORT{dquotes,
  23. author = "J. Abounader and Tooj, D.",
  24. title = "using double quotes ",
  25. institution = "Queen's University, Kingston, ON.",
  26. year = "1997"
  27. }
  28. %% using single value (year)
  29. @TECHREPORT{singlevalue,
  30. author = {The },
  31. title = {The year},
  32. institution = {Queen's University, Kingston, ON.},
  33. year = 1997
  34. }
  35. %% no new line
  36. @TECHREPORT{Abounader1997e, author = {J. Abounader and D. Lamb}, title = "using double quotes", institution = {Queen's University, Kingston, ON.}, year = 1997 }
  37. %% intersting: bibtex does not allow \} in brackets enclosed entries and \" in quotes enclosed entries
  38. %% escaped quotes
  39. @TECHREPORT{notallowed1,
  40. author = {J. Abounader and D. Lamb},
  41. title = "escaped \"quotes\"",
  42. institution = {Queen's University, Kingston, ON.},
  43. year = {1997}
  44. }
  45. %% escaped braces
  46. @TECHREPORT{notallowed2,
  47. author = {J. Abounader \} and D. Lamb},
  48. title = "escaped braces",
  49. institution = {Queen's University, Kingston, ON.},
  50. year = {1997}
  51. }
  52. @article{testsearch1,
  53. author = {Jacob G{\"o}del},
  54. title = {using Banach Space},
  55. year = {1997}
  56. }
  57. @article{testsearch2,
  58. author = {Jacob {G}{\"{o}}del},
  59. title = {using banach space},
  60. year = {1997}
  61. }
  62. @article{testsearch3,
  63. author = {Jacob {G\"{o}del}},
  64. title = {using {Banach} Space},
  65. year = {1997}
  66. }
  67. @article{testsearch4,
  68. author = {Jacob Gödel},
  69. title = {using {B}anach Space},
  70. year = {1997}
  71. }
  72. @article{testsearch5,
  73. author = {Jacob Gödel},
  74. title = {using {Banach Space}},
  75. year = {1997}
  76. }
  77. %% bug from Jakob Kellner
  78. %% copied from ams.org
  79. @article {MR1841330,
  80. AUTHOR = {Lejay, Antoine},
  81. TITLE = {Homogenization of divergence-form operators with lower-order
  82. terms in random media},
  83. JOURNAL = {Probab. Theory Related Fields},
  84. FJOURNAL = {Probability Theory and Related Fields},
  85. VOLUME = {120},
  86. YEAR = {2001},
  87. NUMBER = {2},
  88. PAGES = {255--276},
  89. ISSN = {0178-8051},
  90. CODEN = {PTRFEU},
  91. MRCLASS = {35B27 (31C25 35R60 60H30 60J60)},
  92. MRNUMBER = {MR1841330 (2002g:35023)},
  93. MRREVIEWER = {Jean-Fran{\c{c}}ois Clouet},
  94. DOI = {10.1007/PL00008783},
  95. URL = {http://dx.doi.org/10.1007/PL00008783},
  96. }
  97. @article{serge,
  98. author = "Serge Bug",
  99. title = "curly {braces} in quote",
  100. year = 2010
  101. }
  102. @article{cediltest,
  103. author = "Serge Bug",
  104. title = "\ccurly \c{c}urly {\c{c}}urly ",
  105. year = 2010
  106. }
  107. %%%%% now testing the string concatenation
  108. @string{str1="toto"}
  109. @string{str2="titi"}
  110. @book{stgringconcat:test1,
  111. author = {J. Abounader and D. Lamb},
  112. title = str1#str2,
  113. institution = {Queen's University, Kingston, ON.},
  114. year = {1997}
  115. }
  116. % with space
  117. @bookchapter{stgringconcat:test2,
  118. author = {J. Abounader and D. Lamb},
  119. title = str1 # str2,
  120. institution = {Queen's University, Kingston, ON.},
  121. year = {1997}
  122. }
  123. % with another value
  124. @inbook{stgringconcat:test3,
  125. author = {J. Abounader and D. Lamb},
  126. title = str1 # {3344},
  127. institution = {Queen's University, Kingston, ON.},
  128. year = {1997}
  129. }
  130. %% Saturday, October 09 2010
  131. %% taken from http://en.wikipedia.org/wiki/BibTeX
  132. @PROCEEDINGS {conference:06,
  133. editor = {First Editor and Second Editor},
  134. title = {Proceedings of the Xth Conference on XYZ},
  135. booktitle = {Proceedings of the Xth Conference on XYZ},
  136. year = {2006},
  137. month = oct,
  138. }
  139. @INPROCEEDINGS {author:06,
  140. title = {Some publication title},
  141. author = {First Author and Second Author},
  142. crossref = {conference:06},
  143. pages = {330?331},
  144. }
  145. %% Thursday, October 28 2010
  146. %% two test cases for special key
  147. @INPROCEEDINGS {author+06,
  148. title = {Some publication title},
  149. author = {First Author and Second Author},
  150. year = {2011},
  151. }
  152. @INPROCEEDINGS { author06 ,
  153. title = {Some publication title},
  154. author = {First Author and Second Author},
  155. year = {2011},
  156. }
  157. %% testing the accented i and j
  158. @INPROCEEDINGS {paper000,
  159. title = {Some publication title},
  160. author = {F\`\irst A\`{\i}thor and S{\`\i}cond Author\`\I},
  161. year = {2011},
  162. }
  163. %% bug reported by Mark Hereld
  164. @misc{mark,
  165. title = {Bug in Urls},
  166. author = {Mark Hereld},
  167. howpublished = {\url{http://foo.com/under_score.html}},
  168. year = {2011},
  169. }
  170. %% handling of percentage
  171. @misc{mark,
  172. title = {Percentage \%},
  173. abstract = {Percentage \%},
  174. author = {MM},
  175. year = {2015},
  176. }
  177. % bug https://github.com/monperrus/bibtexbrowser/issues/40
  178. @Article{Baldwin2014Quantum,
  179. Doi = {10.1103/PhysRevA.90.012110},
  180. Url = {http://link.aps.org/doi/10.1103/PhysRevA.90.012110}
  181. }
  182. @article{croatiantest,
  183. author = "Strabi{\'{c}} Strabi\'{c}",
  184. title = "Fancy accents bug",
  185. year = 2015
  186. }
  187. @article{kjsdf 8,
  188. title = "Entry with + in the key",
  189. author = "Foo Bar",
  190. year = 2017
  191. }
  192. @techreport{arXiv-1807.05030,
  193. author = {Oscar Luis Vera{-}P{\'{e}}rez and
  194. Benjamin Danglot and
  195. Martin Monperrus and
  196. Benoit Baudry},
  197. title = {A Comprehensive Study of Pseudo-tested Methods},
  198. year = {2018},
  199. number = {1807.05030},
  200. institution = {arXiv},
  201. url = {http://arxiv.org/pdf/1807.05030},
  202. }