-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
317 lines (268 loc) · 11.3 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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MFES - Arquitectura e Cálculo 2015-2016</title>
<meta name="description" content="MFES-AC 15/16 website">
<meta name="keywords" content="software architecture, process calculi, coordination, algebraic reasoning, components">
<meta name="author" content="Jose Proenca" >
<!-- <base href="http://ac1516.proenca.org/" target="_parent" /> -->
<!-- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> -->
<link href="extra/css/bootstrap-bw.min.css" rel="stylesheet" media="screen">
<link href="extra/css/main.css" rel="stylesheet">
<!-- see more examples in http://bootswatch.com/paper/# -->
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top"> <!-- navbar-fixed-top -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<!-- AC -->
</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav" id="myTab">
<li class="active"><a href="#">Home</a></li>
<li><a href="#programa">Programa</a></li>
<li><a href="#material">Material de Apoio</a></li>
<li><a href="#funcionamento">Funcionamento</a></li>
<!--
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Dropdown <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li class="dropdown-header">Dropdown header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
-->
</ul>
</div>
</div>
<div class="splash">
<h2 class="splash-title">Arquitectura e Cálculo 2015/16</h2>
<!-- <div class="blue-rect"> -->
<h4 class="splash-subtitle">Perfil de Métodos Formais em Engenharia de Software</h4>
<h4 class="splash-subtitle"> Dep. Informática, Universidade do Minho</h4>
</div>
<div id="myTabContent" class="container">
<div class="bs-component">
<!--~~~~~~~~~~~~~~~~~~~~~~~-->
<h2>Objectivos</h2>
<p>
Este curso tem por objectivo o estudo de modelos e cálculos em arquitectura de software, com ênfase nos <strong>sistemas reactivos</strong>.
</p>
<p>
<a href="material/summaries.html">Os sumários já estão disponíveis online.</a>
</p>
<!--~~~~~~~~~~~~~~~~~~~~~~~-->
<h2 id="programa">Programa resumido</h2>
<ul>
<li> <strong>Introduction to software architecture</strong>
<li> <strong>Background</strong> <ul>
<li> (Semantics) Introduction to transition systems (mCRL2).
<li> (Logic) Introduction to modal, hybrid and dynamic logic (mCRL2).
</ul>
<li> <strong>Models and calculi of reactive systems</strong> <ul>
<li> Timed (with real time constraints) (Uppaal).
<li class="faded"> Probabilistic (PRISM).
<!-- </li> <li> Cyber-physical (Keymaera). -->
</ul>
<li> <strong>Architecture for reactive systems</strong> <ul>
<li class="faded"> Component-oriented architectural design. <ul>
<li class="faded"> Paradigm: Software components as monadic Mealy machines
<li class="faded"> Method: The mMm calculus; prototyping in Haskell
</ul>
<li> Coordination-oriented architectural design. (ECT) <ul>
<li> Paradigm: The Reo exogenous coordination model
<li> Method: Compositional specification of the glue layer
</ul>
</ul>
</ul>
<!--~~~~~~~~~~~~~~~~~~~~~~~-->
<h2 id="material">Material de apoio</h2>
<h5> Slides </h5>
<ul>
<li><a href="slides/AC1516-1-Intro.pdf">
1: Software Architecture for Reactive Systems</a>
<li><a href="slides/AC1516-2-LTS.pdf">
2: Background - Labelled transition systems</a>
<li><a href="slides/AC1516-3-ModalLogic.pdf">
3: Introduction to Modal Logic</a>
<li><a href="slides/AC1516-4-Uppaal1.pdf">
4: Modelling time-critical reactive systems</a>
<li><a href="slides/AC1516-5-Uppaal2.pdf">
5: Verifying time-critical reactive systems</a>
<li> <a href="slides/AC1516-6-Reo1.pdf">
6: Coordination-oriented design with Reo </a>
<li> <a href="slides/AC1516-7-Reo2.pdf">
7: Semantics of Reo connectors </a>
<li> <a href="slides/AC1516-8-Reo3.pdf">
8: Interactive interaction constraints </a>
</ul>
<h5> Exercícios e projectos </h5>
<ul>
<li><a href="material/tutorial/mcrl2_tutorial-ropebridge.zip">
mCRL2 tutorial - the rope bridge</a>
[<a href="material/tutorial/solutions/bridge-referee.mcrl2">solutions</a>]
<li><a href="material/tp1.pdf">
Assignment 1 - a mCRL2 exercise</a>
<li><a href="material/tp2.pdf">
Assignment 2 - Time-critical systems</a>
<li><a href="material/tp3.pdf"> <!-- class="faded" -->
Assignment 3 - Architecting the coordination layer</a>
</ul>
<h5> Links úteis </h5>
<ul>
<li><a href="http://www.mcrl2.org">mCRL2 website</a>
<li><a href="http://www.uppaal.org">UPPAAL website</a>
<li><a href="http://reo.project.cwi.nl/webreo/">Reo animations</a>
<li><a href="https://github.com/joseproenca/ip-constraints">Interactive constraints (Reo)</a>
</ul>
<h5> Bibliografia </h5>
<ul>
<li><a href="http://link.springer.com/chapter/10.1007%2F978-3-540-39800-4_1">
Formal Modeling and Analysis of Software Architecture: Components,
Connectors, and Events</a>
<div class="pdf"> <a class="pdf" href=
"http://wiki.di.uminho.pt/twiki/pub/Education/MFES1112/Material/Gar03.pdf">
</a></div>
<li><a href="http://mitpress.mit.edu/books/principles-model-checking">
Principles Of Model Checking</a>
<div class="pdf"> <a class="pdf"
href="http://is.ifmo.ru/books/_principles_of_model_checking.pdf">
</a></div>
<li><a href="http://web.stanford.edu/group/cslipublications/cslipublications/site/9781575865980.shtml">
Modal Logic for Open Minds</a>
<div class="pdf"> <a class="pdf"
href="http://fenrong.net/teaching/mljvb.pdf">
</a></div>
<li><a href="http://cgi.csc.liv.ac.uk/~frank/MLHandbook/">
Modal Logic: a semantic perspective</a>
<div class="pdf"> <a class="pdf"
href="http://www.illc.uva.nl/Research/Publications/Reports/PP-2006-30.text.pdf">
</a></div>
<li><a href="http://www.cambridge.org/us/academic/subjects/computer-science/programming-languages-and-applied-logic/reactive-systems-modelling-specification-and-verification">
Reactive Systems: Modelling, Specification and Verification</a>
<div class="pdf"> <a class="pdf" href=
"http://www.cs.ioc.ee/yik/schools/win2007/ingolfsdottir/sv-book-part1.pdf">
</a></div>
<li><a href="http://link.springer.com/chapter/10.1007%2F978-3-540-30080-9_7">
A tutorial on Uppaal</a>
<div class="pdf"> <a class="pdf"
href="www.uppaal.com/admin/anvandarfiler/filer/uppaal-tutorial.pdf">
<!--
href=
"http://www.cs.aau.dk/~adavid/publications/21-tutorial.pdf">
-->
</a></div>
<li><a href="http://dx.doi.org/10.7561/SACS.2012.1.201">
Overview of Thirty Semantic Formalisms for Reo</a>
<div class="pdf"> <a class="pdf"
href="https://pdfs.semanticscholar.org/29a8/dbec7526b5b6c882a33b74f85007bb8fbe38.pdf">
</a></div>
<li><a href="http://dx.doi.org/10.1007/s00165-011-0191-6">
Reo + mCRL2 : A framework for model-checking dataflow in service compositions</a>
<div class="pdf"> <a class="pdf"
href="http://www.win.tue.nl/~evink/research/Postscript/facj11.pdf">
</a></div>
</ul>
<h5> MFES: outros anos </h5>
<ul>
<li>
<a href="http://wiki.di.uminho.pt/twiki/bin/view/Education/MFES/WebHome"
target="_blank">(actual)</a>,
<a href="http://wiki.di.uminho.pt/twiki/bin/view/Education/MFES1617/WebHome"
target="_blank">2016/17</a>,
<a href="http://wiki.di.uminho.pt/twiki/bin/view/Education/MFES1415/WebHome"
target="_blank">2014/15</a>,
<a href="http://wiki.di.uminho.pt/twiki/bin/view/Education/MFES1314/WebHome"
target="_blank">2013/14</a>,
<a href="http://wiki.di.uminho.pt/twiki/bin/view/Education/MFES1213/WebHome"
target="_blank">2012/13</a>,
<a href="http://wiki.di.uminho.pt/twiki/bin/view/Education/MFES1112/WebHome"
target="_blank">2011/12</a>,
<a href="http://wiki.di.uminho.pt/twiki/bin/view/Education/MFES1011/WebHome"
target="_blank">2010/11</a>,
<a href="http://wiki.di.uminho.pt/twiki/bin/view/Education/MFES0910/WebHome"
target="_blank">2009/10</a>.
</ul>
<!--~~~~~~~~~~~~~~~~~~~~~~~-->
<h2 id="funcionamento">AC está a acabar - e agora?</h2>
<p>Se gostas de especificação formal de software e de uma vertente matemática na análise de programas, então temos vários projectos com bolsas de investigação no nosso grupo. E a lista está sempre a crescer.
</p>
<div class="well">
<a href="http://arca.di.uminho.pt/index.html#projects">Vê a lista dos nossos projectos online.</a>
</div>
<!--~~~~~~~~~~~~~~~~~~~~~~~-->
<h2 id="funcionamento">Funcionamento</h2>
<img class="bioPhoto" src="extra/img/jose-bw.jpg">
<h5><a name="Docente"></a> Docente </h5>
<ul><li>
<a href="http://jose.proenca.org">José Proença</a>
</li></ul>
<h5><a name="Avalia_o"></a> Avaliação </h5>
<ul>
<li> Projecto 1 (10%)
<ul><li>Entrega: 31 Março @ 14h
<li><a href="material/tp1-results.html">RESULTADOS</a>
</ul>
<li> Projecto 2 (15%) <!-- - <strike>Entrega: 05 Maio @ 14h</strike></br> -->
<ul><li>Entrega: 15 Maio @ 23:59
<li>Demo: 19 Maio @ 14h
<!-- <li> Random order of groups: 4, 9, 3, 8, (5), 10, (7), 6, 1, 2 -->
<!-- (new scala.util.Random(System.currentTimeMillis())).shuffle(1 to 10) -->
<li> <a href="material/tp2-results.html">RESULTADOS</a>
</ul>
<li> Projecto 3 (15%) <!-- - <strike>Entrega: 27 Maio @ 23:59</strike></br> -->
<ul><li>Entrega: 16 Junho @ 14h
<li>Demo: 16 Junho @ 14h
<li> <a href="material/tp3-results.html">RESULTADOS</a>
</ul>
<li> Prova individual escrita (60%) - 9 Junho @ 14h
<li> Exame de recurso (60%) - 30 Junho @ 14h (DI.0.03)
<li> As notas finais superiores ou iguais a 19 valores terão que ser defendidas em <u>prova oral</u>.
<li> <a href="material/final-results.html">PAUTA PROVISÓRIA com resultados da prova escrita.</a>
</ul>
<h5><a name="Atendimento"></a> Atendimento </h5>
<ul>
<li> Horário: 4ª 10h-12h (por marcação)
<li> Marcação: jose at proenca dot org
</ul>
<!--~~~~~~~~~~~~~~~~~~~~~~~-->
</div> <!-- bs-component -->
</div> <!-- container -->
<!-- FOOTERS -->
<div class="panel-footer" id="wrapper-footer">
<div id="footer">
Copyright 2016 – José Proença
</div>
</div>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="extra/js/bootstrap.min.js"></script>
<!-- <script src="../assets/js/bootswatch.js"></script> -->
<script>
$(document).on('click','.navbar-collapse.in',function(e) {
if( $(e.target).is('a') && $(e.target).attr('class') != 'dropdown-toggle' ) {
$(this).collapse('hide');
}
});
// post-process the tweeter feed.
(function ($) {
window.setTimeout(function(){
$(".twitter-timeline").contents().find(".e-entry-title").attr("style", "color: #666666; font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;");
}, 1000);
})(jQuery);
</script>
</body>
</html>