-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
157 lines (145 loc) · 9.24 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
---
layout: default
carousel:
- img: /img/gemoc.png
text: The GEMOC Initiative
caption: The GEMOC Initiative
portfolio:
heading: The GEMOC Community
items:
- link: /portfolio-item.html
img: 700x450
alt: Events (workshops, seminars, meetings)
<!--script: |
<!-- Script to Activate the Carousel -->
$('.carousel').carousel({
interval: 5000 //changes the speed
})
---
<!-- Features Section -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">The GEMOC Initiative
<small>On the Globalization of Modeling Languages</small>
</h1>
</div>
<div class="col-lg-12">
<div class="row">
<div class="col-lg-9 col-md-9">
<div class="row">
<div class="col-lg-8 col-md-8">
<p>GEMOC is an <a title="Subscribe to the GEMOC Initiative" href="contact.html">open</a> and <a title="Members of the GEMOC Initiative" href="members.html">international</a> initiative that aims to coordinate and disseminate the research results regarding the support of the coordinated use of various modeling languages that will lead to the concept of <a href="https://hal.inria.fr/hal-00994551">the globalization of modeling languages</a>.</p>
<p>GEMOC develops techniques, frameworks, and environments to facilitate the creation, integration, and automated processing of heterogeneous modeling languages. All the results are seamlessly integrated in <a title="The Eclipse GEMOC Studio" href="studio.html">the Eclipse GEMOC Studio</a>.</p>
</div>
<div class="col-lg-4 col-md-4">
<img class="img-responsive" src="{{ site.baseurl }}/img/gemoc.png" alt="The GEMOC Initiative">
</div>
<div class="col-lg-12 col-md-12">
<p>
<strong>GEMOC focuses on three design and validation issues in complex software-intensive systems</strong>
<ol>
<li><strong>Consider various concerns.</strong> Multiple stakeholders are involved in the design process, each with a specific domain expertise. Stakeholders express their perspective with their own language, which then must be composed for global analysis and execution.</li>
<li><strong>Integrate heterogeneous parts.</strong> Complex systems integrate different devices specialized for different applications to deliver a global service. Thus, communication and synchronization must be modeled to compose heterogeneous parts and characterize the emerging behavior.</li>
<li><strong>Deal with evolution and openness.</strong> It is not possible to establish an exhaustive, finite list of domain languages, communication and timing models. Thus, tools and environments must be open and allow the evolution or the creation of languages and models.</li>
</ol>
</p>
</div>
<div class="col-lg-8 col-md-8">
<p>
<strong>GEMOC is tightly connected to the Eclipse Foundation</strong> through both the <a href="https://www.eclipse.org/org/workinggroups/gemoc_rc_charter.php">Eclipse GEMOC Research Consortium</a> and the <a href="https://projects.eclipse.org/projects/modeling.gemoc">Eclipse GEMOC Studio</a>. Read <a href="https://www.eclipse.org/community/eclipse_newsletter/2019/july/gemoc.php">this article</a> for more information on the Eclipse-GEMOC relationship.
</p>
</div>
<div class="col-lg-4 col-md-4">
<img class="img-responsive" src="{{ site.baseurl }}/img/gemoc-eclipse-rc.png" alt="The Eclipse GEMOC Research Consortium">
<!-- <img class="img-responsive" src="{{ site.baseurl }}/img/studio.png" alt="The Eclipse GEMOC Studio"> -->
</div>
<div class="col-lg-12 col-md-12">
<h1 class="page-header">The GEMOC Community</h1>
</div>
<div class="col-lg-4 col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-group"></i> Members</h4>
</div>
<div class="panel-body">
<p>GEMOC is a community involving worldwide researchers and practitioners from academia and industry. The initiative is open to anyone willing to share problems, experiences and solutions related to the globalization of modeling languages.</p>
<a href="members.html" class="btn btn-default">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-globe"></i> Events</h4>
</div>
<div class="panel-body">
<p>The GEMOC initiative supports the GEMOC workshop series at the MODELS conference, and supports the organization of various additional events (workshops, seminars, meetings) on the topic of the globalization of modeling languages.</p>
<a href="events.html" class="btn btn-default">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-puzzle-piece"></i> Projects</h4>
</div>
<div class="panel-body">
<p>The GEMOC initiative is supported by different projects that explore several dimensions of tools and methods in software language engineering (SLE) related to the globalization of modeling languages.</p>
<a href="projects.html" class="btn btn-default">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12">
<h1 class="page-header">The Eclipse GEMOC Studio</h1>
</div>
<div class="col-lg-4 col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-gears"></i> Execution, Animation and Debug</h4>
</div>
<div class="panel-body">
<p>A tool-supported approach to complement a modeling language with execution semantics, and automatically get an advanced and extensible environment for model simulation, animation and omniscient debugging.</p>
<a href="{{ site.baseurl }}/breathe-life-into-your-designer.html" class="btn btn-default">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-share-alt-square"></i> Concurrency Analysis</h4>
</div>
<div class="panel-body">
<p>Complement an executable modeling language with a formal model of concurrency to reason over temporal properties of concurrent or distributed systems (e.g., for design space exploration, scheduling, allocation analysis, etc.).</p>
<a href="{{ site.baseurl }}/weave-domain-concurrency-into-your-dsl.html" class="btn btn-default">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-share-alt"></i> Behavioral Coordination</h4>
</div>
<div class="panel-body">
<p>Reify behavioral coordination patterns between behavioral interfaces of domain-specific languages to automatically support the (time/data-driven) concurrent execution of, possibly heterogeneous, models.</p>
<a href="{{ site.baseurl }}/BCOoL/index.html" class="btn btn-default">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 well">
<div class="row">
<div class="col-lg-9 col-md-9">
<p>The Eclipse GEMOC Studio is an Eclipse product (on top of Eclipse Modeling, Xtext and Sirius), which integrates the Eclipse technologies produced by the GEMOC community, as well as various examples, documentations, and tutorials.</p>
</div>
<div class="col-lg-3 col-md-3">
<a class="btn btn-lg btn-default btn-block" href="studio.html">Get the Studio!</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3">
{% twitter https://twitter.com/gemocinitiative limit=5 %}
</div>
</div>
</div>
</div>