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>
108 lines
5.8 KiB
PHP
108 lines
5.8 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 — Literaturverzeichnis</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;
|
|
--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 { 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; } }
|
|
|
|
.w { max-width: 800px; 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; }
|
|
.page-header .lead { font-size: 1.05rem; color: var(--text2); max-width: 620px; margin: 1rem auto 0; }
|
|
|
|
.lit-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); }
|
|
.lit-card h2 { font-size: 1.2rem; font-weight: 800; color: var(--fjord-d); margin-bottom: .5rem; }
|
|
.lit-card p { color: var(--text2); font-size: .92rem; margin-bottom: 1rem; }
|
|
.lit-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; }
|
|
.lit-card .link:hover { background: var(--fjord-d); transform: translateY(-1px); }
|
|
.lit-card .meta { display: flex; gap: 1.2rem; font-size: .75rem; color: var(--text3); margin-top: .8rem; }
|
|
|
|
.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: .9rem; color: var(--fjord-d); }
|
|
.author-note a { color: var(--fjord-d); font-weight: 600; }
|
|
|
|
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">Quellen & Belege</div>
|
|
<h1>Literaturverzeichnis</h1>
|
|
<p class="lead">Vollständige Bibliographien zu den beiden Themenfeldern, auf denen GeoGraSim ruht. Beide Verzeichnisse können einzeln zitiert und referenziert werden.</p>
|
|
</div>
|
|
|
|
<article class="lit-card">
|
|
<h2>Literatur — Geografie-Didaktik (Sekundarstufe I)</h2>
|
|
<p>
|
|
Quellen zum österreichischen GW-Lehrplan 2023, fachdidaktischen Konzepten,
|
|
Geomedienkompetenz, Klimabildung, BNE und kompetenzorientiertem Unterricht.
|
|
Begleitend zum Fachartikel <em>„Aktueller Forschungsstand der GW-Didaktik"</em>.
|
|
</p>
|
|
<a href="quellen-geografie.html" class="link">Verzeichnis öffnen →</a>
|
|
<div class="meta">
|
|
<span>Begleitend zu: <a href="geografie-didaktik.html" style="color:var(--fjord)">Fachartikel GW-Didaktik</a></span>
|
|
</div>
|
|
</article>
|
|
|
|
<article class="lit-card">
|
|
<h2>Literatur — Simulation & Lernforschung</h2>
|
|
<p>
|
|
Quellen zur lerntheoretischen Begründung interaktiver Simulationen, empirischen
|
|
Wirkungsstudien, Game-Based Learning, Mediendidaktik und Bildungstechnologie.
|
|
Begleitend zum Fachartikel <em>„Lernen durch Simulation"</em>.
|
|
</p>
|
|
<a href="quellen-simulation.html" class="link">Verzeichnis öffnen →</a>
|
|
<div class="meta">
|
|
<span>Begleitend zu: <a href="lernen-durch-simulation.html" style="color:var(--fjord)">Fachartikel Simulation</a></span>
|
|
</div>
|
|
</article>
|
|
|
|
<div class="author-note">
|
|
Zitiervorschlag (Beispiel):
|
|
<em>Schroffenegger, T. & Mößlang, B. (2026). GeoGraSim — Interaktive Geografie-Simulationen für die Sekundarstufe I. Verfügbar unter geograsim.at.</em>
|
|
Vollständige Zitierdaten der referenzierten Quellen finden sich in den oben verlinkten Verzeichnissen.
|
|
</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> · <a href="./">Forschung</a></p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|