User Tools

Site Tools


cst-317:classes2020

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cst-317:classes2020 [2020/07/30 15:30]
pedro
cst-317:classes2020 [2020/09/14 08:51]
pedro
Line 39: Line 39:
 ===== Classes ===== ===== Classes =====
 ^ ^  Title  ​                 ^  Models ​ ^  Scenarios ​               ^  Concepts ​ ^  Exercises ​ | ^ ^  Title  ​                 ^  Models ​ ^  Scenarios ​               ^  Concepts ​ ^  Exercises ​ |
-|1  |{{:​cst-317:​logica-programacao.pptx|Lógica de Programação}} | | | | | +|1  |{{:​cst-317:​1-logica-programacao.pptx|Lógica de Programação}} | | | | | 
-|2   ​|{{:​cst-317:​1-lua-for-terrame.ppt|Lua for TerraME}} ​    ​| ​{{http://​www.dpi.inpe.br/​gilberto/​cursos/​cst-317-2015/​code-introduction.zip|Lua scripts}} ​     ​| | nil, number, boolean, string, table, function | {{:​cst-317:​exercicios-lua.pdf|Lua exercises}} | +|2   ​|{{:​cst-317:​2-lua-for-terrame.ppt|Lua for TerraME}} ​    ​| ​      ​| | nil, number, boolean, string, table, function | {{:​cst-317:​exercicios-lua.pdf|Lua exercises}} | 
-|3  |{{:​cst-317:​2-system-dynamics.ppt|Systems Dynamics}} ​     | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​lua/​Tub.lua|Tub}} (sysdyn) | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​tub-scenarios.lua|tub-scenarios}} (sysdyn) | Model, Event, Timer, Chart |  | +|3  |{{:​cst-317:​3-system-dynamics-2.ppt|Systems Dynamics}} ​     | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​lua/​Tub.lua|Tub}} (sysdyn) | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​tub-scenarios.lua|tub-scenarios}} (sysdyn) | Model, Event, Timer, Chart |  | 
-|4  | {{:cst-317:3-feedbacks.ppt|Feedbacks}} | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​lua/​Coffee.lua|Coffee}},​ {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​lua/​PopulationGrowth.lua|PopulationGrowth}} (sysdyn) | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​coffee-scenarios.lua|coffee-scenarios}},​ {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​population-scenarios-1.lua|population-scenarios-1}},​ {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​population-scenarios-2.lua|population-scenarios-2}} (sysdyn) | Environment,​ instance of Model | {{:​cst-317:​exercise1.pdf|Water in the Dam}} |+|4  | {{:cst-317:4-feedbacks-2.ppt|Feedbacks}} | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​lua/​Coffee.lua|Coffee}},​ {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​lua/​PopulationGrowth.lua|PopulationGrowth}} (sysdyn) | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​coffee-scenarios.lua|coffee-scenarios}},​ {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​population-scenarios-1.lua|population-scenarios-1}},​ {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​population-scenarios-2.lua|population-scenarios-2}} (sysdyn) | Environment,​ instance of Model | {{:​cst-317:​exercise1.pdf|Water in the Dam}} | 
 +|5  | {{:​cst-317:​5-epidemics.ppt|Epidemics}} | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​lua/​SIR.lua|SIR}} (sysdyn) | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​infection-scenarios-1.lua|infection-scenarios-1}},​ {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​infection-scenarios-2.lua|infection-scenarios-2}},​ {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​examples/​infection-scenarios-3.lua|infection-scenarios-3}} (sysdyn) | | | 
 +|6 | {{:​cst-317:​6-chaos.ppt|Chaos}} ​          | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​lua/​ChaoticGrowth.lua|ChaoticGrowth}} (sysdyn), {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​lua/​Lorenz.lua|Lorenz}} (sysdyn)| | | | 
 +|7  | {{:​cst-317:​7-daisyworld.ppt|Daisyworld}} | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​sysdyn/​master/​lua/​Daisyworld.lua|Daisyworld}} (sysdyn) | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​calibration/​master/​examples/​daisy.lua|daisy}} (calibration)| MultipleRuns (calibration) | 
 +|8 | {{:​cst-317:​8-cellular-automaton-2.ppt|Cellular Automata}}  ​             | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​ca/​master/​lua/​Life.lua|Life}} (ca)         ​| ​     |Cell, CellularSpace,​ Neighborhood,​ Map, Random | | 
 +|9 | {{:​cst-317:​9-fire-in-the-forest-2.ppt|Fire in the Forest}} ​            | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​ca/​master/​lua/​Fire.lua|Fire}} (ca) |      |             | {{:​cst-317:​exercise2.pdf|Fire in the Forest}}| 
 +|10 | {{:​cst-317:​10-runoff-2.ppt|Runoff}} ​            | {{https://​raw.githubusercontent.com/​TerraME/​terrame/​master/​packages/​gis/​examples/​runoff.lua|Runoff}} (gis) |      |             | | 
 +|11 | {{:​cst-317:​11-cellular-data.ppt|Cellular Data}} ​            | {{https://​raw.githubusercontent.com/​TerraME/​terrame/​master/​packages/​gis/​data/​cabecadeboi.lua|Cabeca de Boi}} (gis) |      |             | | 
 +|12 | {{:​cst-317:​12-deforestation-2.ppt|Deforestation}} ​            | {{http://​www.terrame.org/​packages/​doc/​base/​examples/​deforestation.lua|Deforestation}} (base) |      |             | | 
 +|13 | {{:​cst-317:​13-agent-based-modeling.ppt|Agent-Based Modelling}} ​            | {{http://​www.terrame.org/​packages/​doc/​logo/​lua/​GrowingSociety.lua|GrowingSociety}},​ {{http://​www.terrame.org/​packages/​doc/​logo/​lua/​Disease.lua|Disease}} (logo) |      | Agent, Society, SocialNetwork | | 
 +|14 | {{:​cst-317:​14-sugarscape-2.ppt|Sugarscape}} ​            | {{http://​www.terrame.org/​packages/​doc/​logo/​lua/​Sugarscape.lua|Sugarscape}} (logo) |      |             | | 
 +|15 | {{:​cst-317:​15-summary.pptx|Summary}} ​            | |      |             | | 
 + 
 + 
  
 ===== Final Project ===== ===== Final Project =====
  
 +The final project consists of an implementation and discussion of a model described in a scientific paper that uses one of the paradigms presented during the course (students from CAP must choose an agent-based model). There are some suggestions below.
 +
 +==== System Dynamics ====
 +
 +|  | Any model from Andrew Ford's [[http://​modeling-the-environment.com/​|Modeling the Environment]] |
 +|  | [[http://​www.easterbrook.ca/​steve/​2013/​01/​simple-climate-models-to-play-with-in-the-classroom/​|Simple climate models]]|
 +|  | [[http://​citeseerx.ist.psu.edu/​viewdoc/​download;​jsessionid=CB3EA777DE19841D563DC6241FA916B6?​doi=10.1.1.497.9850&​rep=rep1&​type=pdf|Scherer A. & McLean A., (2002) Mathematical models of vaccination,​ British Medical Bulletin 2002;62 187-199.]] |
 +|  | [[http://​calculadora2050brasil.epe.gov.br/​calculadora.html|Energy scenarios for Brazil (in portuguese)]]|
 +|Iara, Renata e Sergio |  "​Simple Climate Models"​ > "​Carbon Cycle Model" |
 +==== Cellular Automata ====
 +
 +|  | {{http://​www.dpi.inpe.br/​gilberto/​cursos/​papers/​Berjak2002.pdf|S. G. Berjak, ​ J. W. Hearne (2002) An improved cellular automaton model for simulating fire in a spatially heterogeneous Savanna system. Ecological Modelling 148(2):​133–15}}|
 +| Erica, Gisele, Murilo| {{http://​www.dpi.inpe.br/​gilberto/​cursos/​papers/​White2007.pdf|S. Hoya White, A. Martín del Rey, G. Rodríguez Sánchez(2007),​ Modeling epidemics using cellular automata. Applied Mathematics and Computation,​ 186(1):​193-202}}|
 +| | {{http://​www.dpi.inpe.br/​gilberto/​cursos/​papers/​Fisch1991.pdf|Fisch,​ Robert, Janko Gravner, and David Griffeath. "​Threshold-range scaling of excitable cellular automata."​ Statistics and Computing 1.1 (1991): 23-39.}} |
 +| | {{http://​www.dpi.inpe.br/​gilberto/​cursos/​papers/​Fisch1992.pdf|Fisch,​ Robert. "​Clustering in the one-dimensional three-color cyclic cellular automaton."​ The Annals of Probability (1992): 1528-1548.}} |
 +| | [[https://​qlfiles.net/​the-ql-files/​next-nearest-neighbors-cellular-automata/​|Li,​ Wentian. "​Complex patterns generated by next nearest neighbors cellular automata."​ Computers & Graphics 13.4 (1989): 531-537.]] |
 +| | {{http://​www.dpi.inpe.br/​gilberto/​cursos/​papers/​Chate1990.pdf|Chate,​ H. & Manneville, P. (1990). Criticality in cellular automata. Physica D (45), 122-135.}}|
 +| | Li, W., Packard, N., & Langton, C. (1990). Transition Phenomena in Cellular Automata Rule Space. Physica D (45), 77-94. |
 +| | Colasanti, R. L., R. Hunt, and L. Watrud. "A simple cellular automaton model for high-level vegetation dynamics."​ Ecological Modelling 203.3 (2007): 363-374.|
 +| | {{http://​www.dpi.inpe.br/​gilberto/​cursos/​papers/​Yassemi2008.pdf|S. Yassemi, S. Dragićevića,​ M. Schmidt(2008),​ Design and implementation of an integrated GIS-based cellular automata model to characterize forest fire behaviour
 +, Ecological Modelling, 210(1–2), 71–84}}|
 +| | {{http://​pdf.blucher.com.br.s3-sa-east-1.amazonaws.com/​designproceedings/​sigradi2016/​450.pdf| Araujo and Celani (20166), Exploring Weaire-Phelan through Cellular Automata: A proposal for a structural variance-producing engine}}|
 +|  | [[http://​link.aps.org/​pdf/​10.1103/​PhysRevE.58.1425|Rickert,​ M., Nagel, K., Schreckenberg,​ M. and Latour, A., 1996. Two lane traffic simulations using cellular automata. Physica A: Statistical Mechanics and its Applications,​ 231(4), pp.534-550.]]|
 +|  | [[https://​pdfs.semanticscholar.org/​a522/​5a5633d0ce89c913a65c2e6cde72f808e95f.pdf|White,​ R. and Engelen, G., 1993. Cellular automata and fractal urban form: a cellular modelling approach to the evolution of urban land-use patterns. Environment and planning A, 25(8), pp.1175-1199.]] |
 +|Alda, Dione, Marcelo ​ | [[ https://​www.sciencedirect.com/​science/​article/​pii/​S0169204602002189| Barredo, J.I., Kasanko, M., McCormick, N. and Lavalle, C., 2003. Modelling dynamic spatial processes: ​ simulation of urban future scenarios through cellular automata. Landscape and urban planning, 64(3), pp.145-160.]]|
 +|  | [[ http://​www.academia.edu/​download/​30249270/​m283xl03.pdf| Karafyllidis,​ I. and Thanailakis,​ A., 1997. A model for predicting forest fire spreading using cellular automata. Ecological Modelling, 99(1), pp.87-97.]]|
 +|  | [[ http://​search.proquest.com/​openview/​6fc409331fb6e6f5a21e4fc783349e7c/​1.pdf?​pq-origsite=gscholar&​cbl=1456339| Ermentrout, G.B. and Edelstein-Keshet,​ L., 1993. Cellular automata approaches to biological modeling. Journal of theoretical Biology, 160(1), pp.97-133.]]|
 +|  | [[ https://​www.sciencedirect.com/​science/​article/​pii/​S0022519303002443| Alarcón, T., Byrne, H.M. and Maini, P.K., 2003. A cellular automaton model for tumour growth in inhomogeneous environment. Journal of theoretical biology, 225(2), pp.257-274.]]|
 +|  | [[https://​www.sciencedirect.com/​science/​article/​pii/​S0378437107006085 | Yuan, W. and Tan, K.H., 2007. An evacuation model using cellular automata. Physica A: Statistical Mechanics and its Applications,​ 384(2), pp.549-566.]]|
 +| | [[ http://​www.bioinfo.de/​isb/​2002020035/​main.html | Dormann, S. and Deutsch, A., 2002. Modeling of self-organized avascular tumor growth with a hybrid cellular automaton. In silico biology, 2(3), pp.393-406.]]|
 +| | [[https://​pdfs.semanticscholar.org/​4f78/​2bcb7bf2c0d4e1a210a41b80a4f664efc9f8.pdf|Bersini,​ H. and Detours, V., 1994, July. Asynchrony induces stability in cellular automata based models. In Artificial Life IV (pp. 382-387). MIT Press, MA.]]|
 +
 +==== Agent-based Modeling ====
 +
 +| Giovanni Soares | Hammond and Axelrod, 2006. The Evolution of Ethnocentrism. Journal of Conflict Resolution 50:926 |
 +| Matheus Bento| D. Scott Bennett (2008). Governments,​ Civilians, and the Evolution of Insurgency: Modeling the Early Dynamics of Insurgencies,​ Journal of Artificial Societies and Social Simulation vol. 11, no. 4(7)|
 +| | Any paper from {{http://​jasss.soc.surrey.ac.uk/​JASSS.html|Journal of Artificial Societies and Social Simulation}} |
 +|  | Pe'er et al. Virtual Corridors for Conservation Management, Conservation Biology (2005): 1997–2003 |
 +|  | Garcia et al. Predicting evolution of insect resistance to transgenic crops in within field refuge configurations,​ based on larval movement. Ecol. Complex. 28, 94–103 (2016).|
 +|  | Malaquias et al. Larval Dispersal of Spodoptera frugiperda Strains on Bt Cotton: A Model for Understanding Resistance Evolution and Consequences for its Management. Scientific reports. 2017 Nov 23;​7(1):​16109.|
 +|  | Brown, C.; Bakam, I.; Smith. P.; Matthews, R.B., (2016) An agent-based modelling approach to evaluate factors influencing bioenergy crop adoption in north-east Scotland., Global Change Biology Bioenergy, 8, 226-244.|
  
-===== Papers for Final Projects ===== 
  
  
cst-317/classes2020.txt · Last modified: 2021/03/29 16:39 by pedro