Kalman-and-Bayesian-Filters-in-Python icon indicating copy to clipboard operation
Kalman-and-Bayesian-Filters-in-Python copied to clipboard

How to cite the book?

Open pandemie opened this issue 9 years ago • 6 comments

Hi,

I want to cite this book in my thesis. Is there a standard way for this? Perhaps in bibtex format even? I could not find any information on how to cite iPython/jupyter notebooks.

Based on this answer the following could be acceptable perhaps?

@misc{labbe2014,
  author = {Labbe, Roger},
  title = {Kalman and Bayesian Filters in Python},
  year = {2014},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python}},
  commit = {38996b6d24e082d5161bef5e6eabf2af5d0ca130}
}

The commit is the latest from today, but for my settings it's not used in the output, which is:

cite

Dimitri

pandemie avatar May 16 '16 14:05 pandemie

You know, I have no idea.

I've been turned down by regular publishers because it is open source, I keep meaning to publish it on amazon or something so that I have an ISBN, etc. For now I would think what you suggest is fine.

Roger

On Mon, May 16, 2016 at 7:04 AM, Dimitri Schachmann < [email protected]> wrote:

Hi,

I want to cite this book in my thesis. Is there a standard way for this? Perhaps in bibtex format even? I could not find any information on how to cite iPython/jupyter notebooks.

Based on this answer http://academia.stackexchange.com/a/14015 the following could be acceptable perhaps?

@misc{labbe2014, author = {Labbe, Roger}, title = {Kalman and Bayesian Filters in Python}, year = {2014}, publisher = {GitHub}, journal = {GitHub repository}, howpublished = {\url{https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python}}, commit = {38996b6d24e082d5161bef5e6eabf2af5d0ca130} }

The commit is the latest from today, but for my settings it's not used in the output, which is:

[image: cite] https://cloud.githubusercontent.com/assets/456560/15291729/a7e95adc-1b7f-11e6-9554-687216ff0289.png

Dimitri

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/issues/97

rlabbe avatar May 16 '16 14:05 rlabbe

Hello, i would add the commit hash to the output in the PDF. So that other People can see to what version you refer to. Maybe a you use a statement of this book that would change in future versions. So readers of your PDF cant follow your argumentation line. If you cite from a printed book you normally also mention the edition of it.

senden9 avatar Aug 10 '16 08:08 senden9

@rlabbe : Have to admit this is one of the best material I read on kalman... The book is extremely well done and very well incrementally explained. You definitely put in a lot of effort on this. Just wanted to acknowledge that...

ssarangi avatar Jun 21 '17 19:06 ssarangi

@rlabbe thank you so much for this!

1kastner avatar Jun 24 '18 11:06 1kastner

Have you considered Journal of Open Source Software? For me this books is at the border between book and software. Not sure if they would accept it, but may be worth a try (you would get a DOI and a proper Google Scholar reference). Should be very little work to send an application:

https://joss.readthedocs.io/en/latest/submitting.html

jerabaul29 avatar Jan 23 '19 17:01 jerabaul29

I'm citing this in an upcoming conference paper as well. Amazing work.

anil-ganti avatar Aug 27 '20 14:08 anil-ganti