-
Notifications
You must be signed in to change notification settings - Fork 186
/
course1819.html
316 lines (296 loc) · 13.1 KB
/
course1819.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" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Software architecture</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="https://dokie.li/media/css/basic.css" media="all" rel="stylesheet" title="Basic" />
<link href="https://dokie.li/media/css/dokieli.css" media="all" rel="stylesheet" />
<script src="https://dokie.li/scripts/dokieli.js"></script>
</head>
<body about="" prefix="rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs: http://www.w3.org/2000/01/rdf-schema#
owl: http://www.w3.org/2002/07/owl#
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
dctypes: http://purl.org/dc/dcmitype/
foaf: http://xmlns.com/foaf/0.1/
pimspace: http://www.w3.org/ns/pim/space#
cc: https://creativecommons.org/ns#
skos: http://www.w3.org/2004/02/skos/core#
prov: http://www.w3.org/ns/prov#
schema: http://schema.org/
void: http://rdfs.org/ns/void#
rsa: http://www.w3.org/ns/auth/rsa#
cert: http://www.w3.org/ns/auth/cert#
wgs: http://www.w3.org/2003/01/geo/wgs84_pos#
bibo: http://purl.org/ontology/bibo/
sioc: http://rdfs.org/sioc/ns#
doap: http://usefulinc.com/ns/doap#
dbr: http://dbpedia.org/resource/
dbp: http://dbpedia.org/property/
sio: http://semanticscience.org/resource/
opmw: http://www.opmw.org/ontology/
deo: http://purl.org/spar/deo/
doco: http://purl.org/spar/doco/
cito: http://purl.org/spar/cito/
fabio: http://purl.org/spar/fabio/
oa: http://www.w3.org/ns/oa#
as: https://www.w3.org/ns/activitystreams#
ldp: http://www.w3.org/ns/ldp#
solid: http://www.w3.org/ns/solid/terms#
acl: http://www.w3.org/ns/auth/acl#
dio: https://w3id.org/dio#"
typeof="schema:CreativeWork
sioc:Post prov:Entity">
<main>
<article about="" typeof="schema:Article">
<h1>Software Architecture Course - 2018/19 edition</h1>
<div id="authors">
<ul>
<li><a href="http://labra.weso.es/"
about="http://labra.weso.es#me"
property="schema:name"
typeof="http://xmlns.com/foaf/0.1/Person">Jose Emilio Labra Gayo</a></li>
</ul>
<ul id="affiliations">
<li id="uniovi">
<a
about="http://www.wikidata.org/entity/Q2303432"
rel="schema:url" typeof="schema:Organization"
property="schema:name"
href="http://uniovi.es">University of Oviedo, Spain</a>
</li>
</ul>
</div>
<h2>Slides</h2>
<ul>
<li>23/Jan/2019 - Presentation:
<a href="slides/course1819/EN.ASW.TE01_Presentation.pdf">English</a>,
<a href="slides/course1819/ES.ASW.TE01_Presentacion.pdf">Spanish</a>
</li>
<li>30/Jan/2019 - Definitions:
<a href="slides/course1819/EN.ASW.TE02_Definitions.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te02_Definiciones.pdf">Spanish</a>
</li>
<li>30/Jan/2019 - Conference "Trends in Software Architecture: A professional (dis)orientation", by Sergio Fernández:
<a href="https://www.slideshare.net/Wikier/trends-in-software-architecture-a-professional-desorientation">Slides</a>
</li>
<li>06/Feb/2019 - Software architecture documentation:
<a href="slides/course1819/EN.ASW.TE03_Documentation.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te03_Documentacion.pdf">Spanish</a>
</li>
<li>13/Feb/2019 - Quality attributes and design concepts:
<a href="slides/course1819/EN.ASW.TE04_QualityAttributes.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te04_AtributosCalidad.pdf">Spanish</a>
</li>
<li>19/Feb/2019 - Sofware taxonomies: Construction and maintenance
<a href="slides/course1819/EN.ASW.TE05_Construction.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te05_Construccion.pdf">Spanish</a>
</li>
<li>27/Feb/2019 and 6/Mar/2019 Sofware taxonomies: Modularity
<a href="slides/course1819/EN.ASW.TE06_Modularity.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te06_Modularidad.pdf">Spanish</a>
</li>
<li>12/Mar/2019 - Sofware taxonomies: Runtime
<a href="slides/course1819/EN.ASW.TE07_Runtime.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te07_Comportamiento.pdf">Spanish</a>
</li>
<li>20/Mar/2019 - Conference Software Architecture #10YearsChallenge,
<a href="https://github.com/peibolsang/">Pablo Bermejo</a>
(<a href="http://demo-architecture.s3-website-us-east-1.amazonaws.com/">Slides</a>,
<a href="https://github.com/peibolsang/architecture-presentation">Source code of slides</a>)
</li>
<li>26/Mar/2019 - Sofware taxonomies: Integration
<a href="slides/course1819/EN.ASW.TE08_Integration.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te08_Integracion.pdf">Spanish</a>
</li>
<li>2/Apr/2019 - Sofware taxonomies: Allocation
<a href="slides/course1819/EN.ASW.TE09_Allocation.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te09_Disposicion.pdf">Spanish</a>
</li>
<li>2/Apr/2019 - Software architecture and enterprise
<a href="slides/course1819/EN.ASW.TE10_Business.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te10_Negocio.pdf">Spanish</a>
</li>
<li>12/Jun/2019: Solid presentation, by Mitzi Laszlo (Solid Manager):
<a href="slides/course1819/SolidPresentationOviedo.pdf">English</a>
</li>
<li>12/Jun/2019: Solid Chat Challenge presentation:
<a href="slides/course1819/SolidChatChallenge.pdf">English</a>
</li>
</ul>
<h2 id="StudentProjects">Student's projects</h2>
<p>The following list contains the projects that have already a working prototype with
the application and technical documentation deployed. This is still work-in-progress as the final
deadline for the projects finishes during the week of 29th April-3rd May.
<table>
<!--<tr>
<td>Dechat_en1a</td>
<td><a href="https://arquisoft.github.io/dechat_en1a/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_en1a">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_en1a/docs/">Technical documentation</a></td>
</tr> -->
<tr>
<td>Dechat_en1b</td>
<td><a href="https://arquisoft.github.io/dechat_en1b/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_en1b">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_en1b/docs/">Technical documentation</a></td>
</tr>
<tr>
<td>Dechat_en2a</td>
<td><a href="https://arquisoft.github.io/dechat_en2a/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_en2a">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_en2a/docs/">Technical documentation</a></td>
</tr>
<tr>
<td>Dechat_en2b/sole_chat</td>
<td><a href="https://arquisoft.github.io/sole_chat/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/sole_chat">source code</a></td>
<td><a href="https://arquisoft.github.io/sole_chat/about_documentation/docs.html">Technical documentation</a></td>
</tr>
<tr>
<td>Dechat_en3a</td>
<td><a href="https://arquisoft.github.io/dechat_en3a/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_en3a">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_en3a/docs/">Technical documentation</a></td>
</tr>
<!--<tr>
<td>Dechat_en3b</td>
<td><a href="https://arquisoft.github.io/dechat_en3b/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_en3b">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_en3b/docs/">Technical documentation</a></td>
</tr>-->
<tr>
<td>Dechat_es1a</td>
<td><a href="https://arquisoft.github.io/dechat_es1a/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es1a">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es1a/doc/">Technical documentation</a></td>
</tr>
<tr>
<td>Dechat_es1b</td>
<td><a href="https://arquisoft.github.io/dechat_es1b/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es1b">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es1b/docs/index.html">Technical documentation</a></td>
</tr>
<!-- Removed because they failed during the presentation
<tr><td>Dechat_es2a</td>
<td><a href="https://arquisoft.github.io/dechat_es2a/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es2a">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es2a/docs/">Technical documentation</a></td>
</tr> -->
<tr>
<td>Dechat_es2b</td>
<td><a href="https://arquisoft.github.io/dechat_es2b/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es2b">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es2b/docs/readme.html">Technical documentation</a></td>
</tr>
<!--<tr>
<td>Dechat_es3a</td>
<td><a href="https://arquisoft.github.io/dechat_es3a/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es3a">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es3a/docs/">Technical documentation</a></td>
</tr> -->
<tr>
<td>Dechat_es3b</td>
<td><a href="https://arquisoft.github.io/dechat_es3b/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es3b">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es3b/doc.html">Technical documentation</a></td>
</tr>
<tr>
<td>Dechat_es4a</td>
<td><a href="https://arquisoft.github.io/dechat_es4a/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es4a">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es4a/assets/statics/docs/">Technical documentation</a></td>
</tr>
<tr>
<td>Dechat_es4b</td>
<td><a href="https://arquisoft.github.io/dechat_es4b/app/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es4b">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es4b">Technical documentation</a></td>
</tr>
<tr>
<td>Dechat_es5a</td>
<td><a href="https://dechat5a.ddns.net/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es5a">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es5a">Technical documentation</a></td>
</tr>
<tr>
<td>Dechat_es5b</td>
<td><a href="https://arquisoft.github.io/dechat_es5b/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es5b">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es5b/docs/">Technical documentation</a></td>
</tr>
<!-- Removed because they failed during the presentation
<tr>
<td>Dechat_es6a1</td>
<td><a href="https://arquisoft.github.io/dechat_es6a1/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es6a1">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es6a1/adocs/">Technical documentation</a></td>
</tr> -->
<tr>
<td>Dechat_es6a2</td>
<td><a href="https://arquisoft.github.io/dechat_es6a2/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/dechat_es6a2">source code</a></td>
<td><a href="https://arquisoft.github.io/dechat_es6a2/documentation.html">Technical documentation</a></td>
</tr>
<tr>
<td>Dechat_es6b</td>
<td><a href="https://arquisoft.github.io/DeChat_es6b/">app deployed</a></td>
<td><a href="https://github.com/Arquisoft/DeChat_es6b">source code</a></td>
<td><a href="https://arquisoft.github.io/DeChat_es6b/docs/">Technical documentation</a></td>
</tr>
</table>
<h2>Links</h2>
<h3>Communication channels</h3>
<ul>
<li><a href="https://gitter.im/Arquisoft/dechat">dechat gitter channel</a>
</ul>
<h3>Coding style guides</h3>
<ul>
<li><a href="https://github.com/i0natan/nodebestpractices">Node best practices</a>
</ul>
<h3>Software architecture documentation</h3>
<ul>
<li><a href="http://arc42.org">Arc42</a></li>
<li><a href="https://asciidoctor.org/">Asciidoctor</a></li>
<li><a href="http://plantuml.com/">PlantUML</a></li>
<li><a href="https://real-world-plantuml.com/">Real-world PlantUML</a></li>
</ul>
<h3>Solid</h3>
<ul>
<li><a href="https://forum.solidproject.org/">Forum</a></li>
<li><a href="https://www.reddit.com/r/SOLID/">Reddit</a></li>
<li><a href="https://gitter.im/home/explore">Gitter</a></li>
<li>Awesome solid links:
<a href="https://github.com/kustomzone/awesome-solid">one</a>,
<a href="https://github.com/itsee/awesome-solid">two</a>
</li>
<li><a href="https://www.bourgeoa.ga/solid-wiki">Wiki for beginners</a></li>
<li><a href="https://vimeo.com/316638368">Solid World event (6/Feb/19) recording</a></li>
<li><a href="https://github.com/pheyvaer/solid-chess">Solid Chess</a></li>
<li><a href="http://www.validatingrdf.com/tutorial/iswc2018/">Validating RDF data tutorial</a>:
<a href="https://figshare.com/articles/RDF_data_model/7159796">Overview to RDF data model</a>
</li>
</ul>
<h3>Quality attributes</h3>
<ul>
<li><a href="ISO25010.html">ISO25010: Quality attributes MindMap</a></li>
<li><a href="http://iso25000.com/index.php/en/iso-25000-standards/iso-25010">ISO 25010 Software product quality</a></li>
</ul>
<h2>Online references</h2>
<ul>
<li><a href="https://leanpub.com/arc42inpractice/read">Communicating Software Architectures</a>: lean, effective and painless documentation</li>
</ul>
<h2>Practical assignment</h2>
Description:
<a href="https://labra.solidcommunity.net/public/SoftwareArchitecture/AssignmentDescription">English</a>,
<a href="https://labra.solidcommunity.net/public/SoftwareArchitecture/EnunciadoPractica/">Spanish</a>
<h2>Seminar assignment</h2>
Description:
<a href="https://labra.solidcommunity.net/public/SoftwareArchitecture/SeminarDescription/">English</a>,
<a href="https://labra.solidcommunity.net/public/SoftwareArchitecture/EnunciadoSeminario/">Spanish</a>
</article>
</main>
</body>
</html>