From b9745edb4884d5d4cc901f0576166a8766bb747e Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 15 Jul 2024 02:20:13 +0200 Subject: [PATCH] Fix Chocolate.bib (#11491) --- src/test/resources/testbib/Chocolate.bib | 16 +++++++--------- src/test/resources/testbib/pdfs/.gitignore | 1 + src/test/resources/testbib/pdfs/.gitkeep | 0 3 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 src/test/resources/testbib/pdfs/.gitignore create mode 100644 src/test/resources/testbib/pdfs/.gitkeep diff --git a/src/test/resources/testbib/Chocolate.bib b/src/test/resources/testbib/Chocolate.bib index 5fbb0f7af03..7a5301de470 100644 --- a/src/test/resources/testbib/Chocolate.bib +++ b/src/test/resources/testbib/Chocolate.bib @@ -8,7 +8,6 @@ @Article{Corti_2009 number = {10}, pages = {1433--1441}, volume = {119}, - file = {:DownloadedViaJabRef/Corti et al. (2009-03) Cocoa Cardiovascular Health.pdf:PDF}, publisher = {Ovid Technologies (Wolters Kluwer Health)}, } @@ -22,20 +21,18 @@ @Article{Cooper_2007 number = {1}, pages = {1--11}, volume = {99}, - file = {:DownloadedViaJabRef/Cooper et al. (2007-08) Cocoa health_ decade.pdf:PDF}, publisher = {Cambridge University Press (CUP)}, } @Article{Ding_2006, author = {Ding, Eric L and Hutfless, Susan M and Ding, Xin and Girotra, Saket}, date = {2006-01}, - journaltitle = {Nutrition & Metabolism}, + journaltitle = {Nutrition \& Metabolism}, title = {Chocolate and Prevention of Cardiovascular Disease: A Systematic Review}, doi = {10.1186/1743-7075-3-2}, issn = {1743-7075}, number = {1}, volume = {3}, - file = {:DownloadedViaJabRef/Ding et al. (2006-01) Chocolate Prevention Cardiovascular.pdf:PDF}, publisher = {Springer Science and Business Media LLC}, } @@ -55,14 +52,13 @@ @Article{Keen_2001 @Article{Katz_2011, author = {Katz, David L. and Doughty, Kim and Ali, Ather}, date = {2011-11}, - journaltitle = {Antioxidants & Redox Signaling}, + journaltitle = {Antioxidants \& Redox Signaling}, title = {Cocoa and Chocolate in Human Health and Disease}, doi = {10.1089/ars.2010.3697}, issn = {1557-7716}, number = {10}, pages = {2779--2811}, volume = {15}, - file = {:DownloadedViaJabRef/Katz et al. (2011-11) Cocoa Chocolate Human.pdf:PDF}, publisher = {Mary Ann Liebert Inc}, readstatus = {skimmed}, } @@ -92,7 +88,6 @@ @Article{Scholey_2013 number = {10}, pages = {665--681}, volume = {71}, - file = {:Used/Scholey & Owen (2013-10) Effects chocolate cognitive.pdf:PDF}, groups = {Used}, publisher = {Oxford University Press (OUP)}, readstatus = {read}, @@ -108,7 +103,6 @@ @Article{Tan_2021 number = {9}, pages = {2909}, volume = {13}, - file = {:DownloadedViaJabRef/Tan et al. (2021-08) Health Effects Chocolate.pdf:PDF}, publisher = {MDPI AG}, readstatus = {skimmed}, } @@ -170,7 +164,7 @@ @Article{Hooper_2012 @Article{Di_Renzo_2012, author = {Di Renzo, Gian Carlo and Brillo, Eleonora and Romanelli, Maila and Porcaro, Giuseppina and Capanna, Federica and Kanninen, Tomi T and Gerli, Sandro and Clerici, Graziano}, date = {2012-06}, - journaltitle = {The Journal of Maternal-Fetal & Neonatal Medicine}, + journaltitle = {The Journal of Maternal-Fetal \& Neonatal Medicine}, title = {Potential effects of chocolate on human pregnancy: a randomized controlled trial}, doi = {10.3109/14767058.2012.683085}, issn = {1476-4954}, @@ -212,6 +206,8 @@ @Article{Fulton_1969 @Comment{jabref-meta: databaseType:biblatex;} +@Comment{jabref-meta: fileDirectory:pdfs;} + @Comment{jabref-meta: grouping: 0 AllEntriesGroup:; 1 SearchGroup:Entries without a group\;0\;groups != .+\;0\;1\;1\;\;\;\;; @@ -222,3 +218,5 @@ @Comment{jabref-meta: 1 KeywordGroup:Read\;0\;readstatus\;read\;0\;0\;0\;0x00ff00ff\;\;\;; 1 StaticGroup:Used\;0\;1\;0x0000ffff\;\;\;; } + +@Comment{jabref-meta: keypatterndefault:[auth]_[year];} diff --git a/src/test/resources/testbib/pdfs/.gitignore b/src/test/resources/testbib/pdfs/.gitignore new file mode 100644 index 00000000000..a1363379944 --- /dev/null +++ b/src/test/resources/testbib/pdfs/.gitignore @@ -0,0 +1 @@ +*.pdf diff --git a/src/test/resources/testbib/pdfs/.gitkeep b/src/test/resources/testbib/pdfs/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d