{"id":31565772,"url":"https://github.com/correlaid/correlaidx-austria-education","last_synced_at":"2026-02-14T23:06:15.887Z","repository":{"id":59013342,"uuid":"502102079","full_name":"CorrelAid/correlaidx-austria-education","owner":"CorrelAid","description":"Education Materials and Website","archived":false,"fork":false,"pushed_at":"2023-03-10T09:59:51.000Z","size":20708,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-05T07:26:20.930Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CorrelAid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-10T15:59:04.000Z","updated_at":"2022-11-15T16:49:49.000Z","dependencies_parsed_at":"2025-10-05T07:18:38.157Z","dependency_job_id":"85cf5f58-158e-45c7-85ca-71e64c4d2eb6","html_url":"https://github.com/CorrelAid/correlaidx-austria-education","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CorrelAid/correlaidx-austria-education","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorrelAid%2Fcorrelaidx-austria-education","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorrelAid%2Fcorrelaidx-austria-education/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorrelAid%2Fcorrelaidx-austria-education/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorrelAid%2Fcorrelaidx-austria-education/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorrelAid","download_url":"https://codeload.github.com/CorrelAid/correlaidx-austria-education/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorrelAid%2Fcorrelaidx-austria-education/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29460142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T22:42:09.113Z","status":"ssl_error","status_checked_at":"2026-02-14T22:42:05.053Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-05T07:17:29.672Z","updated_at":"2026-02-14T23:06:15.872Z","avatar_url":"https://github.com/CorrelAid.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# correlaidx-austria-education\nWebsite für die [Workshops/Education Projekte von CorrelAid X Austria](https://correlaid.github.io/correlaidx-austria-education/).\n\n\n## How-to: Neuen Workshop erstellen\n\n1. Checkout Branch dev\n2. Dupliziere template.json im *workshops* Ordner und benenne die Datei z.B. *intro_to_py.json*\n3. Passe die Datei ensprechend an, siehe [Konfiguration Workshop JSON](#Konfiguration-Workshop-JSON)\n4. Füge Bilder (Thumbnail und Hero) dem `static/img/` Ordner hinzu\n5. Füge den Dateinamen aus 2. (*intro_to_py.json*) zu *settings.json* unter `active` hinzu:\n```json\n{\n\t\"active\": [\n\t\t\"...\",\n\t\t\"intro_to_py.json\"\n\t],\n\t\"inactive\": [\n\t\t\"template.json\"\n\t]\n}\n```\n6. Comit \u0026 Upload\n7. Erstelle einen Pull-request\n\n\n\n## Konfiguration Workshop JSON\nEs ist immer möglich HTML-tags zu benutzen, **hier nur auf quotes (zur not escapen) achten.**\n\n```json\n{\n\t\"name\": \"Name des Workshops\",\n\t\"sub\": \"Lead-Text für die Detail-Seite\",\n\t\"description\": \"Beschreibung für die Detail-Seite: Was wird gemacht?\",\n\t\"teaser\": \"Kurzer Teaser für den Workshop für die Overview-Seite\",\n\t\"venue\": \"Ort des Workshops\",\n```\n`previous` wird aktuell noch nicht benutzt; Daten in chronologischer Reihenfolge\n```json\n\t\"dates\": {\n\t\t\"previous\": [\"24.12.0\"],\n\t\t\"next\": [\"15.4.2022\", \"16.04.2022\"]\n\t},\n\t\"schedule\": {\n\t\t\"custom key 1\": \"point of order 1\",\n\t\t\"custom key 2\": \"point of order 2\",\n\t\t\"12:00-13:00\": \"point of order 3\"\n\t},\n\t\"structure\": \"Struktur des Workshops für Detail-Seite\",\n```\n\nBei Details, können wie bei `schedule` beliebige Keys verwendet werden.\nGedacht für Infos wie Sprache, o.Ä.\n\n```json\n\t\"details\": {\n\t\t\"Packages\": \"...\",\n\t\t\"Sprache\": \"Deutsch\"\t\t\n\t},\n\t\"requirements\": \"Wird unter Voraussetzungen auf der Detail-Seite angezeigt\",\n```\n`authors` sind die Ersteller und Durchführer des Kurses\n\n```json\n\t\"authors\": [\n\t\t\"Jon Doe\", \"Max Müller\"\n\t],\n\t\"images\": {\n\t\t\"thumbnail\": \"Für Thumbnail auf der Overview-Seite: Dateiname des Bildes im static/img/ folder\",\n\t\t\"hero\": \"Für Hero-circle-image auf der Detail-Seite: Dateiname des Bildes im static/img/ folder\"\n\t},\n```\nWird auf der Overview-Seite angezeigt\n\n```json\n\t\"tags\": [\n\t\t\"template\", \"json\", \"pyhton\"\n\t]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorrelaid%2Fcorrelaidx-austria-education","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorrelaid%2Fcorrelaidx-austria-education","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorrelaid%2Fcorrelaidx-austria-education/lists"}