|
| 1 | +;; SPDX-License-Identifier: PMPL-1.0-or-later |
| 2 | +;; ECOSYSTEM.scm - Ecosystem position for im-docs (Wayfinder) |
| 3 | +;; Media-Type: application/vnd.ecosystem+scm |
| 4 | + |
| 5 | +(ecosystem |
| 6 | + (version "1.0") |
| 7 | + (name "Wayfinder") |
| 8 | + (type "Epistemic infrastructure") |
| 9 | + (purpose "Transform journalism from static truth-claims into navigable knowledge ecosystems") |
| 10 | + |
| 11 | + (position-in-ecosystem |
| 12 | + (category "Interactive journalism") |
| 13 | + (subcategory "Epistemic interfaces") |
| 14 | + (unique-value |
| 15 | + ("Systematic evidence evaluation (PROMPT framework)" |
| 16 | + "Multi-stakeholder boundary objects" |
| 17 | + "Heutagogic capability development" |
| 18 | + "Four-layer knowledge pipeline (Data/Knowledge/Intelligence/Wisdom)" |
| 19 | + "Coordination without consensus"))) |
| 20 | + |
| 21 | + (related-projects |
| 22 | + (("Korsakow" |
| 23 | + (relationship . "inspiration") |
| 24 | + (description . "Non-linear documentary platform")) |
| 25 | + ("Klynt" |
| 26 | + (relationship . "inspiration") |
| 27 | + (description . "Interactive documentary authoring")) |
| 28 | + ("Obsidian" |
| 29 | + (relationship . "potential-platform") |
| 30 | + (description . "Phase 1 prototyping tool")) |
| 31 | + ("TiddlyWiki" |
| 32 | + (relationship . "potential-platform") |
| 33 | + (description . "Non-linear personal wiki")) |
| 34 | + ("i-Docs Research Network" |
| 35 | + (relationship . "theoretical-foundation") |
| 36 | + (description . "Interactive documentary frameworks")) |
| 37 | + ("Out My Window" |
| 38 | + (relationship . "inspiration") |
| 39 | + (description . "Interactive documentary example")) |
| 40 | + ("Hollow" |
| 41 | + (relationship . "inspiration") |
| 42 | + (description . "Interactive documentary example")) |
| 43 | + ("Welcome to Pine Point" |
| 44 | + (relationship . "inspiration") |
| 45 | + (description . "Interactive documentary example")))) |
| 46 | + |
| 47 | + (what-this-is |
| 48 | + ("Heutagogic capability development pathway for journalists" |
| 49 | + "Interactive journalism framework" |
| 50 | + "Epistemic infrastructure for navigating complexity" |
| 51 | + "Boundary object creation tool" |
| 52 | + "Evidence ecosystem mapper")) |
| 53 | + |
| 54 | + (what-this-is-not |
| 55 | + ("Traditional CMS or publishing platform" |
| 56 | + "Fact-checking automation tool" |
| 57 | + "Truth oracle or definitive answer provider" |
| 58 | + "Replacement for journalistic judgment" |
| 59 | + "Social media or viral content optimizer"))) |
0 commit comments