diff --git a/_config.yml b/_config.yml index 2975561..85318fd 100644 --- a/_config.yml +++ b/_config.yml @@ -74,6 +74,8 @@ parse: # Files to exclude from the build #exclude_patterns: [nlp-enrichment/enrichment_tweaked.ipynb, data-input/aux/*, word_search/parse_conll_make_search.ipynb, README.md] +exclude_patterns: [README.md, ".venv/*", LICENSE.md, corpus_collection/corpus-collection_metadata-extraction.ipynb] + # Enable interactive widgets jupyter: widgets: diff --git a/_static/drag_drop.css b/_static/drag_drop.css index 1c6ff85..bed38fc 100644 --- a/_static/drag_drop.css +++ b/_static/drag_drop.css @@ -154,7 +154,7 @@ html[data-theme='dark'] .reset-button { .reset-button:hover { background: #00305e; - color: white; + color: white !important; } .feedback { diff --git a/assets/assessment/umsetzung/jupyterquiz/colors_test.json b/assets/assessment/umsetzung/jupyterquiz/colors_test.json deleted file mode 100644 index 34e4411..0000000 --- a/assets/assessment/umsetzung/jupyterquiz/colors_test.json +++ /dev/null @@ -1,115 +0,0 @@ -[ - { - "question": "Welche Fragentypen gibt es in JupyterQuiz?", - "type": "many_choice", - "answers": [ - { - "code": "reorder", - "correct": false, - "feedback": "Die Möglichkeit einer Anordnungs-Aufgabe gibt es nicht." - }, - { - "code": "multiple_choice", - "correct": true, - "feedback": "Richtig. Diese Frage wurde mit diesem Fragetyp umgesetzt." - }, - { - "code": "many_choice", - "correct": true, - "feedback": "Auch richtig." - }, - { - "code": "numeric", - "correct": true, - "feedback": "Genau. Hier wird eine Zahl als Antwort eingefordert." - } - ] - }, - { - "question": "Gibt es Unterschiede zwischen <> multiple_choice und many_choice?", - "type": "many_choice", - "answers": [ - { - "answer": "Nein", - "correct": true, - "feedback": "Laut der Dokumentation gibt es keinen Unterschied zwischen diesen zwei Fragentypen." - }, - { - "answer": "Ja", - "correct": false - }, - { - "answer": "Vielleicht", - "correct": false, - "feedback": "Wir hatten zuerst auch vermutet, dass es einen Unterschied gibt …" - } - ] - }, - { - "question": "Wie viele Quizzes sind auf dieser Seite vor diesem Quiz eingebaut?", - "type": "numeric", - "answers": [ - { - "type": "value", - "value": 6, - "correct": true, - "feedback": "Genau, es sind 6." - }, - { - "type": "value", - "value": 7, - "correct": false, - "feedback": "Das aktuelle Quiz zählt nicht mit." - }, - { - "type": "range", - "range": [ - -10000000000, - 0 - ], - "correct": false, - "feedback": "Eine negative Anzahl von Quizzes ist nicht möglich! 😃" - }, - { - "type": "range", - "range": [ - 0, - 5.9 - ], - "correct": false, - "feedback": "Nein, es sind mehr." - }, - { - "type": "range", - "range": [ - 6.1, - 6.9 - ], - "correct": false, - "feedback": "Nein, es sind weniger." - }, - { - "type": "range", - "range": [ - 7.1, - 10 - ], - "correct": false, - "feedback": "Nein, es sind weniger." - }, - { - "type": "range", - "range": [ - 10, - 10000000000 - ], - "correct": false, - "feedback": "So stark verzählt haben können Sie sich aber nicht‽" - }, - { - "type": "default", - "feedback": "Das war leider falsch. Versuchen Sie es nochmal." - } - ] - } -] \ No newline at end of file diff --git a/assets/assessment/umsetzung/jupyterquiz/many_choice_one_and_multiple_correct.json b/assets/assessment/umsetzung/jupyterquiz/many_choice_one_and_multiple_correct.json deleted file mode 100644 index 8199a72..0000000 --- a/assets/assessment/umsetzung/jupyterquiz/many_choice_one_and_multiple_correct.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "question": "Welche Fragentypen gibt es in JupyterQuiz?", - "type": "many_choice", - "answers": [ - { - "code": "reorder", - "correct": false, - "feedback": "Die Möglichkeit einer Anordnungs-Aufgabe gibt es nicht." - }, - { - "code": "multiple_choice", - "correct": true, - "feedback": "Richtig. Diese Frage wurde mit diesem Fragetyp umgesetzt." - }, - { - "code": "many_choice", - "correct": true, - "feedback": "Auch richtig." - }, - { - "code": "numeric", - "correct": true, - "feedback": "Genau. Hier wird eine Zahl als Antwort eingefordert." - } - ] - }, - { - "question": "Gibt es Unterschiede zwischen <> multiple_choice und many_choice?", - "type": "many_choice", - "answers": [ - { - "answer": "Nein", - "correct": true, - "feedback": "Laut der Dokumentation gibt es keinen Unterschied zwischen diesen zwei Fragentypen." - }, - { - "answer": "Ja", - "correct": false - }, - { - "answer": "Vielleicht", - "correct": false, - "feedback": "Wir hatten zuerst auch vermutet, dass es einen Unterschied gibt …" - } - ] - } -] \ No newline at end of file diff --git a/assets/assessment/umsetzung/jupyterquiz/multiple_choice_multiple_correct.json b/assets/assessment/umsetzung/jupyterquiz/multiple_choice_multiple_correct.json deleted file mode 100644 index 590560b..0000000 --- a/assets/assessment/umsetzung/jupyterquiz/multiple_choice_multiple_correct.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "question": "Welche Fragentypen gibt es in JupyterQuiz?", - "type": "multiple_choice", - "answers": [ - { - "code": "reorder", - "correct": false, - "feedback": "Die Möglichkeit einer Anordnungs-Aufgabe gibt es nicht." - }, - { - "code": "multiple_choice", - "correct": true, - "feedback": "Richtig. Diese Frage wurde mit diesem Fragetyp umgesetzt." - }, - { - "code": "many_choice", - "correct": true, - "feedback": "Auch richtig." - }, - { - "code": "numeric", - "correct": true, - "feedback": "Genau. Hier wird eine Zahl als Antwort eingefordert." - }, - { - "code": "single_choice", - "correct": false, - "feedback": "Diesen Fragentyp gibt es nicht." - } - ] - } -] \ No newline at end of file diff --git a/assets/assessment/umsetzung/jupyterquiz/multiple_choice_one_correct.json b/assets/assessment/umsetzung/jupyterquiz/multiple_choice_one_correct.json deleted file mode 100644 index 8818088..0000000 --- a/assets/assessment/umsetzung/jupyterquiz/multiple_choice_one_correct.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "question": "Wie werden die booleschen Werte 'wahr' und 'falsch' in einer JSON-Datei repräsentiert?", - "type": "multiple_choice", - "answers": [ - { - "answer": "True bzw. False", - "correct": false, - "feedback": "So werden sie in Python repräsentiert." - }, - { - "answer": "true bzw. false", - "correct": true, - "feedback": "Korrekt. JSON folgt der Programmiersprache Javascript und repräsentiert 'wahr' und 'falsch' als 'true' und 'false'." - } - ] - } -] \ No newline at end of file diff --git a/assets/assessment/umsetzung/jupyterquiz/numeric_one_and_multiple_correct.json b/assets/assessment/umsetzung/jupyterquiz/numeric_one_and_multiple_correct.json deleted file mode 100644 index dda117c..0000000 --- a/assets/assessment/umsetzung/jupyterquiz/numeric_one_and_multiple_correct.json +++ /dev/null @@ -1,124 +0,0 @@ -[ - { - "question": "Wie viele Quizzes sind auf dieser Seite vor diesem Quiz eingebaut?", - "type": "numeric", - "answers": [ - { - "type": "value", - "value": 6, - "correct": true, - "feedback": "Genau, es sind 6." - }, - { - "type": "value", - "value": 7, - "correct": false, - "feedback": "Das aktuelle Quiz zählt nicht mit." - }, - { - "type": "range", - "range": [ - -10000000000, - 0 - ], - "correct": false, - "feedback": "Eine negative Anzahl von Quizzes ist nicht möglich! 😃" - }, - { - "type": "range", - "range": [ - 0, - 5.9 - ], - "correct": false, - "feedback": "Nein, es sind mehr." - }, - { - "type": "range", - "range": [ - 6.1, - 6.9 - ], - "correct": false, - "feedback": "Nein, es sind weniger." - }, - { - "type": "range", - "range": [ - 7.1, - 10 - ], - "correct": false, - "feedback": "Nein, es sind weniger." - }, - { - "type": "range", - "range": [ - 10, - 10000000000 - ], - "correct": false, - "feedback": "So stark verzählt haben können Sie sich aber nicht‽" - }, - { - "type": "default", - "feedback": "Das war leider falsch. Versuchen Sie es nochmal." - } - ] - }, - { - "question": "Wie viele Minuten haben Sie für die Durcharbeit dieser Seite gebraucht?", - "type": "numeric", - "answers": [ - { - "type": "range", - "range": [ - -10000000000, - 0 - ], - "correct": false, - "feedback": "Sie müssen wohl eine Zeitmaschine besitzen." - }, - { - "type": "range", - "range": [ - 0, - 2 - ], - "correct": true, - "feedback": "Das dürfte ein Rekord sein!" - }, - { - "type": "range", - "range": [ - 2, - 10 - ], - "correct": true, - "feedback": "Sie lesen wohl recht zügig." - }, - { - "type": "range", - "range": [ - 10, - 20 - ], - "correct": true, - "feedback": "Sie stellen sicher, dass Sie alles verstanden haben." - }, - { - "type": "range", - "range": [ - 20, - 60 - ], - "correct": true, - "feedback": "Sie lassen sich Zeit." - }, - { - "type": "default", - "feedback": "Rom wurde auch nicht in einem Tag gebaut." - } - ] - } -] \ No newline at end of file diff --git a/assets/assessment/umsetzung/selbstkontrolle/GitHub_Issue_erstellen.png b/assets/assessment/umsetzung/selbstkontrolle/GitHub_Issue_erstellen.png deleted file mode 100644 index b80dfbb..0000000 Binary files a/assets/assessment/umsetzung/selbstkontrolle/GitHub_Issue_erstellen.png and /dev/null differ diff --git a/assets/develop/git/Git_branches_ueber_die_Zeit.excalidraw b/assets/develop/git/Git_branches_ueber_die_Zeit.excalidraw deleted file mode 100644 index b76cbf3..0000000 --- a/assets/develop/git/Git_branches_ueber_die_Zeit.excalidraw +++ /dev/null @@ -1,3489 +0,0 @@ -{ - "type": "excalidraw", - "version": 2, - "source": "https://excalidraw.com", - "elements": [ - { - "type": "ellipse", - "version": 42, - "versionNonce": 567531661, - "index": "a0", - "isDeleted": false, - "id": "cHaX3eMMdMRn9eYcc37Yp", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 728, - "y": 568, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 21, - "height": 27, - "seed": 588825539, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101065362, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 44, - "versionNonce": 551651405, - "index": "a4", - "isDeleted": false, - "id": "h1ErEQL4loYmIOOwfbn1t", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 723, - "y": 379, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 34, - "height": 31, - "seed": 1251511789, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101065362, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 22, - "versionNonce": 1481939341, - "index": "a5", - "isDeleted": false, - "id": "RZjVFnJeyF4UzkqIikX5D", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 717, - "y": 186, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 36, - "height": 29, - "seed": 863064931, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101065362, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 30, - "versionNonce": 1220061389, - "index": "a6", - "isDeleted": false, - "id": "qik_4Zk6tF3-7h0FXToQf", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 720, - "y": -23, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 1971996749, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101065362, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 43, - "versionNonce": 1503462307, - "index": "a7", - "isDeleted": false, - "id": "Rj3JysfOLzOX0WwXRdCsf", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 735, - "y": 417, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 7, - "height": 151, - "seed": 894889731, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101065363, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.35515620998796066, - "gap": 7.483522450060782, - "elementId": "h1ErEQL4loYmIOOwfbn1t" - }, - "endBinding": { - "focus": 0.39223988865590215, - "gap": 1, - "elementId": "cHaX3eMMdMRn9eYcc37Yp" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 7, - 151 - ] - ] - }, - { - "type": "arrow", - "version": 44, - "versionNonce": 1566620685, - "index": "a8", - "isDeleted": false, - "id": "nQjcAZptSPXRPW2G4C6Y0", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 736, - "y": 219, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 2, - "height": 162, - "seed": 588625581, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101065363, - "link": null, - "locked": false, - "startBinding": { - "focus": -0.042864821281703186, - "gap": 4.0189753572932325, - "elementId": "RZjVFnJeyF4UzkqIikX5D" - }, - "endBinding": { - "focus": -0.10783630574400642, - "gap": 1, - "elementId": "h1ErEQL4loYmIOOwfbn1t" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 2, - 162 - ] - ] - }, - { - "type": "arrow", - "version": 48, - "versionNonce": 857904963, - "index": "a9", - "isDeleted": false, - "id": "QTGplY6hBHK-Mw1pVt3wf", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 729, - "y": 9, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4, - "height": 166, - "seed": 189273763, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101065363, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.28299548957202564, - "gap": 1.4254480107974725, - "elementId": "qik_4Zk6tF3-7h0FXToQf" - }, - "endBinding": { - "focus": -0.07696006755239612, - "gap": 11.059944928679972, - "elementId": "RZjVFnJeyF4UzkqIikX5D" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4, - 166 - ] - ] - }, - { - "type": "text", - "version": 135, - "versionNonce": 1035136065, - "index": "aA", - "isDeleted": false, - "id": "1IFVienNB9ih55XGHY19o", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 649.1686387812242, - "y": -69.50083323707804, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 67.63872036235614, - "height": 32.001666474156096, - "seed": 1038375181, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"main\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"main\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 68, - "versionNonce": 1550955599, - "index": "aB", - "isDeleted": false, - "id": "KuR8S3b9yfbXa9a42HRih", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 547, - "y": 379, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 151.22799682617188, - "height": 35, - "seed": 1140017731, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...234fa23", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...234fa23", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 134, - "versionNonce": 602782753, - "index": "aD", - "isDeleted": false, - "id": "MHJPdVljYhCjhgmTSuaZM", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 537, - "y": -10, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 148.42800903320312, - "height": 35, - "seed": 527413101, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...aa4fa24", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...aa4fa24", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "ellipse", - "version": 72, - "versionNonce": 1720805795, - "index": "aG", - "isDeleted": false, - "id": "jhwiTxGwVPuJq4eYcZQaF", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1193, - "y": 573, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 21, - "height": 27, - "seed": 1700193539, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101098504, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 74, - "versionNonce": 1434950883, - "index": "aH", - "isDeleted": false, - "id": "BkfJs3ttZW_ubHmZ8t2hB", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1188, - "y": 384, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 34, - "height": 31, - "seed": 1807229101, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101098504, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 52, - "versionNonce": 1177289667, - "index": "aI", - "isDeleted": false, - "id": "ffaztY1tMm7msh3WAn9xi", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1182, - "y": 191, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 36, - "height": 29, - "seed": 1675185315, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101098504, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 60, - "versionNonce": 673404579, - "index": "aJ", - "isDeleted": false, - "id": "eYuMd79YchFoxvPw06RUB", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1185, - "y": -18, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 1521058573, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101098504, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 141, - "versionNonce": 1016753379, - "index": "aK", - "isDeleted": false, - "id": "oB7wt6biecx3oedV2QVtr", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1200, - "y": 422, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 7, - "height": 151, - "seed": 552452163, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101098505, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.35515620998796066, - "gap": 7.483522450060782, - "elementId": "BkfJs3ttZW_ubHmZ8t2hB" - }, - "endBinding": { - "focus": 0.39223988865590215, - "gap": 1, - "elementId": "jhwiTxGwVPuJq4eYcZQaF" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 7, - 151 - ] - ] - }, - { - "type": "arrow", - "version": 142, - "versionNonce": 1111066317, - "index": "aL", - "isDeleted": false, - "id": "TUq9SFgevtMQXKY6XAyW2", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1201, - "y": 224, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 2, - "height": 162, - "seed": 2113902957, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101098505, - "link": null, - "locked": false, - "startBinding": { - "focus": -0.042864821281703186, - "gap": 4.0189753572932325, - "elementId": "ffaztY1tMm7msh3WAn9xi" - }, - "endBinding": { - "focus": -0.10783630574400642, - "gap": 1, - "elementId": "BkfJs3ttZW_ubHmZ8t2hB" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 2, - 162 - ] - ] - }, - { - "type": "arrow", - "version": 146, - "versionNonce": 1025562755, - "index": "aM", - "isDeleted": false, - "id": "l4jnUkN9S7PDLKy74K5uj", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1194, - "y": 14, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4, - "height": 166, - "seed": 376618979, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101098505, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.28299548957202564, - "gap": 1.4254480107974725, - "elementId": "eYuMd79YchFoxvPw06RUB" - }, - "endBinding": { - "focus": -0.07696006755239612, - "gap": 11.059944928679972, - "elementId": "ffaztY1tMm7msh3WAn9xi" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4, - 166 - ] - ] - }, - { - "type": "text", - "version": 165, - "versionNonce": 670323311, - "index": "aN", - "isDeleted": false, - "id": "R5I2XGvmVi1OLno2dEPrL", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1114.1686387812242, - "y": -64.50083323707804, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 67.63872036235614, - "height": 32.001666474156096, - "seed": 1325654989, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"main\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"main\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 98, - "versionNonce": 1040420865, - "index": "aO", - "isDeleted": false, - "id": "8P7veCTuEBW7MzDHz9f5b", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1012, - "y": 384, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 151.22799682617188, - "height": 35, - "seed": 2121714563, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...234fa23", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...234fa23", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 164, - "versionNonce": 1102982287, - "index": "aP", - "isDeleted": false, - "id": "ElG6KZDzunO99IZIFsQgG", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1002, - "y": -5, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 148.42800903320312, - "height": 35, - "seed": 1641013805, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...aa4fa24", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...aa4fa24", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 238, - "versionNonce": 1643374561, - "index": "aQ", - "isDeleted": false, - "id": "xSUz1qPJARiI5bsybdHWV", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1216.1686387812242, - "y": -67.50083323707804, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 114.87318420410156, - "height": 32.00166647415611, - "seed": 1295541027, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"tutorial\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"tutorial\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "ellipse", - "version": 107, - "versionNonce": 1893819085, - "index": "aR", - "isDeleted": false, - "id": "qqOGWLWhF6qza0rqflcvA", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1662, - "y": 563, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 21, - "height": 27, - "seed": 127586531, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101145342, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 109, - "versionNonce": 161841453, - "index": "aS", - "isDeleted": false, - "id": "C-YjkVzwSBnF-Q5u9HRpn", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1657, - "y": 374, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 34, - "height": 31, - "seed": 309640323, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101145342, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 89, - "versionNonce": 85382029, - "index": "aT", - "isDeleted": false, - "id": "McarzPWAOcwCY0GD5h1tn", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1651, - "y": 181, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 36, - "height": 29, - "seed": 1850749987, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101145342, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 95, - "versionNonce": 2137971181, - "index": "aU", - "isDeleted": false, - "id": "GRs2LctkF-hGPytlBy37H", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1654, - "y": -28, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 454801347, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101145342, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 254, - "versionNonce": 1275518957, - "index": "aV", - "isDeleted": false, - "id": "T9r1nWRusz12BjW5iPMXv", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1669, - "y": 412, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 7, - "height": 151, - "seed": 385206115, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101145342, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.35515620998796066, - "gap": 7.483522450060782, - "elementId": "C-YjkVzwSBnF-Q5u9HRpn" - }, - "endBinding": { - "focus": 0.39223988865590215, - "gap": 1, - "elementId": "qqOGWLWhF6qza0rqflcvA" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 7, - 151 - ] - ] - }, - { - "type": "arrow", - "version": 255, - "versionNonce": 71901539, - "index": "aW", - "isDeleted": false, - "id": "T-2iwXDwDcS7-wu-RGkkM", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1670, - "y": 214, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 2, - "height": 162, - "seed": 405594883, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101145342, - "link": null, - "locked": false, - "startBinding": { - "focus": -0.042864821281703186, - "gap": 4.0189753572932325, - "elementId": "McarzPWAOcwCY0GD5h1tn" - }, - "endBinding": { - "focus": -0.10783630574400642, - "gap": 1, - "elementId": "C-YjkVzwSBnF-Q5u9HRpn" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 2, - 162 - ] - ] - }, - { - "type": "arrow", - "version": 260, - "versionNonce": 425613901, - "index": "aX", - "isDeleted": false, - "id": "nmm77OBzIJI79Prp_G8RA", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1663, - "y": 4, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4, - "height": 166, - "seed": 121604771, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101145342, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.28299548957202564, - "gap": 1.4254480107974725, - "elementId": "GRs2LctkF-hGPytlBy37H" - }, - "endBinding": { - "focus": -0.07696006755239612, - "gap": 11.059944928679972, - "elementId": "McarzPWAOcwCY0GD5h1tn" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4, - 166 - ] - ] - }, - { - "type": "text", - "version": 213, - "versionNonce": 1434960559, - "index": "aY", - "isDeleted": false, - "id": "slpjvDjvDyqokk6S3UVeG", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1560.1686387812242, - "y": -63.50083323707804, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 67.63872036235614, - "height": 32.001666474156096, - "seed": 953957955, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"main\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"main\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 133, - "versionNonce": 2043560897, - "index": "aZ", - "isDeleted": false, - "id": "XqJXl6862C1J-TXGuPBdk", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1481, - "y": 374, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 151.22799682617188, - "height": 35, - "seed": 1742831075, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...234fa23", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...234fa23", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 200, - "versionNonce": 66688207, - "index": "aa", - "isDeleted": false, - "id": "3Nw8FQToGiwXVvNe62cfb", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1471, - "y": -16, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 148.42800903320312, - "height": 35, - "seed": 1868417411, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...aa4fa24", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...aa4fa24", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 338, - "versionNonce": 28451745, - "index": "ab", - "isDeleted": false, - "id": "AhmZeJNOkvPFO-bIRWomU", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1695.1686387812242, - "y": -254.50083323707804, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 114.87318420410156, - "height": 32.00166647415611, - "seed": 1150263587, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"tutorial\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"tutorial\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "ellipse", - "version": 150, - "versionNonce": 1572101357, - "index": "ac", - "isDeleted": false, - "id": "UlAlQPbnzLX13CNx6s9nV", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1652, - "y": -242, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 820348099, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101145342, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 381, - "versionNonce": 1980038403, - "index": "ad", - "isDeleted": false, - "id": "1DCxEMF6afX9QqlXz7B4S", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1661, - "y": -210, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4, - "height": 166, - "seed": 1274934371, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101145342, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.28299548957202564, - "gap": 1.4254480107974725, - "elementId": "UlAlQPbnzLX13CNx6s9nV" - }, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4, - 166 - ] - ] - }, - { - "type": "ellipse", - "version": 148, - "versionNonce": 1477185379, - "index": "ae", - "isDeleted": false, - "id": "jOt06mRaeVBtfEOqSCO5U", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2046, - "y": 560, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 21, - "height": 27, - "seed": 633981101, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203857, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 150, - "versionNonce": 493081251, - "index": "af", - "isDeleted": false, - "id": "TWsOLY5P8YyVu6e9z0Akp", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2041, - "y": 371, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 34, - "height": 31, - "seed": 1259742371, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203857, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 135, - "versionNonce": 1112091309, - "index": "ag", - "isDeleted": false, - "id": "xUtlRdiJjVqfqCyBXQliD", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2035, - "y": 178, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 36, - "height": 29, - "seed": 877013773, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203857, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 196, - "versionNonce": 1677100269, - "index": "ahV", - "isDeleted": false, - "id": "xjXciMci2SKkRp2B7gs3f", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2038, - "y": -31, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 986683459, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203857, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 409, - "versionNonce": 1119084621, - "index": "ai", - "isDeleted": false, - "id": "ClTEn_-IRiW5_r96M0zZA", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2053, - "y": 409, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 7, - "height": 151, - "seed": 1304904045, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203858, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.35515620998796066, - "gap": 7.483522450060782, - "elementId": "TWsOLY5P8YyVu6e9z0Akp" - }, - "endBinding": { - "focus": 0.39223988865590215, - "gap": 1, - "elementId": "jOt06mRaeVBtfEOqSCO5U" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 7, - 151 - ] - ] - }, - { - "type": "arrow", - "version": 412, - "versionNonce": 1530058499, - "index": "aj", - "isDeleted": false, - "id": "pYSIgOgnHzdUgMrdOEjPR", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2053.9999983623247, - "y": 210.99986734831444, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 1.964271552988066, - "height": 159.1059957920365, - "seed": 1180276707, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203858, - "link": null, - "locked": false, - "startBinding": { - "focus": -0.04286482128169577, - "gap": 4.01884273899244, - "elementId": "xUtlRdiJjVqfqCyBXQliD" - }, - "endBinding": { - "focus": -0.10783630574401704, - "gap": 1, - "elementId": "TWsOLY5P8YyVu6e9z0Akp" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 1.964271552988066, - 159.1059957920365 - ] - ] - }, - { - "type": "arrow", - "version": 427, - "versionNonce": 1196183213, - "index": "ajV", - "isDeleted": false, - "id": "XW_8P9_pGeO5ybL6jzmgM", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2046.9999386216225, - "y": 0.9974527973346454, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4.000077284228382, - "height": 166.00320729547786, - "seed": 395742157, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203858, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.282995489572027, - "gap": 1.4230168847625606, - "elementId": "xjXciMci2SKkRp2B7gs3f" - }, - "endBinding": { - "focus": -0.07696006755239704, - "gap": 11.059285068639209, - "elementId": "xUtlRdiJjVqfqCyBXQliD" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4.000077284228382, - 166.00320729547786 - ] - ] - }, - { - "type": "text", - "version": 307, - "versionNonce": 1152131823, - "index": "al", - "isDeleted": false, - "id": "zjJtR0sxYl0i4CF2OiZVD", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1944.1686387812242, - "y": -251.50083323707804, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 67.63872528076172, - "height": 32.00166647415611, - "seed": 1002611587, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"main\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"main\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 174, - "versionNonce": 1171195777, - "index": "am", - "isDeleted": false, - "id": "43ZH2YaCHn_OJSTOEgG_F", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1865, - "y": 371, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 151.22799682617188, - "height": 35, - "seed": 1372424749, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...234fa23", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...234fa23", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 241, - "versionNonce": 136834319, - "index": "an", - "isDeleted": false, - "id": "lMQsr4EszeUEqGZdH8JnO", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 1855, - "y": -19, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 148.42800903320312, - "height": 35, - "seed": 592001827, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...aa4fa24", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...aa4fa24", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 435, - "versionNonce": 1617194849, - "index": "ao", - "isDeleted": false, - "id": "ZEd4U-mUjZFMzKbFIT1bQ", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2253.168638781224, - "y": -241.50083323707804, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 114.87318420410156, - "height": 32.00166647415611, - "seed": 2102770829, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"tutorial\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"tutorial\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "ellipse", - "version": 247, - "versionNonce": 1229753709, - "index": "ap", - "isDeleted": false, - "id": "z8v50IIbQDSi4zWFkFXVn", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2210, - "y": -229, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 2036063939, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203857, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 548, - "versionNonce": 1567030947, - "index": "aq", - "isDeleted": false, - "id": "tBS-VWu9FClJKkkxwISfW", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2209.677426758547, - "y": -206.78190074150518, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 160.67742675854697, - "height": 159.78190074150518, - "seed": 1105765101, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203858, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.28299548957201426, - "gap": 1.4206656346545081, - "elementId": "z8v50IIbQDSi4zWFkFXVn" - }, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - -160.67742675854697, - 159.78190074150518 - ] - ] - }, - { - "type": "ellipse", - "version": 179, - "versionNonce": 296867501, - "index": "ar", - "isDeleted": false, - "id": "0oQi49WdUL6-_aGzz29wo", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2029, - "y": -246, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 681119331, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203857, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 450, - "versionNonce": 1334309133, - "index": "as", - "isDeleted": false, - "id": "fhqbTMAUxbO2XfPqB0T_9", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2038, - "y": -214, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4, - "height": 166, - "seed": 336575821, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101203858, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.28299548957202564, - "gap": 1.4254480107974725, - "elementId": "0oQi49WdUL6-_aGzz29wo" - }, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4, - 166 - ] - ] - }, - { - "type": "ellipse", - "version": 202, - "versionNonce": 230099949, - "index": "at", - "isDeleted": false, - "id": "KsMZ-bNz2-MOUvo8Q7v7S", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2590, - "y": 590, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 21, - "height": 27, - "seed": 1032431107, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256434, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 204, - "versionNonce": 858567853, - "index": "au", - "isDeleted": false, - "id": "IVxav2Cdf9XXGQ1jnPpKM", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2585, - "y": 401, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 34, - "height": 31, - "seed": 1976430509, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256434, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 189, - "versionNonce": 5306317, - "index": "av", - "isDeleted": false, - "id": "INg168gyTAPXq72Uf8RaH", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2579, - "y": 208, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 36, - "height": 29, - "seed": 168553891, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256434, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 250, - "versionNonce": 1529515757, - "index": "aw", - "isDeleted": false, - "id": "mx1acz8nNEt0Khy5MN6Ik", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2582, - "y": -1, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 1596813837, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256434, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 599, - "versionNonce": 1184646243, - "index": "ax", - "isDeleted": false, - "id": "NopLSXMk2RtwCzNgy4BZp", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2597, - "y": 439, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 7, - "height": 151, - "seed": 170148163, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256435, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.35515620998796066, - "gap": 7.483522450060782, - "elementId": "IVxav2Cdf9XXGQ1jnPpKM" - }, - "endBinding": { - "focus": 0.39223988865590215, - "gap": 1, - "elementId": "KsMZ-bNz2-MOUvo8Q7v7S" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 7, - 151 - ] - ] - }, - { - "type": "arrow", - "version": 602, - "versionNonce": 864216909, - "index": "ay", - "isDeleted": false, - "id": "vqNOt7kqzPcs_rgJxN3HS", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2597.9999983623247, - "y": 240.99986734831444, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 1.964271552988066, - "height": 159.1059957920365, - "seed": 1244506221, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256435, - "link": null, - "locked": false, - "startBinding": { - "focus": -0.04286482128169577, - "gap": 4.01884273899244, - "elementId": "INg168gyTAPXq72Uf8RaH" - }, - "endBinding": { - "focus": -0.10783630574401704, - "gap": 1, - "elementId": "IVxav2Cdf9XXGQ1jnPpKM" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 1.964271552988066, - 159.1059957920365 - ] - ] - }, - { - "type": "arrow", - "version": 617, - "versionNonce": 1744551939, - "index": "az", - "isDeleted": false, - "id": "dwYQKilqtd9qhymzGjpOW", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2590.9999386216223, - "y": 30.997452797334645, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4.000077284228382, - "height": 166.00320729547786, - "seed": 1999708387, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256435, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.28299548957204784, - "gap": 1.423016884762628, - "elementId": "mx1acz8nNEt0Khy5MN6Ik" - }, - "endBinding": { - "focus": -0.07696006755239508, - "gap": 11.059285068639209, - "elementId": "INg168gyTAPXq72Uf8RaH" - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4.000077284228382, - 166.00320729547786 - ] - ] - }, - { - "type": "text", - "version": 361, - "versionNonce": 434467631, - "index": "b00", - "isDeleted": false, - "id": "HVVNGbI4IQNXq8k_U79g6", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2488.168638781224, - "y": -221.50083323707804, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 67.63872528076172, - "height": 32.00166647415611, - "seed": 681054925, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"main\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"main\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 228, - "versionNonce": 2009193281, - "index": "b01", - "isDeleted": false, - "id": "-LGlbilCgqsztYkk1EN6O", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2409, - "y": 401, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 151.22799682617188, - "height": 35, - "seed": 401182883, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...234fa23", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...234fa23", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 295, - "versionNonce": 1112356175, - "index": "b02", - "isDeleted": false, - "id": "7WKHoCyCgR12L232qGzzy", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2399, - "y": 11, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 148.42800903320312, - "height": 35, - "seed": 1638891277, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...aa4fa24", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...aa4fa24", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 526, - "versionNonce": 1011272481, - "index": "b03", - "isDeleted": false, - "id": "uV0no1mDBmvUQ5yp0sMpC", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2787.168638781224, - "y": -425.50083323707804, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 114.87318420410156, - "height": 32.00166647415611, - "seed": 1522601091, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"tutorial\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"tutorial\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "ellipse", - "version": 301, - "versionNonce": 950815821, - "index": "b04", - "isDeleted": false, - "id": "P8XjS-PbC7LqRVxwxrvoi", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2754, - "y": -199, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 1996894509, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256434, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 670, - "versionNonce": 1990358445, - "index": "b05", - "isDeleted": false, - "id": "biyUYPFinXs-NhH6HbrJ7", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2753.677426758547, - "y": -176.78190074150518, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 160.67742675854697, - "height": 159.78190074150518, - "seed": 143819811, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256435, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.28299548957201426, - "gap": 1.4206656346545081, - "elementId": "P8XjS-PbC7LqRVxwxrvoi" - }, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - -160.67742675854697, - 159.78190074150518 - ] - ] - }, - { - "type": "ellipse", - "version": 233, - "versionNonce": 1881158509, - "index": "b06", - "isDeleted": false, - "id": "rAUYnKw2EBFXJZ72Y6QDI", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2573, - "y": -216, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 1658946445, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256434, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 573, - "versionNonce": 321570723, - "index": "b07", - "isDeleted": false, - "id": "anv0_rx0w5DmsCFyETX_l", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2582, - "y": -184, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4, - "height": 166, - "seed": 1486096323, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256435, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.28299548957202564, - "gap": 1.4254480107974725, - "elementId": "rAUYnKw2EBFXJZ72Y6QDI" - }, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4, - 166 - ] - ] - }, - { - "type": "ellipse", - "version": 270, - "versionNonce": 605176739, - "index": "b08", - "isDeleted": false, - "id": "GeVny8xaw1Tp7wRi1mb0S", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2750, - "y": -407, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 811829741, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256434, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 650, - "versionNonce": 528562189, - "index": "b09", - "isDeleted": false, - "id": "3Zpqa3oys78OaLigNCVPG", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2759, - "y": -375, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4, - "height": 166, - "seed": 551819107, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101256435, - "link": null, - "locked": false, - "startBinding": { - "focus": 0.28299548957202564, - "gap": 1.4254480107974725, - "elementId": "GeVny8xaw1Tp7wRi1mb0S" - }, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4, - 166 - ] - ] - }, - { - "type": "ellipse", - "version": 241, - "versionNonce": 342034573, - "index": "b0A", - "isDeleted": false, - "id": "6NVsUk48rAYI_V4MdOK5M", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3120.0946520283064, - "y": 604.0507016200274, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 21, - "height": 27, - "seed": 1609758445, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [ - { - "id": "E68qkGHI68smuwUvc1_Sk", - "type": "arrow" - } - ], - "updated": 1718101257366, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 243, - "versionNonce": 1765411149, - "index": "b0B", - "isDeleted": false, - "id": "hcitVU0srcDoG9tkfLe7U", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3115.0946520283064, - "y": 415.0507016200274, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 34, - "height": 31, - "seed": 1674868611, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [ - { - "id": "E68qkGHI68smuwUvc1_Sk", - "type": "arrow" - }, - { - "id": "k8VJdeyy_QaE20kD9o_WV", - "type": "arrow" - } - ], - "updated": 1718101257366, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 228, - "versionNonce": 281743469, - "index": "b0C", - "isDeleted": false, - "id": "9bPYpbKFOb3-hhGd1UCDJ", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3109.0946520283064, - "y": 222.05070162002738, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 36, - "height": 29, - "seed": 1947735949, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [ - { - "id": "k8VJdeyy_QaE20kD9o_WV", - "type": "arrow" - }, - { - "id": "AX0bmeJd6Ilcu4jYigUnY", - "type": "arrow" - } - ], - "updated": 1718101257366, - "link": null, - "locked": false - }, - { - "type": "ellipse", - "version": 289, - "versionNonce": 1318579085, - "index": "b0D", - "isDeleted": false, - "id": "fTINv5wPzPxmumaluSTni", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3112.0946520283064, - "y": 13.050701620027382, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 1875748525, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [ - { - "id": "AX0bmeJd6Ilcu4jYigUnY", - "type": "arrow" - } - ], - "updated": 1718101257366, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 743, - "versionNonce": 2124357827, - "index": "b0E", - "isDeleted": false, - "id": "E68qkGHI68smuwUvc1_Sk", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3127.0946520283064, - "y": 453.0507016200274, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 7, - "height": 151, - "seed": 251554189, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101257587, - "link": null, - "locked": false, - "startBinding": { - "elementId": "hcitVU0srcDoG9tkfLe7U", - "focus": 0.3551562099879606, - "gap": 7.483522450060782 - }, - "endBinding": { - "elementId": "6NVsUk48rAYI_V4MdOK5M", - "focus": 0.39223988865590215, - "gap": 1 - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 7, - 151 - ] - ] - }, - { - "type": "arrow", - "version": 746, - "versionNonce": 514460675, - "index": "b0F", - "isDeleted": false, - "id": "k8VJdeyy_QaE20kD9o_WV", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3128.094650390631, - "y": 255.05056896834182, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 1.964271552988066, - "height": 159.1059957920365, - "seed": 1749237485, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101257587, - "link": null, - "locked": false, - "startBinding": { - "elementId": "9bPYpbKFOb3-hhGd1UCDJ", - "focus": -0.042864821281695775, - "gap": 4.01884273899244 - }, - "endBinding": { - "elementId": "hcitVU0srcDoG9tkfLe7U", - "focus": -0.10783630574401704, - "gap": 1 - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 1.964271552988066, - 159.1059957920365 - ] - ] - }, - { - "type": "arrow", - "version": 761, - "versionNonce": 1055074115, - "index": "b0G", - "isDeleted": false, - "id": "AX0bmeJd6Ilcu4jYigUnY", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3121.0945906499287, - "y": 45.04815441736203, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4.000077284228382, - "height": 166.00320729547786, - "seed": 236865805, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101257587, - "link": null, - "locked": false, - "startBinding": { - "elementId": "fTINv5wPzPxmumaluSTni", - "focus": 0.28299548957204407, - "gap": 1.423016884762628 - }, - "endBinding": { - "elementId": "9bPYpbKFOb3-hhGd1UCDJ", - "focus": -0.07696006755242424, - "gap": 11.059285068639234 - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4.000077284228382, - 166.00320729547786 - ] - ] - }, - { - "type": "text", - "version": 432, - "versionNonce": 683127663, - "index": "b0H", - "isDeleted": false, - "id": "z9gWERFBLjC24irLTITD4", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2982.4978685040064, - "y": -540.8349609649733, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 67.63872528076172, - "height": 32.00166647415611, - "seed": 2015072931, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"main\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"main\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 565, - "versionNonce": 644005633, - "index": "b0I", - "isDeleted": false, - "id": "5ofwIiGvXZWpuqmEMS25L", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3317.2632908095306, - "y": -411.45013161705066, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 114.87318420410156, - "height": 32.00166647415611, - "seed": 1929633773, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 25.601333179324886, - "fontFamily": 1, - "text": "\"tutorial\"", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "\"tutorial\"", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "ellipse", - "version": 340, - "versionNonce": 1737219117, - "index": "b0J", - "isDeleted": false, - "id": "Jdm54Qk3Yd2MFEsxxpkDu", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3284.0946520283064, - "y": -184.94929837997262, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 1342365859, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [ - { - "id": "RU7UleA4NvPelPLw7eAN6", - "type": "arrow" - } - ], - "updated": 1718101257366, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 761, - "versionNonce": 1059276515, - "index": "b0K", - "isDeleted": false, - "id": "RU7UleA4NvPelPLw7eAN6", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3283.7720787868534, - "y": -162.7311991214778, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 160.67742675854697, - "height": 159.78190074150518, - "seed": 1636103853, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101257587, - "link": null, - "locked": false, - "startBinding": { - "elementId": "Jdm54Qk3Yd2MFEsxxpkDu", - "focus": 0.28299548957201426, - "gap": 1.4206656346545081 - }, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - -160.67742675854697, - 159.78190074150518 - ] - ] - }, - { - "type": "ellipse", - "version": 274, - "versionNonce": 1184902243, - "index": "b0L", - "isDeleted": false, - "id": "xXZs3Cpnr12wO0wKW8aU_", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3103.0946520283064, - "y": -201.94929837997262, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 1250656483, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [ - { - "id": "Yy-10cd917Z6Jl_CA1J8m", - "type": "arrow" - }, - { - "id": "PdpfDF-RnPR8SqgjC7Dkz", - "type": "arrow" - } - ], - "updated": 1718101270613, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 612, - "versionNonce": 1837003395, - "index": "b0M", - "isDeleted": false, - "id": "Yy-10cd917Z6Jl_CA1J8m", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3112.0946520283064, - "y": -169.94929837997262, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4, - "height": 166, - "seed": 378778317, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101257587, - "link": null, - "locked": false, - "startBinding": { - "elementId": "xXZs3Cpnr12wO0wKW8aU_", - "focus": 0.28299548957202564, - "gap": 1.4254480107974725 - }, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4, - 166 - ] - ] - }, - { - "type": "ellipse", - "version": 310, - "versionNonce": 1048599683, - "index": "b0N", - "isDeleted": false, - "id": "GbbZbjQUcRDLmsGdhChNe", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3280.0946520283064, - "y": -392.9492983799726, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 24, - "height": 31, - "seed": 1273291341, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [ - { - "id": "tJEH6mBCmzEemzsce_0Qx", - "type": "arrow" - }, - { - "id": "oh04iWXNNuFPRYJMVFrry", - "type": "arrow" - } - ], - "updated": 1718101275000, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 741, - "versionNonce": 1001385411, - "index": "b0O", - "isDeleted": false, - "id": "tJEH6mBCmzEemzsce_0Qx", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3289.0946520283064, - "y": -360.9492983799726, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 4, - "height": 166, - "seed": 2064315651, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101257587, - "link": null, - "locked": false, - "startBinding": { - "elementId": "GbbZbjQUcRDLmsGdhChNe", - "focus": 0.28299548957202564, - "gap": 1.4254480107974725 - }, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 4, - 166 - ] - ] - }, - { - "type": "ellipse", - "version": 23, - "versionNonce": 242716995, - "index": "b0P", - "isDeleted": false, - "id": "tcNg08BQl7Tb-tzHQJfX5", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3086.265687294049, - "y": -531.5815462310754, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 31.93341277278978, - "height": 40.87476834917061, - "seed": 1616117325, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [ - { - "id": "PdpfDF-RnPR8SqgjC7Dkz", - "type": "arrow" - }, - { - "id": "oh04iWXNNuFPRYJMVFrry", - "type": "arrow" - } - ], - "updated": 1718101275000, - "link": null, - "locked": false - }, - { - "type": "arrow", - "version": 50, - "versionNonce": 346034445, - "index": "b0Q", - "isDeleted": false, - "id": "PdpfDF-RnPR8SqgjC7Dkz", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3105.425734957723, - "y": -483.04275881643537, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 7.664019065469347, - "height": 275.9046863569015, - "seed": 1473520931, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101321674, - "link": null, - "locked": false, - "startBinding": { - "elementId": "tcNg08BQl7Tb-tzHQJfX5", - "focus": -0.15101568443344923, - "gap": 7.915266043639203 - }, - "endBinding": { - "elementId": "xXZs3Cpnr12wO0wKW8aU_", - "focus": -0.11910751128036878, - "gap": 5.326756523206448 - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 7.664019065469347, - 275.9046863569015 - ] - ] - }, - { - "type": "arrow", - "version": 52, - "versionNonce": 882536675, - "index": "b0R", - "isDeleted": false, - "id": "oh04iWXNNuFPRYJMVFrry", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 3123.308446110485, - "y": -499.64813345828594, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 160.94440037485901, - "height": 107.29626691657285, - "seed": 256026627, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101275000, - "link": null, - "locked": false, - "startBinding": { - "elementId": "tcNg08BQl7Tb-tzHQJfX5", - "focus": -0.11086426052088019, - "gap": 7.187805184579734 - }, - "endBinding": { - "elementId": "GbbZbjQUcRDLmsGdhChNe", - "focus": 0.5546539558474107, - "gap": 2.2992342782043735 - }, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 160.94440037485901, - 107.29626691657285 - ] - ] - }, - { - "type": "arrow", - "version": 56, - "versionNonce": 1547065763, - "index": "b0S", - "isDeleted": false, - "id": "qE0Q8sLJ2zLAfXPzKGSSb", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 685.3092190290226, - "y": 783.3558352516142, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 2778.3237688431245, - "height": 13.871801984238118, - "seed": 1064948195, - "groupIds": [], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718101329780, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "points": [ - [ - 0, - 0 - ], - [ - 2778.3237688431245, - 13.871801984238118 - ] - ] - }, - { - "type": "text", - "version": 258, - "versionNonce": 1970105743, - "index": "b0U", - "isDeleted": false, - "id": "YYn6uG-yoqz9dNJsTkPVd", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2926.2200454123076, - "y": 406.94505799324486, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 151.22799682617188, - "height": 35, - "seed": 1570599565, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...234fa23", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...234fa23", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "text", - "version": 325, - "versionNonce": 1955935969, - "index": "b0V", - "isDeleted": false, - "id": "oZB980tx1QMe40kQTMr9i", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 2916.2200454123076, - "y": 16.94505799324486, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 148.42800903320312, - "height": 35, - "seed": 811654573, - "groupIds": [], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718177997012, - "link": null, - "locked": false, - "fontSize": 28, - "fontFamily": 1, - "text": "...aa4fa24", - "textAlign": "left", - "verticalAlign": "top", - "containerId": null, - "originalText": "...aa4fa24", - "autoResize": true, - "lineHeight": 1.25 - } - ], - "appState": { - "gridSize": null, - "viewBackgroundColor": "#ffffff" - }, - "files": {} -} \ No newline at end of file diff --git a/assets/develop/git/Git_branches_ueber_die_Zeit.svg b/assets/develop/git/Git_branches_ueber_die_Zeit.svg deleted file mode 100644 index 715037c..0000000 --- a/assets/develop/git/Git_branches_ueber_die_Zeit.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - "main"...234fa23...aa4fa24"main"...234fa23...aa4fa24"tutorial""main"...234fa23...aa4fa24"tutorial""main"...234fa23...aa4fa24"tutorial""main"...234fa23...aa4fa24"tutorial""main""tutorial"...234fa23...aa4fa24 \ No newline at end of file diff --git a/assets/develop/unix/Ordnerstruktur.excalidraw b/assets/develop/unix/Ordnerstruktur.excalidraw deleted file mode 100644 index b6ba88e..0000000 --- a/assets/develop/unix/Ordnerstruktur.excalidraw +++ /dev/null @@ -1,2478 +0,0 @@ -{ - "type": "excalidraw", - "version": 2, - "source": "https://excalidraw.com", - "elements": [ - { - "type": "ellipse", - "version": 1619, - "versionNonce": 1637084526, - "index": "b0W", - "isDeleted": false, - "id": "5bizwYswP5xl2Kdxsen5_", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 0, - "angle": 0, - "x": 4720.896614927398, - "y": -677.5116624675559, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 116.75732316367123, - "height": 116.75732316367123, - "seed": 677851630, - "groupIds": [ - "UBNWCy7935u5X7FaFxCNG" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false - }, - { - "type": "text", - "version": 2967, - "versionNonce": 1875906478, - "index": "b0X", - "isDeleted": false, - "id": "9C0PtTagaCOtOxyp7Yjph", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4666.712161797961, - "y": -604.5989207986377, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 221.40000915527344, - "height": 50, - "seed": 1515170802, - "groupIds": [ - "0qFatki8HJaQ36DSLTX_e", - "5O3RfibvIxn1I-QFotB_7", - "5Pr_n2-dezQnPx54eAcGn", - "wN8QhrGKOQdwWd2Mc_69B", - "c5Nj4seKEoe0frt7rC5HI", - "UBNWCy7935u5X7FaFxCNG" - ], - "frameId": null, - "roundness": null, - "boundElements": [ - { - "id": "NjA41hxU0CWxqBqEe3kRo", - "type": "arrow" - } - ], - "updated": 1718179031713, - "link": null, - "locked": false, - "fontSize": 20, - "fontFamily": 1, - "text": "~/Documents/Tutorial\n", - "textAlign": "center", - "verticalAlign": "top", - "containerId": null, - "originalText": "~/Documents/Tutorial\n", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "line", - "version": 3356, - "versionNonce": 1570143278, - "index": "b0Y", - "isDeleted": false, - "id": "fsALH_r6hwv-GabL9-653", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4750.633384989514, - "y": -612.9996944709085, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 54.24310048441532, - "height": 24.591956543585354, - "seed": 1959183406, - "groupIds": [ - "JKAYIv3Etvy-wUTAyYZtA", - "c5Nj4seKEoe0frt7rC5HI", - "UBNWCy7935u5X7FaFxCNG" - ], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 6.669005164362134, - -21.118516353813447 - ], - [ - 18.89551463235938, - -24.591956543585354 - ], - [ - 54.24310048441532, - -24.21821886379246 - ] - ] - }, - { - "type": "line", - "version": 3353, - "versionNonce": 1376962158, - "index": "b0Z", - "isDeleted": false, - "id": "U9Wa8AyfL4tHczzUCRi9U", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4803.874974633146, - "y": -637.8129264644708, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 61.491926638786005, - "height": 43.07065835317212, - "seed": 857300402, - "groupIds": [ - "JKAYIv3Etvy-wUTAyYZtA", - "c5Nj4seKEoe0frt7rC5HI", - "UBNWCy7935u5X7FaFxCNG" - ], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 7.167322070752789, - 3.2382203436006876 - ], - [ - 1.8061888986814125, - 22.507892429722176 - ], - [ - -6.669005164362133, - 26.537083049857642 - ], - [ - -45.84941050498967, - 26.537083049857642 - ], - [ - -53.768854137669706, - 20.562765923449888 - ], - [ - -54.324604568033216, - -10.281382961724972 - ], - [ - -50.71222677067039, - -16.39463769572359 - ], - [ - -36.540590796400856, - -16.53357530331448 - ], - [ - -31.67777453072013, - -9.725632531361441 - ], - [ - -6.53006755677125, - -9.864570138952331 - ], - [ - -0.4168128227726342, - -7.08581798713476 - ], - [ - 0, - 0 - ] - ] - }, - { - "type": "ellipse", - "version": 1688, - "versionNonce": 2097924270, - "index": "b0a", - "isDeleted": false, - "id": "LFiUToKGhOuQSp2-lK6pr", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 0, - "angle": 0, - "x": 4873.486436754018, - "y": -540.7753286229229, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 116.75732316367123, - "height": 116.75732316367123, - "seed": 133514610, - "groupIds": [ - "795iqiFeUvxJEe6nk0dTB" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false - }, - { - "type": "text", - "version": 3038, - "versionNonce": 1579844334, - "index": "b0b", - "isDeleted": false, - "id": "Unbhh37B5SrKc9mB3izpP", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4884.5119903384475, - "y": -467.86258695400466, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 90.97999572753906, - "height": 25, - "seed": 285311662, - "groupIds": [ - "xM43YhOJONHKRtyjrbg8V", - "NsbPGCXUTAwnjBHD007sy", - "nlqzHdmHtafAAmuf-NOZP", - "sFJv_cum6Tmc0G1tZOSBw", - "kNjWPKXI7TnE2wXxPgrx5", - "795iqiFeUvxJEe6nk0dTB" - ], - "frameId": null, - "roundness": null, - "boundElements": [ - { - "id": "3cGmSFxGVkwmmbLqs_1E7", - "type": "arrow" - } - ], - "updated": 1718179031713, - "link": null, - "locked": false, - "fontSize": 20, - "fontFamily": 1, - "text": "Markdown", - "textAlign": "center", - "verticalAlign": "top", - "containerId": null, - "originalText": "Markdown", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "line", - "version": 3424, - "versionNonce": 333258606, - "index": "b0c", - "isDeleted": false, - "id": "NeEzc47kS3ZVC9d0xpPY6", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4903.223206816133, - "y": -476.26336062627547, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 54.24310048441532, - "height": 24.591956543585354, - "seed": 466601778, - "groupIds": [ - "CyDVUjzKRojeSYufkC1aQ", - "kNjWPKXI7TnE2wXxPgrx5", - "795iqiFeUvxJEe6nk0dTB" - ], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 6.669005164362134, - -21.118516353813447 - ], - [ - 18.89551463235938, - -24.591956543585354 - ], - [ - 54.24310048441532, - -24.21821886379246 - ] - ] - }, - { - "type": "line", - "version": 3421, - "versionNonce": 639828398, - "index": "b0d", - "isDeleted": false, - "id": "twMs4pIguHvBmRguroPtK", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4956.464796459765, - "y": -501.0765926198378, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 61.491926638786005, - "height": 43.07065835317212, - "seed": 525925614, - "groupIds": [ - "CyDVUjzKRojeSYufkC1aQ", - "kNjWPKXI7TnE2wXxPgrx5", - "795iqiFeUvxJEe6nk0dTB" - ], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 7.167322070752789, - 3.2382203436006876 - ], - [ - 1.8061888986814125, - 22.507892429722176 - ], - [ - -6.669005164362133, - 26.537083049857642 - ], - [ - -45.84941050498967, - 26.537083049857642 - ], - [ - -53.768854137669706, - 20.562765923449888 - ], - [ - -54.324604568033216, - -10.281382961724972 - ], - [ - -50.71222677067039, - -16.39463769572359 - ], - [ - -36.540590796400856, - -16.53357530331448 - ], - [ - -31.67777453072013, - -9.725632531361441 - ], - [ - -6.53006755677125, - -9.864570138952331 - ], - [ - -0.4168128227726342, - -7.08581798713476 - ], - [ - 0, - 0 - ] - ] - }, - { - "id": "NjA41hxU0CWxqBqEe3kRo", - "type": "line", - "x": 4775.311904513737, - "y": -561.6641069510194, - "width": 1.9816859977481727, - "height": 961.1177089079281, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b0e", - "roundness": { - "type": 2 - }, - "seed": 1580036018, - "version": 379, - "versionNonce": 1929984434, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031893, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - -1.9816859977481727, - 961.1177089079281 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "9C0PtTagaCOtOxyp7Yjph", - "focus": 0.018629832685654553, - "gap": 1 - }, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "id": "9liAG5XpGbdm7U2_iKq6r", - "type": "line", - "x": 4783.23864850473, - "y": -490.32341103208046, - "width": 65.39563792569515, - "height": 0, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b0f", - "roundness": { - "type": 2 - }, - "seed": 1551110386, - "version": 109, - "versionNonce": 1297411630, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 65.39563792569515, - 0 - ] - ], - "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "type": "ellipse", - "version": 1906, - "versionNonce": 1697839214, - "index": "b0g", - "isDeleted": false, - "id": "-RuNo3HjfdOS8r9Y_DqA8", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 0, - "angle": 0, - "x": 4825.92597280806, - "y": 198.39354853719522, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 116.75732316367123, - "height": 116.75732316367123, - "seed": 431809198, - "groupIds": [ - "NTpXLNsuUQ7MahT1Y7f7T" - ], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718179031713, - "link": null, - "locked": false - }, - { - "type": "text", - "version": 3259, - "versionNonce": 1633008302, - "index": "b0h", - "isDeleted": false, - "id": "pjXyLV6trIGQaNsrtQp5d", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4854.8915250191985, - "y": 271.30629020611343, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 55.099998474121094, - "height": 25, - "seed": 967335150, - "groupIds": [ - "kxdhFmNH83s46-ETq-n_V", - "S8eZd5hgw91ceLW4irzsS", - "z6MKDvwSpU0xXVxmfEIDo", - "Wse5gkoRVme4r_2EGzIOI", - "TTE-yjv7ChaLitx0X7bG3", - "NTpXLNsuUQ7MahT1Y7f7T" - ], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718179031713, - "link": null, - "locked": false, - "fontSize": 20, - "fontFamily": 1, - "text": "Bilder", - "textAlign": "center", - "verticalAlign": "top", - "containerId": null, - "originalText": "Bilder", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "line", - "version": 3638, - "versionNonce": 1214657774, - "index": "b0i", - "isDeleted": false, - "id": "V-ighRulV4lTkyC9j92RT", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4855.662742870175, - "y": 262.9055165338426, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 54.24310048441532, - "height": 24.591956543585354, - "seed": 984256302, - "groupIds": [ - "3ASbQhP_FTBkD7hs3lAM6", - "TTE-yjv7ChaLitx0X7bG3", - "NTpXLNsuUQ7MahT1Y7f7T" - ], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 6.669005164362134, - -21.118516353813447 - ], - [ - 18.89551463235938, - -24.591956543585354 - ], - [ - 54.24310048441532, - -24.21821886379246 - ] - ] - }, - { - "type": "line", - "version": 3635, - "versionNonce": 1676502830, - "index": "b0j", - "isDeleted": false, - "id": "SXrGcaqTHiewpeUYriL_E", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4908.904332513807, - "y": 238.09228454028027, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 61.491926638786005, - "height": 43.07065835317212, - "seed": 959215982, - "groupIds": [ - "3ASbQhP_FTBkD7hs3lAM6", - "TTE-yjv7ChaLitx0X7bG3", - "NTpXLNsuUQ7MahT1Y7f7T" - ], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": [], - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 7.167322070752789, - 3.2382203436006876 - ], - [ - 1.8061888986814125, - 22.507892429722176 - ], - [ - -6.669005164362133, - 26.537083049857642 - ], - [ - -45.84941050498967, - 26.537083049857642 - ], - [ - -53.768854137669706, - 20.562765923449888 - ], - [ - -54.324604568033216, - -10.281382961724972 - ], - [ - -50.71222677067039, - -16.39463769572359 - ], - [ - -36.540590796400856, - -16.53357530331448 - ], - [ - -31.67777453072013, - -9.725632531361441 - ], - [ - -6.53006755677125, - -9.864570138952331 - ], - [ - -0.4168128227726342, - -7.08581798713476 - ], - [ - 0, - 0 - ] - ] - }, - { - "id": "K-hidytICILifVE_A4ba9", - "type": "line", - "x": 4773.33021851599, - "y": 250.8271521257858, - "width": 65.39563792569515, - "height": 0, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b0k", - "roundness": { - "type": 2 - }, - "seed": 931997810, - "version": 554, - "versionNonce": 1683247470, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 65.39563792569515, - 0 - ] - ], - "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "type": "ellipse", - "version": 1904, - "versionNonce": 82047918, - "index": "b0l", - "isDeleted": false, - "id": "N-5aeFeIt44z_9tNiacVQ", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 0, - "angle": 0, - "x": 4816.017542819318, - "y": 352.9650563615628, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 116.75732316367123, - "height": 116.75732316367123, - "seed": 1791586478, - "groupIds": [ - "DbJtrk9utVlz9Fa9BfYSh" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false - }, - { - "type": "line", - "version": 2553, - "versionNonce": 801459694, - "index": "b0m", - "isDeleted": false, - "id": "RKygUdO0eCjU9cynqBxhn", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4852.881486984425, - "y": 373.7567461268327, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 38.320540733942416, - "height": 46.94266239907955, - "seed": 356890930, - "groupIds": [ - "DbJtrk9utVlz9Fa9BfYSh" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 0, - 46.94266239907955 - ], - [ - 38.320540733942416, - 46.94266239907955 - ], - [ - 38.320540733942416, - 13.41218925687986 - ], - [ - 25.98749314140915, - 13.41218925687986 - ], - [ - 25.98749314140915, - 0.47900675917426205 - ], - [ - 38.3205407339423, - 13.412189256879921 - ], - [ - 25.547027155961384, - 1.2296739590297245e-13 - ], - [ - 0, - 0 - ] - ] - }, - { - "type": "text", - "version": 3242, - "versionNonce": 570515502, - "index": "b0n", - "isDeleted": false, - "id": "-uu6PngaHqmAH7Z4XGzZ-", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4817.356207300323, - "y": 425.027910140677, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 114.07999420166016, - "height": 25, - "seed": 368257774, - "groupIds": [ - "z6LlVrMGAJ62EuoxRygkj", - "RPwOCio1c9NefujUiimIf", - "C7lV9yWQ4QWpuJSv0AuIO", - "DbJtrk9utVlz9Fa9BfYSh" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "fontSize": 20, - "fontFamily": 1, - "text": "README.md", - "textAlign": "center", - "verticalAlign": "top", - "containerId": null, - "originalText": "README.md", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "l6i95ZIwJPl1ifDz3UpOs", - "type": "line", - "x": 4773.330218515989, - "y": 397.47191595916047, - "width": 65.39563792569515, - "height": 0, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b0q", - "roundness": { - "type": 2 - }, - "seed": 1448854258, - "version": 455, - "versionNonce": 260123246, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 65.39563792569515, - 0 - ] - ], - "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "type": "ellipse", - "version": 1749, - "versionNonce": 1192078510, - "index": "b0r", - "isDeleted": false, - "id": "sbbUNP0o4Hisxq2xDiLhU", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 0, - "angle": 0, - "x": 5022.112886585141, - "y": -461.5078887129906, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 116.75732316367123, - "height": 116.75732316367123, - "seed": 485609454, - "groupIds": [ - "ehjXUYDTq6gWgQavTY8hR" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false - }, - { - "type": "text", - "version": 3133, - "versionNonce": 724991730, - "index": "b0s", - "isDeleted": false, - "id": "sYuzuJRNOJqnx70C43MFs", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5006.258435286758, - "y": -388.5951470440724, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 144.74000549316406, - "height": 25, - "seed": 2051908142, - "groupIds": [ - "BbcV4a2AQbkE-VeucwXmv", - "3a4Ke-8uJtvYmMjRnC_Q5", - "Y9reiSEfJ0db0s40zDygI", - "LwiLFKxkFCMwLfCYMY7-_", - "361xpUwU3A-jxoc-OA7Co", - "ehjXUYDTq6gWgQavTY8hR" - ], - "frameId": null, - "roundness": null, - "boundElements": [ - { - "id": "wrt-sJxcdxd2Z1utrxu45", - "type": "arrow" - } - ], - "updated": 1718179031895, - "link": null, - "locked": false, - "fontSize": 20, - "fontFamily": 1, - "text": "01_Technologie", - "textAlign": "center", - "verticalAlign": "top", - "containerId": null, - "originalText": "01_Technologie", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "line", - "version": 3485, - "versionNonce": 768661806, - "index": "b0t", - "isDeleted": false, - "id": "YlACFDYOIDrEvy4VB8r99", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5051.849656647256, - "y": -396.9959207163432, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 54.24310048441532, - "height": 24.591956543585354, - "seed": 1492462702, - "groupIds": [ - "qaHGfBRQ7EIx-HAeSSF4h", - "361xpUwU3A-jxoc-OA7Co", - "ehjXUYDTq6gWgQavTY8hR" - ], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 6.669005164362134, - -21.118516353813447 - ], - [ - 18.89551463235938, - -24.591956543585354 - ], - [ - 54.24310048441532, - -24.21821886379246 - ] - ] - }, - { - "type": "line", - "version": 3482, - "versionNonce": 1157202798, - "index": "b0u", - "isDeleted": false, - "id": "WmGf5kmH-qUhMZdD1vBIe", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5105.091246290888, - "y": -421.80915270990556, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 61.491926638786005, - "height": 43.07065835317212, - "seed": 112291502, - "groupIds": [ - "qaHGfBRQ7EIx-HAeSSF4h", - "361xpUwU3A-jxoc-OA7Co", - "ehjXUYDTq6gWgQavTY8hR" - ], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 7.167322070752789, - 3.2382203436006876 - ], - [ - 1.8061888986814125, - 22.507892429722176 - ], - [ - -6.669005164362133, - 26.537083049857642 - ], - [ - -45.84941050498967, - 26.537083049857642 - ], - [ - -53.768854137669706, - 20.562765923449888 - ], - [ - -54.324604568033216, - -10.281382961724972 - ], - [ - -50.71222677067039, - -16.39463769572359 - ], - [ - -36.540590796400856, - -16.53357530331448 - ], - [ - -31.67777453072013, - -9.725632531361441 - ], - [ - -6.53006755677125, - -9.864570138952331 - ], - [ - -0.4168128227726342, - -7.08581798713476 - ], - [ - 0, - 0 - ] - ] - }, - { - "id": "cJEwTjgXjY0Zp0F1U9yLY", - "type": "line", - "x": 4931.865098335853, - "y": -411.0559711221482, - "width": 65.39563792569515, - "height": 0, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b0v", - "roundness": { - "type": 2 - }, - "seed": 808151278, - "version": 170, - "versionNonce": 1041425838, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 65.39563792569515, - 0 - ] - ], - "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "type": "ellipse", - "version": 1944, - "versionNonce": 172359662, - "index": "b0w", - "isDeleted": false, - "id": "F4aXYq3en4IIZ9jXwUdMd", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 0, - "angle": 0, - "x": 5020.131200587393, - "y": -178.12679103498283, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 116.75732316367123, - "height": 116.75732316367123, - "seed": 1037798194, - "groupIds": [ - "q2DJyk5sl0z3AUFeQpPIQ" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false - }, - { - "type": "text", - "version": 3307, - "versionNonce": 228315694, - "index": "b0x", - "isDeleted": false, - "id": "2Iw5bd1j2yP03zvE-0_g9", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5014.456753408884, - "y": -105.21404936606461, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 124.37999725341797, - "height": 25, - "seed": 1205565678, - "groupIds": [ - "yx1KxJF1TRWsBkzBUiy00", - "9guktoiY0BWE7d-2guISN", - "izf1SMcCcYkwrJ_ALCeKM", - "-luEGIWzoLuoQUlJn-UY-", - "QwunPA00tBV5fTRQhQPwo", - "q2DJyk5sl0z3AUFeQpPIQ" - ], - "frameId": null, - "roundness": null, - "boundElements": [ - { - "id": "2eEJXO_3__nHyGHS7-zHU", - "type": "arrow" - } - ], - "updated": 1718179031713, - "link": null, - "locked": false, - "fontSize": 20, - "fontFamily": 1, - "text": "02_Didaktik", - "textAlign": "center", - "verticalAlign": "top", - "containerId": null, - "originalText": "02_Didaktik", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "type": "line", - "version": 3680, - "versionNonce": 1613995694, - "index": "b0y", - "isDeleted": false, - "id": "1YYaJ3Gjb8ejmTykdZIUR", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5049.867970649509, - "y": -113.61482303833543, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 54.24310048441532, - "height": 24.591956543585354, - "seed": 1348949234, - "groupIds": [ - "wWDN0g33I04046fUxRDtC", - "QwunPA00tBV5fTRQhQPwo", - "q2DJyk5sl0z3AUFeQpPIQ" - ], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 6.669005164362134, - -21.118516353813447 - ], - [ - 18.89551463235938, - -24.591956543585354 - ], - [ - 54.24310048441532, - -24.21821886379246 - ] - ] - }, - { - "type": "line", - "version": 3677, - "versionNonce": 2045221102, - "index": "b0z", - "isDeleted": false, - "id": "0UH5e0VYWGXaHYnoGO5ic", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5103.109560293141, - "y": -138.42805503189777, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 61.491926638786005, - "height": 43.07065835317212, - "seed": 1276783406, - "groupIds": [ - "wWDN0g33I04046fUxRDtC", - "QwunPA00tBV5fTRQhQPwo", - "q2DJyk5sl0z3AUFeQpPIQ" - ], - "frameId": null, - "roundness": { - "type": 2 - }, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 7.167322070752789, - 3.2382203436006876 - ], - [ - 1.8061888986814125, - 22.507892429722176 - ], - [ - -6.669005164362133, - 26.537083049857642 - ], - [ - -45.84941050498967, - 26.537083049857642 - ], - [ - -53.768854137669706, - 20.562765923449888 - ], - [ - -54.324604568033216, - -10.281382961724972 - ], - [ - -50.71222677067039, - -16.39463769572359 - ], - [ - -36.540590796400856, - -16.53357530331448 - ], - [ - -31.67777453072013, - -9.725632531361441 - ], - [ - -6.53006755677125, - -9.864570138952331 - ], - [ - -0.4168128227726342, - -7.08581798713476 - ], - [ - 0, - 0 - ] - ] - }, - { - "id": "D-rPP2RWWFJMid1RjgbR4", - "type": "line", - "x": 4929.883412338106, - "y": -127.67487344414042, - "width": 65.39563792569515, - "height": 0, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b10", - "roundness": { - "type": 2 - }, - "seed": 978577074, - "version": 365, - "versionNonce": 664947502, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 65.39563792569515, - 0 - ] - ], - "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "id": "3cGmSFxGVkwmmbLqs_1E7", - "type": "line", - "x": 4927.9017263403575, - "y": -438.79957509062456, - "width": 3.9633719954981643, - "height": 546.9453353785327, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b11", - "roundness": { - "type": 2 - }, - "seed": 1577727086, - "version": 532, - "versionNonce": 551236466, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031894, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - -3.9633719954981643, - 546.9453353785327 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "Unbhh37B5SrKc9mB3izpP", - "focus": 0.04344482106553612, - "gap": 4.063011863380098 - }, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "type": "ellipse", - "version": 1953, - "versionNonce": 61855662, - "index": "b12", - "isDeleted": false, - "id": "2V0Eme_OCqzrwHpiww0Jd", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 0, - "angle": 0, - "x": 4998.3326546121625, - "y": 59.67552869481409, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 116.75732316367123, - "height": 116.75732316367123, - "seed": 509435122, - "groupIds": [ - "DQsrLOeeO10vB91bSqYwT" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false - }, - { - "type": "line", - "version": 2602, - "versionNonce": 863285742, - "index": "b13", - "isDeleted": false, - "id": "oM6hWcjwZ-sg2TlBKz35e", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5035.196598777269, - "y": 80.46721846008398, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 38.320540733942416, - "height": 46.94266239907955, - "seed": 107520814, - "groupIds": [ - "DQsrLOeeO10vB91bSqYwT" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 0, - 46.94266239907955 - ], - [ - 38.320540733942416, - 46.94266239907955 - ], - [ - 38.320540733942416, - 13.41218925687986 - ], - [ - 25.98749314140915, - 13.41218925687986 - ], - [ - 25.98749314140915, - 0.47900675917426205 - ], - [ - 38.3205407339423, - 13.412189256879921 - ], - [ - 25.547027155961384, - 1.2296739590297245e-13 - ], - [ - 0, - 0 - ] - ] - }, - { - "type": "text", - "version": 3301, - "versionNonce": 1109673006, - "index": "b14", - "isDeleted": false, - "id": "n-VrPg8StZKYz1vM-LXB-", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 4997.051316346586, - "y": 131.7383824739283, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 119.31999969482422, - "height": 25, - "seed": 1816719026, - "groupIds": [ - "7x9mTvkdF0BIRnQCw--WQ", - "fIcFr24xP60yQ9XeGXlQL", - "xoUhyM3fSASAsoCZxGfr4", - "DQsrLOeeO10vB91bSqYwT" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "fontSize": 20, - "fontFamily": 1, - "text": "Einleitung.md", - "textAlign": "center", - "verticalAlign": "top", - "containerId": null, - "originalText": "Einleitung.md", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "Yuw-URXHBtJ6eZCV1E9if", - "type": "line", - "x": 4925.92004034261, - "y": 104.18238829241147, - "width": 65.39563792569515, - "height": 0, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b15", - "roundness": { - "type": 2 - }, - "seed": 201854318, - "version": 496, - "versionNonce": 1906806382, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 65.39563792569515, - 0 - ] - ], - "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "type": "ellipse", - "version": 1999, - "versionNonce": 1590137006, - "index": "b158", - "isDeleted": false, - "id": "IR9Qu18Pn-wx2DA9sYmSE", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 0, - "angle": 0, - "x": 5141.014046450041, - "y": -356.47853083233036, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 116.75732316367123, - "height": 116.75732316367123, - "seed": 1395433138, - "groupIds": [ - "vg6i1Ql0Ur5J4kuuWrNvF" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false - }, - { - "type": "line", - "version": 2648, - "versionNonce": 623725294, - "index": "b15O", - "isDeleted": false, - "id": "jEn8W4jAUaqM1_w-L1-sV", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5177.877990615148, - "y": -335.68684106706047, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 38.320540733942416, - "height": 46.94266239907955, - "seed": 980901230, - "groupIds": [ - "vg6i1Ql0Ur5J4kuuWrNvF" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 0, - 46.94266239907955 - ], - [ - 38.320540733942416, - 46.94266239907955 - ], - [ - 38.320540733942416, - 13.41218925687986 - ], - [ - 25.98749314140915, - 13.41218925687986 - ], - [ - 25.98749314140915, - 0.47900675917426205 - ], - [ - 38.3205407339423, - 13.412189256879921 - ], - [ - 25.547027155961384, - 1.2296739590297245e-13 - ], - [ - 0, - 0 - ] - ] - }, - { - "type": "text", - "version": 3353, - "versionNonce": 56737070, - "index": "b15l", - "isDeleted": false, - "id": "C-W2AD8oQ0JZv1pM3yIl_", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5168.902708260758, - "y": -284.41567705321614, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 60.97999954223633, - "height": 25, - "seed": 1363802226, - "groupIds": [ - "pONVzyPxHXVOyufsbAk_-", - "qq75vhHvJXeovE1oSXZl6", - "G_hzQknyRVDqD0sESx0Hp", - "vg6i1Ql0Ur5J4kuuWrNvF" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "fontSize": 20, - "fontFamily": 1, - "text": "Git.md", - "textAlign": "center", - "verticalAlign": "top", - "containerId": null, - "originalText": "Git.md", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "L7eZ1iZLGXTHirAheybE7", - "type": "line", - "x": 5080.491548166977, - "y": -309.9899852369846, - "width": 65.39563792569515, - "height": 0, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b16G", - "roundness": { - "type": 2 - }, - "seed": 986021806, - "version": 523, - "versionNonce": 2127423342, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 65.39563792569515, - 0 - ] - ], - "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "id": "wrt-sJxcdxd2Z1utrxu45", - "type": "line", - "x": 5072.564804175982, - "y": -347.6420191942025, - "width": 9.094947017729282e-13, - "height": 136.73633384463335, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b16V", - "roundness": { - "type": 2 - }, - "seed": 1578506802, - "version": 560, - "versionNonce": 1036514610, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031895, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - -9.094947017729282e-13, - 136.73633384463335 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "sYuzuJRNOJqnx70C43MFs", - "focus": 0.08378656386943216, - "gap": 15.95312784986993 - }, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "id": "BVydwZ8OM7OxLRNFwiY9I", - "type": "line", - "x": 5076.52817617148, - "y": -212.88737134731764, - "width": 65.39563792569515, - "height": 0, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b17V", - "roundness": { - "type": 2 - }, - "seed": 1234524654, - "version": 557, - "versionNonce": 491873262, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 65.39563792569515, - 0 - ] - ], - "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "type": "ellipse", - "version": 2014, - "versionNonce": 1905964590, - "index": "b1C", - "isDeleted": false, - "id": "Xoi3KLBmPm3wynLh1VehY", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 0, - "angle": 0, - "x": 5137.050674454545, - "y": -259.3759169426633, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 116.75732316367123, - "height": 116.75732316367123, - "seed": 1215824882, - "groupIds": [ - "YbxC8zt2bzV214bQGLCq6" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false - }, - { - "type": "line", - "version": 2702, - "versionNonce": 226476142, - "index": "b1CV", - "isDeleted": false, - "id": "BTa43QFWicO6yop1l_qnK", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5173.914618619651, - "y": -238.58422717739342, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 38.320540733942416, - "height": 46.94266239907955, - "seed": 502262830, - "groupIds": [ - "YbxC8zt2bzV214bQGLCq6" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031713, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 0, - 46.94266239907955 - ], - [ - 38.320540733942416, - 46.94266239907955 - ], - [ - 38.320540733942416, - 13.41218925687986 - ], - [ - 25.98749314140915, - 13.41218925687986 - ], - [ - 25.98749314140915, - 0.47900675917426205 - ], - [ - 38.3205407339423, - 13.412189256879921 - ], - [ - 25.547027155961384, - 1.2296739590297245e-13 - ], - [ - 0, - 0 - ] - ] - }, - { - "type": "text", - "version": 3377, - "versionNonce": 1959363246, - "index": "b1E", - "isDeleted": false, - "id": "hEdQLk__h-ySJTUpxKr3d", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5149.239337409671, - "y": -187.3130631635491, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 92.37999725341797, - "height": 25, - "seed": 1786164658, - "groupIds": [ - "Jh_UVgsIsvvRFCFl3zuWH", - "ozoX9ValthFzsqthlX70n", - "d9aK6TEpLhmusBHZ0DNLy", - "YbxC8zt2bzV214bQGLCq6" - ], - "frameId": null, - "roundness": null, - "boundElements": null, - "updated": 1718179031714, - "link": null, - "locked": false, - "fontSize": 20, - "fontFamily": 1, - "text": "Github.md", - "textAlign": "center", - "verticalAlign": "top", - "containerId": null, - "originalText": "Github.md", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "2eEJXO_3__nHyGHS7-zHU", - "type": "line", - "x": 5078.509862169227, - "y": -70.20597950943977, - "width": 1.9816859977490822, - "height": 65.39563792569436, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b1J", - "roundness": { - "type": 2 - }, - "seed": 1341413422, - "version": 702, - "versionNonce": 95277234, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031895, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - -1.9816859977490822, - 65.39563792569436 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "2Iw5bd1j2yP03zvE-0_g9", - "focus": -0.04067799614970624, - "gap": 10.008069856624843 - }, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "id": "IifGRlxQTNHEeGNFd3pQ4", - "type": "line", - "x": 5076.52817617148, - "y": -4.810341583745526, - "width": 65.39563792569515, - "height": 0, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "b1K", - "roundness": { - "type": 2 - }, - "seed": 96737454, - "version": 632, - "versionNonce": 1930374958, - "isDeleted": false, - "boundElements": null, - "updated": 1718179031714, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 65.39563792569515, - 0 - ] - ], - "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": null - }, - { - "type": "ellipse", - "version": 2091, - "versionNonce": 1006442862, - "index": "b1L", - "isDeleted": false, - "id": "qv7HW0gT2BCGloa4y3Cno", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 0, - "angle": 0, - "x": 5137.050674454544, - "y": -51.298887179091196, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 116.75732316367123, - "height": 116.75732316367123, - "seed": 838032558, - "groupIds": [ - "spKhwkE3WPIXzK4vKWf5v" - ], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718179031714, - "link": null, - "locked": false - }, - { - "type": "line", - "version": 2779, - "versionNonce": 2083765166, - "index": "b1M", - "isDeleted": false, - "id": "5DboH_yUx6CsYTtEm2A91", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5173.91461861965, - "y": -30.507197413821302, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 38.320540733942416, - "height": 46.94266239907955, - "seed": 956274414, - "groupIds": [ - "spKhwkE3WPIXzK4vKWf5v" - ], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718179031714, - "link": null, - "locked": false, - "startBinding": null, - "endBinding": null, - "lastCommittedPoint": null, - "startArrowhead": null, - "endArrowhead": null, - "points": [ - [ - 0, - 0 - ], - [ - 0, - 46.94266239907955 - ], - [ - 38.320540733942416, - 46.94266239907955 - ], - [ - 38.320540733942416, - 13.41218925687986 - ], - [ - 25.98749314140915, - 13.41218925687986 - ], - [ - 25.98749314140915, - 0.47900675917426205 - ], - [ - 38.3205407339423, - 13.412189256879921 - ], - [ - 25.547027155961384, - 1.2296739590297245e-13 - ], - [ - 0, - 0 - ] - ] - }, - { - "type": "text", - "version": 3481, - "versionNonce": 970724846, - "index": "b1N", - "isDeleted": false, - "id": "ObEz2z--Fzo5koq0NHtq5", - "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 5066.149337257082, - "y": 20.763966600023025, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "width": 258.55999755859375, - "height": 25, - "seed": 2131396910, - "groupIds": [ - "uiMxjpuEUrvWWgpb3f8iY", - "G6wSzUkU94_4L-pZycZ1L", - "rWh40rpY5HAeXLZN4SOy5", - "spKhwkE3WPIXzK4vKWf5v" - ], - "frameId": null, - "roundness": null, - "boundElements": [], - "updated": 1718179031714, - "link": null, - "locked": false, - "fontSize": 20, - "fontFamily": 1, - "text": "Interaktive_Lehrbücher.md", - "textAlign": "center", - "verticalAlign": "top", - "containerId": null, - "originalText": "Interaktive_Lehrbücher.md", - "autoResize": true, - "lineHeight": 1.25 - } - ], - "appState": { - "gridSize": null, - "viewBackgroundColor": "#ffffff" - }, - "files": {} -} \ No newline at end of file diff --git a/assets/develop/unix/Ordnerstruktur.svg b/assets/develop/unix/Ordnerstruktur.svg deleted file mode 100644 index 3908e76..0000000 --- a/assets/develop/unix/Ordnerstruktur.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - ~/Documents/TutorialMarkdownBilderREADME.md01_Technologie02_DidaktikEinleitung.mdGit.mdGithub.mdInteraktive_Lehrbücher.md \ No newline at end of file diff --git a/assets/intro/Aufbau_der_OER.excalidraw b/assets/intro/Aufbau_der_OER.excalidraw deleted file mode 100644 index 98d0991..0000000 --- a/assets/intro/Aufbau_der_OER.excalidraw +++ /dev/null @@ -1,891 +0,0 @@ -{ - "type": "excalidraw", - "version": 2, - "source": "https://excalidraw.com", - "elements": [ - { - "id": "85-tTty1StQsF70YH4hnp", - "type": "rectangle", - "x": -590.328125, - "y": -291.78125, - "width": 120.13671875, - "height": 110, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "a0", - "roundness": { - "type": 3 - }, - "seed": 926146253, - "version": 263, - "versionNonce": 1274788821, - "isDeleted": false, - "boundElements": [ - { - "type": "text", - "id": "js88VBCw" - }, - { - "id": "F1p2Ha1ZXbL1CUlpDN4ZU", - "type": "arrow" - } - ], - "updated": 1738580002742, - "link": null, - "locked": false - }, - { - "id": "js88VBCw", - "type": "text", - "x": -581.8297653198242, - "y": -274.28125, - "width": 103.13999938964844, - "height": 75, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "a1", - "roundness": null, - "seed": 600542115, - "version": 220, - "versionNonce": 2032105781, - "isDeleted": false, - "boundElements": [], - "updated": 1738580002742, - "link": null, - "locked": false, - "text": "Einführung\nund\nMotivation", - "rawText": "0\nEinführung und Motivation", - "fontSize": 20, - "fontFamily": 5, - "textAlign": "center", - "verticalAlign": "middle", - "containerId": "85-tTty1StQsF70YH4hnp", - "originalText": "Einführung und Motivation", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "t2ZYWPRTV8gJIJT3GYWTi", - "type": "rectangle", - "x": -392.998046875, - "y": -291.78125, - "width": 149.2265625, - "height": 110, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "a2", - "roundness": { - "type": 3 - }, - "seed": 1481145645, - "version": 378, - "versionNonce": 1044410357, - "isDeleted": false, - "boundElements": [ - { - "type": "text", - "id": "khX3wyDV" - }, - { - "id": "F1p2Ha1ZXbL1CUlpDN4ZU", - "type": "arrow" - }, - { - "id": "zaZIHrM8p_XVPU9UQVgF3", - "type": "arrow" - } - ], - "updated": 1738580002742, - "link": null, - "locked": false - }, - { - "id": "khX3wyDV", - "type": "text", - "x": -380.9847602844238, - "y": -274.28125, - "width": 125.19998931884766, - "height": 75, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "a3", - "roundness": null, - "seed": 426019139, - "version": 312, - "versionNonce": 1864511349, - "isDeleted": false, - "boundElements": [], - "updated": 1738580005340, - "link": null, - "locked": false, - "text": "Struktur und\ndidaktisches\nKonzept", - "rawText": "1\nStruktur und didaktisches Konzept", - "fontSize": 20, - "fontFamily": 5, - "textAlign": "center", - "verticalAlign": "middle", - "containerId": "t2ZYWPRTV8gJIJT3GYWTi", - "originalText": "Struktur und didaktisches Konzept", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "CCcWFlP_xpdh-rxZrX8qL", - "type": "rectangle", - "x": -188.27734375, - "y": -291.76171875, - "width": 149.2265625, - "height": 110.7109375, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "a4", - "roundness": { - "type": 3 - }, - "seed": 2113556365, - "version": 741, - "versionNonce": 1568243003, - "isDeleted": false, - "boundElements": [ - { - "type": "text", - "id": "AW0xVHVP" - }, - { - "id": "zaZIHrM8p_XVPU9UQVgF3", - "type": "arrow" - } - ], - "updated": 1738580014251, - "link": null, - "locked": false - }, - { - "id": "AW0xVHVP", - "type": "text", - "x": -174.49406051635742, - "y": -261.40625, - "width": 121.65999603271484, - "height": 50, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "a5", - "roundness": null, - "seed": 199328643, - "version": 692, - "versionNonce": 1303176789, - "isDeleted": false, - "boundElements": [], - "updated": 1738580008395, - "link": null, - "locked": false, - "text": "Technologie-\nstack", - "rawText": "2\nTechnologie-stack", - "fontSize": 20, - "fontFamily": 5, - "textAlign": "center", - "verticalAlign": "middle", - "containerId": "CCcWFlP_xpdh-rxZrX8qL", - "originalText": "Technologie-stack", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "lWjdMiTYaqx6QuAwkUCH5", - "type": "rectangle", - "x": 13.375, - "y": -304.05078125, - "width": 183.92187499999997, - "height": 135, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "a8", - "roundness": { - "type": 3 - }, - "seed": 1290506317, - "version": 932, - "versionNonce": 1312166011, - "isDeleted": false, - "boundElements": [ - { - "type": "text", - "id": "fYTejhCa" - }, - { - "id": "QTyzueiOjbpGic3cxGve6", - "type": "arrow" - } - ], - "updated": 1738580051446, - "link": null, - "locked": false - }, - { - "id": "fYTejhCa", - "type": "text", - "x": 22.045944213867188, - "y": -274.05078125, - "width": 166.57998657226562, - "height": 75, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "a9", - "roundness": null, - "seed": 990434083, - "version": 944, - "versionNonce": 273080309, - "isDeleted": false, - "boundElements": [], - "updated": 1738580040958, - "link": null, - "locked": false, - "text": "Formatierungs- &\nDarstellungs-\nmöglichkeiten", - "rawText": "2.2\nFormatierungs- & Darstellungs-möglichkeiten", - "fontSize": 20, - "fontFamily": 5, - "textAlign": "center", - "verticalAlign": "middle", - "containerId": "lWjdMiTYaqx6QuAwkUCH5", - "originalText": "Formatierungs- & Darstellungs-möglichkeiten", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "osZPYjMht3l8i4jdVvl8d", - "type": "rectangle", - "x": 240.19140625, - "y": -293.765625, - "width": 193.7734375, - "height": 111.09375, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aA", - "roundness": { - "type": 3 - }, - "seed": 252575405, - "version": 976, - "versionNonce": 1352859227, - "isDeleted": false, - "boundElements": [ - { - "type": "text", - "id": "P0kgZUmJ" - }, - { - "id": "y_rYxGDXvZqh08zfPcnV2", - "type": "arrow" - }, - { - "id": "QTyzueiOjbpGic3cxGve6", - "type": "arrow" - } - ], - "updated": 1738580051447, - "link": null, - "locked": false - }, - { - "id": "P0kgZUmJ", - "type": "text", - "x": 249.08812713623047, - "y": -250.71875, - "width": 175.97999572753906, - "height": 25, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aB", - "roundness": null, - "seed": 1419730893, - "version": 935, - "versionNonce": 1385757659, - "isDeleted": false, - "boundElements": [], - "updated": 1738580031926, - "link": null, - "locked": false, - "text": "(Self-)Assessment", - "rawText": "3\n(Self-)Assessment", - "fontSize": 20, - "fontFamily": 5, - "textAlign": "center", - "verticalAlign": "middle", - "containerId": "osZPYjMht3l8i4jdVvl8d", - "originalText": "(Self-)Assessment", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "KjRzQEM9kc4EDIRQ9IY0m", - "type": "rectangle", - "x": 473.55078125, - "y": -293.765625, - "width": 193.7734375, - "height": 111.09375, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aC", - "roundness": { - "type": 3 - }, - "seed": 328442125, - "version": 1068, - "versionNonce": 1971398075, - "isDeleted": false, - "boundElements": [ - { - "type": "text", - "id": "oBiuVdC6" - }, - { - "id": "y_rYxGDXvZqh08zfPcnV2", - "type": "arrow" - }, - { - "id": "7ev8L3DtUOi6g2lqclwCN", - "type": "arrow" - } - ], - "updated": 1738580031926, - "link": null, - "locked": false - }, - { - "id": "oBiuVdC6", - "type": "text", - "x": 544.877498626709, - "y": -250.71875, - "width": 51.12000274658203, - "height": 25, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aD", - "roundness": null, - "seed": 1087493581, - "version": 1051, - "versionNonce": 1198175835, - "isDeleted": false, - "boundElements": [], - "updated": 1738580031926, - "link": null, - "locked": false, - "text": "Fazit", - "rawText": "4\nFazit", - "fontSize": 20, - "fontFamily": 5, - "textAlign": "center", - "verticalAlign": "middle", - "containerId": "KjRzQEM9kc4EDIRQ9IY0m", - "originalText": "Fazit", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "F1p2Ha1ZXbL1CUlpDN4ZU", - "type": "arrow", - "x": -469.73828125, - "y": -234.613911311836, - "width": 75.740234375, - "height": 0.5221773763279884, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aG", - "roundness": { - "type": 2 - }, - "seed": 267777901, - "version": 274, - "versionNonce": 2027697083, - "isDeleted": false, - "boundElements": [], - "updated": 1738580002783, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 75.740234375, - -0.5221773763279884 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "85-tTty1StQsF70YH4hnp", - "focus": 0.0466414092888487, - "gap": 1, - "fixedPoint": null - }, - "endBinding": { - "elementId": "t2ZYWPRTV8gJIJT3GYWTi", - "focus": -0.020244459689391432, - "gap": 1, - "fixedPoint": null - }, - "startArrowhead": null, - "endArrowhead": "arrow", - "elbowed": false - }, - { - "id": "zaZIHrM8p_XVPU9UQVgF3", - "type": "arrow", - "x": -242.771484375, - "y": -237.35484493423172, - "width": 53.904296875, - "height": 1.2022188621352257, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aH", - "roundness": { - "type": 2 - }, - "seed": 1316913613, - "version": 110, - "versionNonce": 1233699067, - "isDeleted": false, - "boundElements": [], - "updated": 1738580002783, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 53.904296875, - 1.2022188621352257 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "t2ZYWPRTV8gJIJT3GYWTi", - "focus": -0.039883916995037426, - "gap": 1, - "fixedPoint": null - }, - "endBinding": { - "elementId": "CCcWFlP_xpdh-rxZrX8qL", - "focus": -0.0338632433731432, - "gap": 1, - "fixedPoint": null - }, - "startArrowhead": null, - "endArrowhead": "arrow", - "elbowed": false - }, - { - "id": "y_rYxGDXvZqh08zfPcnV2", - "type": "arrow", - "x": 435.16796875, - "y": -238.9870684159977, - "width": 36.46484375, - "height": 1.536636831995395, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aL", - "roundness": { - "type": 2 - }, - "seed": 1414312781, - "version": 773, - "versionNonce": 1244997653, - "isDeleted": false, - "boundElements": [], - "updated": 1738580031971, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 36.46484375, - 1.536636831995395 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "osZPYjMht3l8i4jdVvl8d", - "focus": -0.08220478253293122, - "gap": 1.203125, - "fixedPoint": null - }, - "endBinding": { - "elementId": "KjRzQEM9kc4EDIRQ9IY0m", - "focus": -0.08270996161191525, - "gap": 1.91796875, - "fixedPoint": null - }, - "startArrowhead": null, - "endArrowhead": "arrow", - "elbowed": false - }, - { - "id": "ZWeZ8NOtuEdd0rIxuMGhz", - "type": "rectangle", - "x": 717.111328125, - "y": -293.462890625, - "width": 193.7734375, - "height": 107.09375000000001, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aM", - "roundness": { - "type": 3 - }, - "seed": 942031391, - "version": 1116, - "versionNonce": 2051748059, - "isDeleted": false, - "boundElements": [ - { - "type": "text", - "id": "ZfLsHlYVTnrNcUT6Y6ZeJ" - }, - { - "id": "7ev8L3DtUOi6g2lqclwCN", - "type": "arrow" - } - ], - "updated": 1738580031926, - "link": null, - "locked": false - }, - { - "id": "ZfLsHlYVTnrNcUT6Y6ZeJ", - "type": "text", - "x": 763.7980499267578, - "y": -252.416015625, - "width": 100.39999389648438, - "height": 25, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aN", - "roundness": null, - "seed": 1870046783, - "version": 1107, - "versionNonce": 956718459, - "isDeleted": false, - "boundElements": [], - "updated": 1738580031926, - "link": null, - "locked": false, - "text": "Hinterwerk", - "rawText": "4\nFazit", - "fontSize": 20, - "fontFamily": 5, - "textAlign": "center", - "verticalAlign": "middle", - "containerId": "ZWeZ8NOtuEdd0rIxuMGhz", - "originalText": "Hinterwerk", - "autoResize": true, - "lineHeight": 1.25 - }, - { - "id": "7ev8L3DtUOi6g2lqclwCN", - "type": "arrow", - "x": 668.765625, - "y": -239.6843340409977, - "width": 48.46484375, - "height": 0.5366368319953949, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aO", - "roundness": { - "type": 2 - }, - "seed": 1414419857, - "version": 797, - "versionNonce": 1293936341, - "isDeleted": false, - "boundElements": [], - "updated": 1738580031971, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 48.46484375, - 0.5366368319953949 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "KjRzQEM9kc4EDIRQ9IY0m", - "focus": -0.045114040020276164, - "gap": 1.44140625, - "fixedPoint": null - }, - "endBinding": { - "elementId": "ZWeZ8NOtuEdd0rIxuMGhz", - "focus": -0.03368378084034001, - "gap": 1, - "fixedPoint": null - }, - "startArrowhead": null, - "endArrowhead": "arrow", - "elbowed": false - }, - { - "id": "W3fBEU9W1d9Gna6ISTIKH", - "type": "arrow", - "x": -38.9541015625, - "y": -237.51712505606764, - "width": 53.904296875, - "height": 1.2022188621352257, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aP", - "roundness": { - "type": 2 - }, - "seed": 544960443, - "version": 135, - "versionNonce": 774117653, - "isDeleted": false, - "boundElements": [], - "updated": 1738580046559, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 53.904296875, - 1.2022188621352257 - ] - ], - "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, - "startArrowhead": null, - "endArrowhead": "arrow", - "elbowed": false - }, - { - "id": "QTyzueiOjbpGic3cxGve6", - "type": "arrow", - "x": 196.0458984375, - "y": -241.51712505606764, - "width": 45.904296875, - "height": 0.20221886213522566, - "angle": 0, - "strokeColor": "#1e1e1e", - "backgroundColor": "transparent", - "fillStyle": "solid", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "groupIds": [], - "frameId": null, - "index": "aQ", - "roundness": { - "type": 2 - }, - "seed": 1153865685, - "version": 133, - "versionNonce": 1577614075, - "isDeleted": false, - "boundElements": [], - "updated": 1738580052451, - "link": null, - "locked": false, - "points": [ - [ - 0, - 0 - ], - [ - 45.904296875, - 0.20221886213522566 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "lWjdMiTYaqx6QuAwkUCH5", - "focus": -0.07902117963257402, - "gap": 1, - "fixedPoint": null - }, - "endBinding": { - "elementId": "osZPYjMht3l8i4jdVvl8d", - "focus": 0.04782776290473287, - "gap": 1, - "fixedPoint": null - }, - "startArrowhead": null, - "endArrowhead": "arrow", - "elbowed": false - } - ], - "appState": { - "gridSize": 20, - "gridStep": 5, - "gridModeEnabled": false, - "viewBackgroundColor": "#ffffff" - }, - "files": {} -} \ No newline at end of file diff --git a/assets/intro/Aufbau_der_OER.png b/assets/intro/Aufbau_der_OER.png deleted file mode 100644 index 0e1a0b4..0000000 Binary files a/assets/intro/Aufbau_der_OER.png and /dev/null differ diff --git a/assets/intro/Aufbau_der_OER.svg b/assets/intro/Aufbau_der_OER.svg deleted file mode 100644 index 07bf2c0..0000000 --- a/assets/intro/Aufbau_der_OER.svg +++ /dev/null @@ -1,2 +0,0 @@ -EinführungundMotivationStruktur unddidaktischesKonzeptTechnologie-stackFormatierungs- &Darstellungs-möglichkeiten(Self-)AssessmentFazitHinterwerk \ No newline at end of file diff --git a/assets/intro/oer-creation-process.png b/assets/intro/oer-creation-process.png deleted file mode 100644 index 0f20d9b..0000000 Binary files a/assets/intro/oer-creation-process.png and /dev/null differ diff --git a/assets/slides/1.jpg b/assets/slides/1.jpg deleted file mode 100644 index e2ae6ba..0000000 Binary files a/assets/slides/1.jpg and /dev/null differ diff --git a/assets/slides/2.jpg b/assets/slides/2.jpg deleted file mode 100644 index 73d45a0..0000000 Binary files a/assets/slides/2.jpg and /dev/null differ diff --git a/assets/slides/3.jpg b/assets/slides/3.jpg deleted file mode 100644 index 5263e00..0000000 Binary files a/assets/slides/3.jpg and /dev/null differ diff --git a/assets/technologie/GitHub_new_release.png b/assets/technologie/GitHub_new_release.png deleted file mode 100644 index d032ae1..0000000 Binary files a/assets/technologie/GitHub_new_release.png and /dev/null differ diff --git a/assets/technologie/GitHub_releases.png b/assets/technologie/GitHub_releases.png deleted file mode 100644 index a09a9b7..0000000 Binary files a/assets/technologie/GitHub_releases.png and /dev/null differ diff --git a/assets/technologie/GitHub_repo_release.png b/assets/technologie/GitHub_repo_release.png deleted file mode 100644 index ed28967..0000000 Binary files a/assets/technologie/GitHub_repo_release.png and /dev/null differ diff --git a/assets/technologie/zenodo_GitHub_toggle.png b/assets/technologie/zenodo_GitHub_toggle.png deleted file mode 100644 index e12098f..0000000 Binary files a/assets/technologie/zenodo_GitHub_toggle.png and /dev/null differ diff --git "a/assets/technologie/zenodo_profil_men\303\274.png" "b/assets/technologie/zenodo_profil_men\303\274.png" deleted file mode 100644 index 7a5444e..0000000 Binary files "a/assets/technologie/zenodo_profil_men\303\274.png" and /dev/null differ diff --git a/quadriga/metadata/create_zenodo_json.py b/quadriga/metadata/create_zenodo_json.py index 3360a01..6cf96cb 100644 --- a/quadriga/metadata/create_zenodo_json.py +++ b/quadriga/metadata/create_zenodo_json.py @@ -183,7 +183,7 @@ def create_zenodo_json() -> bool | None: logger.error("No authors found in metadata.yml") return False - # description + # description - must exist in metadata or schema checks block it description = "

" + metadata.get("description") + "

" description_base = f""" diff --git a/reflection/reflection_reflection.md b/reflection/reflection_reflection.md index 7813457..410ba07 100644 --- a/reflection/reflection_reflection.md +++ b/reflection/reflection_reflection.md @@ -17,7 +17,7 @@ Mit Ihren Rückmeldungen können wir unser interaktives Lehrbuch gezielt an Ihre ``` ```` -```{include} ../introduction/learning-outcomes.md +```{include} ../introduction/introduction_learning-outcomes.md :start-after: "" :end-before: "" ``` diff --git a/requirements.txt b/requirements.txt index 2c63eea..28ac6de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -129,7 +129,7 @@ spacy==3.8.11 spacy-legacy==3.0.12 spacy-loggers==1.0.5 sphinx==7.4.7 -sphinx-apa-references==1.0 +sphinx_apa_references @ git+https://github.com/quadriga-dk/Sphinx-APA-References.git@d80f2b6edb18bb3c4c03507fe3e46e8ed1fd8ec6 sphinx-book-theme==1.1.4 sphinx-comments==0.0.3 sphinx-copybutton==0.5.2