ANN: Python programs for epidemic modelling

Dear lists,

DeductiveThinking.com now provides the Python programs for the book of M. Keeling & P. Rohani “Modeling Infectious Diseases in Humans and Animals”, Princeton University Press, 2008. The book has on-line material which includes programs for different models in various programming languages and mathematical tools such as, “C++, FORTRAN and Matlab, while some are also coded in the web-based Java programming language to allow readers to quickly experiment with these types of models”, as it is stated at the website. The Python version of the programs were written long ago and submitted to the book’s on line material website (available soon). The Python programs with the basic equations modelled and the results in figures were now uploaded on a special wiki page of DeductiveThinking.com.

Since, the programs are heavily using numpy, scipy and matplotlib libraries, I send this announcement to all the three lists and the main python-list; sorry for double-posting. The announcement with the related links is uploaded here http://blog.deductivethinking.com/?p=29. The programs are at http://wiki.deductivethinking.com/wiki/Python_Programs_for_Modelling_Infectious_Diseases_book. For those who are interested on modelling and epidemiology, they can take a look at the main site (http://deductivethinking.com) or the main page of the wiki (http://wiki.deductivethinking.com) and follow the epidemiology links. The website is in its beginning, so limited information is uploaded up to now.

Thanks for your time and I hope it will be useful for some people,
Best Regards,
Ilias Soumpasis

This is cool.
But I do not see a license.
May I hope this is released under the new BSD license,
like the packages it depends on?

Thanks,
Alan Isaac

···

On 10/25/2008 4:14 PM I. Soumpasis apparently wrote:

http://blog.deductivethinking.com/?p=29

2008/10/25 Alan G Isaac <aisaac@…310…>

···

On 10/25/2008 4:14 PM I. Soumpasis apparently wrote:

http://blog.deductivethinking.com/?p=29

This is cool.

But I do not see a license.

May I hope this is released under the new BSD license,

like the packages it depends on?

The programs are GPL licensed. More info on the section of copyrights http://wiki.deductivethinking.com/wiki/Deductive_Thinking:Copyrights.

I hope it is ok,
Ilias

Well, that depends what you mean by "ok".

Obviously, the author picks the license s/he prefers.
But a GPL license means that some people will avoid
your code, so you make wish to make sure you thought
the licensing issue for this code carefully.

As a point of comparison,
note that all your package dependencies have
a new BSD license.

Alan Isaac

···

On 10/25/2008 6:07 PM I. Soumpasis wrote:

The programs are GPL licensed. More info on the section of copyrights

> http://wiki.deductivethinking.com/wiki/Deductive_Thinking:Copyrights.

I hope it is ok,