feat(glossaire): enrichit la cartographie archicratique et les archicrations
This commit is contained in:
@@ -45,7 +45,7 @@ const verbes = byPredicate((e) => e.data.kind === "verbe");
|
||||
const paradigmes = byPredicate((e) => e.data.kind === "paradigme");
|
||||
const doctrines = byPredicate((e) => e.data.kind === "doctrine");
|
||||
|
||||
const paradigmesPreview = paradigmes.slice(0, 6);
|
||||
const paradigmesPreview = paradigmes.slice(0, 8);
|
||||
const doctrinesPreview = doctrines.slice(0, 4);
|
||||
---
|
||||
|
||||
@@ -56,17 +56,19 @@ const doctrinesPreview = doctrines.slice(0, 4);
|
||||
<h1>Glossaire archicratique</h1>
|
||||
<p class="glossary-intro">
|
||||
Ce glossaire rassemble les concepts, diagnostics, topologies, doctrines
|
||||
et paradigmes utiles à la lecture du paradigme archicratique. Son
|
||||
organisation repose sur les métadonnées de chaque entrée afin de
|
||||
maintenir une structure cohérente, extensible et lisible.
|
||||
et paradigmes utiles à la lecture du paradigme archicratique. Il ne se
|
||||
contente pas d’aligner des définitions : il organise une cartographie
|
||||
des prises théoriques, des régimes de régulation et des fondations
|
||||
doctrinales mobilisés dans l’essai-thèse.
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<nav class="glossary-toc" aria-label="Sommaire du glossaire">
|
||||
<a href="#reperes">Repères</a>
|
||||
<a href="#paradigmes">Paradigmes mobilisés</a>
|
||||
<a href="/glossaire/archicrations/">Page archicrations</a>
|
||||
<a href="#cartographie">Cartographie théorique</a>
|
||||
<a href="/glossaire/paradigmes/">Page paradigmes et doctrines</a>
|
||||
<a href="#alphabetique">Index alphabétique</a>
|
||||
<a href="/glossaire/paradigmes/">Page paradigmes</a>
|
||||
</nav>
|
||||
|
||||
<section id="reperes" class="glossary-section">
|
||||
@@ -157,14 +159,29 @@ const doctrinesPreview = doctrines.slice(0, 4);
|
||||
)}
|
||||
</section>
|
||||
|
||||
<section id="paradigmes" class="glossary-section">
|
||||
<section class="glossary-block">
|
||||
<h3>Archicrations du chapitre 2</h3>
|
||||
<div class="glossary-cards">
|
||||
<a class="glossary-card" href="/glossaire/archicrations/">
|
||||
<strong>Cartographie des archicrations</strong>
|
||||
<span>
|
||||
Vue d’ensemble des 13 types d’archicrations élaborés dans le chapitre 2,
|
||||
regroupés par blocs conceptuels.
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="cartographie" class="glossary-section">
|
||||
<div class="glossary-section__head">
|
||||
<div>
|
||||
<h2>Paradigmes mobilisés</h2>
|
||||
<h2>Cartographie théorique</h2>
|
||||
<p class="glossary-intro">
|
||||
Cette section rassemble les grands cadres théoriques, régimes
|
||||
d’intelligibilité et paradigmes de régulation avec lesquels
|
||||
l’archicratie dialogue, se distingue ou entre en tension.
|
||||
L’archicratie dialogue avec deux grands ensembles : d’une part des
|
||||
<strong> doctrines fondatrices</strong>, qui posent un principe premier
|
||||
de légitimité ou d’ordre ; d’autre part des <strong>paradigmes de
|
||||
régulation</strong>, qui décrivent des modes de tenue, de conflictualité,
|
||||
d’administration ou de transformation des collectifs.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -173,39 +190,32 @@ const doctrinesPreview = doctrines.slice(0, 4);
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{paradigmes.length > 0 ? (
|
||||
<>
|
||||
<section class="glossary-block">
|
||||
<h3>Paradigmes théoriques</h3>
|
||||
<div class="glossary-cards">
|
||||
{paradigmesPreview.map((e) => (
|
||||
<a class="glossary-card" href={hrefOf(e)}>
|
||||
<strong>{e.data.term}</strong>
|
||||
<span>{e.data.definitionShort}</span>
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
</section>
|
||||
{doctrines.length > 0 && (
|
||||
<section class="glossary-block">
|
||||
<h3>Doctrines fondatrices</h3>
|
||||
<div class="glossary-cards">
|
||||
{doctrinesPreview.map((e) => (
|
||||
<a class="glossary-card" href={hrefOf(e)}>
|
||||
<strong>{e.data.term}</strong>
|
||||
<span>{e.data.definitionShort}</span>
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
</section>
|
||||
)}
|
||||
|
||||
{doctrines.length > 0 && (
|
||||
<section class="glossary-block">
|
||||
<h3>Doctrines structurantes</h3>
|
||||
<div class="glossary-cards">
|
||||
{doctrinesPreview.map((e) => (
|
||||
<a class="glossary-card" href={hrefOf(e)}>
|
||||
<strong>{e.data.term}</strong>
|
||||
<span>{e.data.definitionShort}</span>
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
</section>
|
||||
)}
|
||||
</>
|
||||
) : (
|
||||
<p class="glossary-empty">
|
||||
Les paradigmes externes seront ajoutés progressivement pour
|
||||
cartographier le paysage théorique mobilisé par l’essai-thèse.
|
||||
</p>
|
||||
{paradigmes.length > 0 && (
|
||||
<section class="glossary-block">
|
||||
<h3>Paradigmes régulateurs</h3>
|
||||
<div class="glossary-cards">
|
||||
{paradigmesPreview.map((e) => (
|
||||
<a class="glossary-card" href={hrefOf(e)}>
|
||||
<strong>{e.data.term}</strong>
|
||||
<span>{e.data.definitionShort}</span>
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
</section>
|
||||
)}
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user