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

Doesn't work with date bibtex field (only with year) #30

Open
raffaem opened this issue Sep 20, 2024 · 0 comments
Open

Doesn't work with date bibtex field (only with year) #30

raffaem opened this issue Sep 20, 2024 · 0 comments

Comments

@raffaem
Copy link

raffaem commented Sep 20, 2024

The RStudio Visual Editor is automatically exporting this entry from Zotero:

@article{agrawalFindingNeedlesHaystacks2018,
	title = {Finding Needles in Haystacks: Artificial Intelligence and Recombinant Growth},
	date={2018},
	author = {Agrawal, Ajay and McHale, John and Oettl, Alex},
	doi = {10.3386/w24541}
}

But the entry is rendered without any date, just Agrawal et al. and

Agrawal, A., McHale, J., Oettl, A., . Finding needles in haystacks: Artificial intelligence and recombinant growth doi:10.338
6/w24541.

in the references.

Looks like it needs a field called year:

@article{agrawalFindingNeedlesHaystacks2018,
	title = {Finding Needles in Haystacks: Artificial Intelligence and Recombinant Growth},
	year={2018},
	author = {Agrawal, Ajay and McHale, John and Oettl, Alex},
	doi = {10.3386/w24541}
}
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