You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
I ran into a situation where different articles with the same keys appear in the bibtex.bib file. For example:
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.
The text was updated successfully, but these errors were encountered: