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
cst-317:classes2020 [2020/08/26 16:34]
pedro
cst-317:classes2020 [2021/03/29 16:39] (current)
pedro
Line 4: Line 4:
  
   * Professors: Mariane Coutinho, Pedro R. Andrade, Gilberto Câmara   * Professors: Mariane Coutinho, Pedro R. Andrade, Gilberto Câmara
-  * Lectures: Mondays and Tuesdays, 14h00-17h00,​ Zoom+  * Lectures: Mondays and Thursdays, 14h00-17h00,​ Zoom
  
 === Outline === === Outline ===
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}} ​    ​| ​      | | 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:4-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) | | | +|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:​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)| | | | +|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:6-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) | +|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.ppt|Cellular Automata}}  ​             | {{https://​raw.githubusercontent.com/​pedro-andrade-inpe/​ca/​master/​lua/​Life.lua|Life}} (ca)         ​| ​     |Cell, CellularSpace,​ Neighborhood,​ Map, Random | | +|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.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}}|+|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 =====
Line 59: Line 68:
 |  | [[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://​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)]]| |  | [[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 ==== ==== 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}}| |  | {{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}}|
-| | {{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}}|+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/​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.}} | | | {{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.}} |
Line 74: Line 84:
 |  | [[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.]]| |  | [[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.]] | |  | [[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.]] |
-|  | [[ 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.]]|+|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://​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.]]| |  | [[ 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.]]|
Line 84: Line 94:
 ==== Agent-based Modeling ==== ==== 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}} | | | 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 | |  | Pe'er et al. Virtual Corridors for Conservation Management, Conservation Biology (2005): 1997–2003 |
cst-317/classes2020.1598470453.txt.gz · Last modified: 2020/08/26 16:34 by pedro