-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·230 lines (221 loc) · 11.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>Gama Days 2024</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="https://gama-platform.org/img/gama-logo.png">
<!-- Social Networks -->
<meta property="og:title" content="GAMA-Platform · GAMA Days 2024">
<meta property="og:type" content="website">
<meta property="og:url" content="https://gama-platform.org/Gama-Days-2024/">
<meta property="og:description" content="GAMA Days 2024">
<meta property="og:image" content="https://gama-platform.org/img/gama-logo.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://gama-platform.org/img/gama-logo.png">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<!-- body -->
<body class="main-layout">
<!-- loader -->
<div class="loader_bg">
<div class="loader"><img src="images/loading.gif" alt="#" /></div>
</div>
<!-- end loader -->
<!-- header -->
<header>
<!-- header inner -->
<div class="head_top">
<div class="header">
<div class="container-fluid">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 col logo_section">
<div class="full">
<div class="center-desk">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="#" /></a>
</div>
</div>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9">
<nav class="navigation navbar navbar-expand-md navbar-dark ">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample04" aria-controls="navbarsExample04" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample04">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="CFParticipation.html">Register</a>
</li>
<li class="nav-item">
<a class="nav-link" href="CFP.html">Submit</a>
</li>
<li class="nav-item">
<a class="nav-link" href="program.html">Program</a>
</li>
<li class="nav-item">
<a class="nav-link" href="committee.html">Committees</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!-- end header inner -->
<!-- end header -->
<!-- banner -->
<section class="banner_main">
<div class="container-fluid">
<div class="row d_flex">
<div class="col-md-6">
<div class="text-bg">
<h1>13, 14 & 15 November 2024</h1>
<h1><a href="https://ird-fr.zoom.us/j/94296743926?pwd=Ceoxmsqb4PPazuP4imQmnVWp3at4ro.1">Join the Conference</a></h1>
<p>We are pleased to announce GAMA Days 2024, an online conference to be held from November 13-15, 2024. This event, organized by UMMISCO, is open to all users and developers of the GAMA platform. We invite you to present your latest creations and applications based on the GAMA open-source project.<br/> <br/> Participation is <strong>free</strong> upon registration. Just make sure to register to get access to all the sessions and events.</p>
<p></p><a href="CFParticipation.html">REGISTER</a></p>
</div>
</div>
<div class="col-md-6">
<div class="text-img">
<figure><img src="images/box_img.png" alt="#"/></figure>
</div>
</div>
</div>
</div>
</section>
</div>
</header>
<!-- end banner -->
<!-- business -->
<div class="projects">
<div class="container">
<div class="row">
<div class="col-md-10">
<div class="titlepage "> <!--- class="titlepage"> --->
<h2><a href="https://gama-platform.org/">GAMA Platform</a></h2>
<p class="text-justify">Agent-based modeling is increasingly popular for studying complex systems. However, it requires significant computer programming work because it involves describing all agents and their behaviors in the form of algorithms. The GAMA open-source platform aims to assist modelers with this task. Developed since 2007 by a consortium of research teams, this versatile platform allows model content to be built using an accessible modeling language and then simulated. GAMA has seen significant growth in recent years due to its ability to create and simulate large-scale models, including those with hundreds of thousands of agents and detailed geographic data. It also features advanced 3D visualization tools and tools dedicated to the construction of serious games. This platform is now used in numerous research projects addressing diverse issues such as epidemiology, land-use change, natural or technological risks, natural resource management, and urban mobility.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10 offset-md-1">
<div class="row">
<div class="col-md-10">
<div class="projects_box ">
<figure>
<iframe width="560" height="315" src="https://www.youtube.com/embed/LvmNtsB1ytY?si=4U_hHJlbzhVU8Waj" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<figcaption>Gama 1.9</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end business -->
<!-- business -->
<div class="projects">
<div class="container">
<div class="row">
<div class="col-md-10">
<div class="titlepage "> <!--- class="titlepage"> --->
<h2>Event Objectives</h2>
<p class="text-justify"></p>
<ul class="text-justify ">
<li>- <strong>Share and Discover </strong> recent advancements and applications of the GAMA platform.</li>
<li>- <strong>Unite the GAMA Community</strong> around innovative and collaborative projects.</li>
<li>- <strong>Promote Exchanges</strong> between users and developers to enhance the platform and its uses.</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10 offset-md-1">
<div class="row">
<div class="col-md-4">
<div class="projects_box ">
<figure><img src="images/visual.jpg" alt="#"/></figure>
</div>
</div>
<div class="col-md-4">
<div class="projects_box ">
<figure><img src="images/visual_2.png" alt="#"/></figure>
</div>
</div>
<div class="col-md-4">
<div class="projects_box ">
<figure><img src="images/littosim.png" alt="#"/></figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end business -->
<!-- footer -->
<footer>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-12 ">
<div class="cont">
<h3><strong class="multi"> The event will be hosted by :</strong><br></h3>
<table>
<tr>
<td><figure><a href="https://www.ummisco.fr" ><img class="img-fluid height:50px" height="50px" src="images/ummisco2.png" alt="UMMISCO"/> </a></figure></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Contact us:<a href="mailto:[email protected]"> Gama days' 2024 organizers</a></p> </p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<script src="https:cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
</body>
</html>