This commit is contained in:
2025-11-11 21:00:37 -06:00
parent 544d1c31e5
commit 53b986d3f7
37 changed files with 3433 additions and 2 deletions

View File

@@ -0,0 +1,44 @@
% Sample bibliography file for BibTool testing
@article{example2023,
title={An Example Article for BibTool},
author={Smith, John and Doe, Jane},
journal={Journal of Examples},
volume={1},
number={1},
pages={1--10},
year={2023},
publisher={Example Publisher},
doi={10.1234/example2023}
}
@book{another2023,
title={Another Example Book for BibTool},
author={Brown, Alice},
year={2023},
publisher={Example Academic Press},
address={New York},
isbn={978-1234567890}
}
@inproceedings{third2023,
title={A Conference Paper Example for BibTool},
author={Johnson, Bob and Williams, Carol},
booktitle={Proceedings of the International Conference on Examples},
pages={123--130},
year={2023},
organization={Example Organization}
}
% This is a duplicate entry to test BibTool's duplicate detection
@article{example2023_duplicate,
title={An Example Article for BibTool},
author={Smith, John and Doe, Jane},
journal={Journal of Examples},
volume={1},
number={1},
pages={1--10},
year={2023},
publisher={Example Publisher},
doi={10.1234/example2023}
}