1e51ef7def
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/ - 12 code-workspace-Files - STATUS-*.md - viele M/D/R-Änderungen an bereits getrackten Files - .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
142 lines
8.7 KiB
PHP
142 lines
8.7 KiB
PHP
<?php
|
||
require_once __DIR__ . '/../php/config/app.php';
|
||
$bp = BASE_PATH;
|
||
$activeMain = 'forschung';
|
||
?>
|
||
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>GeoGraSim — Forschung</title>
|
||
<link rel="icon" type="image/png" href="../favicon-96x96.png" sizes="96x96">
|
||
<link rel="icon" type="image/svg+xml" href="../favicon.svg">
|
||
<link rel="stylesheet" href="../assets/fonts/inter.css">
|
||
<style>
|
||
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
|
||
:root {
|
||
--bg: #f7f6f3; --bg2: #efeee9; --white: #fff;
|
||
--text: #1a1a1a; --text2: #4a4a4a; --text3: #9a9a9a;
|
||
--fjord: #4a7c8a; --fjord-l: #dae8ec; --fjord-d: #3a6470;
|
||
--moss: #5a8a5e; --moss-l: #dceadd;
|
||
--sand: #c4a35a; --sand-l: #f2eacc;
|
||
--r: 20px; --rs: 12px;
|
||
}
|
||
html { scroll-behavior: smooth; }
|
||
body { font-family: 'Inter', system-ui, sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }
|
||
|
||
/* ===== NAV (gleicher Stil wie index.html, leicht angepasst) ===== */
|
||
.nav { position: sticky; top: 0; z-index: 100; padding: .7rem 0; background: rgba(247,246,243,0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(0,0,0,0.04); }
|
||
.nav .w { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; }
|
||
.nav-brand { display: flex; align-items: center; text-decoration: none; }
|
||
.nav-brand img { height: 38px; }
|
||
.nav-links { display: flex; gap: .2rem; align-items: center; }
|
||
.nav-links a { color: var(--text2); text-decoration: none; padding: .4rem .8rem; border-radius: 8px; font-size: .82rem; font-weight: 500; transition: all .2s; }
|
||
.nav-links a:hover { background: rgba(0,0,0,0.04); }
|
||
.nav-links a.active { color: var(--fjord); background: var(--fjord-l); }
|
||
@media (max-width: 700px) { .nav-links a.hide-m { display: none; } }
|
||
|
||
/* ===== CONTENT ===== */
|
||
.w { max-width: 900px; margin: 0 auto; padding: 0 2rem; }
|
||
.page-header { padding: 3.5rem 0 1.5rem; text-align: center; }
|
||
.page-header .eyebrow { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--fjord); font-weight: 700; margin-bottom: .8rem; }
|
||
.page-header h1 { font-size: clamp(1.9rem, 3.5vw, 2.6rem); font-weight: 900; letter-spacing: -.02em; color: var(--text); }
|
||
.page-header .lead { font-size: 1.05rem; color: var(--text2); max-width: 620px; margin: 1rem auto 0; }
|
||
|
||
h2 { font-size: 1.4rem; font-weight: 800; margin: 3rem 0 .6rem; color: var(--text); padding-bottom: .4rem; border-bottom: 2px solid var(--fjord-l); }
|
||
h3 { font-size: 1.05rem; font-weight: 700; margin: 1.4rem 0 .4rem; color: var(--fjord-d); }
|
||
p { color: var(--text2); margin-bottom: .9rem; }
|
||
|
||
.article-card { background: var(--white); border: 1px solid rgba(0,0,0,0.06); border-radius: var(--r); padding: 1.8rem 2rem; margin-bottom: 1.4rem; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
|
||
.article-card .meta { font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--fjord); font-weight: 700; margin-bottom: .6rem; }
|
||
.article-card h2 { font-size: 1.3rem; margin: 0 0 .5rem; padding: 0; border: none; color: var(--fjord-d); }
|
||
.article-card p { font-size: .92rem; }
|
||
.article-card .links { margin-top: 1rem; display: flex; gap: .8rem; flex-wrap: wrap; }
|
||
.article-card .link { display: inline-flex; align-items: center; gap: .35rem; padding: .5rem 1rem; background: var(--fjord); color: var(--white); border-radius: var(--rs); text-decoration: none; font-size: .82rem; font-weight: 600; transition: all .2s; }
|
||
.article-card .link:hover { background: var(--fjord-d); transform: translateY(-1px); }
|
||
.article-card .link.alt { background: var(--white); color: var(--fjord); border: 1.5px solid var(--fjord-l); }
|
||
.article-card .link.alt:hover { background: var(--fjord-l); }
|
||
|
||
.meta-table { width: 100%; font-size: .85rem; margin: .6rem 0 1rem; }
|
||
.meta-table td { padding: .25rem .6rem .25rem 0; vertical-align: top; color: var(--text2); }
|
||
.meta-table td:first-child { color: var(--text3); width: 130px; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
|
||
|
||
.author-note { background: var(--fjord-l); border-left: 4px solid var(--fjord); padding: 1rem 1.4rem; border-radius: 0 var(--rs) var(--rs) 0; margin: 2.5rem 0 1.5rem; font-size: .92rem; color: var(--fjord-d); }
|
||
|
||
footer { padding: 2rem 1.5rem; text-align: center; color: var(--text3); font-size: .75rem; border-top: 1px solid rgba(0,0,0,0.05); margin-top: 4rem; }
|
||
footer a { color: var(--fjord); text-decoration: none; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<?php include __DIR__ . '/../pages/_partials/public_topnav.php'; ?>
|
||
|
||
<div class="w">
|
||
|
||
<div class="page-header">
|
||
<div class="eyebrow">Wissenschaftliche Grundlage</div>
|
||
<h1>Forschung & Didaktik</h1>
|
||
<p class="lead">GeoGraSim ruht auf einer Auseinandersetzung mit dem aktuellen Stand der GW-Didaktik in der Sekundarstufe I und der Wirkungsforschung zu Simulationen im Unterricht. Hier finden Sie die ausführlichen Fachartikel und das vollständige Literaturverzeichnis.</p>
|
||
</div>
|
||
|
||
<article class="article-card">
|
||
<div class="meta">Fachartikel · 2026</div>
|
||
<h2>Aktueller Forschungsstand der GW-Didaktik (Sekundarstufe I)</h2>
|
||
<p>Eine Auseinandersetzung mit dem österreichischen GW-Lehrplan 2023, den fachdidaktischen Strömungen der letzten zwei Jahrzehnte und der Frage, wie Schüler*innen geografische Räume aktiv verstehen lernen — statt sie nur zu beschreiben. Der Artikel ordnet die Kompetenzbereiche und zeigt, an welchen Stellen interaktive Methoden besonders tragend werden.</p>
|
||
<table class="meta-table">
|
||
<tr><td>Umfang</td><td>~ 2,1 MB (Lang-Artikel mit Abbildungen)</td></tr>
|
||
<tr><td>Zielgruppe</td><td>Lehrpersonen GW, Pädagog:innenbildung, Schulleitung</td></tr>
|
||
<tr><td>Bezug</td><td>Österreichischer GW-Lehrplan 2023, AHS-Unterstufe / Mittelschule</td></tr>
|
||
</table>
|
||
<div class="links">
|
||
<a href="geografie-didaktik.html" class="link">Artikel öffnen →</a>
|
||
<a href="presentation-geografie/" class="link alt">Begleit-Präsentation</a>
|
||
<a href="quellen-geografie.html" class="link alt">Literaturverzeichnis</a>
|
||
</div>
|
||
</article>
|
||
|
||
<article class="article-card">
|
||
<div class="meta">Fachartikel · 2026</div>
|
||
<h2>Lernen durch Simulation — Wirkung im Unterricht</h2>
|
||
<p>Wie wirken interaktive Simulationen kognitiv, motivational und didaktisch? Der Artikel sichtet die Forschung zu Lern-Wirkungen digitaler Modell- und Simulationsumgebungen (von Wygotskis Zone der nächsten Entwicklung bis zu aktuellen Studien zu Game-Based Learning), beschreibt die Mechanismen und leitet Gestaltungsprinzipien für den GW-Unterricht ab.</p>
|
||
<table class="meta-table">
|
||
<tr><td>Umfang</td><td>~ 2,4 MB (Lang-Artikel mit Abbildungen)</td></tr>
|
||
<tr><td>Zielgruppe</td><td>Lehrpersonen, Mediendidaktik, Forschende</td></tr>
|
||
<tr><td>Bezug</td><td>Bildungsforschung & Wirkungsstudien zu interaktiven Lernumgebungen</td></tr>
|
||
</table>
|
||
<div class="links">
|
||
<a href="lernen-durch-simulation.html" class="link">Artikel öffnen →</a>
|
||
<a href="presentation-simulation/" class="link alt">Begleit-Präsentation</a>
|
||
<a href="quellen-simulation.html" class="link alt">Literaturverzeichnis</a>
|
||
</div>
|
||
</article>
|
||
|
||
<h2>Literaturverzeichnisse</h2>
|
||
<p>Vollständige Literatur zu beiden Themenbereichen, separat zitierbar.</p>
|
||
|
||
<article class="article-card">
|
||
<h3 style="margin-top:0">Literatur — GW-Didaktik</h3>
|
||
<p>Quellen zum Lehrplan, fachdidaktischen Konzepten, Geomedienkompetenz, Klimabildung und kompetenzorientierten Unterricht.</p>
|
||
<div class="links"><a href="quellen-geografie.html" class="link">Verzeichnis öffnen →</a></div>
|
||
</article>
|
||
|
||
<article class="article-card">
|
||
<h3 style="margin-top:0">Literatur — Simulation & Lernforschung</h3>
|
||
<p>Quellen zu lerntheoretischer Begründung, empirischen Wirkungsstudien, Game-Based Learning und Bildungstechnologie.</p>
|
||
<div class="links"><a href="quellen-simulation.html" class="link">Verzeichnis öffnen →</a></div>
|
||
</article>
|
||
|
||
<div class="author-note">
|
||
Autor*innen: <strong>Thomas Schroffenegger</strong> & <strong>Dominik Mößlang</strong>, 2026.
|
||
Veröffentlicht unter <a href="../">geograsim.at</a>. Korrekturen und Ergänzungen sind willkommen — bitte über das <a href="../kontakt.html">Kontaktformular</a>.
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<footer>
|
||
<p>GeoGraSim — <a href="../">Startseite</a> · <a href="../ueber.html">Über</a> · <a href="../handbuch.html">Handbuch</a> · <a href="../impressum.html">Impressum</a></p>
|
||
</footer>
|
||
|
||
</body>
|
||
</html>
|