Why do `note` and `howpublished` fields from bibtex not show up in bibliography list?

In addition to what @Andrew already said, these are also the wrong fields for the job here. The publisher and doi field are more semantically correct and they work.

#bibliography(bytes("
@misc{parkinsons_uci_dataset,
  author       = {Little, Max},
  title        = {{Parkinsons}},
  year         = {2007},
  publisher    = {UCI Machine Learning Repository},
  doi          = {10.24432/C59C74}
}
"), full: true)

1 Like