pcubillos / bibmanager

A BibTeX manager for LaTeX projects
https://bibmanager.rtfd.io
MIT License
62 stars 13 forks source link

skip / flag problem bib entries during merge #77

Closed rhaynes74 closed 3 years ago

rhaynes74 commented 3 years ago

Hi folks, I have a rather large .bib file with all my references (approx 2200). Not surprisingly a certain percentage have "problems" - some missing entries (missing publisher etc), it is great if they are flagged for future updates but it would be great if I was still able to continue with the merge. Currently bibmanager quits when it encounters such an entry.

pcubillos commented 3 years ago

Hi, yeah, that's a good idea! I'm thinking putting the 'problematic' ones into a separate file. and it should be easy to correct.

Thanks for the feedback!, I'll take a look at this

rhaynes74 commented 3 years ago

That would be fantastic!

pcubillos commented 3 years ago

Dear Ronald, I have just uploaded the code. It should now not break when the entries have no author, titles, or year fields. In fact, the code should not break even if there are some small format issues. It will rather throw a warning and continue executing. This mimics the behavior of the ``bibtex'' command.

Thank you for raising these issues! Now the code is much more flexible! I hope it's not the case but, please let me know if you are still seeing issues. Regards.

PS: I also recently updated a short video tutorial walking through the features added in version 1.3: https://bibmanager.readthedocs.io/en/latest/ PS2: If you end up using this tool for your research, please consider citing it in the acknowledgments. I would really appreciate that.

rhaynes74 commented 3 years ago

Many thanks! I will take a good look now!

rhaynes74 commented 3 years ago

Hi - could you tell me when the newest version will be available via pip3 install?

Sincerely,

Dr. Ronald D. Haynes

Professor, Department of Mathematics and Statistics Chair, MSc and PhD Scientific Computing Programs Memorial University of Newfoundland

We acknowledge that the lands on which Memorial University’s campuses are situated are in the traditional territories of diverse Indigenous groups, and we acknowledge with respect the diverse histories and cultures of the Beothuk, Mi’kmaq, Innu, and Inuit of this province. On Jan 16, 2021, 12:19 PM -0330, Patricio Cubillos notifications@github.com, wrote:

Dear Ronald, I have just uploaded the code. It should now not break when the entries have no author, titles, or year fields. In fact, the code should not break even if there are some small format issues. It will rather throw a warning and continue executing. This mimics the behavior of the ``bibtex'' command. Thank you for raising these issues! Now the code is much more flexible! I hope it's not the case but, please let me know if you are still seeing issues. Regards. PS: I also recently updated a short video tutorial walking through the features added in version 1.3: https://bibmanager.readthedocs.io/en/latest/ PS2: If you end up using this tool for your research, please consider citing it in the acknowledgments. I would really appreciate that. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

pcubillos commented 3 years ago

Hi, it should have been updated since Saturday, have you tried with the --upgrade argument?

pip3 install --upgrade bibmanager
rhaynes74 commented 3 years ago

Great - thanks for your attention!

Sincerely,

Dr. Ronald D. Haynes

Professor, Department of Mathematics and Statistics Chair, MSc and PhD Scientific Computing Programs Memorial University of Newfoundland

We acknowledge that the lands on which Memorial University’s campuses are situated are in the traditional territories of diverse Indigenous groups, and we acknowledge with respect the diverse histories and cultures of the Beothuk, Mi’kmaq, Innu, and Inuit of this province. On Jan 18, 2021, 3:12 PM -0330, pcubillos/bibmanager reply@reply.github.com, wrote:

pip3 install --upgrade bibmanager