$(".resource-modal .modal-title").html("
\n
\n
12 - Comparison and Coordination of Systems<\/div>\n
Questions around 12 - Comparison and Coordination of Systems<\/div>\n <\/div>\n
\n
Previous<\/a><\/div>\n
Next<\/a><\/div>\n <\/div>\n<\/div>\n"); $(".show-resource").html("
  • How can we compare systems, doing them, their qualities, functions, history etc. justice? <\/li>
  • Which criteria / parameters can we apply? <\/li>
  • Comparing two or more systems: what are similarities, what are differences? <\/li>
  • Is there an ideal form for the systems? <\/li>
  • Do we compare one “real” system with the ideal version of the other? <\/li>
  • How can we compare the ability of the systems to integrate new aspects? <\/li>
  • How can we describe differences in type (of equal value) and point to differences in stage (of different value) – without downgrading, but also without leveling – escape to flatland. <\/li>
  • Can we see that systems are not coordinated naturally? <\/li>
  • Which metaphors do we use to represent coordination of systems?<\/li>
  • How do we describe the active intervention to coordinate systems? <\/li>
  • How can we think beyond mechanistic concepts? <\/li>
  • How can we define principles that make room for systems to coordinate themselves – once and continually? <\/li>
  • Which functions could emerge only through coordination of the systems? <\/li><\/ul>\n"); $('.show-resource a').attr('target', '_blank'); setTimeout(() => { try { const selectedVideos = document.querySelectorAll('.show-resource .video-js'); const videos = Array.from(selectedVideos); videos.forEach(videoTag => { const ID = videoTag.id; if (!ID.startsWith("edit-")) { videoTag.id = `edit-${ID}`; } videoTag.dataset.id = videoTag.id; const sutraVid = new SutraVideo(videoTag, videoTag.dataset.format); sutraVid.serve(); const rendered = document.getElementById(videoTag.id); const parent = rendered.parentElement; parent.classList.remove('fr-video'); }); } catch (e) { } finally { } }, 1000)