1+
2+ <!doctype html>
3+ < html lang ="en " class ="no-js ">
4+ < head >
5+
6+ < meta charset ="utf-8 ">
7+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
8+
9+
10+
11+
12+
13+
14+ < link rel ="icon " href ="/images/favicon.ico ">
15+ < meta name ="generator " content ="mkdocs-1.6.1, mkdocs-material-9.5.42 ">
16+
17+
18+
19+ < title > ELISA - Open Source Engineering Process</ title >
20+
21+
22+
23+ < link rel ="stylesheet " href ="/assets/stylesheets/main.0253249f.min.css ">
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
37+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i%7CFira+Code:400,400i,700,700i&display=fallback ">
38+ < style > : root {--md-text-font : "Open Sans" ;--md-code-font : "Fira Code" }</ style >
39+
40+
41+
42+ < link rel ="stylesheet " href ="/stylesheets/elisa.css ">
43+
44+ < script > __md_scope = new URL ( "/" , location ) , __md_hash = e => [ ...e ] . reduce ( ( ( e , _ ) => ( e << 5 ) - e + _ . charCodeAt ( 0 ) ) , 0 ) , __md_get = ( e , _ = localStorage , t = __md_scope ) => JSON . parse ( _ . getItem ( t . pathname + "." + e ) ) , __md_set = ( e , _ , t = localStorage , a = __md_scope ) => { try { t . setItem ( a . pathname + "." + e , JSON . stringify ( _ ) ) } catch ( e ) { } } </ script >
45+
46+
47+
48+
49+
50+
51+ </ head >
52+
53+
54+ < body dir ="ltr ">
55+
56+
57+ < input class ="md-toggle " data-md-toggle ="drawer " type ="checkbox " id ="__drawer " autocomplete ="off ">
58+ < input class ="md-toggle " data-md-toggle ="search " type ="checkbox " id ="__search " autocomplete ="off ">
59+ < label class ="md-overlay " for ="__drawer "> </ label >
60+ < div data-md-component ="skip ">
61+
62+ </ div >
63+ < div data-md-component ="announce ">
64+
65+ </ div >
66+
67+
68+
69+
70+
71+
72+ < header class ="md-header md-header--shadow " data-md-component ="header ">
73+ < nav class ="md-header__inner md-grid " aria-label ="Header ">
74+ < a href ="/index.html " title ="ELISA - Open Source Engineering Process " class ="md-header__button md-logo " aria-label ="ELISA - Open Source Engineering Process " data-md-component ="logo ">
75+
76+ < img src ="/images/elisa-logo.svg " alt ="logo ">
77+
78+ </ a >
79+ < label class ="md-header__button md-icon " for ="__drawer ">
80+
81+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z "/> </ svg >
82+ </ label >
83+ < div class ="md-header__title " data-md-component ="header-title ">
84+ < div class ="md-header__ellipsis ">
85+ < div class ="md-header__topic ">
86+ < span class ="md-ellipsis ">
87+ ELISA - Open Source Engineering Process
88+ </ span >
89+ </ div >
90+ < div class ="md-header__topic " data-md-component ="header-topic ">
91+ < span class ="md-ellipsis ">
92+
93+
94+
95+ </ span >
96+ </ div >
97+ </ div >
98+ </ div >
99+
100+
101+ < script > var palette = __md_get ( "__palette" ) ; if ( palette && palette . color ) { if ( "(prefers-color-scheme)" === palette . color . media ) { var media = matchMedia ( "(prefers-color-scheme: light)" ) , input = document . querySelector ( media . matches ?"[data-md-color-media='(prefers-color-scheme: light)']" :"[data-md-color-media='(prefers-color-scheme: dark)']" ) ; palette . color . media = input . getAttribute ( "data-md-color-media" ) , palette . color . scheme = input . getAttribute ( "data-md-color-scheme" ) , palette . color . primary = input . getAttribute ( "data-md-color-primary" ) , palette . color . accent = input . getAttribute ( "data-md-color-accent" ) } for ( var [ key , value ] of Object . entries ( palette . color ) ) document . body . setAttribute ( "data-md-color-" + key , value ) } </ script >
102+
103+
104+
105+ < label class ="md-header__button md-icon " for ="__search ">
106+
107+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5 "/> </ svg >
108+ </ label >
109+ < div class ="md-search " data-md-component ="search " role ="dialog ">
110+ < label class ="md-search__overlay " for ="__search "> </ label >
111+ < div class ="md-search__inner " role ="search ">
112+ < form class ="md-search__form " name ="search ">
113+ < input type ="text " class ="md-search__input " name ="query " aria-label ="Search " placeholder ="Search " autocapitalize ="off " autocorrect ="off " autocomplete ="off " spellcheck ="false " data-md-component ="search-query " required >
114+ < label class ="md-search__icon md-icon " for ="__search ">
115+
116+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5 "/> </ svg >
117+
118+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z "/> </ svg >
119+ </ label >
120+ < nav class ="md-search__options " aria-label ="Search ">
121+
122+ < button type ="reset " class ="md-search__icon md-icon " title ="Clear " aria-label ="Clear " tabindex ="-1 ">
123+
124+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z "/> </ svg >
125+ </ button >
126+ </ nav >
127+
128+ </ form >
129+ < div class ="md-search__output ">
130+ < div class ="md-search__scrollwrap " tabindex ="0 " data-md-scrollfix >
131+ < div class ="md-search-result " data-md-component ="search-result ">
132+ < div class ="md-search-result__meta ">
133+ Initializing search
134+ </ div >
135+ < ol class ="md-search-result__list " role ="presentation "> </ ol >
136+ </ div >
137+ </ div >
138+ </ div >
139+ </ div >
140+ </ div >
141+
142+
143+ < div class ="md-header__source ">
144+ < a href ="https://github.com/elisa-tech/wg-osep " title ="Go to repository " class ="md-source " data-md-component ="source ">
145+ < div class ="md-source__icon md-icon ">
146+
147+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 512 512 "> <!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--> < path d ="m503.5 204.6-.7-1.8-69.7-181.78c-1.4-3.57-3.9-6.59-7.2-8.64-2.4-1.55-5.1-2.515-8-2.81s-5.7.083-8.4 1.11c-2.7 1.02-5.1 2.66-7.1 4.78-1.9 2.12-3.3 4.67-4.1 7.44l-47 144H160.8l-47.1-144c-.8-2.77-2.2-5.31-4.1-7.43-2-2.12-4.4-3.75-7.1-4.77a18.1 18.1 0 0 0-8.38-1.113 18.4 18.4 0 0 0-8.04 2.793 18.1 18.1 0 0 0-7.16 8.64L9.267 202.8l-.724 1.8a129.57 129.57 0 0 0-3.52 82c7.747 26.9 24.047 50.7 46.447 67.6l.27.2.59.4 105.97 79.5 52.6 39.7 32 24.2c3.7 1.9 8.3 4.3 13 4.3s9.3-2.4 13-4.3l32-24.2 52.6-39.7 106.7-79.9.3-.3c22.4-16.9 38.7-40.6 45.6-67.5 8.6-27 7.4-55.8-2.6-82 "/> </ svg >
148+ </ div >
149+ < div class ="md-source__repository ">
150+ GitHub
151+ </ div >
152+ </ a >
153+ </ div >
154+
155+ </ nav >
156+
157+ </ header >
158+
159+ < div class ="md-container " data-md-component ="container ">
160+
161+
162+
163+
164+
165+
166+ < main class ="md-main " data-md-component ="main ">
167+ < div class ="md-main__inner md-grid ">
168+
169+
170+
171+ < div class ="md-sidebar md-sidebar--primary " data-md-component ="sidebar " data-md-type ="navigation " >
172+ < div class ="md-sidebar__scrollwrap ">
173+ < div class ="md-sidebar__inner ">
174+
175+
176+
177+
178+ < nav class ="md-nav md-nav--primary " aria-label ="Navigation " data-md-level ="0 ">
179+ < label class ="md-nav__title " for ="__drawer ">
180+ < a href ="/index.html " title ="ELISA - Open Source Engineering Process " class ="md-nav__button md-logo " aria-label ="ELISA - Open Source Engineering Process " data-md-component ="logo ">
181+
182+ < img src ="/images/elisa-logo.svg " alt ="logo ">
183+
184+ </ a >
185+ ELISA - Open Source Engineering Process
186+ </ label >
187+
188+ < div class ="md-nav__source ">
189+ < a href ="https://github.com/elisa-tech/wg-osep " title ="Go to repository " class ="md-source " data-md-component ="source ">
190+ < div class ="md-source__icon md-icon ">
191+
192+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 512 512 "> <!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--> < path d ="m503.5 204.6-.7-1.8-69.7-181.78c-1.4-3.57-3.9-6.59-7.2-8.64-2.4-1.55-5.1-2.515-8-2.81s-5.7.083-8.4 1.11c-2.7 1.02-5.1 2.66-7.1 4.78-1.9 2.12-3.3 4.67-4.1 7.44l-47 144H160.8l-47.1-144c-.8-2.77-2.2-5.31-4.1-7.43-2-2.12-4.4-3.75-7.1-4.77a18.1 18.1 0 0 0-8.38-1.113 18.4 18.4 0 0 0-8.04 2.793 18.1 18.1 0 0 0-7.16 8.64L9.267 202.8l-.724 1.8a129.57 129.57 0 0 0-3.52 82c7.747 26.9 24.047 50.7 46.447 67.6l.27.2.59.4 105.97 79.5 52.6 39.7 32 24.2c3.7 1.9 8.3 4.3 13 4.3s9.3-2.4 13-4.3l32-24.2 52.6-39.7 106.7-79.9.3-.3c22.4-16.9 38.7-40.6 45.6-67.5 8.6-27 7.4-55.8-2.6-82 "/> </ svg >
193+ </ div >
194+ < div class ="md-source__repository ">
195+ GitHub
196+ </ div >
197+ </ a >
198+ </ div >
199+
200+ < ul class ="md-nav__list " data-md-scrollfix >
201+
202+
203+
204+
205+
206+
207+
208+ < li class ="md-nav__item ">
209+ < a href ="https://elisa.tech/ " class ="md-nav__link ">
210+
211+
212+ < span class ="md-ellipsis ">
213+ ELISA
214+ </ span >
215+
216+
217+ </ a >
218+ </ li >
219+
220+
221+
222+
223+
224+
225+
226+
227+
228+ < li class ="md-nav__item ">
229+ < a href ="/index.html " class ="md-nav__link ">
230+
231+
232+ < span class ="md-ellipsis ">
233+ OSEP
234+ </ span >
235+
236+
237+ </ a >
238+ </ li >
239+
240+
241+
242+
243+
244+
245+
246+
247+
248+ < li class ="md-nav__item ">
249+ < a href ="/workshops/index.html " class ="md-nav__link ">
250+
251+
252+ < span class ="md-ellipsis ">
253+ Workshops
254+ </ span >
255+
256+
257+ </ a >
258+ </ li >
259+
260+
261+
262+ </ ul >
263+ </ nav >
264+ </ div >
265+ </ div >
266+ </ div >
267+
268+
269+
270+ < div class ="md-sidebar md-sidebar--secondary " data-md-component ="sidebar " data-md-type ="toc " >
271+ < div class ="md-sidebar__scrollwrap ">
272+ < div class ="md-sidebar__inner ">
273+
274+
275+ < nav class ="md-nav md-nav--secondary " aria-label ="Table of contents ">
276+
277+
278+
279+
280+ </ nav >
281+ </ div >
282+ </ div >
283+ </ div >
284+
285+
286+
287+ < div class ="md-content " data-md-component ="content ">
288+ < article class ="md-content__inner md-typeset ">
289+
290+ < h1 > 404 - Not found</ h1 >
291+
292+ </ article >
293+ </ div >
294+
295+
296+ < script > var target = document . getElementById ( location . hash . slice ( 1 ) ) ; target && target . name && ( target . checked = target . name . startsWith ( "__tabbed_" ) ) </ script >
297+ </ div >
298+
299+ < button type ="button " class ="md-top md-icon " data-md-component ="top " hidden >
300+
301+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z "/> </ svg >
302+ Back to top
303+ </ button >
304+
305+ </ main >
306+
307+ < footer class ="md-footer ">
308+
309+
310+
311+ < div class ="md-footer-meta md-typeset ">
312+ < div class ="md-footer-meta__inner md-grid ">
313+ < div class ="md-copyright ">
314+
315+
316+ Made with
317+ < a href ="https://squidfunk.github.io/mkdocs-material/ " target ="_blank " rel ="noopener ">
318+ Material for MkDocs
319+ </ a >
320+
321+ </ div >
322+
323+ </ div >
324+ </ div >
325+ </ footer >
326+
327+ </ div >
328+ < div class ="md-dialog " data-md-component ="dialog ">
329+ < div class ="md-dialog__inner md-typeset "> </ div >
330+ </ div >
331+
332+
333+ < script id ="__config " type ="application/json "> { "base" : "/" , "features" : [ "content.code.copy" , "content.code.annotate" , "navigation.footer" , "navigation.top" ] , "search" : "/assets/javascripts/workers/search.6ce7567c.min.js" , "translations" : { "clipboard.copied" : "Copied to clipboard" , "clipboard.copy" : "Copy to clipboard" , "search.result.more.one" : "1 more on this page" , "search.result.more.other" : "# more on this page" , "search.result.none" : "No matching documents" , "search.result.one" : "1 matching document" , "search.result.other" : "# matching documents" , "search.result.placeholder" : "Type to start searching" , "search.result.term.missing" : "Missing" , "select.version" : "Select version" } } </ script >
334+
335+
336+ < script src ="/assets/javascripts/bundle.83f73b43.min.js "> </ script >
337+
338+
339+ </ body >
340+ </ html >
0 commit comments