Skip to content

Commit

Permalink
Add "tutorial" to the keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Aug 20, 2021
1 parent 71eabbb commit 5483686
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
Expand Up @@ -2,7 +2,7 @@
* Name: Luneray's flu 1
* Author: Patrick Taillandier
* Description: Describe here the model and its experiments
* Tags: species, global, experiment, skill, moving
* Tags: species, global, experiment, skill, moving, tutorial
*/

model model1
Expand Down
Expand Up @@ -2,7 +2,7 @@
* Name: Luneray's flu 2
* Author: Patrick Taillandier
* Description: Additions of a chart, monitor and end condition
* Tags: chart, monitor, pause
* Tags: chart, monitor, pause, tutorial
*/

model model2
Expand Down
Expand Up @@ -2,7 +2,7 @@
* Name: Luneray's flu 3
* Author: Patrick Taillandier
* Description: Importation of GIS data
* Tags: Tag1, Tag2, TagN
* Tags: gis, tutorial
*/

model model3
Expand Down
Expand Up @@ -2,7 +2,7 @@
* Name: Luneray's flu 4
* Author: Patrick Taillandier
* Description: Use of a graph to constraint the movements of people
* Tags: graph, moving
* Tags: graph, moving, tutorial
*/

model model4
Expand Down
Expand Up @@ -2,7 +2,7 @@
* Name: Luneray's flu 5
* Author: Patrick Taillandier
* Description: Define a 3D display
* Tags: 3D, obj, opengl
* Tags: 3D, obj, opengl, tutorial
*/

model model5
Expand Down
Expand Up @@ -2,7 +2,7 @@
* Name: Luneray's flu 6
* Author: Patrick Taillandier
* Description: Exploration of the model
* Tags: batch, genetic, save
* Tags: batch, genetic, save, tutorial
*/

model model6
Expand Down Expand Up @@ -102,6 +102,8 @@ experiment main type: gui {
parameter "Nb people infected at init" var: nb_infected_init min: 1 max: 2147;

output {

layout #split ;
monitor "Infected people rate" value: infected_rate;

display map {
Expand All @@ -110,7 +112,7 @@ experiment main type: gui {
species people aspect:circle;
}

display chart_display refresh: every(10 #cycles) {
display chart_display type: java2D refresh: every(10 #cycles) {
chart "Disease spreading" type: series {
data "susceptible" value: nb_people_not_infected color: #green;
data "infected" value: nb_people_infected color: #red;
Expand Down

0 comments on commit 5483686

Please sign in to comment.