CSSS 2010 Santa Fe-Student Notes: Difference between revisions
From Santa Fe Institute Events Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{CSSS 2010 Santa Fe}} | {{CSSS 2010 Santa Fe}} | ||
For those linked in to LinkedIn, there seems to be a group that unites all [http://www.linkedin.com/groups?about=&gid=115966&report%2Esuccess=r3Tayp0nRRro3Er8iWS8vO-u_mFd11ndGIOEdAI27ES3KgpplepkOcIgotS3mJWzXqb2u21wqjDJwM CSSS alumni] [[User:Ligtvoet|Andreas]] | |||
<b> Supplementary material, suggested readings, tutorials, and papers contributed by the participants of CSSS 2010.</b> | <b> Supplementary material, suggested readings, tutorials, and papers contributed by the participants of CSSS 2010.</b> |
Revision as of 18:28, 22 June 2010
CSSS Santa Fe 2010 |
For those linked in to LinkedIn, there seems to be a group that unites all CSSS alumni Andreas
Supplementary material, suggested readings, tutorials, and papers contributed by the participants of CSSS 2010.
- Computational Modeling and Complexity Science - An excellent, free (though not-quite-finished) PDF guide to the concepts and programming techniques needed to develop models of complex systems, from graphs and small-world networks to cellular automata and agent-based models. Uses Python, which I'd highly recommend for beginner and experienced programmers alike: it's great to read, easy to maintain, and makes coding fun again.
Presupposes some basic working Python knowledge, which is provided by a second of the author's free ebooks, Think Python.
-- Daniel Jones
- I've had some requests for R Tutorials, so here are a few things that I made for a Biostatistics class I TA'd:
- R Tutorial Powerpoint
- R Example Codes
- An example dataset used in the code
- This is a comprehensive tutorial that I didn't make
-- Julie Granka