This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
162 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
exports.render = (eleventy, data, attributes) => { | ||
|
||
const modulbeschreibungTool = require('../modulbeschreibung.11ty.js'); | ||
|
||
const {id} = attributes; | ||
const {collection} = attributes; | ||
|
||
const cssClass = attributes.class ? attributes.class : ''; | ||
|
||
const modules = data.collections[collection].sort((a, b) => { | ||
return a.data.order - b.data.order; | ||
}); | ||
|
||
const modulesList = modules.map(module => { | ||
|
||
const moduleData = { | ||
"data": module.data, | ||
"content": module.content, | ||
"Demo": "Demo", | ||
}; | ||
|
||
const modulbeschreibung = modulbeschreibungTool.render(moduleData, eleventy, moduleData) | ||
.replace(/<h5/g, '<h6') | ||
.replace(/<h4/g, '<h6') | ||
.replace(/<h3/g, '<h5') | ||
.replace(/<h2/g, '<h4') | ||
.replace(/<h1/g, '<h3') | ||
.replace(/<main>(.*?)<\/main>/isg, "$1"); | ||
|
||
return ` | ||
<div class="modulbeschreibung print"> | ||
${modulbeschreibung} | ||
</div> | ||
`; | ||
}); | ||
|
||
return ` | ||
<div class="text ${cssClass}" id="${id}"> | ||
${modulesList.join('')} | ||
</div> | ||
`; | ||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: Modulhandbuch Medieninformatik Bachelor // Druckversion | ||
name: Medieninformatik Bachelor | ||
degree: Bachelor of Science | ||
version: 5.0.0 | ||
date: last Modified | ||
layout: modulhandbuch.11ty.js | ||
inToc: false | ||
tocs: | ||
- bachelor | ||
- bachelor-for-fakrat | ||
- bachelor-for-experts | ||
collection: modulsBPO5 | ||
|
||
--- | ||
|
||
## Studiengangbeschreibung | ||
<snippet type="text" id="studiengangsbeschreibung" src="kurzbericht/012-profil-bachelor"></snippet> | ||
|
||
## Absolvent\:innenprofil | ||
<snippet type="text" id="absolventinnenprofil-allgemein" src="kurzbericht/130-absolventinnenprofil-allgemein"></snippet> | ||
<snippet type="text" id="absolventinnenprofil-bachelor" src="kurzbericht/132-absolventinnenprofil-bachelor"></snippet> | ||
|
||
## Studienverlaufsplan | ||
<snippet type="curriculum" id="curriculum-bachelor" src="curricula/bpo5-standard"></snippet> | ||
|
||
## Alternativer Studienverlaufsplan | ||
|
||
Beim alternativen Studienverlaufsplan ist die 210 ECTS auf *zehn Semester*, statt auf *sieben Semester* verteilt, z.B. für Teilzeitstudierende. | ||
<snippet type="curriculum" id="curriculum-bachelor" src="curricula/bpo5-alternativ"></snippet> | ||
|
||
## Module | ||
<snippet type="modulliste-print" id="modulliste-bachelor" collection="modulsBPO5"></snippet> | ||
|
||
## Modulmatrix | ||
|
||
Die Modulmatrix bildet alle Module des Studiengangs auf die Handlungsfelder und die als Absolvent:innenprofil zu erwerbenden Kompetenzen ab. Die Modulmatrix zeigt auch, welche einzelnen Module die Umsetzung der vier profilbildenden Studiengangkriterien abbilden der TH Köln. Mehr dazu finden Sie im Dokument [Lehr- und Lernkultur der TH Köln](https://www.th-koeln.de/mam/downloads/deutsch/hochschule/profil/qualitaetsmanagement/strategische_leitlinien_zu_lehre_und_studium.pdf). | ||
|
||
<snippet type="modulmatrix" id="modulmatrix-bachelor" collection="modulsBPO5" programme="bachelor"></snippet> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: Modulhandbuch Medieninformatik Master // Druckversion | ||
name: Medieninformatik Master | ||
degree: Master of Science | ||
version: 5.0.0 | ||
date: last Modified | ||
layout: modulhandbuch.11ty.js | ||
inToc: false | ||
tocs: | ||
- master | ||
- master-for-fakrat | ||
- master-for-experts | ||
collection: modulsMPO5 | ||
|
||
--- | ||
|
||
## Studiengangbeschreibung | ||
<snippet type="text" id="studiengangsbeschreibung" src="kurzbericht/013-profil-master"></snippet> | ||
|
||
## Absolvent\:innenprofil | ||
<snippet type="text" id="absolventinnenprofil-allgemein" src="kurzbericht/130-absolventinnenprofil-allgemein"></snippet> | ||
<snippet type="text" id="absolventinnenprofil-master" src="kurzbericht/134-absolventinnenprofil-master"></snippet> | ||
|
||
|
||
## Studienverlaufsplan | ||
<snippet type="curriculum" id="curriculum-master" src="curricula/mpo5-90CP-standard"></snippet> | ||
|
||
## Alternativer Studienverlaufsplan | ||
<snippet type="curriculum" id="curriculum-master" src="curricula/mpo5-90CP-alternativ"></snippet> | ||
|
||
## Module | ||
<snippet type="modulliste-print" id="modulliste-master" collection="modulsMPO5"></snippet> | ||
|
||
## Modulmatrix | ||
|
||
Die Modulmatrix bildet alle Module des Studiengangs auf die Handlungsfelder und die als Absolvent:innenprofil zu erwerbenden Kompetenzen ab. Die Modulmatrix zeigt auch, welche einzelnen Module die Umsetzung der vier profilbildenden Studiengangkriterien abbilden der TH Köln. Mehr dazu finden Sie im Dokument [Lehr- und Lernkultur der TH Köln](https://www.th-koeln.de/mam/downloads/deutsch/hochschule/profil/qualitaetsmanagement/strategische_leitlinien_zu_lehre_und_studium.pdf). | ||
|
||
<snippet type="modulmatrix" id="modulmatrix-master" collection="modulsMPO5" programme="master"></snippet> |