bibtex_template.bib 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. % BibTeX Template File
  2. % Examples of properly formatted entries for all common types
  3. % =============================================================================
  4. % JOURNAL ARTICLES
  5. % =============================================================================
  6. @article{Jumper2021,
  7. author = {Jumper, John and Evans, Richard and Pritzel, Alexander and Green, Tim and Figurnov, Michael and Ronneberger, Olaf and Tunyasuvunakool, Kathryn and Bates, Russ and {\v{Z}}{\'\i}dek, Augustin and Potapenko, Anna and others},
  8. title = {Highly Accurate Protein Structure Prediction with {AlphaFold}},
  9. journal = {Nature},
  10. year = {2021},
  11. volume = {596},
  12. number = {7873},
  13. pages = {583--589},
  14. doi = {10.1038/s41586-021-03819-2}
  15. }
  16. @article{Watson1953,
  17. author = {Watson, James D. and Crick, Francis H. C.},
  18. title = {Molecular Structure of Nucleic Acids: A Structure for Deoxyribose Nucleic Acid},
  19. journal = {Nature},
  20. year = {1953},
  21. volume = {171},
  22. number = {4356},
  23. pages = {737--738},
  24. doi = {10.1038/171737a0}
  25. }
  26. @article{Doudna2014,
  27. author = {Doudna, Jennifer A. and Charpentier, Emmanuelle},
  28. title = {The New Frontier of Genome Engineering with {CRISPR-Cas9}},
  29. journal = {Science},
  30. year = {2014},
  31. volume = {346},
  32. number = {6213},
  33. pages = {1258096},
  34. doi = {10.1126/science.1258096}
  35. }
  36. % =============================================================================
  37. % BOOKS
  38. % =============================================================================
  39. @book{Kumar2021,
  40. author = {Kumar, Vinay and Abbas, Abul K. and Aster, Jon C.},
  41. title = {Robbins and Cotran Pathologic Basis of Disease},
  42. publisher = {Elsevier},
  43. year = {2021},
  44. edition = {10},
  45. address = {Philadelphia, PA},
  46. isbn = {978-0-323-53113-9}
  47. }
  48. @book{Alberts2014,
  49. author = {Alberts, Bruce and Johnson, Alexander and Lewis, Julian and Morgan, David and Raff, Martin and Roberts, Keith and Walter, Peter},
  50. title = {Molecular Biology of the Cell},
  51. publisher = {Garland Science},
  52. year = {2014},
  53. edition = {6},
  54. address = {New York, NY},
  55. isbn = {978-0-815-34432-2}
  56. }
  57. % Book with editor instead of author
  58. @book{Sambrook2001,
  59. editor = {Sambrook, Joseph and Russell, David W.},
  60. title = {Molecular Cloning: A Laboratory Manual},
  61. publisher = {Cold Spring Harbor Laboratory Press},
  62. year = {2001},
  63. edition = {3},
  64. address = {Cold Spring Harbor, NY},
  65. isbn = {978-0-879-69576-7}
  66. }
  67. % =============================================================================
  68. % CONFERENCE PAPERS (PROCEEDINGS)
  69. % =============================================================================
  70. @inproceedings{Vaswani2017,
  71. author = {Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N. and Kaiser, {\L}ukasz and Polosukhin, Illia},
  72. title = {Attention is All You Need},
  73. booktitle = {Advances in Neural Information Processing Systems 30 (NeurIPS 2017)},
  74. year = {2017},
  75. pages = {5998--6008},
  76. address = {Long Beach, CA},
  77. url = {https://proceedings.neurips.cc/paper/2017/hash/3f5ee243547dee91fbd053c1c4a845aa-Abstract.html}
  78. }
  79. @inproceedings{He2016,
  80. author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
  81. title = {Deep Residual Learning for Image Recognition},
  82. booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  83. year = {2016},
  84. pages = {770--778},
  85. address = {Las Vegas, NV},
  86. doi = {10.1109/CVPR.2016.90}
  87. }
  88. % =============================================================================
  89. % BOOK CHAPTERS
  90. % =============================================================================
  91. @incollection{Brown2020,
  92. author = {Brown, Peter O. and Botstein, David},
  93. title = {Exploring the New World of the Genome with {DNA} Microarrays},
  94. booktitle = {DNA Microarrays: A Molecular Cloning Manual},
  95. editor = {Eisen, Michael B. and Brown, Patrick O.},
  96. publisher = {Cold Spring Harbor Laboratory Press},
  97. year = {2020},
  98. pages = {1--45},
  99. address = {Cold Spring Harbor, NY}
  100. }
  101. % =============================================================================
  102. % PHD THESES / DISSERTATIONS
  103. % =============================================================================
  104. @phdthesis{Johnson2023,
  105. author = {Johnson, Mary L.},
  106. title = {Novel Approaches to Cancer Immunotherapy Using {CRISPR} Technology},
  107. school = {Stanford University},
  108. year = {2023},
  109. type = {{PhD} dissertation},
  110. address = {Stanford, CA}
  111. }
  112. % =============================================================================
  113. % MASTER'S THESES
  114. % =============================================================================
  115. @mastersthesis{Smith2022,
  116. author = {Smith, Robert J.},
  117. title = {Machine Learning Methods for Protein Structure Prediction},
  118. school = {Massachusetts Institute of Technology},
  119. year = {2022},
  120. type = {{Master's} thesis},
  121. address = {Cambridge, MA}
  122. }
  123. % =============================================================================
  124. % TECHNICAL REPORTS
  125. % =============================================================================
  126. @techreport{WHO2020,
  127. author = {{World Health Organization}},
  128. title = {Clinical Management of {COVID-19}: Interim Guidance},
  129. institution = {World Health Organization},
  130. year = {2020},
  131. type = {Technical Report},
  132. number = {WHO/2019-nCoV/clinical/2020.5},
  133. address = {Geneva, Switzerland}
  134. }
  135. % =============================================================================
  136. % PREPRINTS
  137. % =============================================================================
  138. % bioRxiv preprint
  139. @misc{Zhang2024preprint,
  140. author = {Zhang, Yi and Chen, Li and Wang, Hui and Liu, Xin},
  141. title = {Novel Therapeutic Targets in {Alzheimer}'s Disease},
  142. year = {2024},
  143. howpublished = {bioRxiv},
  144. doi = {10.1101/2024.01.15.575432},
  145. note = {Preprint}
  146. }
  147. % arXiv preprint
  148. @misc{Brown2024arxiv,
  149. author = {Brown, Alice and Green, Bob},
  150. title = {Advances in Quantum Computing},
  151. year = {2024},
  152. howpublished = {arXiv},
  153. note = {arXiv:2401.12345}
  154. }
  155. % =============================================================================
  156. % DATASETS
  157. % =============================================================================
  158. @misc{AlphaFoldDB2021,
  159. author = {{DeepMind} and {EMBL-EBI}},
  160. title = {{AlphaFold} Protein Structure Database},
  161. year = {2021},
  162. howpublished = {Database},
  163. url = {https://alphafold.ebi.ac.uk/},
  164. doi = {10.1093/nar/gkab1061},
  165. note = {Version 4}
  166. }
  167. % =============================================================================
  168. % SOFTWARE / CODE
  169. % =============================================================================
  170. @misc{McKinney2010pandas,
  171. author = {McKinney, Wes},
  172. title = {pandas: A Foundational {Python} Library for Data Analysis and Statistics},
  173. year = {2010},
  174. howpublished = {Software},
  175. url = {https://pandas.pydata.org/},
  176. note = {Python Data Analysis Library}
  177. }
  178. % =============================================================================
  179. % WEBSITES / ONLINE RESOURCES
  180. % =============================================================================
  181. @misc{NCBI2024,
  182. author = {{National Center for Biotechnology Information}},
  183. title = {{PubMed}: Database of Biomedical Literature},
  184. year = {2024},
  185. howpublished = {Website},
  186. url = {https://pubmed.ncbi.nlm.nih.gov/},
  187. note = {Accessed: 2024-01-15}
  188. }
  189. % =============================================================================
  190. % SPECIAL CASES
  191. % =============================================================================
  192. % Article with organization as author
  193. @article{NatureEditorial2023,
  194. author = {{Nature Editorial Board}},
  195. title = {The Future of {AI} in Scientific Research},
  196. journal = {Nature},
  197. year = {2023},
  198. volume = {615},
  199. pages = {1--2},
  200. doi = {10.1038/d41586-023-00001-1}
  201. }
  202. % Article with no volume number (some journals)
  203. @article{OpenAccess2024,
  204. author = {Williams, Sarah and Thomas, Michael},
  205. title = {Open Access Publishing in the 21st Century},
  206. journal = {Journal of Scholarly Communication},
  207. year = {2024},
  208. pages = {e123456},
  209. doi = {10.1234/jsc.2024.123456}
  210. }
  211. % Conference paper with DOI
  212. @inproceedings{Garcia2023,
  213. author = {Garc{\'i}a-Mart{\'i}nez, Jos{\'e} and M{\"u}ller, Hans},
  214. title = {International Collaboration in Science},
  215. booktitle = {Proceedings of the International Conference on Academic Publishing},
  216. year = {2023},
  217. pages = {45--52},
  218. doi = {10.1109/ICAP.2023.123456}
  219. }
  220. % Article with PMID but no DOI (older papers)
  221. @article{OldPaper1995,
  222. author = {Anderson, Philip W.},
  223. title = {Through the Glass Lightly},
  224. journal = {Science},
  225. year = {1995},
  226. volume = {267},
  227. number = {5204},
  228. pages = {1615--1616},
  229. note = {PMID: 17808148}
  230. }