Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The merge of duplicated entries lead to destruction of entry's data structure #425

Open
TerenceWSK opened this issue Feb 28, 2024 · 1 comment

Comments

@TerenceWSK
Copy link

The screening options are "matching keys" and "matching DOI". The merge method is "combine". 2 out of 3 pairs of duplication have this issue. Here is an example

Before merge (entry * 2):

@article{Jiang2018,
author = {Jiang, Xiantao and Lu, Huiling and Li, Qian and Zhou, Hang and Zhang, Shengdong and Zhang, Han},
doi = {10.1515/nanoph-2018-0102},
issn = {2192-8614},
journal = {Nanophotonics},
month = {oct},
number = {11},
pages = {1835--1843},
title = {{Epsilon-near-zero medium for optical switches in a monolithic waveguide chip at 1.9 $\mu$m}},
volume = {7},
year = {2018}
}

After merge:

@article{Jiang2018,
	title        = {{Epsilon-near-zero medium for optical switches in a monolithic waveguide chip at 1.9 $\mu$m}}
}
}
}
}
}
@TerenceWSK
Copy link
Author

Later, I discovered that occasionally non-duplicate entries got destroyed the same way. My bib has 297 entries, I do not know if this is related to the number of entries in a file (too many?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant