dpla / dpla-frontend

React application for the Digital Public Library of America website
http://dp.la
MIT License
28 stars 5 forks source link

add BibTeX citations to cite button #858

Open mgiraldo opened 6 years ago

mgiraldo commented 6 years ago

should we add BibTeX citations to our list @frabbott @guegueng @mdellabitta ?

like so:

@misc{Detectron2018,
  author =       {Ross Girshick and Ilija Radosavovic and Georgia Gkioxari and
                  Piotr Doll\'{a}r and Kaiming He},
  title =        {Detectron},
  howpublished = {\url{https://github.com/facebookresearch/detectron}},
  year =         {2018}
}

or

@article{yolov3,
  title={YOLOv3: An Incremental Improvement},
  author={Redmon, Joseph and Farhadi, Ali},
  journal = {arXiv},
  year={2018}
}
frabbott commented 6 years ago

Which researchers or other users do we anticipate would use these?

mgiraldo commented 6 years ago

i don't really know. i've seen it pop up a lot when doing research on image analysis so got curious. maybe applies more to the data dumps or the api.