add tag
topnush
I would like to cite https://www.nature.com/articles/s41563-021-00953-0 .  This is an editorial and I can't see how to make a sensible bibtex entry for it.

I am using natbib.

If I use

```
@article{naturematerials2021,
title={Light on quantum advantage},
journal={Nature Materials},
year={2021},
month={Mar},
day={01},
volume={20},
number={3},
pages={273-273},
abstract={Chinese researchers demonstrate quantum computational advantage with photons at room temperature.},
issn={1476-4660},
doi={10.1038/s41563-021-00953-0},
url={https://doi.org/10.1038/s41563-021-00953-0}
}

then I see (nat, 2021) in the body of the paper which is terrible.
Top Answer
samcarter
You could use a service like https://www.doi2bib.org/bib/10.1038/s41563-021-00953-0 which will also give you an bib entry you can then check and change if necessary:

```
@article{2021,
  doi = {10.1038/s41563-021-00953-0},
  url = {https://doi.org/10.1038/s41563-021-00953-0},
  year = {2021},
  month = feb,
  publisher = {Springer Science and Business Media {LLC}},
  volume = {20},
  number = {3},
  pages = {273--273},
  title = {Light on quantum advantage},
  journal = {Nature Materials}
}
```

Further details, like the non-existing author should be treated, will depend on whichever requirements you have on the bibliography style. 

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.