Culture
From Anarchy In Action
// Align to the culture; Feed it and from it // The starting point was long ago; Jump right in where you feel comfortable <script type="text/javascript"> function prepareFrame() { var ifrm = document.createElement("iframe"); ifrm.setAttribute("src", "https://github.com/AnarchyInAction/TheGoldenPath/blob/main/Data/FoodAgricultureWater"); ifrm.style.width = "640px"; ifrm.style.height = "480px"; document.body.appendChild(ifrm); } </script>