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

Same bibtex keys #19

Open
kir-malishev opened this issue Mar 13, 2021 · 2 comments
Open

Same bibtex keys #19

kir-malishev opened this issue Mar 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@kir-malishev
Copy link

I ran into a situation where different articles with the same keys appear in the bibtex.bib file. For example:

@inproceedings{Hosseini_2016,
	doi = {10.1109/ism.2016.0028},
	url = {https://doi.org/10.1109%2Fism.2016.0028},
	year = 2016,
	month = {dec},
	publisher = {{IEEE}},
	author = {Mohammad Hosseini and Viswanathan Swaminathan},
	title = {Adaptive 360 {VR} Video Streaming: Divide and Conquer},
	booktitle = {2016 {IEEE} International Symposium on Multimedia ({ISM})}
}
@inproceedings{Hosseini_2016,
	doi = {10.1109/ism.2016.0093},
	url = {https://doi.org/10.1109%2Fism.2016.0093},
	year = 2016,
	month = {dec},
	publisher = {{IEEE}},
	author = {Mohammad Hosseini and Viswanathan Swaminathan},
	title = {Adaptive 360 {VR} Video Streaming Based on {MPEG}-{DASH} {SRD}},
	booktitle = {2016 {IEEE} International Symposium on Multimedia ({ISM})}

Because of this, I cannot correctly process the records using the bibtex parsing library. The library believes that the same articles are written under the same keys, although this is not the case. Is there a way to avoid giving the same keys to articles? For example, add an option that will add a sequence number or random characters to the key.

@ferru97
Copy link
Owner

ferru97 commented Mar 23, 2021

Yes I will add something like Hosseini_2016, Hosseini_2016_1, Hosseini_2016_2...

@ferru97 ferru97 added the enhancement New feature or request label Mar 23, 2021
@ferru97
Copy link
Owner

ferru97 commented Oct 7, 2024

Hi,
sorry for the late reply, but PyPaperBot had been on standby until now.
I've decided to resume development to improve it.

I've created a Telegram channel where you can suggest improvements, report bugs, or request custom data mining scripts. Feel free to join if you're interested with the following LINK

Thanks!

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

No branches or pull requests

2 participants