User Tools

Site Tools


cst-317:classes2022

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:classes2022 [2022/08/09 09:23]
pedro
cst-317:classes2022 [2022/08/23 11:36]
pedro
Line 44: Line 44:
 |2   ​|{{:​cst-317:​2-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:​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 |  | |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:​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}} **Deadline: ​02 Aug 23h59BRT**|+|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}} **Deadline: ​08 Aug 23h59BRT**|
 |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) | | | |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)| | | | |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)| | | |
Line 51: Line 51:
 |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}} **Deadline: 18 Aug 23h59BRT**| |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}} **Deadline: 18 Aug 23h59BRT**|
 |10 | {{:​cst-317:​10-runoff-2.ppt|Runoff}} ​            | {{https://​raw.githubusercontent.com/​TerraME/​terrame/​master/​packages/​gis/​examples/​runoff.lua|Runoff}} (gis) |      |             | | |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-v2.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 ​
  
 ===== Final Project ===== ===== Final Project =====
  
-**Deadline: 5 Sep**+**Deadline: 05 Sep**
  
 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. 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.
Line 86: Line 89:
  
 ==== Agent-based Modeling ==== ==== Agent-based Modeling ====
-| | [[https://​iopscience.iop.org/​article/​10.1088/​1742-5468/​2011/​05/​P05003/​meta?​casa_token=9YSGlwzLCg0AAAAA:​WRxIO48IP27W7LmSe_x5Z-MWZ7D8y3IxDrsWetUdNZ6rGO7r-VoyQWyuiIHq-zU7-pgBcDQ1s76H|An agent-based computational model of the spread of tuberculosis]] |+|Matheus ​| [[https://​iopscience.iop.org/​article/​10.1088/​1742-5468/​2011/​05/​P05003/​meta?​casa_token=9YSGlwzLCg0AAAAA:​WRxIO48IP27W7LmSe_x5Z-MWZ7D8y3IxDrsWetUdNZ6rGO7r-VoyQWyuiIHq-zU7-pgBcDQ1s76H|An agent-based computational model of the spread of tuberculosis]] |
 | | 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/classes2022.txt · Last modified: 2023/01/06 15:52 by pedro