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

Allow to pass BibTex as character to drop_name() #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LukasWallrich
Copy link
Contributor

This allows users to copy-paste BibTex from (e.g.) Google Scholar

drop_name("@article{rungta2022geographic,
  title={Geographic Citation Gaps in NLP Research},
  author={Rungta, Mukund and Singh, Janvijay and Mohammad, Saif M and Yang, Diyi},
  journal={arXiv preprint arXiv:2210.14424},
  year={2022}
}")

In that context, it also deals with #49 - while we should prob not edit bib-files here, it seems fair to add a workaround for this interactive use until bib2df addresses the issue?

This allows users to copy-paste BibTex from (e.g.) Google Scholar 

```r
drop_name("@Article{rungta2022geographic,
  title={Geographic Citation Gaps in NLP Research},
  author={Rungta, Mukund and Singh, Janvijay and Mohammad, Saif M and Yang, Diyi},
  journal={arXiv preprint arXiv:2210.14424},
  year={2022}
}")
```

In that context, it also deals with nucleic-acid#49 - while we should prob not edit bib-files here, it seems fair to add a workaround for this interactive use until bib2df addresses the issue?
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

Successfully merging this pull request may close these issues.

None yet

1 participant