clld / glottolog3

glottolog2 re-implemented as CLLD app
MIT License
110 stars 27 forks source link

bibtex version of "how to cite glottolog" missing on website #68

Closed LinguList closed 6 years ago

LinguList commented 7 years ago

compare with current display of "http://glottolog.org".

xflr6 commented 6 years ago

What entrytype and bibkey should we use for this? BibTex.render(request.dataset) currently does this:

@book{glottolog,
  address   = {Jena},
  editor    = {Harald Hammarström and Robert Forkel and Martin Haspelmath},
  publisher = {Max Planck Institute for the Science of Human History},
  title     = {Glottolog 3.0},
  url       = {http://<hostname>/},
  year      = {2017}
}
d97hah commented 6 years ago

I'd prefer: @misc{glottolog, address = {Jena},

author = {Harald Hammarström and Robert Forkel and Martin Haspelmath}, howpublished = {Max Planck Institute for the Science of Human History}, title = {Glottolog 3.0}, url = {http:/// accesssed YYYY-MM-DD}, year = {2017} }

2017-10-11 16:59 GMT+02:00 Sebastian Bank notifications@github.com:

What entrytype and bibkey should we use for this? BibTex.render(request.dataset) currently does this:

@book{glottolog, address = {Jena}, editor = {Harald Hammarström and Robert Forkel and Martin Haspelmath}, publisher = {Max Planck Institute for the Science of Human History}, title = {Glottolog 3.0}, url = {http:///}, year = {2017} }

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/clld/glottolog3/issues/68#issuecomment-335839879, or mute the thread https://github.com/notifications/unsubscribe-auth/ADUDyP-9rO8L8p9zmUkTKhb4LtdMVQdaks5srNe_gaJpZM4MsphG .