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

DOI link resolves with no author data and poor citekey #711

Open
alanlujan91 opened this issue Oct 26, 2023 · 1 comment
Open

DOI link resolves with no author data and poor citekey #711

alanlujan91 opened this issue Oct 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@alanlujan91
Copy link

alanlujan91 commented Oct 26, 2023

Description

The following was retreived using [](doi:10.3982/ecta6551)

@article{2010,
 doi = {10.3982/ecta6551},
 journal = {Econometrica},
 number = {3},
 pages = {883--931},
 publisher = {The Econometric Society},
 title = {Estimating the Technology of Cognitive and Noncognitive Skill Formation},
 url = {https://doi.org/10.3982%2Fecta6551},
 volume = {78},
 year = {2010}
}
@alanlujan91 alanlujan91 added the bug Something isn't working label Oct 26, 2023
@rowanc1
Copy link
Member

rowanc1 commented Oct 26, 2023

It does look like that specific citation does not have authors registered:

curl  -LH "Accept: application/x-bibtex" https://doi.org/10.3982/ecta6551

We should be doing a better job at the cite key in MyST, but likely you will have to manage this citation yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants