-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
290 lines (271 loc) · 17.6 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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--FAVICON-->
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/img/favicons/site.webmanifest">
<link rel="shortcut icon" href="/img/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AToMPM</title>
<link rel="stylesheet" href="style/ua-eng-style.css" type="text/css"/>
<link rel="stylesheet" href="style/uj-style.css" type="text/css"/>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script type="text/javascript" src="atompm-scripts.js"></script>
</head>
<body>
<div id="topbar" onclick="javascript:$(topbar).fadeToggle();">
</div>
<div id="bg">
<div id="wrapper">
<div id="header" style="text-align: center;">
<img src="img/AToMPM-no_bg.png" alt="AToMPM" width="30%"/>
</div>
<div id="nav1">
<div class="inside" style="width: 100%">
<ul style="list-style: none; font-weight: bold; font-size: 12pt;">
<li style="width: 25%;"><a href="#home" onclick="load('#home');">Home</a></li>
<li style="width: 25%;"><a href="#media" onclick="load('#media');">Tutorials & Demos</a></li>
<li style="width: 25%;"><a href="#people" onclick="load('#people');">People</a></li>
<li style="width: 25%;"><a href="#publications" onclick="load('#publications');">Publications</a></li>
<!--<li style="width: 16.6%;"><a href="#dev" onclick="load('#dev');">Installation</a></li>-->
<!--<li style="width: 16.6%;"><a href="#support" onclick="load('#support');">Support</a></li>-->
</ul>
</div>
</div>
<div id="home" class="entry" style="margin-top: 10px;">
<div class="box">
<h1>
Welcome to the AToMPM project
</h1>
<p>
AToMPM stands for "A Tool for Multi-Paradigm Modeling". It is a research framework
from which you can generate domain-specific modeling web-based tools that run on
the cloud. AToMPM is an open-source framework for designing DSML environments,
performing model transformations, and manipulating and managing models. It runs
completely over the web, making it independent from any operating system, platform,
or device it may execute on. AToMPM follows the philosophy of modeling everything
explicitly, at the right level of abstraction(s), using the most appropriate formalism(s)
and process(es), being completely modeled by itself.
</p>
</div>
<div class="box" style="text-align: center;">
<img src="img/screenshot.png" width="100%"/><br/>
<p>
The current stable version is <a id="latest_version" href="https://github.com/AToMPM/atompm/releases/latest"></a><span id="version_time"></span>.
The source code release contains both the client and server code.
</p>
<p class="download_latest">
<a id="download_dev" class="download_latest" href="https://github.com/AToMPM/atompm/releases/latest"></a>
</p>
<p>
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/github.svg" />
</p>
</div>
<div class="box">
<h1>
Installation and Dependencies
</h1>
Please read the README in the code repository: <a href="https://github.com/AToMPM/atompm">https://github.com/AToMPM/atompm</a>
</div>
<div class="box">
<h1>
Documentation
</h1>
Here is the <a href="https://atompm.readthedocs.io">documentation and user guide</a> for AToMPM
</div>
<div class="box">
<h1>
Bug Reports or Support
</h1>
<p>
If you find a bug or need support, please let us know by raising an issue at <a
href="https://github.com/atompm/atompm/issues">
the AToMPM GitHub issues page</a>.
</p>
</div>
<div class="box">
<h1>
Project Link:
</h1>
<ul>
<li><a href="https://github.com/atompm/atompm/">AToMPM Git repository</a></li>
</ul>
</div>
</div>
<div id="people" class="entry" style="margin-top: 10px; display: none;">
<div class="box">
<h1>
Leaders
</h1>
<p> AToMPM is an academic tool led by two professors:
</p>
<ul>
<li><a href="http://syriani.cs.ua.edu">Prof. Dr. Eugene Syriani</a>, <span style="font-style: italic;">
University of Montreal</span></li>
<li><a href="http://msdl.cs.mcgill.ca/people/hv">Prof. Dr. Hans Vangheluwe</a>, <span
style="font-style: italic;">University of Antwerp and McGill University</span></li>
</ul>
</div>
<div class="box">
<h1>
Contributors
</h1>
<p>
A very active development team is behind the AToMPM project. The team is distributed all around the world. The list of contributors is in alphabetical order and updated biannually. For precise contributions, visit the <a href="https://github.com/atompm/atompm/">GitHub project</a>.
</p>
<ul>
<li><a href="http://corle001.students.cs.ua.edu/">Jonathan Corley</a>, <span style="font-style: italic;">University of Alabama</span></li>
<li><a href="http://hergin.students.cs.ua.edu/">Huseyin Ergin</a>, <span style="font-style: italic;">University of Alabama</span></li>
<li><a href="http://www-etud.iro.umontreal.ca/~fallkhad/">Khady Fall</a>, <span style="font-style: italic;">University of Montreal</span></li>
<li><a href="http://www-ens.iro.umontreal.ca/~gamboagm/">Miguel Gamboa</a>, <span style="font-style: italic;">University of Montreal</span></li>
<li><a href="http://chansen.students.cs.ua.edu/">Conner Hansen</a>, <span style="font-style: italic;">University of Alabama</span></li>
<li><a href="http://msdl.cs.mcgill.ca/people/bentley/">Bentley James Oakes</a>, <span style="font-style: italic;">McGill University</span></li>
<li><a href="http://msdl.cs.mcgill.ca/people/maris/">Maris Jukss</a>, <span style="font-style: italic;">McGill University </span></li>
<li><a href="http://msdl.cs.mcgill.ca/people/levi/">Levi Lucio</a>, <span style="font-style: italic;">McGill University</span></li>
<li><a href="http://msdl.cs.mcgill.ca/people/raphael/">Raphael Mannadiar</a>, <span style="font-style: italic;">McGill University</span></li>
<li><a href="http://msdl.cs.mcgill.ca/people/bart/">Bart Meyers</a>, <span style="font-style: italic;">University of Antwerp</span></li>
<li><a href="http://msdl.cs.mcgill.ca/people/sadaf/">Sadaf Mustafiz</a>, <span style="font-style: italic;">McGill University</span></li>
<li><a href="http://msdl.cs.mcgill.ca/people/jelle/">Jelle Slowack</a>, <span style="font-style: italic;">University of Antwerp</span></li>
<li><a href="http://www-ens.iro.umontreal.ca/~dasilvav/">Vasco Sousa</a>, <span style="font-style: italic;">University of Montreal</span></li>
<li><a href="http://msdl.cs.mcgill.ca/people/simonvm/">Simon Van Mierlo</a>, <span style="font-style: italic;">University of Antwerp</span></li>
<li><a href="http://msdl.cs.mcgill.ca/people/yentl/">Yentl Van Tendeloo</a>, <span style="font-style: italic;">University of Antwerp</span></li>
</ul>
</div>
<div class="box">
<h1>
Partners and Sponsors
</h1>
<table cellspacing="10" width="100%" border="0" style="text-align: center; display: table;
margin: 0 auto;">
<tr>
<td>
<a href="http://www-ens.iro.umontreal.ca/~syriani/research.html">
<img src="img/logos/udem.gif" alt="Université de Montréal"
height="63px"/></a>
</td>
<td>
<a href="http://msdl.cs.mcgill.ca/">
<img src="img/logos/mcgill.png"
alt="McGill University"
height="63px"/></a>
</td>
</tr>
<tr>
<td>
<a href="http://ansymo.ua.ac.be/">
<img src="img/logos/uantwerp.png"
alt="University of Antwerp"
height="63px"/></a>
</td>
<td>
<a href="http://syriani.cs.ua.edu/Research.aspx">
<img src="img/logos/ualabama.gif"
alt="University of Alabama"
height="63px"/></a>
<!--</td>-->
<!--<td>-->
<!--<a href="https://www.necsis.ca/">-->
<!--<img src="/img/logos/NECSIS.jpg" alt="NECSIS" height="63px"/></a>-->
<!--</td>-->
<!--<td>-->
<!--<a href="http://www.nsf.gov/">
<img src="https://www.nsf.gov/images/logos/nsf1v.jpg" alt="NSF" height="63px" /></a>-->
<!--</td>-->
<!--<td>-->
<!--<a href="">
<img src="" alt="" height="63px" /></a>-->
<!--</td>-->
</tr>
</table>
</div>
</div>
<div id="publications" class="entry" style="margin-top: 10px; display: none;">
<div class="box">
<h1>
AToMPM in scientific articles
</h1>
<ol class="ref">
<li>M. Gamboa and E. Syriani. Improving User Productivity in Modeling Tools by Explicitly Modeling Workflows. <i>Software & Systems Modeling</i> (2018).<a href="https://doi.org/10.1007/s10270-018-0678-1" class="pdfLink"> </a></li>
<li>M. Gamboa and E. Syriani. Using Workflows to Automate Activities in MDE Tools. <i>MODELSWARD 2016, Revised and selected papers</i>. CCIS: 692, pp. 22-45, Springer (2017). <a href="https://doi.org/10.1007/978-3-319-66302-9_2" class="pdfLink"> </a></li>
<li>C. Masson, J. Corley, and E. Syriani. Feature Model for Collaborative Modeling Environments. <i>MODELS 2017 Satellite Events - Workshop on Collaborative Modelling in MDE</i>. CEUR-WS.org: 2019, pp. 164-173. oct (2017).<a href="http://ceur-ws.org/Vol-2019/commitmde_5.pdf" class="pdfLink"> </a></li>
<li>M. Gamboa and E. Syriani. Automating Activities in MDE Tools. <i>Model-Driven Engineering and Software Development</i>, pp. 123-133, SciTePress. Rome, feb (2016).<a href="http://www.scitepress.org/DigitalLibrary/PublicationsDetail.aspx?ID=CAL/FjVhnvw=&t=1" class="pdfLink"> </a></span></li>
<li>J. Corley, E. Syriani, and H. Ergin. Evaluating the Cloud Architecture of AToMPM. <i>Model-Driven Engineering and Software Development</i>, pp. 339-346, SciTePress. Rome, feb (2016).<a href="http://www.scitepress.org/DigitalLibrary/PublicationsDetail.aspx?ID=zSextI5pZds=&t=1" class="pdfLink"> </a></li>
<li>E. Syriani. Framework to Model Collaboratively. <i>Workshop on Collaborative Modelling in MDE</i>. CEUR-WS.org: 1717, pp. 4. Saint-Malo, oct (2016).<a href="http://ceur-ws.org/Vol-1717/paper2.pdf" class="pdfLink"> </a></li>
<li>J. Corley, E. Syriani, H. Ergin and S. Van Mierlo. Cloud-based Multi-View Modeling Environments. <i>Modern Software Engineering Methodologies for Mobile and Cloud Environments</i>. ch. 7, pp. 120-139, IGI Global (2015).<a href="http://www.igi-global.com/chapter/cloud-based-multi-view-modeling-environments/144468" class="pdfLink"> </a></li>
<li>H. Ergin and E. Syriani. AToMPM Solution for the IMDB Case Study. <i>Transformation Tool Contest</i>. CEUR-WS.org: 1305, pp. 134--138, York (2014).<a href="http://ceur-ws.org/Vol-1305/paper20.pdf" class="pdfLink">
</a></li>
<li>S. Van Mierlo, B. Barroca, H. Vangheluwe, E. Syriani and T. Kuehne. Multi-Level Modelling in the Modelverse. <i>MULTI workshop</i>. CEUR-WS.org, Valencia (2014).<a href="http://ceur-ws.org/Vol-1286/p9.pdf" class="pdfLink"> </a></li>
<li>J. Corley and E. Syriani. <i>A Cloud Architecture for an Extensible Multi-Paradigm Modeling Environment.</i> MODELS posters. CEUR-WS.org: 1258, pp. 6-10, Valencia (2014).<a href="http://ceur-ws.org/Vol-1258/poster2.pdf" class="pdfLink"> </a></li>
<li>E. Syriani, H. Vangheluwe, R. Mannadiar, C. Hansen, S. Van Mierlo and H. Ergin. AToMPM: A Web-based Modeling Environment. <i>MODELS'13: Invited Talks, Demos, Posters, and ACM SRC</i>. CEUR-WS.org: 1115, Miami (2013).<a href="http://ceur-ws.org/Vol-1258/poster2.pdf" class="pdfLink"> </a></li>
<li>S. Van Mierlo. <i>Model Transformation for Modelling Language Evolution.</i> University of Antwerp, Masters thesis (2013).</li>
<li>J. Slowack. <i>Human-Usable Textual Notation for ArkM3.</i> University of Antwerp, Masters thesis (2013).<a href="http://msdl.cs.mcgill.ca/people/simonvm/files/thesis" class="pdfLink"> </a></li>
<li>L. Lucio, S. Mustafiz, J. Denil, H. Vangheluwe, M. Jukss. <i>FTG+PM: An Integrated Framework for Investigating Model Transformation Chains.</i> SDL Forum, pp. 182-202 (2013).<a href="http://dx.doi.org/10.1007/978-3-642-38911-5_11" class="pdfLink"> </a></li>
<li>E. Syriani, H. Vangheluwe, and B. LaShomb. T-Core: A Framework for Custom-built Transformation Languages. <i>Software & Systems Modeling:</i> 14(3), pp. 1215-1243 (2015).<a href="http://dx.doi.org/10.1007/s10270-013-0370-4" class="pdfLink"> </a></li>
<li>R. Mannadiar. <i>AToMPM: A Tool for Multi-Paradigm Modelling.</i> NECSIS Workshop (2012).<a href="http://msdl.cs.mcgill.ca/people/raphael/files/poster.pdf" class="pdfLink"> </a></li>
<li>E. Syriani, J. Gray and H. Vangheluwe. Modeling a Model Transformation Language. <i>Domain Engineering: Product Lines, Conceptual Models, and Languages.</i> (2012).<a href="http://syriani.cs.ua.edu/publications/DE13.pdf" class="pdfLink"> </a></li>
<li>R. Mannadiar. <i>A Multi-Paradigm Modelling Approach to the Foundations of Domain-Specific Modelling.</i> Doctoral dissertation, McGill University, jun (2012).<a href="http://msdl.cs.mcgill.ca/people/raphael/files/thesis.pdf" class="pdfLink"> </a></li>
<li>R. Mannadiar, H. Vangheluwe. <i>Modular artifact synthesis from domain-specific models.</i> ISSE 8(1), pp. 65-77 (2012).<a href="http://dx.doi.org/10.1007/s11334-011-0157-0" class="pdfLink"> </a></li>
</ol>
</div>
</div>
<div id="media" class="entry" style="margin-top: 10px; display: none;">
<div class="box">
<h1>
Tutorials
</h1>
<div style="display: table; margin: 0 auto;">
<!--note: do not add http: or https to this url-->
<iframe src="//www.slideshare.net/slideshow/embed_code/key/9alVJawXBht92" width="476"
height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no">
</iframe>
</div>
<p style="text-align: center;">
<a href="https://www.slideshare.net/eugenesyriani/atompm-introductory-tutorial">http://www.slideshare.net/eugenesyriani/atompm-introductory-tutorial</a>
</p>
</div>
<div class="box">
<h1>
Demos
</h1>
<div style="display: table; margin: 0 auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/iBbdpmpwn6M" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<p style="text-align: center;">
<a href="https://www.youtube.com/watch?v=iBbdpmpwn6M">http://www.youtube.com/watch?v=iBbdpmpwn6M</a>
</p>
<div style="display: table; margin: 0 auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/RYtea2BiQ98" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
<p style="text-align: center;">
<a href="https://www.youtube.com/watch?v=RYtea2BiQ98">http://www.youtube.com/watch?v=RYtea2BiQ98</a>
</p>
</div>
<div class="box">
<h1>
Presentations
</h1>
<div style="display: table; margin: 0 auto;">
<!--note: do not add http: or https to this url-->
<iframe src="//www.slideshare.net/slideshow/embed_code/key/zsW7EUoatt0hl9" width="476"
height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no">
</iframe>
</div>
<p style="text-align: center;">
<a href="https://www.slideshare.net/eugenesyriani/atompm-features">http://www.slideshare.net/eugenesyriani/atompm-features</a>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>