This visualization maps organizations based on their approach to social change. There are three broad categories of approach: inner,
- cultural and systems oriented. Read more about the visualization.
-
-
Overview of the Ecosystem
-
-
We sense that a new ecosystem, or ecosystem of ecosystems, is emerging. A growing number of people, organizations and initiatives are
- taking alternative approaches to social change, which diverge from and go beyond the more established spaces in civil society and the
- social economy.
-
-
The ecosystem we explore is still emerging and ill-defined. Reflecting this, there has been no clear name for it and we have settled
- for now on the label "Metamodernist".
-
-
As mapped it is quite broad – even disparate. Nevertheless, there are commonalities.
-
-
Most importantly, this ecosystem has a novelapproach to social change. Specifically, an
- approach that is simultaneously paradigmatic, integrated, and engaged.
-
-
Secondly, there are a variety of commonalities in outlook and approach. The most noteworthy identified so far we have termed:
- post-individualism, (w)holism and culture-making (in the form of new norms and narratives).
-
-
There is also a focus on complexity, systems and emergence, on developmental models, spirituality and practice, and on sensemaking,
- different forms of knowledge and global-local activism. Other commonalities include an interest in decentralized governance, new narratives,
- alternative social imaginaries and regenerative culture.
-
-
Nonetheless, the boundaries, relationships and patterns of influences in the ecosystem remain blurry, with our present awareness
- feeling like it only touches the tip of the iceberg. Questions that remain unclear include who exactly comprises the ecosystem, how
- activities and visions relate to one another, where the coherences and tensions lie and how it might evolve.
-
-
What is Novel in the Approach to Social Change?
-
-
The defining feature of this ecosystem is its novelapproach to social change. Specifically,
- the combination of being paradigmatic, integrated, and engaged. We emphasize that it is the combination of all three that is important
- and distinctive.
-
-
Paradigmatic
-
-
There is the belief that the change required is paradigmatic. That is to say, it seeks a transition of the entire social
- paradigm at both a systems and "ontological" (worldview and narratives) level. This contrasts with approaches that either simply seek reform
- e.g. making market liberalism better, or transformation that is deep but only in a given area e.g. transforming our structures of economic
- production and ownership but leaving base assumptions about who we are and how we relate to the natural world untouched.
-
-
Integrated
-
-
It identifies the need to incorporate methods and routes to change spanning a variety of fields and "locations" (e.g. personal, cultural,
- institutional etc). One central and basic example common to most (though not all) actors is the belief that inner and outer transformation
- have to go hand in hand. In Integral terms it is "all-quadrant" and in particular, prioritises the neglected "inner" quadrants.
-
-
Engaged
-
-
Participants are actively engaging with wider society for the purposes of social transformation. This sets it apart from groups which may
- be doing large amount of inner work but without connecting this directly and explicitly to broader social change, for example certain parts
- of the spiritual, developmental and psychedelic communities.
-
-
What are Some of its Core Characteristics?
-
-
Beyond the three pillars listed above, we also identify three high-level commonalities in outlook and approach: post-individualism, (w)holism
- and counterculturalism.
-
-
Post-individualism
-
-
Post-individualism takes two forms. First, a focus on groups rather than just individuals as a primary unit of analysis, and the idea that we
- must shift our engagement outwards from ourselves and towards a more widely beneficial orientation. Note that, unlike traditional "collectivism"
- (a term we previously used but abandoned due to its connotations), this does not entail abandonment of individualism, but the inclusion of its
- positive aspects back into group-centric concepts. The second form of post-individualism shows up as a broad commitment across the ecosystem to
- actually operating in networked and communal ways.
-
-
Wholism
-
-
What we have termed (w)holism (we use the 'w' to signify consideration of wholes, as well as operating holistically) refers to the views taken
- of social phenomena, social change and simply the world at large. There is a widely shared understanding of the world as a gestalt object, be this
- under the banner of interbeing used by Buddhist and more spiritual actors, the complex systems terminology used by groups such as the International
- Bateson Institute or the 'holon' and integral' labels taken up by Ken Wilber and the integral movement.
-
-
As can be seen by the paradigmatic focus and integrated approaches which we have identified as delineating the ecosystem itself, this (w)holism gives
- rise to a problem diagnosis which targets a deeper whole giving rise to negative social outcomes. These fundamental ways of approaching social change
- stem from a (w)holistic perspective more broadly, a fact which is further seen in the use of terms such as the metacrisis or polycrisis.
-
-
Culture-making
-
-
Counterculturalism for us is a desire to go beyond the dominant norms and narratives. This includes the norms of the progressive movement more
- broadly -- perhaps its most surprising and interesting aspect. We also emphasize the culture in counterculturalism: for us, it is concerned with shifting
- the very foundations, worldviews and assumptions of our current order. In this sense it is a form of "culture-making".
-
-
To use the Wilberian terminology, there is a desire to move beyond the 'green' developmental stage which is currently taken to characterise Western liberal
- societies, and much of the progressive movement as a whole. This leads actors in the ecosystem to be more open to questioning or dispute social and political
- positions that may be understood as norms not just in wider society, but also those (for example understandings of inclusivity) within progressive circles themselves.
-
-
Language and Buzzwords
-
-
The language of the ecosystem draws heavily on concepts such as complexity, systems and emergence, developmental models, spirituality and practice, and on
- sensemaking, different forms of knowledge and ‘cosmo-local’ activism. Other commonalities include an interest in decentralised governance, new narratives,
- alternative social imaginaries and regenerative culture.
-
-
Activities
-
-
Emerging organizations and individuals are opting towards 'teal' style collaboration and community building in order to maximize resources as a generalist,
- lateral way of operating comes into view as a more effective way of tackling systemic problems.
-
-
We have identified four major areas of activity: physical spaces, research, media/publishing and events. Nonetheless, it has been notable that many organizations
- have shifted to multi-channel working across a number of these e.g. producing media content as well as running retreats and events.
-
- >
- )
-}
-
-export async function getStaticProps() {
- const profiles = await getProfiles()
- const topics = await allTopics
-
- return {
- props: {
- profiles,
- topics,
- title: "Ecosystem",
- description: "Mapping the space",
- url_path: "/ecosystem",
- }
- }
-}
diff --git a/pages/ecosystem.tsx b/pages/ecosystem.tsx
new file mode 100644
index 00000000..88e69d95
--- /dev/null
+++ b/pages/ecosystem.tsx
@@ -0,0 +1,197 @@
+import fs from "fs";
+
+import clientPromise from "@/lib/mddb.mjs";
+import computeFields from "@/lib/computeFields";
+
+import Hero from "@/components/custom/ecosystem/Hero.jsx";
+import TernaryPlot from "@/components/custom/ecosystem/TernaryPlot.jsx";
+import CircularVis from "@/components/custom/ecosystem/CircularVis.jsx";
+import ProfileSearch from "@/components/custom/ecosystem/ProfileSearch.jsx";
+
+
+export default function Ecosystem({ profiles, topics }) {
+ return (
+ <>
+
+
+
Mapping the Space
+
+
+
+
+
This visualization maps organizations based on their approach to social change. There are three broad categories of approach: inner,
+ cultural and systems oriented. Read more about the visualization.
+
+
Overview of the Ecosystem
+
+
We sense that a new ecosystem, or ecosystem of ecosystems, is emerging. A growing number of people, organizations and initiatives are
+ taking alternative approaches to social change, which diverge from and go beyond the more established spaces in civil society and the
+ social economy.
+
+
The ecosystem we explore is still emerging and ill-defined. Reflecting this, there has been no clear name for it and we have settled
+ for now on the label "Metamodernist".
+
+
As mapped it is quite broad – even disparate. Nevertheless, there are commonalities.
+
+
Most importantly, this ecosystem has a novelapproach to social change. Specifically, an
+ approach that is simultaneously paradigmatic, integrated, and engaged.
+
+
Secondly, there are a variety of commonalities in outlook and approach. The most noteworthy identified so far we have termed:
+ post-individualism, (w)holism and culture-making (in the form of new norms and narratives).
+
+
There is also a focus on complexity, systems and emergence, on developmental models, spirituality and practice, and on sensemaking,
+ different forms of knowledge and global-local activism. Other commonalities include an interest in decentralized governance, new narratives,
+ alternative social imaginaries and regenerative culture.
+
+
Nonetheless, the boundaries, relationships and patterns of influences in the ecosystem remain blurry, with our present awareness
+ feeling like it only touches the tip of the iceberg. Questions that remain unclear include who exactly comprises the ecosystem, how
+ activities and visions relate to one another, where the coherences and tensions lie and how it might evolve.
+
+
What is Novel in the Approach to Social Change?
+
+
The defining feature of this ecosystem is its novelapproach to social change. Specifically,
+ the combination of being paradigmatic, integrated, and engaged. We emphasize that it is the combination of all three that is important
+ and distinctive.
+
+
Paradigmatic
+
+
There is the belief that the change required is paradigmatic. That is to say, it seeks a transition of the entire social
+ paradigm at both a systems and "ontological" (worldview and narratives) level. This contrasts with approaches that either simply seek reform
+ e.g. making market liberalism better, or transformation that is deep but only in a given area e.g. transforming our structures of economic
+ production and ownership but leaving base assumptions about who we are and how we relate to the natural world untouched.
+
+
Integrated
+
+
It identifies the need to incorporate methods and routes to change spanning a variety of fields and "locations" (e.g. personal, cultural,
+ institutional etc). One central and basic example common to most (though not all) actors is the belief that inner and outer transformation
+ have to go hand in hand. In Integral terms it is "all-quadrant" and in particular, prioritises the neglected "inner" quadrants.
+
+
Engaged
+
+
Participants are actively engaging with wider society for the purposes of social transformation. This sets it apart from groups which may
+ be doing large amount of inner work but without connecting this directly and explicitly to broader social change, for example certain parts
+ of the spiritual, developmental and psychedelic communities.
+
+
What are Some of its Core Characteristics?
+
+
Beyond the three pillars listed above, we also identify three high-level commonalities in outlook and approach: post-individualism, (w)holism
+ and counterculturalism.
+
+
Post-individualism
+
+
Post-individualism takes two forms. First, a focus on groups rather than just individuals as a primary unit of analysis, and the idea that we
+ must shift our engagement outwards from ourselves and towards a more widely beneficial orientation. Note that, unlike traditional "collectivism"
+ (a term we previously used but abandoned due to its connotations), this does not entail abandonment of individualism, but the inclusion of its
+ positive aspects back into group-centric concepts. The second form of post-individualism shows up as a broad commitment across the ecosystem to
+ actually operating in networked and communal ways.
+
+
Wholism
+
+
What we have termed (w)holism (we use the 'w' to signify consideration of wholes, as well as operating holistically) refers to the views taken
+ of social phenomena, social change and simply the world at large. There is a widely shared understanding of the world as a gestalt object, be this
+ under the banner of interbeing used by Buddhist and more spiritual actors, the complex systems terminology used by groups such as the International
+ Bateson Institute or the 'holon' and integral' labels taken up by Ken Wilber and the integral movement.
+
+
As can be seen by the paradigmatic focus and integrated approaches which we have identified as delineating the ecosystem itself, this (w)holism gives
+ rise to a problem diagnosis which targets a deeper whole giving rise to negative social outcomes. These fundamental ways of approaching social change
+ stem from a (w)holistic perspective more broadly, a fact which is further seen in the use of terms such as the metacrisis or polycrisis.
+
+
Culture-making
+
+
Counterculturalism for us is a desire to go beyond the dominant norms and narratives. This includes the norms of the progressive movement more
+ broadly -- perhaps its most surprising and interesting aspect. We also emphasize the culture in counterculturalism: for us, it is concerned with shifting
+ the very foundations, worldviews and assumptions of our current order. In this sense it is a form of "culture-making".
+
+
To use the Wilberian terminology, there is a desire to move beyond the 'green' developmental stage which is currently taken to characterise Western liberal
+ societies, and much of the progressive movement as a whole. This leads actors in the ecosystem to be more open to questioning or dispute social and political
+ positions that may be understood as norms not just in wider society, but also those (for example understandings of inclusivity) within progressive circles themselves.
+
+
Language and Buzzwords
+
+
The language of the ecosystem draws heavily on concepts such as complexity, systems and emergence, developmental models, spirituality and practice, and on
+ sensemaking, different forms of knowledge and ‘cosmo-local’ activism. Other commonalities include an interest in decentralised governance, new narratives,
+ alternative social imaginaries and regenerative culture.
+
+
Activities
+
+
Emerging organizations and individuals are opting towards 'teal' style collaboration and community building in order to maximize resources as a generalist,
+ lateral way of operating comes into view as a more effective way of tackling systemic problems.
+
+
We have identified four major areas of activity: physical spaces, research, media/publishing and events. Nonetheless, it has been notable that many organizations
+ have shifted to multi-channel working across a number of these e.g. producing media content as well as running retreats and events.
+ Ever asked yourself ... How can I live a happier life? Create a better society?
+
+
+ We’re an open community dedicated to the art of wiser living and social transformation. We favor approaches that prioritize inner development and cultural change in a rigorous, practical way.
+
+ Sign up to our monthly newsletter for latest updates, projects and community news.
+
- Ever asked yourself ... How can I live a happier life? Create a better society?
-
-
- We’re an open community dedicated to the art of wiser living and social transformation. We favor approaches that prioritize inner development and cultural change in a rigorous, practical way.
-
- Sign up to our monthly newsletter for latest updates, projects and community news.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What We're About
-
-
- In the past four decades, a confirmation and expansion of wisdom traditions by scientific rigor has converged with an ever deepening polycrisis.
-
-
- There has never been a more important time to “grow up”, both personally and collectively. A paradigm shift is underway and we all have a part to play.
-
-
- The big question is ... how?
-
-
- Life itself is a home for people who are dedicated to rigorous enquiry and deliberate action for inner growth and cultural evolution in the service of social transformation -- creating an awakening society and a radically wiser, weller world.
-
-
- Inspired by integral theory, zen buddhism and other key concepts, we cultivate these ideas and apply them to life itself, through deliberately developmental programs and community building.
-
-
-
- Learn More →
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Join The Community
-
- Our community chat is bustling, come in and say hey!
-
-
This is a space for you if:
-
-
You want to connect with like-minded people interested in creating a wiser, weller world
-
You want to learn from and meet experts in different fields from psychology, education, technology, metamodern philosophy and more
-
You want to build your professional network with other professionals
-
-
- We meet online on a bi-monthly basis for deep discussions and communal gathering.
-
+ In the past four decades, a confirmation and expansion of wisdom traditions by scientific rigor has converged with an ever deepening polycrisis.
+
+
+ There has never been a more important time to “grow up”, both personally and collectively. A paradigm shift is underway and we all have a part to play.
+
+
+ The big question is ... how?
+
+
+ Life itself is a home for people who are dedicated to rigorous enquiry and deliberate action for inner growth and cultural evolution in the service of social transformation -- creating an awakening society and a radically wiser, weller world.
+
+
+ Inspired by integral theory, zen buddhism and other key concepts, we cultivate these ideas and apply them to life itself, through deliberately developmental programs and community building.
+
How do we bring about the shifts in being, culture and systems necessary to
- transform our social paradigm, and steer humanity and the planet into a flourishing future?
-
-
Here at Life Itself, we engage in many different initiatives. Some are experiments, others stand
- alone works, and others are ongoing explorations. All are designed to create a wiser, weller world.
- Our projects fall under two broad themes:
-
-
Pioneering Community Living
-
-
At the core of what we do is the thesis that community living is key to embodying true transformation
- of ourselves and society.
-
-
Why is community living so important? Because we need to combine inner transformation and outer development.
- This is difficult, but living in a conscious community makes it easier. You have mutual support, accountability,
- responsibility, connection.
-
-
This is why we dedicate ourselves to creating pathways and providing tools for people to live in intentional communities.
-
-
Examples: Co-living Hubs, Transformational Community Residencies
-
-
Transforming the Narrative
-
-
We are undergoing one of the greatest paradigm shifts in history. At it’s foundations this shift requires a new way of being and new ways of doing.
-
-
Our work brings inner transformation out of the domain of the purely spiritual, and seeks to cement it as a pillar of social change that works for all. We use rigorous enquiry and sensemaking to better understand how we can make this paradigm shift a positive transformation for society.
- )
-}
-
-export async function getStaticProps() {
- const initiatives = await allInitiatives
- .filter(initiative => initiative.url_path !== "initiatives")
- .sort((a,b) => new Date(b.created) - new Date(a.created))
-
- const active = ["active", "incubating"]
-
- const activeProjects = initiatives
- .filter(initiative => active.includes(initiative.status))
-
- const inactive = ["inactive", "completed"]
-
- const inactiveProjects = initiatives
- .filter(initiative => inactive.includes(initiative.status))
-
- return {
- props: {
- activeProjects,
- inactiveProjects,
- title: "Initiatives",
- description: "Here at Life Itself, we engage in many different initiatives.",
- url_path: "/initiatives",
- }
- }
-}
\ No newline at end of file
diff --git a/pages/initiatives.tsx b/pages/initiatives.tsx
new file mode 100644
index 00000000..5209b9d4
--- /dev/null
+++ b/pages/initiatives.tsx
@@ -0,0 +1,98 @@
+import fs from "fs";
+import Link from "next/link";
+
+import InitiativeCard from "@/components/custom/InitiativeCard";
+import clientPromise from "@/lib/mddb.mjs";
+import computeFields from "@/lib/computeFields";
+
+export default function Initiatives({ activeProjects, inactiveProjects }) {
+ return (
+
+
Our Initiatives
+
+
How do we bring about the shifts in being, culture and systems necessary to
+ transform our social paradigm, and steer humanity and the planet into a flourishing future?
+
+
Here at Life Itself, we engage in many different initiatives. Some are experiments, others stand
+ alone works, and others are ongoing explorations. All are designed to create a wiser, weller world.
+ Our projects fall under two broad themes:
+
+
Pioneering Community Living
+
+
At the core of what we do is the thesis that community living is key to embodying true transformation
+ of ourselves and society.
+
+
Why is community living so important? Because we need to combine inner transformation and outer development.
+ This is difficult, but living in a conscious community makes it easier. You have mutual support, accountability,
+ responsibility, connection.
+
+
This is why we dedicate ourselves to creating pathways and providing tools for people to live in intentional communities.
+
+
Examples: Co-living Hubs, Transformational Community Residencies
+
+
Transforming the Narrative
+
+
We are undergoing one of the greatest paradigm shifts in history. At it’s foundations this shift requires a new way of being and new ways of doing.
+
+
Our work brings inner transformation out of the domain of the purely spiritual, and seeks to cement it as a pillar of social change that works for all. We use rigorous enquiry and sensemaking to better understand how we can make this paradigm shift a positive transformation for society.
We are running and hosting a series of residencies and retreats that are a spiritual cooking together of various
- ingredients: people, practices, workshops, art, community life and actual cooking. The residences open a space, a
- vacuum filled by people and practices too spiritual for politics, too “political” for the monasteries, where we sit
- with our trouble without giving into the narrowing impulse to “save the world”.
-
"Setting the World to Rights Residency", April 2023
-
-
When: April 5th - May 2nd 2023
-
What: A one month residency to focus on having exceptional big picture discussions. (The kind of discussions that draw the comment “You’re setting the world to rights!” Questions like: How do we address polarisation? How can we address global warming? How do we address the massive economic equality, racism and historical injustices that are rife across the globe? We won’t answer these questions, but we will do our utmost to have discussions that are really about getting somewhere together rather than scoring points. We will joyfully take up the neglected responsibility of citizens in a democracy, rather than a parlour game or indulgence
-
How much: Dependent on rooming (around €1100 for accommodation, food, facilitation and practices)
What: A two-week residency consisting of intensive small-group and whole-group workshops, discussions and experiential sessions. We will create as safe a container as possible to enable the emergence of relational insights and attachment resiliency. The immersion format allows for insights from structured experiential sessions to be integrated in relationships during the residency itself. There will be plenty of Open Spaces for residents to learn, practice and share skills with one another. The residency includes time and space for you to continue your daily personal work and projects (35-40h/week).
-
How much ? around 1400 for accommodation, food, training and practices.
Intelligence collective: Conseil de tous les êtres (in French), 11-12 March 2023
-
-
When: March 11th - March 12th
-
What: 2 journées pour vivre la pratique fondatrice du TQR (Travail Qui Relie – Joanna Macy) et mieux se reconnecter avec nos émotions et notre pouvoir d’agir
-
How much ? 120 euros for accommodation, food, training and practices.
- )
-}
-
-export async function getStaticProps() {
- const residences = await getResidencies()
-
- const upcomingResidencies = residences
- .filter(r => new Date(r.start) > new Date())
-
- return {
- props: {
- upcomingResidencies,
- title: "Residencies",
- description: "We are running and hosting a series of residencies and retreats.",
- url_path: "/programs",
- }
- }
-}
diff --git a/pages/programs.tsx b/pages/programs.tsx
new file mode 100644
index 00000000..4a163b6b
--- /dev/null
+++ b/pages/programs.tsx
@@ -0,0 +1,252 @@
+import fs from "fs";
+import Link from "next/link";
+
+import { formatDate } from "@/lib/formatDate.js";
+import clientPromise from "@/lib/mddb.mjs";
+import computeFields from "@/lib/computeFields";
+
+export default function Residencies({ upcomingResidencies }) {
+ console.log(upcomingResidencies);
+ return (
+
+
Residencies and Courses
+
+
We are running and hosting a series of residencies and retreats that are a spiritual cooking together of various
+ ingredients: people, practices, workshops, art, community life and actual cooking. The residences open a space, a
+ vacuum filled by people and practices too spiritual for politics, too “political” for the monasteries, where we sit
+ with our trouble without giving into the narrowing impulse to “save the world”.
+
"Setting the World to Rights Residency", April 2023
+
+
When: April 5th - May 2nd 2023
+
What: A one month residency to focus on having exceptional big picture discussions. (The kind of discussions that draw the comment “You’re setting the world to rights!” Questions like: How do we address polarisation? How can we address global warming? How do we address the massive economic equality, racism and historical injustices that are rife across the globe? We won’t answer these questions, but we will do our utmost to have discussions that are really about getting somewhere together rather than scoring points. We will joyfully take up the neglected responsibility of citizens in a democracy, rather than a parlour game or indulgence
+
How much: Dependent on rooming (around €1100 for accommodation, food, facilitation and practices)
What: A two-week residency consisting of intensive small-group and whole-group workshops, discussions and experiential sessions. We will create as safe a container as possible to enable the emergence of relational insights and attachment resiliency. The immersion format allows for insights from structured experiential sessions to be integrated in relationships during the residency itself. There will be plenty of Open Spaces for residents to learn, practice and share skills with one another. The residency includes time and space for you to continue your daily personal work and projects (35-40h/week).
+
How much ? around 1400 for accommodation, food, training and practices.
Intelligence collective: Conseil de tous les êtres (in French), 11-12 March 2023
+
+
When: March 11th - March 12th
+
What: 2 journées pour vivre la pratique fondatrice du TQR (Travail Qui Relie – Joanna Macy) et mieux se reconnecter avec nos émotions et notre pouvoir d’agir
+
How much ? 120 euros for accommodation, food, training and practices.
+ );
+}
+
+export async function getStaticProps() {
+ const mddb = await clientPromise;
+
+ const residenciesFiles = await mddb.getFiles({ folder: "programs" });
+ const residenciesMetadataPromises = residenciesFiles.map(async (b) => {
+ const source = fs.readFileSync(b.file_path, { encoding: "utf-8" });
+
+ // TODO temporary replacement for contentlayer's computedFields
+ const frontMatterWithComputedFields = await computeFields({
+ frontMatter: b.metadata,
+ urlPath: b.url_path,
+ filePath: b.file_path,
+ source,
+ });
+
+ return frontMatterWithComputedFields;
+ });
+
+ const residenciesList = await Promise.all(residenciesMetadataPromises);
+
+ const upcomingResidencies = residenciesList
+ .filter(r => new Date(r.start) > new Date())
+
+ return {
+ props: {
+ upcomingResidencies,
+ title: "Residencies",
+ description: "We are running and hosting a series of residencies and retreats.",
+ url_path: "/programs",
+ }
+ }
+}
diff --git a/public/search.json b/public/search.json
index 4d9ec581..308f4451 100644
--- a/public/search.json
+++ b/public/search.json
@@ -1 +1 @@
-[{"title":"Utopia Cast","layout":"blog","data":[],"created":"2015-09-06T00:00:00.000Z","authors":["rufuspollock"],"type":"Blog","url_path":"blog/2015/09/06/utopia-cast","slug":"utopia-cast","sourceDir":"blog/2015/09/06"},{"title":"Founding Manifesto of Life Itself","image":"/assets/images/Blog-Feature-Images-3.jpg","layout":"blog","data":[],"created":"2015-11-01T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["our-philosophy"],"type":"Blog","url_path":"blog/2015/11/01/manifesto","slug":"manifesto","sourceDir":"blog/2015/11/01"},{"title":"Co-X: What is all this Co-X Stuff (Co-living, Co-working, Coops) and Why Do We Care?","layout":"blog","data":[],"created":"2016-07-28T00:00:00.000Z","authors":["rufuspollock"],"categories":["conscious-coliving","institute"],"tags":["co-living"],"type":"Blog","url_path":"blog/2016/07/28/co-x-coliving-coworking-coops-gathering-2016","slug":"co-x-coliving-coworking-coops-gathering-2016","sourceDir":"blog/2016/07/28"},{"title":"Coliving Research","layout":"blog","data":[],"created":"2016-08-24T00:00:00.000Z","authors":["rufuspollock"],"type":"Blog","url_path":"blog/2016/08/24/coliving-research","slug":"coliving-research","sourceDir":"blog/2016/08/24"},{"title":"What is A/E/T?","layout":"blog","data":[],"created":"2016-08-24T00:00:00.000Z","authors":["theo-cox"],"categories":["life-itself"],"tags":["art-earth-tech"],"type":"Blog","url_path":"blog/2016/08/24/what-is-a-e-t","slug":"what-is-a-e-t","sourceDir":"blog/2016/08/24"},{"title":"Community Research Initiative","image":"/assets/images/Blog-Feature-Images-40.jpg","layout":"blog","data":[],"created":"2016-09-10T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"type":"Blog","url_path":"blog/2016/09/10/community-research-initiative","slug":"community-research-initiative","sourceDir":"blog/2016/09/10"},{"title":"Mindfulness: An Introduction","layout":"blog","data":[],"created":"2016-09-29T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"type":"Blog","url_path":"blog/2016/09/29/mindfulness-an-introduction","slug":"mindfulness-an-introduction","sourceDir":"blog/2016/09/29"},{"title":"Jonathan Ekstrom: Non Attachment to Views","layout":"blog","data":[],"created":"2016-10-06T00:00:00.000Z","authors":["rufuspollock"],"categories":["book-notes"],"tags":["jonathan-ekstrom","non-attachment"],"type":"Blog","url_path":"blog/2016/10/06/non-attachment-to-views-by-jonathan-ekstrom","slug":"non-attachment-to-views-by-jonathan-ekstrom","sourceDir":"blog/2016/10/06"},{"title":"Open-mindedness and Non-attachment to Views","image":"/assets/images/Blog-Feature-Images-6.png","layout":"blog","data":[],"created":"2016-10-20T00:00:00.000Z","authors":["rufuspollock"],"categories":["life-itself"],"tags":["non-attachment","open-minded","rufus-pollock"],"type":"Blog","url_path":"blog/2016/10/20/open-mindedness-and-non-attachment-to-views","slug":"open-mindedness-and-non-attachment-to-views","sourceDir":"blog/2016/10/20"},{"title":"Uncommon Wisdom, Gautama - Introduction","image":"/assets/images/Blog-Feature-Images-3-1024x576.png","layout":"blog","data":[],"created":"2016-10-23T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute","wisdom"],"tags":["gautama","wisdom"],"type":"Blog","url_path":"blog/2016/10/23/my-introduction-to-gautamas-uncommon-wisdom","slug":"my-introduction-to-gautamas-uncommon-wisdom","sourceDir":"blog/2016/10/23"},{"title":"How Much is Enough? Money and the Good Life","layout":"blog","data":[],"created":"2017-02-05T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["good-life","money"],"type":"Blog","url_path":"blog/2017/02/05/summary-how-much-is-enough-skidelsky-2012","slug":"summary-how-much-is-enough-skidelsky-2012","sourceDir":"blog/2017/02/05"},{"title":"Life Itself: the Reason for our Existence - a Preliminary SCQH","image":"/assets/images/Life-Itself-the-Reason-for-our-Existence-–-a-Preliminary-SCQH.png","layout":"blog","data":[],"created":"2017-04-20T00:00:00.000Z","authors":["rufuspollock"],"categories":["life-itself","our-philosophy"],"tags":["scqh"],"type":"Blog","url_path":"blog/2017/04/20/logic-of-our-purpose-and-reason-for-our-existence-scqh","slug":"logic-of-our-purpose-and-reason-for-our-existence-scqh","sourceDir":"blog/2017/04/20"},{"title":"Nine Theses","layout":"blog","data":[],"created":"2017-05-23T00:00:00.000Z","authors":["rufuspollock"],"categories":["our-philosophy"],"tags":["rufus-pollock","theses"],"type":"Blog","url_path":"blog/2017/05/23/nine-theses","slug":"nine-theses","sourceDir":"blog/2017/05/23"},{"title":"The Way We Live Now","image":"/assets/images/Blog-Feature-Images-4.png","layout":"blog","data":[],"created":"2017-05-31T00:00:00.000Z","authors":["rufuspollock"],"categories":["our-philosophy"],"tags":["living","philosophy","rufus-pollock"],"type":"Blog","url_path":"blog/2017/05/31/the-way-we-live-now","slug":"the-way-we-live-now","sourceDir":"blog/2017/05/31"},{"title":"Examining 'The Way We Live Now': What do we really want?","image":"/assets/images/Examining-‘The-Way-We-Live-Now-What-do-we-really-want-1024x576.png","layout":"blog","data":[],"created":"2017-06-06T00:00:00.000Z","authors":["rufuspollock"],"categories":["our-philosophy"],"tags":["living","philosophy"],"type":"Blog","url_path":"blog/2017/06/06/examining-what-do-we-want","slug":"examining-what-do-we-want","sourceDir":"blog/2017/06/06"},{"title":"Sketches of a Future Society [Part One]","layout":"blog","data":[],"created":"2017-06-13T00:00:00.000Z","authors":["rufuspollock"],"categories":["our-philosophy"],"tags":["future","wisdom"],"type":"Blog","url_path":"blog/2017/06/13/sketches-of-a-future-society-part-one","slug":"sketches-of-a-future-society-part-one","sourceDir":"blog/2017/06/13"},{"title":"Sketches of a Future Society [Part Two]","layout":"blog","data":[],"created":"2017-06-19T00:00:00.000Z","authors":["rufuspollock"],"categories":["our-philosophy"],"tags":["future","wisdom"],"type":"Blog","url_path":"blog/2017/06/19/sketches-of-a-future-society-part-two","slug":"sketches-of-a-future-society-part-two","sourceDir":"blog/2017/06/19"},{"title":"The Middle Way: What We're About","layout":"blog","data":[],"created":"2017-06-28T00:00:00.000Z","authors":["rufuspollock"],"categories":["our-philosophy"],"tags":["life-itself","middle-way"],"type":"Blog","url_path":"blog/2017/06/28/the-middle-way-what-were-about","slug":"the-middle-way-what-were-about","sourceDir":"blog/2017/06/28"},{"title":"Creating A Better World","layout":"blog","data":[],"created":"2017-08-29T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["better-world","rufus-pollock"],"type":"Blog","url_path":"blog/2017/08/29/creating-a-better-world","slug":"creating-a-better-world","sourceDir":"blog/2017/08/29"},{"title":"The Four Types of Problems","layout":"blog","data":[],"created":"2017-09-10T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["essay","problems"],"type":"Blog","url_path":"blog/2017/09/10/four-types-of-problem","slug":"four-types-of-problem","sourceDir":"blog/2017/09/10"},{"title":"First Lightt","layout":"blog","data":[],"created":"2017-09-12T00:00:00.000Z","authors":["artearthtech"],"categories":["our-philosophy"],"tags":["first-light"],"type":"Blog","url_path":"blog/2017/09/12/first-light","slug":"first-light","sourceDir":"blog/2017/09/12"},{"title":"Techno-solutionism: tech alone can solve our wicked problems","layout":"blog","data":[],"created":"2017-09-18T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute","techno-solutionism"],"tags":["philosophy","techno-solutionism"],"type":"Blog","url_path":"blog/2017/09/18/techno-solutionism","slug":"techno-solutionism","sourceDir":"blog/2017/09/18"},{"title":"The State Needs to be Re-Invented: A State with Wisdom at its Heart","layout":"blog","data":[],"created":"2017-09-26T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["wisdom"],"tags":["state","wisdom"],"type":"Blog","url_path":"blog/2017/09/26/the-state-reinvented","slug":"the-state-reinvented","sourceDir":"blog/2017/09/26"},{"title":"iMED receives Rockefeller Foundation funding (Press Release)","layout":"blog","data":[],"created":"2017-10-10T00:00:00.000Z","authors":["artearthtech"],"categories":["institute"],"tags":["imed","press-release","rockefeller-foundation"],"type":"Blog","url_path":"blog/2017/10/10/imed-press-release","slug":"imed-press-release","sourceDir":"blog/2017/10/10"},{"title":"Untitled Poem by Liam Kavanagh","layout":"blog","data":[],"created":"2017-10-10T00:00:00.000Z","authors":["liamaet"],"categories":["life-itself"],"tags":["liam-kavanagh","poem"],"type":"Blog","url_path":"blog/2017/10/10/untitled-poem-by-liam-kavanagh","slug":"untitled-poem-by-liam-kavanagh","sourceDir":"blog/2017/10/10"},{"title":"Pragmatic Utopians","image":"/assets/images/sharosh-rajasekher-T7s_TnKO-dk-unsplash-1.jpg","layout":"blog","data":[],"created":"2017-10-20T00:00:00.000Z","authors":["rufuspollock"],"categories":["our-philosophy"],"tags":["pragmatism","utopianism"],"type":"Blog","url_path":"blog/2017/10/20/pragmatic-utopians","slug":"pragmatic-utopians","sourceDir":"blog/2017/10/20"},{"title":"Transforming Taiwan's Education - with a LEAP","layout":"blog","data":[],"created":"2017-11-16T00:00:00.000Z","authors":["artearthtech"],"categories":["programs"],"tags":["education","leap","taiwan"],"type":"Blog","url_path":"blog/2017/11/16/transforming-taiwan-education-with-a-leap","slug":"transforming-taiwan-education-with-a-leap","sourceDir":"blog/2017/11/16"},{"title":"A Vision For Our Hubs","image":"/assets/images/Blog-Feature-Images-9-1200x675-1.png","layout":"blog","data":[],"created":"2017-12-02T00:00:00.000Z","authors":["rufuspollock"],"categories":["hubs"],"type":"Blog","url_path":"blog/2017/12/02/our-hubs","slug":"our-hubs","sourceDir":"blog/2017/12/02"},{"title":"“Call me by your name” by Luca Guadagnino","layout":"blog","data":[],"created":"2017-12-04T00:00:00.000Z","authors":["artearthtech"],"categories":["life-itself"],"tags":["call-me-by-your-name","luca-guadagnino"],"type":"Blog","url_path":"blog/2017/12/04/call-me-by-your-name-by-luca-guadagnino","slug":"call-me-by-your-name-by-luca-guadagnino","sourceDir":"blog/2017/12/04"},{"title":"Open House Magazine on A/E/T","layout":"blog","data":[],"created":"2017-12-04T00:00:00.000Z","authors":["artearthtech"],"categories":["life-itself"],"tags":["magazine","open-house"],"type":"Blog","url_path":"blog/2017/12/04/generations-of-family-and-changing-world","slug":"generations-of-family-and-changing-world","sourceDir":"blog/2017/12/04"},{"title":"Taiwan’s 7-11 culture feeds hopelessness","layout":"blog","data":[],"created":"2017-12-04T00:00:00.000Z","authors":["artearthtech"],"categories":["institute"],"tags":["culture","hope","taiwan"],"type":"Blog","url_path":"blog/2017/12/04/taiwan-7-11-culture-feeds-hopelessness","slug":"taiwan-7-11-culture-feeds-hopelessness","sourceDir":"blog/2017/12/04"},{"title":"Foundational SCQH - Situation, Complication, Question & Hypothesis","layout":"blog","data":[],"created":"2017-12-05T00:00:00.000Z","authors":["artearthtech"],"categories":["our-philosophy"],"tags":["scqh"],"type":"Blog","url_path":"blog/2017/12/05/foundational-scqh-situation-complication-question-hypothesis","slug":"foundational-scqh-situation-complication-question-hypothesis","sourceDir":"blog/2017/12/05"},{"title":"The Ills of Capitalism, the Possibilities of Abundance and the Limits of Land","layout":"blog","data":[],"created":"2018-01-24T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["abundance","capitalism","critique","rufus-pollock"],"type":"Blog","url_path":"blog/2018/01/24/the-ills-of-capitalism-the-possibilities-of-abundance-and-the-limits-of-land","slug":"the-ills-of-capitalism-the-possibilities-of-abundance-and-the-limits-of-land","sourceDir":"blog/2018/01/24"},{"title":"A Wellbeing Kuznets Curve","image":"/assets/images/wellbeing-kuznets-curve.jpeg","layout":"blog","data":[],"created":"2018-02-04T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute","policy","wellbeing"],"type":"Blog","url_path":"blog/2018/02/04/a-well-being-kuznets-curve","slug":"a-well-being-kuznets-curve","sourceDir":"blog/2018/02/04"},{"title":"Re-mythologizing Technology","image":"/assets/images/Blog-Feature-Images-12.png","layout":"blog","data":[],"created":"2018-03-02T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["life-itself"],"tags":["myth","technology"],"type":"Blog","url_path":"blog/2018/03/02/remythologizing-technology","slug":"remythologizing-technology","sourceDir":"blog/2018/03/02"},{"title":"Notes on McGilchrist's The Master and His Emissary","image":"/assets/images/Blog-Feature-Images-13.png","layout":"blog","data":[],"created":"2018-05-01T00:00:00.000Z","authors":["rufuspollock"],"categories":["book-notes","ontology"],"type":"Blog","url_path":"blog/2018/05/01/mcgilchrist-master-and-his-emissary-notes","slug":"mcgilchrist-master-and-his-emissary-notes","sourceDir":"blog/2018/05/01"},{"title":"A LEAP for Education - An Innovative Think/Do Tank for Education in Taiwan","layout":"blog","data":[],"created":"2018-05-13T00:00:00.000Z","authors":["artearthtech"],"categories":["life-itself"],"tags":["education","leap"],"type":"Blog","url_path":"blog/2018/05/13/leap-for-education-innovative-think-do-tank-taiwan","slug":"leap-for-education-innovative-think-do-tank-taiwan","sourceDir":"blog/2018/05/13"},{"title":"Can digital businesses thrive and have a mindful culture?","image":"/assets/images/Blog-Feature-Images-14.png","layout":"blog","data":[],"created":"2018-06-08T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute","ontology","open-revolution"],"type":"Blog","url_path":"blog/2018/06/08/can-digital-businesses-thrive-and-be-mindful","slug":"can-digital-businesses-thrive-and-be-mindful","sourceDir":"blog/2018/06/08"},{"title":"Synthesis and the Middle Way","layout":"blog","data":[],"created":"2018-06-22T00:00:00.000Z","authors":["rufuspollock"],"categories":["our-philosophy"],"tags":["middle-way","philosophy"],"type":"Blog","url_path":"blog/2018/06/22/synthesis-and-the-middle-way","slug":"synthesis-and-the-middle-way","sourceDir":"blog/2018/06/22"},{"title":"Governance at Life Itself (previously Art Earth Tech): v1","image":"/assets/images/Blog-Feature-Images-39.jpg","layout":"blog","data":[],"created":"2018-08-01T00:00:00.000Z","authors":["eilidhross"],"categories":["life-itself"],"type":"Blog","url_path":"blog/2018/08/01/governance-at-life-itself-previously-art-earth-tech-v1","slug":"governance-at-life-itself-previously-art-earth-tech-v1","sourceDir":"blog/2018/08/01"},{"title":"Why I do the Leap","layout":"blog","data":[],"created":"2018-08-06T00:00:00.000Z","authors":["artearthtech"],"categories":["our-philosophy"],"tags":["leap"],"type":"Blog","url_path":"blog/2018/08/06/why-i-do-the-leap","slug":"why-i-do-the-leap","sourceDir":"blog/2018/08/06"},{"title":"Co-Living at Art / Earth / Tech","layout":"blog","data":[],"created":"2018-08-24T00:00:00.000Z","authors":["rufuspollock"],"categories":["hubs","life-itself"],"tags":["co-x","coliving","hubs"],"type":"Blog","url_path":"blog/2018/08/24/co-living-at-art-earth-tech","slug":"co-living-at-art-earth-tech","sourceDir":"blog/2018/08/24"},{"title":"Governance - Art Earth Tech","layout":"blog","data":[],"created":"2018-08-24T00:00:00.000Z","authors":["rufuspollock"],"categories":["life-itself","our-philosophy"],"tags":["governance"],"type":"Blog","url_path":"blog/2018/08/24/governance-art-earth-tech","slug":"governance-art-earth-tech","sourceDir":"blog/2018/08/24"},{"title":"Conscious Coliving at Life Itself","image":"/assets/images/issue-tree.png","layout":"blog","data":[],"created":"2018-09-05T00:00:00.000Z","authors":["eilidhross"],"categories":["conscious-coliving"],"type":"Blog","url_path":"blog/2018/09/05/conscious-coliving-at-life-itself","slug":"conscious-coliving-at-life-itself","sourceDir":"blog/2018/09/05"},{"title":"Our 2018 Gathering","layout":"blog","data":[],"created":"2018-09-06T00:00:00.000Z","authors":["artearthtech"],"categories":["gathering"],"tags":["gathering"],"type":"Blog","url_path":"blog/2018/09/06/our-2018-gathering","slug":"our-2018-gathering","sourceDir":"blog/2018/09/06"},{"title":"Governance at Art Earth Tech: A Proposal","layout":"blog","data":[],"created":"2018-09-17T00:00:00.000Z","authors":["sylvieshiweibarbier"],"type":"Blog","url_path":"blog/2018/09/17/governance-at-art-earth-tech-a-proposal","slug":"governance-at-art-earth-tech-a-proposal","sourceDir":"blog/2018/09/17"},{"title":"The Bitcoin and Trump Manias Share a Similar Source","layout":"blog","data":[],"created":"2019-01-06T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["bitcoin","trump"],"type":"Blog","url_path":"blog/2019/01/06/the-bitcoin-and-trump-manias-share-a-similar-source","slug":"the-bitcoin-and-trump-manias-share-a-similar-source","sourceDir":"blog/2019/01/06"},{"title":"Ken Wilber, Integral Spirituality (Notes)","image":"/assets/images/Blog-Feature-Images-15.png","layout":"blog","data":[],"created":"2019-01-22T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["integral-spirituality","ken-wilber"],"type":"Blog","url_path":"blog/2019/01/22/ken-wilber-integral-spirituality","slug":"ken-wilber-integral-spirituality","sourceDir":"blog/2019/01/22"},{"title":"Notes on David Sloan Wilson's Darwin's Cathedral","image":"/assets/images/Blog-Feature-Images-16.png","layout":"blog","data":[],"created":"2019-02-04T00:00:00.000Z","authors":["rufuspollock"],"categories":["book-notes","culturology"],"type":"Blog","url_path":"blog/2019/02/04/darwins-cathedral-david-sloan-wilson","slug":"darwins-cathedral-david-sloan-wilson","sourceDir":"blog/2019/02/04"},{"title":"Roberto Unger: The Knowledge Economy, the Progressive Project and the Future of Britain","layout":"blog","data":[],"created":"2019-02-06T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["institute"],"tags":["britain","knowledge-economy","roberto-unger"],"type":"Blog","url_path":"blog/2019/02/06/blind-spots-roberto-unger-future-of-britain","slug":"blind-spots-roberto-unger-future-of-britain","sourceDir":"blog/2019/02/06"},{"title":"We have Failed to Escape Mystery","image":"/assets/images/Blog-Feature-Images-18.png","layout":"blog","data":[],"created":"2019-02-20T00:00:00.000Z","authors":["artearthtech"],"categories":["our-philosophy"],"tags":["mystery"],"type":"Blog","url_path":"blog/2019/02/20/we-have-failed-to-escape-mystery","slug":"we-have-failed-to-escape-mystery","sourceDir":"blog/2019/02/20"},{"title":"Coliving: March 2019 AET London Sprint","layout":"blog","data":[],"created":"2019-03-24T00:00:00.000Z","authors":["rufuspollock"],"categories":["co-x","life-itself"],"tags":["co-x","coliving","sprint"],"type":"Blog","url_path":"blog/2019/03/24/coliving-march-2019-aet-london-sprint","slug":"coliving-march-2019-aet-london-sprint","sourceDir":"blog/2019/03/24"},{"title":"Two Year Olds Playing with Kalashnikovs - Humanity in the Age of AI","layout":"blog","data":[],"created":"2019-04-08T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["ai","humanity"],"type":"Blog","url_path":"blog/2019/04/08/two-year-olds-playing-with-kalashnikovs-humanity-in-the-age-of-ai","slug":"two-year-olds-playing-with-kalashnikovs-humanity-in-the-age-of-ai","sourceDir":"blog/2019/04/08"},{"title":"Ritual and The Return to Mystery","image":"/assets/images/Blog-Feature-Images-19.png","layout":"blog","data":[],"created":"2019-04-10T00:00:00.000Z","authors":["artearthtech"],"categories":["our-philosophy"],"tags":["mystery","ritual"],"type":"Blog","url_path":"blog/2019/04/10/ritual-and-the-return-to-mystery","slug":"ritual-and-the-return-to-mystery","sourceDir":"blog/2019/04/10"},{"title":"Returning to Mystery, Saving Ourselves: Blind Spots","layout":"blog","data":[],"created":"2019-04-17T00:00:00.000Z","authors":["artearthtech"],"categories":["our-philosophy"],"tags":["blindspot","mystery","save"],"type":"Blog","url_path":"blog/2019/04/17/blind-spots-2-returning-to-mystery","slug":"blind-spots-2-returning-to-mystery","sourceDir":"blog/2019/04/17"},{"title":"Roberto Mangabeira Unger - Interview","layout":"blog","data":[],"created":"2019-05-01T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["institute"],"tags":["interview","mangabeira-unger","roberto"],"type":"Blog","url_path":"blog/2019/05/01/interview-roberto-unger","slug":"interview-roberto-unger","sourceDir":"blog/2019/05/01"},{"title":"Be part of a community based in the heart of Hoxton in London","layout":"blog","data":[],"created":"2019-05-20T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["hubs"],"tags":["london-hub"],"type":"Blog","url_path":"blog/2019/05/20/be-part-of-a-community-based-in-the-heart-of-hoxton-in-london","slug":"be-part-of-a-community-based-in-the-heart-of-hoxton-in-london","sourceDir":"blog/2019/05/20"},{"title":"Returning to Mystery, Saving Ourselves (A Retrospective)","layout":"blog","data":[],"created":"2019-06-02T00:00:00.000Z","authors":["liamaet"],"categories":["programs"],"tags":["event","mystery"],"type":"Blog","url_path":"blog/2019/06/02/retrospective-on-returning-to-mystery-saving-ourselves-event","slug":"retrospective-on-returning-to-mystery-saving-ourselves-event","sourceDir":"blog/2019/06/02"},{"title":"Beautiful Brains change tomorrow... today by Thy-Diep","layout":"blog","data":[],"created":"2019-06-04T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["life-itself"],"tags":["beauty","brains"],"type":"Blog","url_path":"blog/2019/06/04/beautiful-brains-change-tomorrow-today-by-thy-diep","slug":"beautiful-brains-change-tomorrow-today-by-thy-diep","sourceDir":"blog/2019/06/04"},{"title":"Technology: Is the answer to our problems another app?","image":"/assets/images/Blog-Feature-Images-20.png","layout":"blog","data":[],"created":"2019-06-16T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["technology"],"type":"Blog","url_path":"blog/2019/06/16/is-the-answer-to-our-tech-problems-another-app","slug":"is-the-answer-to-our-tech-problems-another-app","sourceDir":"blog/2019/06/16"},{"title":"Art Earth Tech opens in Berlin!","layout":"blog","data":[],"created":"2019-06-17T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["hubs"],"tags":["berlin-hub","update"],"type":"Blog","url_path":"blog/2019/06/17/art-earth-tech-opens-in-berlin","slug":"art-earth-tech-opens-in-berlin","sourceDir":"blog/2019/06/17"},{"title":"Cognitive Triggers for Extremist Violence Through Brain Scanning","layout":"blog","data":[],"created":"2019-06-17T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["institute"],"tags":["cognition","triggers","violence"],"type":"Blog","url_path":"blog/2019/06/17/explaining-the-cognitive-triggers-for-extremist-violence-through-brain-scanning","slug":"explaining-the-cognitive-triggers-for-extremist-violence-through-brain-scanning","sourceDir":"blog/2019/06/17"},{"title":"Is there a Future? 31st July London Exhibition","layout":"blog","data":[],"created":"2019-06-17T00:00:00.000Z","authors":["artearthtech"],"categories":["programs"],"tags":["exhibition"],"type":"Blog","url_path":"blog/2019/06/17/is-there-a-future-31st-july-london-exhibition","slug":"is-there-a-future-31st-july-london-exhibition","sourceDir":"blog/2019/06/17"},{"title":"Neuroscientists experience mindfulness","layout":"blog","data":[],"created":"2019-07-29T00:00:00.000Z","authors":["liamaet"],"categories":["institute","our-philosophy"],"tags":["mindfulness","neuroscience"],"type":"Blog","url_path":"blog/2019/07/29/neuroscientists-experience-mindfulness","slug":"neuroscientists-experience-mindfulness","sourceDir":"blog/2019/07/29"},{"title":"The Art of Building Communities of Practice for Wellbeing and Presence - Reflections on Buddhafield 2019","layout":"blog","data":[],"created":"2019-08-02T00:00:00.000Z","authors":["liamaet"],"categories":["collective-wisdom","contemplative-activism","wellbeing"],"tags":["community","practice","wellbeing"],"type":"Blog","url_path":"blog/2019/08/02/the-art-of-building-communities-of-practice-for-wellbeing-and-presence-reflections-on-buddhafield-2019","slug":"the-art-of-building-communities-of-practice-for-wellbeing-and-presence-reflections-on-buddhafield-2019","sourceDir":"blog/2019/08/02"},{"title":"Our 2019 Gathering","layout":"blog","data":[],"created":"2019-08-31T00:00:00.000Z","authors":["artearthtech"],"categories":["gathering"],"tags":["gathering"],"type":"Blog","url_path":"blog/2019/08/31/our-2019-gathering","slug":"our-2019-gathering","sourceDir":"blog/2019/08/31"},{"title":"Andrew Yang's Universal Basic Income Proposal (UBI) - does it add up?","layout":"blog","data":[],"created":"2019-09-08T00:00:00.000Z","authors":["rufuspollock"],"categories":["policy"],"tags":["ubi","universal-basic-income"],"type":"Blog","url_path":"blog/2019/09/08/andrew-yangs-universal-basic-income-proposal-ubi-does-it-add-up","slug":"andrew-yangs-universal-basic-income-proposal-ubi-does-it-add-up","sourceDir":"blog/2019/09/08"},{"title":"September 2019, Newsletter","layout":"blog","data":[],"created":"2019-10-01T00:00:00.000Z","authors":["artearthtech"],"categories":["life-itself"],"tags":["newsletter"],"type":"Blog","url_path":"blog/2019/10/01/2019-september-newsletter","slug":"2019-september-newsletter","sourceDir":"blog/2019/10/01"},{"title":"Do We Need Wiser Education?","layout":"blog","data":[],"created":"2019-10-13T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["education","wisdom"],"type":"Blog","url_path":"blog/2019/10/13/wise-education-gathering-2019","slug":"wise-education-gathering-2019","sourceDir":"blog/2019/10/13"},{"title":"Collective Blind Spots: An introduction","layout":"blog","data":[],"created":"2019-10-25T00:00:00.000Z","authors":["liamaet"],"categories":["our-philosophy"],"tags":["blindspot","introduction"],"type":"Blog","url_path":"blog/2019/10/25/introduction-to-our-collective-blind-spots","slug":"introduction-to-our-collective-blind-spots","sourceDir":"blog/2019/10/25"},{"title":"Faith in Rationality and Progress: Collective Blind Spot #1","image":"/assets/images/Blog-Feature-Images-25.png","layout":"blog","data":[],"created":"2019-11-04T00:00:00.000Z","authors":["liamaet"],"categories":["contemplative-activism","institute"],"tags":["blindspot","progress","rationality"],"type":"Blog","url_path":"blog/2019/11/04/blind-spot-1-faith-in-rationality-and-progress","slug":"blind-spot-1-faith-in-rationality-and-progress","sourceDir":"blog/2019/11/04"},{"title":"Walking wise: our London walking group every Wednesday afternoon","layout":"blog","data":[],"created":"2019-11-04T00:00:00.000Z","authors":["artearthtech"],"categories":["hubs"],"tags":["london-hub","walking","wisdom"],"type":"Blog","url_path":"blog/2019/11/04/walking-wise-london-walking-group","slug":"walking-wise-london-walking-group","sourceDir":"blog/2019/11/04"},{"title":"The Contemplative Activism Gathering","layout":"blog","data":[],"created":"2019-11-11T00:00:00.000Z","authors":["liamaet"],"categories":["contemplative-activism","gathering"],"tags":["contemplative-activism","gathering"],"type":"Blog","url_path":"blog/2019/11/11/the-contemplative-activism-gathering","slug":"the-contemplative-activism-gathering","sourceDir":"blog/2019/11/11"},{"title":"Individualism: Collective Blind Spot #2","image":"/assets/images/Blog-Feature-Images-26.png","layout":"blog","data":[],"created":"2019-11-18T00:00:00.000Z","authors":["liamaet"],"categories":["institute","our-philosophy"],"tags":["blindspot","individualism"],"type":"Blog","url_path":"blog/2019/11/18/blind-spot-2-individualism","slug":"blind-spot-2-individualism","sourceDir":"blog/2019/11/18"},{"title":"The Case for Contemplative Activism: why, why now, and what are we offering?","image":"/assets/images/Blog-Feature-Images-27.png","layout":"blog","data":[],"created":"2019-11-29T00:00:00.000Z","authors":["liamaet"],"categories":["contemplative-activism"],"tags":["contemplative-activism"],"type":"Blog","url_path":"blog/2019/11/29/the-case-for-contemplative-activism-why-why-now-and-what-are-we-offering","slug":"the-case-for-contemplative-activism-why-why-now-and-what-are-we-offering","sourceDir":"blog/2019/11/29"},{"title":"November 2019 Newsletter","layout":"blog","data":[],"created":"2019-11-30T00:00:00.000Z","authors":["artearthtech"],"categories":["life-itself"],"tags":["newsletter"],"type":"Blog","url_path":"blog/2019/11/30/2019-november-newsletter","slug":"2019-november-newsletter","sourceDir":"blog/2019/11/30"},{"title":"Collective blind spot #3: the equality complex","image":"/assets/images/Blog-Feature-Images.jpg","layout":"blog","data":[],"created":"2019-12-01T00:00:00.000Z","authors":["liamaet"],"categories":["collective-wisdom","contemplative-activism"],"type":"Blog","url_path":"blog/2019/12/01/blind-spot-3-the-equality-complex","slug":"blind-spot-3-the-equality-complex","sourceDir":"blog/2019/12/01"},{"title":"Our hub in Bergerac: a practice in the art of dwelling","layout":"blog","data":[],"created":"2019-12-03T00:00:00.000Z","authors":["artearthtech"],"categories":["contemplative-activism","hubs"],"tags":["bergerac-hub"],"type":"Blog","url_path":"blog/2019/12/03/our-hub-in-bergerac-a-practice-in-the-art-of-dwelling","slug":"our-hub-in-bergerac-a-practice-in-the-art-of-dwelling","sourceDir":"blog/2019/12/03"},{"title":"Wise booklist","layout":"blog","data":[],"created":"2019-12-10T00:00:00.000Z","authors":["artearthtech"],"categories":["wisdom"],"tags":["books","wisdom"],"type":"Blog","url_path":"blog/2019/12/10/wise-booklist","slug":"wise-booklist","sourceDir":"blog/2019/12/10"},{"title":"Contemplative Activism Primer: the pre-gathering read","layout":"blog","data":[],"created":"2019-12-13T00:00:00.000Z","authors":["artearthtech"],"categories":["contemplative-activism"],"tags":["contemplative-activism"],"type":"Blog","url_path":"blog/2019/12/13/contemplative-activism-primer-the-pre-gathering-read","slug":"contemplative-activism-primer-the-pre-gathering-read","sourceDir":"blog/2019/12/13"},{"title":"Contemplative Activism Recap","layout":"blog","data":[],"created":"2019-12-23T00:00:00.000Z","authors":["liamaet"],"categories":["contemplative-activism"],"tags":["contemplative-activism"],"type":"Blog","url_path":"blog/2019/12/23/ca_recap","slug":"ca_recap","sourceDir":"blog/2019/12/23"},{"title":"Governance at Life Itself: v2","image":"/assets/images/LI-governance-2.png","layout":"blog","data":[],"created":"2020-01-01T00:00:00.000Z","authors":["eilidhross"],"categories":["life-itself"],"type":"Blog","url_path":"blog/2020/01/01/governance-at-life-itself-v2","slug":"governance-at-life-itself-v2","sourceDir":"blog/2020/01/01"},{"title":"Transformative Culture - Inside and Out","layout":"blog","data":[],"created":"2020-01-07T00:00:00.000Z","authors":["rufuspollock"],"categories":["our-philosophy"],"tags":["culture","transformation"],"type":"Blog","url_path":"blog/2020/01/07/a-tranformative-culture","slug":"a-tranformative-culture","sourceDir":"blog/2020/01/07"},{"title":"Reflections on the First Contemplative Activism Gathering (Dec 2019)","layout":"blog","data":[],"created":"2020-01-09T00:00:00.000Z","authors":["nareshgg7"],"categories":["gathering"],"tags":["gathering","reflections"],"type":"Blog","url_path":"blog/2020/01/09/learning-to-act-and-be-when-we-have-no-ground-under-our-feet","slug":"learning-to-act-and-be-when-we-have-no-ground-under-our-feet","sourceDir":"blog/2020/01/09"},{"title":"Ways of Being: AET Winter Sprint January 2020","layout":"blog","data":[],"created":"2020-01-24T00:00:00.000Z","authors":["artearthtech"],"categories":["life-itself","our-philosophy"],"tags":["being","wisdom"],"type":"Blog","url_path":"blog/2020/01/24/ways-of-being-for-2020-aet-winter-sprint-january-2020","slug":"ways-of-being-for-2020-aet-winter-sprint-january-2020","sourceDir":"blog/2020/01/24"},{"title":"Outgoing London hub member Alex Kennedy reflects on his six months in the Hub","layout":"blog","data":[],"created":"2020-03-03T00:00:00.000Z","authors":["artearthtech"],"categories":["hubs"],"tags":["london-hub"],"type":"Blog","url_path":"blog/2020/03/03/outgoing-london-hub-member-alex-kennedy-reflects-on-his-six-months-in-the-hub","slug":"outgoing-london-hub-member-alex-kennedy-reflects-on-his-six-months-in-the-hub","sourceDir":"blog/2020/03/03"},{"title":"La Cheraille","layout":"blog","data":[],"created":"2020-03-17T00:00:00.000Z","authors":["rufuspollock"],"categories":["gathering","hubs"],"tags":["la-cheraille"],"type":"Blog","url_path":"blog/2020/03/17/la-cheraille","slug":"la-cheraille","sourceDir":"blog/2020/03/17"},{"title":"Leap","layout":"blog","data":[],"created":"2020-03-18T00:00:00.000Z","authors":["rufuspollock"],"categories":["life-itself"],"tags":["leap"],"type":"Blog","url_path":"blog/2020/03/18/leap","slug":"leap","sourceDir":"blog/2020/03/18"},{"title":"Voir","layout":"blog","data":[],"created":"2020-03-18T00:00:00.000Z","authors":["rufuspollock"],"categories":["culturology"],"tags":["photography","sylvie-barbier","voir"],"type":"Blog","url_path":"blog/2020/03/18/voir","slug":"voir","sourceDir":"blog/2020/03/18"},{"title":"Wise Tea","layout":"blog","data":[],"created":"2020-03-18T00:00:00.000Z","authors":["valerie"],"categories":["wisdom"],"tags":["food","wisdom"],"type":"Blog","url_path":"blog/2020/03/18/wise-tea","slug":"wise-tea","sourceDir":"blog/2020/03/18"},{"title":"TV Addiction","layout":"blog","data":[],"created":"2020-03-22T00:00:00.000Z","authors":["sylvieshiweibarbier"],"type":"Blog","url_path":"blog/2020/03/22/tv-addiction","slug":"tv-addiction","sourceDir":"blog/2020/03/22"},{"title":"Covid-19 Mutual Aid Groups across Europe and UK","layout":"blog","data":[],"created":"2020-03-25T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["life-itself"],"tags":["coronavirus"],"type":"Blog","url_path":"blog/2020/03/25/covid-19-mutual-aid-groups-across-europe-and-uk","slug":"covid-19-mutual-aid-groups-across-europe-and-uk","sourceDir":"blog/2020/03/25"},{"title":"Letting go of Being Enlightened","layout":"blog","data":[],"created":"2020-03-25T00:00:00.000Z","authors":["liamaet"],"categories":["contemplative-activism"],"type":"Blog","url_path":"blog/2020/03/25/letting-go-of-being-enlightened","slug":"letting-go-of-being-enlightened","sourceDir":"blog/2020/03/25"},{"title":"Coronavirus: Opportunities and lessons - Community Call 28th March","layout":"blog","data":[],"created":"2020-03-25T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["life-itself"],"tags":["coronavirus"],"type":"Blog","url_path":"blog/2020/03/25/the-opportunities-and-lessons-to-take-away-from-coronavirus-community-call-28th-march","slug":"the-opportunities-and-lessons-to-take-away-from-coronavirus-community-call-28th-march","sourceDir":"blog/2020/03/25"},{"title":"Inequality Of Being","layout":"blog","data":[],"created":"2020-03-26T00:00:00.000Z","authors":["sylvieshiweibarbier"],"type":"Blog","url_path":"blog/2020/03/26/inequality-of-being","slug":"inequality-of-being","sourceDir":"blog/2020/03/26"},{"title":"Crisis: A wise response","layout":"blog","data":[],"created":"2020-03-27T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["our-philosophy"],"tags":["crisis"],"type":"Blog","url_path":"blog/2020/03/27/a-wise-response-to-a-crisis","slug":"a-wise-response-to-a-crisis","sourceDir":"blog/2020/03/27"},{"title":"No suffering is meaningless if it compels us to act: watch our latest film in response to Coronavirus","layout":"blog","data":[],"created":"2020-03-27T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["life-itself"],"tags":["coronavirus","meaning","suffering"],"type":"Blog","url_path":"blog/2020/03/27/watch-our-new-video-danger-opportunity-meaning-and-hope","slug":"watch-our-new-video-danger-opportunity-meaning-and-hope","sourceDir":"blog/2020/03/27"},{"title":"Wise food Salon and Cooking Class with Lily Roberts","layout":"blog","data":[],"created":"2020-03-30T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["programs"],"tags":["wise-food","wise-ood"],"type":"Blog","url_path":"blog/2020/03/30/wise-food-salon-and-cooking-class-with-lily-robert","slug":"wise-food-salon-and-cooking-class-with-lily-robert","sourceDir":"blog/2020/03/30"},{"title":"How to create community in practice","layout":"blog","data":[],"created":"2020-05-08T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["programs"],"type":"Blog","url_path":"blog/2020/05/08/how-to-create-community-in-practice","slug":"how-to-create-community-in-practice","sourceDir":"blog/2020/05/08"},{"title":"Qi Gong - The Eight Precious Exercises","image":"/assets/images/Blog-Feature-Images-2.jpg","layout":"blog","data":[],"created":"2020-05-12T00:00:00.000Z","authors":["rufuspollock"],"categories":["wisdom"],"tags":["philosophy","qi-gong"],"type":"Blog","url_path":"blog/2020/05/12/qi-gong-the-eight-precious-exercises","slug":"qi-gong-the-eight-precious-exercises","sourceDir":"blog/2020/05/12"},{"title":"Sharing circle","layout":"blog","data":[],"created":"2020-05-18T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["programs"],"type":"Blog","url_path":"blog/2020/05/18/sharing-circle","slug":"sharing-circle","sourceDir":"blog/2020/05/18"},{"title":"Sunday Salons","layout":"blog","data":[],"created":"2020-05-18T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["programs"],"type":"Blog","url_path":"blog/2020/05/18/sunday-salons","slug":"sunday-salons","sourceDir":"blog/2020/05/18"},{"title":"Write your autobiography","layout":"blog","data":[],"created":"2020-05-18T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["programs"],"type":"Blog","url_path":"blog/2020/05/18/write-your-autobiography","slug":"write-your-autobiography","sourceDir":"blog/2020/05/18"},{"title":"Wise Food","layout":"blog","data":[],"created":"2020-05-20T00:00:00.000Z","authors":["valerie"],"categories":["institute"],"tags":["food","wisdom"],"type":"Blog","url_path":"blog/2020/05/20/wise-food","slug":"wise-food","sourceDir":"blog/2020/05/20"},{"title":"Know Yourself","layout":"blog","data":[],"created":"2020-05-27T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["our-philosophy"],"tags":["knowledge"],"type":"Blog","url_path":"blog/2020/05/27/know-yourself","slug":"know-yourself","sourceDir":"blog/2020/05/27"},{"title":"Love Letter to the future","layout":"blog","data":[],"created":"2020-05-27T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["our-philosophy"],"tags":["future","loveletter"],"type":"Blog","url_path":"blog/2020/05/27/love-letter-to-the-future","slug":"love-letter-to-the-future","sourceDir":"blog/2020/05/27"},{"title":"We're Changing Our Name","layout":"blog","data":[],"created":"2020-05-29T00:00:00.000Z","authors":["sophie84d503f875"],"categories":["life-itself"],"tags":["naming"],"type":"Blog","url_path":"blog/2020/05/29/were-changing-our-name","slug":"were-changing-our-name","sourceDir":"blog/2020/05/29"},{"title":"Contemplative activism calls - a reflection","layout":"blog","data":[],"created":"2020-06-05T00:00:00.000Z","authors":["nareshgg7"],"categories":["contemplative-activism"],"type":"Blog","url_path":"blog/2020/06/05/contemplative-activism-calls-a-reflection","slug":"contemplative-activism-calls-a-reflection","sourceDir":"blog/2020/06/05"},{"title":"Superforecasting, Tetlock and Gardner (Notes)","image":"/assets/images/Blog-Feature-Images-3.jpg","layout":"blog","data":[],"created":"2020-06-09T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["notes","superforecasting"],"type":"Blog","url_path":"blog/2020/06/09/notes-on-tetlock-and-gardners-superforecasting","slug":"notes-on-tetlock-and-gardners-superforecasting","sourceDir":"blog/2020/06/09"},{"title":"Contemplative Activism: A Primer","image":"/assets/images/Blog-Feature-Images-4.jpg","layout":"blog","data":[],"created":"2020-06-11T00:00:00.000Z","authors":["liamaet"],"categories":["contemplative-activism"],"type":"Blog","url_path":"blog/2020/06/11/contemplative-activism-a-primer","slug":"contemplative-activism-a-primer","sourceDir":"blog/2020/06/11"},{"title":"Contemplating Denial","image":"/assets/images/Blog-Feature-Images-5.jpg","layout":"blog","data":[],"created":"2020-06-13T00:00:00.000Z","authors":["nareshgg7"],"categories":["contemplative-activism"],"tags":["denial"],"type":"Blog","url_path":"blog/2020/06/13/contemplating-denial","slug":"contemplating-denial","sourceDir":"blog/2020/06/13"},{"title":"Sitting With the Trouble","layout":"blog","data":[],"created":"2020-06-18T00:00:00.000Z","authors":["nareshgg7"],"categories":["contemplative-activism"],"tags":["contemplation","trouble"],"type":"Blog","url_path":"blog/2020/06/18/sitting-with-the-trouble","slug":"sitting-with-the-trouble","sourceDir":"blog/2020/06/18"},{"title":"Bridging the Wisdom Gap","image":"/assets/images/Blog-Feature-Images-6.jpg","layout":"blog","data":[],"created":"2020-06-22T00:00:00.000Z","authors":["rufuspollock"],"categories":["collective-wisdom","institute","ontological-politics","wisdom"],"type":"Blog","url_path":"blog/2020/06/22/bridging-the-wisdom-gap","slug":"bridging-the-wisdom-gap","sourceDir":"blog/2020/06/22"},{"title":"Life Itself Update","layout":"blog","data":[],"created":"2020-06-25T00:00:00.000Z","authors":["sophie84d503f875"],"categories":["life-itself"],"tags":["newsletter"],"type":"Blog","url_path":"blog/2020/06/25/life-itself-update","slug":"life-itself-update","sourceDir":"blog/2020/06/25"},{"title":"Cancelled: Sunday Salon 28th June 'Community resilience'","layout":"blog","data":[],"created":"2020-04-01T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["programs","salons"],"tags":["cancelled"],"type":"Blog","url_path":"blog/2020/04/01/online-salon-community-resilience-with-rory-egan-curtin-sunday-5th-april-3pm-cet","slug":"online-salon-community-resilience-with-rory-egan-curtin-sunday-5th-april-3pm-cet","sourceDir":"blog/2020/04/01"},{"title":"Getting S*** Done Online Calls","layout":"blog","data":[],"created":"2020-04-02T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["programs"],"tags":["calls","getting-stuff-done"],"type":"Blog","url_path":"blog/2020/04/02/getting-s-done-online-calls","slug":"getting-s-done-online-calls","sourceDir":"blog/2020/04/02"},{"title":"Morning Creative Practice","layout":"blog","data":[],"created":"2020-04-02T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["programs"],"type":"Blog","url_path":"blog/2020/04/02/morning-creative-practice","slug":"morning-creative-practice","sourceDir":"blog/2020/04/02"},{"title":"Nearing's 'Living the Good Life' - Thoughts","layout":"blog","data":[],"created":"2020-04-25T00:00:00.000Z","authors":["rufuspollock"],"type":"Blog","url_path":"blog/2020/04/25/thoughts-on-nearings-living-the-good-life","slug":"thoughts-on-nearings-living-the-good-life","sourceDir":"blog/2020/04/25"},{"title":"Get S*** Done Calls","layout":"blog","data":[],"created":"2020-04-29T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["programs"],"type":"Blog","url_path":"blog/2020/04/29/getting-s-done-online-calls-2","slug":"getting-s-done-online-calls-2","sourceDir":"blog/2020/04/29"},{"title":"This uncoordinated Western dance should give us all cause for pause","layout":"blog","data":[],"created":"2020-04-30T00:00:00.000Z","authors":["liamaet"],"categories":["collective-wisdom","contemplative-activism"],"type":"Blog","url_path":"blog/2020/04/30/the-uncoordinated-western-dance-should-give-us-all-cause-for-pause","slug":"the-uncoordinated-western-dance-should-give-us-all-cause-for-pause","sourceDir":"blog/2020/04/30"},{"title":"Bergerac Build Festival 2020: Gathering builders, diggers and dreamers!","layout":"blog","data":[],"created":"2020-07-09T00:00:00.000Z","authors":["lifexitself"],"type":"Blog","url_path":"blog/2020/07/09/bergerac-build-festival-2020-gathering-builders-diggers-and-dreamers","slug":"bergerac-build-festival-2020-gathering-builders-diggers-and-dreamers","sourceDir":"blog/2020/07/09"},{"title":"Calling all diggers and dreamers!","layout":"blog","data":[],"created":"2020-07-10T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["gathering","programs"],"tags":["salons"],"type":"Blog","url_path":"blog/2020/07/10/calling-all-diggers-and-dreamers","slug":"calling-all-diggers-and-dreamers","sourceDir":"blog/2020/07/10"},{"title":"The Equality Complex Sunday Salon: 19th July 2020 3pm","layout":"blog","data":[],"created":"2020-07-14T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["programs","salons"],"tags":["equality"],"type":"Blog","url_path":"blog/2020/07/14/the-equality-complex-sunday-salon-19th-july-2020-3pm","slug":"the-equality-complex-sunday-salon-19th-july-2020-3pm","sourceDir":"blog/2020/07/14"},{"title":"How might schools prepare for 21st Century?","layout":"blog","data":[],"created":"2020-07-17T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["life-itself"],"tags":["schools"],"type":"Blog","url_path":"blog/2020/07/17/how-might-schools-prepare-for-21st-century","slug":"how-might-schools-prepare-for-21st-century","sourceDir":"blog/2020/07/17"},{"title":"Life Itself Update","layout":"blog","data":[],"created":"2020-07-30T00:00:00.000Z","authors":["sophie84d503f875"],"categories":["life-itself"],"tags":["newsletter"],"type":"Blog","url_path":"blog/2020/07/30/life-itself-update-2","slug":"life-itself-update-2","sourceDir":"blog/2020/07/30"},{"title":"Human // Nature // Stories 29th February 2020","layout":"blog","data":[],"created":"2020-02-06T00:00:00.000Z","authors":["artearthtech"],"categories":["gathering","programs"],"tags":["human","nature","stories"],"type":"Blog","url_path":"blog/2020/02/06/event-human-nature-stories-29th-february-2020","slug":"event-human-nature-stories-29th-february-2020","sourceDir":"blog/2020/02/06"},{"title":"One Taiwan","layout":"blog","data":[],"created":"2020-02-12T00:00:00.000Z","authors":["rufuspollock"],"categories":["life-itself"],"tags":["taiwan"],"type":"Blog","url_path":"blog/2020/02/12/one-taiwan","slug":"one-taiwan","sourceDir":"blog/2020/02/12"},{"title":"Berlin hub: more rooms available!","layout":"blog","data":[],"created":"2020-02-19T00:00:00.000Z","authors":["artearthtech"],"categories":["hubs"],"tags":["berlin-hub"],"type":"Blog","url_path":"blog/2020/02/19/more-rooms-available-in-our-berlin-hub","slug":"more-rooms-available-in-our-berlin-hub","sourceDir":"blog/2020/02/19"},{"title":"Seeking mindful gardeners!","layout":"blog","data":[],"created":"2020-02-19T00:00:00.000Z","authors":["artearthtech"],"categories":["life-itself"],"tags":["gardening"],"type":"Blog","url_path":"blog/2020/02/19/seeking-mindful-gardeners","slug":"seeking-mindful-gardeners","sourceDir":"blog/2020/02/19"},{"title":"CANCELLED: Contemplative Activism 'drop-in, drop-out' at Bidston, Liverpool","layout":"blog","data":[],"created":"2020-02-14T00:00:00.000Z","authors":["artearthtech"],"categories":["contemplative-activism"],"tags":["contemplative-activism"],"type":"Blog","url_path":"blog/2020/02/14/contemplative-activism-drop-in-drop-out-at-bidston-liverpool","slug":"contemplative-activism-drop-in-drop-out-at-bidston-liverpool","sourceDir":"blog/2020/02/14"},{"title":"Recruiting! Art Earth Tech Hub manager, Berlin","layout":"blog","data":[],"created":"2020-02-14T00:00:00.000Z","authors":["artearthtech"],"categories":["hubs"],"tags":["berlin-hub"],"type":"Blog","url_path":"blog/2020/02/14/recruiting-art-earth-tech-hub-manager-berlin","slug":"recruiting-art-earth-tech-hub-manager-berlin","sourceDir":"blog/2020/02/14"},{"title":"Contemplative Activism Event","layout":"blog","data":[],"created":"2020-02-20T00:00:00.000Z","authors":["liamkavanagh"],"type":"Blog","url_path":"blog/2020/02/20/contemplative-activism-event","slug":"contemplative-activism-event","sourceDir":"blog/2020/02/20"},{"title":"Berlin Hub is seeking new residents!","layout":"blog","data":[],"created":"2020-08-18T00:00:00.000Z","authors":["rufuspollock"],"categories":["hubs"],"tags":["berlin-hub"],"type":"Blog","url_path":"blog/2020/08/18/berlin-hub-new-residents","slug":"berlin-hub-new-residents","sourceDir":"blog/2020/08/18"},{"title":"The Imaginary Society Series","layout":"blog","data":[],"created":"2020-08-18T00:00:00.000Z","authors":["rufuspollock"],"categories":["events"],"type":"Blog","url_path":"blog/2020/08/18/the-imaginary-society-series","slug":"the-imaginary-society-series","sourceDir":"blog/2020/08/18"},{"title":"An expedition to explore the new land of “culture-making”","layout":"blog","data":[],"created":"2020-08-27T00:00:00.000Z","authors":["elisalifeitself"],"categories":["culturology","ecosystem-mapping"],"tags":["culture","ecosystem-mapping"],"type":"Blog","url_path":"blog/2020/08/27/ecosystem","slug":"ecosystem","sourceDir":"blog/2020/08/27"},{"title":"Collective Intelligence","layout":"blog","data":[],"created":"2020-08-28T00:00:00.000Z","authors":["rufuspollock"],"categories":["collective-wisdom"],"tags":["collective-intelligence"],"type":"Blog","url_path":"blog/2020/08/28/collective-intelligence","slug":"collective-intelligence","sourceDir":"blog/2020/08/28"},{"title":"We've published our ecosystem snapshot report","layout":"blog","data":[],"created":"2020-09-02T00:00:00.000Z","authors":["rufuspollock"],"categories":["culturology","ecosystem-mapping"],"tags":["culture","ecosystem-mapping"],"type":"Blog","url_path":"blog/2020/09/02/weve-published-our-ecosystem-snapshot-report","slug":"weve-published-our-ecosystem-snapshot-report","sourceDir":"blog/2020/09/02"},{"title":"Bergerac Build Festival 2020: More than just bricks and mortar","layout":"blog","data":[],"created":"2020-09-10T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["gathering"],"tags":["gathering"],"type":"Blog","url_path":"blog/2020/09/10/more-than-just-bricks-and-mortar-bergerac-build-festival-2020","slug":"more-than-just-bricks-and-mortar-bergerac-build-festival-2020","sourceDir":"blog/2020/09/10"},{"title":"Life Itself Update","layout":"blog","data":[],"created":"2020-09-17T00:00:00.000Z","authors":["sophie84d503f875"],"categories":["life-itself"],"tags":["newsletter"],"type":"Blog","url_path":"blog/2020/09/17/life-itself-update-3","slug":"life-itself-update-3","sourceDir":"blog/2020/09/17"},{"title":"Build it and they will come: Gathering 2020","layout":"blog","data":[],"created":"2020-09-25T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["gathering"],"tags":["gathering"],"type":"Blog","url_path":"blog/2020/09/25/build-it-and-they-will-come-gathering-2020","slug":"build-it-and-they-will-come-gathering-2020","sourceDir":"blog/2020/09/25"},{"title":"Bergerac Hub: Some Practicalities","layout":"blog","data":[],"created":"2020-10-01T00:00:00.000Z","authors":["rufuspollock"],"categories":["hubs"],"type":"Blog","url_path":"blog/2020/10/01/bergerac-hub-some-practicalities","slug":"bergerac-hub-some-practicalities","sourceDir":"blog/2020/10/01"},{"title":"Sunday Salon: Menstruation in community","layout":"blog","data":[],"created":"2020-10-05T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["programs","salons"],"tags":["community","cycles","workplace"],"type":"Blog","url_path":"blog/2020/10/05/sunday-salon-menstruation-in-community","slug":"sunday-salon-menstruation-in-community","sourceDir":"blog/2020/10/05"},{"title":"On Contemplative Activism and a vision of Life Itself","layout":"blog","data":[],"created":"2020-10-06T00:00:00.000Z","authors":["valerie"],"categories":["collective-wisdom","contemplative-activism","gathering"],"tags":["community","events","hubs","manual","practices","ritual"],"type":"Blog","url_path":"blog/2020/10/06/on-contemplative-activism-and-a-vision-of-life-itself","slug":"on-contemplative-activism-and-a-vision-of-life-itself","sourceDir":"blog/2020/10/06"},{"title":"Ontological Politics - A Preface","layout":"blog","data":[],"created":"2020-10-06T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute","ontology"],"tags":["ontology","politics"],"type":"Blog","url_path":"blog/2020/10/06/preface-to-an-ontological-politics","slug":"preface-to-an-ontological-politics","sourceDir":"blog/2020/10/06"},{"title":"Transforming the Narrative as a Route to Social Transformation (Situation, Complication, Question, Hypothesis - SCQH)","layout":"blog","data":[],"created":"2020-10-14T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute","life-itself","wisdom"],"tags":["philosophy","transformation","wisdom"],"type":"Blog","url_path":"blog/2020/10/14/transforming-narrative-social-transformation-situation-complication-question-hypothesis-scqh","slug":"transforming-narrative-social-transformation-situation-complication-question-hypothesis-scqh","sourceDir":"blog/2020/10/14"},{"title":"The Cycle of Completion and Creation Or, a funeral for the past is key to creating a new future","image":"/assets/images/tombstone-modernity-02-scaled.jpg","layout":"blog","data":[],"created":"2020-10-17T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["cultural-activism","ontological-politics","our-philosophy","requiem-for-a-passing-age"],"type":"Blog","url_path":"blog/2020/10/17/cycle-of-completion-and-creation-funeral-for-the-past-is-key-to-creating-new-future","slug":"cycle-of-completion-and-creation-funeral-for-the-past-is-key-to-creating-new-future","sourceDir":"blog/2020/10/17"},{"title":"Wise Living Fund Information Session","layout":"blog","data":[],"created":"2020-10-23T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["wise-living"],"type":"Blog","url_path":"blog/2020/10/23/real-estate-fund-information-session","slug":"real-estate-fund-information-session","sourceDir":"blog/2020/10/23"},{"title":"Collective Wisdom - Reflections","image":"/assets/images/Blog-Feature-Images-7.jpg","layout":"blog","data":[],"created":"2020-10-24T00:00:00.000Z","authors":["rufuspollock"],"categories":["collective-wisdom"],"type":"Blog","url_path":"blog/2020/10/24/collective-wisdom-reflections","slug":"collective-wisdom-reflections","sourceDir":"blog/2020/10/24"},{"title":"Embodied Deconstruction - Throwing Light into the Individuality Blindspot (Sunday Salon)","layout":"blog","data":[],"created":"2020-10-08T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["salons"],"tags":["deconstruction"],"type":"Blog","url_path":"blog/2020/10/08/sunday-salon-embodied-deconstruction-throwing-light-into-the-individuality-blindspot","slug":"sunday-salon-embodied-deconstruction-throwing-light-into-the-individuality-blindspot","sourceDir":"blog/2020/10/08"},{"title":"Friends, this is still not working (but congrats, Joe.)","layout":"blog","data":[],"created":"2020-11-07T00:00:00.000Z","authors":["liamaet"],"categories":["institute"],"tags":["friends","liam-kavanagh"],"type":"Blog","url_path":"blog/2020/11/07/my-friends-whatever-we-are-doing-it-is-not-really-working","slug":"my-friends-whatever-we-are-doing-it-is-not-really-working","sourceDir":"blog/2020/11/07"},{"title":"A space for Creativity","layout":"blog","data":[],"created":"2020-11-12T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["institute"],"tags":["creativity","space"],"type":"Blog","url_path":"blog/2020/11/12/a-space-for-creativity","slug":"a-space-for-creativity","sourceDir":"blog/2020/11/12"},{"title":"Wisdom, hidden in your to-do list","layout":"blog","data":[],"created":"2020-11-16T00:00:00.000Z","authors":["petronellac3ecd0923b"],"categories":["institute"],"tags":["to-do","wisdom"],"type":"Blog","url_path":"blog/2020/11/16/the-wisdom-hidden-in-your-to-do-list","slug":"the-wisdom-hidden-in-your-to-do-list","sourceDir":"blog/2020/11/16"},{"title":"Hope in 2020","layout":"blog","data":[],"created":"2020-11-18T00:00:00.000Z","authors":["nareshgg7"],"categories":["our-philosophy"],"tags":[2020,"hope","wisdom"],"type":"Blog","url_path":"blog/2020/11/18/what-does-hope-look-like-in-2020","slug":"what-does-hope-look-like-in-2020","sourceDir":"blog/2020/11/18"},{"title":"Communal Living: Reflections on an Experiment in","layout":"blog","data":[],"created":"2020-12-11T00:00:00.000Z","authors":["theo-cox"],"categories":["conscious-coliving"],"tags":["coliving"],"type":"Blog","url_path":"blog/2020/12/11/reflections-on-an-experiment-in-communal-living","slug":"reflections-on-an-experiment-in-communal-living","sourceDir":"blog/2020/12/11"},{"title":"Word Laundrette 1: Nirvana","image":"/assets/images/Blog-Feature-Images-8.jpg","layout":"blog","data":[],"created":"2020-12-19T00:00:00.000Z","authors":["liamaet"],"categories":["institute"],"tags":["liam-kavanagh","nirvana"],"type":"Blog","url_path":"blog/2020/12/19/word-laundrette-1-nirvana","slug":"word-laundrette-1-nirvana","sourceDir":"blog/2020/12/19"},{"title":"Pragmatic Utopianism","image":"/assets/images/Blog-Feature-Images-9.jpg","layout":"blog","data":[],"created":"2020-12-21T00:00:00.000Z","authors":["theo-cox"],"categories":["institute","our-philosophy"],"tags":["philosophy","pragmatic-utopianism"],"type":"Blog","url_path":"blog/2020/12/21/pragmatic-utopianism","slug":"pragmatic-utopianism","sourceDir":"blog/2020/12/21"},{"title":"Beloved Sangha, Thank you","layout":"blog","data":[],"created":"2020-11-24T00:00:00.000Z","authors":["nareshgg7"],"categories":["our-philosophy"],"tags":["sangha"],"type":"Blog","url_path":"blog/2020/11/24/thank-you-beloved-sangha","slug":"thank-you-beloved-sangha","sourceDir":"blog/2020/11/24"},{"title":"Possibility Now","image":"/assets/images/buddhafield-2019.jpg","layout":"blog","data":[],"created":"2021-01-05T00:00:00.000Z","authors":["sophie84d503f875"],"categories":["programs"],"tags":["possibility-now","programs"],"type":"Blog","url_path":"blog/2021/01/05/possibility-now","slug":"possibility-now","sourceDir":"blog/2021/01/05"},{"title":"Contemplative Disposition","image":"/assets/images/beech-tree-moss.jpg","layout":"blog","data":[],"created":"2021-01-06T00:00:00.000Z","authors":["nareshgg7"],"categories":["contemplative-activism"],"tags":["contemplative-activism"],"type":"Blog","url_path":"blog/2021/01/06/contemplative-disposition","slug":"contemplative-disposition","sourceDir":"blog/2021/01/06"},{"title":"Universalism: do we dare question it?","layout":"blog","data":[],"created":"2021-01-26T00:00:00.000Z","authors":["liamaet"],"categories":["contemplative-activism","salons"],"type":"Blog","url_path":"blog/2021/01/26/universalism-do-we-dare-question-it","slug":"universalism-do-we-dare-question-it","sourceDir":"blog/2021/01/26"},{"title":"Berlin Hub - What's New?","layout":"blog","data":[],"created":"2021-02-11T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["hubs"],"tags":["berlin","berlin-hub","hubs","update"],"type":"Blog","url_path":"blog/2021/02/11/whats-new-at-the-berlin-hub","slug":"whats-new-at-the-berlin-hub","sourceDir":"blog/2021/02/11"},{"title":"Connections Across Communities: MIC camp weekend at the Bergerac Hub","layout":"blog","data":[],"created":"2021-03-05T00:00:00.000Z","authors":["joe-hughes"],"categories":["gathering"],"tags":["bergerac-hub"],"type":"Blog","url_path":"blog/2021/03/05/mic-camp-weekend-at-the-bergerac-hub-connections-across-communities","slug":"mic-camp-weekend-at-the-bergerac-hub-connections-across-communities","sourceDir":"blog/2021/03/05"},{"title":"Permaculture: Five things we learnt","layout":"blog","data":[],"created":"2021-03-12T00:00:00.000Z","authors":["joe-hughes"],"categories":["institute"],"tags":["permaculture"],"type":"Blog","url_path":"blog/2021/03/12/5-things-we-learnt-from-our-workaway-research-into-permaculture","slug":"5-things-we-learnt-from-our-workaway-research-into-permaculture","sourceDir":"blog/2021/03/12"},{"title":"Berlin Hub Community Projects","layout":"blog","data":[],"created":"2021-03-18T00:00:00.000Z","authors":["theo-cox"],"categories":["initiatives"],"tags":["berlin-hub"],"type":"Blog","url_path":"blog/2021/03/18/berlin-hub-community-projects","slug":"berlin-hub-community-projects","sourceDir":"blog/2021/03/18"},{"title":"Collective Evolution - HubBook","layout":"blog","data":[],"created":"2021-03-31T00:00:00.000Z","authors":["sen-zhan"],"categories":["collective-wisdom"],"tags":["berlin-hub"],"type":"Blog","url_path":"blog/2021/03/31/hubbook-a-collective-evolution","slug":"hubbook-a-collective-evolution","sourceDir":"blog/2021/03/31"},{"title":"Awami: Spring Sesshin in Bergerac Hub","image":"/assets/images/sesshin.jpeg","layout":"blog","data":[],"created":"2021-04-14T00:00:00.000Z","authors":["valerie"],"categories":["gathering"],"tags":["bergerac"],"type":"Blog","url_path":"blog/2021/04/14/awami-spring-sesshin-in-bergerac-hub","slug":"awami-spring-sesshin-in-bergerac-hub","sourceDir":"blog/2021/04/14"},{"title":"The fate of slavery: What role did views play in determining this?","image":"/assets/images/Blog-Feature-Images-11.jpg","layout":"blog","data":[],"created":"2021-04-30T00:00:00.000Z","authors":["joe-hughes"],"categories":["institute"],"tags":["slavery"],"type":"Blog","url_path":"blog/2021/04/30/views-and-abolition","slug":"views-and-abolition","sourceDir":"blog/2021/04/30"},{"title":"Reinventing Organisations by Frederic Laloux - Summary and Notes","image":"/assets/images/Blog-Feature-Images-10.jpg","layout":"blog","data":[],"created":"2021-04-15T00:00:00.000Z","authors":["rufuspollock"],"categories":["book-notes","co-x"],"tags":["laloux","organisations"],"type":"Blog","url_path":"blog/2021/04/15/reinventing-organisations-by-frederic-laloux","slug":"reinventing-organisations-by-frederic-laloux","sourceDir":"blog/2021/04/15"},{"title":"Wise Metrics","layout":"blog","data":[],"created":"2021-05-04T00:00:00.000Z","authors":["joe-hughes"],"categories":["institute","policy"],"tags":["metrics"],"type":"Blog","url_path":"blog/2021/05/04/wise-metrics","slug":"wise-metrics","sourceDir":"blog/2021/05/04"},{"title":"Compassionate Mental Health","layout":"blog","data":[],"created":"2021-05-14T00:00:00.000Z","authors":["rufuspollock"],"categories":["events","institute"],"type":"Blog","url_path":"blog/2021/05/14/compassionate-mental-health","slug":"compassionate-mental-health","sourceDir":"blog/2021/05/14"},{"title":"Life Itself April Update","layout":"blog","data":[],"created":"2021-05-14T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["newsletter"],"type":"Blog","url_path":"blog/2021/05/14/life-itself-april-update","slug":"life-itself-april-update","sourceDir":"blog/2021/05/14"},{"title":"Creating a Life Together by Diana Leafe Christian - Summary and Notes","image":"/assets/images/Blog-Feature-Images-12.jpg","layout":"blog","data":[],"created":"2021-05-14T00:00:00.000Z","authors":["rufuspollock"],"categories":["book-notes","conscious-coliving"],"tags":["co-x","conscious-coliving","ecovillages","intentional-communities"],"type":"Blog","url_path":"blog/2021/05/14/notes-on-creating-a-life-together-by-diana-leafe-christian","slug":"notes-on-creating-a-life-together-by-diana-leafe-christian","sourceDir":"blog/2021/05/14"},{"title":"Reflections on Stay at The Bergerac Hub","layout":"blog","data":[],"created":"2021-05-26T00:00:00.000Z","authors":["theo-cox"],"categories":["hubs"],"tags":["hubs"],"type":"Blog","url_path":"blog/2021/05/26/reflections-on-stay-at-the-bergerac-hub","slug":"reflections-on-stay-at-the-bergerac-hub","sourceDir":"blog/2021/05/26"},{"title":"Life Itself Bulletin - June","layout":"blog","data":[],"created":"2021-06-08T00:00:00.000Z","authors":["rufuspollock"],"categories":["institute"],"tags":["newsletter"],"type":"Blog","url_path":"blog/2021/06/08/life-itself-bulletin-june","slug":"life-itself-bulletin-june","sourceDir":"blog/2021/06/08"},{"title":"Joe Lightfoot - A Conversation","image":"/assets/images/Blog-Feature-Images-13.jpg","layout":"blog","data":[],"created":"2021-06-15T00:00:00.000Z","authors":["rufuspollock"],"categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"type":"Blog","url_path":"blog/2021/06/15/joe-lightfoot","slug":"joe-lightfoot","sourceDir":"blog/2021/06/15"},{"title":"Wiser Policy Forum: Launch Bulletin","layout":"blog","data":[],"created":"2021-06-16T00:00:00.000Z","authors":["theo-cox"],"categories":["institute","policy"],"tags":["policy"],"type":"Blog","url_path":"blog/2021/06/16/wiser-policy-forum-launch-bulletin","slug":"wiser-policy-forum-launch-bulletin","sourceDir":"blog/2021/06/16"},{"title":"“The Master and His Emissary” - The Fate of Iain McGilchrist's Magnum Opus","image":"/assets/images/Blog-Feature-Images-14.jpg","layout":"blog","data":[],"created":"2021-06-18T00:00:00.000Z","authors":["liamaet"],"categories":["institute"],"tags":["institute"],"type":"Blog","url_path":"blog/2021/06/18/the-fate-of-the-master-and-his-emissary","slug":"the-fate-of-the-master-and-his-emissary","sourceDir":"blog/2021/06/18"},{"title":"Conscious Evolution (Robert Cobbold) - A Conversation","image":"/assets/images/Blog-Feature-Images-15.jpg","layout":"blog","data":[],"created":"2021-06-23T00:00:00.000Z","authors":["rufuspollock"],"categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"type":"Blog","url_path":"blog/2021/06/23/conscious-evolution-robert-cobbold","slug":"conscious-evolution-robert-cobbold","sourceDir":"blog/2021/06/23"},{"title":"Richard D. Bartlett","image":"/assets/images/Blog-Feature-Images-16.jpg","layout":"blog","data":[],"created":"2021-07-02T00:00:00.000Z","authors":["rufuspollock"],"categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"type":"Blog","url_path":"blog/2021/07/02/richard-d-bartlett","slug":"richard-d-bartlett","sourceDir":"blog/2021/07/02"},{"title":"Alnoor Ladha - A Conversation","image":"/assets/images/Blog-Feature-Images-18.jpg","layout":"blog","data":[],"created":"2021-07-13T00:00:00.000Z","authors":["theo-cox"],"categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"type":"Blog","url_path":"blog/2021/07/13/ecosystem-mapping-conversation-4-with-alnoor-ladha","slug":"ecosystem-mapping-conversation-4-with-alnoor-ladha","sourceDir":"blog/2021/07/13"},{"title":"Life Itself Newsletter - June","layout":"blog","data":[],"created":"2021-07-14T00:00:00.000Z","authors":["rufuspollock"],"categories":["life-itself"],"tags":["newsletter"],"type":"Blog","url_path":"blog/2021/07/14/life-itself-newsletter-june","slug":"life-itself-newsletter-june","sourceDir":"blog/2021/07/14"},{"title":"What is Conscious Coliving?","image":"/assets/images/Blog-Feature-Images-19.jpg","layout":"blog","data":[],"created":"2021-07-14T00:00:00.000Z","authors":["rufuspollock"],"categories":["conscious-coliving","hubs"],"type":"Blog","url_path":"blog/2021/07/14/what-is-conscious-coliving","slug":"what-is-conscious-coliving","sourceDir":"blog/2021/07/14"},{"title":"Romy Kraemer (Guerrilla Foundation) - A Conversation","image":"/assets/images/Blog-Feature-Images-21.jpg","layout":"blog","data":[],"created":"2021-07-20T00:00:00.000Z","authors":["lifexitself"],"categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"type":"Blog","url_path":"blog/2021/07/20/romy-kraemer-guerrilla-foundation","slug":"romy-kraemer-guerrilla-foundation","sourceDir":"blog/2021/07/20"},{"title":"Adam Brock (Regenerate Change) - A Conversation","image":"/assets/images/Blog-Feature-Images-22.jpg","layout":"blog","data":[],"created":"2021-07-28T00:00:00.000Z","authors":["rufuspollock"],"categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"type":"Blog","url_path":"blog/2021/07/28/adam-brock-regenerate-change","slug":"adam-brock-regenerate-change","sourceDir":"blog/2021/07/28"},{"title":"\"Home: Between a shelter and a cage\" - an exhibition at the Berlin Hub","image":"/assets/images/Yoav-Home.jpeg","layout":"blog","data":[],"created":"2021-08-14T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["hubs"],"tags":["berlin-hub"],"type":"Blog","url_path":"blog/2021/08/14/home-between-a-shelter-and-a-cage","slug":"home-between-a-shelter-and-a-cage","sourceDir":"blog/2021/08/14"},{"title":"Renewal and Renovation: Petit Bois Martin","image":"/assets/images/WhatsApp-Image-2021-04-23-at-11.32.56.jpeg","layout":"blog","data":[],"created":"2021-08-15T00:00:00.000Z","authors":["james-davies-warner"],"categories":["hubs","petit-bois-martin"],"tags":["hubs"],"type":"Blog","url_path":"blog/2021/08/15/renewal-and-renovation-petit-bois-martin","slug":"renewal-and-renovation-petit-bois-martin","sourceDir":"blog/2021/08/15"},{"title":"Announcing the next Imaginary Society Forum with Jeremy Lent","layout":"blog","data":[],"created":"2021-08-26T00:00:00.000Z","authors":["theo-cox"],"categories":["culturology","ontology","wisdom"],"tags":["imaginary-society"],"type":"Blog","url_path":"blog/2021/08/26/announcing-the-next-imaginary-society-forum-with-jeremy-lent","slug":"announcing-the-next-imaginary-society-forum-with-jeremy-lent","sourceDir":"blog/2021/08/26"},{"title":"Announcing the Sympoiesis Residencies at the Life Itself Praxis Hub","image":"/assets/images/Untitled.jpg","layout":"blog","data":[],"created":"2021-09-13T00:00:00.000Z","authors":["theo-cox"],"categories":["conscious-coliving","hubs"],"tags":["bergerac","bergerac-hub","community","conscious-coliving","hubs","intentional-communities","praxis"],"type":"Blog","url_path":"blog/2021/09/13/announcing-the-sympoiesis-residencies-at-the-life-itself-praxis-hub","slug":"announcing-the-sympoiesis-residencies-at-the-life-itself-praxis-hub","sourceDir":"blog/2021/09/13"},{"title":"Community Hangout - Oct 2021","layout":"blog","data":[],"created":"2021-09-14T00:00:00.000Z","authors":["charley-lee"],"categories":["community","hangouts"],"tags":["community","wellbeing"],"type":"Blog","url_path":"blog/2021/09/14/life-itself-community-hangouts","slug":"life-itself-community-hangouts","sourceDir":"blog/2021/09/14"},{"title":"What's new at the Berlin Hub?","layout":"blog","data":[],"created":"2021-09-25T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["hubs"],"tags":["berlin-hub","hubs","update"],"type":"Blog","url_path":"blog/2021/09/25/whats-new-at-the-berlin-hub-2","slug":"whats-new-at-the-berlin-hub-2","sourceDir":"blog/2021/09/25"},{"title":"Deliberately Developmental Spaces: a key to addressing the Metacrisis?","image":"/assets/images/dsc_9971_sarah_hickson.jpg","layout":"blog","data":[],"created":"2021-10-05T00:00:00.000Z","authors":["theo-cox"],"categories":["co-x","culturology","hubs","ontology","our-philosophy"],"type":"Blog","url_path":"blog/2021/10/05/deliberately-developmental-spaces-a-key-to-addressing-the-metacrisis","slug":"deliberately-developmental-spaces-a-key-to-addressing-the-metacrisis","sourceDir":"blog/2021/10/05"},{"title":"Understanding the emerging ecosystem: event at Life Itself Hub Berlin, Friday 8 Oct 2021","image":"/assets/images/Social_Change_Ecosystem.png","layout":"blog","data":[],"created":"2021-10-01T00:00:00.000Z","authors":["theo-cox"],"categories":["ecosystem-mapping"],"type":"Blog","url_path":"blog/2021/10/01/understanding-our-emerging-ecosystem-event-at-the-life-itself-berlin-hub","slug":"understanding-our-emerging-ecosystem-event-at-the-life-itself-berlin-hub","sourceDir":"blog/2021/10/01"},{"title":"State of Sensemaking Ecosystem Mapping Directory - Alpha Launch","image":"/assets/images/state-of-sensemaking-home-launch-20211012-1.png","layout":"blog","data":[],"created":"2021-10-12T00:00:00.000Z","authors":["rufuspollock"],"categories":["ecosystem-mapping"],"tags":["culturemaking","sensemaking"],"type":"Blog","url_path":"blog/2021/10/12/state-of-sensemaking-directory-alpha-launch","slug":"state-of-sensemaking-directory-alpha-launch","sourceDir":"blog/2021/10/12"},{"title":"Reflections on the 2021 Emerge Gathering","image":"/assets/images/WhatsApp-Image-2021-10-07-at-20.27.20.jpeg","layout":"blog","data":[],"created":"2021-10-19T00:00:00.000Z","authors":["theo-cox"],"categories":["community","conscious-coliving","ecosystem-mapping"],"type":"Blog","url_path":"blog/2021/10/19/reflections-on-the-2021-emerge-gathering","slug":"reflections-on-the-2021-emerge-gathering","sourceDir":"blog/2021/10/19"},{"title":"Wellbeing and a Moderate Climate Movement","image":"/assets/images/Blog-Feature-Images-24.jpg","layout":"blog","data":[],"created":"2021-10-21T00:00:00.000Z","authors":["theo-cox"],"categories":["institute","policy","sustainable-wellbeing","wellbeing"],"tags":["sustainable-well-being","wiser-policy-forum"],"type":"Blog","url_path":"blog/2021/10/21/well-being-and-a-moderate-climate-movement","slug":"well-being-and-a-moderate-climate-movement","sourceDir":"blog/2021/10/21"},{"title":"Coming soon to a podcast near you","layout":"blog","data":[],"created":"2021-10-23T00:00:00.000Z","authors":["liamaet"],"categories":["institute","shadows"],"tags":["institute"],"type":"Blog","url_path":"blog/2021/10/23/coming-soon-to-a-podcast-near-you","slug":"coming-soon-to-a-podcast-near-you","sourceDir":"blog/2021/10/23"},{"title":"Critical Point: our reason for existence in a Nutshell","layout":"blog","data":[],"created":"2021-10-25T00:00:00.000Z","authors":["rufuspollock"],"categories":["our-philosophy"],"type":"Blog","url_path":"blog/2021/10/25/critical-point-our-reason-for-existence-in-a-nutshell","slug":"critical-point-our-reason-for-existence-in-a-nutshell","sourceDir":"blog/2021/10/25"},{"title":"Social Paradigm Shifts: A Pre-Survey of the Literature","image":"/assets/images/Blog-Feature-Images-25.jpg","layout":"blog","data":[],"created":"2021-10-25T00:00:00.000Z","authors":["theo-cox"],"categories":["culturology","institute","our-philosophy"],"tags":["institute"],"type":"Blog","url_path":"blog/2021/10/25/social-paradigm-shifts-a-pre-survey-of-the-literature","slug":"social-paradigm-shifts-a-pre-survey-of-the-literature","sourceDir":"blog/2021/10/25"},{"title":"Community Hangout November 2021","image":"/assets/images/image_2021-10-30_151727.png","layout":"blog","data":[],"created":"2021-11-02T00:00:00.000Z","authors":["rufuspollock"],"categories":["community","hangouts"],"type":"Blog","url_path":"blog/2021/11/02/community-hangout-november-2021","slug":"community-hangout-november-2021","sourceDir":"blog/2021/11/02"},{"title":"A Modern Caterpillar reflecting on its metamorphosis","image":"/assets/images/1024px-A_monarch_newly_emerged_from_the_chrysalis_30776103768.jpeg","layout":"blog","data":[],"created":"2021-11-03T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["cultural-activism","ontological-politics","requiem-for-a-passing-age"],"type":"Blog","url_path":"blog/2021/11/03/a-modern-caterpillar-reflecting-on-its-metamorphosis","slug":"a-modern-caterpillar-reflecting-on-its-metamorphosis","sourceDir":"blog/2021/11/03"},{"title":"Conscious Parenting and Education Workshop - Nov 16","image":"/assets/images/conscious-parenting-workshop-true-inner-growth-for-a-true-happy-child.jpg","layout":"blog","data":[],"created":"2021-11-10T00:00:00.000Z","authors":["rufuspollock"],"categories":["conscious-parenting","events"],"type":"Blog","url_path":"blog/2021/11/10/conscious-parenting-and-education-workshop-nov-16","slug":"conscious-parenting-and-education-workshop-nov-16","sourceDir":"blog/2021/11/10"},{"title":"Goodby Institute, Hello Labs","image":"/assets/images/Screenshot-2022-11-25-at-12.35.07.png","layout":"blog","data":[],"created":"2021-11-12T00:00:00.000Z","authors":["liamaet"],"categories":["life-itself-labs"],"type":"Blog","url_path":"blog/2021/11/12/goodby-institute-hello-labs","slug":"goodby-institute-hello-labs","sourceDir":"blog/2021/11/12"},{"title":"Sunflower school / L'école des Tournesols","layout":"blog","data":[],"created":"2021-11-12T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["events","initiatives"],"type":"Blog","url_path":"blog/2021/11/12/sunflower-school-ecole-des-tournesols","slug":"sunflower-school-ecole-des-tournesols","sourceDir":"blog/2021/11/12"},{"title":"A fall update from the Berlin Hub","layout":"blog","data":[],"created":"2021-11-21T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["hubs"],"type":"Blog","url_path":"blog/2021/11/21/a-fall-update-from-the-berlin-hub","slug":"a-fall-update-from-the-berlin-hub","sourceDir":"blog/2021/11/21"},{"title":"We're Looking for the Next Amazing Addition to Our Team!","layout":"blog","data":[],"created":"2021-11-29T00:00:00.000Z","authors":["theo-cox"],"categories":["jobs","life-itself"],"tags":["hiring","jobs","team"],"type":"Blog","url_path":"blog/2021/11/29/were-looking-for-the-next-amazing-addition-to-our-team","slug":"were-looking-for-the-next-amazing-addition-to-our-team","sourceDir":"blog/2021/11/29"},{"title":"Community Hangout December 2021 - Conscious Parenting and Education","image":"/assets/images/esther-headshot-trees.jpg","layout":"blog","data":[],"created":"2021-11-30T00:00:00.000Z","authors":["rufuspollock"],"categories":["community","events","hangouts"],"type":"Blog","url_path":"blog/2021/11/30/community-hangout-december-2021","slug":"community-hangout-december-2021","sourceDir":"blog/2021/11/30"},{"title":"Mapping For Emergence: Announcing a Collaboration to Chart the Emerging Metamodern Ecosystem","image":"/assets/images/Social_Change_Ecosystem.png","layout":"blog","data":[],"created":"2021-12-09T00:00:00.000Z","authors":["theo-cox"],"categories":["ecosystem-mapping","institute"],"tags":["ecosystem-mapping"],"type":"Blog","url_path":"blog/2021/12/09/mapping-for-emergence","slug":"mapping-for-emergence","sourceDir":"blog/2021/12/09"},{"title":"Life Itself is Providing Expert Support on Environmental Data Sharing Incentives","layout":"blog","data":[],"created":"2021-12-14T00:00:00.000Z","authors":["theo-cox"],"categories":["open-revolution","policy"],"tags":["data-sharing","green-deal","open-data","remuneration-rights","shared-data"],"type":"Blog","url_path":"blog/2021/12/14/life-itself-providing-expert-support-on-environmental-data-sharing-incentives","slug":"life-itself-providing-expert-support-on-environmental-data-sharing-incentives","sourceDir":"blog/2021/12/14"},{"title":"Life Itself Conversations: Sustainable Wellbeing","layout":"blog","data":[],"created":"2021-12-17T00:00:00.000Z","authors":["liamaet"],"categories":["policy","sustainable-wellbeing","wellbeing"],"type":"Blog","url_path":"blog/2021/12/17/life-itself-conversations-sustainable-wellbeing","slug":"life-itself-conversations-sustainable-wellbeing","sourceDir":"blog/2021/12/17"},{"title":"The Case for a Sustainable Wellbeing Innovation Fund","layout":"blog","data":[],"created":"2021-12-17T00:00:00.000Z","authors":["theo-cox"],"categories":["policy","sustainable-wellbeing","wellbeing"],"type":"Blog","url_path":"blog/2021/12/17/the-case-for-a-sustainable-wellbeing-innovation-fund","slug":"the-case-for-a-sustainable-wellbeing-innovation-fund","sourceDir":"blog/2021/12/17"},{"title":"New faces at the Berlin Hub","layout":"blog","data":[],"created":"2021-12-20T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["hubs"],"tags":["berlin","berlin-hub"],"type":"Blog","url_path":"blog/2021/12/20/new-faces-at-the-berlin-hub","slug":"new-faces-at-the-berlin-hub","sourceDir":"blog/2021/12/20"},{"title":"Conservative Planning for Social Well-being","image":"/assets/images/Blog-Feature-Images-26.jpg","layout":"blog","data":[],"created":"2021-12-22T00:00:00.000Z","authors":["liamaet"],"categories":["sustainable-wellbeing"],"type":"Blog","url_path":"blog/2021/12/22/conservative-planning-for-social-well-being","slug":"conservative-planning-for-social-well-being","sourceDir":"blog/2021/12/22"},{"title":"The Politics of Sustainable Wellbeing: A Primer","image":"/assets/images/pexels-luis-del-río-15286.jpg","layout":"blog","data":[],"created":"2022-01-12T00:00:00.000Z","authors":["liamaet"],"categories":["sustainable-wellbeing"],"type":"Blog","url_path":"blog/2022/01/12/the-politics-of-sustainable-wellbeing-a-primer","slug":"the-politics-of-sustainable-wellbeing-a-primer","sourceDir":"blog/2022/01/12"},{"title":"Creativity month at the Berlin Hub","layout":"blog","data":[],"created":"2022-01-23T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["hubs"],"tags":["berlin-hub","hubs","winter"],"type":"Blog","url_path":"blog/2022/01/23/creativity-month-at-the-berlin-hub","slug":"creativity-month-at-the-berlin-hub","sourceDir":"blog/2022/01/23"},{"title":"A Teacher of Eternity: A lasting afternoon with Thich Nhat Hanh","image":"/assets/images/Thich-Nhat-Hanh.jpeg","layout":"blog","data":[],"created":"2022-02-01T00:00:00.000Z","authors":["liamaet"],"type":"Blog","url_path":"blog/2022/02/01/a-teacher-of-eternity-a-lasting-afternoon-with-thich-nhat-hanh","slug":"a-teacher-of-eternity-a-lasting-afternoon-with-thich-nhat-hanh","sourceDir":"blog/2022/02/01"},{"title":"Cultivating an Emerging Paradigm","image":"/assets/images/Blog-Feature-Images-27.jpg","layout":"blog","data":[],"created":"2022-02-01T00:00:00.000Z","authors":["rufuspollock"],"categories":["life-itself","our-philosophy"],"tags":["insight"],"type":"Blog","url_path":"blog/2022/02/01/cultivating-an-emerging-paradigm","slug":"cultivating-an-emerging-paradigm","sourceDir":"blog/2022/02/01"},{"title":"We are not here to change the world","layout":"blog","data":[],"created":"2022-02-03T00:00:00.000Z","authors":["julie-dayot"],"type":"Blog","url_path":"blog/2022/02/03/we-are-not-here-to-change-the-world","slug":"we-are-not-here-to-change-the-world","sourceDir":"blog/2022/02/03"},{"title":"Insight, Interbeing and Science, May 2022","image":"/assets/images/Mapping-Metamodern-4.png","layout":"blog","data":[],"created":"2022-02-07T00:00:00.000Z","authors":["liamaet"],"categories":["events","programs"],"type":"Blog","url_path":"blog/2022/02/07/insight-interbeing-and-science-may-2022","slug":"insight-interbeing-and-science-may-2022","sourceDir":"blog/2022/02/07"},{"title":"Life Itself Community Gathering March 2022","image":"/assets/images/Mapping-Metamodern-3.png","layout":"blog","data":[],"created":"2022-02-09T00:00:00.000Z","authors":["eilidhross"],"categories":["community","gathering"],"tags":["community","gathering"],"type":"Blog","url_path":"blog/2022/02/09/community-gathering-sprint-march-2022","slug":"community-gathering-sprint-march-2022","sourceDir":"blog/2022/02/09"},{"title":"Mapping an Emerging Ecosystem: Partnership With The Institute for Integral Studies","image":"/assets/images/Mapping-Metamodern.png","layout":"blog","data":[],"created":"2022-02-10T00:00:00.000Z","authors":["catherine-tran"],"categories":["ecosystem-mapping","institute"],"tags":["ecosystem-mapping","institute"],"type":"Blog","url_path":"blog/2022/02/10/mapping-an-emerging-ecosystem-partnership-with-the-institute-for-integral-studies","slug":"mapping-an-emerging-ecosystem-partnership-with-the-institute-for-integral-studies","sourceDir":"blog/2022/02/10"},{"title":"Stories of the Berlin Hub","layout":"blog","data":[],"created":"2022-02-23T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["community","hubs"],"tags":["berlin","berlin-hub","hubs","stories"],"type":"Blog","url_path":"blog/2022/02/23/stories-of-the-berlin-hub","slug":"stories-of-the-berlin-hub","sourceDir":"blog/2022/02/23"},{"title":"Mapping Metamodern: What is Metamodernism?","image":"/assets/images/Blog-Feature-Images-8.png","layout":"blog","data":[],"created":"2022-03-11T00:00:00.000Z","authors":["eilidhross"],"categories":["ecosystem-mapping","institute"],"type":"Blog","url_path":"blog/2022/03/11/mapping-metamodern-what-is-metamodernism","slug":"mapping-metamodern-what-is-metamodernism","sourceDir":"blog/2022/03/11"},{"title":"Making Sense of Crypto & Web3: Announcing our new initiative","image":"/assets/images/web3.jpeg","layout":"blog","data":[],"created":"2022-03-16T00:00:00.000Z","authors":["rufuspollock"],"categories":["initiatives","web3"],"type":"Blog","url_path":"blog/2022/03/16/making-sense-of-crypto-and-web3-launch","slug":"making-sense-of-crypto-and-web3-launch","sourceDir":"blog/2022/03/16"},{"title":"Mapping Metamodern: Zen","image":"/assets/images/Blog-Feature-Images-28.jpg","layout":"blog","data":[],"created":"2022-03-18T00:00:00.000Z","authors":["eilidhross"],"categories":["ecosystem-mapping","institute"],"type":"Blog","url_path":"blog/2022/03/18/mapping-metamodern-zen","slug":"mapping-metamodern-zen","sourceDir":"blog/2022/03/18"},{"title":"What about \"me\"... what about \"we\"?","layout":"blog","data":[],"created":"2022-03-25T00:00:00.000Z","authors":["lifexitself"],"categories":["events","programs"],"type":"Blog","url_path":"blog/2022/03/25/emergent-dialogue-residency-june-2022","slug":"emergent-dialogue-residency-june-2022","sourceDir":"blog/2022/03/25"},{"title":"Mapping Metamodern: Permaculture","layout":"blog","data":[],"created":"2022-03-25T00:00:00.000Z","authors":["eilidhross"],"categories":["ecosystem-mapping","institute"],"type":"Blog","url_path":"blog/2022/03/25/mapping-metamodern-permaculture","slug":"mapping-metamodern-permaculture","sourceDir":"blog/2022/03/25"},{"title":"Another month at the Berlin Hub","layout":"blog","data":[],"created":"2022-03-29T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["community","hubs"],"tags":["berlin","berlin-hub","germany","hub","update"],"type":"Blog","url_path":"blog/2022/03/29/another-month-at-the-berlin-hub","slug":"another-month-at-the-berlin-hub","sourceDir":"blog/2022/03/29"},{"title":"Mapping Metamodern: Alternative Economics","layout":"blog","data":[],"created":"2022-04-01T00:00:00.000Z","authors":["eilidhross"],"categories":["ecosystem-mapping","institute"],"type":"Blog","url_path":"blog/2022/04/01/mapping-metamodern-alternative-economics","slug":"mapping-metamodern-alternative-economics","sourceDir":"blog/2022/04/01"},{"title":"Mapping Metamodern: Alternative Governance","layout":"blog","data":[],"created":"2022-04-08T00:00:00.000Z","authors":["eilidhross"],"categories":["ecosystem-mapping","institute"],"type":"Blog","url_path":"blog/2022/04/08/mapping-metamodern-alternative-governance","slug":"mapping-metamodern-alternative-governance","sourceDir":"blog/2022/04/08"},{"title":"Mapping Metamodern: Psychotherapy","layout":"blog","data":[],"created":"2022-04-22T00:00:00.000Z","authors":["eilidhross"],"categories":["ecosystem-mapping","institute"],"type":"Blog","url_path":"blog/2022/04/22/mapping-metamodern-psychotherapy","slug":"mapping-metamodern-psychotherapy","sourceDir":"blog/2022/04/22"},{"title":"A Benefit Concert at the Berlin Hub","image":"/assets/images/Blog-Feature-Images-1.jpg","layout":"blog","data":[],"created":"2022-04-25T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["community","hubs"],"tags":["berlin","berlin-hub","sen","ukraine"],"type":"Blog","url_path":"blog/2022/04/25/a-benefit-concert-at-the-berlin-hub","slug":"a-benefit-concert-at-the-berlin-hub","sourceDir":"blog/2022/04/25"},{"title":"Reflections on the Making Eco-Spirituality Accessible Residency","image":"/assets/images/Blog-Feature-Images-2.jpg","layout":"blog","data":[],"created":"2022-04-25T00:00:00.000Z","authors":["eilidhross"],"categories":["community","life-itself"],"type":"Blog","url_path":"blog/2022/04/25/reflections-on-the-making-eco-spirituality-accessible-residency","slug":"reflections-on-the-making-eco-spirituality-accessible-residency","sourceDir":"blog/2022/04/25"},{"title":"Mapping Metamodern: Buddhism","layout":"blog","data":[],"created":"2022-04-29T00:00:00.000Z","authors":["eilidhross"],"categories":["ecosystem-mapping","institute"],"type":"Blog","url_path":"blog/2022/04/29/mapping-metamodern-buddhism","slug":"mapping-metamodern-buddhism","sourceDir":"blog/2022/04/29"},{"title":"Art, Religion and the Climate Crisis - Part I","image":"/assets/images/malcom-X-praying-paint-by-numbers-e1652077083711.jpeg","layout":"blog","data":[],"created":"2022-05-03T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["art","ontological-politics","our-philosophy","religion"],"type":"Blog","url_path":"blog/2022/05/03/art-religion-and-the-climate-crisis","slug":"art-religion-and-the-climate-crisis","sourceDir":"blog/2022/05/03"},{"title":"Crypto: can these financial perpetual motion machines work?","image":"/assets/images/Blog-Feature-Images-7.png","layout":"blog","data":[],"created":"2022-05-21T00:00:00.000Z","authors":["eilidhross"],"categories":["institute","web3"],"type":"Blog","url_path":"blog/2022/05/21/crypto-can-these-financial-perpetual-motion-machines-work","slug":"crypto-can-these-financial-perpetual-motion-machines-work","sourceDir":"blog/2022/05/21"},{"title":"Genesis in Three Performances","image":"/assets/images/20220320_220109.jpeg","layout":"blog","data":[],"created":"2022-05-24T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["art","cultural-activism","requiem-for-a-passing-age"],"type":"Blog","url_path":"blog/2022/05/24/genesis-in-three-performances","slug":"genesis-in-three-performances","sourceDir":"blog/2022/05/24"},{"title":"Reclaiming Spaciousness: Reflections On The Conscious Food Workshop","layout":"blog","data":[],"created":"2022-05-25T00:00:00.000Z","authors":["valerie"],"type":"Blog","url_path":"blog/2022/05/25/reclaiming-spaciousness-reflections-on-conscious-food-workshop","slug":"reclaiming-spaciousness-reflections-on-conscious-food-workshop","sourceDir":"blog/2022/05/25"},{"title":"Lessons in Engaged Symbiosis","image":"/assets/images/Picture-2.jpg","layout":"blog","data":[],"created":"2022-05-26T00:00:00.000Z","authors":["eilidhross"],"categories":["hubs"],"type":"Blog","url_path":"blog/2022/05/26/lessons-in-engaged-symbiosis","slug":"lessons-in-engaged-symbiosis","sourceDir":"blog/2022/05/26"},{"title":"Life Itself Summer Gathering 2022","layout":"blog","data":[],"created":"2022-05-26T00:00:00.000Z","authors":["catherine-tran"],"categories":["gathering"],"type":"Blog","url_path":"blog/2022/05/26/life-itself-summer-gathering-2022","slug":"life-itself-summer-gathering-2022","sourceDir":"blog/2022/05/26"},{"title":"Reflections on Sympoiesis #6: Insight, Interbeing and Science","image":"/assets/images/Blog-Feature-Images-11.png","layout":"blog","data":[],"created":"2022-05-26T00:00:00.000Z","authors":["eilidhross"],"categories":["residency"],"type":"Blog","url_path":"blog/2022/05/26/reflections-on-sympoiesis-6-insight-interbeing-and-science","slug":"reflections-on-sympoiesis-6-insight-interbeing-and-science","sourceDir":"blog/2022/05/26"},{"title":"Mapping Metamodern: Integral","image":"/assets/images/Blog-Feature-Images-41.png","layout":"blog","data":[],"created":"2022-05-27T00:00:00.000Z","authors":["eilidhross"],"categories":["ecosystem-mapping","institute"],"type":"Blog","url_path":"blog/2022/05/27/mapping-metamodern-integral","slug":"mapping-metamodern-integral","sourceDir":"blog/2022/05/27"},{"title":"Self-Burning Confronts Us With Radical Concern, If We Let It.","image":"/assets/images/Blog-Feature-Images.jpg","layout":"blog","data":[],"created":"2022-04-30T00:00:00.000Z","authors":["liamaet"],"type":"Blog","url_path":"blog/2022/04/30/self-burning-confronts-us-with-radical-concern-if-we-let-it","slug":"self-burning-confronts-us-with-radical-concern-if-we-let-it","sourceDir":"blog/2022/04/30"},{"title":"Embodying Collective Transformation with Karl Steyaert","image":"/assets/images/Youtube-Thumbnail-Template-4-2.png","layout":"blog","data":[],"created":"2022-06-09T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast","residency"],"tags":["podcast"],"type":"Blog","url_path":"blog/2022/06/09/embodying-collective-transformation-with-karl-steyaert","slug":"embodying-collective-transformation-with-karl-steyaert","sourceDir":"blog/2022/06/09"},{"title":"Exploring Social Transformation","image":"/assets/images/Youtube-Thumbnail-Template-3.png","layout":"blog","data":[],"created":"2022-06-09T00:00:00.000Z","authors":["eilidhross"],"categories":["life-itself-labs","podcast"],"type":"Blog","url_path":"blog/2022/06/09/exploring-social-transformation","slug":"exploring-social-transformation","sourceDir":"blog/2022/06/09"},{"title":"Launch announcement: Life Itself Labs","image":"/assets/images/Screenshot-2022-06-09-at-14.51.41.png","layout":"blog","data":[],"created":"2022-06-09T00:00:00.000Z","authors":["theo-cox"],"categories":["life-itself-labs"],"type":"Blog","url_path":"blog/2022/06/09/launch-announcement-life-itself-labs","slug":"launch-announcement-life-itself-labs","sourceDir":"blog/2022/06/09"},{"title":"Collective Practice and the Life Itself Open Residency","image":"/assets/images/Blog-Feature-Images-17.png","layout":"blog","data":[],"created":"2022-06-15T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast","residency"],"type":"Blog","url_path":"blog/2022/06/15/collective-practice-and-the-life-itself-open-residency","slug":"collective-practice-and-the-life-itself-open-residency","sourceDir":"blog/2022/06/15"},{"title":"Tending the seeds of a \"new\" culture — Hope, History, and Humility","image":"/assets/images/Blog-Feature-Images-21.png","layout":"blog","data":[],"created":"2022-06-17T00:00:00.000Z","authors":["liamaet"],"categories":["contemplative-activism"],"type":"Blog","url_path":"blog/2022/06/17/history-humility-and-the-seeds-of-a-new-culture","slug":"history-humility-and-the-seeds-of-a-new-culture","sourceDir":"blog/2022/06/17"},{"title":"Collective Practice with Valérie Duvauchelle","image":"/assets/images/Blog-Feature-Images-22.png","layout":"blog","data":[],"created":"2022-06-20T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast","residency"],"type":"Blog","url_path":"blog/2022/06/20/collective-practice-with-valerie-duvauchelle","slug":"collective-practice-with-valerie-duvauchelle","sourceDir":"blog/2022/06/20"},{"title":"Brendan Graham Dempsey on The Meaning Crisis & Metamodern Spirituality","image":"/assets/images/33.jpg","layout":"blog","data":[],"created":"2022-06-21T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast"],"type":"Blog","url_path":"blog/2022/06/21/brendan-graham-dempsey-on-the-meaning-crisis-metamodern-spirituality","slug":"brendan-graham-dempsey-on-the-meaning-crisis-metamodern-spirituality","sourceDir":"blog/2022/06/21"},{"title":"People and Practice at the Berlin Hub","layout":"blog","data":[],"created":"2022-06-25T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["community","hubs"],"tags":["berlin","berlin-hub","hubs","practices-hubs"],"type":"Blog","url_path":"blog/2022/06/25/people-and-practice-at-the-berlin-hub","slug":"people-and-practice-at-the-berlin-hub","sourceDir":"blog/2022/06/25"},{"title":"June Wrapped","image":"/assets/images/Blog-Feature-Images-24.png","layout":"blog","data":[],"created":"2022-06-30T00:00:00.000Z","authors":["eilidhross"],"categories":["newsletter"],"type":"Blog","url_path":"blog/2022/06/30/june-wrapped","slug":"june-wrapped","sourceDir":"blog/2022/06/30"},{"title":"Hannah Close on Animism, Kinship, and the Social Change Ecosystem","image":"/assets/images/Youtube-Thumbnail-Template-2.jpg","layout":"blog","data":[],"created":"2022-07-12T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast"],"type":"Blog","url_path":"blog/2022/07/12/hannah-close-on-animism-kinship-and-the-social-change-ecosystem","slug":"hannah-close-on-animism-kinship-and-the-social-change-ecosystem","sourceDir":"blog/2022/07/12"},{"title":"Art & Eco-spirituality Event / L’Exposition L'Art & L’Eco-spiritualité 27 Aug 2022","layout":"blog","data":[],"created":"2022-07-15T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["art","events"],"type":"Blog","url_path":"blog/2022/07/15/art-eco-spirituality-aug-2022","slug":"art-eco-spirituality-aug-2022","sourceDir":"blog/2022/07/15"},{"title":"Geoff Mulgan on Reigniting Social and Political Imagination","image":"/assets/images/Youtube-Thumbnail-Template-4.jpg","layout":"blog","data":[],"created":"2022-07-26T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast"],"type":"Blog","url_path":"blog/2022/07/26/geoff-mulgan-on-reigniting-social-and-political-imagination","slug":"geoff-mulgan-on-reigniting-social-and-political-imagination","sourceDir":"blog/2022/07/26"},{"title":"July Wrapped","image":"/assets/images/497295a2-6fd4-436c-9867-73c1dd2ac12b-1.jpg","layout":"blog","data":[],"created":"2022-07-28T00:00:00.000Z","authors":["eilidhross"],"categories":["newsletter"],"type":"Blog","url_path":"blog/2022/07/28/july-wrapped","slug":"july-wrapped","sourceDir":"blog/2022/07/28"},{"title":"Musings on Living in Community","image":"/assets/images/Untitled1-1.png","layout":"blog","data":[],"created":"2022-07-29T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["hubs"],"type":"Blog","url_path":"blog/2022/07/29/musings-on-living-in-community","slug":"musings-on-living-in-community","sourceDir":"blog/2022/07/29"},{"title":"Jeremy Lent on Interconnection & Shifting Worldviews","image":"/assets/images/maxresdefault.jpeg","layout":"blog","data":[],"created":"2022-08-09T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast"],"type":"Blog","url_path":"blog/2022/08/09/jeremy-lent-on-interconnection-shifting-worldviews","slug":"jeremy-lent-on-interconnection-shifting-worldviews","sourceDir":"blog/2022/08/09"},{"title":"The New School at Commonweal with Rufus Pollock","image":"/assets/images/Youtube-Thumbnail-Template-6.jpg","layout":"blog","data":[],"created":"2022-08-16T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast"],"type":"Blog","url_path":"blog/2022/08/16/the-new-school-at-commonweal-with-rufus-pollock","slug":"the-new-school-at-commonweal-with-rufus-pollock","sourceDir":"blog/2022/08/16"},{"title":"Life Itself August 2022 Newsletter","image":"/assets/images/Blog-Feature-Images-29.jpg","layout":"blog","data":[],"created":"2022-08-25T00:00:00.000Z","authors":["eilidhross"],"categories":["newsletter"],"type":"Blog","url_path":"blog/2022/08/25/august-wrapped","slug":"august-wrapped","sourceDir":"blog/2022/08/25"},{"title":"The first goodbye before new beginnings","image":"/assets/images/Amee-fw.jpg","layout":"blog","data":[],"created":"2022-08-25T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["hubs"],"tags":["berlin","berlin-hub","hub","hubs","practices-hubs"],"type":"Blog","url_path":"blog/2022/08/25/the-first-goodbye-before-new-beginnings","slug":"the-first-goodbye-before-new-beginnings","sourceDir":"blog/2022/08/25"},{"title":"Hope after disillusion","layout":"blog","data":[],"created":"2022-09-01T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["shadows"],"type":"Blog","url_path":"blog/2022/09/01/hope-after-dissillusion","slug":"hope-after-dissillusion","sourceDir":"blog/2022/09/01"},{"title":"After the Art & Eco-spirituality event: What will the future be made of? \"Nothing\"","layout":"blog","data":[],"created":"2022-09-02T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["art","events"],"type":"Blog","url_path":"blog/2022/09/02/what-will-the-future-be-made-of-nothing","slug":"what-will-the-future-be-made-of-nothing","sourceDir":"blog/2022/09/02"},{"title":"Vipassana Meditation: A Sensational Detachment","image":"/assets/images/Blog-Feature-Images.jpg","layout":"blog","data":[],"created":"2022-09-15T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["wisdom"],"type":"Blog","url_path":"blog/2022/09/15/vipassana-meditation-a-sensational-detachment","slug":"vipassana-meditation-a-sensational-detachment","sourceDir":"blog/2022/09/15"},{"title":"Exploring Social Transformation: Series Wrap-Up","image":"/assets/images/Youtube-Thumbnail-Template-7.jpg","layout":"blog","data":[],"created":"2022-09-29T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast"],"type":"Blog","url_path":"blog/2022/09/29/exploring-social-transformation-series-wrap-up","slug":"exploring-social-transformation-series-wrap-up","sourceDir":"blog/2022/09/29"},{"title":"Update from the Bergerac Hub: Embodying Collective Transformation","image":"/assets/images/Blog-Feature-Images-31.jpg","layout":"blog","data":[],"created":"2022-09-29T00:00:00.000Z","authors":["eilidhross"],"categories":["residency"],"type":"Blog","url_path":"blog/2022/09/29/update-from-the-bergerac-hub-embodying-collective-transformation","slug":"update-from-the-bergerac-hub-embodying-collective-transformation","sourceDir":"blog/2022/09/29"},{"title":"Celebrating a Year of Residencies","image":"/assets/images/Blog-Feature-Images-29.jpg","layout":"blog","data":[],"created":"2022-10-03T00:00:00.000Z","authors":["valerie"],"categories":["hubs","residency"],"type":"Blog","url_path":"blog/2022/10/03/celebrating-a-year-of-residencies","slug":"celebrating-a-year-of-residencies","sourceDir":"blog/2022/10/03"},{"title":"Contemplative Activism Residency: a month well lived","image":"/assets/images/Blog-Feature-Images-32.jpg","layout":"blog","data":[],"created":"2022-10-06T00:00:00.000Z","authors":["eilidhross"],"categories":["contemplative-activism","residency"],"type":"Blog","url_path":"blog/2022/10/06/contemplative-activism-residency-a-month-well-lived","slug":"contemplative-activism-residency-a-month-well-lived","sourceDir":"blog/2022/10/06"},{"title":"Ecosystem Mapping Update","image":"/assets/images/visualization-.png","layout":"blog","data":[],"created":"2022-10-25T00:00:00.000Z","authors":["theo-cox"],"categories":["ecosystem-mapping"],"type":"Blog","url_path":"blog/2022/10/25/ecosystem-mapping-update","slug":"ecosystem-mapping-update","sourceDir":"blog/2022/10/25"},{"title":"Reflecting on Embodying Collective Transformation","image":"/assets/images/IMG_9736.jpg","layout":"blog","data":[],"created":"2022-11-11T00:00:00.000Z","authors":["eilidhross"],"categories":["residency"],"type":"Blog","url_path":"blog/2022/11/11/embodying-collective-transformation-transform-what","slug":"embodying-collective-transformation-transform-what","sourceDir":"blog/2022/11/11"},{"title":"Tenzo note #2: the habitat of billions of beings","image":"/assets/images/Blog-Feature-Images-33-1.jpg","layout":"blog","data":[],"created":"2022-11-24T00:00:00.000Z","authors":["valerie"],"categories":["conscious-food"],"type":"Blog","url_path":"blog/2022/11/24/tenzo-note-2-the-habitat-of-billions-of-beings","slug":"tenzo-note-2-the-habitat-of-billions-of-beings","sourceDir":"blog/2022/11/24"},{"title":"Joseph Henrich and the Emergence of a (Rigorous) Culturology","image":"/assets/images/Youtube-Thumbnail-Template-8.jpg","layout":"blog","data":[],"created":"2022-11-25T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast"],"type":"Blog","url_path":"blog/2022/11/25/joseph-henrich-and-the-emergence-of-a-rigorous-culturology","slug":"joseph-henrich-and-the-emergence-of-a-rigorous-culturology","sourceDir":"blog/2022/11/25"},{"title":"Tenzo note #1: hunger in community","image":"/assets/images/Blog-Feature-Images-30.jpg","layout":"blog","data":[],"created":"2022-10-27T00:00:00.000Z","authors":["valerie"],"categories":["community","conscious-food"],"type":"Blog","url_path":"blog/2022/10/27/hunger-in-community","slug":"hunger-in-community","sourceDir":"blog/2022/10/27"},{"title":"Thomas Steininger on Emergent Dialogue and Transcending Individualism","image":"/assets/images/Youtube-Thumbnail-Template-9.jpg","layout":"blog","data":[],"created":"2022-12-08T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast"],"type":"Blog","url_path":"blog/2022/12/08/thomas-steininger-on-emergent-dialogue-and-transcending-individualism","slug":"thomas-steininger-on-emergent-dialogue-and-transcending-individualism","sourceDir":"blog/2022/12/08"},{"title":"Embodying Collective Transformation: reflections and highlights","image":"/assets/images/Blog-Feature-Images-36.jpg","layout":"blog","data":[],"created":"2022-12-15T00:00:00.000Z","authors":["eilidhross"],"categories":["residency"],"type":"Blog","url_path":"blog/2022/12/15/embodying-collective-transformation-reflections-and-highlights","slug":"embodying-collective-transformation-reflections-and-highlights","sourceDir":"blog/2022/12/15"},{"title":"Life Itself Labs: highlights and achievements of 2022","image":"/assets/images/Screenshot-2022-11-25-at-12.35.07.png","layout":"blog","data":[],"created":"2022-12-15T00:00:00.000Z","authors":["theo-cox"],"categories":["life-itself-labs"],"type":"Blog","url_path":"blog/2022/12/15/life-itself-labs-year-end-review","slug":"life-itself-labs-year-end-review","sourceDir":"blog/2022/12/15"},{"title":"Join the first Berlin Hub Residency!","image":"/assets/images/WhatsApp-Image-2022-12-20-at-14.34.58-1.jpeg","layout":"blog","data":[],"created":"2022-12-20T00:00:00.000Z","authors":["iljad20a2d59ebb"],"categories":["hubs","residency"],"tags":["berlin","berlin-hub","hubs","regeneration","residency"],"type":"Blog","url_path":"blog/2022/12/20/join-the-first-berlin-hub-residency","slug":"join-the-first-berlin-hub-residency","sourceDir":"blog/2022/12/20"},{"title":"Dr Jeffery Martin on A Scientific Approach to Awakening and Fundamental Wellbeing","image":"/assets/images/Youtube-Thumbnail-Template-11.jpg","layout":"blog","data":[],"created":"2023-01-19T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast"],"type":"Blog","url_path":"blog/2023/01/19/a-scientific-approach-to-awakening-and-fundamental-wellbeing","slug":"a-scientific-approach-to-awakening-and-fundamental-wellbeing","sourceDir":"blog/2023/01/19"},{"title":"Tenzo Note #3: The Posture","image":"/assets/images/posture-pic-1.jpeg","layout":"blog","data":[],"created":"2023-01-26T00:00:00.000Z","authors":["valerie"],"categories":["conscious-food"],"type":"Blog","url_path":"blog/2023/01/26/tenzo-note-3-the-posture","slug":"tenzo-note-3-the-posture","sourceDir":"blog/2023/01/26"},{"title":"Esther Montmany on Conscious Parenting","image":"/assets/images/Youtube-Thumbnail-Template-12.jpg","layout":"blog","data":[],"created":"2023-01-30T00:00:00.000Z","authors":["eilidhross"],"categories":["podcast"],"type":"Blog","url_path":"blog/2023/01/31/esther-montmany-on-conscious-parenting","slug":"esther-montmany-on-conscious-parenting","sourceDir":"blog/2023/01/31"},{"title":"Are you are digital storyteller & communications superstar?","image":"/assets/images/communications-2023-feature-image.jpg","layout":"blog","data":[],"created":"2023-02-06T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["jobs"],"type":"Blog","url_path":"blog/2023/02/06/communications-role-hire-2023","slug":"communications-role-hire-2023","sourceDir":"blog/2023/02/06"},{"title":"New Community Chat for Life Itself Community","image":"/assets/images/new-community-chat.jpg","layout":"blog","data":[],"created":"2023-02-13T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["updates"],"type":"Blog","url_path":"blog/2023/02/13/new-community-chat","slug":"new-community-chat","sourceDir":"blog/2023/02/13"},{"title":"Tenzo Note #4: A Reflection From The Last Food Events At The Praxis Hub","image":"/assets/images/tenzo-note-4.jpg","layout":"blog","data":[],"created":"2023-02-24T00:00:00.000Z","authors":["liu-bauer","valerie"],"categories":["conscious-food"],"type":"Blog","url_path":"blog/2023/02/24/tenzo-note-4","slug":"tenzo-note-4","sourceDir":"blog/2023/02/24"},{"title":"We Just Launched the Internet's Most Rigorous Guide to Web3 and Crypto","image":"/assets/images/web3.jpeg","layout":"blog","data":[],"created":"2023-02-27T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["updates","web3"],"type":"Blog","url_path":"blog/2023/02/27/web3-crypto-guide-launch","slug":"web3-crypto-guide-launch","sourceDir":"blog/2023/02/27"},{"title":"Food, Touch & Care - Community Call with Madelaine Ley","image":"/assets/images/blog-image-food-touch-and-care.jpg","layout":"blog","data":[],"created":"2023-03-17T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["community call"],"type":"Blog","url_path":"blog/2023/03/17/food-touch-and-care","slug":"food-touch-and-care","sourceDir":"blog/2023/03/17"},{"title":"Tenzo Note #5: How do we feed ourselves when scarcity becomes our reality?","image":"/assets/images/tenzo-note-5-image.svg","layout":"blog","data":[],"created":"2023-03-31T00:00:00.000Z","authors":["valerie"],"categories":["conscious-food"],"type":"Blog","url_path":"blog/2023/03/31/tenzo-note-5","slug":"tenzo-note-5","sourceDir":"blog/2023/03/31"},{"layout":"people","data":[],"id":"artearthtech","name":"artearthtech","avatar":"/_flowershow/avatarplaceholder.png","type":"Person","url_path":"people/artearthtech","slug":"artearthtech","sourceDir":"people"},{"layout":"people","data":[],"id":"catherine-tran","name":"Catherine Tran","avatar":"/assets/images/Catherine-bio.png","type":"Person","url_path":"people/catherine-tran","slug":"catherine-tran","sourceDir":"people"},{"layout":"people","data":[],"id":"charley-lee","name":"Charley Lee","avatar":"/_flowershow/avatarplaceholder.png","type":"Person","url_path":"people/charley-lee","slug":"charley-lee","sourceDir":"people"},{"layout":"people","data":[],"id":"eilidhross","name":"Eilidh Ross","avatar":"/assets/images/IMG_6159-scaled-e1653305020765.jpg","type":"Person","url_path":"people/eilidhross","slug":"eilidhross","sourceDir":"people"},{"layout":"people","data":[],"id":"elisalifeitself","name":"Elisa Paka","avatar":"/_flowershow/avatarplaceholder.png","type":"Person","url_path":"people/elisalifeitself","slug":"elisalifeitself","sourceDir":"people"},{"layout":"people","data":[],"id":"iljad20a2d59ebb","name":"Ilja Maiber","avatar":"/assets/images/Ilja-profile-2.jpeg","type":"Person","url_path":"people/iljad20a2d59ebb","slug":"iljad20a2d59ebb","sourceDir":"people"},{"layout":"people","data":[],"id":"james-davies-warner","name":"James Davies-Warner","avatar":"/assets/images/james-headshot-1.jpg","type":"Person","url_path":"people/james-davies-warner","slug":"james-davies-warner","sourceDir":"people"},{"layout":"people","data":[],"id":"jamesredenbaugh","name":"James Redenbaugh","avatar":"/_flowershow/avatarplaceholder.png","type":"Person","url_path":"people/jamesredenbaugh","slug":"jamesredenbaugh","sourceDir":"people"},{"layout":"people","data":[],"id":"joe-hughes","name":"Joe Hughes","avatar":"/_flowershow/avatarplaceholder.png","type":"Person","url_path":"people/joe-hughes","slug":"joe-hughes","sourceDir":"people"},{"layout":"people","data":[],"id":"julie-dayot","name":"Julie Dayot","avatar":"/_flowershow/avatarplaceholder.png","type":"Person","url_path":"people/julie-dayot","slug":"julie-dayot","sourceDir":"people"},{"layout":"people","data":[],"id":"khalil-ali","name":"Khalil Ali","avatar":"/_flowershow/avatarplaceholder.png","type":"Person","url_path":"people/khalil-ali","slug":"khalil-ali","sourceDir":"people"},{"layout":"people","data":[],"id":"liamaet","name":"Liam Kavanagh","avatar":"/assets/images/liam-Cropped.jpg","type":"Person","url_path":"people/liamaet","slug":"liamaet","sourceDir":"people"},{"layout":"people","data":[],"id":"lifexitself","name":"Life Itself","avatar":"/_flowershow/avatarplaceholder.png","type":"Person","url_path":"people/lifexitself","slug":"lifexitself","sourceDir":"people"},{"layout":"people","data":[],"id":"liu-bauer","name":"Liu Bauer","avatar":"/assets/images/liu-bauer.jpeg","type":"Person","url_path":"people/liu-bauer","slug":"liu-bauer","sourceDir":"people"},{"layout":"people","data":[],"id":"marc-santolini","name":"Marc Santolini","avatar":"/assets/images/marc-santolini.jpeg","type":"Person","url_path":"people/marc-santolini","slug":"marc-santolini","sourceDir":"people"},{"layout":"people","data":[],"id":"nareshgg7","name":"Naresh Giangrande","avatar":"/_flowershow/avatarplaceholder.png","type":"Person","url_path":"people/nareshgg7","slug":"nareshgg7","sourceDir":"people"},{"layout":"people","data":[],"id":"nathen-fitchen","name":"Nathen Fitchen","avatar":"/assets/images/Untitled-design.png","type":"Person","url_path":"people/nathen-fitchen","slug":"nathen-fitchen","sourceDir":"people"},{"layout":"people","data":[],"id":"petronellac3ecd0923b","name":"Petronella Tyson","avatar":"/assets/images/petronellacopy.jpg.jpg","type":"Person","url_path":"people/petronellac3ecd0923b","slug":"petronellac3ecd0923b","sourceDir":"people"},{"layout":"people","data":[],"id":"rufuspollock","name":"Rufus Pollock","avatar":"/assets/images/Rufus-Pollock-684x684-1.png","type":"Person","url_path":"people/rufuspollock","slug":"rufuspollock","sourceDir":"people"},{"layout":"people","data":[],"id":"sen-zhan","name":"Sen Zhan","avatar":"/assets/images/Sen-scaled.jpg","type":"Person","url_path":"people/sen-zhan","slug":"sen-zhan","sourceDir":"people"},{"layout":"people","data":[],"id":"sophie84d503f875","name":"Sophie Kirkham","avatar":"/_flowershow/avatarplaceholder.png","type":"Person","url_path":"people/sophie84d503f875","slug":"sophie84d503f875","sourceDir":"people"},{"layout":"people","data":[],"id":"sylvieshiweibarbier","name":"Sylvie Shiwei Barbier","avatar":"/assets/images/Sylvie-Barbier-800x800-1.jpg","type":"Person","url_path":"people/sylvieshiweibarbier","slug":"sylvieshiweibarbier","sourceDir":"people"},{"layout":"people","data":[],"id":"theo-cox","name":"Theo Cox","avatar":"/assets/images/Theo-cropped-1.jpeg","type":"Person","url_path":"people/theo-cox","slug":"theo-cox","sourceDir":"people"},{"layout":"people","data":[],"id":"valerie","name":"Valerie Duvauchelle","avatar":"/assets/images/Valerie-profile.jpg","type":"Person","url_path":"people/valerie","slug":"valerie","sourceDir":"people"},{"layout":"people","data":[],"id":"zaibul-nisa","name":"Zaibul Nisa","avatar":"/assets/images/profile-image-zaib.jpg","type":"Person","url_path":"people/zaibul-nisa","slug":"zaibul-nisa","sourceDir":"people"},{"title":"A Macroeconomics Perspective on Cryptocurrencies","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1651500141166-aa5350267fe9b.jpg","layout":"podcast","data":[],"date":"2022-05-03T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/51404580/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F51404580%2Fa4053d391f9d4ea34608169ca6682d89.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/A-Macroeconomics-Perspective-on-Cryptocurrencies","slug":"A-Macroeconomics-Perspective-on-Cryptocurrencies","sourceDir":"podcast"},{"title":"Are Cryptocurrencies Securities? The Nature of Securities & Their Relation to Crypto Tokens with Stephen Diehl","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1647398581507-70e4f34b7fc3c.jpg","layout":"podcast","data":[],"date":"2022-03-16T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/49119881/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F49119881%2F6c0eb2aced51f4e45cb2457289daa4de.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Are-Cryptocurrencies-Securities--The-Nature-of-Securities--Their-Relation-to-Crypto-Tokens-with-Stephen-Diehl","slug":"Are-Cryptocurrencies-Securities--The-Nature-of-Securities--Their-Relation-to-Crypto-Tokens-with-Stephen-Diehl","sourceDir":"podcast"},{"title":"Bitcoin as an Anti-Authoritarian Force","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1651658027838-405f0dc84e5fb.jpg","layout":"podcast","data":[],"date":"2022-05-10T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/51500464/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F51500464%2Fec5b0e5670a1eb6fe5afafed24851609.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Bitcoin-as-an-Anti-Authoritarian-Force","slug":"Bitcoin-as-an-Anti-Authoritarian-Force","sourceDir":"podcast"},{"title":"Brendan Graham Dempsey & Nathen Fitchen on The Meaning Crisis & Metamodern Spirituality","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1655479319602-7088ccf0fe61c.jpg","layout":"podcast","data":[],"date":"2022-06-21T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/53631989/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F53631989%2F7f91bf84cad85fb9ee22225ecd8593c9.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Brendan-Graham-Dempsey--Nathen-Fitchen-on-The-Meaning-Crisis--Metamodern-Spirituality","slug":"Brendan-Graham-Dempsey--Nathen-Fitchen-on-The-Meaning-Crisis--Metamodern-Spirituality","sourceDir":"podcast"},{"title":"Collective Action Problems & Climate Change","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1649860834447-fb5681419e499.jpg","layout":"podcast","data":[],"date":"2022-04-13T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/50536078/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F50536078%2F5559f786f77480203f7ef18de2b39505.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Collective-Action-Problems--Climate-Change","slug":"Collective-Action-Problems--Climate-Change","sourceDir":"podcast"},{"title":"Collective Practice and the Life Itself Open Residency with Valérie Duvauchelle","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1655230161532-6b963967363b8.jpg","layout":"podcast","data":[],"date":"2022-06-14T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/53485695/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F53485695%2F24da0f373195fbf338804a952df0d851.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Collective-Practice-and-the-Life-Itself-Open-Residency-with-Valrie-Duvauchelle","slug":"Collective-Practice-and-the-Life-Itself-Open-Residency-with-Valrie-Duvauchelle","sourceDir":"podcast"},{"title":"Cory Doctorow on Blockchain, Crypto & Web3","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1650968718892-dd280691af09b.jpg","layout":"podcast","data":[],"date":"2022-04-26T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/51113908/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F51113908%2F9c83f41eb653c91426f2d4967ee4bd24.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Cory-Doctorow-on-Blockchain--Crypto--Web3","slug":"Cory-Doctorow-on-Blockchain--Crypto--Web3","sourceDir":"podcast"},{"title":"Crypto, Traders and Unfettered Financial Markets with Stephen Diehl","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1646896513325-ca5beba398c3.jpg","layout":"podcast","data":[],"date":"2022-03-10T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/48829965/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F48829965%2F4ee9406b0a8517bf4b93b242cf51fcd1.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Crypto--Traders-and-Unfettered-Financial-Markets-with-Stephen-Diehl","slug":"Crypto--Traders-and-Unfettered-Financial-Markets-with-Stephen-Diehl","sourceDir":"podcast"},{"title":"Embodying Collective Transformation with Karl Steyaert","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1654601010984-cd0cc6c651b89.jpg","layout":"podcast","data":[],"date":"2022-06-07T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/53139972/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F53139972%2F08060f7b22e487b2aa51e2566101edb4.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Embodying-Collective-Transformation-with-Karl-Steyaert","slug":"Embodying-Collective-Transformation-with-Karl-Steyaert","sourceDir":"podcast"},{"title":"Exploring Social Transformation & Life Itself Labs","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1653574808835-1f1ba0b842abf.jpg","layout":"podcast","data":[],"date":"2022-05-31T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/52593282/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F52593282%2F8e27c12a4e8b97eba2bf05c0e438400c.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Exploring-Social-Transformation--Life-Itself-Labs","slug":"Exploring-Social-Transformation--Life-Itself-Labs","sourceDir":"podcast"},{"title":"Exploring Social Transformation: Series Wrap-Up","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1664298241088-0b43e1ebb7755.jpg","layout":"podcast","data":[],"date":"2022-09-28T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/58214617/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F58214617%2F9007fada67b037d77a56dbd64a26808d.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Exploring-Social-Transformation-Series-Wrap-Up","slug":"Exploring-Social-Transformation-Series-Wrap-Up","sourceDir":"podcast"},{"title":"Fintech Incrementalism and Responsible Innovation","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1649084649911-3896ea9cbfba3.jpg","layout":"podcast","data":[],"date":"2022-04-04T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/50085406/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F50085406%2F1ff5a2b0f3708733e19a4baab7e7ca9e.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Fintech-Incrementalism-and-Responsible-Innovation","slug":"Fintech-Incrementalism-and-Responsible-Innovation","sourceDir":"podcast"},{"title":"Geoff Mulgan on Reigniting Social and Political Imagination","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1658843635163-7b2a35d93d7a4.jpg","layout":"podcast","data":[],"date":"2022-07-26T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/55297463/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F55297463%2F0633c3de4a6d29144bc3883468e22da5.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Geoff-Mulgan-on-Reigniting-Social-and-Political-Imagination","slug":"Geoff-Mulgan-on-Reigniting-Social-and-Political-Imagination","sourceDir":"podcast"},{"title":"Hannah Close on Animism, Kinship, and the Social Change Ecosystem","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1657630501876-f14d168b10484.jpg","layout":"podcast","data":[],"date":"2022-07-12T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/54720887/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F54720887%2F29d0be848757593349b2af9ad25ef4c4.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Hannah-Close-on-Animism--Kinship--and-the-Social-Change-Ecosystem","slug":"Hannah-Close-on-Animism--Kinship--and-the-Social-Change-Ecosystem","sourceDir":"podcast"},{"title":"Hypha DAO & Life Itself in Conversation","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1659108439914-2d39bf6ff2bd1.jpg","layout":"podcast","data":[],"date":"2022-08-02T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/55483333/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F55483333%2Fd1f1c04769279130ee16e0c041c27e98.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Hypha-DAO--Life-Itself-in-Conversation","slug":"Hypha-DAO--Life-Itself-in-Conversation","sourceDir":"podcast"},{"title":"Jeremy Lent on Interconnection & Shifting Worldviews","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1660058822253-b4b6cced2bd1.jpg","layout":"podcast","data":[],"date":"2022-08-09T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/55953918/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F55953918%2Fbce77dc32bfa4d140e827e4deba51d12.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Jeremy-Lent-on-Interconnection--Shifting-Worldviews","slug":"Jeremy-Lent-on-Interconnection--Shifting-Worldviews","sourceDir":"podcast"},{"title":"Jordan Hall on the Potential of DAOs","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1646284665531-f7eecbde83fe3.jpg","layout":"podcast","data":[],"date":"2022-03-03T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/48475273/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F48475273%2Fbf257f60cbdb726111d7a624ff64a35b.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Jordan-Hall-on-the-Potential-of-DAOs","slug":"Jordan-Hall-on-the-Potential-of-DAOs","sourceDir":"podcast"},{"title":"KlimaDAO & Life Itself: In Conversation Part One","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_nologo400/20318133/20318133-1646276635060-6e8b78f252cbf.jpg","layout":"podcast","data":[],"date":"2022-05-17T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/52129066/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F52129066%2F529a5b4f7325e9dc5696a9f98e46a365.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/KlimaDAO--Life-Itself-In-Conversation-Part-One","slug":"KlimaDAO--Life-Itself-In-Conversation-Part-One","sourceDir":"podcast"},{"title":"Liam Kavanagh on Introduction to Sustainable Wellbeing","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1646285193939-d0f23f3153a1d.jpg","layout":"podcast","data":[],"date":"2021-12-17T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/44999992/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-11-17%2Ff34774b5-1592-0a2f-3586-ea21248dd00f.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Liam-Kavanagh-on-Introduction-to-Sustainable-Wellbeing","slug":"Liam-Kavanagh-on-Introduction-to-Sustainable-Wellbeing","sourceDir":"podcast"},{"title":"Meet the MetaModerns: Emerging Movement with Alternative Approach to Social Change with Rufus Pollock","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1660580380526-3e944a88ca8b7.jpg","layout":"podcast","data":[],"date":"2022-08-16T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/56203848/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F56203848%2F0ac36de1633c87ce7820748725a0a46d.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Meet-the-MetaModerns-Emerging-Movement-with-Alternative-Approach-to-Social-Change-with-Rufus-Pollock","slug":"Meet-the-MetaModerns-Emerging-Movement-with-Alternative-Approach-to-Social-Change-with-Rufus-Pollock","sourceDir":"podcast"},{"title":"On Web3 and Post-State Technocracy with Stephen Diehl & Rufus Pollock","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1648027596971-703adf6920a9e.jpg","layout":"podcast","data":[],"date":"2022-03-23T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/49475822/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F49475822%2F2b9b39a2d5665691f9392b8b00f5ccf8.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/On-Web3-and-Post-State-Technocracy-with-Stephen-Diehl--Rufus-Pollock","slug":"On-Web3-and-Post-State-Technocracy-with-Stephen-Diehl--Rufus-Pollock","sourceDir":"podcast"},{"title":"Open Collective, Steward Ownership & Exit to Community with Pia Mancini","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1650881541709-931deea04dd12.jpg","layout":"podcast","data":[],"date":"2022-04-25T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/51058047/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F51058047%2F8fc9b9107e42e835f8d417bc053eca41.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Open-Collective--Steward-Ownership--Exit-to-Community-with-Pia-Mancini","slug":"Open-Collective--Steward-Ownership--Exit-to-Community-with-Pia-Mancini","sourceDir":"podcast"},{"title":"Post FTX collapse reflections on crypto with Stephen Diehl","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1668526488183-0fca15b021897.jpg","layout":"podcast","data":[],"date":"2022-11-15T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/60667332/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F60667332%2F72cefa08259fafd7da1f8140820353b8.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Post-FTX-collapse-reflections-on-crypto-with-Stephen-Diehl","slug":"Post-FTX-collapse-reflections-on-crypto-with-Stephen-Diehl","sourceDir":"podcast"},{"title":"Richard D. Bartlett & Stephen Reid on Critical Exploration of Web3","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1646283191716-d050b50cf07f5.jpg","layout":"podcast","data":[],"date":"2022-02-17T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/48473583/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F48473583%2F11c44c923a063f2226f45e4811d2fe0d.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Richard-D--Bartlett--Stephen-Reid-on-Critical-Exploration-of-Web3","slug":"Richard-D--Bartlett--Stephen-Reid-on-Critical-Exploration-of-Web3","sourceDir":"podcast"},{"title":"Rufus Pollock and Jeff Emmett on Regenerative Finance and Web3 for Public Goods","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1656953562078-d845fbbcddda8.jpg","layout":"podcast","data":[],"date":"2022-07-05T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/54382202/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F54382202%2F7cfcb35a2d6f2446c5425ecda17c09e7.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Rufus-Pollock-and-Jeff-Emmett-on-Regenerative-Finance-and-Web3-for-Public-Goods","slug":"Rufus-Pollock-and-Jeff-Emmett-on-Regenerative-Finance-and-Web3-for-Public-Goods","sourceDir":"podcast"},{"title":"Samer Hassan & Rufus Pollock on Decentralization, Platform Monopolies and Web3","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1658160494865-ffedabecb2baa.jpg","layout":"podcast","data":[],"date":"2022-07-19T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/54989352/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F54989352%2F1c8ce9e48a72ebc9c58b03be4002e9f9.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Samer-Hassan--Rufus-Pollock-on-Decentralization--Platform-Monopolies-and-Web3","slug":"Samer-Hassan--Rufus-Pollock-on-Decentralization--Platform-Monopolies-and-Web3","sourceDir":"podcast"},{"title":"Stephen Diehl on Web3, Bitcoin & Neometalism","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1646284006563-0b4d2ac7b784a.jpg","layout":"podcast","data":[],"date":"2022-02-24T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/48474954/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F48474954%2Fc6c0f007c755fa70b2012e63c483e210.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Stephen-Diehl-on-Web3--Bitcoin--Neometalism","slug":"Stephen-Diehl-on-Web3--Bitcoin--Neometalism","sourceDir":"podcast"},{"title":"Stephen Reid & Rufus Pollock on Worker Cooperatives and DAOs","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1656405067788-ca1c3288b424e.jpg","layout":"podcast","data":[],"date":"2022-06-28T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/54070963/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F54070963%2F07ed8006ea6c03984dca2ec8ba8b9685.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/Stephen-Reid--Rufus-Pollock-on-Worker-Cooperatives-and-DAOs","slug":"Stephen-Reid--Rufus-Pollock-on-Worker-Cooperatives-and-DAOs","sourceDir":"podcast"},{"title":"Dr Jeffery Martin on A Scientific Approach to Awakening and Fundamental Wellbeing","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1673879416732-2f8fa0e655d01.jpg","layout":"podcast","data":[],"date":"2023-01-19T00:00:00.000Z","author":"Rufus Pollock","src":"https://anchor.fm/s/79b39934/podcast/play/63561936/https://d3ctxlq1ktw2nl.cloudfront.net/production/exports/79b39934/63561936/147774b0ce2a10386e0c394c39cf85db.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-podcast","slug":"a-scientific-approach-to-awakening-and-fundamental-wellbeing-podcast","sourceDir":"podcast"},{"title":"Esther Montmany on Conscious Parenting Part 1","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1674645103076-f18354f4d5d95.jpg","layout":"podcast","data":[],"date":"2023-01-29T00:00:00.000Z","author":"Eilidh Ross","src":"https://anchor.fm/s/79b39934/podcast/play/64010281/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F64010281%2F386aced5cb833fcb40ed8b9c33d391c4.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/esther-montmany-on-conscious-parenting-part-1","slug":"esther-montmany-on-conscious-parenting-part-1","sourceDir":"podcast"},{"title":"Esther Montmany on Conscious Parenting Part 2","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1674649032400-da32ace8563a2.jpg","layout":"podcast","data":[],"date":"2023-01-30T00:00:00.000Z","author":"Eilidh Ross","src":"https://anchor.fm/s/79b39934/podcast/play/64012145/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F64012145%2F2fd2aff2c6f2742694ce701ca1ffa6f3.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/esther-montmany-on-conscious-parenting-part-2","slug":"esther-montmany-on-conscious-parenting-part-2","sourceDir":"podcast"},{"title":"Esther Montmany on Conscious Parenting Part 3","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1674655345992-624884d2b2d54.jpg","layout":"podcast","data":[],"date":"2023-01-31T00:00:00.000Z","author":"Eilidh Ross","src":"https://anchor.fm/s/79b39934/podcast/play/64015999/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F64015999%2Fe78bc4462b814eece91d62811dd67cab.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/esther-montmany-on-conscious-parenting-part-3","slug":"esther-montmany-on-conscious-parenting-part-3","sourceDir":"podcast"},{"title":"Podcast","layout":"podcast","data":["podcasts"],"audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast","slug":"podcast","sourceDir":"podcast"},{"title":"Joseph Henrich and the Emergence of a (Rigorous) Culturology","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1669378222759-808fef0c610ed.jpg","layout":"podcast","data":[],"date":"2022-11-25T00:00:00.000Z","author":"Eilidh Ross","src":"https://anchor.fm/s/79b39934/podcast/play/61187039/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F61187039%2Ff2c8a7f8a6e3ed21b4ad58ee0c3cf724.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/joseph-henrich-and-the-emergence-of-culturology","slug":"joseph-henrich-and-the-emergence-of-culturology","sourceDir":"podcast"},{"title":"Sen Zhan and Liam Kavanagh","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1674551113101-586c3a3bc847f.jpg","layout":"podcast","data":[],"date":"2021-03-29T00:00:00.000Z","author":"Eilidh Ross","src":"https://anchor.fm/s/79b39934/podcast/play/63731020/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F63731020%2F50043a0769ac06a7710079246ec85134.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/sen-zhan-and-liam-kavanagh","slug":"sen-zhan-and-liam-kavanagh","sourceDir":"podcast"},{"title":"Sen Zhan and Sylvie Barbier","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1674551113101-586c3a3bc847f.jpg","layout":"podcast","data":[],"date":"2021-01-14T00:00:00.000Z","author":"Eilidh Ross","src":"https://anchor.fm/s/79b39934/podcast/play/63731020/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F63731020%2F50043a0769ac06a7710079246ec85134.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/sen-zhan-and-sylvie-barbier","slug":"sen-zhan-and-sylvie-barbier","sourceDir":"podcast"},{"title":"Thomas Steininger on Emergent Dialogue and Transcending Individualism","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1670514547239-e2bc1836eb567.jpg","layout":"podcast","data":[],"date":"2022-12-08T00:00:00.000Z","author":"Eilidh Ross","src":"https://anchor.fm/s/79b39934/podcast/play/61870677/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F61870677%2F8c29ae45b03d4736c66eaa4f6ec5d6a2.m4a","audioType":"audio/x-m4a","type":"Podcast","url_path":"podcast/thomas-steininger-on-emergent-dialogue","slug":"thomas-steininger-on-emergent-dialogue","sourceDir":"podcast"},{"title":"42 Acres","image":{"url":"https://uploads-ssl.webflow.com/6048d94d2e420e988bf6db86/6125408cd14b47111f92e421_TM-42ACRES-AUG21-2.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645013187/Ecosystem%20Mapping/42_pdytia.jpg","cached_new":"/img/42_pdytia.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"42-acres","url":"https://42acres.com/","tagline":"","activity":["spaces"],"topic":[],"regions":"UK","locations":["London / Somerset"],"started":2014,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://media-exp1.licdn.com/dms/image/C510BAQF-leR1fjFybA/company-logo_200_200/0?e=2159024400&v=beta&t=mPwwRHM8kFsTGy7GyKLkHJwpbYDe9Enhc0WCEicts0A","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"?","social_change":{"inner":0.6,"cultural":0.3,"systems":0.1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/42-acres","slug":"42-acres","sourceDir":"ecosystem/profiles"},{"title":"Advaya Initiative","image":{"url":"https://www.datocms-assets.com/19891/1639715125-tyler-palmer-1k-zmgdjkwk-unsplash.jpg?w=1000&h=666.6666666666666&fit=crop&fm=jpg&q=35","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645014277/Ecosystem%20Mapping/advaya_ststzh.jpg","cached_new":"/img/advaya_ststzh.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"advaya-initiative","url":"https://advaya.co/","tagline":"","activity":["media","events"],"topic":["ecology","spirituality"],"regions":"UK","locations":["London, GB"],"started":2015,"ended":"","active":"Y","people":["Ruby","Cristabel"],"notes_data_entry":"Online global platform so no location per se - charlotte","facebook":"https://www.facebook.com/advaya.co/","twitter":"https://twitter.com/advaya_co","instagram":"broken link","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCd1RO9oVj0HiaEOSZhUjUtA","blog":"not-found","logo":{"url":"https://www.datocms-assets.com/19891/1579185585-advaya-joyful-revolution-logo.png?w=500&fm=png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636971845/Ecosystem%20Mapping/advaya_initiative_fglhw6.png","cached_new":"/img/advaya_initiative_fglhw6.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.4,"cultural":0.4,"systems":0.2,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/advaya-initiative","slug":"advaya-initiative","sourceDir":"ecosystem/profiles"},{"title":"Aeon Magazine","image":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/96551666_3830107890397592_7712776285881106432_n.png?_nc_cat=101&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=D1v8TkDAlGEAX9wo9cB&tn=PMPrASd_p44HyxQ6&_nc_ht=scontent.fbhx4-2.fna&oh=cf049264ea2c42b47643849eb98471bb&oe=61828667","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"aeon-magazine","url":"https://aeon.co/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Global"],"started":2012,"ended":"","active":"Yes","people":["Sally Davies - deputy editor"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/96551666_3830107890397592_7712776285881106432_n.png?_nc_cat=101&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=D1v8TkDAlGEAX9wo9cB&tn=PMPrASd_p44HyxQ6&_nc_ht=scontent.fbhx4-2.fna&oh=cf049264ea2c42b47643849eb98471bb&oe=61828667","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/aeon-magazine","slug":"aeon-magazine","sourceDir":"ecosystem/profiles"},{"title":"Alter Ego","image":{"url":"http://alterego.network/","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645011812/Ecosystem%20Mapping/alter_ego_vvvhln.png","cached_new":"/img/alter_ego_vvvhln.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"alter-ego","url":"https://alterego.network/","tagline":"","activity":["events","network"],"topic":["development","community"],"regions":"UK","locations":["London, GB"],"started":2016,"ended":"","active":"?","people":["Ronan Harrington "],"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-cdt1-1.xx.fbcdn.net/v/t1.18169-9/29694443_163253617723118_6014373808351466630_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=7hGynqDtAqIAX9-ef2K&_nc_ht=scontent-cdt1-1.xx&oh=281ce9177e2a20b81888364b5658af60&oe=61B1ACEB","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636559410/Ecosystem%20Mapping/29694443_163253617723118_6014373808351466630_n_vdukjr.jpg","cached_new":"/img/29694443_163253617723118_6014373808351466630_n_vdukjr.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.7,"cultural":0.3,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/alter-ego","slug":"alter-ego","sourceDir":"ecosystem/profiles"},{"title":"Alternatives UK","image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t1.18169-9/17951752_1351092234927152_8793413239077130503_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=9267fe&_nc_ohc=TN7_7GZCbZcAX9zAtnL&_nc_ht=scontent.fgla3-2.fna&oh=00_AT9ZrYfak0oMBq8gc-kj3yIb8oSkFnucD_CfJzhJ5U8cqg&oe=623310EA","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645009148/Ecosystem%20Mapping/alt_msvfiu.jpg","cached_new":"/img/alt_msvfiu.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"alternatives-uk","url":"https://www.alternatives.org.uk/","tagline":"","activity":["events","education"],"topic":["wellbeing","spirituality"],"regions":"","locations":["London"],"started":1982,"ended":"","active":"Yes","people":[],"notes_data_entry":"activities also include media. topics also include development, work, and many others (though spirituality and personal growth seem to be the main topics). ","facebook":"https://www.facebook.com/alternativesstjames","twitter":"https://twitter.com/alternativesorg","instagram":"https://www.instagram.com/alternativesorg/","linkedin":"not-found","youtube":"https://www.youtube.com/user/alternativestalks","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.18169-9/12289748_950773981625648_4885802080062041185_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=qNqUgCnNdKIAX8S0Jd1&_nc_ht=scontent-lcy1-1.xx&oh=7a19fc467fbc5d07d18d1a6497c9aa41&oe=61BA9EB6","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060867/Ecosystem%20Mapping/Alternatives_UK_iinlcr.jpg","cached_new":"/img/Alternatives_UK_iinlcr.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/alternatives-uk","slug":"alternatives-uk","sourceDir":"ecosystem/profiles"},{"title":"Ashes of the Magi","image":{"url":"https://static.wixstatic.com/media/efbf6f_981ac7a94eff4e178f9913395a186cee~mv2.png/v1/fill/w_89,h_90,al_c,q_85,usm_0.66_1.00_0.01/Ashes%20Logo1_8-01-01.webp","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"ashes-of-the-magi","url":"https://www.ashesofthemagi.com/","tagline":"story creation engine for facilitating self-reflection, communitas, and religio. ","activity":["research"],"topic":["spirituality","arts"],"regions":"","locations":["Portland, OR USA."],"started":"","ended":"","active":"","people":["Rob Randolph"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://static.wixstatic.com/media/efbf6f_981ac7a94eff4e178f9913395a186cee~mv2.png/v1/fill/w_89,h_90,al_c,q_85,usm_0.66_1.00_0.01/Ashes%20Logo1_8-01-01.webp","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/ashes-of-the-magi","slug":"ashes-of-the-magi","sourceDir":"ecosystem/profiles"},{"title":"Authentic Revolution","image":{"url":"https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2300155/settings_images/DkZzZVQOS16gQ8F4Shd6_file.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645013258/Ecosystem%20Mapping/AR_dsgdqf.jpg","cached_new":"/img/AR_dsgdqf.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"authentic-revolution","url":"https://www.authrev.org/","tagline":"","activity":[],"topic":[],"regions":"US","locations":["US"],"started":"1990s","ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2277917/settings_images/sVWixyFTB6refx5Mp2mQ_Untitled_drawing_1.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"?","social_change":{"inner":0.8,"cultural":0.2,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/authentic-revolution","slug":"authentic-revolution","sourceDir":"ecosystem/profiles"},{"title":"Black Forest School of Metamodernism ","image":{"url":"https://custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_9000,w_1920,f_auto,q_auto/859958/739A379C-65E9-4A16-930D-C1D0DD945ECD.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645023079/Ecosystem%20Mapping/BFM_mhdvbr.webp","cached_new":"/img/BFM_mhdvbr.webp","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"black-forest-school-of-metamodernism-","url":"https://www.blackforestmetamodernism.org/","tagline":"The entry point into metamodernism of the Black Forest School is the traumatization of modernity ","activity":["network"],"topic":["arts","wellbeing"],"regions":"","locations":["Todtnauerberg, Germany"],"started":"","ended":"","active":"","people":["Adrian Wagner"],"notes_data_entry":"Core project combining metamodernity, nature, DAOs and art: https://seedslibrary.com/poetree-gestell-x-a-decentralized-autonomous-installation/","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://user-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_9000,w_1920,f_auto,q_auto/859958/75788146-DC10-444E-9D06-FECD7C4B429D.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/black-forest-school-of-metamodernism-","slug":"black-forest-school-of-metamodernism-","sourceDir":"ecosystem/profiles"},{"title":"Brave Earth","image":{"url":"https://images.squarespace-cdn.com/content/v1/5c4f3c2f31d4dfaa8075b088/1624566223688-OJB45I8QV4QAIDFPQ80M/image-asset.jpeg?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645012146/Ecosystem%20Mapping/brave_earth_sadhui.jpg","cached_new":"/img/brave_earth_sadhui.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"brave-earth","url":"https://www.braveearth.com","tagline":"A Living Laboratory for Regeneration","activity":["spaces","events"],"topic":["ecology","community"],"regions":"Costa Rica","locations":["northwestern Caribbean slope of Costa Rica"],"started":"","ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/braveearth","twitter":"not-found","instagram":"https://www.instagram.com/brave_earth_/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/56742589_314783589109523_7263876586254893056_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=jfFmydaT6MoAX87nbNF&_nc_ht=scontent-lcy1-1.xx&oh=e2529c72cc5c1789834df5947ed34641&oe=61B87A77","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637061073/Ecosystem%20Mapping/Brave_Earth_mzi4af.jpg","cached_new":"/img/Brave_Earth_mzi4af.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.5,"cultural":0.4,"systems":0.1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/brave-earth","slug":"brave-earth","sourceDir":"ecosystem/profiles"},{"title":"Buddhafield","image":{"url":"https://www.buddhafield.com/sites/default/files/images/headers/Buddhahead.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645008678/Ecosystem%20Mapping/Buddhahead_a99dzr.jpg","cached_new":"/img/Buddhahead_a99dzr.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"buddhafield","url":"https://www.buddhafield.com/","tagline":"","activity":["events","education"],"topic":["spirituality","community"],"regions":"","locations":["UK"],"started":"","ended":"","active":"Yes","people":[],"notes_data_entry":"A third topic would be ecology. In activities we could have agriculture (I put spaces instead). ","facebook":"https://www.facebook.com/BuddhafieldUK","twitter":"https://twitter.com/BuddhafieldUK","instagram":"https://www.instagram.com/buddhafielduk/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCXu32V5hpsJjzinRQyighEA?view_as=subscriber","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/131315740_10164709908445597_218588957163229194_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=WTyniY_Ons4AX_oF9wS&_nc_ht=scontent-lcy1-1.xx&oh=cd49756ad1398a3f8a0db0dc7d518ef0&oe=61B7B5E7","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059456/Ecosystem%20Mapping/Buddhafield_qlk5r3.jpg","cached_new":"/img/Buddhafield_qlk5r3.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/buddhafield","slug":"buddhafield","sourceDir":"ecosystem/profiles"},{"title":"Building Belonging","image":{"url":"https://miro.medium.com/max/1334/0*zvLNVsXeLKKpwKol.jpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645013354/Ecosystem%20Mapping/BB_qt3vmh.jpg","cached_new":"/img/BB_qt3vmh.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"building-belonging","url":"https://www.buildingbelonging.us/","tagline":"","activity":[],"topic":[],"regions":"","locations":["US / global"],"started":"","ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/building-belonging","slug":"building-belonging","sourceDir":"ecosystem/profiles"},{"title":"Burning Man","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"burning-man","url":"https://burningman.org","tagline":"","activity":[],"topic":[],"regions":"","started":"","ended":"","active":"","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/burning-man","slug":"burning-man","sourceDir":"ecosystem/profiles"},{"title":"Cascade Institute","image":{"url":"https://media-exp1.licdn.com/dms/image/C561BAQH0y5yJJjioeg/company-background_10000/0/1648073863629?e=1666796400&v=beta&t=PpgiDY-ogAzngPMKFy28gsES0MX3831QYkRq9GbPC0Q","cached_new":"/img/cascade_image.jpeg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"cascade_institute","url":"https://cascadeinstitute.org/","tagline":"Interventions for rapid global change.","activity":["research"],"topic":["governance","politics","development"],"regions":null,"locations":["Victoria, British Columbia"],"started":2020,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":null,"twitter":"https://twitter.com/CascadeInst","instagram":null,"linkedin":"https://linkedin.com/company/cascade-institute","youtube":null,"blog":"https://cascadeinstitute.org/news-and-views/","logo":{"url":"https://media-exp1.licdn.com/dms/image/C4E0BAQGDMp2_rGtxJg/company-logo_200_200/0/1595959370196?e=2147483647&v=beta&t=nErI-77vmjOf8VAIdghX9-gq4GXSWbnT89E8OXF9WHQ","cached_new":"/img/cascade_logo.jpeg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.4,"systems":0.6,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/cascade_institute","slug":"cascade_institute","sourceDir":"ecosystem/profiles"},{"title":"Centre for Applied Cultural Evolution","image":{"url":"http://culturalevolutioncenter.org//wp-content/uploads/2018/01/CDI-Earth-Image.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644934412/Ecosystem%20Mapping/CACE_sxs0sh.jpg","cached_new":"/img/CACE_sxs0sh.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"centre-for-applied-cultural-evolution","url":"https://culturalevolutioncenter.org/","tagline":"","activity":["research","education"],"topic":["community","development"],"regions":"South America","locations":["Costa Rica, SA"],"started":2018,"ended":"","active":"Y","people":["Joe Brewer"],"notes_data_entry":"Joe Brewer (as of 2019)","facebook":"https://www.facebook.com/centerforappliedculturalevolution/","twitter":"https://twitter.com/evolvingfutures/","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t31.18172-8/28162062_444883559260354_7893366896126127944_o.jpg?_nc_cat=106&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=YaLmdu3aOMwAX-EBa7y&_nc_ht=scontent-lcy1-1.xx&oh=f28778327b42a3e81a872ac99248ca64&oe=61BA56AE","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060469/Ecosystem%20Mapping/Center_for_ACE_xzapin.jpg","cached_new":"/img/Center_for_ACE_xzapin.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":1,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/centre-for-applied-cultural-evolution","slug":"centre-for-applied-cultural-evolution","sourceDir":"ecosystem/profiles"},{"title":"Centre for the Understanding of Sustainable Prosperity","image":{"url":"https://weall.org/wp-content/uploads/CUSP.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"centre-for-the-understanding-of-sustainable-prosperity","url":"https://www.cusp.ac.uk/","tagline":"","activity":[],"topic":[],"regions":"","locations":["UK"],"started":"","ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://weall.org/wp-content/uploads/CUSP.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/centre-for-the-understanding-of-sustainable-prosperity","slug":"centre-for-the-understanding-of-sustainable-prosperity","sourceDir":"ecosystem/profiles"},{"title":"Le Ciel Foundation","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"ciel-foundation","url":"https://lecielfoundation.com","tagline":"","activity":[],"topic":[],"regions":"","started":"","ended":"","active":"","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/ciel-foundation","slug":"ciel-foundation","sourceDir":"ecosystem/profiles"},{"title":"Co.Creation Loft","image":{"url":"https://images.squarespace-cdn.com/content/v1/58b97907d1758e4cc270a38c/1570122974651-NS8BY6H8K0U80B3F4QJ9/190814_Pri_Cowork_Fru%CC%88hstu%CC%88ck+im+Cocreation+Loft_Schinkestra%C3%9Fe_L8911681.jpg?format=2500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645013457/Ecosystem%20Mapping/Cocreation_hckzof.jpg","cached_new":"/img/Cocreation_hckzof.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"co.creation-loft","url":"http://cocreationloft.com/","tagline":"","activity":["spaces","network"],"topic":[],"regions":"Europe","locations":["Sweden, SE","Berlin, DE"],"started":2016,"ended":"","active":"Y","people":["Tomas Bjorkman"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://images.squarespace-cdn.com/content/58b97907d1758e4cc270a38c/1488555228476-OPFIDCEKG88YCMO860M8/Logo.png?content-type=image%2Fpng","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/co.creation-loft","slug":"co.creation-loft","sourceDir":"ecosystem/profiles"},{"title":"Coexistence Awarness based Intrinsically motivated Association","image":{"url":"https://caia.global/wp-content/uploads/2021/02/CAIA-IngaLankenau-Bildung-III.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645022983/Ecosystem%20Mapping/CAIA_image_gxp0bt.jpg","cached_new":"/img/CAIA_image_gxp0bt.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"coexistence-awarness-based-intrinsically-motivated-association","url":"https://caia.global/en/","tagline":"An ECO City Village (ECO CiVi), a real-world laboratory for the village of the future, is being built in the village of Steyerberg, near Hanover.","activity":["research","spaces"],"topic":["ecology","governance"],"regions":"","locations":["Steyerberg, DE"],"started":"","ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://caia.global/wp-content/uploads/2020/12/CAIA_Logo_rgb_72ppi.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393826/Ecosystem%20Mapping/CAIA_Logo_rgb_72ppi_mwyryq.jpg","cached_new":"/img/CAIA_Logo_rgb_72ppi_mwyryq.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/coexistence-awarness-based-intrinsically-motivated-association","slug":"coexistence-awarness-based-intrinsically-motivated-association","sourceDir":"ecosystem/profiles"},{"title":"Commonweal","image":{"url":"https://www.commonweal.org/app/uploads/2022/01/Commonweal-Tent-table-Kyra-Epstein-400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645012034/Ecosystem%20Mapping/Commonweal-Tent-table-Kyra-Epstein-400_webius.jpg","cached_new":"/img/Commonweal-Tent-table-Kyra-Epstein-400_webius.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"commonweal","url":"https://commonweal.org","tagline":"","activity":["spaces","network"],"topic":["politics","ecology"],"regions":"","locations":["Bolinas, California"],"started":"1975?","ended":"","active":"","people":["Alexandra Destler"],"notes_data_entry":"","facebook":"https://www.facebook.com/CommonwealCA","twitter":"not-found","instagram":"https://www.instagram.com/commonwealbolinas/","linkedin":"not-found","youtube":"https://www.youtube.com/user/NewSchoolCommonweal/videos","blog":"not-found","logo":{"url":"","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645004156/Ecosystem%20Mapping/commonweal_u4xzx0.png","cached_new":"/img/commonweal_u4xzx0.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.34,"cultural":0.34,"systems":0.32,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/commonweal","slug":"commonweal","sourceDir":"ecosystem/profiles"},{"title":"Conscious Evolution","image":{"url":"https://images.squarespace-cdn.com/content/v1/59b91ddbf5e231275f6f1342/1597579467229-0E6OJA61AH7D1TD3FGN2/Podcast-main+image.png?format=500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060224/Ecosystem%20Mapping/Conscious_Evolution2_wlghrr.png","cached_new":"/img/Conscious_Evolution2_wlghrr.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"conscious-evolution","url":"https://www.consciousevolution.co.uk/","tagline":"","activity":["media","education"],"topic":["development","politics"],"regions":"UK","started":2017,"ended":"","active":"Y","people":["Robb Cobbold"],"notes_data_entry":"location within england unspecified - charlotte","facebook":"https://www.facebook.com/evoconscious","twitter":"https://twitter.com/EvoConscious","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UC--Bf2k7Gf3Q5N--NO45ECg","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/90814561_834233883721710_8019390397664985088_n.png?_nc_cat=103&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=3k1e4IBj1uIAX-cA-KF&_nc_ht=scontent-lcy1-1.xx&oh=fd585d6344166fc335311890c4415d77&oe=61BB01A5","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060164/Ecosystem%20Mapping/Conscious_Ecolution_ds8d4o.png","cached_new":"/img/Conscious_Ecolution_ds8d4o.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.5,"cultural":0.5,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/conscious-evolution","slug":"conscious-evolution","sourceDir":"ecosystem/profiles"},{"title":"Consciousness Hacking","image":{"url":"https://media-exp1.licdn.com/dms/image/C560BAQEuKNl5_HjTCA/company-logo_200_200/0/1519866732271?e=2159024400&v=beta&t=IoBMsr3fXHIHNX_VTQCVibD7gQ_XD2h8GmQ4PSeccE0","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"consciousness-hacking","url":"https://www.cohack.org/","tagline":"","activity":[],"topic":[],"regions":"","locations":["US"],"started":2014,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://media-exp1.licdn.com/dms/image/C560BAQEuKNl5_HjTCA/company-logo_200_200/0/1519866732271?e=2159024400&v=beta&t=IoBMsr3fXHIHNX_VTQCVibD7gQ_XD2h8GmQ4PSeccE0","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/consciousness-hacking","slug":"consciousness-hacking","sourceDir":"ecosystem/profiles"},{"title":"The Context Institute","image":{"url":"https://www.context.org/wp-content/themes/hybrid-ci/images/cilogoL.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393728/Ecosystem%20Mapping/context%20institute%20logo.svg","cached_new":"/img/context%20institute%20logo.svg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"context-institute","url":"https://www.context.org","tagline":"Context Institute is an independent non-profit (501(c)(3)) organization, founded in 1979 by Robert and Diane Gilman, devoted to helping all of us create the best possible 21st century we can — for each of us, for our communities, and for all of life. We are one of a handful of organizations that have focused on sustainability as a central theme for more than 35 years, and we are internationally recognized as an authority in this area.","activity":["business","network"],"topic":["community","tech"],"regions":"US","locations":["Washingon State, US"],"started":1979,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.context.org/wp-content/themes/hybrid-ci/images/cilogoL.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393728/Ecosystem%20Mapping/context%20institute%20logo.svg","cached_new":"/img/context%20institute%20logo.svg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/context-institute","slug":"context-institute","sourceDir":"ecosystem/profiles"},{"title":"CTRL Shift","image":{"url":"https://www.ctrlshiftsummit.org.uk/wp-content/uploads/2019/04/CTRLshift_Partners_2019.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"ctrl-shift","url":"http://www.ctrlshiftsummit.org.uk/","tagline":"","activity":[],"topic":[],"regions":"","locations":["-"],"started":2018,"ended":"","active":"Yes","people":["Andy Goldring"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.ctrlshiftsummit.org.uk/wp-content/uploads/2019/04/CTRLshift_Partners_2019.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/ctrl-shift","slug":"ctrl-shift","sourceDir":"ecosystem/profiles"},{"title":"Cultural Catalyst Network","image":{"url":"http://culturalcatalystnetwork.org/wp-content/uploads/2019/06/UNADJUSTEDNONRAW_thumb_27e5.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644934579/Ecosystem%20Mapping/CCN_dknps5.jpg","cached_new":"/img/CCN_dknps5.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"cultural-catalyst-network","url":"https://culturalcatalystnetwork.org/","tagline":"","activity":["education","events"],"topic":["development","community"],"regions":"","started":"","ended":"","active":"Y","people":["Karl Steyaert"],"notes_data_entry":"information lacking on website about location and social media - charlotte","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"http://culturalcatalystnetwork.org/wp-content/uploads/2019/04/logo354.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972341/Ecosystem%20Mapping/Cultural_Catalyst_Network_kdoepd.png","cached_new":"/img/Cultural_Catalyst_Network_kdoepd.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.5,"cultural":0.4,"systems":0.1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/cultural-catalyst-network","slug":"cultural-catalyst-network","sourceDir":"ecosystem/profiles"},{"title":"Cultural Strategies Council","image":{"url":"https://kileyarroyo.files.wordpress.com/2021/05/network.jpg?w=651","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393350/Ecosystem%20Mapping/Cultural%20Strategies%20Council.jpg","cached_new":"/img/Cultural%20Strategies%20Council.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"cultural-strategies-council","url":"https://culturalstrategies.net","tagline":"Transformational change towards regenerative justice","activity":["spaces","research"],"topic":["arts","community"],"regions":"Sausalito, California - Coast Miwok ancestral homeland","locations":["California, US"],"started":2008,"ended":"","active":"Y","people":["Kiley Arroyo"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://kileyarroyo.files.wordpress.com/2021/05/network.jpg?w=651","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393350/Ecosystem%20Mapping/Cultural%20Strategies%20Council.jpg","cached_new":"/img/Cultural%20Strategies%20Council.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/cultural-strategies-council","slug":"cultural-strategies-council","sourceDir":"ecosystem/profiles"},{"title":"Culture Declares","image":{"url":"https://ecoartfilm.files.wordpress.com/2019/04/culturedeclareskite-horiz-bw-lrg.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"culture-declares","url":"https://www.culturedeclares.org/","tagline":"","activity":[],"topic":[],"regions":"","locations":["London HQ"],"started":2019,"ended":"","active":"Yes","people":["Lucy Neal"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://ecoartfilm.files.wordpress.com/2019/04/culturedeclareskite-horiz-bw-lrg.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/culture-declares","slug":"culture-declares","sourceDir":"ecosystem/profiles"},{"title":"Culture Hack Labs","image":{"url":"https://www.culturehack.io/app/uploads/2022/03/Marvina-1.jpg","cached_new":"/img/culturehack_image.jpeg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"culture-hack-labs","url":"https://www.culturehack.io/","tagline":"Cultures are belief systems that shape the world.","activity":["research"],"topic":["development"],"regions":null,"locations":[],"started":null,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/culturehacklabs/","twitter":"https://twitter.com/CultureHackLabs?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor","instagram":"https://www.instagram.com/culturehacklabs/?hl=en","linkedin":"https://www.linkedin.com/company/culture-hack-labs","youtube":"https://www.youtube.com/channel/UCsW-KD6nLQV7Oa9-DSim3dg","blog":null,"logo":{"url":"https://www.facebook.com/photo/?fbid=412831314332050&set=a.412831274332054","cached_new":"/img/culturehack_logo.jpeg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.6,"systems":0.4,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/culture-hack-labs","slug":"culture-hack-labs","sourceDir":"ecosystem/profiles"},{"title":"CUSP","image":{"url":"https://scontent.fgla3-1.fna.fbcdn.net/v/t39.30808-6/309597873_174393418500858_2600509320967570918_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=e3f864&_nc_ohc=yZGOdftwhfEAX_Pfpwv&_nc_ht=scontent.fgla3-1.fna&oh=00_AT9LUcabKH9311qg63NOmD4rxSbnlptWLVASEU0I0bXxYQ&oe=6355FCAA","cached_new":"/img/cusp_image.jpeg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"cusp","url":"https://cusp.ac.uk/","tagline":"Centre for the Understanding of Sustainable Prosperity.","activity":["research","network","education"],"topic":["development"],"regions":"International","locations":["Guildford, UK"],"started":2015,"ended":"","active":"Y","people":["Prof Tim Jackson"],"notes_data_entry":"","facebook":"https://facebook.com/cusp.ac.uk","twitter":"https://twitter.com/cusp_uk","instagram":"https://instagram.com/cusp_uk","linkedin":"https://www.linkedin.com/company/centre-for-the-understanding-of-sustainable-prosperity","youtube":"https://www.youtube.com/cusp_uk","blog":"https://cusp.ac.uk/blog/","logo":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t39.30808-6/306831984_174393415167525_3388796084047858995_n.png?_nc_cat=104&ccb=1-7&_nc_sid=09cbfe&_nc_ohc=PtHWqc1OdokAX92PReX&tn=yRzqqPCXVJTv18qG&_nc_ht=scontent.fgla3-2.fna&oh=00_AT_r8NfxS5C0BH9mlFJZtVBmxpYTFTGGx1dojy-19wQ6RQ&oe=635534C0","cached_new":"/img/cusp_logo.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/cusp","slug":"cusp","sourceDir":"ecosystem/profiles"},{"title":"Daily Evolver","image":{"url":"https://scontent.fgla3-1.fna.fbcdn.net/v/t1.18169-9/10308362_706053269460683_6744133873890270790_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=cdbe9c&_nc_ohc=sDWz6n0uBc4AX_IjfIV&_nc_ht=scontent.fgla3-1.fna&oh=00_AT-pL9sUfStMzsAWRDfxhiW0rZnh-PYjMHLgTH8ZGX7W6Q&oe=6231DDAE","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644934794/Ecosystem%20Mapping/DE_dcclsk.jpg","cached_new":"/img/DE_dcclsk.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"daily-evolver","url":"https://www.dailyevolver.com/theory/","tagline":"","activity":["media","education"],"topic":["politics","development"],"regions":"","started":2011,"ended":"","active":"Y","people":["Jeff Salzman"],"notes_data_entry":"no obvious location (just online) and start date unclear, just going off date they joined twitter -charlotte","facebook":"https://www.facebook.com/dailyevolver/","twitter":"https://twitter.com/dailyevolver","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/c/DailyEvolver","blog":"not-found","logo":{"url":"https://www.dailyevolver.com/wp-content/uploads/2020/05/tde_2020_rainbow_podcast.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972351/Ecosystem%20Mapping/Daily_Evolver_c9p8df.png","cached_new":"/img/Daily_Evolver_c9p8df.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/daily-evolver","slug":"daily-evolver","sourceDir":"ecosystem/profiles"},{"title":"Damanhur","image":{"url":"https://cdn.bitrix24.eu/b5745751/landing/b15/b15609ee2de1ac39c1a389ec39510cc3/Screen_Shot_2020-07-10_at_17.58.45_copy_2x_2x_2x.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935081/Ecosystem%20Mapping/Damanhur_zcme1e.jpg","cached_new":"/img/Damanhur_zcme1e.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"damanhur","url":"http://www.damanhur.org","tagline":"","activity":["spaces","events"],"topic":["community","spirituality"],"regions":"Italy","locations":["Turin, IT"],"started":1975,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://damanhur.org/wp-content/uploads/2020/07/damanhur-gold-1024x745.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972375/Ecosystem%20Mapping/Damanhur_udwo6n.png","cached_new":"/img/Damanhur_udwo6n.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.4,"cultural":0.6,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/damanhur","slug":"damanhur","sourceDir":"ecosystem/profiles"},{"title":"Dark Matter Labs","image":{"url":"https://www.facebook.com/darkmatterlabs.org/photos/a.2460963374023928/2460958107357788","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644858515/Ecosystem%20Mapping/dark_matter_labs_diagtv.jpg","cached_new":"/img/dark_matter_labs_diagtv.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"dark-matter-labs","url":"https://darkmatterlabs.org/","tagline":"","activity":["research","business"],"topic":["governance","tech"],"regions":"Worldwide","locations":["London, GB","Amsterdam, NL","Helsinki, FI","Anglesey, GB","","Antwerp, BE","Madrid, ES","Athens, GR","Malmö, SE","Berlin, DE","Milan, IT","Budapest, HU","Montreal, CA","Edinburgh, GB","Seoul, KR"],"started":2015,"ended":"","active":"Y","people":["Indy Johar"],"notes_data_entry":"","facebook":"https://www.facebook.com/darkmatterlabs.org/","twitter":"https://twitter.com/DarkMatter_Labs","instagram":"not-found","linkedin":"https://www.linkedin.com/company/darkmatterlabs/","youtube":"not-found","blog":"https://provocations.darkmatterlabs.org/","logo":{"url":"https://cdn-images-1.medium.com/max/1200/1*Ri4JSC8W06dKCPqTtegEsQ.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633433602/Ecosystem%20Mapping/1_Ri4JSC8W06dKCPqTtegEsQ_zihlsn.png","cached_new":"/img/1_Ri4JSC8W06dKCPqTtegEsQ_zihlsn.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/dark-matter-labs","slug":"dark-matter-labs","sourceDir":"ecosystem/profiles"},{"title":"Dark Mountain","image":{"url":"https://dark-mountain.net/wp-content/uploads/2021/09/TOPAS-TANA01-2048x1185.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637004530/Ecosystem%20Mapping/Dark_Mountain_up1ydi.jpg","cached_new":"/img/Dark_Mountain_up1ydi.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"dark-mountain","url":"https://dark-mountain.net/","tagline":"The end of the world as we know it is not the end of the world full stop.","activity":["media","events"],"topic":["ecology","arts"],"regions":"UK","locations":["Bristol, GB"],"started":2007,"ended":"","active":"Y","people":["Charlotte Du Cann","Dougald Hine","Paul Kingsnorth"],"notes_data_entry":"Logo cached differs from logo b/c logo is white and doesn't work on white background and logo cached does work (but not sure where it came from and not worth finding that out now).","facebook":"https://www.facebook.com/DarkMountainProject","twitter":"https://twitter.com/darkmtn","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://dark-mountain.net/wp-content/themes/molecular/assets/images/logo.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633424267/Ecosystem%20Mapping/61838-1_x8mzjf.jpg","cached_new":"/img/61838-1_x8mzjf.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.1,"cultural":0.9,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/dark-mountain","slug":"dark-mountain","sourceDir":"ecosystem/profiles"},{"title":"Demos Helsinki","image":{"url":"https://www.facebook.com/DemosHelsinki/photos/a.272132896315903/457840911078433","cached_new":"/img/demos_helsinki_image.jpeg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"demos-helsinki","url":"https://demoshelsinki.fi/","tagline":"Only together can we fight for a fair, sustainable, and joyful next era.","activity":["research","network"],"topic":["governance","tech"],"regions":"Global","locations":["Helsinki, Finland"],"started":2005,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"https://fi-fi.facebook.com/DemosHelsinki/","twitter":"https://twitter.com/demoshelsinki?lang=fi","instagram":"https://www.instagram.com/demoshelsinki/?hl=fi","linkedin":"https://www.linkedin.com/company/demos-helsinki","youtube":"https://vimeo.com/demoshelsinki?embedded=true&source=owner_name&owner=3044102","blog":"https://demoshelsinki.fi/blog/","logo":{"url":"https://www.facebook.com/DemosHelsinki/photos/a.272127232983136/1526806030848577/","cached_new":"/img/demos_helsinki.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.1,"systems":0.9,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/demos-helsinki","slug":"demos-helsinki","sourceDir":"ecosystem/profiles"},{"title":"Dharma Action Network for Climate Engagement (DANCE)","image":{"url":"https://lh5.googleusercontent.com/-oQPO8YZVKVHIIO7n61YeZIrM8a5rXPX7HjMf4INBpjr8p1VqYqD9mAD1SCUgwJa1TlBBAU8AXTNgA9raVn6_dUJ4p1YtRcQsY1fuqfTwowJUHm6=w1280","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935250/Ecosystem%20Mapping/dance_kgfihm.png","cached_new":"/img/dance_kgfihm.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"dharma-action-network-for-climate-engagement-(dance)","url":"http://www.thedancewebsite.org/","tagline":"","activity":["advocacy","events"],"topic":["ecology","spirituality"],"regions":"UK","locations":["Bristol, GB","Sheffield, GB","London, GB"],"started":2013,"ended":"","active":"Y","people":[],"notes_data_entry":"I have wrote just a few of their main locations, they have more in the UK and one in the US. Also unclear how active they are as most recent is last year (and cannot find any social media for confirmation) - charlotte","facebook":"https://www.facebook.com/groups/DharmaActionNetworkforClimateEngagement","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"http://www.thedancewebsite.org/wp-content/uploads/header-logo.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972383/Ecosystem%20Mapping/Dharma_Action_Network_dv4hwe.png","cached_new":"/img/Dharma_Action_Network_dv4hwe.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.5,"cultural":0.4,"systems":0.1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/dharma-action-network-for-climate-engagement-(dance)","slug":"dharma-action-network-for-climate-engagement-(dance)","sourceDir":"ecosystem/profiles"},{"title":"Do One Better Podcast","image":{"url":"https://static.wixstatic.com/media/b2a84d_c3f58fa92b4d431b9c073e83600c33e0~mv2_d_1400_1400_s_2.jpeg/v1/fill/w_418,h_418,al_c,q_80,usm_0.66_1.00_0.01/Do%20One%20Better%20Podcast%20Logo%201400.webp","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"do-one-better-podcast","url":"https://www.lidji.org/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Global"],"started":2019,"ended":"","active":"Yes","people":["Alberto Lidji"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://static.wixstatic.com/media/b2a84d_c3f58fa92b4d431b9c073e83600c33e0~mv2_d_1400_1400_s_2.jpeg/v1/fill/w_418,h_418,al_c,q_80,usm_0.66_1.00_0.01/Do%20One%20Better%20Podcast%20Logo%201400.webp","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/do-one-better-podcast","slug":"do-one-better-podcast","sourceDir":"ecosystem/profiles"},{"title":"EcoDharma","image":{"url":"http://www.ecodharma.com/public/workspace/body-images/retreat1.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935342/Ecosystem%20Mapping/ecodharma_ni7wpx.jpg","cached_new":"/img/ecodharma_ni7wpx.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"ecodharma","url":"http://www.ecodharma.com/","tagline":"","activity":["events","education"],"topic":["ecology","spirituality"],"regions":"Spain","locations":["Catalonia, ES"],"started":2019,"ended":"","active":"?","people":[],"notes_data_entry":"no upcoming courses/events, so unclear about active status - charoltte","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"https://ecodharmacentre.wordpress.com/","logo":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRKTfHQ-RLizAysLEoeVzji_mx1lmqFXGWN2CDgFnWejS3X7vyU","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972389/Ecosystem%20Mapping/ecodharma_ru01rd.png","cached_new":"/img/ecodharma_ru01rd.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.7,"cultural":0.3,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/ecodharma","slug":"ecodharma","sourceDir":"ecosystem/profiles"},{"title":"Ecotechnics","image":{"url":"https://goldenstupa.media/wp-content/uploads/2018/10/institute-of-ecotechnics-logo-horiz.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"ecotechnics","url":"https://ecotechnics.edu","tagline":"","activity":[],"topic":[],"regions":"","locations":["California, US"],"started":1973,"ended":"","active":"Yes","people":["Mark Nelson"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://goldenstupa.media/wp-content/uploads/2018/10/institute-of-ecotechnics-logo-horiz.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/ecotechnics","slug":"ecotechnics","sourceDir":"ecosystem/profiles"},{"title":"Ekskäret","image":{"url":"https://images.squarespace-cdn.com/content/v1/57e221918419c298291bafa1/1601039187891-W5XWPEID8P0CBEDJSNTL/Anywhere%2Blogga.jpg?format=750w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637004538/Ecosystem%20Mapping/Eksk%C3%A4ret_xzruwb.jpg","cached_new":"/img/Eksk%C3%A4ret_xzruwb.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"ekskaret","url":"https://ekskaret.se/","tagline":"","activity":["education","events"],"topic":["development","community"],"regions":"Sweden","locations":["Stokholm, SE"],"started":2008,"ended":"","active":"Y","people":["Tomas Bjorkman","Caroline Stiernstedt Sahlborn"],"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://images.squarespace-cdn.com/content/v1/57e221918419c298291bafa1/1580995099397-I4UALZ6VMKSFATS43OSH/Eksk%C3%A4ret-logo_5900x2344_gr%C3%A5_transpbg+%28tight%29.png?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633425250/Ecosystem%20Mapping/Eksk_C3_A4ret-logo_5900x2344_gr_C3_A5_transpbg_28tight_29_oxiwsi.png","cached_new":"/img/Eksk_C3_A4ret-logo_5900x2344_gr_C3_A5_transpbg_28tight_29_oxiwsi.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.7,"cultural":0.3,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/ekskaret","slug":"ekskaret","sourceDir":"ecosystem/profiles"},{"title":"Embassy Network","image":{"url":"https://embassynetwork.com/static/img/en-logo-transparent.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"embassy-network","url":"https://embassynetwork.com","tagline":"","activity":[],"topic":[],"regions":"","locations":["Worldwide"],"started":2012,"ended":"","active":"Yes","people":["Zarinah Agnew"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://embassynetwork.com/static/img/en-logo-transparent.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/embassy-network","slug":"embassy-network","sourceDir":"ecosystem/profiles"},{"title":"Embercombe","image":{"url":"https://embercombe.org/wp-content/uploads/2014/11/journey-header-800.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935525/Ecosystem%20Mapping/embercombe_sgtv2u.jpg","cached_new":"/img/embercombe_sgtv2u.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"embercombe","url":"https://embercombe.org/","tagline":"","activity":["events","spaces"],"topic":["development","community"],"regions":"UK","locations":["Devon, GB"],"started":2006,"ended":"","active":"Y","people":["Mac Macartney"],"notes_data_entry":"","facebook":"https://www.facebook.com/Embercombe","twitter":"https://twitter.com/embercombe","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://embercombe.org/wp-content/uploads/2018/02/embercombe-logo-full-gradient-white-1.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972395/Ecosystem%20Mapping/embercombe_uduwtb.jpg","cached_new":"/img/embercombe_uduwtb.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.8,"cultural":0.2,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/embercombe","slug":"embercombe","sourceDir":"ecosystem/profiles"},{"title":"Emerge","image":{"url":"https://www.facebook.com/photo?fbid=718017315781877&set=pcb.718019692448306","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644858991/Ecosystem%20Mapping/emerge_octuqq.jpg","cached_new":"/img/emerge_octuqq.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"emerge","url":"https://www.whatisemerging.com/","tagline":"Emerge is an independent, non-profit media platform aiming to explore the emerging cultural narratives of our time.","activity":["media","network"],"topic":["politics","development"],"regions":"Europe","locations":["Stokholm, SE","London, GB","Berlin, DE"],"started":2018,"ended":"","active":"Y","people":["Ivo Mensch","Jonathan Rowson","Anna Katharina Schaffner","Tomas Bjorkman"],"notes_data_entry":"","facebook":"https://www.facebook.com/whatisemerging","twitter":"https://twitter.com/whatisemerging","instagram":"https://www.instagram.com/whatisemerging/","linkedin":"https://www.linkedin.com/company/whatisemerging/","youtube":"https://www.youtube.com/channel/UCtEINk-Y-JjcwH4dl6z2EKg","blog":"","logo":{"url":"http://www.whatisemerging.com/assets/Emerge_Logo-dba107a9d19d3cfd0f50dbd96434cb7772f2edb24d9c5452b3283dec4135ebfe.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633425661/Ecosystem%20Mapping/Emerge_Logo-dba107a9d19d3cfd0f50dbd96434cb7772f2edb24d9c5452b3283dec4135ebfe_gra3bq.png","cached_new":"/img/Emerge_Logo-dba107a9d19d3cfd0f50dbd96434cb7772f2edb24d9c5452b3283dec4135ebfe_gra3bq.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.3,"cultural":0.4,"systems":0.3,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/emerge","slug":"emerge","sourceDir":"ecosystem/profiles"},{"title":"Emergence Magazine","image":{"url":"https://emergencemagazine.org/app/uploads/2021/03/Vol-2-Header-B-2200x1375.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935643/Ecosystem%20Mapping/emergence_g7d4te.jpg","cached_new":"/img/emergence_g7d4te.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"emergence-magazine","url":"https://emergencemagazine.org/","tagline":"","activity":["media","events"],"topic":["ecology","arts"],"regions":"","locations":["California, US"],"started":2012,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/SpiritualEcology/","twitter":"https://twitter.com/emergence_zine","instagram":"https://www.instagram.com/emergencemagazine/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.18169-9/28661373_1428301050608212_8152975983994803920_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=evMbxZ1wZ64AX94O3yZ&_nc_ht=scontent-lcy1-1.xx&oh=029c9a50eb71d76b843e5a66e6a3df8c&oe=61B7881E","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060034/Ecosystem%20Mapping/Emergence_Magazine_fh8jrh.jpg","cached_new":"/img/Emergence_Magazine_fh8jrh.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/emergence-magazine","slug":"emergence-magazine","sourceDir":"ecosystem/profiles"},{"title":"Enspiral","image":{"url":"https://www.facebook.com/Enspiral/photos/1842923669072040","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644859288/Ecosystem%20Mapping/enspiralimage1_ycnxt3.jpg","cached_new":"/img/enspiralimage1_ycnxt3.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"enspiral","url":"https://enspiral.com","tagline":"","activity":["network","business"],"topic":["work","governance"],"regions":"New Zealand","locations":["Wellington, NZ","Aukland, NZ"],"started":2009,"ended":"","active":"Y","people":["Rich Bartlett ","Joshua Vial"],"notes_data_entry":"","facebook":"https://www.facebook.com/Enspiral/","twitter":"https://twitter.com/enspiral","instagram":"not-found","linkedin":"https://www.linkedin.com/in/enspiral/","youtube":"https://www.youtube.com/user/enspiral/videos","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/2654200277/556dc009a02ce1b7af3993ee4e20fb98.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633426313/Ecosystem%20Mapping/556dc009a02ce1b7af3993ee4e20fb98_mglzry.png","cached_new":"/img/556dc009a02ce1b7af3993ee4e20fb98_mglzry.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.3,"systems":0.7,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/enspiral","slug":"enspiral","sourceDir":"ecosystem/profiles"},{"title":"Esalen","image":{"url":"https://assets-global.website-files.com/602d8561ae2fe6ec8347c903/604fa5b98b2e46b01e66d9a7_lawn-fence-sunset-woman-walking.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935824/Ecosystem%20Mapping/esalen_jnqz76.jpg","cached_new":"/img/esalen_jnqz76.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"esalen","url":"https://www.esalen.org/","tagline":"","activity":["education","events"],"topic":["spirituality","development"],"regions":"US","locations":["California, US"],"started":1962,"ended":"","active":"Y","people":["Michael Murphy","Richard Price"],"notes_data_entry":"","facebook":"https://www.facebook.com/EsalenInstitute","twitter":"https://twitter.com/esalen","instagram":"https://www.instagram.com/esalen/","linkedin":"https://www.linkedin.com/company/esalen-institute/","youtube":"https://www.youtube.com/user/esaleninstitute","blog":"not-found","logo":{"url":"https://assets-global.website-files.com/602d8561ae2fe611c947c905/602d8561ae2fe6277647c9a0_esalen-logo.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972727/Ecosystem%20Mapping/Esalen_bauplm.png","cached_new":"/img/Esalen_bauplm.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.8,"cultural":0.2,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/esalen","slug":"esalen","sourceDir":"ecosystem/profiles"},{"title":"Essentia Foundation","image":{"url":"https://www.essentiafoundation.org/wp-content/uploads/GSFC_20171208_Archive_e000273_orig.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645012830/Ecosystem%20Mapping/essentia_nygtmu.jpg","cached_new":"/img/essentia_nygtmu.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"essentia-foundation","url":"https://www.essentiafoundation.org/","tagline":"","activity":["media","events"],"topic":["spirituality"],"regions":"","started":"","ended":"","active":"","people":["Fred Matser","Evert Greup","Jan van der Greef","Bernardo Kastrup"],"notes_data_entry":"","facebook":"https://www.facebook.com/EssentiaFoundation/","twitter":"https://twitter.com/EssentiaFounda1","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCHKZdDf09_8vVHm102fu0sgg","blog":"not-found","logo":{"url":"https://www.essentiafoundation.org/wp-content/uploads/logo-black-e1609768271849.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638459638/Ecosystem%20Mapping/essentia_foundation_vqpluy.png","cached_new":"/img/essentia_foundation_vqpluy.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":1,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/essentia-foundation","slug":"essentia-foundation","sourceDir":"ecosystem/profiles"},{"title":"Evidence-based wisdom","image":{"url":"https://evidencebasedwisdom.files.wordpress.com/2019/07/artificial-intelligence-3382507_1920.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645011400/Ecosystem%20Mapping/artificial-intelligence-3382507_1920_og8vkd.jpg","cached_new":"/img/artificial-intelligence-3382507_1920_og8vkd.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"evidence-based-wisdom","url":"https://evidencebasedwisdom.com/","tagline":"","activity":["media","education"],"topic":["development"],"regions":"North America","started":"","ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/EBasedwisdom/","twitter":"https://twitter.com/EBasedwisdom/","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.18169-9/17362697_185868608577871_8740154654562142983_n.png?_nc_cat=105&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=qSB_t51aPfAAX_l7wuK&_nc_ht=scontent-lcy1-1.xx&oh=ffb21390bb2b3a497cbb3b60bfe056e7&oe=61B928C2","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060729/Ecosystem%20Mapping/Evidence_based_wisdom_l0kgbj.png","cached_new":"/img/Evidence_based_wisdom_l0kgbj.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/evidence-based-wisdom","slug":"evidence-based-wisdom","sourceDir":"ecosystem/profiles"},{"title":"Extinction Rebellion","image":{"url":"https://scontent-cdt1-1.xx.fbcdn.net/v/t39.30808-6/241970448_1057654531730028_6262784573926464916_n.png?_nc_cat=106&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=2oNOKzSp93UAX8zIg1B&_nc_ht=scontent-cdt1-1.xx&oh=8ffd03fd9408938e6cb01f8d189c7e18&oe=61982870","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637058986/Ecosystem%20Mapping/XR_h0hq7w.png","cached_new":"/img/XR_h0hq7w.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"extinction-rebellion","url":"https://rebellion.earth/","tagline":"","activity":["advocacy","network"],"topic":["ecology","politics"],"regions":"Worldwide","started":2018,"ended":"","active":"Y","people":["Gail Bradbrook","Skeena Rathor","Adam Woodhall","Rupert Read","Jessica Townsend"],"notes_data_entry":"","facebook":"https://www.facebook.com/XRebellionUK/","twitter":"https://twitter.com/xrebellionuk","instagram":"https://www.instagram.com/xrebellionuk/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCYThdLKE6TDwBJh-qDC6ICA","blog":"not-found","logo":{"url":"https://scontent-cdt1-1.xx.fbcdn.net/v/t39.30808-6/241970448_1057654531730028_6262784573926464916_n.png?_nc_cat=106&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=2oNOKzSp93UAX8zIg1B&_nc_ht=scontent-cdt1-1.xx&oh=8ffd03fd9408938e6cb01f8d189c7e18&oe=61982870","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637058986/Ecosystem%20Mapping/XR_h0hq7w.png","cached_new":"/img/XR_h0hq7w.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.1,"cultural":0.1,"systems":0.8,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/extinction-rebellion","slug":"extinction-rebellion","sourceDir":"ecosystem/profiles"},{"title":"A Fairer Society","image":{"url":"https://media1-production-mightynetworks.imgix.net/asset/11568195/AFS_corelogo_SOCIAL.jpg","cached":"","cached_new":"#N/A","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"fairer-society","url":"https://livein.afairersociety.com/","tagline":"We help our clients build a fairer society, one community at a time.","activity":["business","spaces"],"topic":["community","work"],"regions":"UK","locations":["Uckfield, GB","Liverpool, GB"],"started":"","ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/afairersociety/","twitter":"https://twitter.com/afairersociety","instagram":"not-found","linkedin":"https://www.linkedin.com/company/afairersociety","youtube":"not-found","blog":"not-found","logo":{"url":"https://media1-production-mightynetworks.imgix.net/asset/11568195/AFS_corelogo_SOCIAL.jpg","cached":"","cached_new":"#N/A","type":"NestedUrl","_raw":{}},"curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/fairer-society","slug":"fairer-society","sourceDir":"ecosystem/profiles"},{"title":"Fathom Trust","image":{"url":"https://fathomtrust.com/wp-content/uploads/2021/05/DSC01065-400x600.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645023330/Ecosystem%20Mapping/fathom_gpfoq6.jpg","cached_new":"/img/fathom_gpfoq6.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"fathom-trust","url":"https://fathomtrust.com/","tagline":"Making Well","activity":["spaces"],"topic":["wellbeing","community"],"regions":"","locations":["GB"],"started":"","ended":"","active":"","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/185672834_100432912236962_3269700171973514384_n.png?_nc_cat=107&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=hQ3PDMenwCAAX9DjxtP&_nc_ht=scontent-lcy1-1.xx&oh=00_AT_KRRMYbGAdx_1Rxxdqy6V8AxAla7AzEoUJJwDOKD3iig&oe=6245E357","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646394145/Ecosystem%20Mapping/185672834_100432912236962_3269700171973514384_n.png_rsrdwc.png","cached_new":"/img/185672834_100432912236962_3269700171973514384_n.png_rsrdwc.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/fathom-trust","slug":"fathom-trust","sourceDir":"ecosystem/profiles"},{"title":"Findhorn Foundation","image":{"url":"https://www.findhorn.org/","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644912620/Ecosystem%20Mapping/FindhornFoundation-nature-sanctuary-meditation-quiet-garden-4-1_f3g7k2.webp","cached_new":"/img/FindhornFoundation-nature-sanctuary-meditation-quiet-garden-4-1_f3g7k2.webp","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"findhorn-foundation","url":"https://www.findhorn.org/","tagline":"","activity":["spaces","events"],"topic":["community","spirituality"],"regions":"Scotland","locations":["Forres, GB"],"started":1962,"ended":"","active":"Y","people":["Kathy Tyler","Rachel K Olson"],"notes_data_entry":"","facebook":"https://www.facebook.com/findhornfoundation","twitter":"https://twitter.com/FindhornFound","instagram":"https://www.instagram.com/findhornfoundation/","linkedin":"not-found","youtube":"https://www.youtube.com/user/FindhornFoundation","blog":"not-found","logo":{"url":"https://www.findhorn.org/wp-content/uploads/2018/09/FF-LOGO.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633426825/Ecosystem%20Mapping/FF-LOGO_likqwk.png","cached_new":"/img/FF-LOGO_likqwk.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.8,"cultural":0.2,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/findhorn-foundation","slug":"findhorn-foundation","sourceDir":"ecosystem/profiles"},{"title":"Flourishing Diversity","image":{"url":"http://flourishingdiversity.com/wp-content/uploads/2020/10/fdslogo-copy.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393746/Ecosystem%20Mapping/fdslogo-copy_ielch3.png","cached_new":"/img/fdslogo-copy_ielch3.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"flourishing-diversity","url":"http://flourishingdiversity.com/","tagline":"We bring together voices from all over the world to explore humanity’s interconnection with the lands, waters, forests and fellow species. We create spaces to listen to and learn from all life.","activity":["media","network"],"topic":["ecology"],"regions":"UK","locations":["London, GB","Bristol, GB"],"started":2019,"ended":"","active":"Y","people":["Laura Tyley"],"notes_data_entry":"Thank you for putting this incredible resource together! ","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"http://flourishingdiversity.com/wp-content/uploads/2020/10/fdslogo-copy.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393746/Ecosystem%20Mapping/fdslogo-copy_ielch3.png","cached_new":"/img/fdslogo-copy_ielch3.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/flourishing-diversity","slug":"flourishing-diversity","sourceDir":"ecosystem/profiles"},{"title":"For The Wild Podcast","image":{"url":"https://images.squarespace-cdn.com/content/v1/5403e5dbe4b04db10d1d362b/1609445423024-7UCBD80SVI392WD8CG8P/LoggedForest_KoaKalish.jpeg?format=1000w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644936017/Ecosystem%20Mapping/for_the_wild_h8d1pi.jpg","cached_new":"/img/for_the_wild_h8d1pi.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"for-the-wild-podcast","url":"https://forthewild.world/","tagline":"","activity":["media","advocacy"],"topic":["ecology","politics"],"regions":"Worldwide","locations":["Cascadia, US"],"started":2014,"ended":"","active":"Y","people":[],"notes_data_entry":"Location on twitter is 'cascadia'... not heard of this and unclear if this is technically part of US - charlotte","facebook":"https://www.facebook.com/forthewild.world/","twitter":"https://twitter.com/ForTheWild_","instagram":"http://instagram.com/for.the.wild/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://images.squarespace-cdn.com/content/5403e5dbe4b04db10d1d362b/1576009090772-BA18WE4IWU2Q3VA8ZNYQ/FTW_Logo_CoverArt.jpg?content-type=image%2Fjpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972737/Ecosystem%20Mapping/for_the_wild_v9edyw.jpg","cached_new":"/img/for_the_wild_v9edyw.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/for-the-wild-podcast","slug":"for-the-wild-podcast","sourceDir":"ecosystem/profiles"},{"title":"The Future is Beautiful","image":{"url":"https://i1.wp.com/www.thefutureisbeautiful.co/wp-content/uploads/2020/03/The-Vision-Wisdom-Activism-We-Need-3.png?w=828&ssl=1","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645006499/Ecosystem%20Mapping/Amisha-Yoga-Meditation_joyeyr.jpg","cached_new":"/img/Amisha-Yoga-Meditation_joyeyr.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"future-is-beautiful","url":"https://www.thefutureisbeautiful.co/","tagline":"","activity":["media","education"],"topic":["politics","development"],"regions":"UK","locations":["London, GB"],"started":2016,"ended":"","active":"Y","people":["Amisha Ghadiali"],"notes_data_entry":"","facebook":"http://www.facebook.com/thefutureisbeautiful","twitter":"http://www.twitter.com/thinkactvote","instagram":"http://instagram.com/thefutureisbeautiful","linkedin":"","youtube":"","blog":"","logo":{"url":"https://i0.wp.com/www.thefutureisbeautiful.co/wp-content/uploads/2020/01/cropped-The-Future-Is-Beautiful-Logo.png?fit=2852%2C1157&ssl=1","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/future-is-beautiful","slug":"future-is-beautiful","sourceDir":"ecosystem/profiles"},{"title":"Future Thinkers","image":{"url":"https://futurethinkers.org/wp-content/uploads/2019/08/1200px-Junction_2015-682x682.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644936535/Ecosystem%20Mapping/future_thinkers_r2rcz6.jpg","cached_new":"/img/future_thinkers_r2rcz6.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"future-thinkers","url":"https://futurethinkers.org/","tagline":"","activity":["spaces","media"],"topic":["ecology","community"],"regions":"Canada","locations":["British Columbia, CA"],"started":2013,"ended":"","active":"Y","people":["Euvie Ivanova & Mike Gilliand"],"notes_data_entry":"","facebook":"https://www.facebook.com/wearefuturethinkers/","twitter":"https://futurethinkers.org/twitter","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/user/wearefuturethinkers","blog":"not-found","logo":{"url":"https://futurethinkers.org/wp-content/uploads/2015/06/Future-Thinkers-Text-Logo2-1-300x149.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972743/Ecosystem%20Mapping/future_thinkers_k05yql.png","cached_new":"/img/future_thinkers_k05yql.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.2,"cultural":0.4,"systems":0.4,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/future-thinkers","slug":"future-thinkers","sourceDir":"ecosystem/profiles"},{"title":"Gaia House","image":{"url":"https://gaiahouse.co.uk/wp-content/uploads/gaia-house-front-garden-slide.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644936614/Ecosystem%20Mapping/gaia-house-front-garden-slide_idssik.jpg","cached_new":"/img/gaia-house-front-garden-slide_idssik.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"gaia-house","url":"https://gaiahouse.co.uk/","tagline":"","activity":["events","education"],"topic":["spirituality","community"],"regions":"UK","locations":["Devon, GB"],"started":1983,"ended":"","active":"Y","people":["Catherine McGee","Zohar LaVie","Stephen Bachelor"],"notes_data_entry":"","facebook":"https://www.facebook.com/Gaia.House.UK","twitter":"https://twitter.com/GaiaHouseUK","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://gaiahouse.co.uk/wp-content/uploads/gaia-house-logo.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973127/Ecosystem%20Mapping/gaia-house_he40iz.png","cached_new":"/img/gaia-house_he40iz.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/gaia-house","slug":"gaia-house","sourceDir":"ecosystem/profiles"},{"title":"GameB","image":{"url":"https://media1-production-mightynetworks.imgix.net/asset/17459781/LogoOnly.jpg?ixlib=rails-0.3.0&fm=jpg&q=100&auto=format&w=256&h=256&fit=crop&crop=faces&impolicy=Avatar","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059164/Ecosystem%20Mapping/GameB_zndwwt.webp","cached_new":"/img/GameB_zndwwt.webp","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"gameb","url":"https://www.game-b.org/landing?space_id=3844035","tagline":"","activity":["network","media"],"topic":["politics","governance"],"regions":"","started":"-","ended":"","active":"Yes","people":["Jim Rutt","Jordan Hall","Daniel Schmatenberger","Jamie Wheal"],"notes_data_entry":"limited info on wesite as you have to 'request to join' to access more info, so i've done some guesswork - might be worth joining to find out more? - charlotte","facebook":"not-found (look better?)","twitter":"not-found (look better?)","instagram":"not-found (look better?)","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://media1-production-mightynetworks.imgix.net/asset/17459781/LogoOnly.jpg?ixlib=rails-0.3.0&fm=jpg&q=100&auto=format&w=256&h=256&fit=crop&crop=faces&impolicy=Avatar","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059164/Ecosystem%20Mapping/GameB_zndwwt.webp","cached_new":"/img/GameB_zndwwt.webp","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0.3,"systems":0.7,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/gameb","slug":"gameb","sourceDir":"ecosystem/profiles"},{"title":"Gift of Compassion","image":{"url":"https://gocompassion.org/wp-content/uploads/2021/02/logo-gift-of-compassion.svg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"gift-of-compassion","url":"https://gocompassion.org/","tagline":"","activity":[],"topic":[],"regions":"","locations":["US?"],"started":"","ended":"","active":"Yes","people":["Angela Oh"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://gocompassion.org/wp-content/uploads/2021/02/logo-gift-of-compassion.svg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/gift-of-compassion","slug":"gift-of-compassion","sourceDir":"ecosystem/profiles"},{"title":"Global Conscious Movement","image":{"url":"https://static.wixstatic.com/media/d4e341_7266cbe9f60d4ad287d74f663ef3b6fd~mv2.png/v1/fill/w_796,h_200,al_c,q_85,usm_0.66_1.00_0.01/GCM%20Logo_Black.webp","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"global-conscious-movement","url":"https://www.globalconscious.co.uk/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Global"],"started":"Unsure","ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://static.wixstatic.com/media/d4e341_7266cbe9f60d4ad287d74f663ef3b6fd~mv2.png/v1/fill/w_796,h_200,al_c,q_85,usm_0.66_1.00_0.01/GCM%20Logo_Black.webp","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/global-conscious-movement","slug":"global-conscious-movement","sourceDir":"ecosystem/profiles"},{"title":"Global Witness","image":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.18169-9/15192626_1220720957989223_9082972287758755747_n.png?_nc_cat=106&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=CoXXGmMOP_4AX_kNtJJ&_nc_ht=scontent.fbhx4-2.fna&oh=6f9689a3ea37e7d477f6519eeabbf80d&oe=6183B379","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"global-witness","url":"https://www.globalwitness.org/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Global"],"started":1993,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.18169-9/15192626_1220720957989223_9082972287758755747_n.png?_nc_cat=106&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=CoXXGmMOP_4AX_kNtJJ&_nc_ht=scontent.fbhx4-2.fna&oh=6f9689a3ea37e7d477f6519eeabbf80d&oe=6183B379","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"NN","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/global-witness","slug":"global-witness","sourceDir":"ecosystem/profiles"},{"title":"Heart Politics","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"heart-politics","url":"http://heartpolitics.org.nz/","tagline":"","activity":[],"topic":[],"regions":"","started":"","ended":"","active":"","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/heart-politics","slug":"heart-politics","sourceDir":"ecosystem/profiles"},{"title":"HOME","image":{"url":"https://miro.medium.com/max/1400/1*PuvYZPDOjoQsl08vP7ZQWg.jpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644936974/Ecosystem%20Mapping/home_thyegy.jpg","cached_new":"/img/home_thyegy.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"home","url":"https://aschoolcalledhome.org/","tagline":"","activity":["education","events"],"topic":["community","development"],"regions":"Sweden","locations":["Östervåla, SE"],"started":2018,"ended":"","active":"Y","people":["Dougald Hine","Anna Bjorkman"],"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"https://medium.com/a-school-called-home","logo":{"url":"https://i1.wp.com/aschoolcalledhome.org/wp-content/uploads/2018/03/Screen-Shot-2018-03-08-at-14.17.19.jpg?w=1440&ssl=1","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973115/Ecosystem%20Mapping/Home_wg3srp.webp","cached_new":"/img/Home_wg3srp.webp","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/home","slug":"home","sourceDir":"ecosystem/profiles"},{"title":"How The Light Gets In","image":{"url":"https://pbs.twimg.com/profile_images/1248211971809218560/xESdClqz_400x400.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"how-the-light-gets-in","url":"https://howthelightgetsin.org/","tagline":"","activity":[],"topic":[],"regions":"","locations":["UK"],"started":"","ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://pbs.twimg.com/profile_images/1248211971809218560/xESdClqz_400x400.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/how-the-light-gets-in","slug":"how-the-light-gets-in","sourceDir":"ecosystem/profiles"},{"title":"Impact Hub","image":{"url":"https://impacthub.net/wp-content/uploads/2017/10/logo-main.svg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"impact-hub","url":"https://impacthub.net/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Global (UN)"],"started":2005,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://impacthub.net/wp-content/uploads/2017/10/logo-main.svg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/impact-hub","slug":"impact-hub","sourceDir":"ecosystem/profiles"},{"title":"Impact Theory","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"impact-theory","url":"https://impacttheory.com/","tagline":"","activity":[],"topic":[],"regions":"","locations":["US"],"started":2016,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/impact-theory","slug":"impact-theory","sourceDir":"ecosystem/profiles"},{"title":"Institute of Noetic Sciences","image":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/61256861_2161029123945344_3241801320285339648_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=9wZYkZ0Kf6QAX9sna9t&_nc_ht=scontent.fbhx4-2.fna&oh=bf451f6ff91d9828e088e9413fc2680f&oe=6182E8F1","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"institute-of-noetic-sciences","url":"https://noetic.org","tagline":"","activity":[],"topic":[],"regions":"","started":"","ended":"","active":"","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/61256861_2161029123945344_3241801320285339648_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=9wZYkZ0Kf6QAX9sna9t&_nc_ht=scontent.fbhx4-2.fna&oh=bf451f6ff91d9828e088e9413fc2680f&oe=6182E8F1","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/institute-of-noetic-sciences","slug":"institute-of-noetic-sciences","sourceDir":"ecosystem/profiles"},{"title":"Integral Life","image":{"url":"https://cdn-bfiho.nitrocdn.com/zzpmBMsOKhwaececAhGHncOFbbwatBIq/assets/static/optimized/rev-a33133f/wp-content/uploads/2022/02/Ancestry-Practice-notitle-2-1024x576.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645014374/Ecosystem%20Mapping/integral_life_wwlrcg.jpg","cached_new":"/img/integral_life_wwlrcg.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"integral-life","url":"https://integrallife.com","tagline":"","activity":["media","network"],"topic":["development","spirituality"],"regions":"Worldwide","started":2006,"ended":"","active":"Y","people":["Ken Wilber"],"notes_data_entry":"no location - just an online global community","facebook":"https://www.facebook.com/Integral-Life-51300016841/","twitter":"https://twitter.com/integrallife","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/user/IntegralNaked","blog":"not-found","logo":{"url":"https://integrallife.com/wp-content/uploads/2016/07/IntegralLife_logo-500px-Trans-middle.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973104/Ecosystem%20Mapping/Integral_Life_svdv9v.png","cached_new":"/img/Integral_Life_svdv9v.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.7,"cultural":0.3,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/integral-life","slug":"integral-life","sourceDir":"ecosystem/profiles"},{"title":"Integral Zen","image":{"url":"https://integralzen.org/uploads/medium/kodo3_a9w3xq9f.JPG","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644940919/Ecosystem%20Mapping/kodo3_a9w3xq9f_ilhe4w.jpg","cached_new":"/img/kodo3_a9w3xq9f_ilhe4w.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"integral-zen","url":"https://integralzen.org","tagline":"","activity":["events","education"],"topic":["spirituality","development"],"regions":"US","locations":["Colorado, US"],"started":2005,"ended":"","active":"Y","people":["Doshin Roshi","Daniel Thorsen","Ivo Mensch"],"notes_data_entry":"","facebook":"https://www.facebook.com/IntegralZen","twitter":"https://twitter.com/integralzen","instagram":"https://www.instagram.com/integralzen/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/969143454818295808/8flO4UV__400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973095/Ecosystem%20Mapping/Integral_Zen_zegnm2.jpg","cached_new":"/img/Integral_Zen_zegnm2.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/integral-zen","slug":"integral-zen","sourceDir":"ecosystem/profiles"},{"title":"Intentional Society","image":{"url":"https://www.intentionalsociety.org/static/deb792b4ec7671c25b95062cd5bab23a/a2b05/wave-to-internet.webp","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645194606/Ecosystem%20Mapping/Intentional%20Society.webp","cached_new":"/img/Intentional%20Society.webp","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"intentional-society","url":"https://www.intentionalsociety.org","tagline":"A community for people who want to grow","activity":["network"],"topic":["development","community"],"regions":"","locations":["Online - time zones from New Zealand to Nigeria"],"started":2020,"ended":"","active":"Y","people":["James Baker"],"notes_data_entry":"at the intersection of relational practices (Authentic Relating, Circling, Collective Presencing) and adult development (ego development, coaching), with a Microsolidarity organizing approach","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://www.intentionalsociety.org/images/is-draft-logo.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393706/Ecosystem%20Mapping/is-draft-logo_dabnvv.jpg","cached_new":"/img/is-draft-logo_dabnvv.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/intentional-society","slug":"intentional-society","sourceDir":"ecosystem/profiles"},{"title":"International Bateson Institute","image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t31.18172-8/13690930_1150874694962925_3095967598829956745_o.jpg?_nc_cat=103&ccb=1-5&_nc_sid=9267fe&_nc_ohc=S5FOKGdAtVMAX_0mKYJ&_nc_ht=scontent.fgla3-2.fna&oh=00_AT-iIbbVieeAjp1l6aDdCkgNN38uzClEnUxT1DSpvplMLg&oe=622FEC8A","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644933654/Ecosystem%20Mapping/bateson_h7nwpu.jpg","cached_new":"/img/bateson_h7nwpu.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"international-bateson-institute","url":"https://batesoninstitute.org/","tagline":"","activity":["research","education"],"topic":["governance"],"regions":"Europe","locations":["Stokholm, SE"],"started":2018,"ended":"","active":"Y","people":["Nora Bateson ","Gregory Bateson","William Bateson"],"notes_data_entry":"","facebook":"https://www.facebook.com/internationalbatesoninstitute","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://batesoninstitute.org/wp-content/uploads/2018/08/IBI-logo2-01.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633510744/Ecosystem%20Mapping/IBI-logo2-01_vokg1r.svg","cached_new":"/img/IBI-logo2-01_vokg1r.svg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/international-bateson-institute","slug":"international-bateson-institute","sourceDir":"ecosystem/profiles"},{"title":"Joe Rogan Experience Podcast","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"joe-rogan-experience-podcast","url":"https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk","tagline":"","activity":[],"topic":[],"regions":"","locations":["US"],"started":2009,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/joe-rogan-experience-podcast","slug":"joe-rogan-experience-podcast","sourceDir":"ecosystem/profiles"},{"title":"K9 Coliving","image":{"url":"https://images.squarespace-cdn.com/content/v1/5a72fce680bd5e563a9723fc/1543509531954-HROW48OFP4EXISXFT7WT/Screen+Shot+2018-11-29+at+5.34.17+PM.png?format=500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644941178/Ecosystem%20Mapping/K9_kv6ptm.png","cached_new":"/img/K9_kv6ptm.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"k9-coliving","url":"https://www.k9coliving.com/","tagline":"","activity":["spaces"],"topic":["community","wellbeing"],"regions":"","locations":["Sweden"],"started":2016,"ended":"","active":"Yes","people":["Alex Bjorkman"],"notes_data_entry":"","facebook":"\nhttps://www.facebook.com/k9coliving","twitter":"not-found","instagram":"https://www.instagram.com/k9coliving/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/88331206_853950778411399_928951913741811712_n.png?_nc_cat=101&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=wJY-gOCSvlsAX9b0tMX&_nc_ht=scontent-lcy1-1.xx&oh=73b62abd16e6d1353c8635f6199a9203&oe=61B9103B","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059890/Ecosystem%20Mapping/K9_coliving_wjxdzb.png","cached_new":"/img/K9_coliving_wjxdzb.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.2,"cultural":0.7,"systems":0.1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/k9-coliving","slug":"k9-coliving","sourceDir":"ecosystem/profiles"},{"title":"La Matrice","image":{"url":"https://twitter.com/MatriceCampus/header_photo","cached_new":"/img/la-matrice-image.jpeg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"la-matrice","url":"https://www.lamatrice.space/","tagline":"","activity":["network","education","spaces"],"topic":["community"],"regions":null,"locations":["Ottignies-Louvain-la-Neuve, Belgium"],"started":2022,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/lamatricecampus","twitter":"https://twitter.com/MatriceCampus","instagram":"https://www.instagram.com/lamatricecampus/","linkedin":null,"youtube":null,"blog":null,"logo":{"url":"https://www.facebook.com/photo?fbid=131841049605695&set=a.131841052939028","cached_new":"/img/la-matrice.jpeg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.2,"cultural":0.4,"systems":0.4,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/la-matrice","slug":"la-matrice","sourceDir":"ecosystem/profiles"},{"title":"Landmark","image":{"url":"https://lh3.googleusercontent.com/proxy/goBzhSS3kHhlPKyEv07IlMnNjrXE4P1cG8o9O_joC7nT693A-BiNwikwenxirgkBxKl9bIG20GQj2WFVl6zpJCVf74irCuuQwIHW3nLgvTbQKS8YkCbMp0t4","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"landmark","url":"https://www.landmarkworldwide.com","tagline":"","activity":[],"topic":[],"regions":"","locations":["Worldwide"],"started":1971,"ended":"","active":"Yes","people":["Werner","Burgu","Per","Pip"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://lh3.googleusercontent.com/proxy/goBzhSS3kHhlPKyEv07IlMnNjrXE4P1cG8o9O_joC7nT693A-BiNwikwenxirgkBxKl9bIG20GQj2WFVl6zpJCVf74irCuuQwIHW3nLgvTbQKS8YkCbMp0t4","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/landmark","slug":"landmark","sourceDir":"ecosystem/profiles"},{"title":"Larger Us","image":{"url":"https://larger.us/","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644913022/Ecosystem%20Mapping/larger_us_xsjjto.webp","cached_new":"/img/larger_us_xsjjto.webp","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"larger-us","url":"https://larger.us","tagline":"","activity":["advocacy","research"],"topic":["politics","community"],"regions":"UK","locations":["Leeds, GB"],"started":2019,"ended":"","active":"Y","people":["Alex Evans "],"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/LargerUsNetwork","instagram":"not-found","linkedin":"https://www.linkedin.com/company/larger-us/","youtube":"not-found","blog":"not-found","logo":{"url":"https://larger.us/wp-content/uploads/2020/12/logo-green.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633364959/Ecosystem%20Mapping/logo-green_qev3tt.svg","cached_new":"/img/logo-green_qev3tt.svg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.1,"cultural":0.9,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/larger-us","slug":"larger-us","sourceDir":"ecosystem/profiles"},{"title":"Life Itself","image":{"url":"https://lifeitself.us/wp-content/uploads/2020/12/life-itself-logo.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633363990/Ecosystem%20Mapping/life-itself-logo_syl7ai.svg","cached_new":"/img/life-itself-logo_syl7ai.svg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"life-itself","url":"https://lifeitself.us","tagline":"","activity":["spaces","research"],"topic":["development","community"],"regions":"EU","locations":["Bergerac, FR","Berlin, DE","London, GB"],"started":2015,"ended":"","active":"Y","people":["Rufus Pollock","Liam Kavanagh","Sylvie Barbier"],"notes_data_entry":"","facebook":"https://www.facebook.com/forlifeitself/","twitter":"https://twitter.com/forlifeitself/","instagram":"https://www.instagram.com/forlifeitself/","linkedin":"https://www.linkedin.com/company/life-itself","youtube":"https://www.youtube.com/channel/UCmBq3VO9w_MLTKD_CHsYN-Q","blog":"https://lifeitself.us/blog/","logo":{"url":"https://lifeitself.us/wp-content/uploads/2020/12/life-itself-logo.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633363990/Ecosystem%20Mapping/life-itself-logo_syl7ai.svg","cached_new":"/img/life-itself-logo_syl7ai.svg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.4,"cultural":0.4,"systems":0.2,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/life-itself","slug":"life-itself","sourceDir":"ecosystem/profiles"},{"title":"Liminal Learning Portal","image":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/94143992_106883267667332_451784302741422080_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=mu7bQT9JhYQAX-vwne9&_nc_ht=scontent-lcy1-1.xx&oh=456d1bf2c467424d0bfd58842321124e&oe=61B753B9","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059653/Ecosystem%20Mapping/Liminal_Learning_Portal_jfobiu.jpg","cached_new":"/img/Liminal_Learning_Portal_jfobiu.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"liminal-learning-portal","url":"https://tllp.org/","tagline":"","activity":["media","education"],"topic":["development","politics"],"regions":"UK","locations":["Oxford, GB"],"started":"","ended":"","active":"Y","people":[],"notes_data_entry":"interestingly, these guys have done their own version of your ecosystem mapping! - charlotte","facebook":"https://www.facebook.com/TheLiminalLearningPortal/","twitter":"http://twitter.com/TheLLPortal","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCCXfEqvyLef8aDvPOB5MUTQ","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/94143992_106883267667332_451784302741422080_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=mu7bQT9JhYQAX-vwne9&_nc_ht=scontent-lcy1-1.xx&oh=456d1bf2c467424d0bfd58842321124e&oe=61B753B9","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059653/Ecosystem%20Mapping/Liminal_Learning_Portal_jfobiu.jpg","cached_new":"/img/Liminal_Learning_Portal_jfobiu.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.5,"cultural":0.5,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/liminal-learning-portal","slug":"liminal-learning-portal","sourceDir":"ecosystem/profiles"},{"title":"Liminal Village","image":{"url":"https://liminalvillage.com/wp-content/uploads/2019/08/IMG_7366.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942007/Ecosystem%20Mapping/liminal_village_o3uoan.jpg","cached_new":"/img/liminal_village_o3uoan.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"liminal-village","url":"http://liminalvillage.com/","tagline":"","activity":["spaces","education"],"topic":["community","development"],"regions":"Italy","locations":["Marche, IT"],"started":"","ended":"","active":"Y","people":[],"notes_data_entry":"start date unclear and no social media - charlotte","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://media-exp1.licdn.com/dms/image/C4D0BAQHX_zWMR5ZSeg/company-logo_200_200/0/1619428882770?e=1641427200&v=beta&t=kZYLoI7dkK8FhtkgfuehLArMqIu1PhN9blU1mskXKxI","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973475/Ecosystem%20Mapping/Liminal_Village_yxi49h.jpg","cached_new":"/img/Liminal_Village_yxi49h.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.5,"cultural":0.3,"systems":0.2,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/liminal-village","slug":"liminal-village","sourceDir":"ecosystem/profiles"},{"title":"Metamoderna","image":{"url":"https://metamoderna.org/wp-content/uploads/2022/02/Protopia.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645013873/Ecosystem%20Mapping/Protopia_brfbbo.png","cached_new":"/img/Protopia_brfbbo.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"metamoderna","url":"https://metamoderna.org/","tagline":"","activity":["media","education"],"topic":["politics","governance"],"regions":"Sweden","locations":["SE"],"started":2014,"ended":"","active":"Y","people":["Daniel Gortz","Emil Ejner Friis"],"notes_data_entry":"","facebook":"https://www.facebook.com/metamoderna","twitter":"https://twitter.com/Metamoderna","instagram":"https://www.instagram.com/hanzifreinacht/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSHX9WfYLpgBjm2SB1455FiTN48lS96ZNncxG_nu5BaIizG_2pr","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633427246/Ecosystem%20Mapping/images_kplcen.png","cached_new":"/img/images_kplcen.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.1,"cultural":0.6,"systems":0.3,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/metamoderna","slug":"metamoderna","sourceDir":"ecosystem/profiles"},{"title":"Microsolidarity","image":{"url":"https://291427895-files.gitbook.io/~/files/v0/b/gitbook-28427.appspot.com/o/assets%2F-LU3FK9LrDJt_kDjvIFM%2F-LU3U8xM02roGgMn3AGx%2F-LU3UZENfl3PUpJf4bFG%2Ffractal-map-of-belonging-edited.jpg?alt=media&token=a1c2bcd0-4f21-40d9-8c68-4be5851efc10","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942135/Ecosystem%20Mapping/fractal-map-of-belonging-edited_wduaul.jpg","cached_new":"/img/fractal-map-of-belonging-edited_wduaul.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"microsolidarity","url":"https://www.microsolidarity.cc/","tagline":"","activity":["network","education"],"topic":["community","development"],"regions":"","started":2018,"ended":"","active":"Y","people":["Richard D. Bartlett"],"notes_data_entry":"online platform with resources for making communities so no location - charlotte","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded/1092286/1092286-1550274124491-4dbc589e71fdb.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973470/Ecosystem%20Mapping/Microsolidarity_l1x1d3.jpg","cached_new":"/img/Microsolidarity_l1x1d3.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.4,"cultural":0.2,"systems":0.4,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/microsolidarity","slug":"microsolidarity","sourceDir":"ecosystem/profiles"},{"title":"Mind and Life Europe","image":{"url":"https://www.mindandlife-europe.org/our-work/mle-retreat/#gallery-486-8","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644929316/Ecosystem%20Mapping/MLE_lurqhm.jpg","cached_new":"/img/MLE_lurqhm.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"mind-and-life-europe","url":"https://www.mindandlife-europe.org/","tagline":"","activity":["research","events"],"topic":["spirituality","development"],"regions":"Switzerland","locations":["Winterthur, CH"],"started":2008,"ended":"","active":"Y","people":["Amy Cohen Varela"],"notes_data_entry":"","facebook":"https://www.facebook.com/mindandlifeEU/","twitter":"https://twitter.com/mindandlifeeu","instagram":"not-found","linkedin":"https://www.linkedin.com/company/mindandlife-europe/","youtube":"not-found","blog":"not-found","logo":{"url":"https://www.mindandlife-europe.org/fileadmin/lombego/layout/images/page_defaults/logo-mind-and-life-europe.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633428800/Ecosystem%20Mapping/logo-mind-and-life-europe_vkjh4a.svg","cached_new":"/img/logo-mind-and-life-europe_vkjh4a.svg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.5,"cultural":0.5,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/mind-and-life-europe","slug":"mind-and-life-europe","sourceDir":"ecosystem/profiles"},{"title":"Mind and Life","image":{"url":"https://3eflcosga2p27vjw240zkfmu-wpengine.netdna-ssl.com/wp-content/uploads/2021/10/2019-SRI-Slideshow-003.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644929186/Ecosystem%20Mapping/mind_and_life_povd8a.jpg","cached_new":"/img/mind_and_life_povd8a.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"mind-and-life","url":"https://www.mindandlife.org/","tagline":"","activity":["research","events"],"topic":["spirituality","development"],"regions":"US","locations":["Virginia, US"],"started":1987,"ended":"","active":"Y","people":["Susan Bauer-Wu"],"notes_data_entry":"","facebook":"https://www.facebook.com/mindandlife?utm_source=FB&utm_medium=organic&utm_campaign=Footer","twitter":"https://twitter.com/mindandlife?utm_source=TW&utm_medium=organic&utm_campaign=Footer","instagram":"https://www.instagram.com/mindandlifeinstitute/?utm_source=IG&utm_medium=organic&utm_campaign=Footer","linkedin":"not-found","youtube":"https://www.youtube.com/user/mindandlifeinstitute","blog":"","logo":{"url":"https://pbs.twimg.com/profile_images/683963786009669632/ouPiSmOs_400x400.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633427906/Ecosystem%20Mapping/ouPiSmOs_400x400_bmkf46.png","cached_new":"/img/ouPiSmOs_400x400_bmkf46.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.5,"cultural":0.5,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/mind-and-life","slug":"mind-and-life","sourceDir":"ecosystem/profiles"},{"title":"Mindfulness and Social Change Network","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"mindfulness-and-social-change-network","url":"https://mindfulnessandsocialchange.org/","tagline":"","activity":[],"topic":[],"regions":"","started":"","ended":"","active":"?","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/mindfulness-and-social-change-network","slug":"mindfulness-and-social-change-network","sourceDir":"ecosystem/profiles"},{"title":"Mindfulness for Change","image":{"url":"https://medium.com/mindfulnessforchange/contemplative-education-16fac2471b73","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942302/Ecosystem%20Mapping/m_pzaeuw.jpg","cached_new":"/img/m_pzaeuw.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"mindfulness-for-change","url":"https://www.mindfulnessforchange.co.nz/","tagline":"","activity":["network","events"],"topic":["development","community"],"regions":"New Zealand","started":2015,"ended":"","active":"Y","people":["Ming Janssen","Richard Turton"],"notes_data_entry":"I've only wrote down a few of the people - Charlotte","facebook":"http://www.facebook.com/mindfulnessforchange","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"https://medium.com/@nicklaurence","logo":{"url":"https://images.squarespace-cdn.com/content/v1/58c313346b8f5b5e4d4d5c3e/1489215159909-TXDS5THO324PDNDOGQXA/mindfulnessforchangelogo.png?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973515/Ecosystem%20Mapping/Mindfulness_for_Change_ya40nd.png","cached_new":"/img/Mindfulness_for_Change_ya40nd.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.8,"cultural":0.2,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/mindfulness-for-change","slug":"mindfulness-for-change","sourceDir":"ecosystem/profiles"},{"title":"The Mindfulness Project","image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t39.30808-6/243098993_4446688975410819_7189102888643976436_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=2c4854&_nc_ohc=7xJZjOYJ8YIAX8LcwaC&_nc_ht=scontent.fgla3-2.fna&oh=00_AT8rDbO8RDciFu9UPaQS4R-4sMQ-7XgOmFYd_-WxrzAFIA&oe=62119200","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645006683/Ecosystem%20Mapping/mindfulness_ndfaf6.jpg","cached_new":"/img/mindfulness_ndfaf6.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"mindfulness-project","url":"https://www.mindfulness-project.org/","tagline":"","activity":["events","education"],"topic":["development","wellbeing"],"regions":"Germany","locations":["Hamburg, DE"],"started":2013,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/mindfulnessprojectthailand","twitter":"not-found","instagram":"https://www.instagram.com/mindfulnessprojectthailand/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCa-ISJR_srhSGV-5AsGUpKw","blog":"not-found","logo":{"url":"https://www.mindfulness-project.org/wp-content/uploads/2018/04/logoWhite1.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458846/Ecosystem%20Mapping/mindfulness_project_uwyog3.jpg","cached_new":"/img/mindfulness_project_uwyog3.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/mindfulness-project","slug":"mindfulness-project","sourceDir":"ecosystem/profiles"},{"title":"Mindvalley","image":{"url":"https://i.pinimg.com/originals/5a/10/ca/5a10ca30e2b3a599a1c648c0db7ffae3.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"mindvalley","url":"https://www.mindvalley.com/","tagline":"","activity":["education","media"],"topic":["work","tech"],"regions":"Online","started":2002,"ended":"","active":"Y","people":["Vishen Lakhiani"],"notes_data_entry":"","facebook":"https://www.facebook.com/mindvalley/","twitter":"","instagram":"https://www.instagram.com/mindvalley/","linkedin":"","youtube":"","blog":"","logo":{"url":"https://i.pinimg.com/originals/5a/10/ca/5a10ca30e2b3a599a1c648c0db7ffae3.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/mindvalley","slug":"mindvalley","sourceDir":"ecosystem/profiles"},{"title":"Monastic Academy","image":{"url":"https://i0.wp.com/www.monasticacademy.com/wp-content/uploads/2021/12/Screen-Shot-2021-12-07-at-1.32.37-PM.png?w=1294&ssl=1","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942415/Ecosystem%20Mapping/MA_idjxvi.png","cached_new":"/img/MA_idjxvi.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"monastic-academy","url":"https://www.monasticacademy.com/","tagline":"","activity":["events","education"],"topic":["spirituality","development"],"regions":"US","locations":["Vermont, US"],"started":2011,"ended":"","active":"Y","people":["Daniel Thorson"],"notes_data_entry":"","facebook":"https://www.facebook.com/monasticacademy/","twitter":"https://twitter.com/MonasticAcademy","instagram":"https://www.instagram.com/monasticacademy/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://i1.sndcdn.com/avatars-000628073310-cst70c-t500x500.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973460/Ecosystem%20Mapping/Monastic_Academy_fuuuzq.jpg","cached_new":"/img/Monastic_Academy_fuuuzq.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":1,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/monastic-academy","slug":"monastic-academy","sourceDir":"ecosystem/profiles"},{"title":"Moral Imaginations","image":{"url":"https://pbs.twimg.com/profile_images/1377211392823078913/Giro5ri3_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/moral_imaginations_is9ywe.jpg","cached_new":"/img/moral_imaginations_is9ywe.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"moral-imaginations","url":"https://www.moralimaginations.com/","tagline":"We are building a movement of moral imagination: collective imagining to increase radical kinship with the human and more-than-human worlds, present, past and future.","activity":["events","research"],"topic":["politics","arts"],"regions":"UK","locations":["London"],"started":2020,"ended":"","active":"Y","people":["Phoebe Tickell"],"notes_data_entry":"","facebook":"https://www.facebook.com/moralimaginations","twitter":"https://twitter.com/moral_imagining","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/1377211392823078913/Giro5ri3_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/moral_imaginations_is9ywe.jpg","cached_new":"/img/moral_imaginations_is9ywe.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.1,"cultural":0.5,"systems":0.4,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/moral-imaginations","slug":"moral-imaginations","sourceDir":"ecosystem/profiles"},{"title":"Nesta","image":{"url":"https://media.nesta.org.uk/images/nesta_vertical_logo_rgb.max-1200x600.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"nesta","url":"https://www.nesta.org.uk/","tagline":"","activity":[],"topic":[],"regions":"","locations":["UK"],"started":1998,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://media.nesta.org.uk/images/nesta_vertical_logo_rgb.max-1200x600.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/nesta","slug":"nesta","sourceDir":"ecosystem/profiles"},{"title":"New Economics Foundation","image":{"url":"https://neweconomics.org/uploads/images/_morepanel1/08_21_NEF_Retrofitting_campaign_doorknock_Edits-13.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645012943/Ecosystem%20Mapping/NEF_roazvg.jpg","cached_new":"/img/NEF_roazvg.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"new-economics-foundation","url":"https://neweconomics.org/","tagline":"","activity":["research","education"],"topic":[],"regions":"","locations":["UK"],"started":1986,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://neweconomics.org/uploads/images/nef-logo.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/new-economics-foundation","slug":"new-economics-foundation","sourceDir":"ecosystem/profiles"},{"title":"Newspeak House","image":{"url":"https://www.nwspk.com/assets/house-15412df1cb98576a94ef4fa4922b3a2ed0d03681988f5f54c402c4362a50afe6.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637004561/Ecosystem%20Mapping/Newspeak_house_jqtgqs.png","cached_new":"/img/Newspeak_house_jqtgqs.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"newspeak-house","url":"https://www.nwspk.com/","tagline":"","activity":["spaces","events"],"topic":["politics","tech"],"regions":"UK","locations":["London, GB"],"started":2015,"ended":"","active":"Y","people":["Ed Saperia"],"notes_data_entry":"","facebook":"https://www.facebook.com/nwspk","twitter":"https://twitter.com/nwspk","instagram":"https://www.instagram.com/explore/locations/1030775900/newspeak-house/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://media-exp1.licdn.com/dms/image/C560BAQGR--X_7aY3Gg/company-logo_200_200/0?e=2159024400&v=beta&t=XJkoKN_1y5G2KKhWAW4a4E5anw-XOCCo8PQ0RrG3Cao","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633428850/Ecosystem%20Mapping/0_t6xzxf.jpg","cached_new":"/img/0_t6xzxf.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/newspeak-house","slug":"newspeak-house","sourceDir":"ecosystem/profiles"},{"title":"Oi Polloi","image":{"url":"https://images.squarespace-cdn.com/content/v1/59bbcb42a803bbbf83d66412/1507885551474-UGWWD90OBB15LPQSMAHT/OP_Logotype1_RGB_Blue.jpg?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393757/Ecosystem%20Mapping/OP_Logotype1_RGB_Blue_xtstym.jpg","cached_new":"/img/OP_Logotype1_RGB_Blue_xtstym.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"oi-polloi","url":"www.oipolloi.io","tagline":"The many acting as one","activity":["business","network"],"topic":["arts","politics"],"regions":"Europe","locations":["Athens, GR","London, GB"],"started":"","ended":"","active":"","people":["Mary Valiakas"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://images.squarespace-cdn.com/content/v1/59bbcb42a803bbbf83d66412/1507885551474-UGWWD90OBB15LPQSMAHT/OP_Logotype1_RGB_Blue.jpg?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393757/Ecosystem%20Mapping/OP_Logotype1_RGB_Blue_xtstym.jpg","cached_new":"/img/OP_Logotype1_RGB_Blue_xtstym.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/oi-polloi","slug":"oi-polloi","sourceDir":"ecosystem/profiles"},{"title":"OMEGA","image":{"url":"https://www.facebook.com/photo/?fbid=327686462738095&set=a.327686436071431","cached_new":"/img/omega_image.jpeg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"omega","url":"https://www.eomega.org/","tagline":null,"activity":["spaces","education"],"topic":["community","spirituality","wellbeing"],"regions":null,"locations":["Rhinebeck, New York"],"started":1977,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/eOmega.org","twitter":"https://twitter.com/Omega_Institute","instagram":"https://www.instagram.com/OmegaInstitute","linkedin":"https://www.linkedin.com/company/omega-institute-cp","youtube":"https://www.youtube.com/TheOmegaInstitute","blog":"https://www.eomega.org/read-watch-listen/articles-videos-more","logo":{"url":"https://www.facebook.com/photo/?fbid=327686466071428&set=a.327686439404764","cached_new":"/img/omega_logo.jpeg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.8,"cultural":0.2,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/omega","slug":"omega","sourceDir":"ecosystem/profiles"},{"title":"On Being","image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t1.6435-9/74474282_10156373217291876_380903817505406976_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=2c4854&_nc_ohc=DtXUn2jMeFkAX9WZDmS&_nc_ht=scontent.fgla3-2.fna&oh=00_AT_V0NEkCkm8gpNQ6SsKIsIelQjdIsbARN9pmZcHDnrEPQ&oe=6231B3C6","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942648/Ecosystem%20Mapping/On_being_1_iyjzug.jpg","cached_new":"/img/On_being_1_iyjzug.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"on-being","url":"https://onbeing.org/","tagline":"Pursuing deep thinking and moral imagination, social courage and joy, to renew inner life, outer life, and life together.","activity":["media","education"],"topic":["development","spirituality"],"regions":"US","locations":["Minneapolis, US"],"started":2012,"ended":"","active":"Y","people":["Krista Tippett"],"notes_data_entry":"","facebook":"https://www.facebook.com/onbeing","twitter":"https://twitter.com/onbeing","instagram":"https://instagram.com/onbeing","linkedin":"","youtube":"","blog":"","logo":{"url":"https://pbs.twimg.com/profile_images/1006247786281611265/vf3-Nd_h.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.8,"cultural":0.2,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/on-being","slug":"on-being","sourceDir":"ecosystem/profiles"},{"title":"One Project","image":{"url":"https://pbs.twimg.com/profile_images/1307099998576930816/_gGNBriH_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633429377/Ecosystem%20Mapping/_gGNBriH_400x400_p54yhz.jpg","cached_new":"/img/_gGNBriH_400x400_p54yhz.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"one-project","url":"https://oneproject.org/","tagline":"","activity":["funding","research"],"topic":["governance","politics"],"regions":"US","locations":["San Francisco, US"],"started":2010,"ended":"","active":"Y","people":["Justin Rosenstein","Jonah Sachs","Evan Steiner","Daniel Gortz","Zachary Walsh"],"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/oneproject","instagram":"not-found","linkedin":"https://www.linkedin.com/company/oneprojectorg/","youtube":"not-found","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/1307099998576930816/_gGNBriH_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633429377/Ecosystem%20Mapping/_gGNBriH_400x400_p54yhz.jpg","cached_new":"/img/_gGNBriH_400x400_p54yhz.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.1,"systems":0.9,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/one-project","slug":"one-project","sourceDir":"ecosystem/profiles"},{"title":"OuiShare","image":{"url":"https://uploads-ssl.webflow.com/5a32b7c449520e00017ffd8b/5ee79262ff13e174fb6e015a_ouishare-fest-comment-la-ville-moderne-peut-elle-se-partager%2CM467674.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942888/Ecosystem%20Mapping/ouishare_cftslr.jpg","cached_new":"/img/ouishare_cftslr.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"ouishare","url":"https://www.ouishare.net","tagline":"","activity":["network","events"],"topic":["governance","community"],"regions":"Worldwide","locations":["Barcelona, ES","Munich, DE"],"started":2012,"ended":"","active":"Y","people":["Asmaa","Margot Naturel "],"notes_data_entry":"Margot Naturel is the French contact - there are many others: https://www.ouishare.net/meet-us","facebook":"https://www.facebook.com/OuiShare/","twitter":"https://twitter.com/ouishare","instagram":"https://www.instagram.com/ouishare/","linkedin":"https://www.linkedin.com/company/2670616/","youtube":"https://www.youtube.com/user/OuiShareTV","blog":"https://medium.com/ouishare-connecting-the-collaborative-economy","logo":{"url":"https://scontent-lhr8-1.xx.fbcdn.net/v/t1.18169-9/30716218_1820858814601553_456237605382221493_n.png?_nc_cat=108&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=ObggSgSfa94AX9l-JPV&_nc_oc=AQluWAVtHqE4yOI2XfH_k_igV-_TqxbMvqeL9sCBfDWxOzV_nMECbXGfedl7fxmNrY0&_nc_ht=scontent-lhr8-1.xx&oh=0ff50bd183f34e6a73a17ebdc5696184&oe=61CD1483","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/Ouishare_jna5d4.png","cached_new":"/img/Ouishare_jna5d4.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/ouishare","slug":"ouishare","sourceDir":"ecosystem/profiles"},{"title":"Pacific Integral","image":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/45453421_10156666835126878_7410636997443715072_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=wUu-WpA7HeAAX83xyvM&_nc_ht=scontent-lcy1-1.xx&oh=00_AT_N1PglmklRR-vrLqA47uJr1GI12oapBijt2yOPiZLsgg&oe=62466AB0","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393683/Ecosystem%20Mapping/45453421_10156666835126878_7410636997443715072_n.jpg_kgmxw3.jpg","cached_new":"/img/45453421_10156666835126878_7410636997443715072_n.jpg_kgmxw3.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"pacific-integral","url":"https://www.pacificintegral.com/","tagline":"","activity":["education","business"],"topic":["work","development"],"regions":"North America, South Pacific, Africa","locations":["Seattle, US","AU","NZ","Addis Ababa, ET"],"started":"","ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/45453421_10156666835126878_7410636997443715072_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=wUu-WpA7HeAAX83xyvM&_nc_ht=scontent-lcy1-1.xx&oh=00_AT_N1PglmklRR-vrLqA47uJr1GI12oapBijt2yOPiZLsgg&oe=62466AB0","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393683/Ecosystem%20Mapping/45453421_10156666835126878_7410636997443715072_n.jpg_kgmxw3.jpg","cached_new":"/img/45453421_10156666835126878_7410636997443715072_n.jpg_kgmxw3.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/pacific-integral","slug":"pacific-integral","sourceDir":"ecosystem/profiles"},{"title":"Path Retreats","image":{"url":"https://pathretreats.com/wp-content/uploads/2021/05/testa-327x497.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645005758/Ecosystem%20Mapping/path_retreats_meditation_scspz4.png","cached_new":"/img/path_retreats_meditation_scspz4.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"path-retreats","url":"https://pathretreats.com/","tagline":"","activity":["events","education"],"topic":["spirituality","development"],"regions":"Worldwide","locations":["Yorkshire, GB","Umbria, IT"],"started":1980,"ended":"","active":"Y","people":["Rafia Morgan (connected to Rebel WIsdom)"],"notes_data_entry":"I've just wrote down few of many locations - charlotte","facebook":"https://www.facebook.com/pathretreats/","twitter":"https://twitter.com/pathretreats","instagram":"https://www.instagram.com/pathretreats/","linkedin":"","youtube":"","blog":"","logo":{"url":"https://pathretreats.com/wp-content/uploads/2018/03/path-logo-1.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393505/Ecosystem%20Mapping/path%20retreats%20logo.png","cached_new":"/img/path%20retreats%20logo.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/path-retreats","slug":"path-retreats","sourceDir":"ecosystem/profiles"},{"title":"Perspectiva","image":{"url":"https://pbs.twimg.com/profile_images/1443993216936775686/sQ45O8FR_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633433556/Ecosystem%20Mapping/sQ45O8FR_400x400_twawpc.jpg","cached_new":"/img/sQ45O8FR_400x400_twawpc.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"perspectiva","url":"https://www.systems-souls-society.com/","tagline":"","activity":["research","media"],"topic":["politics","spirituality"],"regions":"UK","locations":["London, GB"],"started":2016,"ended":"","active":"Y","people":["Jonathan Rowson","Pippa Evans","Mark Vernon","Ivo Mensch","Tomas Bjorkman"],"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/Perspecteeva","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCr0bTKEq3EwYsN3MoHIzdwQ","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/1443993216936775686/sQ45O8FR_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633433556/Ecosystem%20Mapping/sQ45O8FR_400x400_twawpc.jpg","cached_new":"/img/sQ45O8FR_400x400_twawpc.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.3,"cultural":0.4,"systems":0.3,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/perspectiva","slug":"perspectiva","sourceDir":"ecosystem/profiles"},{"title":"Plum Village","image":{"url":"https://plumvillage.org/wp-content/uploads/2019/08/180-Plum-Village-monastery-in-France-birdseye-view-PHOTO-PVCEB.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645005825/Ecosystem%20Mapping/plum_village_ff5zva.jpg","cached_new":"/img/plum_village_ff5zva.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"plum-village","url":"https://plumvillage.org","tagline":"","activity":["events","education"],"topic":["spirituality","development"],"regions":"Worldwide","locations":["Thenac, FR"],"started":1982,"ended":"","active":"Y","people":["Phap Linh","True D","Pham Hanh","Phap Luu"],"notes_data_entry":"More locations for plum village than i have written down (i just wrote the main one) - Charlotte","facebook":"https://www.facebook.com/plumvillage/","twitter":"https://twitter.com/plumvillageom","instagram":"https://www.instagram.com/plumvillagefrance/","linkedin":"not-found","youtube":"https://www.youtube.com/plumvillage","blog":"not-found","logo":{"url":"http://compassionatementalhealth.co.uk/wp-content/uploads/2020/05/Plum-Village.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637058836/Ecosystem%20Mapping/Plum_village_errtmq.jpg","cached_new":"/img/Plum_village_errtmq.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.8,"cultural":0.2,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/plum-village","slug":"plum-village","sourceDir":"ecosystem/profiles"},{"title":"Post Carbon Institute","image":{"url":"https://www.facebook.com/photo/?fbid=289368499885320&set=a.164605262361645","cached_new":"/img/post_carbon_img.jpeg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"post_carbon_institute","url":"https://www.postcarbon.org/","tagline":"Leading the transition to a more resilient, equitable, and sustainable world.","activity":["education","events"],"topic":["ecology"],"regions":null,"locations":["Oregon, USA"],"started":2003,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"http://www.facebook.com/postcarbon","twitter":"http://www.twitter.com/postcarbon","instagram":"https://www.instagram.com/postcarboninstitute/","linkedin":null,"youtube":"http://www.youtube.com/postcarboninstitute","blog":"https://www.postcarbon.org/blog/","logo":{"url":"https://www.facebook.com/photo/?fbid=164605245694980&set=a.164605265694978","cached_new":"/img/post_carbon_logo.jpeg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.6,"systems":0.4,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/post_carbon_institute","slug":"post_carbon_institute","sourceDir":"ecosystem/profiles"},{"title":"Presencing Institute","image":{"url":"https://www.presencing.org/assets/images/aboutus/presencing-institute/overview_by_otto.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644930094/Ecosystem%20Mapping/presencing_Institute_chv6ct.jpg","cached_new":"/img/presencing_Institute_chv6ct.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"presencing-institute","url":"https://www.presencing.org/","tagline":"","activity":["education","business"],"topic":["politics","work"],"regions":"US","locations":["Massachusetts,US"],"started":2006,"ended":"","active":"Y","people":["Otto Sharmer "],"notes_data_entry":"","facebook":"https://www.facebook.com/presencinginstitute/","twitter":"https://twitter.com/presencing_inst","instagram":"not-found","linkedin":"https://www.linkedin.com/company/presencing-institute-org/","youtube":"not-found","blog":"https://medium.com/presencing-institute-blog","logo":{"url":"https://tllp.org/wp-content/uploads/2020/06/Presencing-Institute.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636970982/Ecosystem%20Mapping/Presencing-Institute_wn2she.jpg","cached_new":"/img/Presencing-Institute_wn2she.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.2,"cultural":0.2,"systems":0.6,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/presencing-institute","slug":"presencing-institute","sourceDir":"ecosystem/profiles"},{"title":"Prosocial World","image":{"url":"https://scontent-lhr8-1.xx.fbcdn.net/v/t1.6435-9/118782122_10158607930360688_5076515322079784643_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8631f5&_nc_ohc=h3TubgacH7MAX_E_tFr&_nc_ht=scontent-lhr8-1.xx&oh=28721ca2f86d4830d64df87e28a07594&oe=61CE640C","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/prosocial_world_mhzuyb.jpg","cached_new":"/img/prosocial_world_mhzuyb.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"prosocial-world","url":"https://www.prosocial.world/","tagline":"We exist to serve others, innovate, and make the world a better place, with a humble yet confident voice.","activity":["education","research"],"topic":["development","politics"],"regions":"World","started":"","ended":"","active":"Y","people":["David Sloan-Wilson","Jeff Genung","Guru Madhavan","Michele Gelfand","Joon Yun"],"notes_data_entry":"8 people in total in the board of directors (I picked the 3 first ones) - see https://www.prosocial.world/board-of-directors ","facebook":"https://www.facebook.com/groups/prosocial.world","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://static.wixstatic.com/media/a3171d_eddbe5c80af44b079f44b683209c7f6e~mv2.png/v1/fill/w_220,h_79,al_c,q_85,usm_0.66_1.00_0.01/Artboard%201.webp","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/prosocial_world_logo_cq6pfj.webp","cached_new":"/img/prosocial_world_logo_cq6pfj.webp","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.2,"cultural":0.5,"systems":0.3,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/prosocial-world","slug":"prosocial-world","sourceDir":"ecosystem/profiles"},{"title":"Purpose","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"purpose","url":"https://www.purpose.com/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Global"],"started":2012,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/purpose","slug":"purpose","sourceDir":"ecosystem/profiles"},{"title":"Radical Purpose","image":{"url":"https://uploads-ssl.webflow.com/5f62d2effe59ee3097599207/607f7f0f1bef56cbe96d7c2b_Medallion.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645012403/Ecosystem%20Mapping/radical_daao6y.png","cached_new":"/img/radical_daao6y.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"radical-purpose","url":"https://www.radicalpurpose.org/","tagline":"Working With\nRadical Purpose\nCREATING ENVIRONMENTS THAT MEET OUR NEEDS","activity":["education","events"],"topic":["work","wellbeing"],"regions":"Europe, USA, Brazil","started":"","ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/MyRadicals","instagram":"not-found","linkedin":"https://www.linkedin.com/company/radical-manifesto/","youtube":"not-found","blog":"not-found","logo":{"url":"https://uploads-ssl.webflow.com/5f62d2effe59ee3097599207/60996e694a3cb17d0d6b1c81_LOGO-Cyan-400px.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458848/Ecosystem%20Mapping/radical_purpose_o2klr1.png","cached_new":"/img/radical_purpose_o2klr1.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.2,"cultural":0.2,"systems":0.6,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/radical-purpose","slug":"radical-purpose","sourceDir":"ecosystem/profiles"},{"title":"Raising Free People Network","image":{"url":"https://process.fs.teachablecdn.com/ADNupMnWyR7kCWRvm76Laz/resize=width:705/https://www.filepicker.io/api/file/sor0hdZVQUm1Fv34bnQv","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645011538/Ecosystem%20Mapping/schooltoself-thumb_ise6gp.jpg","cached_new":"/img/schooltoself-thumb_ise6gp.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"raising-free-people-network","url":"https://www.raisingfreepeople.com/","tagline":"","activity":["media","education"],"topic":["development","politics"],"regions":"","started":"","ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"https://www.instagram.com/fareofthefreechild","linkedin":"https://www.linkedin.com/in/radicalselfie/","youtube":"https://www.youtube.com/radicalselfie","blog":"https://medium.com/@radicalselfie","logo":{"url":"https://i0.wp.com/raisingfreepeople.com/wp-content/uploads/2020/03/RFP-logo.png?fit=903%2C307&ssl=1","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636974311/Ecosystem%20Mapping/Raising_Free_people_spddc0.webp","cached_new":"/img/Raising_Free_people_spddc0.webp","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.4,"cultural":0.6,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/raising-free-people-network","slug":"raising-free-people-network","sourceDir":"ecosystem/profiles"},{"title":"Rat Park","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"rat-park","url":"https://ratpark.org/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Costa Rica"],"started":"","ended":"","active":"No","people":[],"notes_data_entry":"Offline with no website as of Oct 2021 ~rufus","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"NN","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/rat-park","slug":"rat-park","sourceDir":"ecosystem/profiles"},{"title":"The Re.Generation","image":{"url":"https://scontent.fgla3-1.fna.fbcdn.net/v/t1.6435-9/117888909_1237742056587886_708167622438499559_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=2c4854&_nc_ohc=f9zhKo6UdHIAX9ecb8B&_nc_ht=scontent.fgla3-1.fna&oh=00_AT9UaDKhkpLynJ0tdMXV4NFzDi3V5-pxUGOcLf1T_QEg3g&oe=6231667C","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645007003/Ecosystem%20Mapping/Re.gen_bdboph.jpg","cached_new":"/img/Re.gen_bdboph.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"re.generation","url":"https://theregeneration.me/","tagline":"Respect, Restore, Regenerate","activity":["media","events"],"topic":["politics","community"],"regions":"Europe","locations":["London, GB","Ibiza, ES"],"started":2019,"ended":"","active":"Y","people":["Rory Spowers ","Ameet Mehta","Libby Davy"],"notes_data_entry":"","facebook":"https://www.facebook.com/TheReGeneration.me","twitter":"not-found","instagram":"https://www.instagram.com/the.re.generation/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCUz_rOf_Nm_ddQN9Ly8vveQ?app=desktop","blog":"not-found","logo":{"url":"http://theregeneration.me/wp-content/uploads/2019/06/regen-logo-temporary.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/the_re-generation_jxdrqd.png","cached_new":"/img/the_re-generation_jxdrqd.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.1,"cultural":0.8,"systems":0.1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/re.generation","slug":"re.generation","sourceDir":"ecosystem/profiles"},{"title":"Reasons to be cheerful","image":{"url":"https://reasonstobecheerful.world/wp-content/uploads/2019/08/RTBC_Logo.svg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"reasons-to-be-cheerful","url":"https://reasonstobecheerful.world/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Global"],"started":"","ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://reasonstobecheerful.world/wp-content/uploads/2019/08/RTBC_Logo.svg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/reasons-to-be-cheerful","slug":"reasons-to-be-cheerful","sourceDir":"ecosystem/profiles"},{"title":"Rebel Wisdom","image":{"url":"https://scontent.fgla3-1.fna.fbcdn.net/v/t1.6435-9/73372201_549707012264018_6167972202726555648_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=cdbe9c&_nc_ohc=vhAKOpk_1M8AX8v3JDn&_nc_ht=scontent.fgla3-1.fna&oh=00_AT9G4Ip1KG9p93Pbp4kOPJxsmgpwVDxbdBxVC56k4Fhifg&oe=62310D04","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644930492/Ecosystem%20Mapping/rebel_wisdom_1_moll7y.jpg","cached_new":"/img/rebel_wisdom_1_moll7y.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"rebel-wisdom","url":"https://www.rebelwisdom.co.uk/","tagline":"","activity":["media","events"],"topic":["development","politics"],"regions":"UK","locations":["London, GB"],"started":2017,"ended":"","active":"Y","people":["Alexander Beiner ","David Fuller","Ivo Mensch"],"notes_data_entry":"","facebook":"https://www.facebook.com/RebelWisdomUK/","twitter":"https://twitter.com/wisdomrebel","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCFQ6Gptuq-sLflbJ4YY3Umw","blog":"not-found","logo":{"url":"https://pbcdn1.podbean.com/imglogo/image-logo/2929465/RW_itunes.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633430249/Ecosystem%20Mapping/RW_itunes_vwlu3e.png","cached_new":"/img/RW_itunes_vwlu3e.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.3,"cultural":0.7,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/rebel-wisdom","slug":"rebel-wisdom","sourceDir":"ecosystem/profiles"},{"title":"Research and Degrowth","image":{"url":"https://twitter.com/R_Degrowth/header_photo","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"Research-and-degrowth","url":"https://degrowth.org/","tagline":"An academic association dedicated to research, training, awareness raising and events organization around degrowth.","activity":["research","advocacy","education"],"topic":["governance","ecology","development"],"regions":"Spain, France","locations":[],"started":null,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/researchanddegrowth/","twitter":"https://twitter.com/R_Degrowth","instagram":"https://www.instagram.com/research_and_degrowth/","linkedin":null,"blog":"https://degrowth.org/category/blog/","logo":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t39.30808-6/280378901_1939350732933427_3517299160583511904_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=09cbfe&_nc_ohc=bZdhHkztbQcAX8hkurH&_nc_oc=AQnEbDg-ZQhLu6QFl46eppi26xLffKpMpmmaZqp-w_YvSzjAjYGk0TlCE1O9V294k_FsI4HD9MdM9lhdRnPZaq32&_nc_ht=scontent.fgla3-2.fna&oh=00_AT_Vbgfi7oD8oU72BrJTWUlPkvaTV1Jt2V_4AboR1r-bNQ&oe=6355D783","cached_new":"/img/R&D_logo.jpeg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/research-and-degrowth","slug":"research-and-degrowth","sourceDir":"ecosystem/profiles"},{"title":"Resilience","image":{"url":"https://www.facebook.com/photo/?fbid=387850666697735&set=a.387850623364406","cached_new":"/img/resliliance_image.jpeg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"resilience","url":"https://www.resilience.org/","tagline":"Building a world of resilient communities.","activity":["education","network"],"topic":["community"],"regions":null,"locations":[],"started":2012,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/buildresilience","twitter":"https://twitter.com/buildresilience","instagram":"https://www.instagram.com/buildresilience/","linkedin":null,"youtube":"http://youtube.com/postcarboninstitute","blog":"https://www.resilience.org/latest-articles/","logo":{"url":"https://www.facebook.com/photo/?fbid=387850663364402&set=a.387850633364405","cached_new":"/img/resiliance_logo.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.5,"systems":0.5,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/resilience","slug":"resilience","sourceDir":"ecosystem/profiles"},{"title":"Resilience Alliance","image":{"url":"https://pbs.twimg.com/profile_banners/1278406200/1652735116/1500x500","cached_new":"/img/RA_image.jpeg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"resilience_alliance","url":"https://www.resalliance.org/","tagline":"Advancing research and understanding on social-ecological systems for resilient and sustainable futures.","activity":["research"],"topic":["development"],"regions":"Global","locations":[],"started":1999,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":null,"twitter":"https://twitter.com/resilience_RA","instagram":null,"linkedin":null,"youtube":null,"blog":null,"logo":{"url":"https://www.resalliance.org/images/common/RA-Logo.jpg","cached_new":"/img/RA_Logo.jpeg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0,"systems":1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/resilience_alliance","slug":"resilience_alliance","sourceDir":"ecosystem/profiles"},{"title":"Resurgence and Ecologist","image":{"url":"https://www.resurgence.org/grafix/covers/600/isimg_330.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645005974/Ecosystem%20Mapping/R_E_gnxwan.jpg","cached_new":"/img/R_E_gnxwan.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"resurgence-and-ecologist","url":"https://www.resurgence.org/","tagline":"","activity":["media","education"],"topic":["ecology","politics"],"regions":"UK","locations":["Devon, GB"],"started":2006,"ended":"","active":"Y","people":["Satish Kumar"],"notes_data_entry":"","facebook":"http://www.facebook.com/Resurgencetrust","twitter":"https://twitter.com/intent/tweet?text=Resurgence%20%E2%80%A2%20Contact%20Us&url=https%3A%2F%2Fwww.resurgence.org%2Fcontact%2F%23.YV6kH1u63Ow.twitter&related=","instagram":"http://instagram.com/resurgencetrust","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://www.resurgence.org/grafix/covers/300/isimg_319.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973754/Ecosystem%20Mapping/Resurgence_Ecologist_lmaczs.jpg","cached_new":"/img/Resurgence_Ecologist_lmaczs.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/resurgence-and-ecologist","slug":"resurgence-and-ecologist","sourceDir":"ecosystem/profiles"},{"title":"RSA","image":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSdipjNxBYycKFkVFq1EXJxSbNimAcCpIRQtGkgSr-2-yzSfyLl","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"rsa","url":"https://www.thersa.org/","tagline":"WE UNITE PEOPLE AND IDEAS\n\nJoin us to resolve the challenges of our time.","activity":["research","network"],"topic":["ecology","governance"],"regions":"UK","locations":["London, GB"],"started":1754,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/theRSAorg","twitter":"https://twitter.com/thersaorg","instagram":"https://www.instagram.com/thersaorg/","linkedin":"","youtube":"","blog":"","logo":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSdipjNxBYycKFkVFq1EXJxSbNimAcCpIRQtGkgSr-2-yzSfyLl","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/rsa","slug":"rsa","sourceDir":"ecosystem/profiles"},{"title":"Sayara International","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"sayara-international","url":"www.sayarainternational.com","tagline":"A global development impact firm that specializes in the design and implementation of rigorous research, social and behavioral change communications, and governance strategies in conflict-affected and transitioning societies in 30 countries around the globe.","activity":["research","research"],"topic":["governance"],"regions":"","locations":["Washington, DC"],"started":"","ended":"","active":"","people":["Scott Shadian"],"notes_data_entry":"I'm Scott Shadian the Co-Founder of Sayara International, a global development impact firm that specializes in the design and implementation of rigorous research, social and behavioral change communications, and community based strategies in conflict-affected and transitioning societies in 30 countries around the globe. Our team recently led Sayara's evacuation operation in Afghanistan, which culminated in the evacuation of 1200 vulnerable Afghans (you can read more about that operation in a recent NYT Magazine article, here. Sayara is featured in \"Part 3: Evacuation\").\n\nBrief on Emergence Field Labs\n\nEvents such as the January 6th Insurrection and the fall of Kabul, along with rising gun-violence and hyperpolarization in the US point to structural and systemic failures of institutions to overcome siloed-thinking, lagging impact, inability to scale programming and understand failure within the constraints of government and philanthropic programming to affect positive social change. In response, Sayara is developing a new global research laboratory, Emergence Field Labs (B-Corp), which will break-down silos of traditional research and incorporate emergent social behavioral theories-of-change through on-going relationships with academia (i.e. Oxfords 'Social Cohesion model' & Yale's 'BioSocial Network Model'), while employing complexity science (i.e Columbia's 'Dynamic Systems Theory'), as opposed to relying solely on quantitative modeling.\n\nUsing on-the-ground-demonstrations and crowdsourcing to test, adapt and validate emergent social change models, Emergence will become the first organization dedicated to scientifically demonstrating and validating novel metrics in support of social impact, leading to the creation of foundational indexes and analytics: e.g. social cohesion, stability, resilience, polarization, climate resilience and peacebuilding. By becoming a key bridge between government/philanthropy academia and civil society, Emergence will discover and apply novel research frameworks and intervention models to the world's most urgent issues, seeking causal and scalable solutions, as opposed to symptomatic treatments of social problems, such: gun violence reduction, hyper-polarization, income inequality (UBI), and gender-based violence. Ultimately, this continuous stream of data will support the development of a machine learning algorithm, Mycelium, which will be built upon the novel learning frameworks validated in the field by Emergence's global research network, producing critical data and indexes for government, philanthropy and impact investment objectives. \n","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/sayara-international","slug":"sayara-international","sourceDir":"ecosystem/profiles"},{"title":"Schumacher College","image":{"url":"https://campus.dartington.org/wp-content/uploads/2021/10/Untitled-design-48.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644930624/Ecosystem%20Mapping/schumacher_college_nbimih.jpg","cached_new":"/img/schumacher_college_nbimih.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"schumacher-college","url":"https://www.schumachercollege.org.uk/","tagline":"","activity":["education","events"],"topic":["ecology","politics"],"regions":"UK","locations":["Devon, GB"],"started":1991,"ended":"","active":"Y","people":["Andy Letcher","Satish Kumar"],"notes_data_entry":"","facebook":"https://www.facebook.com/schumachercollege","twitter":"https://twitter.com/schumachercoll","instagram":"https://www.instagram.com/SchumacherCollege/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/1265299113937186819/klBKgPL1_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633430591/Ecosystem%20Mapping/klBKgPL1_400x400_soanqt.jpg","cached_new":"/img/klBKgPL1_400x400_soanqt.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.2,"cultural":0.6,"systems":0.2,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/schumacher-college","slug":"schumacher-college","sourceDir":"ecosystem/profiles"},{"title":"Science and Nonduality (SAND)","image":{"url":"https://scontent.fgla3-1.fna.fbcdn.net/v/t39.30808-6/259354519_4884402564943085_6543704430427337792_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=730e14&_nc_ohc=TLiqyFKG-MwAX-WaWCE&_nc_oc=AQn3UuAXJ21SvZTsuDXvFJT_jEjiZec7l9_JYq7DSLfiGSqIUH3YGDIDGsvlW8G-k4IywMkuzXTrkTnagDmUKJeb&_nc_ht=scontent.fgla3-1.fna&oh=00_AT8e49qRC2KWPZ5VHmqmFOhSDu0218ETNEMiBnKOhwZesg&oe=62112FC8","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645009346/Ecosystem%20Mapping/sci_and_non_du_pvofvo.jpg","cached_new":"/img/sci_and_non_du_pvofvo.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"science-and-nonduality","url":"https://www.scienceandnonduality.com/","tagline":"","activity":["media","events"],"topic":["spirituality","development"],"regions":"","locations":["California"],"started":"","ended":"","active":"Yes","people":["ZAYA & MAURIZIO BENAZZO"],"notes_data_entry":"","facebook":"https://www.facebook.com/ScienceAndNonduality","twitter":"https://twitter.com/NondualScience","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/scienceandnonduality","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/49133846_2242993802417321_6750647338915594240_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=RibZYJGrcs4AX_6-PdT&_nc_ht=scontent-lcy1-1.xx&oh=c6134b51516162de629784e5f0647153&oe=61B81EFD","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060878/Ecosystem%20Mapping/Science_and_non_duality_nw8dgu.jpg","cached_new":"/img/Science_and_non_duality_nw8dgu.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.8,"cultural":0.2,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/science-and-nonduality","slug":"science-and-nonduality","sourceDir":"ecosystem/profiles"},{"title":"Scuttlebutt","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"scuttlebutt","url":"https://scuttlebutt.nz/","tagline":"","activity":[],"topic":[],"regions":"","locations":["New Zeanland"],"started":"","ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/scuttlebutt","slug":"scuttlebutt","sourceDir":"ecosystem/profiles"},{"title":"Society 2045","image":{"url":"https://pbs.twimg.com/profile_images/1306368539700260864/XWGFEjjv_400x400.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638460018/Ecosystem%20Mapping/soc_2045_o84x9i.png","cached_new":"/img/soc_2045_o84x9i.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"society-2045","url":"https://www.society2045.com/","tagline":"","activity":["network","events"],"topic":["work","development"],"regions":"Europe and the USA","locations":["Beligium, France, UK, USA"],"started":2020,"ended":"","active":"","people":[],"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/Society2045","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/1306368539700260864/XWGFEjjv_400x400.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638460018/Ecosystem%20Mapping/soc_2045_o84x9i.png","cached_new":"/img/soc_2045_o84x9i.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.2,"cultural":0.2,"systems":0.6,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/society-2045","slug":"society-2045","sourceDir":"ecosystem/profiles"},{"title":"Sounds True","image":{"url":"https://scontent.fbhx4-1.fna.fbcdn.net/v/t1.6435-9/46458072_10156766593164719_5327771033627787264_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=e3f864&_nc_ohc=dY5B4FRgkesAX_sqICb&_nc_ht=scontent.fbhx4-1.fna&oh=f1f4ce5e01234c887c30f94cf3dc7ea3&oe=618357FE","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"sounds-true","url":"https://www.soundstrue.com/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Global"],"started":1985,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/46463266_10156766594749719_2793391599118188544_n.jpg?_nc_cat=1&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=cuKIh72LdoQAX8ceeVN&_nc_ht=scontent.fbhx4-2.fna&oh=c5d45d4f183204d00b9693e832fec065&oe=61856485","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/sounds-true","slug":"sounds-true","sourceDir":"ecosystem/profiles"},{"title":"St Ethelburgas","image":{"url":"https://stethelburgas.org/wp-content/themes/st-ethelburgas/images/green-icon-outline.svg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"st-ethelburgas","url":"https://stethelburgas.org/","tagline":"","activity":[],"topic":[],"regions":"","locations":["London"],"started":1993,"ended":"","active":"Yes","people":["Justine Huxley"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://stethelburgas.org/wp-content/themes/st-ethelburgas/images/green-icon-outline.svg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/st-ethelburgas","slug":"st-ethelburgas","sourceDir":"ecosystem/profiles"},{"title":"Sunday Assembly","image":{"url":"https://www.sundayassembly.com/wp-content/uploads/2021/04/logo-white.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"sunday-assembly","url":"https://www.sundayassembly.com/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Gloabl"],"started":2013,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.sundayassembly.com/wp-content/uploads/2021/04/logo-white.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/sunday-assembly","slug":"sunday-assembly","sourceDir":"ecosystem/profiles"},{"title":"Symphonics","image":{"url":"https://static.wixstatic.com/media/0b84c9_7d386db48f564751b3bd21b0c4e9cf93~mv2.png/v1/fill/w_464,h_459,al_c,q_85,usm_0.66_1.00_0.01/coherentearth.webp","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"symphonics","url":"https://www.symphonics.life/","tagline":"Living Systems for Co-creation","activity":["spaces"],"topic":["development","governance"],"regions":"Germany","locations":["Heidelberg, DE"],"started":"","ended":"","active":"Y","people":["Brent Warshawsky","Andrea Harding"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://images.squarespace-cdn.com/content/v1/5f19985874011d5032b0bf8e/1644852455257-02LY4N53WT70ZDY9JE4S/Together.png?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393668/Ecosystem%20Mapping/symphonics%20logo.jpg","cached_new":"/img/symphonics%20logo.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/symphonics","slug":"symphonics","sourceDir":"ecosystem/profiles"},{"title":"Team Human","image":{"url":"https://images.squarespace-cdn.com/content/v1/5f3d45e1b8a05d74a8deb4b5/1597852062791-MXHL0YGB71G6ZMFVAE0H/TH_Rushkoff.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645021361/Ecosystem%20Mapping/TH_Rushkoff_depcap.jpg","cached_new":"/img/TH_Rushkoff_depcap.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"team-human","url":"https://teamhuman.fm/","tagline":"","activity":["media","network"],"topic":["politics","arts"],"regions":"","locations":["US"],"started":2018,"ended":"","active":"Y","people":["Douglas Rushkoff"],"notes_data_entry":"","facebook":"","twitter":"http://twitter.com/teamhumanshow","instagram":"http://instagram.com/teamhumanshow","linkedin":"","youtube":"","blog":"","logo":{"url":"https://cdn-images-1.medium.com/max/1198/1*OCcR4oPZqQ9FYmazKdcl8Q@2x.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/team-human","slug":"team-human","sourceDir":"ecosystem/profiles"},{"title":"Terran Collective","image":{"url":"https://www.terran.io/static/terran_collective_logo_blue-e8fef1da3d88b0b5eb9feebab7f012c0.svg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"terran-collective","url":"https://www.terran.io/","tagline":"","activity":["network","spaces"],"topic":["community","tech"],"regions":"US","locations":["San Francisco Bay Area","US"],"started":2016,"ended":"","active":"Y","people":["Tibet Sprague","Aaron Brodeur and Dor Garbash"],"notes_data_entry":"","facebook":"https://www.facebook.com/TerranCollective/","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.terran.io/static/terran_collective_logo_blue-e8fef1da3d88b0b5eb9feebab7f012c0.svg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/terran-collective","slug":"terran-collective","sourceDir":"ecosystem/profiles"},{"title":"The Alternative UK","image":{"url":"https://www.instagram.com/p/CRo1X18oQ_R/","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644933219/Ecosystem%20Mapping/IMG_3849_mhtzn3.jpg","cached_new":"/img/IMG_3849_mhtzn3.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"the-alternative-uk","url":"https://www.thealternative.org.uk/","tagline":"","activity":["media","network"],"topic":["politics","governance"],"regions":"UK","locations":["London, GB"],"started":2017,"ended":"","active":"Y","people":["Indra Adnan "],"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/alteruk21","instagram":"https://www.instagram.com/the.alternative.uk/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCWQbcQdBUmBvsP7i2NqC_RA","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/951153658909118464/pRTZkuDO_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633510429/Ecosystem%20Mapping/pRTZkuDO_400x400_gr3vui.jpg","cached_new":"/img/pRTZkuDO_400x400_gr3vui.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.1,"cultural":0.5,"systems":0.4,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/the-alternative-uk","slug":"the-alternative-uk","sourceDir":"ecosystem/profiles"},{"title":"The Emergence Network","image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t1.6435-9/54257755_2474245265941282_5733198702076493824_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=730e14&_nc_ohc=JJF_zZEOOIkAX8GvpEO&_nc_ht=scontent.fgla3-2.fna&oh=00_AT9DuWCjH5ziaq_B1Gz_cbjA0Gv6j29ugFHGfgd7VuuoHA&oe=6230F7D6","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645006360/Ecosystem%20Mapping/TEN_nl0gd6.jpg","cached_new":"/img/TEN_nl0gd6.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"the-emergence-network","url":"http://www.emergencenetwork.org/","tagline":"What if the way we respond to the crisis is part of the crisis?","activity":["research","events"],"topic":["politics","arts"],"regions":"India","locations":["Chennai, IN"],"started":2019,"ended":"","active":"Y","people":["Bayo Ako"],"notes_data_entry":"","facebook":"https://www.facebook.com/theemergencenetwork","twitter":"not-found","instagram":"https://www.instagram.com/the_emergence_network/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UC9KbVIW0ATaNF5v_yWG6d2Q","blog":"not-found","logo":{"url":"http://www.emergencenetwork.org/wp-content/uploads/2017/06/Comp-2_1.gif","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/the_emergence_network_p1pu4f.gif","cached_new":"/img/the_emergence_network_p1pu4f.gif","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.3,"cultural":0.7,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/the-emergence-network","slug":"the-emergence-network","sourceDir":"ecosystem/profiles"},{"title":"The fourth group","image":{"url":"https://thefourthgroup.org/wp-content/uploads/2016/09/cropped-13412938_538067403059935_5536971427479769527_n-2.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"the-fourth-group","url":"https://thefourthgroup.org/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Global"],"started":2016,"ended":"","active":"Not obviously","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://thefourthgroup.org/wp-content/uploads/2016/09/cropped-13412938_538067403059935_5536971427479769527_n-2.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/the-fourth-group","slug":"the-fourth-group","sourceDir":"ecosystem/profiles"},{"title":"The Mindfulness Initiative","image":{"url":"https://img.fullcontact.com/static/4b4542ca157ca274aa0bbce559859698_e9154ecd523c59f35340890391d35ef17668fd2ea74de693941054e162c1e6fd","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636629641/Ecosystem%20Mapping/The_Mindfulness_Initiative_mthusx.png","cached_new":"/img/The_Mindfulness_Initiative_mthusx.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"the-mindfulness-initiative","url":"https://www.themindfulnessinitiative.org/","tagline":"","activity":["advocacy","research"],"topic":["politics","wellbeing"],"regions":"UK","locations":["Sheffield, GB"],"started":2013,"ended":"","active":"Y","people":["Jamie Bristow"],"notes_data_entry":"","facebook":"https://www.facebook.com/themindfulnessinitiative/","twitter":"https://twitter.com/MindfulNationUK","instagram":"not-found","linkedin":"https://www.linkedin.com/company/the-mindfulness-initiative/","youtube":"not-found","blog":"not-found","logo":{"url":"https://img.fullcontact.com/static/4b4542ca157ca274aa0bbce559859698_e9154ecd523c59f35340890391d35ef17668fd2ea74de693941054e162c1e6fd","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636629641/Ecosystem%20Mapping/The_Mindfulness_Initiative_mthusx.png","cached_new":"/img/The_Mindfulness_Initiative_mthusx.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.6,"cultural":0.4,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/the-mindfulness-initiative","slug":"the-mindfulness-initiative","sourceDir":"ecosystem/profiles"},{"title":"The Nongrowth Society","image":{"url":"http://media.thenongrowthsociety.com/2021/03/webpage-icon.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645023242/Ecosystem%20Mapping/Nongrowth_w0hh4q.png","cached_new":"/img/Nongrowth_w0hh4q.png","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"the-nongrowth-society","url":"https://thenongrowthsociety.com/","tagline":"How we all can prosper within limits","activity":["education"],"topic":["arts","ecology"],"regions":"Sweden","locations":["SE"],"started":"","ended":"","active":"","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t39.30808-6/274376563_260591686242506_7272205117279422671_n.png?_nc_cat=106&ccb=1-5&_nc_sid=e3f864&_nc_ohc=PrlOmG0y3sAAX_vwObK&_nc_ht=scontent-lcy1-1.xx&oh=00_AT-GGyTwRA2dyd58VrkiIWsMNBqbR9PoQYK0lRVWmS1Oew&oe=6226E257","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646394251/Ecosystem%20Mapping/nongrowth%20society.png","cached_new":"/img/nongrowth%20society.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/the-nongrowth-society","slug":"the-nongrowth-society","sourceDir":"ecosystem/profiles"},{"title":"The Psychedelic Society","image":{"url":"https://images.squarespace-cdn.com/content/v1/5e2f0ae503b587720e341f5b/1639854543602-BGFVFJ1TQG2LWSL76ZGV/1_mrUsf_8tnkXc47F-Y_QcWQ.jpeg?format=1000w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645008430/Ecosystem%20Mapping/PS_yk0vcm.jpg","cached_new":"/img/PS_yk0vcm.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"the-psychedelic-society","url":"https://psychedelicsociety.org.uk/","tagline":"","activity":["events","education"],"topic":["development","spirituality"],"regions":"","locations":["UK"],"started":"","ended":"","active":"Yes","people":["Stephen Reid? "],"notes_data_entry":"","facebook":"https://www.facebook.com/PsychedelicsUK/","twitter":"https://twitter.com/psychedelicsuk","instagram":"https://www.instagram.com/psychedelicsuk/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCG-yNa-96ybpptALpj4zMUw","blog":"not-found","logo":{"url":"https://images.squarespace-cdn.com/content/v1/5e2f0ae503b587720e341f5b/1591632113636-YXD1IT9U0P87S9WCSVXG/Logo-Colour.png?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636974035/Ecosystem%20Mapping/The_Psychadelic_society_irojmr.png","cached_new":"/img/The_Psychadelic_society_irojmr.png","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.7,"cultural":0.4,"systems":-0.1,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/the-psychedelic-society","slug":"the-psychedelic-society","sourceDir":"ecosystem/profiles"},{"title":"The Quadrangle","image":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/49514473_2071578226238463_7960975037098360832_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=e3f864&_nc_ohc=TfWUnWhLBxwAX_rEVMJ&tn=PMPrASd_p44HyxQ6&_nc_ht=scontent.fbhx4-2.fna&oh=1d85a36073429d5873392fcb66ce21e9&oe=618372C5","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"the-quadrangle","url":"https://thequadrangle.co/","tagline":"","activity":[],"topic":[],"regions":"","locations":["UK"],"started":2006,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-1.fna.fbcdn.net/v/t1.18169-9/28031_423394197723549_1546410726_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=dIQBunluEzkAX8yY9RX&tn=PMPrASd_p44HyxQ6&_nc_ht=scontent.fbhx4-1.fna&oh=977fc1749b3f4fc52232460c0458be0d&oe=6182D44B","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/the-quadrangle","slug":"the-quadrangle","sourceDir":"ecosystem/profiles"},{"title":"The School of Life","image":{"url":"https://media-exp1.licdn.com/dms/image/C560BAQFDir5SBmh9dA/company-logo_200_200/0?e=2159024400&v=beta&t=bF-hCBxtonLXkO2ddg5VT4Txng2qTS2uVpdJ1q1ivbw","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644228472/Ecosystem%20Mapping/0_ubagi9.jpg","cached_new":"/img/0_ubagi9.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"the-school-of-life","url":"https://www.theschooloflife.com/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Worldwide"],"started":2008,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://media-exp1.licdn.com/dms/image/C560BAQFDir5SBmh9dA/company-logo_200_200/0?e=2159024400&v=beta&t=bF-hCBxtonLXkO2ddg5VT4Txng2qTS2uVpdJ1q1ivbw","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644228472/Ecosystem%20Mapping/0_ubagi9.jpg","cached_new":"/img/0_ubagi9.jpg","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/the-school-of-life","slug":"the-school-of-life","sourceDir":"ecosystem/profiles"},{"title":"The Tyringham Initiative","image":{"url":"https://tyringham.wpengine.com/wp-content/uploads/2018/05/Tyringham-EYE-White-Thick-lines-400.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"the-tyringham-initiative","url":"https://tyringhaminitiative.com/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Spain"],"started":2015,"ended":"","active":"Yes","people":["Rory Spowers","Rupert Sheldrake","Graham Hancock"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://tyringham.wpengine.com/wp-content/uploads/2018/05/Tyringham-EYE-White-Thick-lines-400.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/the-tyringham-initiative","slug":"the-tyringham-initiative","sourceDir":"ecosystem/profiles"},{"title":"Theos Think Tank","image":{"url":"https://www.theosthinktank.co.uk/assets/generated/articles/page/d8590d2b524509115e5a87e632b33329.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645008950/Ecosystem%20Mapping/theos_wepceu.jpg","cached_new":"/img/theos_wepceu.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"theos-think-tank","url":"https://www.theosthinktank.co.uk/","tagline":"Understanding faith. Enriching society.","activity":["research","events"],"topic":["spirituality","politics"],"regions":"","locations":["London"],"started":"","ended":"","active":"Yes","people":[],"notes_data_entry":"A third activity is media","facebook":"https://www.facebook.com/theosthinktank","twitter":"https://twitter.com/Theosthinktank/","instagram":"not-found","linkedin":"https://www.linkedin.com/company/theos---the-think-tank/about/","youtube":"https://www.youtube.com/channel/UCyE53EXhHyZz-DW4n3pKxCw","blog":"not-found","logo":{"url":"https://yt3.ggpht.com/ytc/AKedOLSvKFmaUTN9i-PTAOk1j8vv5K_wp_Rm55kHymapGA=s900-c-k-c0x00ffffff-no-rj","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636974014/Ecosystem%20Mapping/Theos_Think_Tank_uohinn.jpg","cached_new":"/img/Theos_Think_Tank_uohinn.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":1,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/theos-think-tank","slug":"theos-think-tank","sourceDir":"ecosystem/profiles"},{"title":"This Is Not The Truth","image":{"url":"https://scontent.fbhx4-1.fna.fbcdn.net/v/t1.6435-9/40065068_2173070552951656_6507638024883404800_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=0C1z0g1yzg8AX9DjFwr&_nc_ht=scontent.fbhx4-1.fna&oh=a63e77114ad80c493bdfc84e7711d160&oe=6182C98D","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"this-is-not-the-truth","url":"https://www.facebook.com/thisisnotthetruth/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Brazil"],"started":2018,"ended":"","active":"Yes","people":["Maria Clara Parente"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-1.fna.fbcdn.net/v/t1.6435-9/40065068_2173070552951656_6507638024883404800_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=0C1z0g1yzg8AX9DjFwr&_nc_ht=scontent.fbhx4-1.fna&oh=a63e77114ad80c493bdfc84e7711d160&oe=6182C98D","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/this-is-not-the-truth","slug":"this-is-not-the-truth","sourceDir":"ecosystem/profiles"},{"title":"Transition Network","image":{"url":"https://transitionnetwork.org/wp-content/uploads/2016/10/Head-Heart-Hands-at-the-Cultivate-Centre-in-Dublin.-1200x900.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644933780/Ecosystem%20Mapping/transition_network_tsdwix.jpg","cached_new":"/img/transition_network_tsdwix.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"transition-network","url":"https://transitionnetwork.org/","tagline":"","activity":["network","education"],"topic":["ecology","governance"],"regions":"Worldwide","locations":["Totnes, GB"],"started":2007,"ended":"","active":"Y","people":["Naresh Giangrande ","Rob Hopkins","Andrew Simms","Charlotte Du Cann"],"notes_data_entry":"Totnes is just the main office but think there is no exact location - charlotte","facebook":"https://www.facebook.com/transitionnetwork","twitter":"https://twitter.com/transitiontowns","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/user/TransitionTowns/videos","blog":"not-found","logo":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQkcmHsPczygR5QL2eQ_ePcVT1gJ-3LS-az4o7jZ-DNmRIEOZId","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636971620/Ecosystem%20Mapping/Transition_Network_kurey0.jpg","cached_new":"/img/Transition_Network_kurey0.jpg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0.1,"cultural":0.5,"systems":0.4,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/transition-network","slug":"transition-network","sourceDir":"ecosystem/profiles"},{"title":"Triratna (Buddhafield)","image":{"url":"https://www.buddhafield.com/sites/default/files/styles/page_header_image/public/images/headers/Spare%20banner%20for%20website%204.jpg?itok=HNevkntt","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645007380/Ecosystem%20Mapping/buddhafiled_lvuryt.jpg","cached_new":"/img/buddhafiled_lvuryt.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"triratna-(buddhafield)","url":"www.thebuddhistcentre.com","tagline":"","activity":["events","education"],"topic":["spirituality","community"],"regions":"","locations":["-"],"started":1967,"ended":"","active":"Yes","people":["Jai Raja"],"notes_data_entry":"","facebook":"https://www.facebook.com/thebuddhistcentre","twitter":"https://twitter.com/buddhistcentre","instagram":"https://www.instagram.com/buddhistcenter/","linkedin":"not-found","youtube":"https://www.youtube.com/user/thebuddhistcentre","blog":"not-found","logo":{"url":"https://maltamindfulnesscentrecom.files.wordpress.com/2020/06/logo-new.jpg?w=683","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973761/Ecosystem%20Mapping/Triratna_oz8bhv.webp","cached_new":"/img/Triratna_oz8bhv.webp","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/triratna-(buddhafield)","slug":"triratna-(buddhafield)","sourceDir":"ecosystem/profiles"},{"title":"Ulex Project","image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t1.6435-9/56730678_1165989486895976_831465845568831488_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=cdbe9c&_nc_ohc=EjZkoXyxZycAX-JABFc&_nc_ht=scontent.fgla3-2.fna&oh=00_AT9Ka34H9xNEip7U5swBYumvTIKSmsRTYz_bV-vZsyP89A&oe=6232C0FF","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645007912/Ecosystem%20Mapping/ulex1_ngpuxf.jpg","cached_new":"/img/ulex1_ngpuxf.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"ulex-project","url":"https://ulexproject.org/","tagline":"","activity":["education","spaces"],"topic":["development","politics"],"regions":"","locations":["Spain"],"started":2016,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://ulexproject.org/wp-content/uploads/2016/10/ulex-new-logo.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/ulex_ndmfln.png","cached_new":"/img/ulex_ndmfln.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.7,"cultural":0,"systems":0.3,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/ulex-project","slug":"ulex-project","sourceDir":"ecosystem/profiles"},{"title":"Under the Skin Podcast","image":{"url":"https://www.russellbrand.com/wp-content/uploads/2021/03/rb-logo-retina3.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"under-the-skin-podcast","url":"https://www.russellbrand.com/podcasts/","tagline":"","activity":[],"topic":[],"regions":"","locations":["UK"],"started":2017,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.russellbrand.com/wp-content/uploads/2021/03/rb-logo-retina3.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/under-the-skin-podcast","slug":"under-the-skin-podcast","sourceDir":"ecosystem/profiles"},{"title":"WakeUp","image":{"url":"https://wkup.org/wp-content/uploads/2014/06/1965025_1533522786874719_568285340554110432_n-768x513.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645007998/Ecosystem%20Mapping/wakeup_mnozqh.jpg","cached_new":"/img/wakeup_mnozqh.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"wakeup","url":"http://wkup.org","tagline":"","activity":["network","events"],"topic":["spirituality","community"],"regions":"World","locations":["London HQ"],"started":2009,"ended":"","active":"Yes","people":["Catan","Esteban (retired)"],"notes_data_entry":"Another topic could be ecology","facebook":"https://www.facebook.com/wakeupint/","twitter":"https://twitter.com/wkup","instagram":"https://www.instagram.com/wake_up_int/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCWfR_49NXjxeD526S48AQ-A","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/3702617769/503b58b72747ff46583c05abd212e8be_400x400.jpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/wake_up_ifykfe.jpg","cached_new":"/img/wake_up_ifykfe.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.7,"cultural":0.3,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/wakeup","slug":"wakeup","sourceDir":"ecosystem/profiles"},{"title":"Waking up with Sam Harris","image":{"url":"https://samharris.org/wp-content/uploads/2018/01/Waking-Up-wide.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"waking-up-with-sam-harris","url":"https://wakingup.com/","tagline":"","activity":[],"topic":[],"regions":"","locations":["US"],"started":2019,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://samharris.org/wp-content/uploads/2018/01/Waking-Up-wide.jpg","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/waking-up-with-sam-harris","slug":"waking-up-with-sam-harris","sourceDir":"ecosystem/profiles"},{"title":"Wellbeing Economy Alliance","image":{"url":"https://pbs.twimg.com/profile_banners/958043434568134656/1580381974/1500x500","cached_new":"/img/weall_image.jpeg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"wellbeing-economy-alliance","url":"https://weall.org/","tagline":"It's time for a wellbeing economy.","activity":["advocacy","network"],"topic":["governance","wellbeing"],"regions":"Global","locations":["London, England"],"started":2018,"ended":"","active":"Y","people":[],"notes_data_entry":"","facebook":null,"twitter":"https://twitter.com/WEALL_Alliance","instagram":"https://www.instagram.com/weall_alliance","linkedin":"https://www.linkedin.com/company/weall","youtube":null,"blog":null,"logo":{"url":"https://weall.org/wp-content/uploads/2018/07/WEAll-logo-smaller.jpg","cached_new":"/img/WEAll_logo.jpeg","type":"NestedUrl","_raw":{}},"curation_status":"YY","social_change":{"inner":0,"cultural":0.3,"systems":0.7,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/wellbeing-economy-alliance","slug":"wellbeing-economy-alliance","sourceDir":"ecosystem/profiles"},{"title":"The Wellbeing Project","image":{"url":"https://thewellbeingproject.co.uk/wp-content/uploads/2021/11/iStock-956479962-1-scaled.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645007270/Ecosystem%20Mapping/wellbeing_kveoqh.jpg","cached_new":"/img/wellbeing_kveoqh.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"wellbeing-project","url":"http://wellbeing-project.org/","tagline":"","activity":["business","education"],"topic":["wellbeing","work"],"regions":"","locations":["France/Spain"],"started":2007,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/wellbeingproject","twitter":"https://twitter.com/thewellbeingp","instagram":"https://www.instagram.com/thewellbeingp/?hl=en","linkedin":"https://www.linkedin.com/company/thewellbeingproject/","youtube":"https://www.youtube.com/channel/UCdRIORHMG3GXHAZc30GE6kw/videos","blog":"not-found","logo":{"url":"http://wellbeing-project.org/wp-content/uploads/2017/12/wbp_header_logo-1.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973770/Ecosystem%20Mapping/The_Wellbeing_Project_pbntid.png","cached_new":"/img/The_Wellbeing_Project_pbntid.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.7,"cultural":0.3,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/wellbeing-project","slug":"wellbeing-project","sourceDir":"ecosystem/profiles"},{"title":"Wisdom 2.0","image":{"url":"https://images.squarespace-cdn.com/content/v1/5f8663fc5daaf71f9561262d/1603140764239-Z2FP3Z592KWH5HR7LB8M/Wisdom2019-BZM-1046.jpg?format=2500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645008108/Ecosystem%20Mapping/Wisdom2019-BZM-1046_h0z0yk.jpg","cached_new":"/img/Wisdom2019-BZM-1046_h0z0yk.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"wisdom-2.0","url":"http://www.wisdom2summit.com","tagline":"","activity":["events","education"],"topic":["wellbeing","tech"],"regions":"","locations":["US"],"started":2009,"ended":"","active":"Yes","people":[],"notes_data_entry":"","facebook":"https://www.facebook.com/wisdom2conference","twitter":"https://twitter.com/wisdom2conf","instagram":"https://www.instagram.com/wisdom2events/","linkedin":"https://www.linkedin.com/company/wisdom-2.0/","youtube":"https://www.youtube.com/user/Wisdom2conf","blog":"not-found","logo":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRbITdjnu-S3BauuN4oolmRTSs59wCTOEAhLglOSDOQQyCtKQst","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636974027/Ecosystem%20Mapping/Wisdom_2.0_xi5kfr.png","cached_new":"/img/Wisdom_2.0_xi5kfr.png","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0.5,"cultural":0.5,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/wisdom-2.0","slug":"wisdom-2.0","sourceDir":"ecosystem/profiles"},{"title":"Wisdom Hackers","image":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"wisdom-hackers","url":"http://www.wisdomhackers.com/","tagline":"","activity":[],"topic":[],"regions":"","started":2014,"ended":"","active":"No","people":[],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/wisdom-hackers","slug":"wisdom-hackers","sourceDir":"ecosystem/profiles"},{"title":"World Future Council","image":{"url":"https://www.worldfuturecouncil.org/wp-content/uploads/2016/02/wfclogo_voiceoffg-02-02-02.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"world-future-council","url":"https://www.worldfuturecouncil.org/","tagline":"","activity":[],"topic":[],"regions":"","locations":["Germany"],"started":2007,"ended":"","active":"Yes","people":["Otto Sharmer"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.worldfuturecouncil.org/wp-content/uploads/2016/02/wfclogo_voiceoffg-02-02-02.png","cached":"","cached_new":"","type":"NestedUrl","_raw":{}},"curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/world-future-council","slug":"world-future-council","sourceDir":"ecosystem/profiles"},{"title":"Yellow Learning","image":{"url":"https://images.squarespace-cdn.com/content/5eaa9a133c04b85c2ae34108/c1b83cc8-14e1-4d96-a855-7a364a6ad663/social-image.jpg?content-type=image%2Fjpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393717/Ecosystem%20Mapping/social-image_juxnwn.jpg","cached_new":"/img/social-image_juxnwn.jpg","type":"NestedUrl","_raw":{}},"layout":"profile","data":[],"id":"yellow-learning","url":"http://www.yellowlearning.org","tagline":"Spaces of learning for a complex world","activity":["education","network"],"topic":["development","community"],"regions":"EU","locations":["Arenas de San Pedro, ES","Berlin, DE"],"started":"not-found","ended":"","active":"Y","people":["Alex Carabi"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://images.squarespace-cdn.com/content/5eaa9a133c04b85c2ae34108/c1b83cc8-14e1-4d96-a855-7a364a6ad663/social-image.jpg?content-type=image%2Fjpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393717/Ecosystem%20Mapping/social-image_juxnwn.jpg","cached_new":"/img/social-image_juxnwn.jpg","type":"NestedUrl","_raw":{}},"curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0,"type":"SocialChange","_raw":{}},"type":"Profile","url_path":"ecosystem/profiles/yellow-learning","slug":"yellow-learning","sourceDir":"ecosystem/profiles"},{"title":"Arts & Culture","image":"","layout":"docs","data":[],"id":"arts","emoji":"🎨","super_topic":"AET","type":"Topic","url_path":"ecosystem/topics/arts","slug":"arts","sourceDir":"ecosystem/topics"},{"title":"Community","image":"","layout":"docs","data":[],"id":"community","emoji":"🧑🤝🧑","super_topic":"Governance, Community and Politics","type":"Topic","url_path":"ecosystem/topics/community","slug":"community","sourceDir":"ecosystem/topics"},{"title":"Development & Growth","image":"","layout":"docs","data":[],"id":"development","emoji":"☯️","super_topic":"Wellbeing, Spiritual & Growth","type":"Topic","url_path":"ecosystem/topics/development","slug":"development","sourceDir":"ecosystem/topics"},{"title":"Ecology & Environment","image":"","layout":"docs","data":[],"id":"ecology","emoji":"🌍","super_topic":"AET","type":"Topic","url_path":"ecosystem/topics/ecology","slug":"ecology","sourceDir":"ecosystem/topics"},{"title":"Governance & Institutions","image":"","layout":"docs","data":[],"id":"governance","emoji":"⚖️","super_topic":"Governance, Community and Politics","type":"Topic","url_path":"ecosystem/topics/governance","slug":"governance","sourceDir":"ecosystem/topics"},{"title":"Politics & Economics","image":"","layout":"docs","data":[],"id":"politics","emoji":"🏛️","super_topic":"Governance, Community and Politics","type":"Topic","url_path":"ecosystem/topics/politics","slug":"politics","sourceDir":"ecosystem/topics"},{"title":"Spirituality & Religion","image":"https://images.unsplash.com/photo-1530368333607-c100785945b5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYyOTMwMzUzMQ&ixlib=rb-1.2.1&q=80&w=1080","layout":"docs","data":[],"id":"spirituality","emoji":"🧘","super_topic":"Wellbeing, Spiritual & Growth","type":"Topic","url_path":"ecosystem/topics/spirituality","slug":"spirituality","sourceDir":"ecosystem/topics"},{"title":"Technology & Blockchain","image":"","layout":"docs","data":[],"id":"tech","emoji":"💻","super_topic":"AET","type":"Topic","url_path":"ecosystem/topics/tech","slug":"tech","sourceDir":"ecosystem/topics"},{"title":"Wellbeing & Health","image":"","layout":"docs","data":[],"id":"wellbeing","emoji":"🌻","super_topic":"Wellbeing, Spiritual & Growth","type":"Topic","url_path":"ecosystem/topics/wellbeing","slug":"wellbeing","sourceDir":"ecosystem/topics"},{"title":"Future of work","image":"","layout":"docs","data":[],"id":"work","emoji":"💼","super_topic":"Making ...","type":"Topic","url_path":"ecosystem/topics/work","slug":"work","sourceDir":"ecosystem/topics"},{"title":"Blind Spot Series","description":"Blind Spots is our series of conversations exploring the collective blind spots of our society.","image":"/assets/images/carcrash-scaled.jpg","layout":"initiatives","data":[],"homepage":"/blind-spots","start":2018,"end":2019,"team":["rufuspollock","liamaet","sylvieshiweibarbier"],"alumni":[],"size":"m","status":"completed","created":"2023-03-21T00:00:00.000Z","type":"Initiative","url_path":"initiatives/blind-spot-series","slug":"blind-spot-series","sourceDir":"initiatives"},{"title":"Collective Intelligence","description":"This paper clarifies the concept of Collective Intelligence ─ the ability that allows a group to learn to take useful actions over time ─ and argues for the pre-eminence of emotional factors in group intelligence.","image":"/assets/images/Blog-Feature-Images-16.jpg","layout":"initiatives","data":[],"homepage":null,"start":2018,"end":2019,"team":["rufuspollock","liamaet"],"alumni":[],"size":"l","status":"completed","created":"2023-03-21T00:00:00.000Z","type":"Initiative","url_path":"initiatives/collective-intelligence","slug":"collective-intelligence","sourceDir":"initiatives"},{"title":"Collective Wisdom","description":"Western society is deeply attached to ”Enlightenment” ideals of rationality, individualism and equality.","image":"/assets/images/Blog-Feature-Images-7.jpg","layout":"initiatives","data":[],"homepage":"/collective-wisdom","start":2019,"end":2020,"team":["rufuspollock","liamaet"],"alumni":[],"size":"m","status":"inactive","created":"2023-03-21T00:00:00.000Z","type":"Initiative","url_path":"initiatives/collective-wisdom","slug":"collective-wisdom","sourceDir":"initiatives"},{"title":"Columinate","description":"The “Wiser Living” initiative seeks to contribute to humanity’s cultural evolution by creating “deliberately developmental programs” – pathways for healthy human development articulated in integral, evolutionary curricula, trainings and content.","image":"/assets/images/IMG_8945-scaled.jpg","layout":"initiatives","data":[],"homepage":null,"start":2022,"end":null,"team":["rufuspollock","Karl Steyaert"],"alumni":[],"size":"l","status":"active","created":"2023-03-20T00:00:00.000Z","type":"Initiative","url_path":"initiatives/columinate","slug":"columinate","sourceDir":"initiatives"},{"title":"Conscious Parenting","description":"Creating a wiser, weller world starts with great parenting. Join us in discovering conscious parenting to create the stewards of the future.","image":"/assets/images/conscious-parenting-project.jpg","layout":"initiatives","data":[],"homepage":null,"start":"2021-01","end":null,"team":["rufuspollock","esthermontmany"],"alumni":[],"size":"xl","status":"incubating","created":"2023-02-24T00:00:00.000Z","type":"Initiative","url_path":"initiatives/conscious-parenting","slug":"conscious-parenting","sourceDir":"initiatives"},{"title":"Contemplative Activism","description":"Contemplative Activism is an initiative started by Life Itself to explore how we can bring contemplative awareness, skills and practices into activism and social leadership.","image":"/assets/images/Blog-Feature-Images-4.jpg","layout":"initiatives","data":[],"homepage":null,"start":2018,"end":null,"team":["rufuspollock","liamaet"],"alumni":[],"size":"l","status":"inactive","created":"2023-03-21T00:00:00.000Z","type":"Initiative","url_path":"initiatives/contemplative-activism","slug":"contemplative-activism","sourceDir":"initiatives"},{"title":"Polycrisis Response Mapping","description":"Charting an emerging ecosystem by Life Itself, Emerge and collaborators. This project maps an emerging ecosystem centred on a radical, alternative approach to social change – one that is simultaneously paradigmatic, integrated and engaged.","image":"/assets/images/ecosystem-project-image.png","layout":"initiatives","data":[],"homepage":"/ecosystem","start":2020,"end":null,"team":["rufuspollock","theo-cox","catherine-tran","nathen-fitchen"],"alumni":["eilidhross"],"size":"xl","status":"dormant","created":"2023-03-10T00:00:00.000Z","type":"Initiative","url_path":"initiatives/ecosystem-mapping","slug":"ecosystem-mapping","sourceDir":"initiatives"},{"title":"Embodying Collective Transformation","description":"A guide to our way of being and doing. A combination of our playbook and our concrete envisioning of how pioneering Life Itself aligned communities operate.","image":"/assets/images/IMG_4924_1-scaled-e1653601439702.jpg","layout":"initiatives","data":[],"homepage":null,"start":"2022-09","end":"2022-12","team":["rufuspollock","Karl Steyaert","Nadine Helm","Jocelyn Ames","catherine-tran"],"alumni":[],"size":"l","status":"completed","created":"2023-03-20T00:00:00.000Z","type":"Initiative","url_path":"initiatives/embodying-collective-transformation","slug":"embodying-collective-transformation","sourceDir":"initiatives"},{"title":"Exploring Web3 & Crypto","description":"Crypto & Web3 are a huge phenomenon but can be hard to make sense of. We help with introductions to key concepts and in-depth evaluations of the claims for its social and economic impact.","image":"/assets/images/web3.jpeg","layout":"initiatives","data":[],"homepage":"https://www.web3.lifeitself.org","start":"2021-12","end":null,"team":["rufus-pollock","theo-cox","nathenfitchen","catherine-tran","Stephen Diehl"],"alumni":["eilidhross"],"size":"xl","status":"active","created":"2023-03-16T00:00:00.000Z","type":"Initiative","url_path":"initiatives/exploring-web3-and-crypto","slug":"exploring-web3-and-crypto","sourceDir":"initiatives"},{"title":"Hub - Bergerac","description":"The Bergerac Hub offers opportunities to explore what it really means to live more consciously together. The Hub is nestled near the River Dordogne and just a few minutes walk from Bergerac's beautiful town centre. A perfect location from which to enjoy both the glorious French countryside and the vibrant medieval town.","image":"/assets/images/bergerac-hub.jpeg","layout":"initiatives","data":[],"homepage":"/hubs/bergerac/","start":2020,"end":null,"team":["rufuspollock","valerie","liamaet","liu-bauer","marc-santolini"],"alumni":[],"size":"xl","status":"active","created":"2023-03-19T00:00:00.000Z","type":"Initiative","url_path":"initiatives/hub-bergerac","slug":"hub-bergerac","sourceDir":"initiatives"},{"title":"The Berlin Hub","description":"The Life Itself Berlin Hub in Kreuzberg is an experiment in intentional community living. A place to push for change and grow together through shared values. Our beautiful co-living hub in Berlin has space for new members! If you want to live in a supportive community committed to wellbeing and social change, we'd love to hear from you","image":"/assets/images/berlin-hub.jpg","layout":"initiatives","data":[],"homepage":"/hubs/berlin/","start":2020,"end":null,"team":["rufuspollock","iljad20a2d59ebb","sen-zhan"],"alumni":[],"size":"xl","status":"active","created":"2023-03-19T00:00:00.000Z","type":"Initiative","url_path":"initiatives/hub-berlin","slug":"hub-berlin","sourceDir":"initiatives"},{"title":"Hub - Petit Bois Martin","description":"The Farmhouse is situated in peaceful, natural surroundings just 5 minutes drive from Plum Village Monastery and 20 minutes from the Dordogne River.","image":"/assets/images/qodutNZ.jpg","layout":"initiatives","data":[],"homepage":"/hubs/farmhouse/","start":2020,"end":null,"team":["rufuspollock","sylvieshiweibarbier"],"alumni":[],"size":"xl","status":"active","created":"2023-03-19T00:00:00.000Z","type":"Initiative","url_path":"initiatives/hub-petit-bois-martin","slug":"hub-petit-bois-martin","sourceDir":"initiatives"},{"title":"Hubs","description":"Our hubs are micro-cultures which embody [the values of Life Itself]. The hubs provide communal environments that support the well-being and self-growth of their residents and foster links with local communities through events, workshops and co-working spaces.","image":"/assets/images/hub-gathering-meal-2019.jpg","layout":"initiatives","data":[],"homepage":"/hubs","start":"2020-06-23","end":null,"team":["rufuspollock","valerie","liamaet"],"alumni":[],"size":"xl","status":"active","created":"2023-03-16T00:00:00.000Z","type":"Initiative","url_path":"initiatives/hubs","slug":"hubs","sourceDir":"initiatives"},{"title":"Life Itself Labs","description":"Research arm of Life Itself working on systems and data. Strategically relevant because learning and rigor are a key part of our approach.","image":"/assets/images/life-itself-labs.png","layout":"initiatives","data":[],"homepage":"https://labs.lifeitself.org","start":2021,"end":null,"team":["rufuspollock","theo-cox"],"alumni":[],"size":"xl","status":"active","created":"2023-03-16T00:00:00.000Z","type":"Initiative","url_path":"initiatives/labs","slug":"labs","sourceDir":"initiatives"},{"title":"Ontological Politics","description":"Any social or political envisioning is constrained by an invisible frame: by the implicit values and views on which it is created, most importantly its view of the nature of human beings.","image":"/assets/images/image_2021-04-16_172851-1024x570.png","layout":"initiatives","data":[],"homepage":"/ontological-politics","start":2020,"end":null,"team":["rufuspollock"],"alumni":[],"size":"xl","status":"inactive","created":"2023-03-20T00:00:00.000Z","type":"Initiative","url_path":"initiatives/ontological-politics","slug":"ontological-politics","sourceDir":"initiatives"},{"title":"The Life Itself Podcast","description":"An ongoing series of conversations with thought leaders in the fields of emerging social change, culture and technology.","image":"/assets/images/projects-life-itself-podcast-header.png","layout":"initiatives","data":[],"homepage":"/podcast","start":"2020-11","end":null,"team":["rufus-pollock","nathenfitchen"],"alumni":["eilidhross"],"size":"xl","status":"active","created":"2023-03-15T00:00:00.000Z","type":"Initiative","url_path":"initiatives/podcast","slug":"podcast","sourceDir":"initiatives"},{"title":"Possibility Now","description":"Possibility Now is an initiative started by Life Itself to spark hope for social change and foster an open-minded, imaginative, collective conversation about how society can be transformed for the better.","image":"/assets/images/Blog-Feature-Images-15.jpg","layout":"initiatives","data":[],"homepage":"https://possibilitynow.lifeitself.org","start":2020,"end":2020,"team":["rufuspollock","sylvieshiweibarbier"],"alumni":[],"size":"m","status":"inactive","resolution":"retired","created":"2023-03-21T00:00:00.000Z","type":"Initiative","url_path":"initiatives/possibility-now","slug":"possibility-now","sourceDir":"initiatives"},{"title":"Residencies","description":"A series of residencies and retreats that are a spiritual cooking-together of various ingredients: people, practices, workshops, art, community life and actual cooking.","image":"/assets/images/f30dcd17-9101-4a3a-b8c6-20eea8005010-1024x768.jpeg","layout":"initiatives","data":[],"homepage":"/upcoming-residencies-gatherings","start":2020,"end":null,"team":["rufuspollock","valerie","liamaet"],"alumni":[],"size":"xl","status":"active","created":"2023-03-20T00:00:00.000Z","type":"Initiative","url_path":"initiatives/residencies","slug":"residencies","sourceDir":"initiatives"},{"title":"Sustainable Wellbeing","description":"Sustainable well-being (SWB) ─ the notion that wellbeing is our top priority and future generations’ wellbeing should be as good or better than ours ─ is an obvious organising principle for our society.","image":"/assets/images/Blog-Feature-Images-6.jpg","layout":"initiatives","data":[],"homepage":"/sustainable-wellbeing","start":2021,"end":null,"team":["rufuspollock","liamaet"],"alumni":[],"size":"m","status":"inactive","created":"2023-03-21T00:00:00.000Z","type":"Initiative","url_path":"initiatives/sustainable-wellbeing","slug":"sustainable-wellbeing","sourceDir":"initiatives"},{"title":"Tao of Life Itself","description":"A guide to our way of being and doing. A combination of our playbook and our concrete envisioning of how pioneering Life Itself aligned communities operate.","image":"/assets/images/jose-luis-sanchez-pereyra-U6HOr6-CPSA-unsplash-scaled.jpg","layout":"initiatives","data":[],"homepage":"https://lifeitself.org/tao","start":2016,"end":null,"team":["rufuspollock","sylvieshiweibarbier","nathen-fitchen","theo-cox"],"alumni":["eilidh-ross"],"size":"xl","status":"active","created":"2023-03-20T00:00:00.000Z","type":"Initiative","url_path":"initiatives/tao-of-life-itself","slug":"tao-of-life-itself","sourceDir":"initiatives"},{"title":"Wisdom Colloquia","description":"","image":"","layout":"initiatives","data":[],"homepage":"","start":2020,"end":2021,"team":["rufuspollock"],"alumni":[],"size":"m","status":"completed","created":"2023-03-21T00:00:00.000Z","type":"Initiative","url_path":"initiatives/wisdom-colloquia","slug":"wisdom-colloquia","sourceDir":"initiatives"},{"title":"2-week Relational Embodiment Residency","layout":"docs","data":[],"created":"2022-09-18T00:00:00.000Z","authors":["liamaet"],"type":"Page","url_path":"2-week-relational-embodiment-residency","slug":"2-week-relational-embodiment-residency","sourceDir":null},{"title":"About","layout":"docs","data":[],"type":"Page","url_path":"about","slug":"about","sourceDir":null},{"title":"NOURRITURE ESSENTIELLE","layout":"docs","data":[],"created":"2022-05-11T00:00:00.000Z","authors":["valerie"],"type":"Page","url_path":"back-to-basics","slug":"back-to-basics","sourceDir":null},{"title":"Blind Spots","image":"/assets/images/carcrash-scaled.jpg","layout":"docs","data":[],"created":"2020-10-07T00:00:00.000Z","authors":["artearthtech"],"type":"Page","url_path":"blind-spots","slug":"blind-spots","sourceDir":null},{"title":"Calls","image":"/assets/images/institute_cover_resized.jpg","layout":"docs","data":[],"created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"calls","slug":"calls","sourceDir":null},{"title":"Collaborators","image":"/assets/images/dsc_9969_sarah_hickson.jpg","layout":"docs","data":[],"created":"2020-03-18T00:00:00.000Z","authors":["sylvieshiweibarbier"],"type":"Page","url_path":"collaborators","slug":"collaborators","sourceDir":null},{"title":"Collective Wisdom","image":"/assets/images/davide-ragusa-24118-unsplash-scaled.jpg","layout":"docs","data":[],"created":"2020-08-14T00:00:00.000Z","authors":["liamaet"],"type":"Page","url_path":"collective-wisdom","slug":"collective-wisdom","sourceDir":null},{"title":"Contact","layout":"docs","data":[],"created":"2020-03-18T00:00:00.000Z","type":"Page","url_path":"contact","slug":"contact","sourceDir":null},{"layout":"docs","data":[],"type":"Page","url_path":"ecosystem","slug":"ecosystem","sourceDir":null},{"title":"Embodying collective intimacy","layout":"docs","data":[],"created":"2022-09-13T00:00:00.000Z","authors":["valerie"],"type":"Page","url_path":"embodying-collective-intimacy","slug":"embodying-collective-intimacy","sourceDir":null},{"title":"Embodying Collective Transformation","layout":"docs","data":[],"created":"2022-05-26T00:00:00.000Z","authors":["catherine-tran"],"type":"Page","url_path":"embodying-collective-transformation","slug":"embodying-collective-transformation","sourceDir":null},{"title":"Life Itself Summer Gathering 2022","image":"/assets/images/1909newsletter-gathering-meal-2019-1024x576-1.jpg","layout":"docs","data":[],"created":"2020-03-17T00:00:00.000Z","authors":["sylvieshiweibarbier"],"type":"Page","url_path":"gathering","slug":"gathering","sourceDir":null},{"title":"Community Hangouts","image":"/assets/images/fire_camping_campfire_group_sitting-80446.jpg","layout":"docs","data":[],"created":"2021-11-03T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"hangouts","slug":"hangouts","sourceDir":null},{"title":"Hubs","image":"/assets/images/hubs.jpg","layout":"docs","data":[],"created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"hubs","slug":"hubs","sourceDir":null},{"layout":"docs","data":[],"type":"Page","url_path":"ideas","slug":"ideas","sourceDir":null},{"layout":"unstyled","data":["slicedposts"],"type":"Page","url_path":"","slug":"","sourceDir":null},{"title":"Insight, Interbeing and Science, May 2022","layout":"docs","data":[],"created":"2022-02-07T00:00:00.000Z","authors":["liamaet"],"type":"Page","url_path":"insight-interbeing-and-science-may-2022","slug":"insight-interbeing-and-science-may-2022","sourceDir":null},{"title":"Institute","image":"/assets/images/a_state_1.jpg","layout":"docs","data":[],"created":"2020-03-09T00:00:00.000Z","authors":["artearthtech"],"type":"Page","url_path":"institute","slug":"institute","sourceDir":null},{"title":"Jobs","image":"/assets/images/institute_stef_ruf_resized.jpg","layout":"docs","data":[],"created":"2020-09-22T00:00:00.000Z","authors":["sophie84d503f875"],"type":"Page","url_path":"jobs","slug":"jobs","sourceDir":null},{"title":"August '22: Light, Shadow, Integration","layout":"docs","data":[],"created":"2022-06-17T00:00:00.000Z","authors":["liamaet"],"type":"Page","url_path":"light-shadow-integration","slug":"light-shadow-integration","sourceDir":null},{"title":"Ontological Politics","image":"/assets/images/ethan-hoover-325423-unsplash-scaled.jpg","layout":"docs","data":[],"created":"2021-02-26T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"ontological-politics","slug":"ontological-politics","sourceDir":null},{"title":"Open Summer Residency","layout":"docs","data":[],"created":"2022-05-26T00:00:00.000Z","authors":["valerie"],"type":"Page","url_path":"open-residency","slug":"open-residency","sourceDir":null},{"image":"/assets/images/ouroboros.jpg","layout":"docs","data":[],"created":"2023-01-25T00:00:00.000Z","authors":["eilidhross"],"type":"Page","url_path":"ouroboros-residency","slug":"ouroboros-residency","sourceDir":null},{"layout":"unstyled","data":[],"type":"Page","url_path":"people","slug":"people","sourceDir":null},{"title":"Pioneering Culture","image":"/assets/images/haseeb-jamil-zbg2-gyo_hM-unsplash-scaled.jpg","layout":"docs","data":[],"created":"2021-04-28T00:00:00.000Z","authors":["theo-cox"],"type":"Page","url_path":"pioneering-culture","slug":"pioneering-culture","sourceDir":null},{"title":"Previous Residencies","image":"/assets/images/Blog-Feature-Images-29.jpg","layout":"docs","data":[],"created":"2022-10-27T00:00:00.000Z","authors":["eilidhross"],"type":"Page","url_path":"previous-residencies","slug":"previous-residencies","sourceDir":null},{"title":"The Primacy of Being","layout":"docs","data":[],"created":"2021-09-29T00:00:00.000Z","authors":["theo-cox"],"type":"Page","url_path":"primacy-of-being","slug":"primacy-of-being","sourceDir":null},{"title":"Privacy Policy","layout":"docs","data":[],"created":"2022-06-11T00:00:00.000Z","authors":["khalil-ali"],"type":"Page","url_path":"privacy-policy","slug":"privacy-policy","sourceDir":null},{"title":"Real Estate-fund","image":"/assets/images/15030017-scaled.jpg","layout":"docs","data":[],"created":"2020-08-12T00:00:00.000Z","authors":["artearthtech"],"type":"Page","url_path":"real-estate-fund","slug":"real-estate-fund","sourceDir":null},{"title":"Relation A-largent-et-histoires-de-vie","layout":"docs","data":[],"created":"2022-10-26T00:00:00.000Z","authors":["valerie"],"type":"Page","url_path":"relation-a-largent-et-histoires-de-vie","slug":"relation-a-largent-et-histoires-de-vie","sourceDir":null},{"title":"Requiem for a Passing Age","image":"/assets/images/ruben-ortega-viel7n9kgNA-unsplash-scaled.jpg","layout":"docs","data":[],"created":"2022-05-24T00:00:00.000Z","authors":["sylvieshiweibarbier","rufuspollock"],"type":"Page","url_path":"requiem","slug":"requiem","sourceDir":null},{"title":"Saving the World (Together with Everybody Else)","layout":"docs","data":[],"created":"2023-01-25T00:00:00.000Z","authors":["eilidhross"],"type":"Page","url_path":"setting-the-world-to-rights-residency","slug":"setting-the-world-to-rights-residency","sourceDir":null},{"title":"State of Sensemaking 2020","image":"/assets/images/Social_Change_Ecosystem.png","layout":"docs","data":[],"created":"2021-09-02T00:00:00.000Z","authors":["theo-cox"],"type":"Page","url_path":"state-of-sensemaking-2020","slug":"state-of-sensemaking-2020","sourceDir":null},{"title":"Free Ebook: The Great Grasping by Liam Kavanagh","layout":"docs","data":[],"created":"2022-05-09T00:00:00.000Z","authors":["khalil-ali"],"type":"Page","url_path":"subscribe","slug":"subscribe","sourceDir":null},{"title":"Sustainable Wellbeing & Its Politics","layout":"docs","data":[],"created":"2021-12-17T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"sustainable-wellbeing","slug":"sustainable-wellbeing","sourceDir":null},{"title":"Praxis Hub Residencies: Being at home in troubled times","layout":"docs","data":[],"created":"2021-08-17T00:00:00.000Z","authors":["liamaet"],"type":"Page","url_path":"sympoiesis","slug":"sympoiesis","sourceDir":null},{"title":"Transforming the Narrative","layout":"docs","data":[],"created":"2021-04-01T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"transforming-the-narrative","slug":"transforming-the-narrative","sourceDir":null},{"title":"Upcoming Residencies & Gatherings","image":"/assets/images/Blog-Feature-Images-11.png","layout":"docs","data":[],"created":"2022-06-02T00:00:00.000Z","authors":["eilidhross"],"type":"Page","url_path":"upcoming-residencies-gatherings","slug":"upcoming-residencies-gatherings","sourceDir":null},{"title":"Web3: Possibilities and Challenges","image":"/assets/images/shubham-dhage-gC_aoAjQl2Q-unsplash-scaled.jpg","layout":"docs","data":[],"created":"2022-01-26T00:00:00.000Z","authors":["theo-cox"],"type":"Page","url_path":"web3","slug":"web3","sourceDir":null},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/comms-analysis-2022-02-24.excalidraw","slug":"comms-analysis-2022-02-24.excalidraw","sourceDir":"Excalidraw"},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/design-system-brainstorm-2022-03-08.excalidraw","slug":"design-system-brainstorm-2022-03-08.excalidraw","sourceDir":"Excalidraw"},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/ecosystem-of-ecosystems-re-emerging-2022-03-03.excalidraw","slug":"ecosystem-of-ecosystems-re-emerging-2022-03-03.excalidraw","sourceDir":"Excalidraw"},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/layers-of-evolution-and-complexity-2022-09-16.excalidraw","slug":"layers-of-evolution-and-complexity-2022-09-16.excalidraw","sourceDir":"Excalidraw"},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/praxis-aetre-relationship-and-money-flows-today-2022-04-01.excalidraw","slug":"praxis-aetre-relationship-and-money-flows-today-2022-04-01.excalidraw","sourceDir":"Excalidraw"},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/praxis-aetre-relationship-money-flows-future-2022-04-01.excalidraw","slug":"praxis-aetre-relationship-money-flows-future-2022-04-01.excalidraw","sourceDir":"Excalidraw"},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/praxis-aetre-relationship-money-flows-with-committee-2022-04-27.excalidraw","slug":"praxis-aetre-relationship-money-flows-with-committee-2022-04-27.excalidraw","sourceDir":"Excalidraw"},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/praxis-spaces-management-2022-03-01.excalidraw","slug":"praxis-spaces-management-2022-03-01.excalidraw","sourceDir":"Excalidraw"},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/strategy-macro-to-micro-2023-02-01.excalidraw","slug":"strategy-macro-to-micro-2023-02-01.excalidraw","sourceDir":"Excalidraw"},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/structuring-life-itself-offers-2022-11-12.excalidraw","slug":"structuring-life-itself-offers-2022-11-12.excalidraw","sourceDir":"Excalidraw"},{"layout":"docs","data":[],"type":"Page","url_path":"Excalidraw/wiser-sprint-july-2022-storyboard-2022-07-25.excalidraw","slug":"wiser-sprint-july-2022-storyboard-2022-07-25.excalidraw","sourceDir":"Excalidraw"},{"title":"Autobiography","image":"/assets/images/calls1.jpg","layout":"docs","data":[],"created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"calls/autobiography","slug":"autobiography","sourceDir":"calls"},{"title":"Get It-done","image":"/assets/images/calls3-scaled.jpg","layout":"docs","data":[],"created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"calls/get-it-done","slug":"get-it-done","sourceDir":"calls"},{"title":"Sunday Salon","image":"/assets/images/cecile01.jpg","layout":"docs","data":[],"created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"calls/sunday-salon","slug":"sunday-salon","sourceDir":"calls"},{"title":"Blog","layout":"docs","data":["blogs"],"type":"Page","url_path":"blog","slug":"blog","sourceDir":"blog"},{"layout":"docs","data":[],"type":"Page","url_path":"ecosystem/about","slug":"about","sourceDir":"ecosystem"},{"layout":"docs","data":[],"type":"Page","url_path":"ecosystem/contribute","slug":"contribute","sourceDir":"ecosystem"},{"layout":"docs","data":[],"type":"Page","url_path":"ecosystem/contributors-guide","slug":"contributors-guide","sourceDir":"ecosystem"},{"layout":"docs","data":[],"type":"Page","url_path":"ecosystem/curators","slug":"curators","sourceDir":"ecosystem"},{"layout":"docs","data":[],"type":"Page","url_path":"ecosystem/glossary","slug":"glossary","sourceDir":"ecosystem"},{"layout":"unstyled","data":["profiles","topics"],"type":"Page","url_path":"ecosystem","slug":"ecosystem","sourceDir":"ecosystem"},{"title":"Outline","layout":"docs","data":[],"type":"Page","url_path":"ecosystem/outline","slug":"outline","sourceDir":"ecosystem"},{"layout":"docs","data":["profiles","topics"],"type":"Page","url_path":"ecosystem/vis","slug":"vis","sourceDir":"ecosystem"},{"title":"2019 Gathering","layout":"docs","data":[],"created":"2022-06-27T00:00:00.000Z","authors":["catherine-tran"],"type":"Page","url_path":"gathering/2019-gathering","slug":"2019-gathering","sourceDir":"gathering"},{"title":"The Bergerac Hub","image":"/assets/images/20200717_072527.jpg","layout":"docs","data":[],"created":"2020-09-28T00:00:00.000Z","authors":["artearthtech"],"type":"Page","url_path":"hubs/bergerac","slug":"bergerac","sourceDir":"hubs"},{"title":"Berlin","image":"/assets/images/berlin-hub-2.jpg","layout":"docs","data":[],"created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"hubs/berlin","slug":"berlin","sourceDir":"hubs"},{"title":"Farmhouse","image":"/assets/images/bergerac-photo-1.jpg","layout":"docs","data":[],"created":"2020-08-11T00:00:00.000Z","authors":["sophie84d503f875"],"type":"Page","url_path":"hubs/farmhouse","slug":"farmhouse","sourceDir":"hubs"},{"title":"The London Hub","layout":"docs","data":[],"created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"hubs/london","slug":"london","sourceDir":"hubs"},{"title":"Compassionate Mental Health","image":"/assets/images/mike-erskine-S_VbdMTsdiA-unsplash-scaled.jpg","layout":"docs","data":[],"created":"2021-05-14T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"institute/compassionate-mental-health","slug":"compassionate-mental-health","sourceDir":"institute"},{"title":"Contemplative Activism","image":"/assets/images/ills-of-cap.jpg","layout":"docs","data":[],"created":"2020-05-19T00:00:00.000Z","authors":["liamaet"],"type":"Page","url_path":"institute/contemplative-activism","slug":"contemplative-activism","sourceDir":"institute"},{"title":"Universal Basic Income","layout":"docs","data":[],"created":"2021-05-12T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"institute/universal-basic-income","slug":"universal-basic-income","sourceDir":"institute"},{"title":"Deep Democracy Intensive","layout":"docs","data":[],"type":"Page","url_path":"notes/Deep Democracy Intensive","slug":"Deep Democracy Intensive","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/FYI","slug":"FYI","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/Life Itself Inspiration","slug":"Life Itself Inspiration","sourceDir":"notes"},{"title":"Pathways to Liberation Matrix of Assessment","layout":"docs","data":[],"authors":["rufuspollock"],"type":"Page","url_path":"notes/Pathways to Liberation Matrix","slug":"Pathways to Liberation Matrix","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/William Irwin Thompson","slug":"William Irwin Thompson","sourceDir":"notes"},{"title":"Art Earth Tech","layout":"docs","data":[],"type":"Page","url_path":"notes/art-earth-tech","slug":"art-earth-tech","sourceDir":"notes"},{"title":"Assessment of Transformative Programs","layout":"docs","data":[],"created":"2021-08-10T00:00:00.000Z","type":"Page","url_path":"notes/assessment-of-transformative-programs","slug":"assessment-of-transformative-programs","sourceDir":"notes"},{"title":"Auroville","layout":"docs","data":[],"created":"2020-08-17T00:00:00.000Z","type":"Page","url_path":"notes/auroville","slug":"auroville","sourceDir":"notes"},{"title":"Beginning Anew","layout":"docs","data":[],"type":"Page","url_path":"notes/beginning-anew","slug":"beginning-anew","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/bosaico-inc","slug":"bosaico-inc","sourceDir":"notes"},{"layout":"docs","data":[],"created":"2021-07-19T00:00:00.000Z","type":"Page","url_path":"notes/building-books-annotated-list","slug":"building-books-annotated-list","sourceDir":"notes"},{"title":"Cinesomatics","layout":"docs","data":[],"authors":[],"type":"Page","url_path":"notes/cinesomatics","slug":"cinesomatics","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/cooperatives","slug":"cooperatives","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/direct-enquiry","slug":"direct-enquiry","sourceDir":"notes"},{"title":"Dominator Hierachies","layout":"docs","data":[],"type":"Page","url_path":"notes/dominator-hierarchies","slug":"dominator-hierarchies","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/early-retirement-extreme","slug":"early-retirement-extreme","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/effective-altruism","slug":"effective-altruism","sourceDir":"notes"},{"title":"Ephemeral Group Process (EGP)","layout":"docs","data":[],"created":"2020-12-16T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"notes/ephemeral-group-process","slug":"ephemeral-group-process","sourceDir":"notes"},{"title":"Feedback Practices","layout":"docs","data":[],"type":"Page","url_path":"notes/feedback-practices","slug":"feedback-practices","sourceDir":"notes"},{"title":"Five Mindfulness Trainings","layout":"docs","data":[],"type":"Page","url_path":"notes/five-mindfulness-trainings","slug":"five-mindfulness-trainings","sourceDir":"notes"},{"title":"Five Remembrances","layout":"docs","data":[],"type":"Page","url_path":"notes/five-remembrances","slug":"five-remembrances","sourceDir":"notes"},{"layout":"docs","data":[],"aliases":["Fundamental Wellbeing","Persistent Non-Symbolic Expererience"],"type":"Page","url_path":"notes/fundamental-wellbeing","slug":"fundamental-wellbeing","sourceDir":"notes"},{"title":"Further Reading","layout":"docs","data":[],"type":"Page","url_path":"notes/further-reading","slug":"further-reading","sourceDir":"notes"},{"title":"Glossary","layout":"docs","data":[],"created":"2020-02-05T00:00:00.000Z","type":"Page","url_path":"notes/glossary","slug":"glossary","sourceDir":"notes"},{"title":"Growth Hierarchies","layout":"docs","data":[],"type":"Page","url_path":"notes/growth-hierarchies","slug":"growth-hierarchies","sourceDir":"notes"},{"layout":"docs","data":[],"created":"2022-09-14T00:00:00.000Z","type":"Page","url_path":"notes/henrich-culturology-interviews-2022","slug":"henrich-culturology-interviews-2022","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/hoffman-process","slug":"hoffman-process","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/holotropic-breathwork","slug":"holotropic-breathwork","sourceDir":"notes"},{"layout":"docs","data":[],"created":"2022-03-30T00:00:00.000Z","authors":["Karl Steyaert"],"type":"Page","url_path":"notes/how-does-nvc-relate-ecosprituality","slug":"how-does-nvc-relate-ecosprituality","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/integral","slug":"integral","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/integrity","slug":"integrity","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/intentional-community","slug":"intentional-community","sourceDir":"notes"},{"layout":"docs","data":[],"aliases":["Jeffery Martin"],"type":"Page","url_path":"notes/jeffery-martin","slug":"jeffery-martin","sourceDir":"notes"},{"layout":"docs","data":[],"aliases":["Ken Wilber","Wilber"],"type":"Page","url_path":"notes/ken-wilber","slug":"ken-wilber","sourceDir":"notes"},{"title":"How to Create an Effective Landing Page","layout":"docs","data":[],"type":"Page","url_path":"notes/landing-page-guide","slug":"landing-page-guide","sourceDir":"notes"},{"title":"Landmark","layout":"docs","data":[],"type":"Page","url_path":"notes/landmark","slug":"landmark","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/library","slug":"library","sourceDir":"notes"},{"layout":"docs","data":[],"aliases":["Life Itself"],"type":"Page","url_path":"notes/life-itself","slug":"life-itself","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/lindisfarne-association","slug":"lindisfarne-association","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/meditation","slug":"meditation","sourceDir":"notes"},{"layout":"docs","data":[],"authors":["stiivi"],"type":"Page","url_path":"notes/memes","slug":"memes","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/metacrisis","slug":"metacrisis","sourceDir":"notes"},{"layout":"docs","data":[],"created":"2016-09-19T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"notes/mindfulness","slug":"mindfulness","sourceDir":"notes"},{"title":"New Home Page","layout":"unstyled","data":[],"created":"2023-03-28T00:00:00.000Z","type":"Page","url_path":"notes/new-home-page","slug":"new-home-page","sourceDir":"notes"},{"layout":"docs","data":[],"authors":["rufuspollock"],"type":"Page","url_path":"notes/non-attachment-to-views","slug":"non-attachment-to-views","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/not-everyone-knows-what-is-good-for-them","slug":"not-everyone-knows-what-is-good-for-them","sourceDir":"notes"},{"title":"Once Upon a Time Intro Technique","layout":"docs","data":[],"type":"Page","url_path":"notes/once-upon-a-time-intro-technique","slug":"once-upon-a-time-intro-technique","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/positive-future-visions","slug":"positive-future-visions","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/primacy-of-being","slug":"primacy-of-being","sourceDir":"notes"},{"layout":"docs","data":[],"created":"2022-09-10T00:00:00.000Z","type":"Page","url_path":"notes/public-goods-problem-and-web3-refi","slug":"public-goods-problem-and-web3-refi","sourceDir":"notes"},{"layout":"docs","data":[],"created":"2021-01-18T00:00:00.000Z","authors":["rufuspollock","Tiernan Banks"],"type":"Page","url_path":"notes/quakers-reading-list","slug":"quakers-reading-list","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/regulation-strategies-when-in-a-group","slug":"regulation-strategies-when-in-a-group","sourceDir":"notes"},{"title":"Religion","layout":"docs","data":[],"type":"Page","url_path":"notes/religion","slug":"religion","sourceDir":"notes"},{"title":"Research activities at Life Itself and a Labs \"Research Community\"","layout":"docs","data":[],"created":"2023-01-14T00:00:00.000Z","type":"Page","url_path":"notes/research-at-life-itself-2023","slug":"research-at-life-itself-2023","sourceDir":"notes"},{"title":"Sangha","layout":"docs","data":[],"type":"Page","url_path":"notes/sangha","slug":"sangha","sourceDir":"notes"},{"title":"Sayings","layout":"docs","data":[],"type":"Page","url_path":"notes/sayings","slug":"sayings","sourceDir":"notes"},{"title":"Research on Cultural Values","layout":"docs","data":[],"type":"Page","url_path":"notes/schwartz-cultural-values","slug":"schwartz-cultural-values","sourceDir":"notes"},{"title":"Shining a Light","layout":"docs","data":[],"type":"Page","url_path":"notes/shining-light","slug":"shining-light","sourceDir":"notes"},{"title":"Spirituality","layout":"docs","data":[],"type":"Page","url_path":"notes/spirituality","slug":"spirituality","sourceDir":"notes"},{"title":"Sri Aurobindo","layout":"docs","data":[],"created":"2020-08-17T00:00:00.000Z","type":"Page","url_path":"notes/sri-aurobindo","slug":"sri-aurobindo","sourceDir":"notes"},{"layout":"docs","data":[],"created":"2023-02-01T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"notes/strategy-macro-to-micro-2023","slug":"strategy-macro-to-micro-2023","sourceDir":"notes"},{"layout":"docs","data":[],"aliases":["Techno-solutionism"],"type":"Page","url_path":"notes/techno-solutionism","slug":"techno-solutionism","sourceDir":"notes"},{"title":"Triangles","layout":"docs","data":[],"type":"Page","url_path":"notes/triangles","slug":"triangles","sourceDir":"notes"},{"title":"True Joy In Life","layout":"docs","data":[],"type":"Page","url_path":"notes/true-joy-in-life","slug":"true-joy-in-life","sourceDir":"notes"},{"title":"Ultimate Dimension","layout":"docs","data":[],"type":"Page","url_path":"notes/ultimate-dimension","slug":"ultimate-dimension","sourceDir":"notes"},{"layout":"docs","data":[],"created":"2022-01-11T00:00:00.000Z","type":"Page","url_path":"notes/values-and-identities-a-policy-makers-guide","slug":"values-and-identities-a-policy-makers-guide","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/web3-and-progressives","slug":"web3-and-progressives","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/what-is-so","slug":"what-is-so","sourceDir":"notes"},{"layout":"docs","data":[],"created":"2022-05-30T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"notes/worker-coops-understanding-strengths-and-weaknesses","slug":"worker-coops-understanding-strengths-and-weaknesses","sourceDir":"notes"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/world-systems-theory","slug":"world-systems-theory","sourceDir":"notes"},{"title":"Notes on Zen","layout":"docs","data":[],"type":"Page","url_path":"notes/zen","slug":"zen","sourceDir":"notes"},{"title":"Diamond Sutra translated by Red Pine (Bill Porter)","layout":"docs","data":[],"type":"Page","url_path":"sutras/diamond-red-pine","slug":"diamond-red-pine","sourceDir":"sutras"},{"title":"The Diamond Sutra translated by Thich Nhat Hanh","layout":"docs","data":[],"type":"Page","url_path":"sutras/diamond","slug":"diamond","sourceDir":"sutras"},{"title":"Faith in Mind by Seng Ts'an translated by Master Sheng-yen","layout":"docs","data":[],"type":"Page","url_path":"sutras/faith-in-mind","slug":"faith-in-mind","sourceDir":"sutras"},{"title":"The Gateless Gate 無門關 by Wu-wen kuan (Mumonkan)","layout":"docs","data":[],"type":"Page","url_path":"sutras/gateless-gate-mumonkan","slug":"gateless-gate-mumonkan","sourceDir":"sutras"},{"layout":"docs","data":[],"type":"Page","url_path":"sutras","slug":"sutras","sourceDir":"sutras"},{"title":"On the Shortness of Life by Lucius Annaeus Seneca (translator John W. Basore)","layout":"docs","data":[],"type":"Page","url_path":"sutras/seneca-on-the-shortness-of-life","slug":"seneca-on-the-shortness-of-life","sourceDir":"sutras"},{"title":"Shodoka: Song on Realizing the Tao","layout":"docs","data":[],"type":"Page","url_path":"sutras/shodoka","slug":"shodoka","sourceDir":"sutras"},{"title":"Sympoiesis #1: Daily collective practices 15 Oct to 14 Nov 2021","layout":"docs","data":[],"created":"2021-09-06T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"sympoiesis/1-daily-collective-practices-oct-nov-2021","slug":"1-daily-collective-practices-oct-nov-2021","sourceDir":"sympoiesis"},{"title":"Cultivating Conscious Community Residency - Jan 2022","layout":"docs","data":[],"created":"2021-10-30T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"sympoiesis/3-cultivating-conscious-community-jan-2022","slug":"3-cultivating-conscious-community-jan-2022","sourceDir":"sympoiesis"},{"title":"Sympoiesis #9 - l'intelligence collective - 16 février au 15 mars 2023","layout":"docs","data":[],"created":"2021-11-04T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"sympoiesis/4-collective-intelligence-feb-mar-2022","slug":"4-collective-intelligence-feb-mar-2022","sourceDir":"sympoiesis"},{"title":"Miso Retreat","layout":"docs","data":[],"created":"2022-01-20T00:00:00.000Z","authors":["valerie"],"type":"Page","url_path":"sympoiesis/conscious-food-retreats-culture-broths-1","slug":"conscious-food-retreats-culture-broths-1","sourceDir":"sympoiesis"},{"title":"Conscious Food residency: Pioneering the next Food culture","layout":"docs","data":[],"created":"2023-03-04T00:00:00.000Z","authors":["valerie"],"type":"Page","url_path":"sympoiesis/conscious-food-workshop-june-2023","slug":"conscious-food-workshop-june-2023","sourceDir":"sympoiesis"},{"title":"Emergent Dialogue Residency - June 2022","image":"/assets/images/Page-Feature-Images.jpg","layout":"docs","data":[],"created":"2022-03-01T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"sympoiesis/emergent-dialogue-residency-june-2022","slug":"emergent-dialogue-residency-june-2022","sourceDir":"sympoiesis"},{"title":"Making Eco-Spirituality Accessible Residency 2022","layout":"docs","data":[],"created":"2021-11-22T00:00:00.000Z","authors":["theo-cox"],"type":"Page","url_path":"sympoiesis/making-eco-spirituality-accessible-residency-2022","slug":"making-eco-spirituality-accessible-residency-2022","sourceDir":"sympoiesis"},{"title":"Sympoiesis #2: Contemplative activism - writing Residency","layout":"docs","data":[],"created":"2021-09-07T00:00:00.000Z","authors":["valerie"],"type":"Page","url_path":"sympoiesis/sympoiesis-2-contemplative-activism","slug":"sympoiesis-2-contemplative-activism","sourceDir":"sympoiesis"},{"title":"Communications","layout":"docs","data":[],"created":"2023-01-30T00:00:00.000Z","authors":["eilidhross"],"type":"Page","url_path":"tao/communications","slug":"communications","sourceDir":"tao"},{"title":"Life Itself Community Guidelines","layout":"docs","data":[],"created":"2023-03-28T00:00:00.000Z","authors":["nathenfitchen"],"type":"Page","url_path":"tao/community-guidelines","slug":"community-guidelines","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/culture","slug":"culture","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/events","slug":"events","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/getting-stuff-done","slug":"getting-stuff-done","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/governance","slug":"governance","sourceDir":"tao"},{"title":"The Tao of Life Itself","layout":"docs","data":[],"type":"Page","url_path":"tao","slug":"tao","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/issues","slug":"issues","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/library","slug":"library","sourceDir":"tao"},{"title":"Logos for Life Itself","layout":"docs","data":[],"created":"2023-01-30T00:00:00.000Z","type":"Page","url_path":"tao/logos","slug":"logos","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/narrative","slug":"narrative","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/onboarding","slug":"onboarding","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/ops-offboarding","slug":"ops-offboarding","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/ops-onboarding-checklist","slug":"ops-onboarding-checklist","sourceDir":"tao"},{"title":"Operations Guide","layout":"docs","data":[],"type":"Page","url_path":"tao/ops","slug":"ops","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/plan-2019","slug":"plan-2019","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/plan-2020","slug":"plan-2020","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/plan-2021","slug":"plan-2021","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/plans","slug":"plans","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/practices","slug":"practices","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/principles","slug":"principles","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/scqh","slug":"scqh","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/views","slug":"views","sourceDir":"tao"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/working-with-us","slug":"working-with-us","sourceDir":"tao"},{"image":"","layout":"docs","data":[],"type":"Page","url_path":"templates/spaces","slug":"spaces","sourceDir":"templates"},{"title":"Advocacy & Activism","image":"https://images.unsplash.com/photo-1591848478625-de43268e6fb8?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8YWN0aXZpc218ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=600&q=60","layout":"docs","data":[],"type":"Page","url_path":"ecosystem/activitys/advocacy","slug":"advocacy","sourceDir":"ecosystem/activitys"},{"title":"Business & Consulting","image":"https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixid=MnwxMjA3fDB8MHxzZWFyY2h8OXx8YnVzaW5lc3N8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=600&q=60","layout":"docs","data":[],"type":"Page","url_path":"ecosystem/activitys/business","slug":"business","sourceDir":"ecosystem/activitys"},{"title":"Education & Training","image":"https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MzZ8fGVkdWNhdGlvbnxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=600&q=60","layout":"docs","data":[],"type":"Page","url_path":"ecosystem/activitys/education","slug":"education","sourceDir":"ecosystem/activitys"},{"title":"Events & Retreats","image":"https://images.unsplash.com/photo-1477281765962-ef34e8bb0967?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1933&q=80","layout":"docs","data":[],"type":"Page","url_path":"ecosystem/activitys/events","slug":"events","sourceDir":"ecosystem/activitys"},{"title":"Funding","image":"https://images.unsplash.com/photo-1589666564459-93cdd3ab856a?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=987&q=80","layout":"docs","data":[],"type":"Page","url_path":"ecosystem/activitys/funding","slug":"funding","sourceDir":"ecosystem/activitys"},{"title":"Media & Publishing","image":"https://images.unsplash.com/photo-1569016832321-084c128adeb8?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=870&q=80","layout":"docs","data":[],"type":"Page","url_path":"ecosystem/activitys/media","slug":"media","sourceDir":"ecosystem/activitys"},{"title":"Networks & Forums","image":"https://images.unsplash.com/photo-1566443280617-35db331c54fb?ixid=MnwxMjA3fDB8MHxzZWFyY2h8N3x8bmV0d29ya3xlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60","layout":"docs","data":[],"type":"Page","url_path":"ecosystem/activitys/network","slug":"network","sourceDir":"ecosystem/activitys"},{"title":"Research & Policy","image":"https://images.unsplash.com/photo-1567427018141-0584cfcbf1b8?ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8cmVzZWFyY2h8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60","layout":"docs","data":[],"type":"Page","url_path":"ecosystem/activitys/research","slug":"research","sourceDir":"ecosystem/activitys"},{"title":"Community Spaces","image":"","layout":"docs","data":[],"type":"Page","url_path":"ecosystem/activitys/spaces","slug":"spaces","sourceDir":"ecosystem/activitys"},{"layout":"docs","data":[],"created":"2016-09-09T00:00:00.000Z","type":"Page","url_path":"notes/area/research","slug":"research","sourceDir":"notes/area"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/bradshaw-ea-2021-underestimating-the-challenges-of-avoiding-a-ghastly-future","slug":"bradshaw-ea-2021-underestimating-the-challenges-of-avoiding-a-ghastly-future","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/dawson-tunik-commons-ea-2005-shape-development","slug":"dawson-tunik-commons-ea-2005-shape-development","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/dawson-tunik-stein-2004-national-leadership-study","slug":"dawson-tunik-stein-2004-national-leadership-study","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/emelianoff-1948-economic-theory-cooperation","slug":"emelianoff-1948-economic-theory-cooperation","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/grof-2014-holotropic-breathwork","slug":"grof-2014-holotropic-breathwork","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/kemp-xu-ea-2022-climate-endgame-exploring","slug":"kemp-xu-ea-2022-climate-endgame-exploring","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/ladha-murphy-2022-post-capitalist-philanthropy","slug":"ladha-murphy-2022-post-capitalist-philanthropy","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/murphy-2021-energy-and-human-ambitions-on-a-finite-planet","slug":"murphy-2021-energy-and-human-ambitions-on-a-finite-planet","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/skidelsky-skidelsky-2013-how-much-enough","slug":"skidelsky-skidelsky-2013-how-much-enough","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/stein-gafni-2017-apocalypse-of-modern-world-system","slug":"stein-gafni-2017-apocalypse-of-modern-world-system","sourceDir":"notes/books"},{"layout":"docs","data":[],"created":"2022-09-29T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"notes/books/thompson-1998-coming-into-being","slug":"thompson-1998-coming-into-being","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/whyte-whyte-1991-making-mondragon-growth","slug":"whyte-whyte-1991-making-mondragon-growth","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/wilber-1991-grace-and-grit","slug":"wilber-1991-grace-and-grit","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/wilber-1994-integral-psychology","slug":"wilber-1994-integral-psychology","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/wilber-1995-sex-ecology-spirituality","slug":"wilber-1995-sex-ecology-spirituality","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/books/wilber-2017-religion-of-tomorrow","slug":"wilber-2017-religion-of-tomorrow","sourceDir":"notes/books"},{"title":"Notes on Wilber's Trump and a Post-Truth World","layout":"docs","data":[],"type":"Page","url_path":"notes/books/wilber-2017-trump-and-a-post-truth-world","slug":"wilber-2017-trump-and-a-post-truth-world","sourceDir":"notes/books"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/co-x/NOTES","slug":"NOTES","sourceDir":"notes/co-x"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/co-x/README","slug":"README","sourceDir":"notes/co-x"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2021-12-17","slug":"2021-12-17","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-02-18","slug":"2022-02-18","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-02-21","slug":"2022-02-21","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-02-23","slug":"2022-02-23","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-02-24","slug":"2022-02-24","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-02-28","slug":"2022-02-28","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-03-01","slug":"2022-03-01","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-03-03","slug":"2022-03-03","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-03-04","slug":"2022-03-04","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-03-07","slug":"2022-03-07","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-03-08","slug":"2022-03-08","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-03-10","slug":"2022-03-10","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-03-11","slug":"2022-03-11","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-03-13","slug":"2022-03-13","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2022-03-14","slug":"2022-03-14","sourceDir":"notes/journal"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/journal/2023-01-04","slug":"2023-01-04","sourceDir":"notes/journal"},{"layout":"docs","data":[],"created":"2021-11-25T00:00:00.000Z","authors":["rufuspollock"],"type":"Page","url_path":"notes/projects/digital-garden-2022","slug":"digital-garden-2022","sourceDir":"notes/projects"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/projects/life-itself-ecosystem-mapping-presentation-march-2022","slug":"life-itself-ecosystem-mapping-presentation-march-2022","sourceDir":"notes/projects"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/projects/life-itself-v3","slug":"life-itself-v3","sourceDir":"notes/projects"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/research-communal-coliving-space-usage-2021/README","slug":"README","sourceDir":"notes/research-communal-coliving-space-usage-2021"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/research-community-living","slug":"research-community-living","sourceDir":"notes/research-community-living"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/spaces/aerium","slug":"aerium","sourceDir":"notes/spaces"},{"title":"Creating the Monthly Newsletter","layout":"docs","data":[],"created":"2023-01-30T00:00:00.000Z","authors":["eilidhross"],"type":"Page","url_path":"tao/communications/creating-the-monthly-newsletter","slug":"creating-the-monthly-newsletter","sourceDir":"tao/communications"},{"layout":"docs","data":[],"type":"Page","url_path":"tao/communications/guide-to-uploading-blogs","slug":"guide-to-uploading-blogs","sourceDir":"tao/communications"},{"title":"Publishing a Podcast/YouTube Episode","layout":"docs","data":[],"created":"2023-01-30T00:00:00.000Z","authors":["eilidhross"],"type":"Page","url_path":"tao/communications/producing-a-podcast-episode-guide","slug":"producing-a-podcast-episode-guide","sourceDir":"tao/communications"},{"title":"Publishing an Instagram Post","image":"/assets/images/instagram-screenshot.png","layout":"docs","data":[],"created":"2023-01-30T00:00:00.000Z","authors":["eilidhross"],"type":"Page","url_path":"tao/communications/publishing-an-instagram-post","slug":"publishing-an-instagram-post","sourceDir":"tao/communications"},{"layout":"docs","data":[],"type":"Page","url_path":"notes/co-x/db/README","slug":"README","sourceDir":"notes/co-x/db"}]
\ No newline at end of file
+[{"_id":"00899ccd75e1ff7682705721eaa4d99327765ebb","file_path":"content/blog/2021/11/02/community-hangout-november-2021.md","extension":"md","url_path":"blog/2021/11/02/community-hangout-november-2021","filetype":null,"metadata":{"title":"Community Hangout November 2021","created":"2021-11-02T00:00:00.000Z","categories":["community","hangouts"],"authors":["rufuspollock"],"image":"/assets/images/image_2021-10-30_151727.png"},"sourceDir":"content/blog/2021/11/02/community-hangout-november-2021.md","urlPath":"blog/2021/11/02/community-hangout-november-2021"},{"_id":"00c54e6e869fec4ded56e1c85705e61027e649bf","file_path":"content/programs/sympoiesis/emergent-dialogue-residency-june-2022.md","extension":"md","url_path":"programs/sympoiesis/emergent-dialogue-residency-june-2022","filetype":null,"metadata":{"title":"Emergent Dialogue Residency - June 2022","created":"2022-03-01T00:00:00.000Z","authors":["rufuspollock"],"image":"/assets/images/Page-Feature-Images.jpg"},"sourceDir":"content/programs/sympoiesis/emergent-dialogue-residency-june-2022.md","urlPath":"programs/sympoiesis/emergent-dialogue-residency-june-2022"},{"_id":"00ceb51dba69bf94bcbe5c1cb563f30790279eb1","file_path":"content/ecosystem/profiles/symphonics.md","extension":"md","url_path":"ecosystem/profiles/symphonics","filetype":null,"metadata":{"id":"symphonics","url":"https://www.symphonics.life/","tagline":"Living Systems for Co-creation","activity":["spaces"],"topic":["development","governance"],"regions":"Germany","locations":["Heidelberg, DE"],"started":"","ended":"","active":"Y","people":["Brent Warshawsky","Andrea Harding"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://images.squarespace-cdn.com/content/v1/5f19985874011d5032b0bf8e/1644852455257-02LY4N53WT70ZDY9JE4S/Together.png?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393668/Ecosystem%20Mapping/symphonics%20logo.jpg","cached_new":"/img/symphonics%20logo.jpg"},"image":{"url":"https://static.wixstatic.com/media/0b84c9_7d386db48f564751b3bd21b0c4e9cf93~mv2.png/v1/fill/w_464,h_459,al_c,q_85,usm_0.66_1.00_0.01/coherentearth.webp","cached":"","cached_new":""},"title":"Symphonics","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/symphonics.md","urlPath":"ecosystem/profiles/symphonics"},{"_id":"00f3fa3e1897291367f10fa29253599051156a0d","file_path":"content/blog/2016/08/24/coliving-research.md","extension":"md","url_path":"blog/2016/08/24/coliving-research","filetype":null,"metadata":{"title":"Coliving Research","created":"2016-08-24T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/blog/2016/08/24/coliving-research.md","urlPath":"blog/2016/08/24/coliving-research"},{"_id":"010b27155d9b39a3aa672ac6a5061f76b504c3c4","file_path":"content/podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-part-2-jeffery-martin.md","extension":"md","url_path":"podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-part-2-jeffery-martin","filetype":null,"metadata":{"title":"Dr. Jeffery Martin: A Scientific Approach to Awakening and Fundamental Wellbeing Part 2","author":"zaib-nisa","date":"2023-04-17T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/68325403/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F68325403%2Fe6383ed0cc230a483b3cd7f0d5579f8e.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_nologo/20318133/20318133-1646276632327-5794d762686fd.jpg"},"sourceDir":"content/podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-part-2-jeffery-martin.md","urlPath":"podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-part-2-jeffery-martin"},{"_id":"0151a32c35bb9a768e058010d12d764428af01ff","file_path":"content/blog/2016/08/24/what-is-a-e-t.md","extension":"md","url_path":"blog/2016/08/24/what-is-a-e-t","filetype":null,"metadata":{"title":"What is A/E/T?","created":"2016-08-24T00:00:00.000Z","categories":["life-itself"],"tags":["art-earth-tech"],"authors":["rufuspollock","sylvieshiweibarbier"]},"sourceDir":"content/blog/2016/08/24/what-is-a-e-t.md","urlPath":"blog/2016/08/24/what-is-a-e-t"},{"_id":"027098aee83eb8aab52a83277b34b8d511a6484f","file_path":"content/ecosystem/profiles/aeon-magazine.md","extension":"md","url_path":"ecosystem/profiles/aeon-magazine","filetype":null,"metadata":{"id":"aeon-magazine","url":"https://aeon.co/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Global"],"started":2012,"ended":"","active":"Yes","people":["Sally Davies - deputy editor"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/96551666_3830107890397592_7712776285881106432_n.png?_nc_cat=101&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=D1v8TkDAlGEAX9wo9cB&tn=PMPrASd_p44HyxQ6&_nc_ht=scontent.fbhx4-2.fna&oh=cf049264ea2c42b47643849eb98471bb&oe=61828667","cached":"","cached_new":""},"image":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/96551666_3830107890397592_7712776285881106432_n.png?_nc_cat=101&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=D1v8TkDAlGEAX9wo9cB&tn=PMPrASd_p44HyxQ6&_nc_ht=scontent.fbhx4-2.fna&oh=cf049264ea2c42b47643849eb98471bb&oe=61828667","cached":"","cached_new":""},"title":"Aeon Magazine","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/aeon-magazine.md","urlPath":"ecosystem/profiles/aeon-magazine"},{"_id":"027af238f60301c1658e18b90eef1204a912e552","file_path":"content/programs/2023/long-term-residencies.md","extension":"md","url_path":"programs/2023/long-term-residencies","filetype":null,"metadata":{"title":"Long-term residencies, October 2023","description":"This October 2023, the Bergerac Praxis Hub is initiating a long-term residency program that fuses the contemplative atmosphere of a monastery with the intellectual curiosity of a university. Designed for those drawn to a metamodern path, the 3 to 6-month program encourages conscious co-living and engagement in an ecology of practices like shared cooking and mindful sitting. Our goal is to forge a platform for the cultivation and investigation of both personal and collective practices.","image":"/assets/images/long-term-residency (1).jpg","start":"2023-10-15","end":"2024-1-15","facilitators":["Praxis guardians"],"location":"The Life Itself Praxis Hub, Bergerac, France","cost":"Monthly cost ranging 650-1050€ per room and €450 for food","apply-button":"https://docs.google.com/forms/d/e/1FAIpQLSdiykDKyZR6DgtPKeYuNePy9sWc-qkIc4BVfKBRjkFWKvFp-g/viewform","created":"2023-06-23T00:00:00.000Z"},"sourceDir":"content/programs/2023/long-term-residencies.md","urlPath":"programs/2023/long-term-residencies"},{"_id":"02ad774ef983606ed3dd70011a897d2a0753e895","file_path":"content/blog/2018/08/24/governance-art-earth-tech.md","extension":"md","url_path":"blog/2018/08/24/governance-art-earth-tech","filetype":null,"metadata":{"title":"Governance - Art Earth Tech","created":"2018-08-24T00:00:00.000Z","categories":["life-itself","our-philosophy"],"tags":["governance"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2018/08/24/governance-art-earth-tech.md","urlPath":"blog/2018/08/24/governance-art-earth-tech"},{"_id":"03373c92afb167a6de4c34ed1a427a26ba948441","file_path":"content/blog/2022/02/03/we-are-not-here-to-change-the-world.md","extension":"md","url_path":"blog/2022/02/03/we-are-not-here-to-change-the-world","filetype":null,"metadata":{"title":"We are not here to change the world","created":"2022-02-03T00:00:00.000Z","authors":["julie-dayot"]},"sourceDir":"content/blog/2022/02/03/we-are-not-here-to-change-the-world.md","urlPath":"blog/2022/02/03/we-are-not-here-to-change-the-world"},{"_id":"03388a22e78e5c2799dab7ed958428a8b6832957","file_path":"content/blog/2022/07/26/geoff-mulgan-on-reigniting-social-and-political-imagination.md","extension":"md","url_path":"blog/2022/07/26/geoff-mulgan-on-reigniting-social-and-political-imagination","filetype":null,"metadata":{"title":"Geoff Mulgan on Reigniting Social and Political Imagination","created":"2022-07-26T00:00:00.000Z","categories":["podcast"],"authors":["eilidhross"],"image":"/assets/images/Youtube-Thumbnail-Template-4.jpg"},"sourceDir":"content/blog/2022/07/26/geoff-mulgan-on-reigniting-social-and-political-imagination.md","urlPath":"blog/2022/07/26/geoff-mulgan-on-reigniting-social-and-political-imagination"},{"_id":"039fec47ec16e4c60298c940d31a343369a35f25","file_path":"content/blog/2017/04/20/logic-of-our-purpose-and-reason-for-our-existence-scqh.md","extension":"md","url_path":"blog/2017/04/20/logic-of-our-purpose-and-reason-for-our-existence-scqh","filetype":null,"metadata":{"title":"Life Itself: the Reason for our Existence - a Preliminary SCQH","created":"2017-04-20T00:00:00.000Z","categories":["life-itself","our-philosophy"],"tags":["scqh"],"authors":["rufuspollock"],"image":"/assets/images/Life-Itself-the-Reason-for-our-Existence-–-a-Preliminary-SCQH.png"},"sourceDir":"content/blog/2017/04/20/logic-of-our-purpose-and-reason-for-our-existence-scqh.md","urlPath":"blog/2017/04/20/logic-of-our-purpose-and-reason-for-our-existence-scqh"},{"_id":"03cb35047ef73a1f1429ac7792b7157530531b94","file_path":"content/people/lifexitself.md","extension":"md","url_path":"people/lifexitself","filetype":null,"metadata":{"id":"lifexitself","name":"Life Itself"},"sourceDir":"content/people/lifexitself.md","urlPath":"people/lifexitself"},{"_id":"042880684435e7980980752ea38201c8d6462abe","file_path":"content/ecosystem/curators.md","extension":"md","url_path":"ecosystem/curators","filetype":null,"metadata":{},"sourceDir":"content/ecosystem/curators.md","urlPath":"ecosystem/curators"},{"_id":"046ece2f8fac0e14d91e16901ee1513dd55c0f49","file_path":"content/ecosystem/profiles/ashes-of-the-magi.md","extension":"md","url_path":"ecosystem/profiles/ashes-of-the-magi","filetype":null,"metadata":{"id":"ashes-of-the-magi","url":"https://www.ashesofthemagi.com/","tagline":"story creation engine for facilitating self-reflection, communitas, and religio. ","activity":["research"],"topic":["spirituality","arts"],"regions":"","locations":["Portland, OR USA."],"started":"","ended":"","active":"","people":["Rob Randolph"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://static.wixstatic.com/media/efbf6f_981ac7a94eff4e178f9913395a186cee~mv2.png/v1/fill/w_89,h_90,al_c,q_85,usm_0.66_1.00_0.01/Ashes%20Logo1_8-01-01.webp","cached":"","cached_new":""},"image":{"url":"https://static.wixstatic.com/media/efbf6f_981ac7a94eff4e178f9913395a186cee~mv2.png/v1/fill/w_89,h_90,al_c,q_85,usm_0.66_1.00_0.01/Ashes%20Logo1_8-01-01.webp","cached":"","cached_new":""},"title":"Ashes of the Magi","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/ashes-of-the-magi.md","urlPath":"ecosystem/profiles/ashes-of-the-magi"},{"_id":"0495055daff25b7b52c13bd38d7e6de6d16817d7","file_path":"content/tao/ops-onboarding-checklist.md","extension":"md","url_path":"tao/ops-onboarding-checklist","filetype":null,"metadata":{},"sourceDir":"content/tao/ops-onboarding-checklist.md","urlPath":"tao/ops-onboarding-checklist"},{"_id":"049b4fd0d3ba665a5027c52f8e7154a5568f3ad4","file_path":"content/ecosystem/profiles/the-school-of-life.md","extension":"md","url_path":"ecosystem/profiles/the-school-of-life","filetype":null,"metadata":{"id":"the-school-of-life","url":"https://www.theschooloflife.com/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Worldwide"],"started":2008,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://media-exp1.licdn.com/dms/image/C560BAQFDir5SBmh9dA/company-logo_200_200/0?e=2159024400&v=beta&t=bF-hCBxtonLXkO2ddg5VT4Txng2qTS2uVpdJ1q1ivbw","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644228472/Ecosystem%20Mapping/0_ubagi9.jpg","cached_new":"/img/0_ubagi9.jpg"},"image":{"url":"https://media-exp1.licdn.com/dms/image/C560BAQFDir5SBmh9dA/company-logo_200_200/0?e=2159024400&v=beta&t=bF-hCBxtonLXkO2ddg5VT4Txng2qTS2uVpdJ1q1ivbw","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644228472/Ecosystem%20Mapping/0_ubagi9.jpg","cached_new":"/img/0_ubagi9.jpg"},"title":"The School of Life","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/the-school-of-life.md","urlPath":"ecosystem/profiles/the-school-of-life"},{"_id":"059282f8015100db819af8edd0806208bef3b162","file_path":"content/initiatives/tao-of-life-itself.md","extension":"md","url_path":"initiatives/tao-of-life-itself","filetype":null,"metadata":{"title":"Tao of Life Itself","description":"A guide to our way of being and doing. A combination of our playbook and our concrete envisioning of how pioneering Life Itself aligned communities operate.","image":"/assets/images/jose-luis-sanchez-pereyra-U6HOr6-CPSA-unsplash-scaled.jpg","homepage":"https://lifeitself.org/tao","start":2016,"end":null,"team":["rufuspollock","sylvieshiweibarbier","nathen-fitchen","theo-cox"],"alumni":["eilidh-ross"],"size":"xl","status":"active","created":"2023-03-20T00:00:00.000Z"},"sourceDir":"content/initiatives/tao-of-life-itself.md","urlPath":"initiatives/tao-of-life-itself"},{"_id":"05d714534ba7d702c1f24a33ac82fd7bc61e48bf","file_path":"content/notes/what-is-so.md","extension":"md","url_path":"notes/what-is-so","filetype":null,"metadata":{},"sourceDir":"content/notes/what-is-so.md","urlPath":"notes/what-is-so"},{"_id":"0600a7002afcd9ea7351470aeaaa393b70d4a0a9","file_path":"content/ecosystem/profiles/the-tyringham-initiative.md","extension":"md","url_path":"ecosystem/profiles/the-tyringham-initiative","filetype":null,"metadata":{"id":"the-tyringham-initiative","url":"https://tyringhaminitiative.com/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Spain"],"started":2015,"ended":"","active":"Yes","people":["Rory Spowers","Rupert Sheldrake","Graham Hancock"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://tyringham.wpengine.com/wp-content/uploads/2018/05/Tyringham-EYE-White-Thick-lines-400.png","cached":"","cached_new":""},"image":{"url":"https://tyringham.wpengine.com/wp-content/uploads/2018/05/Tyringham-EYE-White-Thick-lines-400.png","cached":"","cached_new":""},"title":"The Tyringham Initiative","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/the-tyringham-initiative.md","urlPath":"ecosystem/profiles/the-tyringham-initiative"},{"_id":"069f4ed6960f30d9b74c872d28440fc234937f6a","file_path":"content/blog/2017/09/26/the-state-reinvented.md","extension":"md","url_path":"blog/2017/09/26/the-state-reinvented","filetype":null,"metadata":{"title":"The State Needs to be Re-Invented: A State with Wisdom at its Heart","created":"2017-09-26T00:00:00.000Z","categories":["wisdom"],"tags":["state","wisdom"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2017/09/26/the-state-reinvented.md","urlPath":"blog/2017/09/26/the-state-reinvented"},{"_id":"06a74169cc4b1ec63f1be57fd350e4fa8e379ec9","file_path":"content/programs/sympoiesis/index.md","extension":"md","url_path":"programs/sympoiesis","filetype":null,"metadata":{"title":"Praxis Hub Residencies: Being at home in troubled times","created":"2021-08-17T00:00:00.000Z","authors":["liamaet"]},"sourceDir":"content/programs/sympoiesis/index.md","urlPath":"programs/sympoiesis"},{"_id":"072f2c01ce6fef6e90f61f1cd07640ff9bbb6dfc","file_path":"content/blog/2023/05/04/research-community-open-call-1-april-2023.md","extension":"md","url_path":"blog/2023/05/04/research-community-open-call-1-april-2023","filetype":null,"metadata":{"title":"Research Community Open Call #1 – April 2023","created":"2023-05-04T00:00:00.000Z","categories":["commmunity-call"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2023/05/04/research-community-open-call-1-april-2023.md","urlPath":"blog/2023/05/04/research-community-open-call-1-april-2023"},{"_id":"076fef858c0e72dbdf86ab5a3824531d02e4341e","file_path":"content/notes/journal/2022-02-18.md","extension":"md","url_path":"notes/journal/2022-02-18","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-02-18.md","urlPath":"notes/journal/2022-02-18"},{"_id":"079be3ff56deb43d86abd483c6c6c298ff2696a3","file_path":"content/podcast/Jordan-Hall-on-the-Potential-of-DAOs.md","extension":"md","url_path":"podcast/Jordan-Hall-on-the-Potential-of-DAOs","filetype":null,"metadata":{"title":"Jordan Hall on the Potential of DAOs","author":"Rufus Pollock","date":"2022-03-03T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/48475273/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F48475273%2Fbf257f60cbdb726111d7a624ff64a35b.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1646284665531-f7eecbde83fe3.jpg"},"sourceDir":"content/podcast/Jordan-Hall-on-the-Potential-of-DAOs.md","urlPath":"podcast/Jordan-Hall-on-the-Potential-of-DAOs"},{"_id":"0833596b78dd21320fc153dc0f32cee786570c37","file_path":"content/notes/metacrisis.md","extension":"md","url_path":"notes/metacrisis","filetype":null,"metadata":{},"sourceDir":"content/notes/metacrisis.md","urlPath":"notes/metacrisis"},{"_id":"084057af8c3c2e9a99da3caf2672147668ccae25","file_path":"content/ecosystem/profiles/ouishare.md","extension":"md","url_path":"ecosystem/profiles/ouishare","filetype":null,"metadata":{"id":"ouishare","url":"https://www.ouishare.net","tagline":"","activity":["network","events"],"topic":["governance","community"],"regions":"Worldwide","locations":["Barcelona, ES","Munich, DE"],"started":2012,"ended":"","active":"Y","people":["Asmaa","Margot Naturel "],"notes_data_entry":"Margot Naturel is the French contact - there are many others: https://www.ouishare.net/meet-us","facebook":"https://www.facebook.com/OuiShare/","twitter":"https://twitter.com/ouishare","instagram":"https://www.instagram.com/ouishare/","linkedin":"https://www.linkedin.com/company/2670616/","youtube":"https://www.youtube.com/user/OuiShareTV","blog":"https://medium.com/ouishare-connecting-the-collaborative-economy","logo":{"url":"https://scontent-lhr8-1.xx.fbcdn.net/v/t1.18169-9/30716218_1820858814601553_456237605382221493_n.png?_nc_cat=108&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=ObggSgSfa94AX9l-JPV&_nc_oc=AQluWAVtHqE4yOI2XfH_k_igV-_TqxbMvqeL9sCBfDWxOzV_nMECbXGfedl7fxmNrY0&_nc_ht=scontent-lhr8-1.xx&oh=0ff50bd183f34e6a73a17ebdc5696184&oe=61CD1483","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/Ouishare_jna5d4.png","cached_new":"/img/Ouishare_jna5d4.png"},"image":{"url":"https://uploads-ssl.webflow.com/5a32b7c449520e00017ffd8b/5ee79262ff13e174fb6e015a_ouishare-fest-comment-la-ville-moderne-peut-elle-se-partager%2CM467674.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942888/Ecosystem%20Mapping/ouishare_cftslr.jpg","cached_new":"/img/ouishare_cftslr.jpg"},"title":"OuiShare","curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8}},"sourceDir":"content/ecosystem/profiles/ouishare.md","urlPath":"ecosystem/profiles/ouishare"},{"_id":"095388040b95a0f9d64f00925c55dd8c87507696","file_path":"content/blog/2022/03/16/making-sense-of-crypto-and-web3-launch.md","extension":"md","url_path":"blog/2022/03/16/making-sense-of-crypto-and-web3-launch","filetype":null,"metadata":{"title":"Making Sense of Crypto & Web3: Announcing our new initiative","created":"2022-03-16T00:00:00.000Z","categories":["initiatives","web3"],"authors":["rufuspollock"],"image":"/assets/images/web3.jpeg"},"sourceDir":"content/blog/2022/03/16/making-sense-of-crypto-and-web3-launch.md","urlPath":"blog/2022/03/16/making-sense-of-crypto-and-web3-launch"},{"_id":"098e2bc5892fa2faca2b00c7104a3a69db1f9fe1","file_path":"content/notes/dominator-hierarchies.md","extension":"md","url_path":"notes/dominator-hierarchies","filetype":null,"metadata":{"title":"Dominator Hierachies"},"sourceDir":"content/notes/dominator-hierarchies.md","urlPath":"notes/dominator-hierarchies"},{"_id":"0a026b5a57fd4f9b7b32469ab23a795b507c8ee3","file_path":"content/blog/2023/02/13/new-community-chat.md","extension":"md","url_path":"blog/2023/02/13/new-community-chat","filetype":null,"metadata":{"title":"New Community Chat for Life Itself Community","created":"2023-02-13T00:00:00.000Z","categories":["updates"],"authors":["nathen-fitchen"],"image":"/assets/images/new-community-chat.jpg"},"sourceDir":"content/blog/2023/02/13/new-community-chat.md","urlPath":"blog/2023/02/13/new-community-chat"},{"_id":"0a11bb33f24f636d329593f16991c14d00f72d2e","file_path":"content/notes/books/kemp-xu-ea-2022-climate-endgame-exploring.md","extension":"md","url_path":"notes/books/kemp-xu-ea-2022-climate-endgame-exploring","filetype":null,"metadata":{},"sourceDir":"content/notes/books/kemp-xu-ea-2022-climate-endgame-exploring.md","urlPath":"notes/books/kemp-xu-ea-2022-climate-endgame-exploring"},{"_id":"0a1f55d3f8e75044e53b40e7493f780feb46aca4","file_path":"content/web3.md","extension":"md","url_path":"web3","filetype":null,"metadata":{"title":"Web3: Possibilities and Challenges","created":"2022-01-26T00:00:00.000Z","authors":["theo-cox"],"image":"/assets/images/shubham-dhage-gC_aoAjQl2Q-unsplash-scaled.jpg"},"sourceDir":"content/web3.md","urlPath":"web3"},{"_id":"0a2a65a8d057955d1f3f5f5daa9cf59336f81476","file_path":"content/blog/2019/09/08/andrew-yangs-universal-basic-income-proposal-ubi-does-it-add-up.md","extension":"md","url_path":"blog/2019/09/08/andrew-yangs-universal-basic-income-proposal-ubi-does-it-add-up","filetype":null,"metadata":{"title":"Andrew Yang's Universal Basic Income Proposal (UBI) - does it add up?","created":"2019-09-08T00:00:00.000Z","categories":["policy"],"tags":["ubi","universal-basic-income"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2019/09/08/andrew-yangs-universal-basic-income-proposal-ubi-does-it-add-up.md","urlPath":"blog/2019/09/08/andrew-yangs-universal-basic-income-proposal-ubi-does-it-add-up"},{"_id":"0a47c19800b3d92a340aa4d1d97d01f1995b37fc","file_path":"content/ecosystem/profiles/this-is-not-the-truth.md","extension":"md","url_path":"ecosystem/profiles/this-is-not-the-truth","filetype":null,"metadata":{"id":"this-is-not-the-truth","url":"https://www.facebook.com/thisisnotthetruth/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Brazil"],"started":2018,"ended":"","active":"Yes","people":["Maria Clara Parente"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-1.fna.fbcdn.net/v/t1.6435-9/40065068_2173070552951656_6507638024883404800_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=0C1z0g1yzg8AX9DjFwr&_nc_ht=scontent.fbhx4-1.fna&oh=a63e77114ad80c493bdfc84e7711d160&oe=6182C98D","cached":"","cached_new":""},"image":{"url":"https://scontent.fbhx4-1.fna.fbcdn.net/v/t1.6435-9/40065068_2173070552951656_6507638024883404800_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=0C1z0g1yzg8AX9DjFwr&_nc_ht=scontent.fbhx4-1.fna&oh=a63e77114ad80c493bdfc84e7711d160&oe=6182C98D","cached":"","cached_new":""},"title":"This Is Not The Truth","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/this-is-not-the-truth.md","urlPath":"ecosystem/profiles/this-is-not-the-truth"},{"_id":"0a53e1a5899961930b9b3b56870ceaec11ac6351","file_path":"content/privacy-policy.md","extension":"md","url_path":"privacy-policy","filetype":null,"metadata":{"title":"Privacy Policy","created":"2022-06-11T00:00:00.000Z","authors":["khalil-ali"]},"sourceDir":"content/privacy-policy.md","urlPath":"privacy-policy"},{"_id":"0a7208e61377db638248910dd48b9eedb8c0f608","file_path":"content/notes/quakers-reading-list.md","extension":"md","url_path":"notes/quakers-reading-list","filetype":null,"metadata":{"created":"2021-01-18T00:00:00.000Z","authors":["rufuspollock","Tiernan Banks"]},"sourceDir":"content/notes/quakers-reading-list.md","urlPath":"notes/quakers-reading-list"},{"_id":"0a880568242f2510c1d4832ed2800efef563d898","file_path":"content/blog/2023/04/29/tenzo-note-6.md","extension":"md","url_path":"blog/2023/04/29/tenzo-note-6","filetype":null,"metadata":{"title":"Tenzo Note 6: The Transformative Effect of Cooking Together","created":"2023-04-29T00:00:00.000Z","categories":["conscious-food"],"authors":["valerie"],"image":"/assets/images/tenzo-note-6 2.jpeg"},"sourceDir":"content/blog/2023/04/29/tenzo-note-6.md","urlPath":"blog/2023/04/29/tenzo-note-6"},{"_id":"0a93493d08df5eeba951f8bba80c5a98b4d5dadb","file_path":"content/sutras/shodoka.md","extension":"md","url_path":"sutras/shodoka","filetype":null,"metadata":{"title":"Shodoka: Song on Realizing the Tao","author":"Yoka Genkaku Daishi","source":"http://www.ciolek.com/WWWVLPages/ZenPages/Daily-Zen-Sutras.html#SHODO"},"sourceDir":"content/sutras/shodoka.md","urlPath":"sutras/shodoka"},{"_id":"0aee2d641cfbde5fc1d0a2c70e76c6fb2f724fb4","file_path":"content/templates/residencies.md","extension":"md","url_path":"templates/residencies","filetype":null,"metadata":{"title":"{{title}}","description":"","image":"","start":"","end":"","facilitators":[null],"location":"","cost":"","apply-button":"","created":null},"sourceDir":"content/templates/residencies.md","urlPath":"templates/residencies"},{"_id":"0c01d3a1dcf09dce50d7877183d9875a9a742e66","file_path":"content/blog/2022/04/25/a-benefit-concert-at-the-berlin-hub.md","extension":"md","url_path":"blog/2022/04/25/a-benefit-concert-at-the-berlin-hub","filetype":null,"metadata":{"title":"A Benefit Concert at the Berlin Hub","created":"2022-04-25T00:00:00.000Z","categories":["community","hubs"],"tags":["berlin","berlin-hub","sen","ukraine"],"authors":["iljad20a2d59ebb"],"image":"/assets/images/Blog-Feature-Images-1.jpg"},"sourceDir":"content/blog/2022/04/25/a-benefit-concert-at-the-berlin-hub.md","urlPath":"blog/2022/04/25/a-benefit-concert-at-the-berlin-hub"},{"_id":"0c6ae04ca50a99be58b5702ab1b6d684c6cd2d33","file_path":"content/ecosystem/profiles/buddhafield.md","extension":"md","url_path":"ecosystem/profiles/buddhafield","filetype":null,"metadata":{"id":"buddhafield","url":"https://www.buddhafield.com/","tagline":"","activity":["events","education"],"topic":["spirituality","community"],"regions":"","locations":["UK"],"started":"","ended":"","active":"Yes","people":0,"notes_data_entry":"A third topic would be ecology. In activities we could have agriculture (I put spaces instead). ","facebook":"https://www.facebook.com/BuddhafieldUK","twitter":"https://twitter.com/BuddhafieldUK","instagram":"https://www.instagram.com/buddhafielduk/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCXu32V5hpsJjzinRQyighEA?view_as=subscriber","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/131315740_10164709908445597_218588957163229194_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=WTyniY_Ons4AX_oF9wS&_nc_ht=scontent-lcy1-1.xx&oh=cd49756ad1398a3f8a0db0dc7d518ef0&oe=61B7B5E7","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059456/Ecosystem%20Mapping/Buddhafield_qlk5r3.jpg","cached_new":"/img/Buddhafield_qlk5r3.jpg"},"image":{"url":"https://www.buddhafield.com/sites/default/files/images/headers/Buddhahead.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645008678/Ecosystem%20Mapping/Buddhahead_a99dzr.jpg","cached_new":"/img/Buddhahead_a99dzr.jpg"},"title":"Buddhafield","curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/buddhafield.md","urlPath":"ecosystem/profiles/buddhafield"},{"_id":"0cfa605e426c0cdaa45a61534929a5753e54f00d","file_path":"content/notes/henrich-culturology-interviews-2022.md","extension":"md","url_path":"notes/henrich-culturology-interviews-2022","filetype":null,"metadata":{"created":"2022-09-14T00:00:00.000Z"},"sourceDir":"content/notes/henrich-culturology-interviews-2022.md","urlPath":"notes/henrich-culturology-interviews-2022"},{"_id":"0d269fd71107de67a4598842b5f7b4da07daa28f","file_path":"content/blog/2023/08/01/Embracing-uncertainty-Matthew-McCarthy.md","extension":"md","url_path":"blog/2023/08/01/Embracing-uncertainty-Matthew-McCarthy","filetype":null,"metadata":{"title":"Upcoming Communtiy Call: Embracing Uncertainty with Matthew McCarthy","created":"2023-08-01T00:00:00.000Z","authors":["matthew-mccarthy"],"categories":["community-call"],"image":"/assets/images/matthew-mccarthy-embracing-uncertainty.jpg"},"sourceDir":"content/blog/2023/08/01/Embracing-uncertainty-Matthew-McCarthy.md","urlPath":"blog/2023/08/01/Embracing-uncertainty-Matthew-McCarthy"},{"_id":"0d5ca2ec56809ba202ee0408e8320f96d9f0e76d","file_path":"content/podcast/Meet-the-MetaModerns-Emerging-Movement-with-Alternative-Approach-to-Social-Change-with-Rufus-Pollock.md","extension":"md","url_path":"podcast/Meet-the-MetaModerns-Emerging-Movement-with-Alternative-Approach-to-Social-Change-with-Rufus-Pollock","filetype":null,"metadata":{"title":"Meet the MetaModerns: Emerging Movement with Alternative Approach to Social Change with Rufus Pollock","author":"Rufus Pollock","date":"2022-08-16T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/56203848/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F56203848%2F0ac36de1633c87ce7820748725a0a46d.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1660580380526-3e944a88ca8b7.jpg"},"sourceDir":"content/podcast/Meet-the-MetaModerns-Emerging-Movement-with-Alternative-Approach-to-Social-Change-with-Rufus-Pollock.md","urlPath":"podcast/Meet-the-MetaModerns-Emerging-Movement-with-Alternative-Approach-to-Social-Change-with-Rufus-Pollock"},{"_id":"0e88ea00bff626dca839eeb0239f5e63047ed56a","file_path":"content/ecosystem/profiles/terran-collective.md","extension":"md","url_path":"ecosystem/profiles/terran-collective","filetype":null,"metadata":{"id":"terran-collective","url":"https://www.terran.io/","tagline":"","activity":["network","spaces"],"topic":["community","tech"],"regions":"US","locations":["San Francisco Bay Area","US"],"started":2016,"ended":"","active":"Y","people":["Tibet Sprague","Aaron Brodeur and Dor Garbash"],"notes_data_entry":"","facebook":"https://www.facebook.com/TerranCollective/","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.terran.io/static/terran_collective_logo_blue-e8fef1da3d88b0b5eb9feebab7f012c0.svg","cached":"","cached_new":""},"image":{"url":"https://www.terran.io/static/terran_collective_logo_blue-e8fef1da3d88b0b5eb9feebab7f012c0.svg","cached":"","cached_new":""},"title":"Terran Collective","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/terran-collective.md","urlPath":"ecosystem/profiles/terran-collective"},{"_id":"0e915e851b1f85884abb5d6d95a1f4e355c6c4cf","file_path":"content/ecosystem/activitys/education.md","extension":"md","url_path":"ecosystem/activitys/education","filetype":null,"metadata":{"id":"education","image":"https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MzZ8fGVkdWNhdGlvbnxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=600&q=60","emoji":"","title":"Education & Training"},"sourceDir":"content/ecosystem/activitys/education.md","urlPath":"ecosystem/activitys/education"},{"_id":"0ea9355270472d00336a815cd63529bd54dbe44b","file_path":"content/ecosystem/profiles/advaya-initiative.md","extension":"md","url_path":"ecosystem/profiles/advaya-initiative","filetype":null,"metadata":{"id":"advaya-initiative","url":"https://advaya.co/","tagline":"","activity":["media","events"],"topic":["ecology","spirituality"],"regions":"UK","locations":["London, GB"],"started":2015,"ended":"","active":"Y","people":["Ruby","Cristabel"],"notes_data_entry":"Online global platform so no location per se - charlotte","facebook":"https://www.facebook.com/advaya.co/","twitter":"https://twitter.com/advaya_co","instagram":"broken link","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCd1RO9oVj0HiaEOSZhUjUtA","blog":"not-found","logo":{"url":"https://www.datocms-assets.com/19891/1579185585-advaya-joyful-revolution-logo.png?w=500&fm=png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636971845/Ecosystem%20Mapping/advaya_initiative_fglhw6.png","cached_new":"/img/advaya_initiative_fglhw6.png"},"image":{"url":"https://www.datocms-assets.com/19891/1639715125-tyler-palmer-1k-zmgdjkwk-unsplash.jpg?w=1000&h=666.6666666666666&fit=crop&fm=jpg&q=35","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645014277/Ecosystem%20Mapping/advaya_ststzh.jpg","cached_new":"/img/advaya_ststzh.jpg"},"title":"Advaya Initiative","curation_status":"Y","social_change":{"inner":0.4,"cultural":0.4,"systems":0.2}},"sourceDir":"content/ecosystem/profiles/advaya-initiative.md","urlPath":"ecosystem/profiles/advaya-initiative"},{"_id":"0eb026039239a218a5194060f6523d59d95a754f","file_path":"content/blog/2020/09/17/Equality-of-Being-Talk-Untitled-Festival.md","extension":"md","url_path":"blog/2020/09/17/Equality-of-Being-Talk-Untitled-Festival","filetype":null,"metadata":{"title":"Liam Kavanagh Equality of Being Talk at Untitled Festival","reated":"2020-09-17T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/blog/2020/09/17/Equality-of-Being-Talk-Untitled-Festival.md","urlPath":"blog/2020/09/17/Equality-of-Being-Talk-Untitled-Festival"},{"_id":"0f6a297c93922863bdba6edfce68147b8d27f12e","file_path":"content/ecosystem/profiles/larger-us.md","extension":"md","url_path":"ecosystem/profiles/larger-us","filetype":null,"metadata":{"id":"larger-us","url":"https://larger.us","tagline":"","activity":["advocacy","research"],"topic":["politics","community"],"regions":"UK","locations":["Leeds, GB"],"started":2019,"ended":"","active":"Y","people":["Alex Evans "],"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/LargerUsNetwork","instagram":"not-found","linkedin":"https://www.linkedin.com/company/larger-us/","youtube":"not-found","blog":"not-found","logo":{"url":"https://larger.us/wp-content/uploads/2020/12/logo-green.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633364959/Ecosystem%20Mapping/logo-green_qev3tt.svg","cached_new":"/img/logo-green_qev3tt.svg"},"image":{"url":"https://larger.us/","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644913022/Ecosystem%20Mapping/larger_us_xsjjto.webp","cached_new":"/img/larger_us_xsjjto.webp"},"title":"Larger Us","curation_status":"YY","social_change":{"inner":0.1,"cultural":0.9,"systems":0}},"sourceDir":"content/ecosystem/profiles/larger-us.md","urlPath":"ecosystem/profiles/larger-us"},{"_id":"0f8fb08772fe1517a0de7521787629ab6bdf310a","file_path":"content/ontological-politics.md","extension":"md","url_path":"ontological-politics","filetype":null,"metadata":{"title":"Ontological Politics","created":"2021-02-26T00:00:00.000Z","authors":["rufuspollock"],"image":"/assets/images/ethan-hoover-325423-unsplash-scaled.jpg"},"sourceDir":"content/ontological-politics.md","urlPath":"ontological-politics"},{"_id":"103c9f4fb8282fd63f269b03debee7a7095ee8c2","file_path":"content/blog/2019/03/24/coliving-march-2019-aet-london-sprint.md","extension":"md","url_path":"blog/2019/03/24/coliving-march-2019-aet-london-sprint","filetype":null,"metadata":{"title":"Coliving: March 2019 AET London Sprint","created":"2019-03-24T00:00:00.000Z","categories":["co-x","life-itself"],"tags":["co-x","coliving","sprint"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2019/03/24/coliving-march-2019-aet-london-sprint.md","urlPath":"blog/2019/03/24/coliving-march-2019-aet-london-sprint"},{"_id":"11363e30b482fc09a54e3916b2b71a5fd45ab63c","file_path":"content/blog/2018/01/24/the-ills-of-capitalism-the-possibilities-of-abundance-and-the-limits-of-land.md","extension":"md","url_path":"blog/2018/01/24/the-ills-of-capitalism-the-possibilities-of-abundance-and-the-limits-of-land","filetype":null,"metadata":{"title":"The Ills of Capitalism, the Possibilities of Abundance and the Limits of Land","created":"2018-01-24T00:00:00.000Z","categories":["institute"],"tags":["abundance","capitalism","critique","rufus-pollock"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2018/01/24/the-ills-of-capitalism-the-possibilities-of-abundance-and-the-limits-of-land.md","urlPath":"blog/2018/01/24/the-ills-of-capitalism-the-possibilities-of-abundance-and-the-limits-of-land"},{"_id":"1162c0668b50957e93f3a888004e3009a938b8aa","file_path":"content/blog/2020/03/18/leap.md","extension":"md","url_path":"blog/2020/03/18/leap","filetype":null,"metadata":{"title":"Leap","created":"2020-03-18T00:00:00.000Z","categories":["life-itself"],"tags":["leap"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/03/18/leap.md","urlPath":"blog/2020/03/18/leap"},{"_id":"116ee8c3aa9d8aa7c220e8bdbf1c40cedb8ad6e2","file_path":"content/ecosystem/profiles/perspectiva.md","extension":"md","url_path":"ecosystem/profiles/perspectiva","filetype":null,"metadata":{"id":"perspectiva","url":"https://www.systems-souls-society.com/","tagline":"","activity":["research","media"],"topic":["politics","spirituality"],"regions":"UK","locations":["London, GB"],"started":2016,"ended":"","active":"Y","people":["Jonathan Rowson","Pippa Evans","Mark Vernon","Ivo Mensch","Tomas Bjorkman"],"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/Perspecteeva","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCr0bTKEq3EwYsN3MoHIzdwQ","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/1443993216936775686/sQ45O8FR_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633433556/Ecosystem%20Mapping/sQ45O8FR_400x400_twawpc.jpg","cached_new":"/img/sQ45O8FR_400x400_twawpc.jpg"},"image":{"url":"https://pbs.twimg.com/profile_images/1443993216936775686/sQ45O8FR_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633433556/Ecosystem%20Mapping/sQ45O8FR_400x400_twawpc.jpg","cached_new":"/img/sQ45O8FR_400x400_twawpc.jpg"},"title":"Perspectiva","curation_status":"YY","social_change":{"inner":0.3,"cultural":0.4,"systems":0.3}},"sourceDir":"content/ecosystem/profiles/perspectiva.md","urlPath":"ecosystem/profiles/perspectiva"},{"_id":"11dbe2b5e66793b24c301487b4be6bd3cd1b3cc5","file_path":"content/podcast/Stephen-Reid--Rufus-Pollock-on-Worker-Cooperatives-and-DAOs.md","extension":"md","url_path":"podcast/Stephen-Reid--Rufus-Pollock-on-Worker-Cooperatives-and-DAOs","filetype":null,"metadata":{"title":"Stephen Reid & Rufus Pollock on Worker Cooperatives and DAOs","author":"Rufus Pollock","date":"2022-06-28T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/54070963/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F54070963%2F07ed8006ea6c03984dca2ec8ba8b9685.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1656405067788-ca1c3288b424e.jpg"},"sourceDir":"content/podcast/Stephen-Reid--Rufus-Pollock-on-Worker-Cooperatives-and-DAOs.md","urlPath":"podcast/Stephen-Reid--Rufus-Pollock-on-Worker-Cooperatives-and-DAOs"},{"_id":"1203902b47faa7b0b9d6b17665ee03a08ed8711d","file_path":"content/blog/2022/03/11/mapping-metamodern-what-is-metamodernism.md","extension":"md","url_path":"blog/2022/03/11/mapping-metamodern-what-is-metamodernism","filetype":null,"metadata":{"title":"Mapping Metamodern: What is Metamodernism?","created":"2022-03-11T00:00:00.000Z","categories":["ecosystem-mapping","institute"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-8.png"},"sourceDir":"content/blog/2022/03/11/mapping-metamodern-what-is-metamodernism.md","urlPath":"blog/2022/03/11/mapping-metamodern-what-is-metamodernism"},{"_id":"128414c2b2db139fc524f5a1324645e2a8faf7cb","file_path":"content/blog/2022/09/01/hope-after-dissillusion.md","extension":"md","url_path":"blog/2022/09/01/hope-after-dissillusion","filetype":null,"metadata":{"title":"Hope after disillusion","created":"2022-09-01T00:00:00.000Z","categories":["shadows"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2022/09/01/hope-after-dissillusion.md","urlPath":"blog/2022/09/01/hope-after-dissillusion"},{"_id":"12a314d47c65ef46360651470e62cef6680ea14c","file_path":"content/ecosystem/profiles/brave-earth.md","extension":"md","url_path":"ecosystem/profiles/brave-earth","filetype":null,"metadata":{"id":"brave-earth","url":"https://www.braveearth.com","tagline":"A Living Laboratory for Regeneration","activity":["spaces","events"],"topic":["ecology","community"],"regions":"Costa Rica","locations":["northwestern Caribbean slope of Costa Rica"],"started":"","ended":"","active":"Y","people":0,"notes_data_entry":"","facebook":"https://www.facebook.com/braveearth","twitter":"not-found","instagram":"https://www.instagram.com/brave_earth_/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/56742589_314783589109523_7263876586254893056_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=jfFmydaT6MoAX87nbNF&_nc_ht=scontent-lcy1-1.xx&oh=e2529c72cc5c1789834df5947ed34641&oe=61B87A77","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637061073/Ecosystem%20Mapping/Brave_Earth_mzi4af.jpg","cached_new":"/img/Brave_Earth_mzi4af.jpg"},"image":{"url":"https://images.squarespace-cdn.com/content/v1/5c4f3c2f31d4dfaa8075b088/1624566223688-OJB45I8QV4QAIDFPQ80M/image-asset.jpeg?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645012146/Ecosystem%20Mapping/brave_earth_sadhui.jpg","cached_new":"/img/brave_earth_sadhui.jpg"},"title":"Brave Earth","curation_status":"Y","social_change":{"inner":0.5,"cultural":0.4,"systems":0.1}},"sourceDir":"content/ecosystem/profiles/brave-earth.md","urlPath":"ecosystem/profiles/brave-earth"},{"_id":"12e2f5ae44aa0b280f6229c261fae52a6339cf84","file_path":"content/blog/2022/07/28/july-wrapped.md","extension":"md","url_path":"blog/2022/07/28/july-wrapped","filetype":null,"metadata":{"title":"July Wrapped","created":"2022-07-28T00:00:00.000Z","categories":["newsletter"],"authors":["eilidhross"],"image":"/assets/images/497295a2-6fd4-436c-9867-73c1dd2ac12b-1.jpg"},"sourceDir":"content/blog/2022/07/28/july-wrapped.md","urlPath":"blog/2022/07/28/july-wrapped"},{"_id":"1354b1382801fd0fb95418d7c53baa0ebbde49ce","file_path":"content/ecosystem/activitys/research.md","extension":"md","url_path":"ecosystem/activitys/research","filetype":null,"metadata":{"id":"research","image":"https://images.unsplash.com/photo-1567427018141-0584cfcbf1b8?ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8cmVzZWFyY2h8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60","emoji":"","title":"Research & Policy"},"sourceDir":"content/ecosystem/activitys/research.md","urlPath":"ecosystem/activitys/research"},{"_id":"13d643e9c77ed05b6ec73382469187a5307e7382","file_path":"content/ecosystem/profiles/future-is-beautiful.md","extension":"md","url_path":"ecosystem/profiles/future-is-beautiful","filetype":null,"metadata":{"id":"future-is-beautiful","url":"https://www.thefutureisbeautiful.co/","tagline":"","activity":["media","education"],"topic":["politics","development"],"regions":"UK","locations":["London, GB"],"started":2016,"ended":"","active":"Y","people":["Amisha Ghadiali"],"notes_data_entry":"","facebook":"http://www.facebook.com/thefutureisbeautiful","twitter":"http://www.twitter.com/thinkactvote","instagram":"http://instagram.com/thefutureisbeautiful","linkedin":"","youtube":"","blog":"","logo":{"url":"https://i0.wp.com/www.thefutureisbeautiful.co/wp-content/uploads/2020/01/cropped-The-Future-Is-Beautiful-Logo.png?fit=2852%2C1157&ssl=1","cached":"","cached_new":""},"image":{"url":"https://i1.wp.com/www.thefutureisbeautiful.co/wp-content/uploads/2020/03/The-Vision-Wisdom-Activism-We-Need-3.png?w=828&ssl=1","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645006499/Ecosystem%20Mapping/Amisha-Yoga-Meditation_joyeyr.jpg","cached_new":"/img/Amisha-Yoga-Meditation_joyeyr.jpg"},"title":"The Future is Beautiful","curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0}},"sourceDir":"content/ecosystem/profiles/future-is-beautiful.md","urlPath":"ecosystem/profiles/future-is-beautiful"},{"_id":"13dabf898f7e48f2afe89ac677eaffdcb8563816","file_path":"content/blog/2017/09/10/four-types-of-problem.md","extension":"md","url_path":"blog/2017/09/10/four-types-of-problem","filetype":null,"metadata":{"title":"The Four Types of Problems","created":"2017-09-10T00:00:00.000Z","categories":["institute"],"tags":["essay","problems"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2017/09/10/four-types-of-problem.md","urlPath":"blog/2017/09/10/four-types-of-problem"},{"_id":"14127de30b27cc9bd306c08bca69f82e66041d8e","file_path":"content/ecosystem/profiles/the-nongrowth-society.md","extension":"md","url_path":"ecosystem/profiles/the-nongrowth-society","filetype":null,"metadata":{"id":"the-nongrowth-society","url":"https://thenongrowthsociety.com/","tagline":"How we all can prosper within limits","activity":["education"],"topic":["arts","ecology"],"regions":"Sweden","locations":["SE"],"started":"","ended":"","active":"","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t39.30808-6/274376563_260591686242506_7272205117279422671_n.png?_nc_cat=106&ccb=1-5&_nc_sid=e3f864&_nc_ohc=PrlOmG0y3sAAX_vwObK&_nc_ht=scontent-lcy1-1.xx&oh=00_AT-GGyTwRA2dyd58VrkiIWsMNBqbR9PoQYK0lRVWmS1Oew&oe=6226E257","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646394251/Ecosystem%20Mapping/nongrowth%20society.png","cached_new":"/img/nongrowth%20society.png"},"image":{"url":"http://media.thenongrowthsociety.com/2021/03/webpage-icon.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645023242/Ecosystem%20Mapping/Nongrowth_w0hh4q.png","cached_new":"/img/Nongrowth_w0hh4q.png"},"title":"The Nongrowth Society","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/the-nongrowth-society.md","urlPath":"ecosystem/profiles/the-nongrowth-society"},{"_id":"1422fd2bb939e72853bd27531cb6a9e9244aed37","file_path":"content/templates/spaces.md","extension":"md","url_path":"templates/spaces","filetype":null,"metadata":{"url":null,"image":"","country":null,"start":null,"end":null,"size":null,"language":null,"events":null,"capacity":null,"practices":null},"sourceDir":"content/templates/spaces.md","urlPath":"templates/spaces"},{"_id":"144534b825923c88cc6228eab27e22daf149f864","file_path":"content/blog/2019/10/01/2019-september-newsletter.md","extension":"md","url_path":"blog/2019/10/01/2019-september-newsletter","filetype":null,"metadata":{"title":"September 2019, Newsletter","created":"2019-10-01T00:00:00.000Z","categories":["life-itself"],"tags":["newsletter"],"authors":["artearthtech"]},"sourceDir":"content/blog/2019/10/01/2019-september-newsletter.md","urlPath":"blog/2019/10/01/2019-september-newsletter"},{"_id":"14bb26a0966f285456ce45fb29a3bffb8a5e28af","file_path":"content/notes/web3-and-progressives.md","extension":"md","url_path":"notes/web3-and-progressives","filetype":null,"metadata":{},"sourceDir":"content/notes/web3-and-progressives.md","urlPath":"notes/web3-and-progressives"},{"_id":"1510d657931c317354dacb5c16cc61138bbb8212","file_path":"content/notes/sri-aurobindo.md","extension":"md","url_path":"notes/sri-aurobindo","filetype":null,"metadata":{"title":"Sri Aurobindo","created":"2020-08-17T00:00:00.000Z"},"sourceDir":"content/notes/sri-aurobindo.md","urlPath":"notes/sri-aurobindo"},{"_id":"154dcf86f608e3cb6051882ce76f11686a80e99d","file_path":"content/podcast/Geoff-Mulgan-on-Reigniting-Social-and-Political-Imagination.md","extension":"md","url_path":"podcast/Geoff-Mulgan-on-Reigniting-Social-and-Political-Imagination","filetype":null,"metadata":{"title":"Geoff Mulgan on Reigniting Social and Political Imagination","author":"Rufus Pollock","date":"2022-07-26T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/55297463/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F55297463%2F0633c3de4a6d29144bc3883468e22da5.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1658843635163-7b2a35d93d7a4.jpg"},"sourceDir":"content/podcast/Geoff-Mulgan-on-Reigniting-Social-and-Political-Imagination.md","urlPath":"podcast/Geoff-Mulgan-on-Reigniting-Social-and-Political-Imagination"},{"_id":"159a1e5e8835d30860091374e48fd71bce336fbd","file_path":"content/tao/issues.md","extension":"md","url_path":"tao/issues","filetype":null,"metadata":{},"sourceDir":"content/tao/issues.md","urlPath":"tao/issues"},{"_id":"15d328859e4bedda0a8b34cd1c82ec222b5e3987","file_path":"content/blog/2020/01/07/a-tranformative-culture.md","extension":"md","url_path":"blog/2020/01/07/a-tranformative-culture","filetype":null,"metadata":{"title":"Transformative Culture - Inside and Out","created":"2020-01-07T00:00:00.000Z","categories":["our-philosophy"],"tags":["culture","transformation"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/01/07/a-tranformative-culture.md","urlPath":"blog/2020/01/07/a-tranformative-culture"},{"_id":"15d41d62a737d8f42c80806a53a08b3ab7299fd0","file_path":"content/blog/2022/08/16/the-new-school-at-commonweal-with-rufus-pollock.md","extension":"md","url_path":"blog/2022/08/16/the-new-school-at-commonweal-with-rufus-pollock","filetype":null,"metadata":{"title":"The New School at Commonweal with Rufus Pollock","created":"2022-08-16T00:00:00.000Z","categories":["podcast"],"authors":["eilidhross"],"image":"/assets/images/Youtube-Thumbnail-Template-6.jpg"},"sourceDir":"content/blog/2022/08/16/the-new-school-at-commonweal-with-rufus-pollock.md","urlPath":"blog/2022/08/16/the-new-school-at-commonweal-with-rufus-pollock"},{"_id":"15f344702ab268166435e41517e89e029639fa13","file_path":"content/people/jamesredenbaugh.md","extension":"md","url_path":"people/jamesredenbaugh","filetype":null,"metadata":{"id":"jamesredenbaugh","name":"James Redenbaugh"},"sourceDir":"content/people/jamesredenbaugh.md","urlPath":"people/jamesredenbaugh"},{"_id":"1600dd13fd6bc623b43d2de3f7ebb2361b179ff5","file_path":"content/blog/2022/02/09/community-gathering-sprint-march-2022.md","extension":"md","url_path":"blog/2022/02/09/community-gathering-sprint-march-2022","filetype":null,"metadata":{"title":"Life Itself Community Gathering March 2022","created":"2022-02-09T00:00:00.000Z","categories":["community","gathering"],"tags":["community","gathering"],"authors":["eilidhross"],"image":"/assets/images/Mapping-Metamodern-3.png"},"sourceDir":"content/blog/2022/02/09/community-gathering-sprint-march-2022.md","urlPath":"blog/2022/02/09/community-gathering-sprint-march-2022"},{"_id":"167a4f490bc095cdded99ecf5cb92932ddb01e38","file_path":"content/blog/2023/04/30/calling-usa-intentional-communities.md","extension":"md","url_path":"blog/2023/04/30/calling-usa-intentional-communities","filetype":null,"metadata":{"title":"Calling All USA Intentional Communities: USA Road Trip in Progess","created":"2023-04-30T00:00:00.000Z","authors":["nathen-fitchen"],"image":"/assets/images/usa-road-trip.jpg"},"sourceDir":"content/blog/2023/04/30/calling-usa-intentional-communities.md","urlPath":"blog/2023/04/30/calling-usa-intentional-communities"},{"_id":"16a15d0a94edcdfb26b5f6195244bbed9ae5f590","file_path":"content/blog/2021/12/17/the-case-for-a-sustainable-wellbeing-innovation-fund.md","extension":"md","url_path":"blog/2021/12/17/the-case-for-a-sustainable-wellbeing-innovation-fund","filetype":null,"metadata":{"title":"The Case for a Sustainable Wellbeing Innovation Fund","created":"2021-12-17T00:00:00.000Z","categories":["policy","sustainable-wellbeing","wellbeing"],"authors":["theo-cox"]},"sourceDir":"content/blog/2021/12/17/the-case-for-a-sustainable-wellbeing-innovation-fund.md","urlPath":"blog/2021/12/17/the-case-for-a-sustainable-wellbeing-innovation-fund"},{"_id":"16f1705b71214f858c342abed9af7b4cb298fd21","file_path":"content/blog/2023/01/19/a-scientific-approach-to-awakening-and-fundamental-wellbeing.md","extension":"md","url_path":"blog/2023/01/19/a-scientific-approach-to-awakening-and-fundamental-wellbeing","filetype":null,"metadata":{"title":"Dr Jeffery Martin on A Scientific Approach to Awakening and Fundamental Wellbeing","created":"2023-01-19T00:00:00.000Z","categories":["podcast"],"authors":["eilidhross"],"image":"/assets/images/Youtube-Thumbnail-Template-11.jpg"},"sourceDir":"content/blog/2023/01/19/a-scientific-approach-to-awakening-and-fundamental-wellbeing.md","urlPath":"blog/2023/01/19/a-scientific-approach-to-awakening-and-fundamental-wellbeing"},{"_id":"17a8627fd7cb2f6566bb337930ee75ec4a2c1d19","file_path":"content/ecosystem/profiles/radical-purpose.md","extension":"md","url_path":"ecosystem/profiles/radical-purpose","filetype":null,"metadata":{"id":"radical-purpose","url":"https://www.radicalpurpose.org/","tagline":"Working With\nRadical Purpose\nCREATING ENVIRONMENTS THAT MEET OUR NEEDS","activity":["education","events"],"topic":["work","wellbeing"],"regions":"Europe, USA, Brazil","started":"","ended":"","active":"Y","people":0,"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/MyRadicals","instagram":"not-found","linkedin":"https://www.linkedin.com/company/radical-manifesto/","youtube":"not-found","blog":"not-found","logo":{"url":"https://uploads-ssl.webflow.com/5f62d2effe59ee3097599207/60996e694a3cb17d0d6b1c81_LOGO-Cyan-400px.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458848/Ecosystem%20Mapping/radical_purpose_o2klr1.png","cached_new":"/img/radical_purpose_o2klr1.png"},"image":{"url":"https://uploads-ssl.webflow.com/5f62d2effe59ee3097599207/607f7f0f1bef56cbe96d7c2b_Medallion.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645012403/Ecosystem%20Mapping/radical_daao6y.png","cached_new":"/img/radical_daao6y.png"},"title":"Radical Purpose","curation_status":"Y","social_change":{"inner":0.2,"cultural":0.2,"systems":0.6}},"sourceDir":"content/ecosystem/profiles/radical-purpose.md","urlPath":"ecosystem/profiles/radical-purpose"},{"_id":"17e2078ab54190ca35b845ae9327f63bde740fc5","file_path":"content/notes/sayings.md","extension":"md","url_path":"notes/sayings","filetype":null,"metadata":{"title":"Sayings"},"sourceDir":"content/notes/sayings.md","urlPath":"notes/sayings"},{"_id":"17f1ee2c344532ef912fdd8820ea2148c7ba9f16","file_path":"content/ecosystem/profiles/presencing-institute.md","extension":"md","url_path":"ecosystem/profiles/presencing-institute","filetype":null,"metadata":{"id":"presencing-institute","url":"https://www.presencing.org/","tagline":"","activity":["education","business"],"topic":["politics","work"],"regions":"US","locations":["Massachusetts,US"],"started":2006,"ended":"","active":"Y","people":["Otto Sharmer "],"notes_data_entry":"","facebook":"https://www.facebook.com/presencinginstitute/","twitter":"https://twitter.com/presencing_inst","instagram":"not-found","linkedin":"https://www.linkedin.com/company/presencing-institute-org/","youtube":"not-found","blog":"https://medium.com/presencing-institute-blog","logo":{"url":"https://tllp.org/wp-content/uploads/2020/06/Presencing-Institute.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636970982/Ecosystem%20Mapping/Presencing-Institute_wn2she.jpg","cached_new":"/img/Presencing-Institute_wn2she.jpg"},"image":{"url":"https://www.presencing.org/assets/images/aboutus/presencing-institute/overview_by_otto.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644930094/Ecosystem%20Mapping/presencing_Institute_chv6ct.jpg","cached_new":"/img/presencing_Institute_chv6ct.jpg"},"title":"Presencing Institute","curation_status":"YY","social_change":{"inner":0.2,"cultural":0.2,"systems":0.6}},"sourceDir":"content/ecosystem/profiles/presencing-institute.md","urlPath":"ecosystem/profiles/presencing-institute"},{"_id":"185fc2e09a1bb5eaf161e78d0bd0bbd184e6ce0e","file_path":"content/notes/journal/2022-03-14.md","extension":"md","url_path":"notes/journal/2022-03-14","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-03-14.md","urlPath":"notes/journal/2022-03-14"},{"_id":"18750d86dedace179971c34ca15f6c04eb7d27ca","file_path":"content/podcast/thomas-steininger-on-emergent-dialogue.md","extension":"md","url_path":"podcast/thomas-steininger-on-emergent-dialogue","filetype":null,"metadata":{"title":"Thomas Steininger on Emergent Dialogue and Transcending Individualism","author":"Eilidh Ross","date":"2022-12-08T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/61870677/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F61870677%2F8c29ae45b03d4736c66eaa4f6ec5d6a2.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1670514547239-e2bc1836eb567.jpg"},"sourceDir":"content/podcast/thomas-steininger-on-emergent-dialogue.md","urlPath":"podcast/thomas-steininger-on-emergent-dialogue"},{"_id":"189ade84b7a120b24930ce4055c70b510b993fed","file_path":"content/ecosystem/profiles/resurgence-and-ecologist.md","extension":"md","url_path":"ecosystem/profiles/resurgence-and-ecologist","filetype":null,"metadata":{"id":"resurgence-and-ecologist","url":"https://www.resurgence.org/","tagline":"","activity":["media","education"],"topic":["ecology","politics"],"regions":"UK","locations":["Devon, GB"],"started":2006,"ended":"","active":"Y","people":["Satish Kumar"],"notes_data_entry":"","facebook":"http://www.facebook.com/Resurgencetrust","twitter":"https://twitter.com/intent/tweet?text=Resurgence%20%E2%80%A2%20Contact%20Us&url=https%3A%2F%2Fwww.resurgence.org%2Fcontact%2F%23.YV6kH1u63Ow.twitter&related=","instagram":"http://instagram.com/resurgencetrust","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://www.resurgence.org/grafix/covers/300/isimg_319.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973754/Ecosystem%20Mapping/Resurgence_Ecologist_lmaczs.jpg","cached_new":"/img/Resurgence_Ecologist_lmaczs.jpg"},"image":{"url":"https://www.resurgence.org/grafix/covers/600/isimg_330.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645005974/Ecosystem%20Mapping/R_E_gnxwan.jpg","cached_new":"/img/R_E_gnxwan.jpg"},"title":"Resurgence and Ecologist","curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0}},"sourceDir":"content/ecosystem/profiles/resurgence-and-ecologist.md","urlPath":"ecosystem/profiles/resurgence-and-ecologist"},{"_id":"18a73c5e13075f93652086ccfb35c9d5622a1d26","file_path":"content/blog/2023/03/31/tenzo-note-5.md","extension":"md","url_path":"blog/2023/03/31/tenzo-note-5","filetype":null,"metadata":{"title":"Tenzo Note #5: How do we feed ourselves when scarcity becomes our reality?","created":"2023-03-31T00:00:00.000Z","categories":["conscious-food"],"authors":["valerie"],"image":"/assets/images/tenzo-note-5-image.jpeg"},"sourceDir":"content/blog/2023/03/31/tenzo-note-5.md","urlPath":"blog/2023/03/31/tenzo-note-5"},{"_id":"18ae1b23c0a479bf857d4d7b99dfe8ee45e012ff","file_path":"content/hubs/berlin.md","extension":"md","url_path":"hubs/berlin","filetype":null,"metadata":{"title":"Berlin","created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"image":"/assets/images/berlin-hub-2.jpg"},"sourceDir":"content/hubs/berlin.md","urlPath":"hubs/berlin"},{"_id":"18ba8ffa2b5251314e317a2917e66f6077e0548e","file_path":"content/blog/2022/03/25/emergent-dialogue-residency-june-2022.md","extension":"md","url_path":"blog/2022/03/25/emergent-dialogue-residency-june-2022","filetype":null,"metadata":{"title":"What about \"me\"... what about \"we\"?","created":"2022-03-25T00:00:00.000Z","categories":["events","programs"],"authors":["lifexitself"]},"sourceDir":"content/blog/2022/03/25/emergent-dialogue-residency-june-2022.md","urlPath":"blog/2022/03/25/emergent-dialogue-residency-june-2022"},{"_id":"1a366c99bf9f7328635a1789bb1cca8b1492f5f6","file_path":"content/blog/2021/10/21/well-being-and-a-moderate-climate-movement.md","extension":"md","url_path":"blog/2021/10/21/well-being-and-a-moderate-climate-movement","filetype":null,"metadata":{"title":"Wellbeing and a Moderate Climate Movement","created":"2021-10-21T00:00:00.000Z","categories":["institute","policy","sustainable-wellbeing","wellbeing"],"tags":["sustainable-well-being","wiser-policy-forum"],"authors":["liamaet","theo-cox","rufuspollock"],"image":"/assets/images/Blog-Feature-Images-24.jpg"},"sourceDir":"content/blog/2021/10/21/well-being-and-a-moderate-climate-movement.md","urlPath":"blog/2021/10/21/well-being-and-a-moderate-climate-movement"},{"_id":"1aa78809dfe5388137ef6443e45c1b7f6a405e98","file_path":"content/ecosystem/profiles/global-witness.md","extension":"md","url_path":"ecosystem/profiles/global-witness","filetype":null,"metadata":{"id":"global-witness","url":"https://www.globalwitness.org/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Global"],"started":1993,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.18169-9/15192626_1220720957989223_9082972287758755747_n.png?_nc_cat=106&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=CoXXGmMOP_4AX_kNtJJ&_nc_ht=scontent.fbhx4-2.fna&oh=6f9689a3ea37e7d477f6519eeabbf80d&oe=6183B379","cached":"","cached_new":""},"image":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.18169-9/15192626_1220720957989223_9082972287758755747_n.png?_nc_cat=106&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=CoXXGmMOP_4AX_kNtJJ&_nc_ht=scontent.fbhx4-2.fna&oh=6f9689a3ea37e7d477f6519eeabbf80d&oe=6183B379","cached":"","cached_new":""},"title":"Global Witness","curation_status":"NN","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/global-witness.md","urlPath":"ecosystem/profiles/global-witness"},{"_id":"1adc1c82aa045cc66092a3e2d437a2e60dfe46f7","file_path":"content/ecosystem/profiles/global-conscious-movement.md","extension":"md","url_path":"ecosystem/profiles/global-conscious-movement","filetype":null,"metadata":{"id":"global-conscious-movement","url":"https://www.globalconscious.co.uk/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Global"],"started":"Unsure","ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://static.wixstatic.com/media/d4e341_7266cbe9f60d4ad287d74f663ef3b6fd~mv2.png/v1/fill/w_796,h_200,al_c,q_85,usm_0.66_1.00_0.01/GCM%20Logo_Black.webp","cached":"","cached_new":""},"image":{"url":"https://static.wixstatic.com/media/d4e341_7266cbe9f60d4ad287d74f663ef3b6fd~mv2.png/v1/fill/w_796,h_200,al_c,q_85,usm_0.66_1.00_0.01/GCM%20Logo_Black.webp","cached":"","cached_new":""},"title":"Global Conscious Movement","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/global-conscious-movement.md","urlPath":"ecosystem/profiles/global-conscious-movement"},{"_id":"1b16d612947243777eece9af9952ecf53071ea0a","file_path":"content/learn/fundamental-wellbeing.md","extension":"md","url_path":"learn/fundamental-wellbeing","filetype":null,"metadata":{"title":"Fundamental Wellbeing","created":"2023-04-21T00:00:00.000Z","authors":["rufuspollock","jefferymartin"]},"sourceDir":"content/learn/fundamental-wellbeing.md","urlPath":"learn/fundamental-wellbeing"},{"_id":"1b6808187a69ab51e3f42f10771ae05de8f71869","file_path":"content/podcast/index.md","extension":"md","url_path":"podcast","filetype":null,"metadata":{"title":"Podcast","data":["podcasts"]},"sourceDir":"content/podcast/index.md","urlPath":"podcast"},{"_id":"1c8f8c88e0c20efad5d0ca5a617da0f83f127cdb","file_path":"content/notes/zen.md","extension":"md","url_path":"notes/zen","filetype":null,"metadata":{"title":"Notes on Zen"},"sourceDir":"content/notes/zen.md","urlPath":"notes/zen"},{"_id":"1ccd548864b1bdb4f860adbd5ed8c9c80f17f9e1","file_path":"content/ecosystem/profiles/cultural-strategies-council.md","extension":"md","url_path":"ecosystem/profiles/cultural-strategies-council","filetype":null,"metadata":{"id":"cultural-strategies-council","url":"https://culturalstrategies.net","tagline":"Transformational change towards regenerative justice","activity":["spaces","research"],"topic":["arts","community"],"regions":"Sausalito, California - Coast Miwok ancestral homeland","locations":["California, US"],"started":2008,"ended":"","active":"Y","people":["Kiley Arroyo"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://kileyarroyo.files.wordpress.com/2021/05/network.jpg?w=651","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393350/Ecosystem%20Mapping/Cultural%20Strategies%20Council.jpg","cached_new":"/img/Cultural%20Strategies%20Council.jpg"},"image":{"url":"https://kileyarroyo.files.wordpress.com/2021/05/network.jpg?w=651","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393350/Ecosystem%20Mapping/Cultural%20Strategies%20Council.jpg","cached_new":"/img/Cultural%20Strategies%20Council.jpg"},"title":"Cultural Strategies Council","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/cultural-strategies-council.md","urlPath":"ecosystem/profiles/cultural-strategies-council"},{"_id":"1cea7046d46c98195d307b273f6a1c6b30667c88","file_path":"content/blog/2023/08/03/dont-join-a-cult-documentaries-about-cults-intentional-communties.md","extension":"md","url_path":"blog/2023/08/03/dont-join-a-cult-documentaries-about-cults-intentional-communties","filetype":null,"metadata":{"title":"Don’t Join a Cult: Watch these 5 documentaries to learn when an intentional community might have the wrong intentions","created":"2023-08-03T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["conscious-coliving"],"image":"/assets/images/don't-join-a-cult-5-cult-documentaries.jpg"},"sourceDir":"content/blog/2023/08/03/dont-join-a-cult-documentaries-about-cults-intentional-communties.md","urlPath":"blog/2023/08/03/dont-join-a-cult-documentaries-about-cults-intentional-communties"},{"_id":"1d1d800feed4990e1867c13bd3d317998142884c","file_path":"content/blog/2021/05/14/life-itself-april-update.md","extension":"md","url_path":"blog/2021/05/14/life-itself-april-update","filetype":null,"metadata":{"title":"Life Itself April Update","created":"2021-05-14T00:00:00.000Z","categories":["institute"],"tags":["newsletter"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2021/05/14/life-itself-april-update.md","urlPath":"blog/2021/05/14/life-itself-april-update"},{"_id":"1d86377f5eeee1c86340bba9a92ee204079d52b3","file_path":"content/notes/co-x/README.md","extension":"md","url_path":"notes/co-x/README","filetype":null,"metadata":{},"sourceDir":"content/notes/co-x/README.md","urlPath":"notes/co-x/README"},{"_id":"1e821ffd7a2e9a5ea8013b05284fff832d0f2ee5","file_path":"content/podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-podcast.md","extension":"md","url_path":"podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-podcast","filetype":null,"metadata":{"title":"Dr Jeffery Martin on A Scientific Approach to Awakening and Fundamental Wellbeing","author":"Rufus Pollock","date":"2023-01-19T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/63561936/https://d3ctxlq1ktw2nl.cloudfront.net/production/exports/79b39934/63561936/147774b0ce2a10386e0c394c39cf85db.m4a","image":"https://s3-us-west-2.amazonaws.com/anchor-generated-image-bank/staging/podcast_uploaded_episode400/20318133/20318133-1681539409254-7918fb4ef621c.jpg"},"sourceDir":"content/podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-podcast.md","urlPath":"podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-podcast"},{"_id":"1ed3a4359a150cdffa63b50131b0a1dcd8dbf27d","file_path":"content/blog/2020/06/25/life-itself-update.md","extension":"md","url_path":"blog/2020/06/25/life-itself-update","filetype":null,"metadata":{"title":"Life Itself Update","created":"2020-06-25T00:00:00.000Z","categories":["life-itself"],"tags":["newsletter"],"authors":["sophie84d503f875"]},"sourceDir":"content/blog/2020/06/25/life-itself-update.md","urlPath":"blog/2020/06/25/life-itself-update"},{"_id":"1ed60a9a3c641f9184a4daa3b9b1769263af1bb5","file_path":"content/notes/direct-enquiry.md","extension":"md","url_path":"notes/direct-enquiry","filetype":null,"metadata":{},"sourceDir":"content/notes/direct-enquiry.md","urlPath":"notes/direct-enquiry"},{"_id":"1ff86864d46d08420d1b82b6a9769f57a3b4740b","file_path":"content/ecosystem/profiles/ctrl-shift.md","extension":"md","url_path":"ecosystem/profiles/ctrl-shift","filetype":null,"metadata":{"id":"ctrl-shift","url":"http://www.ctrlshiftsummit.org.uk/","tagline":"","activity":0,"topic":0,"regions":"","locations":["-"],"started":2018,"ended":"","active":"Yes","people":["Andy Goldring"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.ctrlshiftsummit.org.uk/wp-content/uploads/2019/04/CTRLshift_Partners_2019.png","cached":"","cached_new":""},"image":{"url":"https://www.ctrlshiftsummit.org.uk/wp-content/uploads/2019/04/CTRLshift_Partners_2019.png","cached":"","cached_new":""},"title":"CTRL Shift","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/ctrl-shift.md","urlPath":"ecosystem/profiles/ctrl-shift"},{"_id":"20ffe8dc3654307c634cc779ac8e5baabc626dcb","file_path":"content/blog/2022/05/21/crypto-can-these-financial-perpetual-motion-machines-work.md","extension":"md","url_path":"blog/2022/05/21/crypto-can-these-financial-perpetual-motion-machines-work","filetype":null,"metadata":{"title":"Crypto: can these financial perpetual motion machines work?","created":"2022-05-21T00:00:00.000Z","categories":["institute","web3"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-7.png"},"sourceDir":"content/blog/2022/05/21/crypto-can-these-financial-perpetual-motion-machines-work.md","urlPath":"blog/2022/05/21/crypto-can-these-financial-perpetual-motion-machines-work"},{"_id":"212797121a0966868e52b446ed885391049dcc96","file_path":"content/blog/2023/02/27/web3-crypto-guide-launch.md","extension":"md","url_path":"blog/2023/02/27/web3-crypto-guide-launch","filetype":null,"metadata":{"title":"We Just Launched the Internet's Most Rigorous Guide to Web3 and Crypto","created":"2023-02-27T00:00:00.000Z","categories":["updates","web3"],"authors":["nathen-fitchen"],"image":"/assets/images/web3.jpeg"},"sourceDir":"content/blog/2023/02/27/web3-crypto-guide-launch.md","urlPath":"blog/2023/02/27/web3-crypto-guide-launch"},{"_id":"214087e63e2d17b2e0a71d9e4f377a2d062ef93b","file_path":"content/blog/2021/11/29/were-looking-for-the-next-amazing-addition-to-our-team.md","extension":"md","url_path":"blog/2021/11/29/were-looking-for-the-next-amazing-addition-to-our-team","filetype":null,"metadata":{"title":"We're Looking for the Next Amazing Addition to Our Team!","created":"2021-11-29T00:00:00.000Z","categories":["jobs","life-itself"],"tags":["hiring","jobs","team"],"authors":["theo-cox"]},"sourceDir":"content/blog/2021/11/29/were-looking-for-the-next-amazing-addition-to-our-team.md","urlPath":"blog/2021/11/29/were-looking-for-the-next-amazing-addition-to-our-team"},{"_id":"216900fe39030cca39b553da9a07e9fe8b27f325","file_path":"content/people/liu-bauer.md","extension":"md","url_path":"people/liu-bauer","filetype":null,"metadata":{"id":"liu-bauer","name":"Liu Bauer","avatar":"/assets/site/team/liu-bauer.svg"},"sourceDir":"content/people/liu-bauer.md","urlPath":"people/liu-bauer"},{"_id":"216e075d11177ff7193aca20a3e5334c43992dc7","file_path":"content/ecosystem/profiles/new-economics-foundation.md","extension":"md","url_path":"ecosystem/profiles/new-economics-foundation","filetype":null,"metadata":{"id":"new-economics-foundation","url":"https://neweconomics.org/","tagline":"","activity":["research","education"],"topic":0,"regions":"","locations":["UK"],"started":1986,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://neweconomics.org/uploads/images/nef-logo.png","cached":"","cached_new":""},"image":{"url":"https://neweconomics.org/uploads/images/_morepanel1/08_21_NEF_Retrofitting_campaign_doorknock_Edits-13.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645012943/Ecosystem%20Mapping/NEF_roazvg.jpg","cached_new":"/img/NEF_roazvg.jpg"},"title":"New Economics Foundation","curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":1}},"sourceDir":"content/ecosystem/profiles/new-economics-foundation.md","urlPath":"ecosystem/profiles/new-economics-foundation"},{"_id":"21bf21e3b2a1afb8a9c51a7a7aa0136c35016f15","file_path":"content/blog/2022/08/25/august-wrapped.md","extension":"md","url_path":"blog/2022/08/25/august-wrapped","filetype":null,"metadata":{"title":"Life Itself August 2022 Newsletter","created":"2022-08-25T00:00:00.000Z","categories":["newsletter"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-29.jpg"},"sourceDir":"content/blog/2022/08/25/august-wrapped.md","urlPath":"blog/2022/08/25/august-wrapped"},{"_id":"21ceb7edd6a76ba72bb0a502aa9e402eeb8677b8","file_path":"content/blog/2016/10/23/my-introduction-to-gautamas-uncommon-wisdom.md","extension":"md","url_path":"blog/2016/10/23/my-introduction-to-gautamas-uncommon-wisdom","filetype":null,"metadata":{"title":"Uncommon Wisdom, Gautama - Introduction","created":"2016-10-23T00:00:00.000Z","categories":["institute","wisdom"],"tags":["gautama","wisdom"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-3-1024x576.png"},"sourceDir":"content/blog/2016/10/23/my-introduction-to-gautamas-uncommon-wisdom.md","urlPath":"blog/2016/10/23/my-introduction-to-gautamas-uncommon-wisdom"},{"_id":"21d5f7714b6b851fe2bf6450d5e394aa571c6ab0","file_path":"content/blog/2021/09/25/whats-new-at-the-berlin-hub-2.md","extension":"md","url_path":"blog/2021/09/25/whats-new-at-the-berlin-hub-2","filetype":null,"metadata":{"title":"What's new at the Berlin Hub?","created":"2021-09-25T00:00:00.000Z","categories":["hubs"],"tags":["berlin-hub","hubs","update"],"authors":["iljad20a2d59ebb"]},"sourceDir":"content/blog/2021/09/25/whats-new-at-the-berlin-hub-2.md","urlPath":"blog/2021/09/25/whats-new-at-the-berlin-hub-2"},{"_id":"2216ef50012ce384328117b88212c932a5b5b96c","file_path":"content/blog/2019/04/08/two-year-olds-playing-with-kalashnikovs-humanity-in-the-age-of-ai.md","extension":"md","url_path":"blog/2019/04/08/two-year-olds-playing-with-kalashnikovs-humanity-in-the-age-of-ai","filetype":null,"metadata":{"title":"Two Year Olds Playing with Kalashnikovs - Humanity in the Age of AI","created":"2019-04-08T00:00:00.000Z","categories":["institute"],"tags":["ai","humanity"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2019/04/08/two-year-olds-playing-with-kalashnikovs-humanity-in-the-age-of-ai.md","urlPath":"blog/2019/04/08/two-year-olds-playing-with-kalashnikovs-humanity-in-the-age-of-ai"},{"_id":"224af1c957c1e937ffdff791d1bc6b5a9824d606","file_path":"content/blog/2020/06/22/bridging-the-wisdom-gap.md","extension":"md","url_path":"blog/2020/06/22/bridging-the-wisdom-gap","filetype":null,"metadata":{"title":"Bridging the Wisdom Gap","created":"2020-06-22T00:00:00.000Z","categories":["collective-wisdom","institute","ontological-politics","wisdom"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-6.jpg"},"sourceDir":"content/blog/2020/06/22/bridging-the-wisdom-gap.md","urlPath":"blog/2020/06/22/bridging-the-wisdom-gap"},{"_id":"2262bff48f5b25738b8bb268a0592ba164c73e80","file_path":"content/blog/2023/04/25/the-relevant-education-project.md","extension":"md","url_path":"blog/2023/04/25/the-relevant-education-project","filetype":null,"metadata":{"title":"The Relevant Education Project & Humanity's Transition - Community Call with Alex Goodall","created":"2023-04-25T00:00:00.000Z","categories":["community-call"],"authors":["zaibul-nisa"],"image":"/assets/images/relevant-education-project-alex-goodall.jpg"},"sourceDir":"content/blog/2023/04/25/the-relevant-education-project.md","urlPath":"blog/2023/04/25/the-relevant-education-project"},{"_id":"226c59f90145c1e2641d478b9a20e89a0b1fd3e1","file_path":"content/ecosystem/profiles/raising-free-people-network.md","extension":"md","url_path":"ecosystem/profiles/raising-free-people-network","filetype":null,"metadata":{"id":"raising-free-people-network","url":"https://www.raisingfreepeople.com/","tagline":"","activity":["media","education"],"topic":["development","politics"],"regions":"","started":"","ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"https://www.instagram.com/fareofthefreechild","linkedin":"https://www.linkedin.com/in/radicalselfie/","youtube":"https://www.youtube.com/radicalselfie","blog":"https://medium.com/@radicalselfie","logo":{"url":"https://i0.wp.com/raisingfreepeople.com/wp-content/uploads/2020/03/RFP-logo.png?fit=903%2C307&ssl=1","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636974311/Ecosystem%20Mapping/Raising_Free_people_spddc0.webp","cached_new":"/img/Raising_Free_people_spddc0.webp"},"image":{"url":"https://process.fs.teachablecdn.com/ADNupMnWyR7kCWRvm76Laz/resize=width:705/https://www.filepicker.io/api/file/sor0hdZVQUm1Fv34bnQv","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645011538/Ecosystem%20Mapping/schooltoself-thumb_ise6gp.jpg","cached_new":"/img/schooltoself-thumb_ise6gp.jpg"},"title":"Raising Free People Network","curation_status":"Y","social_change":{"inner":0.4,"cultural":0.6,"systems":0}},"sourceDir":"content/ecosystem/profiles/raising-free-people-network.md","urlPath":"ecosystem/profiles/raising-free-people-network"},{"_id":"22c320efc0b54123ea74e849daacb9586cf71e08","file_path":"content/ecosystem/profiles/commonweal.md","extension":"md","url_path":"ecosystem/profiles/commonweal","filetype":null,"metadata":{"id":"commonweal","url":"https://commonweal.org","tagline":"","activity":["spaces","network"],"topic":["politics","ecology"],"regions":"","locations":["Bolinas, California"],"started":"1975?","ended":"","active":"","people":["Alexandra Destler"],"notes_data_entry":"","facebook":"https://www.facebook.com/CommonwealCA","twitter":"not-found","instagram":"https://www.instagram.com/commonwealbolinas/","linkedin":"not-found","youtube":"https://www.youtube.com/user/NewSchoolCommonweal/videos","blog":"not-found","logo":{"url":"","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645004156/Ecosystem%20Mapping/commonweal_u4xzx0.png","cached_new":"/img/commonweal_u4xzx0.png"},"image":{"url":"https://www.commonweal.org/app/uploads/2022/01/Commonweal-Tent-table-Kyra-Epstein-400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645012034/Ecosystem%20Mapping/Commonweal-Tent-table-Kyra-Epstein-400_webius.jpg","cached_new":"/img/Commonweal-Tent-table-Kyra-Epstein-400_webius.jpg"},"title":"Commonweal","curation_status":"Y","social_change":{"inner":0.34,"cultural":0.34,"systems":0.32}},"sourceDir":"content/ecosystem/profiles/commonweal.md","urlPath":"ecosystem/profiles/commonweal"},{"_id":"2305b2731b2daa1a6e4ebaf27537f99450eae60e","file_path":"content/ecosystem/profiles/burning-man.md","extension":"md","url_path":"ecosystem/profiles/burning-man","filetype":null,"metadata":{"id":"burning-man","url":"https://burningman.org","tagline":"","activity":0,"topic":0,"regions":"","started":"","ended":"","active":"","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Burning Man","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/burning-man.md","urlPath":"ecosystem/profiles/burning-man"},{"_id":"2329e556c500c893e90d330116b566a2e666e8d6","file_path":"content/ecosystem/outline.md","extension":"md","url_path":"ecosystem/outline","filetype":null,"metadata":{"title":"Outline"},"sourceDir":"content/ecosystem/outline.md","urlPath":"ecosystem/outline"},{"_id":"23d0b4e04ad2634d1912c5a565bbf9a156a27e67","file_path":"content/notes/further-reading.md","extension":"md","url_path":"notes/further-reading","filetype":null,"metadata":{"title":"Further Reading"},"sourceDir":"content/notes/further-reading.md","urlPath":"notes/further-reading"},{"_id":"23f20921047d6d8bf5ca2246bd479619452d4bf3","file_path":"content/blog/2022/04/01/mapping-metamodern-alternative-economics.md","extension":"md","url_path":"blog/2022/04/01/mapping-metamodern-alternative-economics","filetype":null,"metadata":{"title":"Mapping Metamodern: Alternative Economics","created":"2022-04-01T00:00:00.000Z","categories":["ecosystem-mapping","institute"],"authors":["eilidhross"]},"sourceDir":"content/blog/2022/04/01/mapping-metamodern-alternative-economics.md","urlPath":"blog/2022/04/01/mapping-metamodern-alternative-economics"},{"_id":"23fc5cb60877959c9bad7f344654526f45f7554e","file_path":"content/blog/2023/06/20/building-field-for-developmental-spaces.md","extension":"md","url_path":"blog/2023/06/20/building-field-for-developmental-spaces","filetype":null,"metadata":{"title":"Building the Field for Developmental Spaces: a new project in collaboration with Fetzer Institute, Commonweal & Ekskäret","created":"2023-06-20T00:00:00.000Z","authors":["rufuspollock"],"categories":["labs","deliberately-developmental-spaces"],"image":"/assets/images/dariusz-sankowski-3OiYMgDKJ6k-unsplash.jpg"},"sourceDir":"content/blog/2023/06/20/building-field-for-developmental-spaces.md","urlPath":"blog/2023/06/20/building-field-for-developmental-spaces"},{"_id":"2450316724e447a5cf0d0189eaa7483087a35369","file_path":"content/tao/plan-2021.md","extension":"md","url_path":"tao/plan-2021","filetype":null,"metadata":{},"sourceDir":"content/tao/plan-2021.md","urlPath":"tao/plan-2021"},{"_id":"2522aff686a6df7a1b94fb5ce84e5de427b1f9ca","file_path":"content/notes/techno-solutionism.md","extension":"md","url_path":"notes/techno-solutionism","filetype":null,"metadata":{"aliases":["Techno-solutionism"]},"sourceDir":"content/notes/techno-solutionism.md","urlPath":"notes/techno-solutionism"},{"_id":"2531922c270d194100ea6a35ba66374b7b325707","file_path":"content/podcast/Fintech-Incrementalism-and-Responsible-Innovation.md","extension":"md","url_path":"podcast/Fintech-Incrementalism-and-Responsible-Innovation","filetype":null,"metadata":{"title":"Fintech Incrementalism and Responsible Innovation","author":"Rufus Pollock","date":"2022-04-04T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/50085406/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F50085406%2F1ff5a2b0f3708733e19a4baab7e7ca9e.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1649084649911-3896ea9cbfba3.jpg"},"sourceDir":"content/podcast/Fintech-Incrementalism-and-Responsible-Innovation.md","urlPath":"podcast/Fintech-Incrementalism-and-Responsible-Innovation"},{"_id":"2557bae646d4df5dcba254ae7a5c8240c3c164e4","file_path":"content/blog/2020/08/27/ecosystem.md","extension":"md","url_path":"blog/2020/08/27/ecosystem","filetype":null,"metadata":{"title":"An expedition to explore the new land of “culture-making”","created":"2020-08-27T00:00:00.000Z","categories":["culturology","ecosystem-mapping"],"tags":["culture","ecosystem-mapping"],"authors":["elisalifeitself"]},"sourceDir":"content/blog/2020/08/27/ecosystem.md","urlPath":"blog/2020/08/27/ecosystem"},{"_id":"255bac4ecaa954cd380a834f00f19509ebdbaa4b","file_path":"content/programs/embodying-collective-transformation.md","extension":"md","url_path":"programs/embodying-collective-transformation","filetype":null,"metadata":{"title":"Embodying Collective Transformation","created":"2022-05-26T00:00:00.000Z","authors":["catherine-tran"]},"sourceDir":"content/programs/embodying-collective-transformation.md","urlPath":"programs/embodying-collective-transformation"},{"_id":"25a8857dfacc897c567c41c6643ecf4d23e72683","file_path":"content/blog/2017/05/23/nine-theses.md","extension":"md","url_path":"blog/2017/05/23/nine-theses","filetype":null,"metadata":{"title":"Nine Theses","created":"2017-05-23T00:00:00.000Z","categories":["our-philosophy"],"tags":["rufus-pollock","theses"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2017/05/23/nine-theses.md","urlPath":"blog/2017/05/23/nine-theses"},{"_id":"2605b8d9e1de14155452ee0670ab025db1e28298","file_path":"content/programs/sympoiesis/4-collective-intelligence-feb-mar-2022.md","extension":"md","url_path":"programs/sympoiesis/4-collective-intelligence-feb-mar-2022","filetype":null,"metadata":{"title":"Sympoiesis #9 - l'intelligence collective - 16 février au 15 mars 2023","created":"2021-11-04T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/programs/sympoiesis/4-collective-intelligence-feb-mar-2022.md","urlPath":"programs/sympoiesis/4-collective-intelligence-feb-mar-2022"},{"_id":"261f981fb3708c99b56dc78ff511ec794ded9d7b","file_path":"content/ecosystem/profiles/landmark.md","extension":"md","url_path":"ecosystem/profiles/landmark","filetype":null,"metadata":{"id":"landmark","url":"https://www.landmarkworldwide.com","tagline":"","activity":0,"topic":0,"regions":"","locations":["Worldwide"],"started":1971,"ended":"","active":"Yes","people":["Werner","Burgu","Per","Pip"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://lh3.googleusercontent.com/proxy/goBzhSS3kHhlPKyEv07IlMnNjrXE4P1cG8o9O_joC7nT693A-BiNwikwenxirgkBxKl9bIG20GQj2WFVl6zpJCVf74irCuuQwIHW3nLgvTbQKS8YkCbMp0t4","cached":"","cached_new":""},"image":{"url":"https://lh3.googleusercontent.com/proxy/goBzhSS3kHhlPKyEv07IlMnNjrXE4P1cG8o9O_joC7nT693A-BiNwikwenxirgkBxKl9bIG20GQj2WFVl6zpJCVf74irCuuQwIHW3nLgvTbQKS8YkCbMp0t4","cached":"","cached_new":""},"title":"Landmark","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/landmark.md","urlPath":"ecosystem/profiles/landmark"},{"_id":"26712b79d269abe5d07c5c16f6f97b464f68f3e2","file_path":"content/contact.md","extension":"md","url_path":"contact","filetype":null,"metadata":{"title":"Contact","created":"2020-03-18T00:00:00.000Z"},"sourceDir":"content/contact.md","urlPath":"contact"},{"_id":"267840b703205802306ba0054882ea79b668060a","file_path":"content/blog/2020/08/18/berlin-hub-new-residents.md","extension":"md","url_path":"blog/2020/08/18/berlin-hub-new-residents","filetype":null,"metadata":{"title":"Berlin Hub is seeking new residents!","created":"2020-08-18T00:00:00.000Z","categories":["hubs"],"tags":["berlin-hub"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/08/18/berlin-hub-new-residents.md","urlPath":"blog/2020/08/18/berlin-hub-new-residents"},{"_id":"2699b976c6cd6e9b1de30cd6f72328e939f14f0a","file_path":"content/blog/2022/08/09/jeremy-lent-on-interconnection-shifting-worldviews.md","extension":"md","url_path":"blog/2022/08/09/jeremy-lent-on-interconnection-shifting-worldviews","filetype":null,"metadata":{"title":"Jeremy Lent on Interconnection & Shifting Worldviews","created":"2022-08-09T00:00:00.000Z","categories":["podcast"],"authors":["eilidhross"],"image":"/assets/images/maxresdefault.jpeg"},"sourceDir":"content/blog/2022/08/09/jeremy-lent-on-interconnection-shifting-worldviews.md","urlPath":"blog/2022/08/09/jeremy-lent-on-interconnection-shifting-worldviews"},{"_id":"26a37eae5669e0e3afbb1f87716c5b011b8a0094","file_path":"content/ecosystem/profiles/la-matrice.md","extension":"md","url_path":"ecosystem/profiles/la-matrice","filetype":null,"metadata":{"id":"la-matrice","url":"https://www.lamatrice.space/","tagline":"","activity":["network","education","spaces"],"topic":["community"],"regions":null,"locations":["Ottignies-Louvain-la-Neuve, Belgium"],"started":2022,"ended":"","active":"Y","people":[null],"notes_data_entry":"","facebook":"https://www.facebook.com/lamatricecampus","twitter":"https://twitter.com/MatriceCampus","instagram":"https://www.instagram.com/lamatricecampus/","linkedin":null,"youtube":null,"blog":null,"logo":{"url":"https://www.facebook.com/photo?fbid=131841049605695&set=a.131841052939028","cached_new":"/img/la-matrice.jpeg"},"image":{"url":"https://twitter.com/MatriceCampus/header_photo","cached_new":"/img/la-matrice-image.jpeg"},"title":"La Matrice","curation_status":"YY","social_change":{"inner":0.2,"cultural":0.4,"systems":0.4}},"sourceDir":"content/ecosystem/profiles/la-matrice.md","urlPath":"ecosystem/profiles/la-matrice"},{"_id":"271cb55ecad69d3dda741f4afb2068a834c44c83","file_path":"content/blog/2021/12/20/new-faces-at-the-berlin-hub.md","extension":"md","url_path":"blog/2021/12/20/new-faces-at-the-berlin-hub","filetype":null,"metadata":{"title":"New faces at the Berlin Hub","created":"2021-12-20T00:00:00.000Z","categories":["hubs"],"tags":["berlin","berlin-hub"],"authors":["iljad20a2d59ebb"]},"sourceDir":"content/blog/2021/12/20/new-faces-at-the-berlin-hub.md","urlPath":"blog/2021/12/20/new-faces-at-the-berlin-hub"},{"_id":"2723012c43260759a64a9ae39b7bf63ae163bd12","file_path":"content/ecosystem/topics/spirituality.md","extension":"md","url_path":"ecosystem/topics/spirituality","filetype":null,"metadata":{"id":"spirituality","image":"https://images.unsplash.com/photo-1530368333607-c100785945b5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYyOTMwMzUzMQ&ixlib=rb-1.2.1&q=80&w=1080","emoji":"🧘","title":"Spirituality & Religion","super_topic":"Wellbeing, Spiritual & Growth"},"sourceDir":"content/ecosystem/topics/spirituality.md","urlPath":"ecosystem/topics/spirituality"},{"_id":"2739dc7e2361680d1dece7405451c2a548b24cc1","file_path":"content/blog/2023/07/05/research-forum-4-marc-santolini-liam-kavanagh.md","extension":"md","url_path":"blog/2023/07/05/research-forum-4-marc-santolini-liam-kavanagh","filetype":null,"metadata":{"title":"Research forum with Marc Santolini and Liam Kavanagh: Contemplative Citizen Science","created":"2023-07-05T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["community-call"],"image":"/assets/images/research-forum-marc-santolini-liam-kavanagh-collaborative-citizen-science.jpg"},"sourceDir":"content/blog/2023/07/05/research-forum-4-marc-santolini-liam-kavanagh.md","urlPath":"blog/2023/07/05/research-forum-4-marc-santolini-liam-kavanagh"},{"_id":"27452f291ecb808a793da10537476b6562107147","file_path":"content/tao/getting-stuff-done.md","extension":"md","url_path":"tao/getting-stuff-done","filetype":null,"metadata":{},"sourceDir":"content/tao/getting-stuff-done.md","urlPath":"tao/getting-stuff-done"},{"_id":"27fb2827a3593ac1e40039d77352444142be688b","file_path":"content/blog/2020/07/17/how-might-schools-prepare-for-21st-century.md","extension":"md","url_path":"blog/2020/07/17/how-might-schools-prepare-for-21st-century","filetype":null,"metadata":{"title":"How might schools prepare for 21st Century?","created":"2020-07-17T00:00:00.000Z","categories":["life-itself"],"tags":["schools"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/07/17/how-might-schools-prepare-for-21st-century.md","urlPath":"blog/2020/07/17/how-might-schools-prepare-for-21st-century"},{"_id":"293f917b1d177fa04bbc87905596f0e22f9c64bc","file_path":"content/blog/2022/04/22/mapping-metamodern-psychotherapy.md","extension":"md","url_path":"blog/2022/04/22/mapping-metamodern-psychotherapy","filetype":null,"metadata":{"title":"Mapping Metamodern: Psychotherapy","created":"2022-04-22T00:00:00.000Z","categories":["ecosystem-mapping","institute"],"authors":["eilidhross"]},"sourceDir":"content/blog/2022/04/22/mapping-metamodern-psychotherapy.md","urlPath":"blog/2022/04/22/mapping-metamodern-psychotherapy"},{"_id":"294878eb67dbbd94a02560c5cbeb5b15edd81d31","file_path":"content/people/nathen-fitchen.md","extension":"md","url_path":"people/nathen-fitchen","filetype":null,"metadata":{"id":"nathen-fitchen","name":"Nathen Fitchen","avatar":"/assets/images/Untitled-design.png"},"sourceDir":"content/people/nathen-fitchen.md","urlPath":"people/nathen-fitchen"},{"_id":"299b7d3661c6697de2346256cf28006a27497459","file_path":"content/ecosystem/profiles/mind-and-life.md","extension":"md","url_path":"ecosystem/profiles/mind-and-life","filetype":null,"metadata":{"id":"mind-and-life","url":"https://www.mindandlife.org/","tagline":"","activity":["research","events"],"topic":["spirituality","development"],"regions":"US","locations":["Virginia, US"],"started":1987,"ended":"","active":"Y","people":["Susan Bauer-Wu"],"notes_data_entry":"","facebook":"https://www.facebook.com/mindandlife?utm_source=FB&utm_medium=organic&utm_campaign=Footer","twitter":"https://twitter.com/mindandlife?utm_source=TW&utm_medium=organic&utm_campaign=Footer","instagram":"https://www.instagram.com/mindandlifeinstitute/?utm_source=IG&utm_medium=organic&utm_campaign=Footer","linkedin":"not-found","youtube":"https://www.youtube.com/user/mindandlifeinstitute","blog":"","logo":{"url":"https://pbs.twimg.com/profile_images/683963786009669632/ouPiSmOs_400x400.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633427906/Ecosystem%20Mapping/ouPiSmOs_400x400_bmkf46.png","cached_new":"/img/ouPiSmOs_400x400_bmkf46.png"},"image":{"url":"https://3eflcosga2p27vjw240zkfmu-wpengine.netdna-ssl.com/wp-content/uploads/2021/10/2019-SRI-Slideshow-003.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644929186/Ecosystem%20Mapping/mind_and_life_povd8a.jpg","cached_new":"/img/mind_and_life_povd8a.jpg"},"title":"Mind and Life","curation_status":"YY","social_change":{"inner":0.5,"cultural":0.5,"systems":0}},"sourceDir":"content/ecosystem/profiles/mind-and-life.md","urlPath":"ecosystem/profiles/mind-and-life"},{"_id":"2a115c788b82e47216fb22cc73e414928e1a01db","file_path":"content/ecosystem/vis.md","extension":"md","url_path":"ecosystem/vis","filetype":null,"metadata":{"data":["profiles","topics"]},"sourceDir":"content/ecosystem/vis.md","urlPath":"ecosystem/vis"},{"_id":"2a8ff16ae426ea500e4eb59b7007c2b4995d3be8","file_path":"content/notes/non-attachment-to-views.md","extension":"md","url_path":"notes/non-attachment-to-views","filetype":null,"metadata":{"authors":["rufuspollock"],"posted":"https://lifeitself.org/2016/10/20/open-mindedness-and-non-attachment-to-views/"},"sourceDir":"content/notes/non-attachment-to-views.md","urlPath":"notes/non-attachment-to-views"},{"_id":"2c45e2191857ac70877f27cec1bb0b911da819e0","file_path":"content/blog/2021/07/02/richard-d-bartlett.md","extension":"md","url_path":"blog/2021/07/02/richard-d-bartlett","filetype":null,"metadata":{"title":"Richard D. Bartlett","created":"2021-07-02T00:00:00.000Z","categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-16.jpg"},"sourceDir":"content/blog/2021/07/02/richard-d-bartlett.md","urlPath":"blog/2021/07/02/richard-d-bartlett"},{"_id":"2c75d7a6a6a5932a183cf47499bdcc536d197887","file_path":"content/blog/2020/12/21/pragmatic-utopianism.md","extension":"md","url_path":"blog/2020/12/21/pragmatic-utopianism","filetype":null,"metadata":{"title":"Pragmatic Utopianism","created":"2020-12-21T00:00:00.000Z","categories":["institute","our-philosophy"],"tags":["philosophy","pragmatic-utopianism"],"authors":["rufuspollock","theo-cox"],"image":"/assets/images/Blog-Feature-Images-9.jpg"},"sourceDir":"content/blog/2020/12/21/pragmatic-utopianism.md","urlPath":"blog/2020/12/21/pragmatic-utopianism"},{"_id":"2c9ac0aa2776dca5090690ceea9b05bc0e6b0584","file_path":"content/notes/strategy-macro-to-micro-2023.md","extension":"md","url_path":"notes/strategy-macro-to-micro-2023","filetype":null,"metadata":{"created":"2023-02-01T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/notes/strategy-macro-to-micro-2023.md","urlPath":"notes/strategy-macro-to-micro-2023"},{"_id":"2cce07736dfb5fcca86845d7d328c890bbb56eb2","file_path":"content/initiatives/wisdom-colloquia.md","extension":"md","url_path":"initiatives/wisdom-colloquia","filetype":null,"metadata":{"title":"Wisdom Colloquia","description":"","image":"","homepage":"","start":2020,"end":2021,"team":["rufuspollock"],"size":"m","status":"completed","created":"2023-03-21T00:00:00.000Z"},"sourceDir":"content/initiatives/wisdom-colloquia.md","urlPath":"initiatives/wisdom-colloquia"},{"_id":"2cd850eac5d3f0cb5ea3c3858337a86998a6df9f","file_path":"content/people/sophie84d503f875.md","extension":"md","url_path":"people/sophie84d503f875","filetype":null,"metadata":{"id":"sophie84d503f875","name":"Sophie Kirkham"},"sourceDir":"content/people/sophie84d503f875.md","urlPath":"people/sophie84d503f875"},{"_id":"2ce5f2550cc36618d2eea0c59cafd3b4048a73de","file_path":"content/ecosystem/profiles/the-alternative-uk.md","extension":"md","url_path":"ecosystem/profiles/the-alternative-uk","filetype":null,"metadata":{"id":"the-alternative-uk","url":"https://www.thealternative.org.uk/","tagline":"","activity":["media","network"],"topic":["politics","governance"],"regions":"UK","locations":["London, GB"],"started":2017,"ended":"","active":"Y","people":["Indra Adnan "],"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/alteruk21","instagram":"https://www.instagram.com/the.alternative.uk/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCWQbcQdBUmBvsP7i2NqC_RA","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/951153658909118464/pRTZkuDO_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633510429/Ecosystem%20Mapping/pRTZkuDO_400x400_gr3vui.jpg","cached_new":"/img/pRTZkuDO_400x400_gr3vui.jpg"},"image":{"url":"https://www.instagram.com/p/CRo1X18oQ_R/","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644933219/Ecosystem%20Mapping/IMG_3849_mhtzn3.jpg","cached_new":"/img/IMG_3849_mhtzn3.jpg"},"title":"The Alternative UK","curation_status":"YY","social_change":{"inner":0.1,"cultural":0.5,"systems":0.4}},"sourceDir":"content/ecosystem/profiles/the-alternative-uk.md","urlPath":"ecosystem/profiles/the-alternative-uk"},{"_id":"2ceee27e1ee91e59f55924563593e53854a475d2","file_path":"content/notes/world-systems-theory.md","extension":"md","url_path":"notes/world-systems-theory","filetype":null,"metadata":{},"sourceDir":"content/notes/world-systems-theory.md","urlPath":"notes/world-systems-theory"},{"_id":"2db5d4f79e1a8024da6e7468e74d44e4933fa267","file_path":"content/blog/2022/09/29/update-from-the-bergerac-hub-embodying-collective-transformation.md","extension":"md","url_path":"blog/2022/09/29/update-from-the-bergerac-hub-embodying-collective-transformation","filetype":null,"metadata":{"title":"Update from the Bergerac Hub: Embodying Collective Transformation","created":"2022-09-29T00:00:00.000Z","categories":["residency"],"authors":["catherine-tran"],"image":"/assets/images/Blog-Feature-Images-31.jpg"},"sourceDir":"content/blog/2022/09/29/update-from-the-bergerac-hub-embodying-collective-transformation.md","urlPath":"blog/2022/09/29/update-from-the-bergerac-hub-embodying-collective-transformation"},{"_id":"2df1078a50e19267f09e854b3eda33eab920eee8","file_path":"content/blog/2020/11/16/the-wisdom-hidden-in-your-to-do-list.md","extension":"md","url_path":"blog/2020/11/16/the-wisdom-hidden-in-your-to-do-list","filetype":null,"metadata":{"title":"Wisdom, hidden in your to-do list","created":"2020-11-16T00:00:00.000Z","categories":["institute"],"tags":["to-do","wisdom"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/11/16/the-wisdom-hidden-in-your-to-do-list.md","urlPath":"blog/2020/11/16/the-wisdom-hidden-in-your-to-do-list"},{"_id":"2e9daa0a8732afd998285a745862292edd45632f","file_path":"content/ecosystem/profiles/fathom-trust.md","extension":"md","url_path":"ecosystem/profiles/fathom-trust","filetype":null,"metadata":{"id":"fathom-trust","url":"https://fathomtrust.com/","tagline":"Making Well","activity":["spaces"],"topic":["wellbeing","community"],"regions":"","locations":["GB"],"started":"","ended":"","active":"","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/185672834_100432912236962_3269700171973514384_n.png?_nc_cat=107&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=hQ3PDMenwCAAX9DjxtP&_nc_ht=scontent-lcy1-1.xx&oh=00_AT_KRRMYbGAdx_1Rxxdqy6V8AxAla7AzEoUJJwDOKD3iig&oe=6245E357","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646394145/Ecosystem%20Mapping/185672834_100432912236962_3269700171973514384_n.png_rsrdwc.png","cached_new":"/img/185672834_100432912236962_3269700171973514384_n.png_rsrdwc.png"},"image":{"url":"https://fathomtrust.com/wp-content/uploads/2021/05/DSC01065-400x600.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645023330/Ecosystem%20Mapping/fathom_gpfoq6.jpg","cached_new":"/img/fathom_gpfoq6.jpg"},"title":"Fathom Trust","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/fathom-trust.md","urlPath":"ecosystem/profiles/fathom-trust"},{"_id":"2fca94b9b385c6246ef2a94fedc69dd373ca29e1","file_path":"content/notes/memes.md","extension":"md","url_path":"notes/memes","filetype":null,"metadata":{"authors":["stiivi"],"date":"2016-10-13T00:00:00.000Z"},"sourceDir":"content/notes/memes.md","urlPath":"notes/memes"},{"_id":"300f31f5cc227fbafceb6c62f63315b25d640da3","file_path":"content/jobs.md","extension":"md","url_path":"jobs","filetype":null,"metadata":{"title":"Jobs","created":"2020-09-22T00:00:00.000Z","authors":["sophie84d503f875"],"image":"/assets/images/institute_stef_ruf_resized.jpg"},"sourceDir":"content/jobs.md","urlPath":"jobs"},{"_id":"301232884636875214993d883a9241f2b661612e","file_path":"content/blog/2019/02/04/darwins-cathedral-david-sloan-wilson.md","extension":"md","url_path":"blog/2019/02/04/darwins-cathedral-david-sloan-wilson","filetype":null,"metadata":{"title":"Notes on David Sloan Wilson's Darwin's Cathedral","created":"2019-02-04T00:00:00.000Z","categories":["book-notes","culturology"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-16.png"},"sourceDir":"content/blog/2019/02/04/darwins-cathedral-david-sloan-wilson.md","urlPath":"blog/2019/02/04/darwins-cathedral-david-sloan-wilson"},{"_id":"30340ccf46f5978fcb464561ace50e9c904c7770","file_path":"content/blog/2017/09/18/techno-solutionism.md","extension":"md","url_path":"blog/2017/09/18/techno-solutionism","filetype":null,"metadata":{"title":"Techno-solutionism: tech alone can solve our wicked problems","created":"2017-09-18T00:00:00.000Z","categories":["institute","techno-solutionism"],"tags":["philosophy","techno-solutionism"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2017/09/18/techno-solutionism.md","urlPath":"blog/2017/09/18/techno-solutionism"},{"_id":"307f3bfb2f16bee21d4c73c1a5b8a21f2e68da99","file_path":"content/sustainable-wellbeing.md","extension":"md","url_path":"sustainable-wellbeing","filetype":null,"metadata":{"title":"Sustainable Wellbeing & Its Politics","created":"2021-12-17T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/sustainable-wellbeing.md","urlPath":"sustainable-wellbeing"},{"_id":"310573714a762d1ca9d4b58b4cc07642622beaf2","file_path":"content/blog/2021/07/14/what-is-conscious-coliving.md","extension":"md","url_path":"blog/2021/07/14/what-is-conscious-coliving","filetype":null,"metadata":{"title":"What is Conscious Coliving?","created":"2021-07-14T00:00:00.000Z","categories":["conscious-coliving","hubs"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-19.jpg"},"sourceDir":"content/blog/2021/07/14/what-is-conscious-coliving.md","urlPath":"blog/2021/07/14/what-is-conscious-coliving"},{"_id":"314548529efc96704b979cb02b0f3d705af13ab2","file_path":"content/blog/2020/10/17/cycle-of-completion-and-creation-funeral-for-the-past-is-key-to-creating-new-future.md","extension":"md","url_path":"blog/2020/10/17/cycle-of-completion-and-creation-funeral-for-the-past-is-key-to-creating-new-future","filetype":null,"metadata":{"title":"The Cycle of Completion and Creation Or, a funeral for the past is key to creating a new future","created":"2020-10-17T00:00:00.000Z","categories":["cultural-activism","ontological-politics","our-philosophy","requiem-for-a-passing-age"],"authors":["sylvieshiweibarbier"],"image":"/assets/images/tombstone-modernity-02-scaled.jpg"},"sourceDir":"content/blog/2020/10/17/cycle-of-completion-and-creation-funeral-for-the-past-is-key-to-creating-new-future.md","urlPath":"blog/2020/10/17/cycle-of-completion-and-creation-funeral-for-the-past-is-key-to-creating-new-future"},{"_id":"31a7f2602161f21d36d93e0d42785d23083891d6","file_path":"content/excalidraw/praxis-aetre-relationship-money-flows-with-committee-2022-04-27.excalidraw.md","extension":"md","url_path":"excalidraw/praxis-aetre-relationship-money-flows-with-committee-2022-04-27.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed","tags":["excalidraw"]},"sourceDir":"content/excalidraw/praxis-aetre-relationship-money-flows-with-committee-2022-04-27.excalidraw.md","urlPath":"excalidraw/praxis-aetre-relationship-money-flows-with-committee-2022-04-27.excalidraw"},{"_id":"31b17eb7162d8e830fbe82aabfd7b19d6ecdc3b4","file_path":"content/ecosystem/profiles/findhorn-foundation.md","extension":"md","url_path":"ecosystem/profiles/findhorn-foundation","filetype":null,"metadata":{"id":"findhorn-foundation","url":"https://www.findhorn.org/","tagline":"","activity":["spaces","events"],"topic":["community","spirituality"],"regions":"Scotland","locations":["Forres, GB"],"started":1962,"ended":"","active":"Y","people":["Kathy Tyler","Rachel K Olson"],"notes_data_entry":"","facebook":"https://www.facebook.com/findhornfoundation","twitter":"https://twitter.com/FindhornFound","instagram":"https://www.instagram.com/findhornfoundation/","linkedin":"not-found","youtube":"https://www.youtube.com/user/FindhornFoundation","blog":"not-found","logo":{"url":"https://www.findhorn.org/wp-content/uploads/2018/09/FF-LOGO.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633426825/Ecosystem%20Mapping/FF-LOGO_likqwk.png","cached_new":"/img/FF-LOGO_likqwk.png"},"image":{"url":"https://www.findhorn.org/","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644912620/Ecosystem%20Mapping/FindhornFoundation-nature-sanctuary-meditation-quiet-garden-4-1_f3g7k2.webp","cached_new":"/img/FindhornFoundation-nature-sanctuary-meditation-quiet-garden-4-1_f3g7k2.webp"},"title":"Findhorn Foundation","curation_status":"YY","social_change":{"inner":0.8,"cultural":0.2,"systems":0}},"sourceDir":"content/ecosystem/profiles/findhorn-foundation.md","urlPath":"ecosystem/profiles/findhorn-foundation"},{"_id":"31e7444ed8f6a627ecd9962085eb5e626b089fb1","file_path":"content/programs/2023/elder-gathering.md","extension":"md","url_path":"programs/2023/elder-gathering","filetype":null,"metadata":{"title":"Elder Gathering, August 2023","description":"This August, join us at the Praxis Hub in Bergerac, France, for an event blending learning, practice, and community. Our schedule begins with the Respond Practitioner Retreat, progresses into a gathering with renowned figures such as Nora Bateson and John Vervaeke, and concludes with two weeks of deepening retreat. Don't miss this opportunity to immerse yourself in wisdom and connectivity!","image":"/assets/images/august-2023-residency-bergerac.jpg","start":"2023-08-07","end":"2023-09-03","facilitators":["Nathan Vanderpool"],"location":"The Life Itself Praxis Hub, Bergerac, France","cost":"$2,000.00","apply-button":"https://rspnd.network/retreat-applications/","created":"2023-06-05T00:00:00.000Z"},"sourceDir":"content/programs/2023/elder-gathering.md","urlPath":"programs/2023/elder-gathering"},{"_id":"323521464aced6851e9932802c4523d32191d362","file_path":"content/blog/2020/04/01/online-salon-community-resilience-with-rory-egan-curtin-sunday-5th-april-3pm-cet.md","extension":"md","url_path":"blog/2020/04/01/online-salon-community-resilience-with-rory-egan-curtin-sunday-5th-april-3pm-cet","filetype":null,"metadata":{"title":"Cancelled: Sunday Salon 28th June 'Community resilience'","created":"2020-04-01T00:00:00.000Z","categories":["programs","salons"],"tags":["cancelled"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/04/01/online-salon-community-resilience-with-rory-egan-curtin-sunday-5th-april-3pm-cet.md","urlPath":"blog/2020/04/01/online-salon-community-resilience-with-rory-egan-curtin-sunday-5th-april-3pm-cet"},{"_id":"324533003d4f6c57e3e340d21627bc4fa85503c1","file_path":"content/notes/journal/2022-03-03.md","extension":"md","url_path":"notes/journal/2022-03-03","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-03-03.md","urlPath":"notes/journal/2022-03-03"},{"_id":"325aca475038e4cb3ff4fb38f73de9131e4c982a","file_path":"content/ecosystem/profiles/essentia-foundation.md","extension":"md","url_path":"ecosystem/profiles/essentia-foundation","filetype":null,"metadata":{"id":"essentia-foundation","url":"https://www.essentiafoundation.org/","tagline":"","activity":["media","events"],"topic":["spirituality"],"regions":"","started":"","ended":"","active":"","people":["Fred Matser","Evert Greup","Jan van der Greef","Bernardo Kastrup"],"notes_data_entry":"","facebook":"https://www.facebook.com/EssentiaFoundation/","twitter":"https://twitter.com/EssentiaFounda1","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCHKZdDf09_8vVHm102fu0sgg","blog":"not-found","logo":{"url":"https://www.essentiafoundation.org/wp-content/uploads/logo-black-e1609768271849.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638459638/Ecosystem%20Mapping/essentia_foundation_vqpluy.png","cached_new":"/img/essentia_foundation_vqpluy.png"},"image":{"url":"https://www.essentiafoundation.org/wp-content/uploads/GSFC_20171208_Archive_e000273_orig.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645012830/Ecosystem%20Mapping/essentia_nygtmu.jpg","cached_new":"/img/essentia_nygtmu.jpg"},"title":"Essentia Foundation","curation_status":"Y","social_change":{"inner":0,"cultural":1,"systems":0}},"sourceDir":"content/ecosystem/profiles/essentia-foundation.md","urlPath":"ecosystem/profiles/essentia-foundation"},{"_id":"32c72a7fe51a56eb21d52dcb048e5d5ba20e4a65","file_path":"content/ecosystem/profiles/the-psychedelic-society.md","extension":"md","url_path":"ecosystem/profiles/the-psychedelic-society","filetype":null,"metadata":{"id":"the-psychedelic-society","url":"https://psychedelicsociety.org.uk/","tagline":"","activity":["events","education"],"topic":["development","spirituality"],"regions":"","locations":["UK"],"started":"","ended":"","active":"Yes","people":["Stephen Reid? "],"notes_data_entry":"","facebook":"https://www.facebook.com/PsychedelicsUK/","twitter":"https://twitter.com/psychedelicsuk","instagram":"https://www.instagram.com/psychedelicsuk/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCG-yNa-96ybpptALpj4zMUw","blog":"not-found","logo":{"url":"https://images.squarespace-cdn.com/content/v1/5e2f0ae503b587720e341f5b/1591632113636-YXD1IT9U0P87S9WCSVXG/Logo-Colour.png?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636974035/Ecosystem%20Mapping/The_Psychadelic_society_irojmr.png","cached_new":"/img/The_Psychadelic_society_irojmr.png"},"image":{"url":"https://images.squarespace-cdn.com/content/v1/5e2f0ae503b587720e341f5b/1639854543602-BGFVFJ1TQG2LWSL76ZGV/1_mrUsf_8tnkXc47F-Y_QcWQ.jpeg?format=1000w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645008430/Ecosystem%20Mapping/PS_yk0vcm.jpg","cached_new":"/img/PS_yk0vcm.jpg"},"title":"The Psychedelic Society","curation_status":"YY","social_change":{"inner":0.7,"cultural":0.4,"systems":-0.1}},"sourceDir":"content/ecosystem/profiles/the-psychedelic-society.md","urlPath":"ecosystem/profiles/the-psychedelic-society"},{"_id":"32d0cfc684c36907138f2b91f6a3ed4e53c12323","file_path":"content/blog/2020/03/18/voir.md","extension":"md","url_path":"blog/2020/03/18/voir","filetype":null,"metadata":{"title":"Voir","created":"2020-03-18T00:00:00.000Z","categories":["culturology"],"tags":["photography","sylvie-barbier","voir"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/03/18/voir.md","urlPath":"blog/2020/03/18/voir"},{"_id":"3355f05639cea7a1a5b20d81bb1fc8975c652d49","file_path":"content/blog/2020/03/03/outgoing-london-hub-member-alex-kennedy-reflects-on-his-six-months-in-the-hub.md","extension":"md","url_path":"blog/2020/03/03/outgoing-london-hub-member-alex-kennedy-reflects-on-his-six-months-in-the-hub","filetype":null,"metadata":{"title":"Outgoing London hub member Alex Kennedy reflects on his six months in the Hub","created":"2020-03-03T00:00:00.000Z","categories":["hubs"],"tags":["london-hub"],"authors":["artearthtech"]},"sourceDir":"content/blog/2020/03/03/outgoing-london-hub-member-alex-kennedy-reflects-on-his-six-months-in-the-hub.md","urlPath":"blog/2020/03/03/outgoing-london-hub-member-alex-kennedy-reflects-on-his-six-months-in-the-hub"},{"_id":"33ee79654af553c711f075931137cf879db4eb55","file_path":"content/blog/2021/06/15/joe-lightfoot.md","extension":"md","url_path":"blog/2021/06/15/joe-lightfoot","filetype":null,"metadata":{"title":"Joe Lightfoot - A Conversation","created":"2021-06-15T00:00:00.000Z","categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-13.jpg"},"sourceDir":"content/blog/2021/06/15/joe-lightfoot.md","urlPath":"blog/2021/06/15/joe-lightfoot"},{"_id":"3402209ffa69a9ec9cc71cf4fc559941cffd514a","file_path":"content/blog/2019/11/18/blind-spot-2-individualism.md","extension":"md","url_path":"blog/2019/11/18/blind-spot-2-individualism","filetype":null,"metadata":{"title":"Individualism: Collective Blind Spot #2","created":"2019-11-18T00:00:00.000Z","categories":["institute","our-philosophy"],"tags":["blindspot","individualism"],"authors":["liamaet"],"image":"/assets/images/Blog-Feature-Images-26.png"},"sourceDir":"content/blog/2019/11/18/blind-spot-2-individualism.md","urlPath":"blog/2019/11/18/blind-spot-2-individualism"},{"_id":"34244c8c6a4f97e67fbd0d346231ba32d4b234db","file_path":"content/programs/sympoiesis/sympoiesis-2-contemplative-activism.md","extension":"md","url_path":"programs/sympoiesis/sympoiesis-2-contemplative-activism","filetype":null,"metadata":{"title":"Sympoiesis #2: Contemplative activism - writing Residency","created":"2021-09-07T00:00:00.000Z","authors":["valerie"]},"sourceDir":"content/programs/sympoiesis/sympoiesis-2-contemplative-activism.md","urlPath":"programs/sympoiesis/sympoiesis-2-contemplative-activism"},{"_id":"34348da8c0cbafb7bd5ce738b602708c9ad79fd2","file_path":"content/ecosystem/profiles/integral-life.md","extension":"md","url_path":"ecosystem/profiles/integral-life","filetype":null,"metadata":{"id":"integral-life","url":"https://integrallife.com","tagline":"","activity":["media","network"],"topic":["development","spirituality"],"regions":"Worldwide","started":2006,"ended":"","active":"Y","people":["Ken Wilber"],"notes_data_entry":"no location - just an online global community","facebook":"https://www.facebook.com/Integral-Life-51300016841/","twitter":"https://twitter.com/integrallife","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/user/IntegralNaked","blog":"not-found","logo":{"url":"https://integrallife.com/wp-content/uploads/2016/07/IntegralLife_logo-500px-Trans-middle.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973104/Ecosystem%20Mapping/Integral_Life_svdv9v.png","cached_new":"/img/Integral_Life_svdv9v.png"},"image":{"url":"https://cdn-bfiho.nitrocdn.com/zzpmBMsOKhwaececAhGHncOFbbwatBIq/assets/static/optimized/rev-a33133f/wp-content/uploads/2022/02/Ancestry-Practice-notitle-2-1024x576.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645014374/Ecosystem%20Mapping/integral_life_wwlrcg.jpg","cached_new":"/img/integral_life_wwlrcg.jpg"},"title":"Integral Life","curation_status":"Y","social_change":{"inner":0.7,"cultural":0.3,"systems":0}},"sourceDir":"content/ecosystem/profiles/integral-life.md","urlPath":"ecosystem/profiles/integral-life"},{"_id":"347230eac9d380cdfb870dd6b89702a61c97811b","file_path":"content/notes/William Irwin Thompson.md","extension":"md","url_path":"notes/William%20Irwin%20Thompson","filetype":null,"metadata":{},"sourceDir":"content/notes/William Irwin Thompson.md","urlPath":"notes/William%20Irwin%20Thompson"},{"_id":"34e2636fe67695b1b6562d465415e6ac3aee38a1","file_path":"content/ecosystem/topics/ecology.md","extension":"md","url_path":"ecosystem/topics/ecology","filetype":null,"metadata":{"id":"ecology","image":"","emoji":"🌍","title":"Ecology & Environment","super_topic":"AET"},"sourceDir":"content/ecosystem/topics/ecology.md","urlPath":"ecosystem/topics/ecology"},{"_id":"34eecb69c51f11fca3e5d87a1624e089c2b5093c","file_path":"content/blog/2022/10/27/feeling-hungry.md","extension":"md","url_path":"blog/2022/10/27/feeling-hungry","filetype":null,"metadata":{"title":"Tenzo Note #1: Feeling Hungry","created":"2022-10-27T00:00:00.000Z","categories":["community","conscious-food"],"authors":["valerie"],"image":"/assets/images/Blog-Feature-Images-30.jpg"},"sourceDir":"content/blog/2022/10/27/feeling-hungry.md","urlPath":"blog/2022/10/27/feeling-hungry"},{"_id":"35265c398eab4638e1e5dd04998c885c9c3ef49c","file_path":"content/blog/2020/10/06/preface-to-an-ontological-politics.md","extension":"md","url_path":"blog/2020/10/06/preface-to-an-ontological-politics","filetype":null,"metadata":{"title":"Ontological Politics - A Preface","created":"2020-10-06T00:00:00.000Z","categories":["institute","ontology"],"tags":["ontology","politics"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/10/06/preface-to-an-ontological-politics.md","urlPath":"blog/2020/10/06/preface-to-an-ontological-politics"},{"_id":"363181b30685c3ba4f2f0a24a527f3b0aede2d4e","file_path":"content/notes/public-goods-problem-and-web3-refi.md","extension":"md","url_path":"notes/public-goods-problem-and-web3-refi","filetype":null,"metadata":{"created":"2022-09-10T00:00:00.000Z"},"sourceDir":"content/notes/public-goods-problem-and-web3-refi.md","urlPath":"notes/public-goods-problem-and-web3-refi"},{"_id":"36d84a0a268eef5fdc9a51178085de05f2a63e31","file_path":"content/ecosystem/profiles/alter-ego.md","extension":"md","url_path":"ecosystem/profiles/alter-ego","filetype":null,"metadata":{"id":"alter-ego","url":"https://alterego.network/","tagline":"","activity":["events","network"],"topic":["development","community"],"regions":"UK","locations":["London, GB"],"started":2016,"ended":"","active":"?","people":["Ronan Harrington "],"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-cdt1-1.xx.fbcdn.net/v/t1.18169-9/29694443_163253617723118_6014373808351466630_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=7hGynqDtAqIAX9-ef2K&_nc_ht=scontent-cdt1-1.xx&oh=281ce9177e2a20b81888364b5658af60&oe=61B1ACEB","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636559410/Ecosystem%20Mapping/29694443_163253617723118_6014373808351466630_n_vdukjr.jpg","cached_new":"/img/29694443_163253617723118_6014373808351466630_n_vdukjr.jpg"},"image":{"url":"http://alterego.network/","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645011812/Ecosystem%20Mapping/alter_ego_vvvhln.png","cached_new":"/img/alter_ego_vvvhln.png"},"title":"Alter Ego","curation_status":"Y","social_change":{"inner":0.7,"cultural":0.3,"systems":0}},"sourceDir":"content/ecosystem/profiles/alter-ego.md","urlPath":"ecosystem/profiles/alter-ego"},{"_id":"37935f4b57ea6c956dc9f7b1319ac7740624453b","file_path":"content/blog/2022/09/02/what-will-the-future-be-made-of-nothing.md","extension":"md","url_path":"blog/2022/09/02/what-will-the-future-be-made-of-nothing","filetype":null,"metadata":{"title":"After the Art & Eco-spirituality event: What will the future be made of? \"Nothing\"","created":"2022-09-02T00:00:00.000Z","categories":["art","events"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2022/09/02/what-will-the-future-be-made-of-nothing.md","urlPath":"blog/2022/09/02/what-will-the-future-be-made-of-nothing"},{"_id":"379816d242ad135696025279d45bd73bad3116fe","file_path":"content/blog/2022/06/15/collective-practice-and-the-life-itself-open-residency.md","extension":"md","url_path":"blog/2022/06/15/collective-practice-and-the-life-itself-open-residency","filetype":null,"metadata":{"title":"Collective Practice and the Life Itself Open Residency","created":"2022-06-15T00:00:00.000Z","categories":["podcast","residency"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-17.png"},"sourceDir":"content/blog/2022/06/15/collective-practice-and-the-life-itself-open-residency.md","urlPath":"blog/2022/06/15/collective-practice-and-the-life-itself-open-residency"},{"_id":"37da6f8ab59b25caeb16a3b2b4ab7110fd82fdca","file_path":"content/blog/2019/12/13/contemplative-activism-primer-the-pre-gathering-read.md","extension":"md","url_path":"blog/2019/12/13/contemplative-activism-primer-the-pre-gathering-read","filetype":null,"metadata":{"title":"Contemplative Activism Primer: the pre-gathering read","created":"2019-12-13T00:00:00.000Z","categories":["contemplative-activism"],"tags":["contemplative-activism"],"authors":["artearthtech"]},"sourceDir":"content/blog/2019/12/13/contemplative-activism-primer-the-pre-gathering-read.md","urlPath":"blog/2019/12/13/contemplative-activism-primer-the-pre-gathering-read"},{"_id":"3853c4c15815870688b072de6ece9f7878eadf25","file_path":"content/ecosystem/profiles/context-institute.md","extension":"md","url_path":"ecosystem/profiles/context-institute","filetype":null,"metadata":{"id":"context-institute","url":"https://www.context.org","tagline":"Context Institute is an independent non-profit (501(c)(3)) organization, founded in 1979 by Robert and Diane Gilman, devoted to helping all of us create the best possible 21st century we can — for each of us, for our communities, and for all of life. We are one of a handful of organizations that have focused on sustainability as a central theme for more than 35 years, and we are internationally recognized as an authority in this area.","activity":["business","network"],"topic":["community","tech"],"regions":"US","locations":["Washingon State, US"],"started":1979,"ended":"","active":"Y","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.context.org/wp-content/themes/hybrid-ci/images/cilogoL.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393728/Ecosystem%20Mapping/context%20institute%20logo.svg","cached_new":"/img/context%20institute%20logo.svg"},"image":{"url":"https://www.context.org/wp-content/themes/hybrid-ci/images/cilogoL.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393728/Ecosystem%20Mapping/context%20institute%20logo.svg","cached_new":"/img/context%20institute%20logo.svg"},"title":"The Context Institute","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/context-institute.md","urlPath":"ecosystem/profiles/context-institute"},{"_id":"3876dc5b989737a507d0fe8b180a627f90626ebc","file_path":"content/blog/2020/11/18/what-does-hope-look-like-in-2020.md","extension":"md","url_path":"blog/2020/11/18/what-does-hope-look-like-in-2020","filetype":null,"metadata":{"title":"Hope in 2020","created":"2020-11-18T00:00:00.000Z","categories":["our-philosophy"],"tags":[2020,"hope","wisdom"],"authors":["nareshgg7"]},"sourceDir":"content/blog/2020/11/18/what-does-hope-look-like-in-2020.md","urlPath":"blog/2020/11/18/what-does-hope-look-like-in-2020"},{"_id":"38a80d1245d204ec9939d3719eae9d3fa5f49611","file_path":"content/notes/area/research.md","extension":"md","url_path":"notes/area/research","filetype":null,"metadata":{"created":"2016-09-09T00:00:00.000Z"},"sourceDir":"content/notes/area/research.md","urlPath":"notes/area/research"},{"_id":"38fae81244a32645612f64649c370ba4c911b76d","file_path":"content/blog/2021/07/14/life-itself-newsletter-june.md","extension":"md","url_path":"blog/2021/07/14/life-itself-newsletter-june","filetype":null,"metadata":{"title":"Life Itself Newsletter - June","created":"2021-07-14T00:00:00.000Z","categories":["life-itself"],"tags":["newsletter"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2021/07/14/life-itself-newsletter-june.md","urlPath":"blog/2021/07/14/life-itself-newsletter-june"},{"_id":"3914c29c5af29244dc3bde80f66f37710e0db0fe","file_path":"content/podcast/Crypto--Traders-and-Unfettered-Financial-Markets-with-Stephen-Diehl.md","extension":"md","url_path":"podcast/Crypto--Traders-and-Unfettered-Financial-Markets-with-Stephen-Diehl","filetype":null,"metadata":{"title":"Crypto, Traders and Unfettered Financial Markets with Stephen Diehl","author":"Rufus Pollock","date":"2022-03-10T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/48829965/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F48829965%2F4ee9406b0a8517bf4b93b242cf51fcd1.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1646896513325-ca5beba398c3.jpg"},"sourceDir":"content/podcast/Crypto--Traders-and-Unfettered-Financial-Markets-with-Stephen-Diehl.md","urlPath":"podcast/Crypto--Traders-and-Unfettered-Financial-Markets-with-Stephen-Diehl"},{"_id":"397d8f6beb0f352ab3109655b9e2e378a8b12b20","file_path":"content/notes/primacy-of-being.md","extension":"md","url_path":"notes/primacy-of-being","filetype":null,"metadata":{},"sourceDir":"content/notes/primacy-of-being.md","urlPath":"notes/primacy-of-being"},{"_id":"39d901f9b9db9cd4a68f71d7829fddfbae4a3d3b","file_path":"content/blog/2020/05/20/wise-food.md","extension":"md","url_path":"blog/2020/05/20/wise-food","filetype":null,"metadata":{"title":"Wise Food","created":"2020-05-20T00:00:00.000Z","categories":["institute"],"tags":["food","wisdom"],"authors":["valerie"]},"sourceDir":"content/blog/2020/05/20/wise-food.md","urlPath":"blog/2020/05/20/wise-food"},{"_id":"3a0056a848c16751fe9144bc074cfb37f196abe6","file_path":"content/ecosystem/activitys/events.md","extension":"md","url_path":"ecosystem/activitys/events","filetype":null,"metadata":{"id":"events","image":"https://images.unsplash.com/photo-1477281765962-ef34e8bb0967?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1933&q=80","emoji":"","title":"Events & Retreats"},"sourceDir":"content/ecosystem/activitys/events.md","urlPath":"ecosystem/activitys/events"},{"_id":"3aaa58c3111fd1ef41215e733ce38b72f9baa7de","file_path":"content/ecosystem/activitys/business.md","extension":"md","url_path":"ecosystem/activitys/business","filetype":null,"metadata":{"id":"business","image":"https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixid=MnwxMjA3fDB8MHxzZWFyY2h8OXx8YnVzaW5lc3N8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=600&q=60","emoji":"","title":"Business & Consulting"},"sourceDir":"content/ecosystem/activitys/business.md","urlPath":"ecosystem/activitys/business"},{"_id":"3aac4fa076d7c4cf773a55a39d3d662a8410c0b4","file_path":"content/blog/2021/10/25/social-paradigm-shifts-a-pre-survey-of-the-literature.md","extension":"md","url_path":"blog/2021/10/25/social-paradigm-shifts-a-pre-survey-of-the-literature","filetype":null,"metadata":{"title":"Social Paradigm Shifts: A Pre-Survey of the Literature","created":"2021-10-25T00:00:00.000Z","categories":["culturology","institute","our-philosophy"],"tags":["institute"],"authors":["theo-cox"],"image":"/assets/images/Blog-Feature-Images-25.jpg"},"sourceDir":"content/blog/2021/10/25/social-paradigm-shifts-a-pre-survey-of-the-literature.md","urlPath":"blog/2021/10/25/social-paradigm-shifts-a-pre-survey-of-the-literature"},{"_id":"3b5ce9fd49cd6f71fff556054b795fff2c99e89e","file_path":"content/ecosystem/profiles/wellbeing-economy-alliance.md","extension":"md","url_path":"ecosystem/profiles/wellbeing-economy-alliance","filetype":null,"metadata":{"id":"wellbeing-economy-alliance","url":"https://weall.org/","tagline":"It's time for a wellbeing economy.","activity":["advocacy","network"],"topic":["governance","wellbeing"],"regions":"Global","locations":["London, England"],"started":2018,"ended":"","active":"Y","people":[null],"notes_data_entry":"","facebook":null,"twitter":"https://twitter.com/WEALL_Alliance","instagram":"https://www.instagram.com/weall_alliance","linkedin":"https://www.linkedin.com/company/weall","youtube":null,"blog":null,"logo":{"url":"https://weall.org/wp-content/uploads/2018/07/WEAll-logo-smaller.jpg","cached_new":"/img/WEAll_logo.jpeg"},"image":{"url":"https://pbs.twimg.com/profile_banners/958043434568134656/1580381974/1500x500","cached_new":"/img/weall_image.jpeg"},"title":"Wellbeing Economy Alliance","curation_status":"YY","social_change":{"inner":0,"cultural":0.3,"systems":0.7}},"sourceDir":"content/ecosystem/profiles/wellbeing-economy-alliance.md","urlPath":"ecosystem/profiles/wellbeing-economy-alliance"},{"_id":"3bbe62f2f01709d0e24fc5c34bd3a41c64cb6432","file_path":"content/ecosystem/profiles/society-2045.md","extension":"md","url_path":"ecosystem/profiles/society-2045","filetype":null,"metadata":{"id":"society-2045","url":"https://www.society2045.com/","tagline":"","activity":["network","events"],"topic":["work","development"],"regions":"Europe and the USA","locations":["Beligium, France, UK, USA"],"started":2020,"ended":"","active":"","people":0,"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/Society2045","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/1306368539700260864/XWGFEjjv_400x400.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638460018/Ecosystem%20Mapping/soc_2045_o84x9i.png","cached_new":"/img/soc_2045_o84x9i.png"},"image":{"url":"https://pbs.twimg.com/profile_images/1306368539700260864/XWGFEjjv_400x400.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638460018/Ecosystem%20Mapping/soc_2045_o84x9i.png","cached_new":"/img/soc_2045_o84x9i.png"},"title":"Society 2045","curation_status":"Y","social_change":{"inner":0.2,"cultural":0.2,"systems":0.6}},"sourceDir":"content/ecosystem/profiles/society-2045.md","urlPath":"ecosystem/profiles/society-2045"},{"_id":"3c3f7bd52629039f50a859f9ba7ef30eb60b4935","file_path":"content/initiatives/hub-bergerac.md","extension":"md","url_path":"initiatives/hub-bergerac","filetype":null,"metadata":{"title":"Hub - Bergerac","description":"The Bergerac Hub offers opportunities to explore what it really means to live more consciously together. The Hub is nestled near the River Dordogne and just a few minutes walk from Bergerac's beautiful town centre. A perfect location from which to enjoy both the glorious French countryside and the vibrant medieval town.","image":"/assets/images/bergerac-hub.jpeg","homepage":"/hubs/bergerac/","start":2020,"end":null,"team":["rufuspollock","valerie","liamaet","liu-bauer","marc-santolini"],"alumni":null,"size":"xl","status":"active","created":"2023-03-19T00:00:00.000Z"},"sourceDir":"content/initiatives/hub-bergerac.md","urlPath":"initiatives/hub-bergerac"},{"_id":"3c6c4efa21a8f0ac32de39ba97d0820ed16d500e","file_path":"content/blog/2022/09/15/vipassana-meditation-a-sensational-detachment.md","extension":"md","url_path":"blog/2022/09/15/vipassana-meditation-a-sensational-detachment","filetype":null,"metadata":{"title":"Vipassana Meditation: A Sensational Detachment","created":"2022-09-15T00:00:00.000Z","categories":["wisdom"],"authors":["nathen-fitchen"],"image":"/assets/images/Blog-Feature-Images.jpg"},"sourceDir":"content/blog/2022/09/15/vipassana-meditation-a-sensational-detachment.md","urlPath":"blog/2022/09/15/vipassana-meditation-a-sensational-detachment"},{"_id":"3d0bc7180a295ac1b6f176fe6aeb1ac826e73574","file_path":"content/excalidraw/praxis-aetre-relationship-money-flows-future-2022-04-01.excalidraw.md","extension":"md","url_path":"excalidraw/praxis-aetre-relationship-money-flows-future-2022-04-01.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed","tags":["excalidraw"]},"sourceDir":"content/excalidraw/praxis-aetre-relationship-money-flows-future-2022-04-01.excalidraw.md","urlPath":"excalidraw/praxis-aetre-relationship-money-flows-future-2022-04-01.excalidraw"},{"_id":"3d25297f9b70145947b9f9b26f7a6f69d5067581","file_path":"content/pioneering-culture.md","extension":"md","url_path":"pioneering-culture","filetype":null,"metadata":{"title":"Pioneering Culture","created":"2021-04-28T00:00:00.000Z","authors":["theo-cox"],"image":"/assets/images/haseeb-jamil-zbg2-gyo_hM-unsplash-scaled.jpg"},"sourceDir":"content/pioneering-culture.md","urlPath":"pioneering-culture"},{"_id":"3d7f6f343e3057d9eb1c424a891665d9e118b457","file_path":"content/blog/2022/03/29/another-month-at-the-berlin-hub.md","extension":"md","url_path":"blog/2022/03/29/another-month-at-the-berlin-hub","filetype":null,"metadata":{"title":"Another month at the Berlin Hub","created":"2022-03-29T00:00:00.000Z","categories":["community","hubs"],"tags":["berlin","berlin-hub","germany","hub","update"],"authors":["iljad20a2d59ebb"]},"sourceDir":"content/blog/2022/03/29/another-month-at-the-berlin-hub.md","urlPath":"blog/2022/03/29/another-month-at-the-berlin-hub"},{"_id":"3d849492306b1f5bd62461acb8aba3bc4a4001ad","file_path":"content/blog/2020/03/27/a-wise-response-to-a-crisis.md","extension":"md","url_path":"blog/2020/03/27/a-wise-response-to-a-crisis","filetype":null,"metadata":{"title":"Crisis: A wise response","created":"2020-03-27T00:00:00.000Z","categories":["our-philosophy"],"tags":["crisis"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/03/27/a-wise-response-to-a-crisis.md","urlPath":"blog/2020/03/27/a-wise-response-to-a-crisis"},{"_id":"3de62798823b5e4690a77a7f51dbccc69f81b78d","file_path":"content/blog/2022/03/18/mapping-metamodern-zen.md","extension":"md","url_path":"blog/2022/03/18/mapping-metamodern-zen","filetype":null,"metadata":{"title":"Mapping Metamodern: Zen","created":"2022-03-18T00:00:00.000Z","categories":["ecosystem-mapping","institute"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-28.jpg"},"sourceDir":"content/blog/2022/03/18/mapping-metamodern-zen.md","urlPath":"blog/2022/03/18/mapping-metamodern-zen"},{"_id":"3e0e0fce971c64c3a99467e6be3b3db6912fbde6","file_path":"content/blog/2023/08/01/The-art-of-creating-intentional-futures-Jan-Demiralp.md","extension":"md","url_path":"blog/2023/08/01/The-art-of-creating-intentional-futures-Jan-Demiralp","filetype":null,"metadata":{"title":"Upcoming Communtiy Call: The Art of Creating Intentional Futures with Jan Demiralp","created":"2023-08-01T00:00:00.000Z","authors":["matthew-mccarthy"],"categories":["community-call"],"image":"/assets/images/jan-demiralp-creating-intentional-futures.jpg"},"sourceDir":"content/blog/2023/08/01/The-art-of-creating-intentional-futures-Jan-Demiralp.md","urlPath":"blog/2023/08/01/The-art-of-creating-intentional-futures-Jan-Demiralp"},{"_id":"3e9dcfa6f82bf947d29576c64726a1779a7b88bc","file_path":"content/people/catherine-tran.md","extension":"md","url_path":"people/catherine-tran","filetype":null,"metadata":{"id":"catherine-tran","name":"Catherine Tran","avatar":"/assets/images/Catherine-bio.png"},"sourceDir":"content/people/catherine-tran.md","urlPath":"people/catherine-tran"},{"_id":"3eacb6aa7b03b8fc81c2c3e5e25681ec65b1e930","file_path":"content/ecosystem/profiles/pacific-integral.md","extension":"md","url_path":"ecosystem/profiles/pacific-integral","filetype":null,"metadata":{"id":"pacific-integral","url":"https://www.pacificintegral.com/","tagline":"","activity":["education","business"],"topic":["work","development"],"regions":"North America, South Pacific, Africa","locations":["Seattle, US","AU","NZ","Addis Ababa, ET"],"started":"","ended":"","active":"Y","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/45453421_10156666835126878_7410636997443715072_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=wUu-WpA7HeAAX83xyvM&_nc_ht=scontent-lcy1-1.xx&oh=00_AT_N1PglmklRR-vrLqA47uJr1GI12oapBijt2yOPiZLsgg&oe=62466AB0","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393683/Ecosystem%20Mapping/45453421_10156666835126878_7410636997443715072_n.jpg_kgmxw3.jpg","cached_new":"/img/45453421_10156666835126878_7410636997443715072_n.jpg_kgmxw3.jpg"},"image":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/45453421_10156666835126878_7410636997443715072_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=wUu-WpA7HeAAX83xyvM&_nc_ht=scontent-lcy1-1.xx&oh=00_AT_N1PglmklRR-vrLqA47uJr1GI12oapBijt2yOPiZLsgg&oe=62466AB0","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393683/Ecosystem%20Mapping/45453421_10156666835126878_7410636997443715072_n.jpg_kgmxw3.jpg","cached_new":"/img/45453421_10156666835126878_7410636997443715072_n.jpg_kgmxw3.jpg"},"title":"Pacific Integral","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/pacific-integral.md","urlPath":"ecosystem/profiles/pacific-integral"},{"_id":"3edb86951d63aa590fae51238526bb59db2e5dab","file_path":"content/ecosystem/profiles/centre-for-the-understanding-of-sustainable-prosperity.md","extension":"md","url_path":"ecosystem/profiles/centre-for-the-understanding-of-sustainable-prosperity","filetype":null,"metadata":{"id":"centre-for-the-understanding-of-sustainable-prosperity","url":"https://www.cusp.ac.uk/","tagline":"","activity":0,"topic":0,"regions":"","locations":["UK"],"started":"","ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://weall.org/wp-content/uploads/CUSP.jpg","cached":"","cached_new":""},"image":{"url":"https://weall.org/wp-content/uploads/CUSP.jpg","cached":"","cached_new":""},"title":"Centre for the Understanding of Sustainable Prosperity","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/centre-for-the-understanding-of-sustainable-prosperity.md","urlPath":"ecosystem/profiles/centre-for-the-understanding-of-sustainable-prosperity"},{"_id":"3f22b7a9c8d4ec74a11656d11116c9ebd6b0ff6e","file_path":"content/blog/2022/01/23/creativity-month-at-the-berlin-hub.md","extension":"md","url_path":"blog/2022/01/23/creativity-month-at-the-berlin-hub","filetype":null,"metadata":{"title":"Creativity month at the Berlin Hub","created":"2022-01-23T00:00:00.000Z","categories":["hubs"],"tags":["berlin-hub","hubs","winter"],"authors":["iljad20a2d59ebb"]},"sourceDir":"content/blog/2022/01/23/creativity-month-at-the-berlin-hub.md","urlPath":"blog/2022/01/23/creativity-month-at-the-berlin-hub"},{"_id":"3f3b11e02a0caeb6145ef2932413238281701a2b","file_path":"content/blog/2022/04/29/mapping-metamodern-buddhism.md","extension":"md","url_path":"blog/2022/04/29/mapping-metamodern-buddhism","filetype":null,"metadata":{"title":"Mapping Metamodern: Buddhism","created":"2022-04-29T00:00:00.000Z","categories":["ecosystem-mapping","institute"],"authors":["eilidhross"]},"sourceDir":"content/blog/2022/04/29/mapping-metamodern-buddhism.md","urlPath":"blog/2022/04/29/mapping-metamodern-buddhism"},{"_id":"3f9ae55eb92f0732b3c86a7c4d9423ef3a5e38fb","file_path":"content/people/joe-hughes.md","extension":"md","url_path":"people/joe-hughes","filetype":null,"metadata":{"id":"joe-hughes","name":"Joe Hughes"},"sourceDir":"content/people/joe-hughes.md","urlPath":"people/joe-hughes"},{"_id":"404ae74ba85aa8f25620fdb72f81038fd6644a0f","file_path":"content/blog/2016/09/10/community-research-initiative.md","extension":"md","url_path":"blog/2016/09/10/community-research-initiative","filetype":null,"metadata":{"title":"Community Research Initiative","created":"2016-09-10T00:00:00.000Z","categories":["institute"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-40.jpg"},"sourceDir":"content/blog/2016/09/10/community-research-initiative.md","urlPath":"blog/2016/09/10/community-research-initiative"},{"_id":"405fcabfc839f32aade79ba52e056eb329888bb8","file_path":"content/blog/2017/02/05/summary-how-much-is-enough-skidelsky-2012.md","extension":"md","url_path":"blog/2017/02/05/summary-how-much-is-enough-skidelsky-2012","filetype":null,"metadata":{"title":"How Much is Enough? Money and the Good Life","created":"2017-02-05T00:00:00.000Z","categories":["institute"],"tags":["good-life","money"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2017/02/05/summary-how-much-is-enough-skidelsky-2012.md","urlPath":"blog/2017/02/05/summary-how-much-is-enough-skidelsky-2012"},{"_id":"410c26e7bd302045b71cfd743f32cfeec2bc7db8","file_path":"content/podcast/esther-montmany-on-conscious-parenting-part-1.md","extension":"md","url_path":"podcast/esther-montmany-on-conscious-parenting-part-1","filetype":null,"metadata":{"title":"Esther Montmany on Conscious Parenting Part 1","author":"Eilidh Ross","date":"2023-01-29T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/64010281/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F64010281%2F386aced5cb833fcb40ed8b9c33d391c4.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1674645103076-f18354f4d5d95.jpg"},"sourceDir":"content/podcast/esther-montmany-on-conscious-parenting-part-1.md","urlPath":"podcast/esther-montmany-on-conscious-parenting-part-1"},{"_id":"41303d959ebf5c2a1825c7325768cff9c94e3151","file_path":"content/blog/2022/05/26/reflections-on-sympoiesis-6-insight-interbeing-and-science.md","extension":"md","url_path":"blog/2022/05/26/reflections-on-sympoiesis-6-insight-interbeing-and-science","filetype":null,"metadata":{"title":"Reflections on Sympoiesis #6: Insight, Interbeing and Science","created":"2022-05-26T00:00:00.000Z","categories":["residency"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-11.png"},"sourceDir":"content/blog/2022/05/26/reflections-on-sympoiesis-6-insight-interbeing-and-science.md","urlPath":"blog/2022/05/26/reflections-on-sympoiesis-6-insight-interbeing-and-science"},{"_id":"417746432e79aff2fb4b396945acee69ec5b381f","file_path":"content/blog/2018/06/22/synthesis-and-the-middle-way.md","extension":"md","url_path":"blog/2018/06/22/synthesis-and-the-middle-way","filetype":null,"metadata":{"title":"Synthesis and the Middle Way","created":"2018-06-22T00:00:00.000Z","categories":["our-philosophy"],"tags":["middle-way","philosophy"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2018/06/22/synthesis-and-the-middle-way.md","urlPath":"blog/2018/06/22/synthesis-and-the-middle-way"},{"_id":"41d52f342de6a0b8666edde26c37397fd87362e0","file_path":"content/blog/2023/03/17/food-touch-and-care.md","extension":"md","url_path":"blog/2023/03/17/food-touch-and-care","filetype":null,"metadata":{"title":"Regain Your Touch: Tech, Food & Care with Madelaine Ley","created":"2023-03-17T00:00:00.000Z","categories":["community call"],"authors":["nathen-fitchen"],"image":"/assets/images/regain-your-touch-tech-food-care-madelaine-ley.jpg"},"sourceDir":"content/blog/2023/03/17/food-touch-and-care.md","urlPath":"blog/2023/03/17/food-touch-and-care"},{"_id":"42426595611b6a988e3c7d57333101fdc35d57fa","file_path":"content/programs/2023/setting-the-world-to-rights-residency.md","extension":"md","url_path":"programs/2023/setting-the-world-to-rights-residency","filetype":null,"metadata":{"title":"Saving the World (Together with Everybody Else)","created":"2023-01-25T00:00:00.000Z","authors":["eilidhross"]},"sourceDir":"content/programs/2023/setting-the-world-to-rights-residency.md","urlPath":"programs/2023/setting-the-world-to-rights-residency"},{"_id":"42cb8230f4f421b22bb3069a2d834a360eac12c9","file_path":"content/people/elisalifeitself.md","extension":"md","url_path":"people/elisalifeitself","filetype":null,"metadata":{"id":"elisalifeitself","name":"Elisa Paka"},"sourceDir":"content/people/elisalifeitself.md","urlPath":"people/elisalifeitself"},{"_id":"42cfd9aec2206ad81815bab8bf1a4c0d5bd64f48","file_path":"content/blog/2020/03/26/inequality-of-being.md","extension":"md","url_path":"blog/2020/03/26/inequality-of-being","filetype":null,"metadata":{"title":"Inequality Of Being","created":"2020-03-26T00:00:00.000Z","authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2020/03/26/inequality-of-being.md","urlPath":"blog/2020/03/26/inequality-of-being"},{"_id":"4338dbec7e3341d080091a0a0546b9ceac8cd555","file_path":"content/notes/journal/2022-02-21.md","extension":"md","url_path":"notes/journal/2022-02-21","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-02-21.md","urlPath":"notes/journal/2022-02-21"},{"_id":"436505a1c15c9fee891b27e6453839f05a0aeda5","file_path":"content/blog/2017/10/10/imed-press-release.md","extension":"md","url_path":"blog/2017/10/10/imed-press-release","filetype":null,"metadata":{"title":"iMED receives Rockefeller Foundation funding (Press Release)","created":"2017-10-10T00:00:00.000Z","categories":["institute"],"tags":["imed","press-release","rockefeller-foundation"],"authors":["artearthtech"]},"sourceDir":"content/blog/2017/10/10/imed-press-release.md","urlPath":"blog/2017/10/10/imed-press-release"},{"_id":"4576942304e2a73c938cce573ebb9dd5745f19b2","file_path":"content/podcast/Cory-Doctorow-on-Blockchain--Crypto--Web3.md","extension":"md","url_path":"podcast/Cory-Doctorow-on-Blockchain--Crypto--Web3","filetype":null,"metadata":{"title":"Cory Doctorow on Blockchain, Crypto & Web3","author":"Rufus Pollock","date":"2022-04-26T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/51113908/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F51113908%2F9c83f41eb653c91426f2d4967ee4bd24.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1650968718892-dd280691af09b.jpg"},"sourceDir":"content/podcast/Cory-Doctorow-on-Blockchain--Crypto--Web3.md","urlPath":"podcast/Cory-Doctorow-on-Blockchain--Crypto--Web3"},{"_id":"45cb8c2964237d30ee9d77bbf271010f04d1aa61","file_path":"content/research.md","extension":"md","url_path":"research","filetype":null,"metadata":{"layout":"research","title":"Research","ourwork":[{"name":"Participatory approaches for cities","type":"investigation","year":"ongoing","link":"https://github.com/cityinteractionlab/participatory_approaches","map":{"left":20,"top":360}},{"name":"Mapping an Emerging Ecosystem","type":"guide","year":"ongoing","link":"https://lifeitself.org/ecosystem","map":{"left":830,"top":190}},{"name":"Enhancing the Economics of Cooperatives","type":"whitepaper","year":2022,"link":"https://labs.lifeitself.org/writing/co-ops","map":{"left":25,"top":320}},{"name":"Incentive Mechanisms for Environmental Data Sharing","type":"whitepaper","year":2022,"link":"https://labs.lifeitself.org/writing/incentives","map":{"left":8,"top":250}},{"name":"Can new social and digital technologies transform governance?","type":"whitepaper","year":2022,"link":"https://labs.lifeitself.org/writing/tech-governance","map":{"left":75,"top":115}},{"name":"Economics for the Information Age","type":"whitepaper","year":2022,"link":"https://labs.lifeitself.org/projects/economics-for-the-information-age","map":{"left":20,"top":285}},{"name":"Making Sense of Web3 and Crypto","type":"guide","year":2022,"link":"https://web3.lifeitself.org/","map":{"left":125,"top":40}},{"name":"Unpacking the Implications of Web3 for Local Government","type":"whitepaper","year":2022,"link":"https://labs.lifeitself.org/projects/web3-local-government","map":{"left":95,"top":85}},{"name":"Collective Intelligence: Towards a Conversation","type":"whitepaper","year":2019,"link":"https://lifeitself.org/blog/2020/08/28/collective-intelligence","map":{"left":675,"top":730}},{"name":"Building the Field for Developmental Spaces","type":"mapping","year":2023,"link":"https://lifeitself.org/blog/building-field-for-developmental-spaces","map":{"left":75,"top":450}}]},"sourceDir":"content/research.md","urlPath":"research"},{"_id":"46198973a41c7088845d73bb3b49bcfd0774931f","file_path":"content/people/khalil-ali.md","extension":"md","url_path":"people/khalil-ali","filetype":null,"metadata":{"id":"khalil-ali","name":"Khalil Ali"},"sourceDir":"content/people/khalil-ali.md","urlPath":"people/khalil-ali"},{"_id":"468ad79f935e34cdf4bb427dffa5943102554109","file_path":"content/blog/2021/06/18/the-fate-of-the-master-and-his-emissary.md","extension":"md","url_path":"blog/2021/06/18/the-fate-of-the-master-and-his-emissary","filetype":null,"metadata":{"title":"“The Master and His Emissary” - The Fate of Iain McGilchrist's Magnum Opus","created":"2021-06-18T00:00:00.000Z","categories":["institute"],"tags":["institute"],"authors":["liamaet"],"image":"/assets/images/Blog-Feature-Images-14.jpg"},"sourceDir":"content/blog/2021/06/18/the-fate-of-the-master-and-his-emissary.md","urlPath":"blog/2021/06/18/the-fate-of-the-master-and-his-emissary"},{"_id":"46d215a1ba90a92a894839cbacad2ec2cf1d22ea","file_path":"content/blog/2019/10/13/wise-education-gathering-2019.md","extension":"md","url_path":"blog/2019/10/13/wise-education-gathering-2019","filetype":null,"metadata":{"title":"Do We Need Wiser Education?","created":"2019-10-13T00:00:00.000Z","categories":["institute"],"tags":["education","wisdom"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2019/10/13/wise-education-gathering-2019.md","urlPath":"blog/2019/10/13/wise-education-gathering-2019"},{"_id":"46d94602b66c71b816380bbcda429d70ffd824fd","file_path":"content/calls/sunday-salon.md","extension":"md","url_path":"calls/sunday-salon","filetype":null,"metadata":{"title":"Sunday Salon","created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"image":"/assets/images/cecile01.jpg"},"sourceDir":"content/calls/sunday-salon.md","urlPath":"calls/sunday-salon"},{"_id":"470f0a963a2cc111f28a12dd5134a13d3392d49e","file_path":"content/sutras/diamond-red-pine.md","extension":"md","url_path":"sutras/diamond-red-pine","filetype":null,"metadata":{"title":"Diamond Sutra translated by Red Pine (Bill Porter)"},"sourceDir":"content/sutras/diamond-red-pine.md","urlPath":"sutras/diamond-red-pine"},{"_id":"47356b580d17a29eaa3142250e39a1648d9d6a33","file_path":"content/programs/sympoiesis/conscious-food-retreats-culture-broths-1.md","extension":"md","url_path":"programs/sympoiesis/conscious-food-retreats-culture-broths-1","filetype":null,"metadata":{"title":"Miso Retreat","created":"2022-01-20T00:00:00.000Z","authors":["valerie"]},"sourceDir":"content/programs/sympoiesis/conscious-food-retreats-culture-broths-1.md","urlPath":"programs/sympoiesis/conscious-food-retreats-culture-broths-1"},{"_id":"474aec5c23e9f32421cd95668134256719c6d8fc","file_path":"content/ecosystem/profiles/resilience.md","extension":"md","url_path":"ecosystem/profiles/resilience","filetype":null,"metadata":{"id":"resilience","url":"https://www.resilience.org/","tagline":"Building a world of resilient communities.","activity":["education","network"],"topic":["community"],"regions":null,"locations":[null],"started":2012,"ended":"","active":"Y","people":[null],"notes_data_entry":"","facebook":"https://www.facebook.com/buildresilience","twitter":"https://twitter.com/buildresilience","instagram":"https://www.instagram.com/buildresilience/","linkedin":null,"youtube":"http://youtube.com/postcarboninstitute","blog":"https://www.resilience.org/latest-articles/","logo":{"url":"https://www.facebook.com/photo/?fbid=387850663364402&set=a.387850633364405","cached_new":"/img/resiliance_logo.png"},"image":{"url":"https://www.facebook.com/photo/?fbid=387850666697735&set=a.387850623364406","cached_new":"/img/resliliance_image.jpeg"},"title":"Resilience","curation_status":"YY","social_change":{"inner":0,"cultural":0.5,"systems":0.5}},"sourceDir":"content/ecosystem/profiles/resilience.md","urlPath":"ecosystem/profiles/resilience"},{"_id":"474d3a0adf5a481971fa82c8dcd4883b4a480a76","file_path":"content/sutras/index.md","extension":"md","url_path":"sutras","filetype":null,"metadata":{},"sourceDir":"content/sutras/index.md","urlPath":"sutras"},{"_id":"477ba2bf4f19e641e6b117a25e2075bcd90e55c6","file_path":"content/blog/2022/06/25/people-and-practice-at-the-berlin-hub.md","extension":"md","url_path":"blog/2022/06/25/people-and-practice-at-the-berlin-hub","filetype":null,"metadata":{"title":"People and Practice at the Berlin Hub","created":"2022-06-25T00:00:00.000Z","categories":["community","hubs"],"tags":["berlin","berlin-hub","hubs","practices-hubs"],"authors":["iljad20a2d59ebb"]},"sourceDir":"content/blog/2022/06/25/people-and-practice-at-the-berlin-hub.md","urlPath":"blog/2022/06/25/people-and-practice-at-the-berlin-hub"},{"_id":"47b315c565a20747a54926689ba29b89043fe1df","file_path":"content/blog/2019/12/01/blind-spot-3-the-equality-complex.md","extension":"md","url_path":"blog/2019/12/01/blind-spot-3-the-equality-complex","filetype":null,"metadata":{"title":"Collective blind spot #3: the equality complex","created":"2019-12-01T00:00:00.000Z","categories":["collective-wisdom","contemplative-activism"],"authors":["liamaet"],"image":"/assets/images/Blog-Feature-Images.jpg"},"sourceDir":"content/blog/2019/12/01/blind-spot-3-the-equality-complex.md","urlPath":"blog/2019/12/01/blind-spot-3-the-equality-complex"},{"_id":"47e6c5c2662859eb557d44983eb06eb120f5d019","file_path":"content/tao/ops.md","extension":"md","url_path":"tao/ops","filetype":null,"metadata":{"title":"Operations Guide"},"sourceDir":"content/tao/ops.md","urlPath":"tao/ops"},{"_id":"484533fc29a92de5b5c9025ee46afa29976a5e3d","file_path":"content/ecosystem/topics/politics.md","extension":"md","url_path":"ecosystem/topics/politics","filetype":null,"metadata":{"id":"politics","image":"","emoji":"🏛️","title":"Politics & Economics","super_topic":"Governance, Community and Politics"},"sourceDir":"content/ecosystem/topics/politics.md","urlPath":"ecosystem/topics/politics"},{"_id":"48754e00d00f2a5350567fbe9ffef97a8e6c1fd2","file_path":"content/ecosystem/profiles/ciel-foundation.md","extension":"md","url_path":"ecosystem/profiles/ciel-foundation","filetype":null,"metadata":{"id":"ciel-foundation","url":"https://lecielfoundation.com","tagline":"","activity":0,"topic":0,"regions":"","started":"","ended":"","active":"","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Le Ciel Foundation","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":1}},"sourceDir":"content/ecosystem/profiles/ciel-foundation.md","urlPath":"ecosystem/profiles/ciel-foundation"},{"_id":"48ce8829bfba969ec72dd27730e0b8c82e81fcde","file_path":"content/programs/old-previous-residencies.md","extension":"md","url_path":"programs/old-previous-residencies","filetype":null,"metadata":{"title":"Previous Residencies","created":"2022-10-27T00:00:00.000Z","authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-29.jpg"},"sourceDir":"content/programs/old-previous-residencies.md","urlPath":"programs/old-previous-residencies"},{"_id":"4a2841f190e5a556426ca9c0ba2edaf5ebc2f14c","file_path":"content/people.md","extension":"md","url_path":"people","filetype":null,"metadata":{"layout":"unstyled"},"sourceDir":"content/people.md","urlPath":"people"},{"_id":"4a2f6062c10105f2b668ae83b18ebc8a8e65a1fb","file_path":"content/blog/2021/05/14/notes-on-creating-a-life-together-by-diana-leafe-christian.md","extension":"md","url_path":"blog/2021/05/14/notes-on-creating-a-life-together-by-diana-leafe-christian","filetype":null,"metadata":{"title":"Creating a Life Together by Diana Leafe Christian - Summary and Notes","created":"2021-05-14T00:00:00.000Z","categories":["book-notes","conscious-coliving"],"tags":["co-x","conscious-coliving","ecovillages","intentional-communities"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-12.jpg"},"sourceDir":"content/blog/2021/05/14/notes-on-creating-a-life-together-by-diana-leafe-christian.md","urlPath":"blog/2021/05/14/notes-on-creating-a-life-together-by-diana-leafe-christian"},{"_id":"4a4e6f075dc3e76757b6bbcab11a649779b6762d","file_path":"content/blog/2020/10/05/sunday-salon-menstruation-in-community.md","extension":"md","url_path":"blog/2020/10/05/sunday-salon-menstruation-in-community","filetype":null,"metadata":{"title":"Sunday Salon: Menstruation in community","created":"2020-10-05T00:00:00.000Z","categories":["programs","salons"],"tags":["community","cycles","workplace"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/10/05/sunday-salon-menstruation-in-community.md","urlPath":"blog/2020/10/05/sunday-salon-menstruation-in-community"},{"_id":"4a9b3d94bd4d3d169d552d5cdd07af655f1cd84d","file_path":"content/blog/2021/03/31/hubbook-a-collective-evolution.md","extension":"md","url_path":"blog/2021/03/31/hubbook-a-collective-evolution","filetype":null,"metadata":{"title":"Collective Evolution - HubBook","created":"2021-03-31T00:00:00.000Z","categories":["collective-wisdom"],"tags":["berlin-hub"],"authors":["sen-zhan"]},"sourceDir":"content/blog/2021/03/31/hubbook-a-collective-evolution.md","urlPath":"blog/2021/03/31/hubbook-a-collective-evolution"},{"_id":"4ad0431e4a7bd9965b65bbe41a15b9c05ae69d11","file_path":"content/initiatives/conscious-parenting.md","extension":"md","url_path":"initiatives/conscious-parenting","filetype":null,"metadata":{"title":"Conscious Parenting","description":"Creating a wiser, weller world starts with great parenting. Join us in discovering conscious parenting to create the stewards of the future.","image":"/assets/images/conscious-parenting-project.jpg","homepage":null,"start":"2021-01","end":null,"team":["rufuspollock","esthermontmany"],"alumni":null,"size":"xl","status":"incubating","created":"2023-02-24T00:00:00.000Z"},"sourceDir":"content/initiatives/conscious-parenting.md","urlPath":"initiatives/conscious-parenting"},{"_id":"4af87d57a0a26fb36798ee997b2450b766c53d35","file_path":"content/notes/integrity.md","extension":"md","url_path":"notes/integrity","filetype":null,"metadata":{},"sourceDir":"content/notes/integrity.md","urlPath":"notes/integrity"},{"_id":"4bbb603546d8c83331e29577668e749794498e23","file_path":"content/ecosystem/profiles/the-quadrangle.md","extension":"md","url_path":"ecosystem/profiles/the-quadrangle","filetype":null,"metadata":{"id":"the-quadrangle","url":"https://thequadrangle.co/","tagline":"","activity":0,"topic":0,"regions":"","locations":["UK"],"started":2006,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-1.fna.fbcdn.net/v/t1.18169-9/28031_423394197723549_1546410726_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=dIQBunluEzkAX8yY9RX&tn=PMPrASd_p44HyxQ6&_nc_ht=scontent.fbhx4-1.fna&oh=977fc1749b3f4fc52232460c0458be0d&oe=6182D44B","cached":"","cached_new":""},"image":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/49514473_2071578226238463_7960975037098360832_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=e3f864&_nc_ohc=TfWUnWhLBxwAX_rEVMJ&tn=PMPrASd_p44HyxQ6&_nc_ht=scontent.fbhx4-2.fna&oh=1d85a36073429d5873392fcb66ce21e9&oe=618372C5","cached":"","cached_new":""},"title":"The Quadrangle","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/the-quadrangle.md","urlPath":"ecosystem/profiles/the-quadrangle"},{"_id":"4bd0282d9f62d3ae65b00d639af0f2f5833f10b3","file_path":"content/blog/2022/12/15/embodying-collective-transformation-reflections-and-highlights.md","extension":"md","url_path":"blog/2022/12/15/embodying-collective-transformation-reflections-and-highlights","filetype":null,"metadata":{"title":"Embodying Collective Transformation: reflections and highlights","created":"2022-12-15T00:00:00.000Z","categories":["residency"],"authors":["catherine-tran"],"image":"/assets/images/Blog-Feature-Images-36.jpg"},"sourceDir":"content/blog/2022/12/15/embodying-collective-transformation-reflections-and-highlights.md","urlPath":"blog/2022/12/15/embodying-collective-transformation-reflections-and-highlights"},{"_id":"4bd8daccfbc9d61e484502663f9600a6f2031b84","file_path":"content/blog/2018/05/13/leap-for-education-innovative-think-do-tank-taiwan.md","extension":"md","url_path":"blog/2018/05/13/leap-for-education-innovative-think-do-tank-taiwan","filetype":null,"metadata":{"title":"A LEAP for Education - An Innovative Think/Do Tank for Education in Taiwan","created":"2018-05-13T00:00:00.000Z","categories":["life-itself"],"tags":["education","leap"],"authors":["artearthtech"]},"sourceDir":"content/blog/2018/05/13/leap-for-education-innovative-think-do-tank-taiwan.md","urlPath":"blog/2018/05/13/leap-for-education-innovative-think-do-tank-taiwan"},{"_id":"4c3b9769e91db55c1156da9137361b7fd4ba5cef","file_path":"content/blog/2021/05/04/wise-metrics.md","extension":"md","url_path":"blog/2021/05/04/wise-metrics","filetype":null,"metadata":{"title":"Wise Metrics","created":"2021-05-04T00:00:00.000Z","categories":["institute","policy"],"tags":["metrics"],"authors":["joe-hughes"]},"sourceDir":"content/blog/2021/05/04/wise-metrics.md","urlPath":"blog/2021/05/04/wise-metrics"},{"_id":"4c9eacc877f2687a06181d881328154e32d114a7","file_path":"content/blog/2022/02/10/mapping-an-emerging-ecosystem-partnership-with-the-institute-for-integral-studies.md","extension":"md","url_path":"blog/2022/02/10/mapping-an-emerging-ecosystem-partnership-with-the-institute-for-integral-studies","filetype":null,"metadata":{"title":"Mapping an Emerging Ecosystem: Partnership With The Institute for Integral Studies","created":"2022-02-10T00:00:00.000Z","categories":["ecosystem-mapping","institute"],"tags":["ecosystem-mapping","institute"],"authors":["catherine-tran"],"image":"/assets/images/Mapping-Metamodern.png"},"sourceDir":"content/blog/2022/02/10/mapping-an-emerging-ecosystem-partnership-with-the-institute-for-integral-studies.md","urlPath":"blog/2022/02/10/mapping-an-emerging-ecosystem-partnership-with-the-institute-for-integral-studies"},{"_id":"4cf024343730e64b06dc722a09a48fd680327d1f","file_path":"content/blog/2019/02/20/we-have-failed-to-escape-mystery.md","extension":"md","url_path":"blog/2019/02/20/we-have-failed-to-escape-mystery","filetype":null,"metadata":{"title":"We have Failed to Escape Mystery","created":"2019-02-20T00:00:00.000Z","categories":["our-philosophy"],"tags":["mystery"],"authors":["artearthtech"],"image":"/assets/images/Blog-Feature-Images-18.png"},"sourceDir":"content/blog/2019/02/20/we-have-failed-to-escape-mystery.md","urlPath":"blog/2019/02/20/we-have-failed-to-escape-mystery"},{"_id":"4d049b8625301c31f98d92bbe599179e9b1397dc","file_path":"content/blog/2021/10/23/coming-soon-to-a-podcast-near-you.md","extension":"md","url_path":"blog/2021/10/23/coming-soon-to-a-podcast-near-you","filetype":null,"metadata":{"title":"Coming soon to a podcast near you","created":"2021-10-23T00:00:00.000Z","categories":["institute","shadows"],"tags":["institute"],"authors":["liamaet"]},"sourceDir":"content/blog/2021/10/23/coming-soon-to-a-podcast-near-you.md","urlPath":"blog/2021/10/23/coming-soon-to-a-podcast-near-you"},{"_id":"4d87e5d12eb8ecc1bf6af426c473a93ec1d0892f","file_path":"content/notes/journal/2022-03-07.md","extension":"md","url_path":"notes/journal/2022-03-07","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-03-07.md","urlPath":"notes/journal/2022-03-07"},{"_id":"4e015b0403ab9446e40c83a38a2d3d7c46e6671f","file_path":"content/blog/2020/08/28/collective-intelligence.md","extension":"md","url_path":"blog/2020/08/28/collective-intelligence","filetype":null,"metadata":{"title":"Collective Intelligence","created":"2020-08-28T00:00:00.000Z","categories":["collective-wisdom"],"tags":["collective-intelligence"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/08/28/collective-intelligence.md","urlPath":"blog/2020/08/28/collective-intelligence"},{"_id":"4e3def1fa3b2edb27519cd4f3c61c7dd5d11b0ef","file_path":"content/ecosystem/profiles/wakeup.md","extension":"md","url_path":"ecosystem/profiles/wakeup","filetype":null,"metadata":{"id":"wakeup","url":"http://wkup.org","tagline":"","activity":["network","events"],"topic":["spirituality","community"],"regions":"World","locations":["London HQ"],"started":2009,"ended":"","active":"Yes","people":["Catan","Esteban (retired)"],"notes_data_entry":"Another topic could be ecology","facebook":"https://www.facebook.com/wakeupint/","twitter":"https://twitter.com/wkup","instagram":"https://www.instagram.com/wake_up_int/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCWfR_49NXjxeD526S48AQ-A","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/3702617769/503b58b72747ff46583c05abd212e8be_400x400.jpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/wake_up_ifykfe.jpg","cached_new":"/img/wake_up_ifykfe.jpg"},"image":{"url":"https://wkup.org/wp-content/uploads/2014/06/1965025_1533522786874719_568285340554110432_n-768x513.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645007998/Ecosystem%20Mapping/wakeup_mnozqh.jpg","cached_new":"/img/wakeup_mnozqh.jpg"},"title":"WakeUp","curation_status":"Y","social_change":{"inner":0.7,"cultural":0.3,"systems":0}},"sourceDir":"content/ecosystem/profiles/wakeup.md","urlPath":"ecosystem/profiles/wakeup"},{"_id":"4e8d7971b00da304241c6c5aa0f1d3c23efba88b","file_path":"content/blog/2020/09/10/more-than-just-bricks-and-mortar-bergerac-build-festival-2020.md","extension":"md","url_path":"blog/2020/09/10/more-than-just-bricks-and-mortar-bergerac-build-festival-2020","filetype":null,"metadata":{"title":"Bergerac Build Festival 2020: More than just bricks and mortar","created":"2020-09-10T00:00:00.000Z","categories":["gathering"],"tags":["gathering"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/09/10/more-than-just-bricks-and-mortar-bergerac-build-festival-2020.md","urlPath":"blog/2020/09/10/more-than-just-bricks-and-mortar-bergerac-build-festival-2020"},{"_id":"4ee111bdb00bdf5d363b6411c65f8c886375aa7f","file_path":"content/blog/2015/09/06/utopia-cast.md","extension":"md","url_path":"blog/2015/09/06/utopia-cast","filetype":null,"metadata":{"title":"Utopia Cast","created":"2015-09-06T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/blog/2015/09/06/utopia-cast.md","urlPath":"blog/2015/09/06/utopia-cast"},{"_id":"4fc036c0bb1dc894ba3492a9525c851be23573f1","file_path":"content/podcast/Exploring-Social-Transformation-Series-Wrap-Up.md","extension":"md","url_path":"podcast/Exploring-Social-Transformation-Series-Wrap-Up","filetype":null,"metadata":{"title":"Exploring Social Transformation: Series Wrap-Up","author":"Rufus Pollock","date":"2022-09-28T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/58214617/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F58214617%2F9007fada67b037d77a56dbd64a26808d.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1664298241088-0b43e1ebb7755.jpg"},"sourceDir":"content/podcast/Exploring-Social-Transformation-Series-Wrap-Up.md","urlPath":"podcast/Exploring-Social-Transformation-Series-Wrap-Up"},{"_id":"505c7bfb5b7fc4907575a7fd2acc44621161fbdf","file_path":"content/blog/2019/11/11/the-contemplative-activism-gathering.md","extension":"md","url_path":"blog/2019/11/11/the-contemplative-activism-gathering","filetype":null,"metadata":{"title":"The Contemplative Activism Gathering","created":"2019-11-11T00:00:00.000Z","categories":["contemplative-activism","gathering"],"tags":["contemplative-activism","gathering"],"authors":["liamaet"]},"sourceDir":"content/blog/2019/11/11/the-contemplative-activism-gathering.md","urlPath":"blog/2019/11/11/the-contemplative-activism-gathering"},{"_id":"509c091fd57f8c62b56992791f2d8dd38a8aafd5","file_path":"content/blog/2018/09/17/governance-at-art-earth-tech-a-proposal.md","extension":"md","url_path":"blog/2018/09/17/governance-at-art-earth-tech-a-proposal","filetype":null,"metadata":{"title":"Governance at Art Earth Tech: A Proposal","created":"2018-09-17T00:00:00.000Z","authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2018/09/17/governance-at-art-earth-tech-a-proposal.md","urlPath":"blog/2018/09/17/governance-at-art-earth-tech-a-proposal"},{"_id":"51128dcb169f6738abe56edb428260711a66fcf7","file_path":"content/tao/library.md","extension":"md","url_path":"tao/library","filetype":null,"metadata":{},"sourceDir":"content/tao/library.md","urlPath":"tao/library"},{"_id":"51ab8f19c9bef6c6100a76f0233059922d6e0bca","file_path":"content/hubs/london.md","extension":"md","url_path":"hubs/london","filetype":null,"metadata":{"title":"The London Hub","created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/hubs/london.md","urlPath":"hubs/london"},{"_id":"51b0b6085b2241d6c3912411dfb493fbeec05de7","file_path":"content/notes/fundamental-wellbeing.md","extension":"md","url_path":"notes/fundamental-wellbeing","filetype":null,"metadata":{"aliases":["Fundamental Wellbeing","Persistent Non-Symbolic Expererience"]},"sourceDir":"content/notes/fundamental-wellbeing.md","urlPath":"notes/fundamental-wellbeing"},{"_id":"52231cd4cd24ac74c17194cd46f0570979f38472","file_path":"content/blog/2020/07/30/life-itself-update-2.md","extension":"md","url_path":"blog/2020/07/30/life-itself-update-2","filetype":null,"metadata":{"title":"Life Itself Update","created":"2020-07-30T00:00:00.000Z","categories":["life-itself"],"tags":["newsletter"],"authors":["sophie84d503f875"]},"sourceDir":"content/blog/2020/07/30/life-itself-update-2.md","urlPath":"blog/2020/07/30/life-itself-update-2"},{"_id":"52652dd694adbf39786e41f8540464b0787c06c2","file_path":"content/ecosystem/profiles/nesta.md","extension":"md","url_path":"ecosystem/profiles/nesta","filetype":null,"metadata":{"id":"nesta","url":"https://www.nesta.org.uk/","tagline":"","activity":0,"topic":0,"regions":"","locations":["UK"],"started":1998,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://media.nesta.org.uk/images/nesta_vertical_logo_rgb.max-1200x600.jpg","cached":"","cached_new":""},"image":{"url":"https://media.nesta.org.uk/images/nesta_vertical_logo_rgb.max-1200x600.jpg","cached":"","cached_new":""},"title":"Nesta","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/nesta.md","urlPath":"ecosystem/profiles/nesta"},{"_id":"526f34b6972956d8c7be2bc6d86d5be8187329ad","file_path":"content/initiatives/exploring-web3-and-crypto.md","extension":"md","url_path":"initiatives/exploring-web3-and-crypto","filetype":null,"metadata":{"title":"Exploring Web3 & Crypto","description":"Crypto & Web3 are a huge phenomenon but can be hard to make sense of. We help with introductions to key concepts and in-depth evaluations of the claims for its social and economic impact.","image":"/assets/images/web3.jpeg","homepage":"https://web3.lifeitself.org","start":"2021-12","end":null,"team":["rufuspollock","theo-cox","Stephen Diehl"],"alumni":["eilidhross"],"size":"xl","status":"active","created":"2023-03-16T00:00:00.000Z"},"sourceDir":"content/initiatives/exploring-web3-and-crypto.md","urlPath":"initiatives/exploring-web3-and-crypto"},{"_id":"52c68cd5f591e7d8a79820e664dd6772238544a5","file_path":"content/blog/2019/06/17/art-earth-tech-opens-in-berlin.md","extension":"md","url_path":"blog/2019/06/17/art-earth-tech-opens-in-berlin","filetype":null,"metadata":{"title":"Art Earth Tech opens in Berlin!","created":"2019-06-17T00:00:00.000Z","categories":["hubs"],"tags":["berlin-hub","update"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2019/06/17/art-earth-tech-opens-in-berlin.md","urlPath":"blog/2019/06/17/art-earth-tech-opens-in-berlin"},{"_id":"53915fb614787b3c58b0e7389fac6c445433cb98","file_path":"content/notes/hoffman-process.md","extension":"md","url_path":"notes/hoffman-process","filetype":null,"metadata":{},"sourceDir":"content/notes/hoffman-process.md","urlPath":"notes/hoffman-process"},{"_id":"53e3ef469dbd80dbe3cd056f2f6f21039534c96c","file_path":"content/podcast/Hypha-DAO--Life-Itself-in-Conversation.md","extension":"md","url_path":"podcast/Hypha-DAO--Life-Itself-in-Conversation","filetype":null,"metadata":{"title":"Hypha DAO & Life Itself in Conversation","author":"Rufus Pollock","date":"2022-08-02T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/55483333/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F55483333%2Fd1f1c04769279130ee16e0c041c27e98.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1659108439914-2d39bf6ff2bd1.jpg"},"sourceDir":"content/podcast/Hypha-DAO--Life-Itself-in-Conversation.md","urlPath":"podcast/Hypha-DAO--Life-Itself-in-Conversation"},{"_id":"542b3c8b61a793e703bfc404705a82062c1613fe","file_path":"content/people/zaibul-nisa.md","extension":"md","url_path":"people/zaibul-nisa","filetype":null,"metadata":{"id":"zaibul-nisa","name":"Zaibul Nisa","avatar":"/assets/site/team/profile-image-zaib.jpg"},"sourceDir":"content/people/zaibul-nisa.md","urlPath":"people/zaibul-nisa"},{"_id":"54aa3c8208065d81ee9f77a84ff9beb306774c50","file_path":"content/ecosystem/profiles/emerge.md","extension":"md","url_path":"ecosystem/profiles/emerge","filetype":null,"metadata":{"id":"emerge","url":"https://www.whatisemerging.com/","tagline":"Emerge is an independent, non-profit media platform aiming to explore the emerging cultural narratives of our time.","activity":["media","network"],"topic":["politics","development"],"regions":"Europe","locations":["Stokholm, SE","London, GB","Berlin, DE"],"started":2018,"ended":"","active":"Y","people":["Ivo Mensch","Jonathan Rowson","Anna Katharina Schaffner","Tomas Bjorkman"],"notes_data_entry":"","facebook":"https://www.facebook.com/whatisemerging","twitter":"https://twitter.com/whatisemerging","instagram":"https://www.instagram.com/whatisemerging/","linkedin":"https://www.linkedin.com/company/whatisemerging/","youtube":"https://www.youtube.com/channel/UCtEINk-Y-JjcwH4dl6z2EKg","blog":"","logo":{"url":"http://www.whatisemerging.com/assets/Emerge_Logo-dba107a9d19d3cfd0f50dbd96434cb7772f2edb24d9c5452b3283dec4135ebfe.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633425661/Ecosystem%20Mapping/Emerge_Logo-dba107a9d19d3cfd0f50dbd96434cb7772f2edb24d9c5452b3283dec4135ebfe_gra3bq.png","cached_new":"/img/Emerge_Logo-dba107a9d19d3cfd0f50dbd96434cb7772f2edb24d9c5452b3283dec4135ebfe_gra3bq.png"},"image":{"url":"https://www.facebook.com/photo?fbid=718017315781877&set=pcb.718019692448306","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644858991/Ecosystem%20Mapping/emerge_octuqq.jpg","cached_new":"/img/emerge_octuqq.jpg"},"title":"Emerge","curation_status":"YY","social_change":{"inner":0.3,"cultural":0.4,"systems":0.3}},"sourceDir":"content/ecosystem/profiles/emerge.md","urlPath":"ecosystem/profiles/emerge"},{"_id":"54daf817e199541d7b64e064ce9d5de3f44f9c6f","file_path":"content/notes/books/wilber-1994-integral-psychology.md","extension":"md","url_path":"notes/books/wilber-1994-integral-psychology","filetype":null,"metadata":{},"sourceDir":"content/notes/books/wilber-1994-integral-psychology.md","urlPath":"notes/books/wilber-1994-integral-psychology"},{"_id":"550b588a0978ad149370b4be326bf78db1c661c3","file_path":"content/podcast/Samer-Hassan--Rufus-Pollock-on-Decentralization--Platform-Monopolies-and-Web3.md","extension":"md","url_path":"podcast/Samer-Hassan--Rufus-Pollock-on-Decentralization--Platform-Monopolies-and-Web3","filetype":null,"metadata":{"title":"Samer Hassan & Rufus Pollock on Decentralization, Platform Monopolies and Web3","author":"Rufus Pollock","date":"2022-07-19T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/54989352/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F54989352%2F1c8ce9e48a72ebc9c58b03be4002e9f9.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1658160494865-ffedabecb2baa.jpg"},"sourceDir":"content/podcast/Samer-Hassan--Rufus-Pollock-on-Decentralization--Platform-Monopolies-and-Web3.md","urlPath":"podcast/Samer-Hassan--Rufus-Pollock-on-Decentralization--Platform-Monopolies-and-Web3"},{"_id":"550ff37f099fed352271402ac43be53583876cdd","file_path":"content/blog/2023/07/24/6-reasons-to-join-a-conscious-coliving-environment.md","extension":"md","url_path":"blog/2023/07/24/6-reasons-to-join-a-conscious-coliving-environment","filetype":null,"metadata":{"title":"6 Reasons to Join a Conscious Coliving Environment","created":"2023-07-24T00:00:00.000Z","authors":["lauren-wigmore"],"categories":["conscious-coliving"],"image":"/assets/images/conscious-coliving-intentional-community-benefits.jpg"},"sourceDir":"content/blog/2023/07/24/6-reasons-to-join-a-conscious-coliving-environment.md","urlPath":"blog/2023/07/24/6-reasons-to-join-a-conscious-coliving-environment"},{"_id":"5584b64979d1ea293397559e0237a72df3a08c1e","file_path":"content/excalidraw/strategy-macro-to-micro-2023-02-01.excalidraw.md","extension":"md","url_path":"excalidraw/strategy-macro-to-micro-2023-02-01.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed","tags":["excalidraw"]},"sourceDir":"content/excalidraw/strategy-macro-to-micro-2023-02-01.excalidraw.md","urlPath":"excalidraw/strategy-macro-to-micro-2023-02-01.excalidraw"},{"_id":"55c6cebd3d03f27b6afb16345256f3b6196b842f","file_path":"content/blog/2020/04/25/thoughts-on-nearings-living-the-good-life.md","extension":"md","url_path":"blog/2020/04/25/thoughts-on-nearings-living-the-good-life","filetype":null,"metadata":{"title":"Nearing's 'Living the Good Life' - Thoughts","created":"2020-04-25T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/blog/2020/04/25/thoughts-on-nearings-living-the-good-life.md","urlPath":"blog/2020/04/25/thoughts-on-nearings-living-the-good-life"},{"_id":"55ef05e6a3a4ed9ec19aa34e6044d635291342ad","file_path":"content/notes/spirituality.md","extension":"md","url_path":"notes/spirituality","filetype":null,"metadata":{"title":"Spirituality"},"sourceDir":"content/notes/spirituality.md","urlPath":"notes/spirituality"},{"_id":"56668df3babeb867fb5170ad9ca1e8f31a379205","file_path":"content/blog/2019/10/25/introduction-to-our-collective-blind-spots.md","extension":"md","url_path":"blog/2019/10/25/introduction-to-our-collective-blind-spots","filetype":null,"metadata":{"title":"Collective Blind Spots: An introduction","created":"2019-10-25T00:00:00.000Z","categories":["our-philosophy"],"tags":["blindspot","introduction"],"authors":["liamaet"]},"sourceDir":"content/blog/2019/10/25/introduction-to-our-collective-blind-spots.md","urlPath":"blog/2019/10/25/introduction-to-our-collective-blind-spots"},{"_id":"568033046f75c879d091febb75b324c8e03ca482","file_path":"content/ecosystem/profiles/extinction-rebellion.md","extension":"md","url_path":"ecosystem/profiles/extinction-rebellion","filetype":null,"metadata":{"id":"extinction-rebellion","url":"https://rebellion.earth/","tagline":"","activity":["advocacy","network"],"topic":["ecology","politics"],"regions":"Worldwide","started":2018,"ended":"","active":"Y","people":["Gail Bradbrook","Skeena Rathor","Adam Woodhall","Rupert Read","Jessica Townsend"],"notes_data_entry":"","facebook":"https://www.facebook.com/XRebellionUK/","twitter":"https://twitter.com/xrebellionuk","instagram":"https://www.instagram.com/xrebellionuk/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCYThdLKE6TDwBJh-qDC6ICA","blog":"not-found","logo":{"url":"https://scontent-cdt1-1.xx.fbcdn.net/v/t39.30808-6/241970448_1057654531730028_6262784573926464916_n.png?_nc_cat=106&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=2oNOKzSp93UAX8zIg1B&_nc_ht=scontent-cdt1-1.xx&oh=8ffd03fd9408938e6cb01f8d189c7e18&oe=61982870","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637058986/Ecosystem%20Mapping/XR_h0hq7w.png","cached_new":"/img/XR_h0hq7w.png"},"image":{"url":"https://scontent-cdt1-1.xx.fbcdn.net/v/t39.30808-6/241970448_1057654531730028_6262784573926464916_n.png?_nc_cat=106&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=2oNOKzSp93UAX8zIg1B&_nc_ht=scontent-cdt1-1.xx&oh=8ffd03fd9408938e6cb01f8d189c7e18&oe=61982870","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637058986/Ecosystem%20Mapping/XR_h0hq7w.png","cached_new":"/img/XR_h0hq7w.png"},"title":"Extinction Rebellion","curation_status":"Y","social_change":{"inner":0.1,"cultural":0.1,"systems":0.8}},"sourceDir":"content/ecosystem/profiles/extinction-rebellion.md","urlPath":"ecosystem/profiles/extinction-rebellion"},{"_id":"56a77de0453f2053886548a0b89592e0e6145e82","file_path":"content/tao/plan-2020.md","extension":"md","url_path":"tao/plan-2020","filetype":null,"metadata":{},"sourceDir":"content/tao/plan-2020.md","urlPath":"tao/plan-2020"},{"_id":"56c770e42be244fef5338c809a76d3b97677ea20","file_path":"content/blog/2020/10/23/real-estate-fund-information-session.md","extension":"md","url_path":"blog/2020/10/23/real-estate-fund-information-session","filetype":null,"metadata":{"title":"Wise Living Fund Information Session","created":"2020-10-23T00:00:00.000Z","categories":["institute"],"tags":["wise-living"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/10/23/real-estate-fund-information-session.md","urlPath":"blog/2020/10/23/real-estate-fund-information-session"},{"_id":"56cfbf96ed69cbf548c1db0d212e7a9ece6e3ed5","file_path":"content/podcast/brendan-graham-dempsey-nathen-fitchen-on-the-meaning-crisis-metamodern-spirituality.md","extension":"md","url_path":"podcast/brendan-graham-dempsey-nathen-fitchen-on-the-meaning-crisis-metamodern-spirituality","filetype":null,"metadata":{"title":"Brendan Graham Dempsey & Nathen Fitchen on The Meaning Crisis & Metamodern Spirituality","author":"Rufus Pollock","date":"2022-06-21T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/53631989/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F53631989%2F7f91bf84cad85fb9ee22225ecd8593c9.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1655479319602-7088ccf0fe61c.jpg"},"sourceDir":"content/podcast/brendan-graham-dempsey-nathen-fitchen-on-the-meaning-crisis-metamodern-spirituality.md","urlPath":"podcast/brendan-graham-dempsey-nathen-fitchen-on-the-meaning-crisis-metamodern-spirituality"},{"_id":"56fc9c67dc581e8da95678b469877318f68ad18f","file_path":"content/blog/2022/05/24/genesis-in-three-performances.md","extension":"md","url_path":"blog/2022/05/24/genesis-in-three-performances","filetype":null,"metadata":{"title":"Genesis in Three Performances","created":"2022-05-24T00:00:00.000Z","categories":["art","cultural-activism","requiem-for-a-passing-age"],"authors":["sylvieshiweibarbier"],"image":"/assets/images/20220320_220109.jpeg"},"sourceDir":"content/blog/2022/05/24/genesis-in-three-performances.md","urlPath":"blog/2022/05/24/genesis-in-three-performances"},{"_id":"570b8252054cacdbaa2039e60d9a4831eddcc470","file_path":"content/ecosystem/profiles/mind-and-life-europe.md","extension":"md","url_path":"ecosystem/profiles/mind-and-life-europe","filetype":null,"metadata":{"id":"mind-and-life-europe","url":"https://www.mindandlife-europe.org/","tagline":"","activity":["research","events"],"topic":["spirituality","development"],"regions":"Switzerland","locations":["Winterthur, CH"],"started":2008,"ended":"","active":"Y","people":["Amy Cohen Varela"],"notes_data_entry":"","facebook":"https://www.facebook.com/mindandlifeEU/","twitter":"https://twitter.com/mindandlifeeu","instagram":"not-found","linkedin":"https://www.linkedin.com/company/mindandlife-europe/","youtube":"not-found","blog":"not-found","logo":{"url":"https://www.mindandlife-europe.org/fileadmin/lombego/layout/images/page_defaults/logo-mind-and-life-europe.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633428800/Ecosystem%20Mapping/logo-mind-and-life-europe_vkjh4a.svg","cached_new":"/img/logo-mind-and-life-europe_vkjh4a.svg"},"image":{"url":"https://www.mindandlife-europe.org/our-work/mle-retreat/#gallery-486-8","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644929316/Ecosystem%20Mapping/MLE_lurqhm.jpg","cached_new":"/img/MLE_lurqhm.jpg"},"title":"Mind and Life Europe","curation_status":"YY","social_change":{"inner":0.5,"cultural":0.5,"systems":0}},"sourceDir":"content/ecosystem/profiles/mind-and-life-europe.md","urlPath":"ecosystem/profiles/mind-and-life-europe"},{"_id":"5723413d2327567012d8af4a3349dc358b01c038","file_path":"content/ideas.md","extension":"md","url_path":"ideas","filetype":null,"metadata":{"Title":"Ideas","Decription":"Life Itself is a multi-level, multi-disciplinary organisation. This page showcases all our key artciles written over the years.","Created":"2023-03-29T00:00:00.000Z"},"sourceDir":"content/ideas.md","urlPath":"ideas"},{"_id":"5808403beeba6328b0109340417f48d451744f5b","file_path":"content/blog/2020/03/22/tv-addiction.md","extension":"md","url_path":"blog/2020/03/22/tv-addiction","filetype":null,"metadata":{"title":"TV Addiction","created":"2020-03-22T00:00:00.000Z","authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2020/03/22/tv-addiction.md","urlPath":"blog/2020/03/22/tv-addiction"},{"_id":"587a802c8d3798a70da60d42e0c66cdc1f057e16","file_path":"content/blog/2019/11/29/the-case-for-contemplative-activism-why-why-now-and-what-are-we-offering.md","extension":"md","url_path":"blog/2019/11/29/the-case-for-contemplative-activism-why-why-now-and-what-are-we-offering","filetype":null,"metadata":{"title":"The Case for Contemplative Activism: why, why now, and what are we offering?","created":"2019-11-29T00:00:00.000Z","categories":["contemplative-activism"],"tags":["contemplative-activism"],"authors":["liamaet"],"image":"/assets/images/Blog-Feature-Images-27.png"},"sourceDir":"content/blog/2019/11/29/the-case-for-contemplative-activism-why-why-now-and-what-are-we-offering.md","urlPath":"blog/2019/11/29/the-case-for-contemplative-activism-why-why-now-and-what-are-we-offering"},{"_id":"58ba6e93ce8c3aff968be5b2e2772e10b76b7055","file_path":"content/ecosystem/profiles/impact-theory.md","extension":"md","url_path":"ecosystem/profiles/impact-theory","filetype":null,"metadata":{"id":"impact-theory","url":"https://impacttheory.com/","tagline":"","activity":0,"topic":0,"regions":"","locations":["US"],"started":2016,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Impact Theory","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/impact-theory.md","urlPath":"ecosystem/profiles/impact-theory"},{"_id":"58c11951c6ceb69eb70d8ec4b421c8cfc637c773","file_path":"content/blog/2019/11/04/blind-spot-1-faith-in-rationality-and-progress.md","extension":"md","url_path":"blog/2019/11/04/blind-spot-1-faith-in-rationality-and-progress","filetype":null,"metadata":{"title":"Faith in Rationality and Progress: Collective Blind Spot #1","created":"2019-11-04T00:00:00.000Z","categories":["contemplative-activism","institute"],"tags":["blindspot","progress","rationality"],"authors":["liamaet"],"image":"/assets/images/Blog-Feature-Images-25.png"},"sourceDir":"content/blog/2019/11/04/blind-spot-1-faith-in-rationality-and-progress.md","urlPath":"blog/2019/11/04/blind-spot-1-faith-in-rationality-and-progress"},{"_id":"59fc3bbafa09872e86e3657f8be6944438e04abf","file_path":"content/ecosystem/profiles/purpose.md","extension":"md","url_path":"ecosystem/profiles/purpose","filetype":null,"metadata":{"id":"purpose","url":"https://www.purpose.com/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Global"],"started":2012,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Purpose","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/purpose.md","urlPath":"ecosystem/profiles/purpose"},{"_id":"5a557e3d8afa503f229d9fe538ed7c43e7bb5750","file_path":"content/blog/2020/06/09/notes-on-tetlock-and-gardners-superforecasting.md","extension":"md","url_path":"blog/2020/06/09/notes-on-tetlock-and-gardners-superforecasting","filetype":null,"metadata":{"title":"Superforecasting, Tetlock and Gardner (Notes)","created":"2020-06-09T00:00:00.000Z","categories":["institute"],"tags":["notes","superforecasting"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-3.jpg"},"sourceDir":"content/blog/2020/06/09/notes-on-tetlock-and-gardners-superforecasting.md","urlPath":"blog/2020/06/09/notes-on-tetlock-and-gardners-superforecasting"},{"_id":"5a696cf0ba17bd55f55ec54cd099d247d4e54946","file_path":"content/subscribe.md","extension":"md","url_path":"subscribe","filetype":null,"metadata":{"title":"Free Ebook: The Great Grasping by Liam Kavanagh","created":"2022-05-09T00:00:00.000Z","authors":["khalil-ali"]},"sourceDir":"content/subscribe.md","urlPath":"subscribe"},{"_id":"5a6c91e8e07ec2a4c9f261ce841f3627a1f329ec","file_path":"content/blog/2018/02/04/a-well-being-kuznets-curve.md","extension":"md","url_path":"blog/2018/02/04/a-well-being-kuznets-curve","filetype":null,"metadata":{"title":"A Wellbeing Kuznets Curve","created":"2018-02-04T00:00:00.000Z","categories":["institute","policy","wellbeing"],"authors":["rufuspollock"],"image":"/assets/images/wellbeing-kuznets-curve.jpeg"},"sourceDir":"content/blog/2018/02/04/a-well-being-kuznets-curve.md","urlPath":"blog/2018/02/04/a-well-being-kuznets-curve"},{"_id":"5a77e925de98f2608b77a52cacdfa80267cb6bcb","file_path":"content/initiatives/hubs.md","extension":"md","url_path":"initiatives/hubs","filetype":null,"metadata":{"title":"Hubs","description":"Our hubs are micro-cultures which embody [the values of Life Itself]. The hubs provide communal environments that support the well-being and self-growth of their residents and foster links with local communities through events, workshops and co-working spaces.","image":"/assets/images/hub-gathering-meal-2019.jpg","homepage":"/hubs","start":"2020-06-23T00:00:00.000Z","end":null,"team":["rufuspollock","valerie","liamaet"],"alumni":null,"size":"xl","status":"active","created":"2023-03-16T00:00:00.000Z"},"sourceDir":"content/initiatives/hubs.md","urlPath":"initiatives/hubs"},{"_id":"5a9729c29ab7d194a0dd6cb3919b279539ec55df","file_path":"content/blog/2022/07/29/musings-on-living-in-community.md","extension":"md","url_path":"blog/2022/07/29/musings-on-living-in-community","filetype":null,"metadata":{"title":"Musings on Living in Community","created":"2022-07-29T00:00:00.000Z","categories":["hubs"],"authors":["iljad20a2d59ebb"],"image":"/assets/images/Untitled1-1.png"},"sourceDir":"content/blog/2022/07/29/musings-on-living-in-community.md","urlPath":"blog/2022/07/29/musings-on-living-in-community"},{"_id":"5a9c55ec7c26aee8047a95bf16581f90aeac141d","file_path":"content/ecosystem/profiles/world-future-council.md","extension":"md","url_path":"ecosystem/profiles/world-future-council","filetype":null,"metadata":{"id":"world-future-council","url":"https://www.worldfuturecouncil.org/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Germany"],"started":2007,"ended":"","active":"Yes","people":["Otto Sharmer"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.worldfuturecouncil.org/wp-content/uploads/2016/02/wfclogo_voiceoffg-02-02-02.png","cached":"","cached_new":""},"image":{"url":"https://www.worldfuturecouncil.org/wp-content/uploads/2016/02/wfclogo_voiceoffg-02-02-02.png","cached":"","cached_new":""},"title":"World Future Council","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/world-future-council.md","urlPath":"ecosystem/profiles/world-future-council"},{"_id":"5ac5e92006a28580b6674f2244bb3580c557bd81","file_path":"content/ecosystem/profiles/centre-for-applied-cultural-evolution.md","extension":"md","url_path":"ecosystem/profiles/centre-for-applied-cultural-evolution","filetype":null,"metadata":{"id":"centre-for-applied-cultural-evolution","url":"https://culturalevolutioncenter.org/","tagline":"","activity":["research","education"],"topic":["community","development"],"regions":"South America","locations":["Costa Rica, SA"],"started":2018,"ended":"","active":"Y","people":["Joe Brewer"],"notes_data_entry":"Joe Brewer (as of 2019)","facebook":"https://www.facebook.com/centerforappliedculturalevolution/","twitter":"https://twitter.com/evolvingfutures/","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t31.18172-8/28162062_444883559260354_7893366896126127944_o.jpg?_nc_cat=106&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=YaLmdu3aOMwAX-EBa7y&_nc_ht=scontent-lcy1-1.xx&oh=f28778327b42a3e81a872ac99248ca64&oe=61BA56AE","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060469/Ecosystem%20Mapping/Center_for_ACE_xzapin.jpg","cached_new":"/img/Center_for_ACE_xzapin.jpg"},"image":{"url":"http://culturalevolutioncenter.org//wp-content/uploads/2018/01/CDI-Earth-Image.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644934412/Ecosystem%20Mapping/CACE_sxs0sh.jpg","cached_new":"/img/CACE_sxs0sh.jpg"},"title":"Centre for Applied Cultural Evolution","curation_status":"Y","social_change":{"inner":0,"cultural":1,"systems":0}},"sourceDir":"content/ecosystem/profiles/centre-for-applied-cultural-evolution.md","urlPath":"ecosystem/profiles/centre-for-applied-cultural-evolution"},{"_id":"5adc2b23a4d86697fdb2abb251c9a93954ae57f5","file_path":"content/notes/FYI.md","extension":"md","url_path":"notes/FYI","filetype":null,"metadata":{},"sourceDir":"content/notes/FYI.md","urlPath":"notes/FYI"},{"_id":"5b1e647a547bcf7021a5030ce5b9a768e8a7e7f3","file_path":"content/blog/2022/06/09/embodying-collective-transformation-with-karl-steyaert.md","extension":"md","url_path":"blog/2022/06/09/embodying-collective-transformation-with-karl-steyaert","filetype":null,"metadata":{"title":"Embodying Collective Transformation with Karl Steyaert","created":"2022-06-09T00:00:00.000Z","categories":["podcast","residency"],"tags":["podcast"],"authors":["eilidhross"],"image":"/assets/images/Youtube-Thumbnail-Template-4-2.png"},"sourceDir":"content/blog/2022/06/09/embodying-collective-transformation-with-karl-steyaert.md","urlPath":"blog/2022/06/09/embodying-collective-transformation-with-karl-steyaert"},{"_id":"5b8bc929cc27755a74d0023c1cb3063c9b72d47d","file_path":"content/blog/2020/03/30/wise-food-salon-and-cooking-class-with-lily-robert.md","extension":"md","url_path":"blog/2020/03/30/wise-food-salon-and-cooking-class-with-lily-robert","filetype":null,"metadata":{"title":"Wise food Salon and Cooking Class with Lily Roberts","created":"2020-03-30T00:00:00.000Z","categories":["programs"],"tags":["wise-food","wise-ood"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2020/03/30/wise-food-salon-and-cooking-class-with-lily-robert.md","urlPath":"blog/2020/03/30/wise-food-salon-and-cooking-class-with-lily-robert"},{"_id":"5c2713fa6472cb037a96e8ebf6ea0135573c8162","file_path":"content/blog/2021/12/22/conservative-planning-for-social-well-being.md","extension":"md","url_path":"blog/2021/12/22/conservative-planning-for-social-well-being","filetype":null,"metadata":{"title":"Conservative Planning for Social Well-being","created":"2021-12-22T00:00:00.000Z","categories":["sustainable-wellbeing"],"authors":["liamaet"],"image":"/assets/images/Blog-Feature-Images-26.jpg"},"sourceDir":"content/blog/2021/12/22/conservative-planning-for-social-well-being.md","urlPath":"blog/2021/12/22/conservative-planning-for-social-well-being"},{"_id":"5c3a02519c52726c482571b24b18eb300a1b59b0","file_path":"content/blog/2019/04/17/blind-spots-2-returning-to-mystery.md","extension":"md","url_path":"blog/2019/04/17/blind-spots-2-returning-to-mystery","filetype":null,"metadata":{"title":"Returning to Mystery, Saving Ourselves: Blind Spots","created":"2019-04-17T00:00:00.000Z","categories":["our-philosophy"],"tags":["blindspot","mystery","save"],"authors":["artearthtech"]},"sourceDir":"content/blog/2019/04/17/blind-spots-2-returning-to-mystery.md","urlPath":"blog/2019/04/17/blind-spots-2-returning-to-mystery"},{"_id":"5c611b0dd2042febde09ef72560dfb35cafcaf58","file_path":"content/programs/2023/embodying-collective-intimacy.md","extension":"md","url_path":"programs/2023/embodying-collective-intimacy","filetype":null,"metadata":{"title":"Embodying collective intimacy","created":"2022-09-13T00:00:00.000Z","authors":["valerie"]},"sourceDir":"content/programs/2023/embodying-collective-intimacy.md","urlPath":"programs/2023/embodying-collective-intimacy"},{"_id":"5cb0b1adaa45e2a8c4b9b31b2846249b1d6e0ebf","file_path":"content/blog/2023/05/19/sylvie-barbier-second-renaissance.md","extension":"md","url_path":"blog/2023/05/19/sylvie-barbier-second-renaissance","filetype":null,"metadata":{"title":"Are We Experiecing The Second Renaissance? with Sylvie Barbier","created":"2023-06-02T00:00:00.000Z","authors":["sylvieshiweibarbier"],"categories":["community-call"],"image":"/assets/images/the-second-renaissance-sylvie-barbier.png"},"sourceDir":"content/blog/2023/05/19/sylvie-barbier-second-renaissance.md","urlPath":"blog/2023/05/19/sylvie-barbier-second-renaissance"},{"_id":"5ce7497e24ee5bd8e9fafb48d890fc4213027109","file_path":"content/calls/autobiography.md","extension":"md","url_path":"calls/autobiography","filetype":null,"metadata":{"title":"Autobiography","created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"image":"/assets/images/calls1.jpg"},"sourceDir":"content/calls/autobiography.md","urlPath":"calls/autobiography"},{"_id":"5da2d607534589842f6b91db2e80fc8187590488","file_path":"content/podcast/sen-zhan-and-sylvie-barbier.md","extension":"md","url_path":"podcast/sen-zhan-and-sylvie-barbier","filetype":null,"metadata":{"title":"Sen Zhan and Sylvie Barbier","author":"Eilidh Ross","date":"2021-01-14T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/63731020/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F63731020%2F50043a0769ac06a7710079246ec85134.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1674551113101-586c3a3bc847f.jpg"},"sourceDir":"content/podcast/sen-zhan-and-sylvie-barbier.md","urlPath":"podcast/sen-zhan-and-sylvie-barbier"},{"_id":"5de4f89542ffdaeca3f1d8df91ab99ef0b2ed815","file_path":"content/ecosystem/profiles/waking-up-with-sam-harris.md","extension":"md","url_path":"ecosystem/profiles/waking-up-with-sam-harris","filetype":null,"metadata":{"id":"waking-up-with-sam-harris","url":"https://wakingup.com/","tagline":"","activity":0,"topic":0,"regions":"","locations":["US"],"started":2019,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://samharris.org/wp-content/uploads/2018/01/Waking-Up-wide.jpg","cached":"","cached_new":""},"image":{"url":"https://samharris.org/wp-content/uploads/2018/01/Waking-Up-wide.jpg","cached":"","cached_new":""},"title":"Waking up with Sam Harris","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/waking-up-with-sam-harris.md","urlPath":"ecosystem/profiles/waking-up-with-sam-harris"},{"_id":"5e16ccfef36064c89034baf78b8879fc45bcb0dd","file_path":"content/awakening-society.md","extension":"md","url_path":"awakening-society","filetype":null,"metadata":{"description":"An awakening society is a society oriented to \"awakening\": personal and collective development towards greater peace, freedom, insight and wisdom."},"sourceDir":"content/awakening-society.md","urlPath":"awakening-society"},{"_id":"5e1a983882245a4111635b6572e96011ae708125","file_path":"content/relation-a-largent-et-histoires-de-vie.md","extension":"md","url_path":"relation-a-largent-et-histoires-de-vie","filetype":null,"metadata":{"title":"Relation A-largent-et-histoires-de-vie","created":"2022-10-26T00:00:00.000Z","authors":["valerie"]},"sourceDir":"content/relation-a-largent-et-histoires-de-vie.md","urlPath":"relation-a-largent-et-histoires-de-vie"},{"_id":"5e8129b107fb8e3a74a097b28b3768c6729f6359","file_path":"content/excalidraw/research-topical-map-2023-01-14.excalidraw.md","extension":"md","url_path":"excalidraw/research-topical-map-2023-01-14.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed","tags":["excalidraw"]},"sourceDir":"content/excalidraw/research-topical-map-2023-01-14.excalidraw.md","urlPath":"excalidraw/research-topical-map-2023-01-14.excalidraw"},{"_id":"5f3ec7030b3a2ef1a9c5876ed55d2a99c3b341ec","file_path":"content/notes/new-home-page.md","extension":"md","url_path":"notes/new-home-page","filetype":null,"metadata":{"title":"New Home Page","created":"2023-03-28T00:00:00.000Z"},"sourceDir":"content/notes/new-home-page.md","urlPath":"notes/new-home-page"},{"_id":"5f6ca54b2715821be671075f3bb7db0cee59ef76","file_path":"content/blog/2020/07/14/the-equality-complex-sunday-salon-19th-july-2020-3pm.md","extension":"md","url_path":"blog/2020/07/14/the-equality-complex-sunday-salon-19th-july-2020-3pm","filetype":null,"metadata":{"title":"The Equality Complex Sunday Salon: 19th July 2020 3pm","created":"2020-07-14T00:00:00.000Z","categories":["programs","salons"],"tags":["equality"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/07/14/the-equality-complex-sunday-salon-19th-july-2020-3pm.md","urlPath":"blog/2020/07/14/the-equality-complex-sunday-salon-19th-july-2020-3pm"},{"_id":"5f907fa2b507f54c515b7f28259643afb424123a","file_path":"content/ecosystem/profiles/esalen.md","extension":"md","url_path":"ecosystem/profiles/esalen","filetype":null,"metadata":{"id":"esalen","url":"https://www.esalen.org/","tagline":"","activity":["education","events"],"topic":["spirituality","development"],"regions":"US","locations":["California, US"],"started":1962,"ended":"","active":"Y","people":["Michael Murphy","Richard Price"],"notes_data_entry":"","facebook":"https://www.facebook.com/EsalenInstitute","twitter":"https://twitter.com/esalen","instagram":"https://www.instagram.com/esalen/","linkedin":"https://www.linkedin.com/company/esalen-institute/","youtube":"https://www.youtube.com/user/esaleninstitute","blog":"not-found","logo":{"url":"https://assets-global.website-files.com/602d8561ae2fe611c947c905/602d8561ae2fe6277647c9a0_esalen-logo.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972727/Ecosystem%20Mapping/Esalen_bauplm.png","cached_new":"/img/Esalen_bauplm.png"},"image":{"url":"https://assets-global.website-files.com/602d8561ae2fe6ec8347c903/604fa5b98b2e46b01e66d9a7_lawn-fence-sunset-woman-walking.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935824/Ecosystem%20Mapping/esalen_jnqz76.jpg","cached_new":"/img/esalen_jnqz76.jpg"},"title":"Esalen","curation_status":"Y","social_change":{"inner":0.8,"cultural":0.2,"systems":0}},"sourceDir":"content/ecosystem/profiles/esalen.md","urlPath":"ecosystem/profiles/esalen"},{"_id":"5f9b4227423590116355c3f1d8f6651d329c786a","file_path":"content/institute/contemplative-activism.md","extension":"md","url_path":"institute/contemplative-activism","filetype":null,"metadata":{"title":"Contemplative Activism","created":"2020-05-19T00:00:00.000Z","authors":["liamaet"],"image":"/assets/images/ills-of-cap.jpg"},"sourceDir":"content/institute/contemplative-activism.md","urlPath":"institute/contemplative-activism"},{"_id":"5facc4122cea033e574c603d65d9ece8d542e708","file_path":"content/ecosystem/profiles/wellbeing-project.md","extension":"md","url_path":"ecosystem/profiles/wellbeing-project","filetype":null,"metadata":{"id":"wellbeing-project","url":"http://wellbeing-project.org/","tagline":"","activity":["business","education"],"topic":["wellbeing","work"],"regions":"","locations":["France/Spain"],"started":2007,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"https://www.facebook.com/wellbeingproject","twitter":"https://twitter.com/thewellbeingp","instagram":"https://www.instagram.com/thewellbeingp/?hl=en","linkedin":"https://www.linkedin.com/company/thewellbeingproject/","youtube":"https://www.youtube.com/channel/UCdRIORHMG3GXHAZc30GE6kw/videos","blog":"not-found","logo":{"url":"http://wellbeing-project.org/wp-content/uploads/2017/12/wbp_header_logo-1.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973770/Ecosystem%20Mapping/The_Wellbeing_Project_pbntid.png","cached_new":"/img/The_Wellbeing_Project_pbntid.png"},"image":{"url":"https://thewellbeingproject.co.uk/wp-content/uploads/2021/11/iStock-956479962-1-scaled.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645007270/Ecosystem%20Mapping/wellbeing_kveoqh.jpg","cached_new":"/img/wellbeing_kveoqh.jpg"},"title":"The Wellbeing Project","curation_status":"Y","social_change":{"inner":0.7,"cultural":0.3,"systems":0}},"sourceDir":"content/ecosystem/profiles/wellbeing-project.md","urlPath":"ecosystem/profiles/wellbeing-project"},{"_id":"5fde1de6fdd41f2768ecd546eced2584e9c57716","file_path":"content/conscious-coliving-course.md","extension":"md","url_path":"conscious-coliving-course","filetype":null,"metadata":{"title":"Conscious Coliving 101 - Learn How to Live a More Connected Life","description":"Our fantastic free course guides you to a fresh and alternative way of living, one that can fulfill your deepest needs and desires."},"sourceDir":"content/conscious-coliving-course.md","urlPath":"conscious-coliving-course"},{"_id":"60029b61b99f43c4fef03a428fc3d66c85de8b3c","file_path":"content/blog/2022/06/17/history-humility-and-the-seeds-of-a-new-culture.md","extension":"md","url_path":"blog/2022/06/17/history-humility-and-the-seeds-of-a-new-culture","filetype":null,"metadata":{"title":"Tending the seeds of a \"new\" culture — Hope, History, and Humility","created":"2022-06-17T00:00:00.000Z","categories":["contemplative-activism"],"authors":["liamaet"],"image":"/assets/images/Blog-Feature-Images-21.png"},"sourceDir":"content/blog/2022/06/17/history-humility-and-the-seeds-of-a-new-culture.md","urlPath":"blog/2022/06/17/history-humility-and-the-seeds-of-a-new-culture"},{"_id":"600f9d3ea3cd5abd980d72e64fa8d16c7095dbb7","file_path":"content/blog/2020/12/11/reflections-on-an-experiment-in-communal-living.md","extension":"md","url_path":"blog/2020/12/11/reflections-on-an-experiment-in-communal-living","filetype":null,"metadata":{"title":"Communal Living: Reflections on an Experiment in","created":"2020-12-11T00:00:00.000Z","categories":["conscious-coliving"],"tags":["coliving"],"authors":["theo-cox"]},"sourceDir":"content/blog/2020/12/11/reflections-on-an-experiment-in-communal-living.md","urlPath":"blog/2020/12/11/reflections-on-an-experiment-in-communal-living"},{"_id":"601218cafa333f5d09f4ec0986ef29e89864b057","file_path":"content/blog/2020/06/13/contemplating-denial.md","extension":"md","url_path":"blog/2020/06/13/contemplating-denial","filetype":null,"metadata":{"title":"Contemplating Denial","created":"2020-06-13T00:00:00.000Z","categories":["contemplative-activism"],"tags":["denial"],"authors":["nareshgg7"],"image":"/assets/images/Blog-Feature-Images-5.jpg"},"sourceDir":"content/blog/2020/06/13/contemplating-denial.md","urlPath":"blog/2020/06/13/contemplating-denial"},{"_id":"60894eb326e96646402d3f04e326bb3bf2bffe1d","file_path":"content/blog/2020/11/07/my-friends-whatever-we-are-doing-it-is-not-really-working.md","extension":"md","url_path":"blog/2020/11/07/my-friends-whatever-we-are-doing-it-is-not-really-working","filetype":null,"metadata":{"title":"Friends, this is still not working (but congrats, Joe.)","created":"2020-11-07T00:00:00.000Z","categories":["institute"],"tags":["friends","liam-kavanagh"],"authors":["liamaet"]},"sourceDir":"content/blog/2020/11/07/my-friends-whatever-we-are-doing-it-is-not-really-working.md","urlPath":"blog/2020/11/07/my-friends-whatever-we-are-doing-it-is-not-really-working"},{"_id":"60cddc5ddc5626f43318ff7d6b02a0396f89d9e1","file_path":"content/ecosystem/profiles/alternatives-uk.md","extension":"md","url_path":"ecosystem/profiles/alternatives-uk","filetype":null,"metadata":{"id":"alternatives-uk","url":"https://www.alternatives.org.uk/","tagline":"","activity":["events","education"],"topic":["wellbeing","spirituality"],"regions":"","locations":["London"],"started":1982,"ended":"","active":"Yes","people":0,"notes_data_entry":"activities also include media. topics also include development, work, and many others (though spirituality and personal growth seem to be the main topics). ","facebook":"https://www.facebook.com/alternativesstjames","twitter":"https://twitter.com/alternativesorg","instagram":"https://www.instagram.com/alternativesorg/","linkedin":"not-found","youtube":"https://www.youtube.com/user/alternativestalks","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.18169-9/12289748_950773981625648_4885802080062041185_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=qNqUgCnNdKIAX8S0Jd1&_nc_ht=scontent-lcy1-1.xx&oh=7a19fc467fbc5d07d18d1a6497c9aa41&oe=61BA9EB6","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060867/Ecosystem%20Mapping/Alternatives_UK_iinlcr.jpg","cached_new":"/img/Alternatives_UK_iinlcr.jpg"},"image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t1.18169-9/17951752_1351092234927152_8793413239077130503_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=9267fe&_nc_ohc=TN7_7GZCbZcAX9zAtnL&_nc_ht=scontent.fgla3-2.fna&oh=00_AT9ZrYfak0oMBq8gc-kj3yIb8oSkFnucD_CfJzhJ5U8cqg&oe=623310EA","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645009148/Ecosystem%20Mapping/alt_msvfiu.jpg","cached_new":"/img/alt_msvfiu.jpg"},"title":"Alternatives UK","curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/alternatives-uk.md","urlPath":"ecosystem/profiles/alternatives-uk"},{"_id":"61f32a7afc2ea62a68545c8c3208199b36f1936d","file_path":"content/ecosystem/profiles/damanhur.md","extension":"md","url_path":"ecosystem/profiles/damanhur","filetype":null,"metadata":{"id":"damanhur","url":"http://www.damanhur.org","tagline":"","activity":["spaces","events"],"topic":["community","spirituality"],"regions":"Italy","locations":["Turin, IT"],"started":1975,"ended":"","active":"Y","people":0,"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://damanhur.org/wp-content/uploads/2020/07/damanhur-gold-1024x745.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972375/Ecosystem%20Mapping/Damanhur_udwo6n.png","cached_new":"/img/Damanhur_udwo6n.png"},"image":{"url":"https://cdn.bitrix24.eu/b5745751/landing/b15/b15609ee2de1ac39c1a389ec39510cc3/Screen_Shot_2020-07-10_at_17.58.45_copy_2x_2x_2x.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935081/Ecosystem%20Mapping/Damanhur_zcme1e.jpg","cached_new":"/img/Damanhur_zcme1e.jpg"},"title":"Damanhur","curation_status":"Y","social_change":{"inner":0.4,"cultural":0.6,"systems":0}},"sourceDir":"content/ecosystem/profiles/damanhur.md","urlPath":"ecosystem/profiles/damanhur"},{"_id":"624607e93e87df64b52f5dabbc8ba68274bb180a","file_path":"content/notes/books/stein-gafni-2017-apocalypse-of-modern-world-system.md","extension":"md","url_path":"notes/books/stein-gafni-2017-apocalypse-of-modern-world-system","filetype":null,"metadata":{},"sourceDir":"content/notes/books/stein-gafni-2017-apocalypse-of-modern-world-system.md","urlPath":"notes/books/stein-gafni-2017-apocalypse-of-modern-world-system"},{"_id":"6283f21056c73e0ffc92da06fe5fc079917023be","file_path":"content/ecosystem/profiles/omega.md","extension":"md","url_path":"ecosystem/profiles/omega","filetype":null,"metadata":{"id":"omega","url":"https://www.eomega.org/","tagline":null,"activity":["spaces","education"],"topic":["community","spirituality","wellbeing"],"regions":null,"locations":["Rhinebeck, New York"],"started":1977,"ended":"","active":"Y","people":[null],"notes_data_entry":"","facebook":"https://www.facebook.com/eOmega.org","twitter":"https://twitter.com/Omega_Institute","instagram":"https://www.instagram.com/OmegaInstitute","linkedin":"https://www.linkedin.com/company/omega-institute-cp","youtube":"https://www.youtube.com/TheOmegaInstitute","blog":"https://www.eomega.org/read-watch-listen/articles-videos-more","logo":{"url":"https://www.facebook.com/photo/?fbid=327686466071428&set=a.327686439404764","cached_new":"/img/omega_logo.jpeg"},"image":{"url":"https://www.facebook.com/photo/?fbid=327686462738095&set=a.327686436071431","cached_new":"/img/omega_image.jpeg"},"title":"OMEGA","curation_status":"YY","social_change":{"inner":0.8,"cultural":0.2,"systems":0}},"sourceDir":"content/ecosystem/profiles/omega.md","urlPath":"ecosystem/profiles/omega"},{"_id":"62b4821139a73661ff8d88d964c1725d735a1705","file_path":"content/notes/shining-light.md","extension":"md","url_path":"notes/shining-light","filetype":null,"metadata":{"title":"Shining a Light"},"sourceDir":"content/notes/shining-light.md","urlPath":"notes/shining-light"},{"_id":"63e0bc05de90c38279f97337aa44fe616c2ec9f8","file_path":"content/podcast/joseph-henrich-and-the-emergence-of-culturology.md","extension":"md","url_path":"podcast/joseph-henrich-and-the-emergence-of-culturology","filetype":null,"metadata":{"title":"Joseph Henrich and the Emergence of a (Rigorous) Culturology","author":"Eilidh Ross","date":"2022-11-25T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/61187039/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F61187039%2Ff2c8a7f8a6e3ed21b4ad58ee0c3cf724.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1669378222759-808fef0c610ed.jpg"},"sourceDir":"content/podcast/joseph-henrich-and-the-emergence-of-culturology.md","urlPath":"podcast/joseph-henrich-and-the-emergence-of-culturology"},{"_id":"641e03ca5f490c414dd595c508964f161bf4b549","file_path":"content/blog/2019/02/06/blind-spots-roberto-unger-future-of-britain.md","extension":"md","url_path":"blog/2019/02/06/blind-spots-roberto-unger-future-of-britain","filetype":null,"metadata":{"title":"Roberto Unger: The Knowledge Economy, the Progressive Project and the Future of Britain","created":"2019-02-06T00:00:00.000Z","categories":["institute"],"tags":["britain","knowledge-economy","roberto-unger"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2019/02/06/blind-spots-roberto-unger-future-of-britain.md","urlPath":"blog/2019/02/06/blind-spots-roberto-unger-future-of-britain"},{"_id":"64725f186d192c200b9afa6a8081b2bda70174e7","file_path":"content/blog/2020/03/25/the-opportunities-and-lessons-to-take-away-from-coronavirus-community-call-28th-march.md","extension":"md","url_path":"blog/2020/03/25/the-opportunities-and-lessons-to-take-away-from-coronavirus-community-call-28th-march","filetype":null,"metadata":{"title":"Coronavirus: Opportunities and lessons - Community Call 28th March","created":"2020-03-25T00:00:00.000Z","categories":["life-itself"],"tags":["coronavirus"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2020/03/25/the-opportunities-and-lessons-to-take-away-from-coronavirus-community-call-28th-march.md","urlPath":"blog/2020/03/25/the-opportunities-and-lessons-to-take-away-from-coronavirus-community-call-28th-march"},{"_id":"6488afbcc0b91d4ac7ea0bbf8c94299cec79cf41","file_path":"content/blog/2020/03/25/covid-19-mutual-aid-groups-across-europe-and-uk.md","extension":"md","url_path":"blog/2020/03/25/covid-19-mutual-aid-groups-across-europe-and-uk","filetype":null,"metadata":{"title":"Covid-19 Mutual Aid Groups across Europe and UK","created":"2020-03-25T00:00:00.000Z","categories":["life-itself"],"tags":["coronavirus"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/03/25/covid-19-mutual-aid-groups-across-europe-and-uk.md","urlPath":"blog/2020/03/25/covid-19-mutual-aid-groups-across-europe-and-uk"},{"_id":"649866349c2c54743caffd3d269e8fa1f1bdb5db","file_path":"content/notes/building-books-annotated-list.md","extension":"md","url_path":"notes/building-books-annotated-list","filetype":null,"metadata":{"created":"2021-07-19T00:00:00.000Z"},"sourceDir":"content/notes/building-books-annotated-list.md","urlPath":"notes/building-books-annotated-list"},{"_id":"6520766b2805f3922fd612cb0d6ed91e4aed7bde","file_path":"content/blog/2020/04/30/the-uncoordinated-western-dance-should-give-us-all-cause-for-pause.md","extension":"md","url_path":"blog/2020/04/30/the-uncoordinated-western-dance-should-give-us-all-cause-for-pause","filetype":null,"metadata":{"title":"This uncoordinated Western dance should give us all cause for pause","created":"2020-04-30T00:00:00.000Z","categories":["collective-wisdom","contemplative-activism"],"authors":["liamaet"]},"sourceDir":"content/blog/2020/04/30/the-uncoordinated-western-dance-should-give-us-all-cause-for-pause.md","urlPath":"blog/2020/04/30/the-uncoordinated-western-dance-should-give-us-all-cause-for-pause"},{"_id":"654b89dab5a059da4a97be65955a46daa64e59e2","file_path":"content/notes/triangles.md","extension":"md","url_path":"notes/triangles","filetype":null,"metadata":{"title":"Triangles"},"sourceDir":"content/notes/triangles.md","urlPath":"notes/triangles"},{"_id":"657005c4bf6730bd427f6e4ac8404987c20746ae","file_path":"content/notes/journal/2023-01-04.md","extension":"md","url_path":"notes/journal/2023-01-04","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2023-01-04.md","urlPath":"notes/journal/2023-01-04"},{"_id":"65735128b86096e0dc5e033e8fb1882cc2e03dbc","file_path":"content/ecosystem/profiles/triratna-(buddhafield).md","extension":"md","url_path":"ecosystem/profiles/triratna-(buddhafield)","filetype":null,"metadata":{"id":"triratna-(buddhafield)","url":"www.thebuddhistcentre.com","tagline":"","activity":["events","education"],"topic":["spirituality","community"],"regions":"","locations":["-"],"started":1967,"ended":"","active":"Yes","people":["Jai Raja"],"notes_data_entry":"","facebook":"https://www.facebook.com/thebuddhistcentre","twitter":"https://twitter.com/buddhistcentre","instagram":"https://www.instagram.com/buddhistcenter/","linkedin":"not-found","youtube":"https://www.youtube.com/user/thebuddhistcentre","blog":"not-found","logo":{"url":"https://maltamindfulnesscentrecom.files.wordpress.com/2020/06/logo-new.jpg?w=683","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973761/Ecosystem%20Mapping/Triratna_oz8bhv.webp","cached_new":"/img/Triratna_oz8bhv.webp"},"image":{"url":"https://www.buddhafield.com/sites/default/files/styles/page_header_image/public/images/headers/Spare%20banner%20for%20website%204.jpg?itok=HNevkntt","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645007380/Ecosystem%20Mapping/buddhafiled_lvuryt.jpg","cached_new":"/img/buddhafiled_lvuryt.jpg"},"title":"Triratna (Buddhafield)","curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/triratna-(buddhafield).md","urlPath":"ecosystem/profiles/triratna-(buddhafield)"},{"_id":"65974c4c65c63c0042dbdb1e36cab0d3d9827486","file_path":"content/notes/life-itself.md","extension":"md","url_path":"notes/life-itself","filetype":null,"metadata":{"aliases":["Life Itself"]},"sourceDir":"content/notes/life-itself.md","urlPath":"notes/life-itself"},{"_id":"65abdf911218807ff3777befb7461f2607e42257","file_path":"content/podcast/Open-Collective--Steward-Ownership--Exit-to-Community-with-Pia-Mancini.md","extension":"md","url_path":"podcast/Open-Collective--Steward-Ownership--Exit-to-Community-with-Pia-Mancini","filetype":null,"metadata":{"title":"Open Collective, Steward Ownership & Exit to Community with Pia Mancini","author":"Rufus Pollock","date":"2022-04-25T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/51058047/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F51058047%2F8fc9b9107e42e835f8d417bc053eca41.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1650881541709-931deea04dd12.jpg"},"sourceDir":"content/podcast/Open-Collective--Steward-Ownership--Exit-to-Community-with-Pia-Mancini.md","urlPath":"podcast/Open-Collective--Steward-Ownership--Exit-to-Community-with-Pia-Mancini"},{"_id":"65ccaa2ac1fab8f7d024ce03226197e2f3e42192","file_path":"content/blind-spots.md","extension":"md","url_path":"blind-spots","filetype":null,"metadata":{"title":"Blind Spots","created":"2020-10-07T00:00:00.000Z","authors":["artearthtech"],"image":"/assets/images/carcrash-scaled.jpg"},"sourceDir":"content/blind-spots.md","urlPath":"blind-spots"},{"_id":"6648824b3f2c41535a59cc1857ac07be2b0431ba","file_path":"content/blog/2022/10/25/ecosystem-mapping-update.md","extension":"md","url_path":"blog/2022/10/25/ecosystem-mapping-update","filetype":null,"metadata":{"title":"Ecosystem Mapping Update","created":"2022-10-25T00:00:00.000Z","categories":["ecosystem-mapping"],"authors":["theo-cox"],"image":"/assets/images/visualization-.png"},"sourceDir":"content/blog/2022/10/25/ecosystem-mapping-update.md","urlPath":"blog/2022/10/25/ecosystem-mapping-update"},{"_id":"6661feb724d6579742eecc3ece3eea668687b706","file_path":"content/initiatives/possibility-now.md","extension":"md","url_path":"initiatives/possibility-now","filetype":null,"metadata":{"title":"Possibility Now","description":"Possibility Now is an initiative started by Life Itself to spark hope for social change and foster an open-minded, imaginative, collective conversation about how society can be transformed for the better.","image":"assets/images/possibility-now-header.png","homepage":"https://possibilitynow.lifeitself.org","start":2020,"end":2020,"team":["rufuspollock","sylvieshiweibarbier"],"alumni":null,"size":"m","status":"inactive","resolution":"retired","created":"2023-03-21T00:00:00.000Z"},"sourceDir":"content/initiatives/possibility-now.md","urlPath":"initiatives/possibility-now"},{"_id":"67cd5a24a86710d4fa777fbc433d7b5d211adcb1","file_path":"content/programs/gathering.md","extension":"md","url_path":"programs/gathering","filetype":null,"metadata":{"title":"Life Itself Summer Gathering 2022","created":"2020-03-17T00:00:00.000Z","authors":["sylvieshiweibarbier"],"image":"/assets/images/1909newsletter-gathering-meal-2019-1024x576-1.jpg"},"sourceDir":"content/programs/gathering.md","urlPath":"programs/gathering"},{"_id":"67dade9fcb38d20177e1960aa655cc53326eaf6f","file_path":"content/sutras/faith-in-mind.md","extension":"md","url_path":"sutras/faith-in-mind","filetype":null,"metadata":{"title":"Faith in Mind by Seng Ts'an translated by Master Sheng-yen"},"sourceDir":"content/sutras/faith-in-mind.md","urlPath":"sutras/faith-in-mind"},{"_id":"6835c0f24cb41a06dd3268914f98fdaeeee80b6c","file_path":"content/blog/2020/01/24/ways-of-being-for-2020-aet-winter-sprint-january-2020.md","extension":"md","url_path":"blog/2020/01/24/ways-of-being-for-2020-aet-winter-sprint-january-2020","filetype":null,"metadata":{"title":"Ways of Being: AET Winter Sprint January 2020","created":"2020-01-24T00:00:00.000Z","categories":["life-itself","our-philosophy"],"tags":["being","wisdom"],"authors":["artearthtech"]},"sourceDir":"content/blog/2020/01/24/ways-of-being-for-2020-aet-winter-sprint-january-2020.md","urlPath":"blog/2020/01/24/ways-of-being-for-2020-aet-winter-sprint-january-2020"},{"_id":"6892018d29f0b29b6daba0f4b01acf5699861973","file_path":"content/blog/2022/12/15/life-itself-labs-year-end-review.md","extension":"md","url_path":"blog/2022/12/15/life-itself-labs-year-end-review","filetype":null,"metadata":{"title":"Life Itself Labs: highlights and achievements of 2022","created":"2022-12-15T00:00:00.000Z","categories":["life-itself-labs"],"authors":["theo-cox"],"image":"/assets/images/Screenshot-2022-11-25-at-12.35.07.png"},"sourceDir":"content/blog/2022/12/15/life-itself-labs-year-end-review.md","urlPath":"blog/2022/12/15/life-itself-labs-year-end-review"},{"_id":"68f3026aa64a3319a90d04152e05b8c97d5ea796","file_path":"content/blog/2022/02/23/stories-of-the-berlin-hub.md","extension":"md","url_path":"blog/2022/02/23/stories-of-the-berlin-hub","filetype":null,"metadata":{"title":"Stories of the Berlin Hub","created":"2022-02-23T00:00:00.000Z","categories":["community","hubs"],"tags":["berlin","berlin-hub","hubs","stories"],"authors":["iljad20a2d59ebb"]},"sourceDir":"content/blog/2022/02/23/stories-of-the-berlin-hub.md","urlPath":"blog/2022/02/23/stories-of-the-berlin-hub"},{"_id":"690d67e6e557eb4b36d0d3bca9ad7a57479032b8","file_path":"content/blog/2018/06/08/can-digital-businesses-thrive-and-be-mindful.md","extension":"md","url_path":"blog/2018/06/08/can-digital-businesses-thrive-and-be-mindful","filetype":null,"metadata":{"title":"Can digital businesses thrive and have a mindful culture?","created":"2018-06-08T00:00:00.000Z","categories":["institute","ontology","open-revolution"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-14.png"},"sourceDir":"content/blog/2018/06/08/can-digital-businesses-thrive-and-be-mindful.md","urlPath":"blog/2018/06/08/can-digital-businesses-thrive-and-be-mindful"},{"_id":"697cc3476b42888fc3f95611cee04b7fa0c28da4","file_path":"content/blog/2021/11/12/sunflower-school-ecole-des-tournesols.md","extension":"md","url_path":"blog/2021/11/12/sunflower-school-ecole-des-tournesols","filetype":null,"metadata":{"title":"Sunflower school / L'école des Tournesols","created":"2021-11-12T00:00:00.000Z","categories":["events","initiatives"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2021/11/12/sunflower-school-ecole-des-tournesols.md","urlPath":"blog/2021/11/12/sunflower-school-ecole-des-tournesols"},{"_id":"69d78e18572abcac7ec228643179dc6f5fb298a4","file_path":"content/notes/library.md","extension":"md","url_path":"notes/library","filetype":null,"metadata":{},"sourceDir":"content/notes/library.md","urlPath":"notes/library"},{"_id":"6a179ace3cfbf5c2f834ba6c028e08310341c881","file_path":"content/real-estate-fund.md","extension":"md","url_path":"real-estate-fund","filetype":null,"metadata":{"title":"Real Estate-fund","created":"2020-08-12T00:00:00.000Z","authors":["artearthtech"],"image":"/assets/images/15030017-scaled.jpg"},"sourceDir":"content/real-estate-fund.md","urlPath":"real-estate-fund"},{"_id":"6a239625e164bd1bd8de2d7db58e038866bfc8ed","file_path":"content/blog/2023/06/02/research-community-forum-3-june-2023.md","extension":"md","url_path":"blog/2023/06/02/research-community-forum-3-june-2023","filetype":null,"metadata":{"title":"Research Community Forum #3 with Jonathan Reams - June 2023","created":"2023-06-02T00:00:00.000Z","categories":["research-call"],"authors":["rufuspollock"],"image":"/assets/images/research-forum-3.jpg"},"sourceDir":"content/blog/2023/06/02/research-community-forum-3-june-2023.md","urlPath":"blog/2023/06/02/research-community-forum-3-june-2023"},{"_id":"6a2df41ae412b0eff96cb5709a6c5b8816adae62","file_path":"content/ecosystem/profiles/impact-hub.md","extension":"md","url_path":"ecosystem/profiles/impact-hub","filetype":null,"metadata":{"id":"impact-hub","url":"https://impacthub.net/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Global (UN)"],"started":2005,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://impacthub.net/wp-content/uploads/2017/10/logo-main.svg","cached":"","cached_new":""},"image":{"url":"https://impacthub.net/wp-content/uploads/2017/10/logo-main.svg","cached":"","cached_new":""},"title":"Impact Hub","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/impact-hub.md","urlPath":"ecosystem/profiles/impact-hub"},{"_id":"6a51fab7f31700238c52be7600993fa48fe50f9d","file_path":"content/blog/2020/10/24/collective-wisdom-reflections.md","extension":"md","url_path":"blog/2020/10/24/collective-wisdom-reflections","filetype":null,"metadata":{"title":"Collective Wisdom vs Collective Intelligence - Some Reflections","created":"2020-10-24T00:00:00.000Z","categories":["collective-wisdom"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-7.jpg"},"sourceDir":"content/blog/2020/10/24/collective-wisdom-reflections.md","urlPath":"blog/2020/10/24/collective-wisdom-reflections"},{"_id":"6a985bf68707beeb1db0dc3c9d8da97ad899a627","file_path":"content/blog/2022/06/20/collective-practice-with-valerie-duvauchelle.md","extension":"md","url_path":"blog/2022/06/20/collective-practice-with-valerie-duvauchelle","filetype":null,"metadata":{"title":"Collective Practice with Valérie Duvauchelle","created":"2022-06-20T00:00:00.000Z","categories":["podcast","residency"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-22.png"},"sourceDir":"content/blog/2022/06/20/collective-practice-with-valerie-duvauchelle.md","urlPath":"blog/2022/06/20/collective-practice-with-valerie-duvauchelle"},{"_id":"6b89084a87a705613abed86f2b87c9cc3cc10f0f","file_path":"content/notes/values-and-identities-a-policy-makers-guide.md","extension":"md","url_path":"notes/values-and-identities-a-policy-makers-guide","filetype":null,"metadata":{"created":"2022-01-11T00:00:00.000Z"},"sourceDir":"content/notes/values-and-identities-a-policy-makers-guide.md","urlPath":"notes/values-and-identities-a-policy-makers-guide"},{"_id":"6bdcf554ebee38be4995b40d81dac98bda671e7e","file_path":"content/blog/2023/05/17/research-hackathon-june-2023.md","extension":"md","url_path":"blog/2023/05/17/research-hackathon-june-2023","filetype":null,"metadata":{"title":"Announcing the first Life Itself Research Hackathon","image":"/excalidraw/research-topical-map-2023-01-14.excalidraw.svg","created":"2023-05-17T00:00:00.000Z","categories":["research-community"],"authors":["rufuspollock"],"description":"The first Life Itself Research Hackathon takes on on Saturday 3rd June 2023. It's is a chance to come together to work on projects and ideas connected with making a radically wiser, weller world.","showToc":true},"sourceDir":"content/blog/2023/05/17/research-hackathon-june-2023.md","urlPath":"blog/2023/05/17/research-hackathon-june-2023"},{"_id":"6bde740c22c093ac54554d4b55456d6adc00cb45","file_path":"content/notes/research-communal-coliving-space-usage-2021/README.md","extension":"md","url_path":"notes/research-communal-coliving-space-usage-2021/README","filetype":null,"metadata":{},"sourceDir":"content/notes/research-communal-coliving-space-usage-2021/README.md","urlPath":"notes/research-communal-coliving-space-usage-2021/README"},{"_id":"6c3bba1e822a2121693cac7d9a14ddb2bd34f669","file_path":"content/ecosystem/activitys/network.md","extension":"md","url_path":"ecosystem/activitys/network","filetype":null,"metadata":{"id":"network","image":"https://images.unsplash.com/photo-1566443280617-35db331c54fb?ixid=MnwxMjA3fDB8MHxzZWFyY2h8N3x8bmV0d29ya3xlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60","emoji":"","title":"Networks & Forums"},"sourceDir":"content/ecosystem/activitys/network.md","urlPath":"ecosystem/activitys/network"},{"_id":"6c9a9666f28cd2042fc19612b7c25a90d4b86bdd","file_path":"content/ecosystem/profiles/dark-mountain.md","extension":"md","url_path":"ecosystem/profiles/dark-mountain","filetype":null,"metadata":{"id":"dark-mountain","url":"https://dark-mountain.net/","tagline":"The end of the world as we know it is not the end of the world full stop.","activity":["media","events"],"topic":["ecology","arts"],"regions":"UK","locations":["Bristol, GB"],"started":2007,"ended":"","active":"Y","people":["Charlotte Du Cann","Dougald Hine","Paul Kingsnorth"],"notes_data_entry":"Logo cached differs from logo b/c logo is white and doesn't work on white background and logo cached does work (but not sure where it came from and not worth finding that out now).","facebook":"https://www.facebook.com/DarkMountainProject","twitter":"https://twitter.com/darkmtn","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://dark-mountain.net/wp-content/themes/molecular/assets/images/logo.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633424267/Ecosystem%20Mapping/61838-1_x8mzjf.jpg","cached_new":"/img/61838-1_x8mzjf.jpg"},"image":{"url":"https://dark-mountain.net/wp-content/uploads/2021/09/TOPAS-TANA01-2048x1185.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637004530/Ecosystem%20Mapping/Dark_Mountain_up1ydi.jpg","cached_new":"/img/Dark_Mountain_up1ydi.jpg"},"title":"Dark Mountain","curation_status":"YY","social_change":{"inner":0.1,"cultural":0.9,"systems":0}},"sourceDir":"content/ecosystem/profiles/dark-mountain.md","urlPath":"ecosystem/profiles/dark-mountain"},{"_id":"6cb854588779570bf9dab278e2ae965359a718b2","file_path":"content/blog/2022/11/24/tenzo-note-2-the-habitat-of-billions-of-beings.md","extension":"md","url_path":"blog/2022/11/24/tenzo-note-2-the-habitat-of-billions-of-beings","filetype":null,"metadata":{"title":"Tenzo note #2: the habitat of billions of beings","created":"2022-11-24T00:00:00.000Z","categories":["conscious-food"],"authors":["valerie"],"image":"/assets/images/Blog-Feature-Images-33-1.jpg"},"sourceDir":"content/blog/2022/11/24/tenzo-note-2-the-habitat-of-billions-of-beings.md","urlPath":"blog/2022/11/24/tenzo-note-2-the-habitat-of-billions-of-beings"},{"_id":"6cbb0ced0424257084f861c665cb9cc17fd50a06","file_path":"content/notes/auroville.md","extension":"md","url_path":"notes/auroville","filetype":null,"metadata":{"title":"Auroville","created":"2020-08-17T00:00:00.000Z"},"sourceDir":"content/notes/auroville.md","urlPath":"notes/auroville"},{"_id":"6d30f301efada84d4d81d9006d37292682351e2b","file_path":"content/excalidraw/structuring-life-itself-offers-2022-11-12.excalidraw.md","extension":"md","url_path":"excalidraw/structuring-life-itself-offers-2022-11-12.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed","tags":["excalidraw"]},"sourceDir":"content/excalidraw/structuring-life-itself-offers-2022-11-12.excalidraw.md","urlPath":"excalidraw/structuring-life-itself-offers-2022-11-12.excalidraw"},{"_id":"6d6e4cca980cb014968492639ec19027b25979e1","file_path":"content/blog/2023/06/28/tenzo-note-8.md","extension":"md","url_path":"blog/2023/06/28/tenzo-note-8","filetype":null,"metadata":{"title":"Tenzo Note 8: The Path of The Cook 2.0","created":"2023-06-28T00:00:00.000Z","categories":["conscious-food"],"authors":["valerie"],"image":"/assets/images/tenzo-note-8.jpg"},"sourceDir":"content/blog/2023/06/28/tenzo-note-8.md","urlPath":"blog/2023/06/28/tenzo-note-8"},{"_id":"6d7700ca072b4bb5c6972190c1c0c0d423042358","file_path":"content/ecosystem/profiles/wisdom-2.0.md","extension":"md","url_path":"ecosystem/profiles/wisdom-2.0","filetype":null,"metadata":{"id":"wisdom-2.0","url":"http://www.wisdom2summit.com","tagline":"","activity":["events","education"],"topic":["wellbeing","tech"],"regions":"","locations":["US"],"started":2009,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"https://www.facebook.com/wisdom2conference","twitter":"https://twitter.com/wisdom2conf","instagram":"https://www.instagram.com/wisdom2events/","linkedin":"https://www.linkedin.com/company/wisdom-2.0/","youtube":"https://www.youtube.com/user/Wisdom2conf","blog":"not-found","logo":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRbITdjnu-S3BauuN4oolmRTSs59wCTOEAhLglOSDOQQyCtKQst","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636974027/Ecosystem%20Mapping/Wisdom_2.0_xi5kfr.png","cached_new":"/img/Wisdom_2.0_xi5kfr.png"},"image":{"url":"https://images.squarespace-cdn.com/content/v1/5f8663fc5daaf71f9561262d/1603140764239-Z2FP3Z592KWH5HR7LB8M/Wisdom2019-BZM-1046.jpg?format=2500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645008108/Ecosystem%20Mapping/Wisdom2019-BZM-1046_h0z0yk.jpg","cached_new":"/img/Wisdom2019-BZM-1046_h0z0yk.jpg"},"title":"Wisdom 2.0","curation_status":"Y","social_change":{"inner":0.5,"cultural":0.5,"systems":0}},"sourceDir":"content/ecosystem/profiles/wisdom-2.0.md","urlPath":"ecosystem/profiles/wisdom-2.0"},{"_id":"6d9a752be9898e23a6b67d88de1bf9a138512f19","file_path":"content/blog/2022/06/21/brendan-graham-dempsey-on-the-meaning-crisis-metamodern-spirituality.md","extension":"md","url_path":"blog/2022/06/21/brendan-graham-dempsey-on-the-meaning-crisis-metamodern-spirituality","filetype":null,"metadata":{"title":"Brendan Graham Dempsey on The Meaning Crisis & Metamodern Spirituality","created":"2022-06-21T00:00:00.000Z","categories":["podcast"],"authors":["eilidhross"],"image":"/assets/images/33.jpg"},"sourceDir":"content/blog/2022/06/21/brendan-graham-dempsey-on-the-meaning-crisis-metamodern-spirituality.md","urlPath":"blog/2022/06/21/brendan-graham-dempsey-on-the-meaning-crisis-metamodern-spirituality"},{"_id":"6dd8c868c4cada48bb1cfa888aacf67a82f38422","file_path":"content/notes/books/ladha-murphy-2022-post-capitalist-philanthropy.md","extension":"md","url_path":"notes/books/ladha-murphy-2022-post-capitalist-philanthropy","filetype":null,"metadata":{},"sourceDir":"content/notes/books/ladha-murphy-2022-post-capitalist-philanthropy.md","urlPath":"notes/books/ladha-murphy-2022-post-capitalist-philanthropy"},{"_id":"6ecaae24e4556b799b5b6417cb542f746fa5aa0d","file_path":"content/blog/2017/06/28/the-middle-way-what-were-about.md","extension":"md","url_path":"blog/2017/06/28/the-middle-way-what-were-about","filetype":null,"metadata":{"title":"The Middle Way: What We're About","created":"2017-06-28T00:00:00.000Z","categories":["our-philosophy"],"tags":["life-itself","middle-way"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2017/06/28/the-middle-way-what-were-about.md","urlPath":"blog/2017/06/28/the-middle-way-what-were-about"},{"_id":"6f3ccce7e4fd0216dd8316c229ec167b3e91455b","file_path":"content/notes/lindisfarne-association.md","extension":"md","url_path":"notes/lindisfarne-association","filetype":null,"metadata":{},"sourceDir":"content/notes/lindisfarne-association.md","urlPath":"notes/lindisfarne-association"},{"_id":"6f4daf11d3a8ded7ba759b0b456f069810949e70","file_path":"content/blog/2022/05/27/mapping-metamodern-integral.md","extension":"md","url_path":"blog/2022/05/27/mapping-metamodern-integral","filetype":null,"metadata":{"title":"Mapping Metamodern: Integral","created":"2022-05-27T00:00:00.000Z","categories":["ecosystem-mapping","institute"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-41.png"},"sourceDir":"content/blog/2022/05/27/mapping-metamodern-integral.md","urlPath":"blog/2022/05/27/mapping-metamodern-integral"},{"_id":"6f7e00bab1152090e656d49a1dacb3950efc7a00","file_path":"content/tao/culture.md","extension":"md","url_path":"tao/culture","filetype":null,"metadata":{},"sourceDir":"content/tao/culture.md","urlPath":"tao/culture"},{"_id":"6fb26fb138241770078a75fe98c88fea2297c48a","file_path":"content/excalidraw/comms-analysis-2022-02-24.excalidraw.md","extension":"md","url_path":"excalidraw/comms-analysis-2022-02-24.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed"},"sourceDir":"content/excalidraw/comms-analysis-2022-02-24.excalidraw.md","urlPath":"excalidraw/comms-analysis-2022-02-24.excalidraw"},{"_id":"6ffbb9ae4dacc52e040062d6e82cc1828ba1199d","file_path":"content/podcast/esther-montmany-on-conscious-parenting-part-3.md","extension":"md","url_path":"podcast/esther-montmany-on-conscious-parenting-part-3","filetype":null,"metadata":{"title":"Esther Montmany on Conscious Parenting Part 3","author":"Eilidh Ross","date":"2023-01-31T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/64015999/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F64015999%2Fe78bc4462b814eece91d62811dd67cab.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1674655345992-624884d2b2d54.jpg"},"sourceDir":"content/podcast/esther-montmany-on-conscious-parenting-part-3.md","urlPath":"podcast/esther-montmany-on-conscious-parenting-part-3"},{"_id":"701bab70fa4341f26170c504abb2d30ee6f8b8d3","file_path":"content/ecosystem/profiles/daily-evolver.md","extension":"md","url_path":"ecosystem/profiles/daily-evolver","filetype":null,"metadata":{"id":"daily-evolver","url":"https://www.dailyevolver.com/theory/","tagline":"","activity":["media","education"],"topic":["politics","development"],"regions":"","started":2011,"ended":"","active":"Y","people":["Jeff Salzman"],"notes_data_entry":"no obvious location (just online) and start date unclear, just going off date they joined twitter -charlotte","facebook":"https://www.facebook.com/dailyevolver/","twitter":"https://twitter.com/dailyevolver","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/c/DailyEvolver","blog":"not-found","logo":{"url":"https://www.dailyevolver.com/wp-content/uploads/2020/05/tde_2020_rainbow_podcast.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972351/Ecosystem%20Mapping/Daily_Evolver_c9p8df.png","cached_new":"/img/Daily_Evolver_c9p8df.png"},"image":{"url":"https://scontent.fgla3-1.fna.fbcdn.net/v/t1.18169-9/10308362_706053269460683_6744133873890270790_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=cdbe9c&_nc_ohc=sDWz6n0uBc4AX_IjfIV&_nc_ht=scontent.fgla3-1.fna&oh=00_AT-pL9sUfStMzsAWRDfxhiW0rZnh-PYjMHLgTH8ZGX7W6Q&oe=6231DDAE","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644934794/Ecosystem%20Mapping/DE_dcclsk.jpg","cached_new":"/img/DE_dcclsk.jpg"},"title":"Daily Evolver","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":1}},"sourceDir":"content/ecosystem/profiles/daily-evolver.md","urlPath":"ecosystem/profiles/daily-evolver"},{"_id":"706610a3c3be9603fe59e481f24099e30b85ef89","file_path":"content/ecosystem/profiles/science-and-nonduality.md","extension":"md","url_path":"ecosystem/profiles/science-and-nonduality","filetype":null,"metadata":{"id":"science-and-nonduality","url":"https://www.scienceandnonduality.com/","tagline":"","activity":["media","events"],"topic":["spirituality","development"],"regions":"","locations":["California"],"started":"","ended":"","active":"Yes","people":["ZAYA & MAURIZIO BENAZZO"],"notes_data_entry":"","facebook":"https://www.facebook.com/ScienceAndNonduality","twitter":"https://twitter.com/NondualScience","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/scienceandnonduality","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/49133846_2242993802417321_6750647338915594240_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=RibZYJGrcs4AX_6-PdT&_nc_ht=scontent-lcy1-1.xx&oh=c6134b51516162de629784e5f0647153&oe=61B81EFD","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060878/Ecosystem%20Mapping/Science_and_non_duality_nw8dgu.jpg","cached_new":"/img/Science_and_non_duality_nw8dgu.jpg"},"image":{"url":"https://scontent.fgla3-1.fna.fbcdn.net/v/t39.30808-6/259354519_4884402564943085_6543704430427337792_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=730e14&_nc_ohc=TLiqyFKG-MwAX-WaWCE&_nc_oc=AQn3UuAXJ21SvZTsuDXvFJT_jEjiZec7l9_JYq7DSLfiGSqIUH3YGDIDGsvlW8G-k4IywMkuzXTrkTnagDmUKJeb&_nc_ht=scontent.fgla3-1.fna&oh=00_AT8e49qRC2KWPZ5VHmqmFOhSDu0218ETNEMiBnKOhwZesg&oe=62112FC8","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645009346/Ecosystem%20Mapping/sci_and_non_du_pvofvo.jpg","cached_new":"/img/sci_and_non_du_pvofvo.jpg"},"title":"Science and Nonduality (SAND)","curation_status":"Y","social_change":{"inner":0.8,"cultural":0.2,"systems":0}},"sourceDir":"content/ecosystem/profiles/science-and-nonduality.md","urlPath":"ecosystem/profiles/science-and-nonduality"},{"_id":"708d2df1f8959d2f0af6cba197574724c496d57a","file_path":"content/notes/schwartz-cultural-values.md","extension":"md","url_path":"notes/schwartz-cultural-values","filetype":null,"metadata":{"title":"Research on Cultural Values"},"sourceDir":"content/notes/schwartz-cultural-values.md","urlPath":"notes/schwartz-cultural-values"},{"_id":"70e07ccac9def6bbdad824689355a5b12736593f","file_path":"content/blog/2022/09/29/exploring-social-transformation-series-wrap-up.md","extension":"md","url_path":"blog/2022/09/29/exploring-social-transformation-series-wrap-up","filetype":null,"metadata":{"title":"Exploring Social Transformation: Series Wrap-Up","created":"2022-09-29T00:00:00.000Z","categories":["podcast"],"authors":["eilidhross"],"image":"/assets/images/Youtube-Thumbnail-Template-7.jpg"},"sourceDir":"content/blog/2022/09/29/exploring-social-transformation-series-wrap-up.md","urlPath":"blog/2022/09/29/exploring-social-transformation-series-wrap-up"},{"_id":"70fa38c1fb3e9f511816be76a529ef35a1076084","file_path":"content/ecosystem/profiles/the-fourth-group.md","extension":"md","url_path":"ecosystem/profiles/the-fourth-group","filetype":null,"metadata":{"id":"the-fourth-group","url":"https://thefourthgroup.org/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Global"],"started":2016,"ended":"","active":"Not obviously","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://thefourthgroup.org/wp-content/uploads/2016/09/cropped-13412938_538067403059935_5536971427479769527_n-2.jpg","cached":"","cached_new":""},"image":{"url":"https://thefourthgroup.org/wp-content/uploads/2016/09/cropped-13412938_538067403059935_5536971427479769527_n-2.jpg","cached":"","cached_new":""},"title":"The fourth group","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/the-fourth-group.md","urlPath":"ecosystem/profiles/the-fourth-group"},{"_id":"70fa60cfb78f307e5e2ca26b9f597387a8adc9df","file_path":"content/blog/2020/02/12/one-taiwan.md","extension":"md","url_path":"blog/2020/02/12/one-taiwan","filetype":null,"metadata":{"title":"One Taiwan","created":"2020-02-12T00:00:00.000Z","categories":["life-itself"],"tags":["taiwan"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/02/12/one-taiwan.md","urlPath":"blog/2020/02/12/one-taiwan"},{"_id":"710b846f4dd3c32ee3889947826a9a6e9a030683","file_path":"content/ecosystem/profiles/do-one-better-podcast.md","extension":"md","url_path":"ecosystem/profiles/do-one-better-podcast","filetype":null,"metadata":{"id":"do-one-better-podcast","url":"https://www.lidji.org/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Global"],"started":2019,"ended":"","active":"Yes","people":["Alberto Lidji"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://static.wixstatic.com/media/b2a84d_c3f58fa92b4d431b9c073e83600c33e0~mv2_d_1400_1400_s_2.jpeg/v1/fill/w_418,h_418,al_c,q_80,usm_0.66_1.00_0.01/Do%20One%20Better%20Podcast%20Logo%201400.webp","cached":"","cached_new":""},"image":{"url":"https://static.wixstatic.com/media/b2a84d_c3f58fa92b4d431b9c073e83600c33e0~mv2_d_1400_1400_s_2.jpeg/v1/fill/w_418,h_418,al_c,q_80,usm_0.66_1.00_0.01/Do%20One%20Better%20Podcast%20Logo%201400.webp","cached":"","cached_new":""},"title":"Do One Better Podcast","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/do-one-better-podcast.md","urlPath":"ecosystem/profiles/do-one-better-podcast"},{"_id":"712358e0322415baefb8ed97834db682aa80d2de","file_path":"content/ecosystem/profiles/the-emergence-network.md","extension":"md","url_path":"ecosystem/profiles/the-emergence-network","filetype":null,"metadata":{"id":"the-emergence-network","url":"http://www.emergencenetwork.org/","tagline":"What if the way we respond to the crisis is part of the crisis?","activity":["research","events"],"topic":["politics","arts"],"regions":"India","locations":["Chennai, IN"],"started":2019,"ended":"","active":"Y","people":["Bayo Ako"],"notes_data_entry":"","facebook":"https://www.facebook.com/theemergencenetwork","twitter":"not-found","instagram":"https://www.instagram.com/the_emergence_network/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UC9KbVIW0ATaNF5v_yWG6d2Q","blog":"not-found","logo":{"url":"http://www.emergencenetwork.org/wp-content/uploads/2017/06/Comp-2_1.gif","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/the_emergence_network_p1pu4f.gif","cached_new":"/img/the_emergence_network_p1pu4f.gif"},"image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t1.6435-9/54257755_2474245265941282_5733198702076493824_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=730e14&_nc_ohc=JJF_zZEOOIkAX8GvpEO&_nc_ht=scontent.fgla3-2.fna&oh=00_AT9DuWCjH5ziaq_B1Gz_cbjA0Gv6j29ugFHGfgd7VuuoHA&oe=6230F7D6","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645006360/Ecosystem%20Mapping/TEN_nl0gd6.jpg","cached_new":"/img/TEN_nl0gd6.jpg"},"title":"The Emergence Network","curation_status":"YY","social_change":{"inner":0.3,"cultural":0.7,"systems":0}},"sourceDir":"content/ecosystem/profiles/the-emergence-network.md","urlPath":"ecosystem/profiles/the-emergence-network"},{"_id":"712e210a65772e9128e99eabea8240fe55554c2e","file_path":"content/ecosystem/profiles/scuttlebutt.md","extension":"md","url_path":"ecosystem/profiles/scuttlebutt","filetype":null,"metadata":{"id":"scuttlebutt","url":"https://scuttlebutt.nz/","tagline":"","activity":0,"topic":0,"regions":"","locations":["New Zeanland"],"started":"","ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Scuttlebutt","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/scuttlebutt.md","urlPath":"ecosystem/profiles/scuttlebutt"},{"_id":"71c3890d784d0b537b638960d8619aaa15255fee","file_path":"content/blog/2023/06/29/climate-majority-project-with-liam-kavanagh.md","extension":"md","url_path":"blog/2023/06/29/climate-majority-project-with-liam-kavanagh","filetype":null,"metadata":{"title":"The Climate Majority Project: Mobilising the Silent Majority with Liam Kavanagh","created":"2023-08-01T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["community-call"],"image":"/assets/images/liam-kavanagh-climate-majority-project-life-itself-community-call.jpg"},"sourceDir":"content/blog/2023/06/29/climate-majority-project-with-liam-kavanagh.md","urlPath":"blog/2023/06/29/climate-majority-project-with-liam-kavanagh"},{"_id":"720e3dde97a8e1f24f5ee62ab8af112ef4dbe889","file_path":"content/notes/ultimate-dimension.md","extension":"md","url_path":"notes/ultimate-dimension","filetype":null,"metadata":{"title":"Ultimate Dimension"},"sourceDir":"content/notes/ultimate-dimension.md","urlPath":"notes/ultimate-dimension"},{"_id":"7272e4f22b29d426109a93e04d8f293c12d9b8ae","file_path":"content/podcast/hannah-close-on-animism-kinship-and-the-social-change-ecosystem.md","extension":"md","url_path":"podcast/hannah-close-on-animism-kinship-and-the-social-change-ecosystem","filetype":null,"metadata":{"title":"Hannah Close on Animism, Kinship, and the Social Change Ecosystem","author":"Rufus Pollock","date":"2022-07-12T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/54720887/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F54720887%2F29d0be848757593349b2af9ad25ef4c4.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1657630501876-f14d168b10484.jpg"},"sourceDir":"content/podcast/hannah-close-on-animism-kinship-and-the-social-change-ecosystem.md","urlPath":"podcast/hannah-close-on-animism-kinship-and-the-social-change-ecosystem"},{"_id":"73fd3b531c3a834a3e28efbd8bad8666662e8fd9","file_path":"content/notes/books/wilber-2017-trump-and-a-post-truth-world.md","extension":"md","url_path":"notes/books/wilber-2017-trump-and-a-post-truth-world","filetype":null,"metadata":{"title":"Notes on Wilber's Trump and a Post-Truth World","date":"2019-12-28T00:00:00.000Z","posted":"https://rufuspollock.com/2020/01/02/wilber-trump-post-truth-world/"},"sourceDir":"content/notes/books/wilber-2017-trump-and-a-post-truth-world.md","urlPath":"notes/books/wilber-2017-trump-and-a-post-truth-world"},{"_id":"748463eca0a36857c03b5e5332bc0205d5bb345f","file_path":"content/blog/2017/12/04/generations-of-family-and-changing-world.md","extension":"md","url_path":"blog/2017/12/04/generations-of-family-and-changing-world","filetype":null,"metadata":{"title":"Open House Magazine on A/E/T","created":"2017-12-04T00:00:00.000Z","categories":["life-itself"],"tags":["magazine","open-house"],"authors":["artearthtech"]},"sourceDir":"content/blog/2017/12/04/generations-of-family-and-changing-world.md","urlPath":"blog/2017/12/04/generations-of-family-and-changing-world"},{"_id":"75425aba5f9aeb1feda7f0eb360317eed1a384ba","file_path":"content/ecosystem/profiles/how-the-light-gets-in.md","extension":"md","url_path":"ecosystem/profiles/how-the-light-gets-in","filetype":null,"metadata":{"id":"how-the-light-gets-in","url":"https://howthelightgetsin.org/","tagline":"","activity":0,"topic":0,"regions":"","locations":["UK"],"started":"","ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://pbs.twimg.com/profile_images/1248211971809218560/xESdClqz_400x400.jpg","cached":"","cached_new":""},"image":{"url":"https://pbs.twimg.com/profile_images/1248211971809218560/xESdClqz_400x400.jpg","cached":"","cached_new":""},"title":"How The Light Gets In","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/how-the-light-gets-in.md","urlPath":"ecosystem/profiles/how-the-light-gets-in"},{"_id":"755b0ce3c98f4e7b5b5e24f5f56fcc446ba58fd8","file_path":"content/collaborators.md","extension":"md","url_path":"collaborators","filetype":null,"metadata":{"title":"Collaborators","created":"2020-03-18T00:00:00.000Z","authors":["sylvieshiweibarbier"],"image":"/assets/images/dsc_9969_sarah_hickson.jpg"},"sourceDir":"content/collaborators.md","urlPath":"collaborators"},{"_id":"75e622f79a789684b8ff66a0e38af801ef898afa","file_path":"content/blog/2022/04/08/mapping-metamodern-alternative-governance.md","extension":"md","url_path":"blog/2022/04/08/mapping-metamodern-alternative-governance","filetype":null,"metadata":{"title":"Mapping Metamodern: Alternative Governance","created":"2022-04-08T00:00:00.000Z","categories":["ecosystem-mapping","institute"],"authors":["eilidhross"]},"sourceDir":"content/blog/2022/04/08/mapping-metamodern-alternative-governance.md","urlPath":"blog/2022/04/08/mapping-metamodern-alternative-governance"},{"_id":"761154071c1d6ed9c7d91834d003bb8dc89b27a0","file_path":"content/programs/open-residency.md","extension":"md","url_path":"programs/open-residency","filetype":null,"metadata":{"title":"Open Summer Residency","created":"2022-05-26T00:00:00.000Z","authors":["valerie"]},"sourceDir":"content/programs/open-residency.md","urlPath":"programs/open-residency"},{"_id":"762f349a92440a84cdc294da26074e6faef89bcc","file_path":"content/blog/2019/11/30/2019-november-newsletter.md","extension":"md","url_path":"blog/2019/11/30/2019-november-newsletter","filetype":null,"metadata":{"title":"November 2019 Newsletter","created":"2019-11-30T00:00:00.000Z","categories":["life-itself"],"tags":["newsletter"],"authors":["artearthtech"]},"sourceDir":"content/blog/2019/11/30/2019-november-newsletter.md","urlPath":"blog/2019/11/30/2019-november-newsletter"},{"_id":"769582dabf8069b2e6fdc8ee0a427857d00679fb","file_path":"content/sutras/seneca-on-the-shortness-of-life.md","extension":"md","url_path":"sutras/seneca-on-the-shortness-of-life","filetype":null,"metadata":{"title":"On the Shortness of Life by Lucius Annaeus Seneca (translator John W. Basore)"},"sourceDir":"content/sutras/seneca-on-the-shortness-of-life.md","urlPath":"sutras/seneca-on-the-shortness-of-life"},{"_id":"76fb5fc7348535f3d275c844c0af6a99c0a12d13","file_path":"content/blog/2022/05/26/life-itself-summer-gathering-2022.md","extension":"md","url_path":"blog/2022/05/26/life-itself-summer-gathering-2022","filetype":null,"metadata":{"title":"Life Itself Summer Gathering 2022","created":"2022-05-26T00:00:00.000Z","categories":["gathering"],"authors":["catherine-tran"]},"sourceDir":"content/blog/2022/05/26/life-itself-summer-gathering-2022.md","urlPath":"blog/2022/05/26/life-itself-summer-gathering-2022"},{"_id":"7791423ae98b0d10434d5823aeaf72a90ebca843","file_path":"content/institute.md","extension":"md","url_path":"institute","filetype":null,"metadata":{"title":"Institute","created":"2020-03-09T00:00:00.000Z","authors":["artearthtech"],"image":"/assets/images/a_state_1.jpg"},"sourceDir":"content/institute.md","urlPath":"institute"},{"_id":"77e0c4211f17250806f9d9bfa049112c9803b69c","file_path":"content/notes/ken-wilber.md","extension":"md","url_path":"notes/ken-wilber","filetype":null,"metadata":{"aliases":["Ken Wilber","Wilber"]},"sourceDir":"content/notes/ken-wilber.md","urlPath":"notes/ken-wilber"},{"_id":"78369a487e148e9705e01b0ecabb2509c6ca2f83","file_path":"content/blog/2017/10/10/untitled-poem-by-liam-kavanagh.md","extension":"md","url_path":"blog/2017/10/10/untitled-poem-by-liam-kavanagh","filetype":null,"metadata":{"title":"Untitled Poem by Liam Kavanagh","created":"2017-10-10T00:00:00.000Z","categories":["life-itself"],"tags":["liam-kavanagh","poem"],"authors":["liamaet"]},"sourceDir":"content/blog/2017/10/10/untitled-poem-by-liam-kavanagh.md","urlPath":"blog/2017/10/10/untitled-poem-by-liam-kavanagh"},{"_id":"784902a921749dcd6cc40ef5b3c6323ed77d2d44","file_path":"content/ecosystem/topics/governance.md","extension":"md","url_path":"ecosystem/topics/governance","filetype":null,"metadata":{"id":"governance","image":"","emoji":"⚖️","title":"Governance & Institutions","super_topic":"Governance, Community and Politics"},"sourceDir":"content/ecosystem/topics/governance.md","urlPath":"ecosystem/topics/governance"},{"_id":"787550a600022c89bc027a689bf3779ea06010d7","file_path":"content/sutras/diamond.md","extension":"md","url_path":"sutras/diamond","filetype":null,"metadata":{"title":"The Diamond Sutra translated by Thich Nhat Hanh"},"sourceDir":"content/sutras/diamond.md","urlPath":"sutras/diamond"},{"_id":"7895eed909fd4833cb7788ac9868179447a19c03","file_path":"content/notes/Life Itself Inspiration.md","extension":"md","url_path":"notes/Life%20Itself%20Inspiration","filetype":null,"metadata":{},"sourceDir":"content/notes/Life Itself Inspiration.md","urlPath":"notes/Life%20Itself%20Inspiration"},{"_id":"78c140cb9b6ed80dddedd4c4684e14c1f077addc","file_path":"content/primacy-of-being.md","extension":"md","url_path":"primacy-of-being","filetype":null,"metadata":{"title":"The Primacy of Being","created":"2021-09-29T00:00:00.000Z","authors":["theo-cox"]},"sourceDir":"content/primacy-of-being.md","urlPath":"primacy-of-being"},{"_id":"78fdee1d9246dec7ed63275bef480eae416807ef","file_path":"content/initiatives/ecosystem-mapping.md","extension":"md","url_path":"initiatives/ecosystem-mapping","filetype":null,"metadata":{"title":"Polycrisis Response Mapping","description":"Charting an emerging ecosystem by Life Itself, Emerge and collaborators. This project maps an emerging ecosystem centred on a radical, alternative approach to social change – one that is simultaneously paradigmatic, integrated and engaged.","image":"/assets/images/ecosystem-project-image.png","homepage":"/ecosystem","start":2020,"end":null,"team":["rufuspollock","theo-cox","catherine-tran","nathen-fitchen"],"alumni":["eilidhross"],"size":"xl","status":"active","created":"2023-03-10T00:00:00.000Z"},"sourceDir":"content/initiatives/ecosystem-mapping.md","urlPath":"initiatives/ecosystem-mapping"},{"_id":"790c15393029a55fb4731140f77831cddbe13ff4","file_path":"content/blog/2022/07/15/art-eco-spirituality-aug-2022.md","extension":"md","url_path":"blog/2022/07/15/art-eco-spirituality-aug-2022","filetype":null,"metadata":{"title":"Art & Eco-spirituality Event / L’Exposition L'Art & L’Eco-spiritualité 27 Aug 2022","created":"2022-07-15T00:00:00.000Z","categories":["art","events"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2022/07/15/art-eco-spirituality-aug-2022.md","urlPath":"blog/2022/07/15/art-eco-spirituality-aug-2022"},{"_id":"79f3cead722181f8725d0af54ce5577298100c0b","file_path":"content/ecosystem/profiles/resilience_alliance.md","extension":"md","url_path":"ecosystem/profiles/resilience_alliance","filetype":null,"metadata":{"id":"resilience_alliance","url":"https://www.resalliance.org/","tagline":"Advancing research and understanding on social-ecological systems for resilient and sustainable futures.","activity":["research"],"topic":["development"],"regions":"Global","locations":[null],"started":1999,"ended":"","active":"Y","people":[null],"notes_data_entry":"","facebook":null,"twitter":"https://twitter.com/resilience_RA","instagram":null,"linkedin":null,"youtube":null,"blog":null,"logo":{"url":"https://www.resalliance.org/images/common/RA-Logo.jpg","cached_new":"/img/RA_Logo.jpeg"},"image":{"url":"https://pbs.twimg.com/profile_banners/1278406200/1652735116/1500x500","cached_new":"/img/RA_image.jpeg"},"title":"Resilience Alliance","curation_status":"YY","social_change":{"inner":0,"cultural":0,"systems":1}},"sourceDir":"content/ecosystem/profiles/resilience_alliance.md","urlPath":"ecosystem/profiles/resilience_alliance"},{"_id":"7a68e21921e13f543c8dd124bfd7a1d290c3cd05","file_path":"content/initiatives/hub-petit-bois-martin.md","extension":"md","url_path":"initiatives/hub-petit-bois-martin","filetype":null,"metadata":{"title":"Hub - Petit Bois Martin","description":"The Farmhouse is situated in peaceful, natural surroundings just 5 minutes drive from Plum Village Monastery and 20 minutes from the Dordogne River.","image":"/assets/images/qodutNZ.jpg","homepage":"/hubs/farmhouse/","start":2020,"end":null,"team":["rufuspollock","sylvieshiweibarbier"],"alumni":null,"size":"xl","status":"active","created":"2023-03-19T00:00:00.000Z"},"sourceDir":"content/initiatives/hub-petit-bois-martin.md","urlPath":"initiatives/hub-petit-bois-martin"},{"_id":"7bbb368af7a4ba7fb66d538e61262be905e51bf4","file_path":"content/blog/2023/05/15/knowledge-management-community-call.md","extension":"md","url_path":"blog/2023/05/15/knowledge-management-community-call","filetype":null,"metadata":{"title":"Enhancing Personal Well-being through Knowledge Management with Dion Shattuck","created":"2023-05-15T00:00:00.000Z","categories":["community-call"],"authors":["zaibul-nisa"],"image":"/assets/images/enhancing-personal-wellbeing-with-knowledge-management-dion-shattuck.jpg"},"sourceDir":"content/blog/2023/05/15/knowledge-management-community-call.md","urlPath":"blog/2023/05/15/knowledge-management-community-call"},{"_id":"7bbd2002be215f0b4d509142d5df60887d9484d4","file_path":"content/notes/growth-hierarchies.md","extension":"md","url_path":"notes/growth-hierarchies","filetype":null,"metadata":{"title":"Growth Hierarchies"},"sourceDir":"content/notes/growth-hierarchies.md","urlPath":"notes/growth-hierarchies"},{"_id":"7be97c9eb2bb12c1253d8d8704e3cd1f0572cc57","file_path":"content/blog/2017/11/16/transforming-taiwan-education-with-a-leap.md","extension":"md","url_path":"blog/2017/11/16/transforming-taiwan-education-with-a-leap","filetype":null,"metadata":{"title":"Transforming Taiwan's Education - with a LEAP","created":"2017-11-16T00:00:00.000Z","categories":["programs"],"tags":["education","leap","taiwan"],"authors":["artearthtech"]},"sourceDir":"content/blog/2017/11/16/transforming-taiwan-education-with-a-leap.md","urlPath":"blog/2017/11/16/transforming-taiwan-education-with-a-leap"},{"_id":"7c1731ca0b630bea78676bfd20dd912ecb9535b9","file_path":"content/people/julie-dayot.md","extension":"md","url_path":"people/julie-dayot","filetype":null,"metadata":{"id":"julie-dayot","name":"Julie Dayot"},"sourceDir":"content/people/julie-dayot.md","urlPath":"people/julie-dayot"},{"_id":"7d06e2402897c358af61b146dbf964b1a3c3da98","file_path":"content/ecosystem/profiles/black-forest-school-of-metamodernism-.md","extension":"md","url_path":"ecosystem/profiles/black-forest-school-of-metamodernism-","filetype":null,"metadata":{"id":"black-forest-school-of-metamodernism-","url":"https://www.blackforestmetamodernism.org/","tagline":"The entry point into metamodernism of the Black Forest School is the traumatization of modernity ","activity":["network"],"topic":["arts","wellbeing"],"regions":"","locations":["Todtnauerberg, Germany"],"started":"","ended":"","active":"","people":["Adrian Wagner"],"notes_data_entry":"Core project combining metamodernity, nature, DAOs and art: https://seedslibrary.com/poetree-gestell-x-a-decentralized-autonomous-installation/","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://user-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_9000,w_1920,f_auto,q_auto/859958/75788146-DC10-444E-9D06-FECD7C4B429D.jpg","cached":"","cached_new":""},"image":{"url":"https://custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_9000,w_1920,f_auto,q_auto/859958/739A379C-65E9-4A16-930D-C1D0DD945ECD.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645023079/Ecosystem%20Mapping/BFM_mhdvbr.webp","cached_new":"/img/BFM_mhdvbr.webp"},"title":"Black Forest School of Metamodernism ","curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/black-forest-school-of-metamodernism-.md","urlPath":"ecosystem/profiles/black-forest-school-of-metamodernism-"},{"_id":"7d1f1c900810a859ea5b05b4559bfcbacbdbfba8","file_path":"content/ecosystem/profiles/theos-think-tank.md","extension":"md","url_path":"ecosystem/profiles/theos-think-tank","filetype":null,"metadata":{"id":"theos-think-tank","url":"https://www.theosthinktank.co.uk/","tagline":"Understanding faith. Enriching society.","activity":["research","events"],"topic":["spirituality","politics"],"regions":"","locations":["London"],"started":"","ended":"","active":"Yes","people":0,"notes_data_entry":"A third activity is media","facebook":"https://www.facebook.com/theosthinktank","twitter":"https://twitter.com/Theosthinktank/","instagram":"not-found","linkedin":"https://www.linkedin.com/company/theos---the-think-tank/about/","youtube":"https://www.youtube.com/channel/UCyE53EXhHyZz-DW4n3pKxCw","blog":"not-found","logo":{"url":"https://yt3.ggpht.com/ytc/AKedOLSvKFmaUTN9i-PTAOk1j8vv5K_wp_Rm55kHymapGA=s900-c-k-c0x00ffffff-no-rj","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636974014/Ecosystem%20Mapping/Theos_Think_Tank_uohinn.jpg","cached_new":"/img/Theos_Think_Tank_uohinn.jpg"},"image":{"url":"https://www.theosthinktank.co.uk/assets/generated/articles/page/d8590d2b524509115e5a87e632b33329.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645008950/Ecosystem%20Mapping/theos_wepceu.jpg","cached_new":"/img/theos_wepceu.jpg"},"title":"Theos Think Tank","curation_status":"Y","social_change":{"inner":0,"cultural":1,"systems":0}},"sourceDir":"content/ecosystem/profiles/theos-think-tank.md","urlPath":"ecosystem/profiles/theos-think-tank"},{"_id":"7e7033eda3b7486cf29b19babc7b9ed8617e72e2","file_path":"content/notes/journal/2022-02-24.md","extension":"md","url_path":"notes/journal/2022-02-24","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-02-24.md","urlPath":"notes/journal/2022-02-24"},{"_id":"7f3d0ed7535ea27d729a2bf26df8038c5e77d63e","file_path":"content/blog/2021/09/14/life-itself-community-hangouts.md","extension":"md","url_path":"blog/2021/09/14/life-itself-community-hangouts","filetype":null,"metadata":{"title":"Community Hangout - Oct 2021","created":"2021-09-14T00:00:00.000Z","categories":["community","hangouts"],"tags":["community","wellbeing"],"authors":["charley-lee"]},"sourceDir":"content/blog/2021/09/14/life-itself-community-hangouts.md","urlPath":"blog/2021/09/14/life-itself-community-hangouts"},{"_id":"7f4998cc011873a2e0d5b720b798f1e5faa45cbc","file_path":"content/ecosystem/profiles/life-itself.md","extension":"md","url_path":"ecosystem/profiles/life-itself","filetype":null,"metadata":{"id":"life-itself","url":"https://lifeitself.us","tagline":"","activity":["spaces","research"],"topic":["development","community"],"regions":"EU","locations":["Bergerac, FR","Berlin, DE","London, GB"],"started":2015,"ended":"","active":"Y","people":["Rufus Pollock","Liam Kavanagh","Sylvie Barbier"],"notes_data_entry":"","facebook":"https://www.facebook.com/forlifeitself/","twitter":"https://twitter.com/forlifeitself/","instagram":"https://www.instagram.com/forlifeitself/","linkedin":"https://www.linkedin.com/company/life-itself","youtube":"https://www.youtube.com/channel/UCmBq3VO9w_MLTKD_CHsYN-Q","blog":"https://lifeitself.us/blog/","logo":{"url":"https://lifeitself.us/wp-content/uploads/2020/12/life-itself-logo.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633363990/Ecosystem%20Mapping/life-itself-logo_syl7ai.svg","cached_new":"/img/life-itself-logo_syl7ai.svg"},"image":{"url":"https://lifeitself.us/wp-content/uploads/2020/12/life-itself-logo.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633363990/Ecosystem%20Mapping/life-itself-logo_syl7ai.svg","cached_new":"/img/life-itself-logo_syl7ai.svg"},"title":"Life Itself","curation_status":"YY","social_change":{"inner":0.4,"cultural":0.4,"systems":0.2}},"sourceDir":"content/ecosystem/profiles/life-itself.md","urlPath":"ecosystem/profiles/life-itself"},{"_id":"7f74ece42a37e4737bdd7ea4c827d3086eee3993","file_path":"content/ecosystem/profiles/42-acres.md","extension":"md","url_path":"ecosystem/profiles/42-acres","filetype":null,"metadata":{"id":"42-acres","url":"https://42acres.com/","tagline":"","activity":["spaces"],"topic":0,"regions":"UK","locations":["London / Somerset"],"started":2014,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://media-exp1.licdn.com/dms/image/C510BAQF-leR1fjFybA/company-logo_200_200/0?e=2159024400&v=beta&t=mPwwRHM8kFsTGy7GyKLkHJwpbYDe9Enhc0WCEicts0A","cached":"","cached_new":""},"image":{"url":"https://uploads-ssl.webflow.com/6048d94d2e420e988bf6db86/6125408cd14b47111f92e421_TM-42ACRES-AUG21-2.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645013187/Ecosystem%20Mapping/42_pdytia.jpg","cached_new":"/img/42_pdytia.jpg"},"title":"42 Acres","curation_status":"?","social_change":{"inner":0.6,"cultural":0.3,"systems":0.1}},"sourceDir":"content/ecosystem/profiles/42-acres.md","urlPath":"ecosystem/profiles/42-acres"},{"_id":"7fc7b060265e72a4027630dd8defc9dcdaa2110a","file_path":"content/blog/2020/05/29/were-changing-our-name.md","extension":"md","url_path":"blog/2020/05/29/were-changing-our-name","filetype":null,"metadata":{"title":"We're Changing Our Name","created":"2020-05-29T00:00:00.000Z","categories":["life-itself"],"tags":["naming"],"authors":["sophie84d503f875"]},"sourceDir":"content/blog/2020/05/29/were-changing-our-name.md","urlPath":"blog/2020/05/29/were-changing-our-name"},{"_id":"7fe5f5eb5d01bd46061030bec5579087f611cb92","file_path":"content/ecosystem/profiles/cusp.md","extension":"md","url_path":"ecosystem/profiles/cusp","filetype":null,"metadata":{"id":"cusp","url":"https://cusp.ac.uk/","tagline":"Centre for the Understanding of Sustainable Prosperity.","activity":["research","network","education"],"topic":["development"],"regions":"International","locations":["Guildford, UK"],"started":2015,"ended":"","active":"Y","people":["Prof Tim Jackson"],"notes_data_entry":"","facebook":"https://facebook.com/cusp.ac.uk","twitter":"https://twitter.com/cusp_uk","instagram":"https://instagram.com/cusp_uk","linkedin":"https://www.linkedin.com/company/centre-for-the-understanding-of-sustainable-prosperity","youtube":"https://www.youtube.com/cusp_uk","blog":"https://cusp.ac.uk/blog/","logo":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t39.30808-6/306831984_174393415167525_3388796084047858995_n.png?_nc_cat=104&ccb=1-7&_nc_sid=09cbfe&_nc_ohc=PtHWqc1OdokAX92PReX&tn=yRzqqPCXVJTv18qG&_nc_ht=scontent.fgla3-2.fna&oh=00_AT_r8NfxS5C0BH9mlFJZtVBmxpYTFTGGx1dojy-19wQ6RQ&oe=635534C0","cached_new":"/img/cusp_logo.png"},"image":{"url":"https://scontent.fgla3-1.fna.fbcdn.net/v/t39.30808-6/309597873_174393418500858_2600509320967570918_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=e3f864&_nc_ohc=yZGOdftwhfEAX_Pfpwv&_nc_ht=scontent.fgla3-1.fna&oh=00_AT9LUcabKH9311qg63NOmD4rxSbnlptWLVASEU0I0bXxYQ&oe=6355FCAA","cached_new":"/img/cusp_image.jpeg"},"title":"CUSP","curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8}},"sourceDir":"content/ecosystem/profiles/cusp.md","urlPath":"ecosystem/profiles/cusp"},{"_id":"806da40957bdbd2e4efc3dac51ab34c47553083e","file_path":"content/notes/books/thompson-1998-coming-into-being.md","extension":"md","url_path":"notes/books/thompson-1998-coming-into-being","filetype":null,"metadata":{"created":"2022-09-29T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/notes/books/thompson-1998-coming-into-being.md","urlPath":"notes/books/thompson-1998-coming-into-being"},{"_id":"807c38a09fbc4f813f70783c5b7801e573bbf86e","file_path":"content/blog/2019/12/10/wise-booklist.md","extension":"md","url_path":"blog/2019/12/10/wise-booklist","filetype":null,"metadata":{"title":"Wise booklist","created":"2019-12-10T00:00:00.000Z","categories":["wisdom"],"tags":["books","wisdom"],"authors":["artearthtech"]},"sourceDir":"content/blog/2019/12/10/wise-booklist.md","urlPath":"blog/2019/12/10/wise-booklist"},{"_id":"81949df21f9c2a696a35a79e819df419e00d9f1b","file_path":"content/blog/2022/10/03/celebrating-a-year-of-residencies.md","extension":"md","url_path":"blog/2022/10/03/celebrating-a-year-of-residencies","filetype":null,"metadata":{"title":"Celebrating a Year of Residencies","created":"2022-10-03T00:00:00.000Z","categories":["hubs","residency"],"authors":["valerie"],"image":"/assets/images/Blog-Feature-Images-29.jpg"},"sourceDir":"content/blog/2022/10/03/celebrating-a-year-of-residencies.md","urlPath":"blog/2022/10/03/celebrating-a-year-of-residencies"},{"_id":"81a8c3b6aba78bb2b5c00179866ef4ea8e82ac3f","file_path":"content/people/sen-zhan.md","extension":"md","url_path":"people/sen-zhan","filetype":null,"metadata":{"id":"sen-zhan","name":"Sen Zhan","avatar":"/assets/images/Sen-scaled.jpg"},"sourceDir":"content/people/sen-zhan.md","urlPath":"people/sen-zhan"},{"_id":"81ac82972f3e506a97e7214f408b6087177d5b14","file_path":"content/tao/working-with-us.md","extension":"md","url_path":"tao/working-with-us","filetype":null,"metadata":{},"sourceDir":"content/tao/working-with-us.md","urlPath":"tao/working-with-us"},{"_id":"81ec18b617c56643d4a7d7cfe3ba752ce476466a","file_path":"content/blog/2022/02/01/a-teacher-of-eternity-a-lasting-afternoon-with-thich-nhat-hanh.md","extension":"md","url_path":"blog/2022/02/01/a-teacher-of-eternity-a-lasting-afternoon-with-thich-nhat-hanh","filetype":null,"metadata":{"title":"A Teacher of Eternity: A lasting afternoon with Thich Nhat Hanh","created":"2022-02-01T00:00:00.000Z","authors":["liamaet"],"image":"/assets/images/Thich-Nhat-Hanh.jpeg"},"sourceDir":"content/blog/2022/02/01/a-teacher-of-eternity-a-lasting-afternoon-with-thich-nhat-hanh.md","urlPath":"blog/2022/02/01/a-teacher-of-eternity-a-lasting-afternoon-with-thich-nhat-hanh"},{"_id":"81ef927408b71b736ad60ec66ee698a7f6722b71","file_path":"content/blog/2021/03/05/mic-camp-weekend-at-the-bergerac-hub-connections-across-communities.md","extension":"md","url_path":"blog/2021/03/05/mic-camp-weekend-at-the-bergerac-hub-connections-across-communities","filetype":null,"metadata":{"title":"Connections Across Communities: MIC camp weekend at the Bergerac Hub","created":"2021-03-05T00:00:00.000Z","categories":["gathering"],"tags":["bergerac-hub"],"authors":["joe-hughes"]},"sourceDir":"content/blog/2021/03/05/mic-camp-weekend-at-the-bergerac-hub-connections-across-communities.md","urlPath":"blog/2021/03/05/mic-camp-weekend-at-the-bergerac-hub-connections-across-communities"},{"_id":"8204a86ed0f1307f83ab168fe3463d7cce6ce597","file_path":"content/tao/communications/publishing-an-instagram-post.md","extension":"md","url_path":"tao/communications/publishing-an-instagram-post","filetype":null,"metadata":{"title":"Publishing an Instagram Post","created":"2023-01-30T00:00:00.000Z","authors":["eilidhross"],"image":"/assets/images/instagram-screenshot.png"},"sourceDir":"content/tao/communications/publishing-an-instagram-post.md","urlPath":"tao/communications/publishing-an-instagram-post"},{"_id":"823217a4c97306a7a38e60a64a6c6e8951d69ad9","file_path":"content/blog/2020/02/19/seeking-mindful-gardeners.md","extension":"md","url_path":"blog/2020/02/19/seeking-mindful-gardeners","filetype":null,"metadata":{"title":"Seeking mindful gardeners!","created":"2020-02-19T00:00:00.000Z","categories":["life-itself"],"tags":["gardening"],"authors":["artearthtech"]},"sourceDir":"content/blog/2020/02/19/seeking-mindful-gardeners.md","urlPath":"blog/2020/02/19/seeking-mindful-gardeners"},{"_id":"825418961d036fbf10561c0a48893ae4cdbcd16a","file_path":"content/blog/2022/12/20/join-the-first-berlin-hub-residency.md","extension":"md","url_path":"blog/2022/12/20/join-the-first-berlin-hub-residency","filetype":null,"metadata":{"title":"Join the first Berlin Hub Residency!","created":"2022-12-20T00:00:00.000Z","categories":["hubs","residency"],"tags":["berlin","berlin-hub","hubs","regeneration","residency"],"authors":["iljad20a2d59ebb"],"image":"/assets/images/WhatsApp-Image-2022-12-20-at-14.34.58-1.jpeg"},"sourceDir":"content/blog/2022/12/20/join-the-first-berlin-hub-residency.md","urlPath":"blog/2022/12/20/join-the-first-berlin-hub-residency"},{"_id":"830395ace164b27a576b0750c68d4f6ce62464c2","file_path":"content/blog/2022/08/25/the-first-goodbye-before-new-beginnings.md","extension":"md","url_path":"blog/2022/08/25/the-first-goodbye-before-new-beginnings","filetype":null,"metadata":{"title":"The first goodbye before new beginnings","created":"2022-08-25T00:00:00.000Z","categories":["hubs"],"tags":["berlin","berlin-hub","hub","hubs","practices-hubs"],"authors":["iljad20a2d59ebb"],"image":"/assets/images/Amee-fw.jpg"},"sourceDir":"content/blog/2022/08/25/the-first-goodbye-before-new-beginnings.md","urlPath":"blog/2022/08/25/the-first-goodbye-before-new-beginnings"},{"_id":"83961630864fd32a6f083efcbe2dcdbf83335398","file_path":"content/programs/2023/contemplative-citizen-science.md","extension":"md","url_path":"programs/2023/contemplative-citizen-science","filetype":null,"metadata":{"title":"Contemplative Citizen Science, September 2023","description":"In this residency we will inquire into how an extreme citizen science of contemplation can be built, bringing together the wisdom of ancient contemplative practices and the rigor of modern scientific methodologies.","image":"/assets/images/contemplative-citizen-science.jpg","start":"2023-09-09","end":"2023-09-30","facilitators":["Marc Santolini","Liam Kavanagh"],"location":"The Life Itself Praxis Hub, Bergerac, France","cost":" €300-600 per week, depending on room type - Food included","apply-button":"https://docs.google.com/forms/d/e/1FAIpQLSdiykDKyZR6DgtPKeYuNePy9sWc-qkIc4BVfKBRjkFWKvFp-g/viewform","created":"2023-06-22T00:00:00.000Z"},"sourceDir":"content/programs/2023/contemplative-citizen-science.md","urlPath":"programs/2023/contemplative-citizen-science"},{"_id":"8477121f7cda474e8f89015516a0571e640ea297","file_path":"content/blog/2022/06/09/launch-announcement-life-itself-labs.md","extension":"md","url_path":"blog/2022/06/09/launch-announcement-life-itself-labs","filetype":null,"metadata":{"title":"Launch announcement: Life Itself Labs","created":"2022-06-09T00:00:00.000Z","categories":["life-itself-labs"],"authors":["theo-cox","rufuspollock"],"image":"/assets/images/Screenshot-2022-06-09-at-14.51.41.png"},"sourceDir":"content/blog/2022/06/09/launch-announcement-life-itself-labs.md","urlPath":"blog/2022/06/09/launch-announcement-life-itself-labs"},{"_id":"8483a2ca51fdeae138eff33b32b723b1872facaf","file_path":"content/ecosystem/profiles/ulex-project.md","extension":"md","url_path":"ecosystem/profiles/ulex-project","filetype":null,"metadata":{"id":"ulex-project","url":"https://ulexproject.org/","tagline":"","activity":["education","spaces"],"topic":["development","politics"],"regions":"","locations":["Spain"],"started":2016,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://ulexproject.org/wp-content/uploads/2016/10/ulex-new-logo.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/ulex_ndmfln.png","cached_new":"/img/ulex_ndmfln.png"},"image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t1.6435-9/56730678_1165989486895976_831465845568831488_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=cdbe9c&_nc_ohc=EjZkoXyxZycAX-JABFc&_nc_ht=scontent.fgla3-2.fna&oh=00_AT9Ka34H9xNEip7U5swBYumvTIKSmsRTYz_bV-vZsyP89A&oe=6232C0FF","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645007912/Ecosystem%20Mapping/ulex1_ngpuxf.jpg","cached_new":"/img/ulex1_ngpuxf.jpg"},"title":"Ulex Project","curation_status":"Y","social_change":{"inner":0.7,"cultural":0,"systems":0.3}},"sourceDir":"content/ecosystem/profiles/ulex-project.md","urlPath":"ecosystem/profiles/ulex-project"},{"_id":"84eb187b492fc42c675f14bad6c2e87597497a64","file_path":"content/initiatives/collective-wisdom.md","extension":"md","url_path":"initiatives/collective-wisdom","filetype":null,"metadata":{"title":"Collective Wisdom","description":"Western society is deeply attached to ”Enlightenment” ideals of rationality, individualism and equality.","image":"/assets/images/collective-wisdom-header.png","homepage":"/collective-wisdom","start":2019,"end":2020,"team":["rufuspollock","liamaet"],"alumni":null,"size":"m","status":"inactive","created":"2023-03-21T00:00:00.000Z"},"sourceDir":"content/initiatives/collective-wisdom.md","urlPath":"initiatives/collective-wisdom"},{"_id":"859906afecfdf8f3c0f85f77c27778fb82e18cf3","file_path":"content/notes/mindfulness.md","extension":"md","url_path":"notes/mindfulness","filetype":null,"metadata":{"authors":["rufuspollock"],"posted":"https://lifeitself.org/mindfulness/","created":"2016-09-19T00:00:00.000Z","date":"2016-09-26T00:00:00.000Z"},"sourceDir":"content/notes/mindfulness.md","urlPath":"notes/mindfulness"},{"_id":"85aa4f1da8f737c7393b1bfedcfa1cf074f5b6df","file_path":"content/ecosystem/topics/development.md","extension":"md","url_path":"ecosystem/topics/development","filetype":null,"metadata":{"id":"development","image":"","emoji":"☯️","title":"Development & Growth","super_topic":"Wellbeing, Spiritual & Growth"},"sourceDir":"content/ecosystem/topics/development.md","urlPath":"ecosystem/topics/development"},{"_id":"85ba5c97f2f25dc0e6953ede7d489192226f20a4","file_path":"content/blog/2020/05/27/love-letter-to-the-future.md","extension":"md","url_path":"blog/2020/05/27/love-letter-to-the-future","filetype":null,"metadata":{"title":"Love Letter to the future","created":"2020-05-27T00:00:00.000Z","categories":["our-philosophy"],"tags":["future","loveletter"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2020/05/27/love-letter-to-the-future.md","urlPath":"blog/2020/05/27/love-letter-to-the-future"},{"_id":"85d167e13b6a8cb2855348ead4e16f86048786f2","file_path":"content/blog/2019/06/04/beautiful-brains-change-tomorrow-today-by-thy-diep.md","extension":"md","url_path":"blog/2019/06/04/beautiful-brains-change-tomorrow-today-by-thy-diep","filetype":null,"metadata":{"title":"Beautiful Brains change tomorrow... today by Thy-Diep","created":"2019-06-04T00:00:00.000Z","categories":["life-itself"],"tags":["beauty","brains"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2019/06/04/beautiful-brains-change-tomorrow-today-by-thy-diep.md","urlPath":"blog/2019/06/04/beautiful-brains-change-tomorrow-today-by-thy-diep"},{"_id":"8614af765701cc2287b0b7bfc48eed64d5fe7ade","file_path":"content/blog/2020/04/29/getting-s-done-online-calls-2.md","extension":"md","url_path":"blog/2020/04/29/getting-s-done-online-calls-2","filetype":null,"metadata":{"title":"Get S*** Done Calls","created":"2020-04-29T00:00:00.000Z","categories":["programs"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/04/29/getting-s-done-online-calls-2.md","urlPath":"blog/2020/04/29/getting-s-done-online-calls-2"},{"_id":"862c323d227595acdc73431a74eb8ee69ce4630a","file_path":"content/programs/sympoiesis/making-eco-spirituality-accessible-residency-2022.md","extension":"md","url_path":"programs/sympoiesis/making-eco-spirituality-accessible-residency-2022","filetype":null,"metadata":{"title":"Making Eco-Spirituality Accessible Residency 2022","created":"2021-11-22T00:00:00.000Z","authors":["theo-cox"]},"sourceDir":"content/programs/sympoiesis/making-eco-spirituality-accessible-residency-2022.md","urlPath":"programs/sympoiesis/making-eco-spirituality-accessible-residency-2022"},{"_id":"863c00df6e2ea0e2062303edb26d586acd281ee0","file_path":"content/notes/religion.md","extension":"md","url_path":"notes/religion","filetype":null,"metadata":{"title":"Religion"},"sourceDir":"content/notes/religion.md","urlPath":"notes/religion"},{"_id":"8663fc750383e7950ebf7725620a25551d3e8c2a","file_path":"content/blog/2022/03/25/mapping-metamodern-permaculture.md","extension":"md","url_path":"blog/2022/03/25/mapping-metamodern-permaculture","filetype":null,"metadata":{"title":"Mapping Metamodern: Permaculture","created":"2022-03-25T00:00:00.000Z","categories":["ecosystem-mapping","institute"],"authors":["eilidhross"]},"sourceDir":"content/blog/2022/03/25/mapping-metamodern-permaculture.md","urlPath":"blog/2022/03/25/mapping-metamodern-permaculture"},{"_id":"867416029cd5bd5b7ebe4ede812418791898fd3d","file_path":"content/blog/2023/02/24/tenzo-note-4.md","extension":"md","url_path":"blog/2023/02/24/tenzo-note-4","filetype":null,"metadata":{"title":"Tenzo Note #4: A Reflection From The Last Food Events At The Praxis Hub","created":"2023-02-24T00:00:00.000Z","categories":["conscious-food"],"authors":["liu-bauer","valerie"],"image":"/assets/images/tenzo-note-4.jpg"},"sourceDir":"content/blog/2023/02/24/tenzo-note-4.md","urlPath":"blog/2023/02/24/tenzo-note-4"},{"_id":"869a4e2a96a98b69306ae2c4534702770683b2b9","file_path":"content/blog/2021/01/26/universalism-do-we-dare-question-it.md","extension":"md","url_path":"blog/2021/01/26/universalism-do-we-dare-question-it","filetype":null,"metadata":{"title":"Universalism: do we dare question it?","created":"2021-01-26T00:00:00.000Z","categories":["contemplative-activism","salons"],"authors":["liamaet"]},"sourceDir":"content/blog/2021/01/26/universalism-do-we-dare-question-it.md","urlPath":"blog/2021/01/26/universalism-do-we-dare-question-it"},{"_id":"86e890241d2bc981751d2591ec3745f898b84b39","file_path":"content/ecosystem/profiles/gaia-house.md","extension":"md","url_path":"ecosystem/profiles/gaia-house","filetype":null,"metadata":{"id":"gaia-house","url":"https://gaiahouse.co.uk/","tagline":"","activity":["events","education"],"topic":["spirituality","community"],"regions":"UK","locations":["Devon, GB"],"started":1983,"ended":"","active":"Y","people":["Catherine McGee","Zohar LaVie","Stephen Bachelor"],"notes_data_entry":"","facebook":"https://www.facebook.com/Gaia.House.UK","twitter":"https://twitter.com/GaiaHouseUK","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://gaiahouse.co.uk/wp-content/uploads/gaia-house-logo.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973127/Ecosystem%20Mapping/gaia-house_he40iz.png","cached_new":"/img/gaia-house_he40iz.png"},"image":{"url":"https://gaiahouse.co.uk/wp-content/uploads/gaia-house-front-garden-slide.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644936614/Ecosystem%20Mapping/gaia-house-front-garden-slide_idssik.jpg","cached_new":"/img/gaia-house-front-garden-slide_idssik.jpg"},"title":"Gaia House","curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/gaia-house.md","urlPath":"ecosystem/profiles/gaia-house"},{"_id":"874ee5684f41b8ed74765cb1f2802bc82d5b535e","file_path":"content/notes/journal/2022-03-13.md","extension":"md","url_path":"notes/journal/2022-03-13","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-03-13.md","urlPath":"notes/journal/2022-03-13"},{"_id":"8765139b5ba73b289d9bce8aad14defcb2bbd290","file_path":"content/tao/practices.md","extension":"md","url_path":"tao/practices","filetype":null,"metadata":{},"sourceDir":"content/tao/practices.md","urlPath":"tao/practices"},{"_id":"8773f4482a4134410f0ce4874799b4d8ac348bca","file_path":"content/blog/2021/12/14/life-itself-providing-expert-support-on-environmental-data-sharing-incentives.md","extension":"md","url_path":"blog/2021/12/14/life-itself-providing-expert-support-on-environmental-data-sharing-incentives","filetype":null,"metadata":{"title":"Life Itself is Providing Expert Support on Environmental Data Sharing Incentives","created":"2021-12-14T00:00:00.000Z","categories":["open-revolution","policy"],"tags":["data-sharing","green-deal","open-data","remuneration-rights","shared-data"],"authors":["theo-cox"]},"sourceDir":"content/blog/2021/12/14/life-itself-providing-expert-support-on-environmental-data-sharing-incentives.md","urlPath":"blog/2021/12/14/life-itself-providing-expert-support-on-environmental-data-sharing-incentives"},{"_id":"87a50545d5d3237cc34383c01193cd4cf8e3f663","file_path":"content/ecosystem/activitys/media.md","extension":"md","url_path":"ecosystem/activitys/media","filetype":null,"metadata":{"id":"media","image":"https://images.unsplash.com/photo-1569016832321-084c128adeb8?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=870&q=80","emoji":"","title":"Media & Publishing"},"sourceDir":"content/ecosystem/activitys/media.md","urlPath":"ecosystem/activitys/media"},{"_id":"88d234cfbe50812b8c72628fce7161894f80cdcc","file_path":"content/ecosystem/profiles/research-and-degrowth.md","extension":"md","url_path":"ecosystem/profiles/research-and-degrowth","filetype":null,"metadata":{"id":"Research-and-degrowth","url":"https://degrowth.org/","tagline":"An academic association dedicated to research, training, awareness raising and events organization around degrowth.","activity":["research","advocacy","education"],"topic":["governance","ecology","development"],"regions":"Spain, France","locations":[null],"started":null,"ended":"","active":"Y","people":[null],"notes_data_entry":"","facebook":"https://www.facebook.com/researchanddegrowth/","twitter":"https://twitter.com/R_Degrowth","instagram":"https://www.instagram.com/research_and_degrowth/","linkedin":null,"tik_tok":"https://www.tiktok.com/@rnd_international","blog":"https://degrowth.org/category/blog/","logo":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t39.30808-6/280378901_1939350732933427_3517299160583511904_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=09cbfe&_nc_ohc=bZdhHkztbQcAX8hkurH&_nc_oc=AQnEbDg-ZQhLu6QFl46eppi26xLffKpMpmmaZqp-w_YvSzjAjYGk0TlCE1O9V294k_FsI4HD9MdM9lhdRnPZaq32&_nc_ht=scontent.fgla3-2.fna&oh=00_AT_Vbgfi7oD8oU72BrJTWUlPkvaTV1Jt2V_4AboR1r-bNQ&oe=6355D783","cached_new":"/img/R&D_logo.jpeg"},"image":{"url":"https://twitter.com/R_Degrowth/header_photo"},"title":"Research and Degrowth","curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8}},"sourceDir":"content/ecosystem/profiles/research-and-degrowth.md","urlPath":"ecosystem/profiles/research-and-degrowth"},{"_id":"88f938ab4fcdb2cdbe64e24a6d363e3da218fed4","file_path":"content/people/eilidhross.md","extension":"md","url_path":"people/eilidhross","filetype":null,"metadata":{"id":"eilidhross","name":"Eilidh Ross","avatar":"/assets/images/IMG_6159-scaled-e1653305020765.jpg"},"sourceDir":"content/people/eilidhross.md","urlPath":"people/eilidhross"},{"_id":"89027c0f52d324e557b0cea6299db5f907098068","file_path":"content/blog/2021/10/19/reflections-on-the-2021-emerge-gathering.md","extension":"md","url_path":"blog/2021/10/19/reflections-on-the-2021-emerge-gathering","filetype":null,"metadata":{"title":"Reflections on the 2021 Emerge Gathering","created":"2021-10-19T00:00:00.000Z","categories":["community","conscious-coliving","ecosystem-mapping"],"authors":["theo-cox"],"image":"/assets/images/WhatsApp-Image-2021-10-07-at-20.27.20.jpeg"},"sourceDir":"content/blog/2021/10/19/reflections-on-the-2021-emerge-gathering.md","urlPath":"blog/2021/10/19/reflections-on-the-2021-emerge-gathering"},{"_id":"8910ac1e2733873ca78c227b4af050c9b91acfbe","file_path":"content/blog/2020/09/17/life-itself-update-3.md","extension":"md","url_path":"blog/2020/09/17/life-itself-update-3","filetype":null,"metadata":{"title":"Life Itself Update","created":"2020-09-17T00:00:00.000Z","categories":["life-itself"],"tags":["newsletter"],"authors":["sophie84d503f875"]},"sourceDir":"content/blog/2020/09/17/life-itself-update-3.md","urlPath":"blog/2020/09/17/life-itself-update-3"},{"_id":"892974a6b40754c12dffb59313f58425dc1a2705","file_path":"content/excalidraw/layers-of-evolution-and-complexity-2022-09-16.excalidraw.md","extension":"md","url_path":"excalidraw/layers-of-evolution-and-complexity-2022-09-16.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed","tags":["excalidraw"]},"sourceDir":"content/excalidraw/layers-of-evolution-and-complexity-2022-09-16.excalidraw.md","urlPath":"excalidraw/layers-of-evolution-and-complexity-2022-09-16.excalidraw"},{"_id":"892e112d1fe1de1ba631f153190f097cc6cf5ab5","file_path":"content/ecosystem/profiles/rat-park.md","extension":"md","url_path":"ecosystem/profiles/rat-park","filetype":null,"metadata":{"id":"rat-park","url":"https://ratpark.org/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Costa Rica"],"started":"","ended":"","active":"No","people":0,"notes_data_entry":"Offline with no website as of Oct 2021 ~rufus","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Rat Park","curation_status":"NN","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/rat-park.md","urlPath":"ecosystem/profiles/rat-park"},{"_id":"894f3beca8a5ee6f066207f9ca016c8b4984ef23","file_path":"content/blog/2021/10/05/deliberately-developmental-spaces-a-key-to-addressing-the-metacrisis.md","extension":"md","url_path":"blog/2021/10/05/deliberately-developmental-spaces-a-key-to-addressing-the-metacrisis","filetype":null,"metadata":{"title":"Deliberately Developmental Spaces: a key to addressing the Metacrisis?","created":"2021-10-05T00:00:00.000Z","categories":["co-x","culturology","hubs","ontology","our-philosophy"],"authors":["rufuspollock","theo-cox"],"image":"/assets/images/dsc_9971_sarah_hickson.jpg"},"sourceDir":"content/blog/2021/10/05/deliberately-developmental-spaces-a-key-to-addressing-the-metacrisis.md","urlPath":"blog/2021/10/05/deliberately-developmental-spaces-a-key-to-addressing-the-metacrisis"},{"_id":"89695d6d4165d3eb9aaff83fdd0d2587fb57581e","file_path":"content/blog/2017/06/19/sketches-of-a-future-society-part-two.md","extension":"md","url_path":"blog/2017/06/19/sketches-of-a-future-society-part-two","filetype":null,"metadata":{"title":"Sketches of a Future Society [Part Two]","created":"2017-06-19T00:00:00.000Z","categories":["our-philosophy"],"tags":["future","wisdom"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2017/06/19/sketches-of-a-future-society-part-two.md","urlPath":"blog/2017/06/19/sketches-of-a-future-society-part-two"},{"_id":"89aadf80b731054797de4ccd9fcf253c11fbec28","file_path":"content/calls.md","extension":"md","url_path":"calls","filetype":null,"metadata":{"title":"Calls","created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"image":"/assets/images/institute_cover_resized.jpg"},"sourceDir":"content/calls.md","urlPath":"calls"},{"_id":"8a5183b50e5b6b00729db5433145443a42d0e8d9","file_path":"content/hubs.md","extension":"md","url_path":"hubs","filetype":null,"metadata":{"title":"Hubs","created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"image":"/assets/images/hubs.jpg"},"sourceDir":"content/hubs.md","urlPath":"hubs"},{"_id":"8ada0c7f7bfae87c1e85d0cc77b6890a6b315dd9","file_path":"content/podcast/exploring-social-transformation-life-itself-labs.md","extension":"md","url_path":"podcast/exploring-social-transformation-life-itself-labs","filetype":null,"metadata":{"title":"Exploring Social Transformation & Life Itself Labs","author":"Rufus Pollock","date":"2022-05-31T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/52593282/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F52593282%2F8e27c12a4e8b97eba2bf05c0e438400c.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1653574808835-1f1ba0b842abf.jpg"},"sourceDir":"content/podcast/exploring-social-transformation-life-itself-labs.md","urlPath":"podcast/exploring-social-transformation-life-itself-labs"},{"_id":"8ae9838691db8d773da055dca50a4953dd12e27a","file_path":"content/podcast/sen-zhan-and-liam-kavanagh.md","extension":"md","url_path":"podcast/sen-zhan-and-liam-kavanagh","filetype":null,"metadata":{"title":"Sen Zhan and Liam Kavanagh","author":"Eilidh Ross","date":"2021-03-29T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/63731020/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F63731020%2F50043a0769ac06a7710079246ec85134.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1674551113101-586c3a3bc847f.jpg"},"sourceDir":"content/podcast/sen-zhan-and-liam-kavanagh.md","urlPath":"podcast/sen-zhan-and-liam-kavanagh"},{"_id":"8af04f881bed28a69c6687258980b5e302ff89cb","file_path":"content/blog/2020/07/09/bergerac-build-festival-2020-gathering-builders-diggers-and-dreamers.md","extension":"md","url_path":"blog/2020/07/09/bergerac-build-festival-2020-gathering-builders-diggers-and-dreamers","filetype":null,"metadata":{"title":"Bergerac Build Festival 2020: Gathering builders, diggers and dreamers!","created":"2020-07-09T00:00:00.000Z","authors":["lifexitself"]},"sourceDir":"content/blog/2020/07/09/bergerac-build-festival-2020-gathering-builders-diggers-and-dreamers.md","urlPath":"blog/2020/07/09/bergerac-build-festival-2020-gathering-builders-diggers-and-dreamers"},{"_id":"8b6d3820bedff61c11df959d55397824889d09d3","file_path":"content/notes/true-joy-in-life.md","extension":"md","url_path":"notes/true-joy-in-life","filetype":null,"metadata":{"title":"True Joy In Life"},"sourceDir":"content/notes/true-joy-in-life.md","urlPath":"notes/true-joy-in-life"},{"_id":"8b710d1477bcb4b86ce53f2b48bf515cd58247aa","file_path":"content/notes/not-everyone-knows-what-is-good-for-them.md","extension":"md","url_path":"notes/not-everyone-knows-what-is-good-for-them","filetype":null,"metadata":{"tags":["views"]},"sourceDir":"content/notes/not-everyone-knows-what-is-good-for-them.md","urlPath":"notes/not-everyone-knows-what-is-good-for-them"},{"_id":"8cf44ea1075c4061ccf8aa5de922a26d61896974","file_path":"content/blog/2023/06/11/placemaking_blog_research.md","extension":"md","url_path":"blog/2023/06/11/placemaking_blog_research","filetype":null,"metadata":{"title":"Place making: how to facilitate urban transitions in our cities","created":"2023-06-18T00:00:00.000Z","authors":["liu bauer"],"categories":["Life itself research"]},"sourceDir":"content/blog/2023/06/11/placemaking_blog_research.md","urlPath":"blog/2023/06/11/placemaking_blog_research"},{"_id":"8d02784cd926dfc4ddfd498037eca1ccd836457e","file_path":"content/notes/sangha.md","extension":"md","url_path":"notes/sangha","filetype":null,"metadata":{"title":"Sangha"},"sourceDir":"content/notes/sangha.md","urlPath":"notes/sangha"},{"_id":"8d3ace7de2f4b450ff8e8224b21f4006fef48143","file_path":"content/blog/2019/05/01/interview-roberto-unger.md","extension":"md","url_path":"blog/2019/05/01/interview-roberto-unger","filetype":null,"metadata":{"title":"Roberto Mangabeira Unger - Interview","created":"2019-05-01T00:00:00.000Z","categories":["institute"],"tags":["interview","mangabeira-unger","roberto"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2019/05/01/interview-roberto-unger.md","urlPath":"blog/2019/05/01/interview-roberto-unger"},{"_id":"8d63503ee9e29d55fff458f7c499c8516cd2d5db","file_path":"content/blog/2023/01/31/esther-montmany-on-conscious-parenting.md","extension":"md","url_path":"blog/2023/01/31/esther-montmany-on-conscious-parenting","filetype":null,"metadata":{"title":"Esther Montmany on Conscious Parenting","created":"2023-01-30T00:00:00.000Z","categories":["podcast"],"authors":["eilidhross"],"image":"/assets/images/Youtube-Thumbnail-Template-12.jpg"},"sourceDir":"content/blog/2023/01/31/esther-montmany-on-conscious-parenting.md","urlPath":"blog/2023/01/31/esther-montmany-on-conscious-parenting"},{"_id":"8f13cf62b34daffed02bfd6bdbd5af64a2bae01d","file_path":"content/notes/books/wilber-2017-religion-of-tomorrow.md","extension":"md","url_path":"notes/books/wilber-2017-religion-of-tomorrow","filetype":null,"metadata":{},"sourceDir":"content/notes/books/wilber-2017-religion-of-tomorrow.md","urlPath":"notes/books/wilber-2017-religion-of-tomorrow"},{"_id":"8f20d9d89c300d1016799e7870867a62fa3e72b5","file_path":"content/blog/2021/08/14/home-between-a-shelter-and-a-cage.md","extension":"md","url_path":"blog/2021/08/14/home-between-a-shelter-and-a-cage","filetype":null,"metadata":{"title":"\"Home: Between a shelter and a cage\" - an exhibition at the Berlin Hub","created":"2021-08-14T00:00:00.000Z","categories":["hubs"],"tags":["berlin-hub"],"authors":["iljad20a2d59ebb"],"image":"/assets/images/Yoav-Home.jpeg"},"sourceDir":"content/blog/2021/08/14/home-between-a-shelter-and-a-cage.md","urlPath":"blog/2021/08/14/home-between-a-shelter-and-a-cage"},{"_id":"8f6f89ea67eb9812a1530fd5419023d40325cd85","file_path":"content/blog/2022/06/30/june-wrapped.md","extension":"md","url_path":"blog/2022/06/30/june-wrapped","filetype":null,"metadata":{"title":"June Wrapped","created":"2022-06-30T00:00:00.000Z","categories":["newsletter"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-24.png"},"sourceDir":"content/blog/2022/06/30/june-wrapped.md","urlPath":"blog/2022/06/30/june-wrapped"},{"_id":"8faa0e1700b746433fd1bea17525cd6b64a5dd7e","file_path":"content/excalidraw/ecosystem-of-ecosystems-re-emerging-2022-03-03.excalidraw.md","extension":"md","url_path":"excalidraw/ecosystem-of-ecosystems-re-emerging-2022-03-03.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed","tags":["excalidraw"]},"sourceDir":"content/excalidraw/ecosystem-of-ecosystems-re-emerging-2022-03-03.excalidraw.md","urlPath":"excalidraw/ecosystem-of-ecosystems-re-emerging-2022-03-03.excalidraw"},{"_id":"900b75f86203cac3ed0b3d3e0afb09f633daa101","file_path":"content/ecosystem/topics/community.md","extension":"md","url_path":"ecosystem/topics/community","filetype":null,"metadata":{"id":"community","image":"","emoji":"🧑🤝🧑","title":"Community","super_topic":"Governance, Community and Politics"},"sourceDir":"content/ecosystem/topics/community.md","urlPath":"ecosystem/topics/community"},{"_id":"902d6195b12475ac1e8114e66bd2ce44da0ef596","file_path":"content/blog/2018/08/01/governance-at-life-itself-previously-art-earth-tech-v1.md","extension":"md","url_path":"blog/2018/08/01/governance-at-life-itself-previously-art-earth-tech-v1","filetype":null,"metadata":{"title":"Governance at Life Itself (previously Art Earth Tech): v1","created":"2018-08-01T00:00:00.000Z","categories":["life-itself"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-39.jpg"},"sourceDir":"content/blog/2018/08/01/governance-at-life-itself-previously-art-earth-tech-v1.md","urlPath":"blog/2018/08/01/governance-at-life-itself-previously-art-earth-tech-v1"},{"_id":"9075e05dcf194d1c9bfae09f8155d80d5c1609c0","file_path":"content/blog/2020/05/27/know-yourself.md","extension":"md","url_path":"blog/2020/05/27/know-yourself","filetype":null,"metadata":{"title":"Know Yourself","created":"2020-05-27T00:00:00.000Z","categories":["our-philosophy"],"tags":["knowledge"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2020/05/27/know-yourself.md","urlPath":"blog/2020/05/27/know-yourself"},{"_id":"909293fe46fa3f945dd5164643ea8b6ce46ac5c2","file_path":"content/ecosystem/profiles/reasons-to-be-cheerful.md","extension":"md","url_path":"ecosystem/profiles/reasons-to-be-cheerful","filetype":null,"metadata":{"id":"reasons-to-be-cheerful","url":"https://reasonstobecheerful.world/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Global"],"started":"","ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://reasonstobecheerful.world/wp-content/uploads/2019/08/RTBC_Logo.svg","cached":"","cached_new":""},"image":{"url":"https://reasonstobecheerful.world/wp-content/uploads/2019/08/RTBC_Logo.svg","cached":"","cached_new":""},"title":"Reasons to be cheerful","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/reasons-to-be-cheerful.md","urlPath":"ecosystem/profiles/reasons-to-be-cheerful"},{"_id":"90b409b159d814e1924433514c6382771d385fc4","file_path":"content/blog/2019/11/04/walking-wise-london-walking-group.md","extension":"md","url_path":"blog/2019/11/04/walking-wise-london-walking-group","filetype":null,"metadata":{"title":"Walking wise: our London walking group every Wednesday afternoon","created":"2019-11-04T00:00:00.000Z","categories":["hubs"],"tags":["london-hub","walking","wisdom"],"authors":["artearthtech"]},"sourceDir":"content/blog/2019/11/04/walking-wise-london-walking-group.md","urlPath":"blog/2019/11/04/walking-wise-london-walking-group"},{"_id":"91518c66ffc76469f39a0c38fb0201086be9b84c","file_path":"content/notes/books/skidelsky-skidelsky-2013-how-much-enough.md","extension":"md","url_path":"notes/books/skidelsky-skidelsky-2013-how-much-enough","filetype":null,"metadata":{"author":["rufuspollock"],"posted":"https://lifeitself.org/2017/02/05/summary-how-much-is-enough-skidelsky-2012/"},"sourceDir":"content/notes/books/skidelsky-skidelsky-2013-how-much-enough.md","urlPath":"notes/books/skidelsky-skidelsky-2013-how-much-enough"},{"_id":"917785c5f45f8b9e64cd6472918d89c2914e0491","file_path":"content/blog/2021/04/15/reinventing-organisations-by-frederic-laloux.md","extension":"md","url_path":"blog/2021/04/15/reinventing-organisations-by-frederic-laloux","filetype":null,"metadata":{"title":"Reinventing Organisations by Frederic Laloux - Summary and Notes","created":"2021-04-15T00:00:00.000Z","categories":["book-notes","co-x"],"tags":["laloux","organisations"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-10.jpg"},"sourceDir":"content/blog/2021/04/15/reinventing-organisations-by-frederic-laloux.md","urlPath":"blog/2021/04/15/reinventing-organisations-by-frederic-laloux"},{"_id":"9184ef78b5d473a61065dc86767a3d10649444fb","file_path":"content/blog/2021/06/16/wiser-policy-forum-launch-bulletin.md","extension":"md","url_path":"blog/2021/06/16/wiser-policy-forum-launch-bulletin","filetype":null,"metadata":{"title":"Wiser Policy Forum: Launch Bulletin","created":"2021-06-16T00:00:00.000Z","categories":["institute","policy"],"tags":["policy"],"authors":["rufuspollock","theo-cox"]},"sourceDir":"content/blog/2021/06/16/wiser-policy-forum-launch-bulletin.md","urlPath":"blog/2021/06/16/wiser-policy-forum-launch-bulletin"},{"_id":"91bbda422b7c633bad1cd8a53a762d74f798142b","file_path":"content/notes/cinesomatics.md","extension":"md","url_path":"notes/cinesomatics","filetype":null,"metadata":{"title":"Cinesomatics","authors":[]},"sourceDir":"content/notes/cinesomatics.md","urlPath":"notes/cinesomatics"},{"_id":"920fa0b6b795c73b91707980ee13e5e273166ff2","file_path":"content/blog/2021/11/12/goodby-institute-hello-labs.md","extension":"md","url_path":"blog/2021/11/12/goodby-institute-hello-labs","filetype":null,"metadata":{"title":"Goodby Institute, Hello Labs","created":"2021-11-12T00:00:00.000Z","categories":["life-itself-labs"],"authors":["liamaet"],"image":"/assets/images/Screenshot-2022-11-25-at-12.35.07.png"},"sourceDir":"content/blog/2021/11/12/goodby-institute-hello-labs.md","urlPath":"blog/2021/11/12/goodby-institute-hello-labs"},{"_id":"92171183c9b4f8c294bfab653f251214b8a88688","file_path":"content/blog/2021/11/03/a-modern-caterpillar-reflecting-on-its-metamorphosis.md","extension":"md","url_path":"blog/2021/11/03/a-modern-caterpillar-reflecting-on-its-metamorphosis","filetype":null,"metadata":{"title":"A Modern Caterpillar reflecting on its metamorphosis","created":"2021-11-03T00:00:00.000Z","categories":["cultural-activism","ontological-politics","requiem-for-a-passing-age"],"authors":["sylvieshiweibarbier"],"image":"/assets/images/1024px-A_monarch_newly_emerged_from_the_chrysalis_30776103768.jpeg"},"sourceDir":"content/blog/2021/11/03/a-modern-caterpillar-reflecting-on-its-metamorphosis.md","urlPath":"blog/2021/11/03/a-modern-caterpillar-reflecting-on-its-metamorphosis"},{"_id":"9250ae3f793949b9c3d8334f4e24616f33f81668","file_path":"content/blog/2020/11/24/thank-you-beloved-sangha.md","extension":"md","url_path":"blog/2020/11/24/thank-you-beloved-sangha","filetype":null,"metadata":{"title":"Beloved Sangha, Thank you","created":"2020-11-24T00:00:00.000Z","categories":["our-philosophy"],"tags":["sangha"],"authors":["nareshgg7"]},"sourceDir":"content/blog/2020/11/24/thank-you-beloved-sangha.md","urlPath":"blog/2020/11/24/thank-you-beloved-sangha"},{"_id":"929f812eb533f3d019540b629613151e32f8a542","file_path":"content/notes/Pathways-to-Liberation-Matrix.md","extension":"md","url_path":"notes/Pathways-to-Liberation-Matrix","filetype":null,"metadata":{"title":"Pathways to Liberation Matrix of Assessment","authors":["rufuspollock"],"url":"https://pathwaystoliberation.com/the-matrix/"},"sourceDir":"content/notes/Pathways-to-Liberation-Matrix.md","urlPath":"notes/Pathways-to-Liberation-Matrix"},{"_id":"92d32349bcd7be5e72b54ef5457f4d8d2386bf47","file_path":"content/transforming-the-narrative.md","extension":"md","url_path":"transforming-the-narrative","filetype":null,"metadata":{"title":"Transforming the Narrative","created":"2021-04-01T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/transforming-the-narrative.md","urlPath":"transforming-the-narrative"},{"_id":"9301801b17aaf068627ae78dbf8254c0ab56a1e9","file_path":"content/blog/2019/06/02/retrospective-on-returning-to-mystery-saving-ourselves-event.md","extension":"md","url_path":"blog/2019/06/02/retrospective-on-returning-to-mystery-saving-ourselves-event","filetype":null,"metadata":{"title":"Returning to Mystery, Saving Ourselves (A Retrospective)","created":"2019-06-02T00:00:00.000Z","categories":["programs"],"tags":["event","mystery"],"authors":["liamaet"]},"sourceDir":"content/blog/2019/06/02/retrospective-on-returning-to-mystery-saving-ourselves-event.md","urlPath":"blog/2019/06/02/retrospective-on-returning-to-mystery-saving-ourselves-event"},{"_id":"9382d16c4bbae5dd88aab87bdb70f3547dbf64ab","file_path":"content/notes/glossary.md","extension":"md","url_path":"notes/glossary","filetype":null,"metadata":{"title":"Glossary","created":"2020-02-05T00:00:00.000Z"},"sourceDir":"content/notes/glossary.md","urlPath":"notes/glossary"},{"_id":"93ad31884f954df378b9d1a6c1aadaaff927fd10","file_path":"content/blog/2021/08/26/announcing-the-next-imaginary-society-forum-with-jeremy-lent.md","extension":"md","url_path":"blog/2021/08/26/announcing-the-next-imaginary-society-forum-with-jeremy-lent","filetype":null,"metadata":{"title":"Announcing the next Imaginary Society Forum with Jeremy Lent","created":"2021-08-26T00:00:00.000Z","categories":["culturology","ontology","wisdom"],"tags":["imaginary-society"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2021/08/26/announcing-the-next-imaginary-society-forum-with-jeremy-lent.md","urlPath":"blog/2021/08/26/announcing-the-next-imaginary-society-forum-with-jeremy-lent"},{"_id":"93b12799f703bcbc8f479800ab781ec66f98158a","file_path":"content/ecosystem/profiles/k9-coliving.md","extension":"md","url_path":"ecosystem/profiles/k9-coliving","filetype":null,"metadata":{"id":"k9-coliving","url":"https://www.k9coliving.com/","tagline":"","activity":["spaces"],"topic":["community","wellbeing"],"regions":"","locations":["Sweden"],"started":2016,"ended":"","active":"Yes","people":["Alex Bjorkman"],"notes_data_entry":"","facebook":"\nhttps://www.facebook.com/k9coliving","twitter":"not-found","instagram":"https://www.instagram.com/k9coliving/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/88331206_853950778411399_928951913741811712_n.png?_nc_cat=101&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=wJY-gOCSvlsAX9b0tMX&_nc_ht=scontent-lcy1-1.xx&oh=73b62abd16e6d1353c8635f6199a9203&oe=61B9103B","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059890/Ecosystem%20Mapping/K9_coliving_wjxdzb.png","cached_new":"/img/K9_coliving_wjxdzb.png"},"image":{"url":"https://images.squarespace-cdn.com/content/v1/5a72fce680bd5e563a9723fc/1543509531954-HROW48OFP4EXISXFT7WT/Screen+Shot+2018-11-29+at+5.34.17+PM.png?format=500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644941178/Ecosystem%20Mapping/K9_kv6ptm.png","cached_new":"/img/K9_kv6ptm.png"},"title":"K9 Coliving","curation_status":"Y","social_change":{"inner":0.2,"cultural":0.7,"systems":0.1}},"sourceDir":"content/ecosystem/profiles/k9-coliving.md","urlPath":"ecosystem/profiles/k9-coliving"},{"_id":"948d595cfd644938056719d11406be65bdd11ced","file_path":"content/ecosystem/profiles/evidence-based-wisdom.md","extension":"md","url_path":"ecosystem/profiles/evidence-based-wisdom","filetype":null,"metadata":{"id":"evidence-based-wisdom","url":"https://evidencebasedwisdom.com/","tagline":"","activity":["media","education"],"topic":["development"],"regions":"North America","started":"","ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"https://www.facebook.com/EBasedwisdom/","twitter":"https://twitter.com/EBasedwisdom/","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.18169-9/17362697_185868608577871_8740154654562142983_n.png?_nc_cat=105&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=qSB_t51aPfAAX_l7wuK&_nc_ht=scontent-lcy1-1.xx&oh=ffb21390bb2b3a497cbb3b60bfe056e7&oe=61B928C2","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060729/Ecosystem%20Mapping/Evidence_based_wisdom_l0kgbj.png","cached_new":"/img/Evidence_based_wisdom_l0kgbj.png"},"image":{"url":"https://evidencebasedwisdom.files.wordpress.com/2019/07/artificial-intelligence-3382507_1920.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645011400/Ecosystem%20Mapping/artificial-intelligence-3382507_1920_og8vkd.jpg","cached_new":"/img/artificial-intelligence-3382507_1920_og8vkd.jpg"},"title":"Evidence-based wisdom","curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0}},"sourceDir":"content/ecosystem/profiles/evidence-based-wisdom.md","urlPath":"ecosystem/profiles/evidence-based-wisdom"},{"_id":"94c246b5f7182c3f3245f95eaa5b77a33237dd0d","file_path":"content/ecosystem/profiles/on-being.md","extension":"md","url_path":"ecosystem/profiles/on-being","filetype":null,"metadata":{"id":"on-being","url":"https://onbeing.org/","tagline":"Pursuing deep thinking and moral imagination, social courage and joy, to renew inner life, outer life, and life together.","activity":["media","education"],"topic":["development","spirituality"],"regions":"US","locations":["Minneapolis, US"],"started":2012,"ended":"","active":"Y","people":["Krista Tippett"],"notes_data_entry":"","facebook":"https://www.facebook.com/onbeing","twitter":"https://twitter.com/onbeing","instagram":"https://instagram.com/onbeing","linkedin":"","youtube":"","blog":"","logo":{"url":"https://pbs.twimg.com/profile_images/1006247786281611265/vf3-Nd_h.jpg","cached":"","cached_new":""},"image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t1.6435-9/74474282_10156373217291876_380903817505406976_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=2c4854&_nc_ohc=DtXUn2jMeFkAX9WZDmS&_nc_ht=scontent.fgla3-2.fna&oh=00_AT_V0NEkCkm8gpNQ6SsKIsIelQjdIsbARN9pmZcHDnrEPQ&oe=6231B3C6","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942648/Ecosystem%20Mapping/On_being_1_iyjzug.jpg","cached_new":"/img/On_being_1_iyjzug.jpg"},"title":"On Being","curation_status":"Y","social_change":{"inner":0.8,"cultural":0.2,"systems":0}},"sourceDir":"content/ecosystem/profiles/on-being.md","urlPath":"ecosystem/profiles/on-being"},{"_id":"953e23eebb30349fb3596b67a95c5de0bad3d09a","file_path":"content/blog/2022/05/25/reclaiming-spaciousness-reflections-on-conscious-food-workshop.md","extension":"md","url_path":"blog/2022/05/25/reclaiming-spaciousness-reflections-on-conscious-food-workshop","filetype":null,"metadata":{"title":"Reclaiming Spaciousness: Reflections On The Conscious Food Workshop","created":"2022-05-25T00:00:00.000Z","authors":["valerie"]},"sourceDir":"content/blog/2022/05/25/reclaiming-spaciousness-reflections-on-conscious-food-workshop.md","urlPath":"blog/2022/05/25/reclaiming-spaciousness-reflections-on-conscious-food-workshop"},{"_id":"95506d3dee05d0308039d20c53022724b5227776","file_path":"content/ecosystem/profiles/moral-imaginations.md","extension":"md","url_path":"ecosystem/profiles/moral-imaginations","filetype":null,"metadata":{"id":"moral-imaginations","url":"https://www.moralimaginations.com/","tagline":"We are building a movement of moral imagination: collective imagining to increase radical kinship with the human and more-than-human worlds, present, past and future.","activity":["events","research"],"topic":["politics","arts"],"regions":"UK","locations":["London"],"started":2020,"ended":"","active":"Y","people":["Phoebe Tickell"],"notes_data_entry":"","facebook":"https://www.facebook.com/moralimaginations","twitter":"https://twitter.com/moral_imagining","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/1377211392823078913/Giro5ri3_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/moral_imaginations_is9ywe.jpg","cached_new":"/img/moral_imaginations_is9ywe.jpg"},"image":{"url":"https://pbs.twimg.com/profile_images/1377211392823078913/Giro5ri3_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/moral_imaginations_is9ywe.jpg","cached_new":"/img/moral_imaginations_is9ywe.jpg"},"title":"Moral Imaginations","curation_status":"YY","social_change":{"inner":0.1,"cultural":0.5,"systems":0.4}},"sourceDir":"content/ecosystem/profiles/moral-imaginations.md","urlPath":"ecosystem/profiles/moral-imaginations"},{"_id":"959dde5548303b09f7f48b814c5ba4ecd4781741","file_path":"content/notes/journal/2021-12-17.md","extension":"md","url_path":"notes/journal/2021-12-17","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2021-12-17.md","urlPath":"notes/journal/2021-12-17"},{"_id":"95c142432710f464914bcb0feb838411c0224c57","file_path":"content/collective-wisdom.md","extension":"md","url_path":"collective-wisdom","filetype":null,"metadata":{"title":"Collective Wisdom","created":"2020-08-14T00:00:00.000Z","authors":["liamaet"],"image":"/assets/images/davide-ragusa-24118-unsplash-scaled.jpg"},"sourceDir":"content/collective-wisdom.md","urlPath":"collective-wisdom"},{"_id":"95f1c018bd67356d52f42b79a8442210ea8d1ae4","file_path":"content/ecosystem/profiles/under-the-skin-podcast.md","extension":"md","url_path":"ecosystem/profiles/under-the-skin-podcast","filetype":null,"metadata":{"id":"under-the-skin-podcast","url":"https://www.russellbrand.com/podcasts/","tagline":"","activity":0,"topic":0,"regions":"","locations":["UK"],"started":2017,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.russellbrand.com/wp-content/uploads/2021/03/rb-logo-retina3.png","cached":"","cached_new":""},"image":{"url":"https://www.russellbrand.com/wp-content/uploads/2021/03/rb-logo-retina3.png","cached":"","cached_new":""},"title":"Under the Skin Podcast","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/under-the-skin-podcast.md","urlPath":"ecosystem/profiles/under-the-skin-podcast"},{"_id":"9616a7340413752b4ef50c99f4a6054a1f4f8e62","file_path":"content/blog/2021/02/11/whats-new-at-the-berlin-hub.md","extension":"md","url_path":"blog/2021/02/11/whats-new-at-the-berlin-hub","filetype":null,"metadata":{"title":"Berlin Hub - What's New?","created":"2021-02-11T00:00:00.000Z","categories":["hubs"],"tags":["berlin","berlin-hub","hubs","update"],"authors":["iljad20a2d59ebb"]},"sourceDir":"content/blog/2021/02/11/whats-new-at-the-berlin-hub.md","urlPath":"blog/2021/02/11/whats-new-at-the-berlin-hub"},{"_id":"962f96e7144b3a0852568f28614645f557138e4c","file_path":"content/people/boaz-feldman.md","extension":"md","url_path":"people/boaz-feldman","filetype":null,"metadata":{"id":"boaz-feldman","name":"Boaz B. Feldman","avatar":"/assets/images/profile-pic-boaz.jpg"},"sourceDir":"content/people/boaz-feldman.md","urlPath":"people/boaz-feldman"},{"_id":"965ac99a4e898f2adf6345e90f81bc5b82191dea","file_path":"content/blog/2020/04/02/getting-s-done-online-calls.md","extension":"md","url_path":"blog/2020/04/02/getting-s-done-online-calls","filetype":null,"metadata":{"title":"Getting S*** Done Online Calls","created":"2020-04-02T00:00:00.000Z","categories":["programs"],"tags":["calls","getting-stuff-done"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2020/04/02/getting-s-done-online-calls.md","urlPath":"blog/2020/04/02/getting-s-done-online-calls"},{"_id":"971bc1a663878c8f2381971754d0e95c6e5a8935","file_path":"content/blog/2017/05/31/the-way-we-live-now.md","extension":"md","url_path":"blog/2017/05/31/the-way-we-live-now","filetype":null,"metadata":{"title":"The Way We Live Now","created":"2017-05-31T00:00:00.000Z","categories":["our-philosophy"],"tags":["living","philosophy","rufus-pollock"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-4.png"},"sourceDir":"content/blog/2017/05/31/the-way-we-live-now.md","urlPath":"blog/2017/05/31/the-way-we-live-now"},{"_id":"97cc402751c94455fa0c19eb8540bf1d69df9d91","file_path":"content/ecosystem/profiles/mindvalley.md","extension":"md","url_path":"ecosystem/profiles/mindvalley","filetype":null,"metadata":{"id":"mindvalley","url":"https://www.mindvalley.com/","tagline":"","activity":["education","media"],"topic":["work","tech"],"regions":"Online","started":2002,"ended":"","active":"Y","people":["Vishen Lakhiani"],"notes_data_entry":"","facebook":"https://www.facebook.com/mindvalley/","twitter":"","instagram":"https://www.instagram.com/mindvalley/","linkedin":"","youtube":"","blog":"","logo":{"url":"https://i.pinimg.com/originals/5a/10/ca/5a10ca30e2b3a599a1c648c0db7ffae3.jpg","cached":"","cached_new":""},"image":{"url":"https://i.pinimg.com/originals/5a/10/ca/5a10ca30e2b3a599a1c648c0db7ffae3.jpg","cached":"","cached_new":""},"title":"Mindvalley","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/mindvalley.md","urlPath":"ecosystem/profiles/mindvalley"},{"_id":"9851c34e4d0ba1528d1176c8810a19829c488c3f","file_path":"content/initiatives/ontological-politics.md","extension":"md","url_path":"initiatives/ontological-politics","filetype":null,"metadata":{"title":"Ontological Politics","description":"Any social or political envisioning is constrained by an invisible frame: by the implicit values and views on which it is created, most importantly its view of the nature of human beings.","image":"/assets/images/image_2021-04-16_172851-1024x570.png","homepage":"/ontological-politics","start":2020,"end":null,"team":["rufuspollock"],"alumni":null,"size":"xl","status":"inactive","created":"2023-03-20T00:00:00.000Z"},"sourceDir":"content/initiatives/ontological-politics.md","urlPath":"initiatives/ontological-politics"},{"_id":"985b8bdb75a407fa892650bdd39fc7750bea43ac","file_path":"content/notes/assessment-of-transformative-programs.md","extension":"md","url_path":"notes/assessment-of-transformative-programs","filetype":null,"metadata":{"title":"Assessment of Transformative Programs","created":"2021-08-10T00:00:00.000Z"},"sourceDir":"content/notes/assessment-of-transformative-programs.md","urlPath":"notes/assessment-of-transformative-programs"},{"_id":"98757caa8e30b8ed96ab8d6c3479929520f46323","file_path":"content/ecosystem/contribute.md","extension":"md","url_path":"ecosystem/contribute","filetype":null,"metadata":{},"sourceDir":"content/ecosystem/contribute.md","urlPath":"ecosystem/contribute"},{"_id":"989a4c8c8067ada477dd63a2498ec8e21ad89854","file_path":"content/blog/2019/08/31/our-2019-gathering.md","extension":"md","url_path":"blog/2019/08/31/our-2019-gathering","filetype":null,"metadata":{"title":"Our 2019 Gathering","created":"2019-08-31T00:00:00.000Z","categories":["gathering"],"tags":["gathering"],"authors":["artearthtech"]},"sourceDir":"content/blog/2019/08/31/our-2019-gathering.md","urlPath":"blog/2019/08/31/our-2019-gathering"},{"_id":"999ca420e7d08810e8c57b51c90c6ec611564977","file_path":"content/blog/2023/07/28/tenzo-note-9.md","extension":"md","url_path":"blog/2023/07/28/tenzo-note-9","filetype":null,"metadata":{"title":"Tenzo Note 9: Unveiling the Tenzo: Zen Tradition's Culinary Activist","created":"2023-07-28T00:00:00.000Z","categories":["conscious-food"],"authors":["valerie"],"images":"/assets/images/tenzo-note-9.jpg"},"sourceDir":"content/blog/2023/07/28/tenzo-note-9.md","urlPath":"blog/2023/07/28/tenzo-note-9"},{"_id":"9a264c69e7945fd7e112dcebd2ec22c58c0e6ec7","file_path":"content/ecosystem/profiles/dark-matter-labs.md","extension":"md","url_path":"ecosystem/profiles/dark-matter-labs","filetype":null,"metadata":{"id":"dark-matter-labs","url":"https://darkmatterlabs.org/","tagline":"","activity":["research","business"],"topic":["governance","tech"],"regions":"Worldwide","locations":["London, GB","Amsterdam, NL","Helsinki, FI","Anglesey, GB","","Antwerp, BE","Madrid, ES","Athens, GR","Malmö, SE","Berlin, DE","Milan, IT","Budapest, HU","Montreal, CA","Edinburgh, GB","Seoul, KR"],"started":2015,"ended":"","active":"Y","people":["Indy Johar"],"notes_data_entry":"","facebook":"https://www.facebook.com/darkmatterlabs.org/","twitter":"https://twitter.com/DarkMatter_Labs","instagram":"not-found","linkedin":"https://www.linkedin.com/company/darkmatterlabs/","youtube":"not-found","blog":"https://provocations.darkmatterlabs.org/","logo":{"url":"https://cdn-images-1.medium.com/max/1200/1*Ri4JSC8W06dKCPqTtegEsQ.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633433602/Ecosystem%20Mapping/1_Ri4JSC8W06dKCPqTtegEsQ_zihlsn.png","cached_new":"/img/1_Ri4JSC8W06dKCPqTtegEsQ_zihlsn.png"},"image":{"url":"https://www.facebook.com/darkmatterlabs.org/photos/a.2460963374023928/2460958107357788","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644858515/Ecosystem%20Mapping/dark_matter_labs_diagtv.jpg","cached_new":"/img/dark_matter_labs_diagtv.jpg"},"title":"Dark Matter Labs","curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8}},"sourceDir":"content/ecosystem/profiles/dark-matter-labs.md","urlPath":"ecosystem/profiles/dark-matter-labs"},{"_id":"9a9731dd7280cae2253582091820f64ca94c215f","file_path":"content/blog/2021/10/25/critical-point-our-reason-for-existence-in-a-nutshell.md","extension":"md","url_path":"blog/2021/10/25/critical-point-our-reason-for-existence-in-a-nutshell","filetype":null,"metadata":{"title":"Critical Point: our reason for existence in a Nutshell","created":"2021-10-25T00:00:00.000Z","categories":["our-philosophy"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2021/10/25/critical-point-our-reason-for-existence-in-a-nutshell.md","urlPath":"blog/2021/10/25/critical-point-our-reason-for-existence-in-a-nutshell"},{"_id":"9ab7e62df22d6b8e3bef46e96c3d82a420560895","file_path":"content/people/matthew-mccarthy.md","extension":"md","url_path":"people/matthew-mccarthy","filetype":null,"metadata":{"id":"matthew-maccarthy","name":"Matthew McCarthy","avatar":"/assets/images/profile-pic-matthew.jpg"},"sourceDir":"content/people/matthew-mccarthy.md","urlPath":"people/matthew-mccarthy"},{"_id":"9ac335f2c0371b97632d5c81b7d1f7f27259c093","file_path":"content/notes/books/dawson-tunik-stein-2004-national-leadership-study.md","extension":"md","url_path":"notes/books/dawson-tunik-stein-2004-national-leadership-study","filetype":null,"metadata":{},"sourceDir":"content/notes/books/dawson-tunik-stein-2004-national-leadership-study.md","urlPath":"notes/books/dawson-tunik-stein-2004-national-leadership-study"},{"_id":"9b0ad12db990eb9a61e0d98f9ff3266f3a027776","file_path":"content/tao/community-guidelines.md","extension":"md","url_path":"tao/community-guidelines","filetype":null,"metadata":{"title":"Life Itself Community Guidelines","created":"2023-03-28T00:00:00.000Z","authors":["nathenfitchen"]},"sourceDir":"content/tao/community-guidelines.md","urlPath":"tao/community-guidelines"},{"_id":"9b684033cd7831d8c2394a064a6615a6ee4acbb9","file_path":"content/people/rufuspollock.md","extension":"md","url_path":"people/rufuspollock","filetype":null,"metadata":{"id":"rufuspollock","name":"Rufus Pollock","avatar":"/assets/images/Rufus-Pollock-684x684-1.png"},"sourceDir":"content/people/rufuspollock.md","urlPath":"people/rufuspollock"},{"_id":"9bd382ea5a093158aa551050ad61d0bf0da396ea","file_path":"content/tao/views.md","extension":"md","url_path":"tao/views","filetype":null,"metadata":{},"sourceDir":"content/tao/views.md","urlPath":"tao/views"},{"_id":"9c455e50f1e5989bf25a33c3b0d25220c1582411","file_path":"content/requiem.md","extension":"md","url_path":"requiem","filetype":null,"metadata":{"title":"Requiem for a Passing Age","created":"2022-05-24T00:00:00.000Z","authors":["sylvieshiweibarbier","rufuspollock"],"image":"/assets/images/ruben-ortega-viel7n9kgNA-unsplash-scaled.jpg"},"sourceDir":"content/requiem.md","urlPath":"requiem"},{"_id":"9ce8e4614145496f35528ee3dc0f005f6a958910","file_path":"content/notes/research-community-monthly-no-1-april-2023.md","extension":"md","url_path":"notes/research-community-monthly-no-1-april-2023","filetype":null,"metadata":{"title":"Research community monthly forum no 1: Introduction to the Research Community","created":"2023-04-10T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/notes/research-community-monthly-no-1-april-2023.md","urlPath":"notes/research-community-monthly-no-1-april-2023"},{"_id":"9d1c6e5e6bbcc211924a0240f18bfe687bf771b8","file_path":"content/blog/2023/02/06/communications-role-hire-2023.md","extension":"md","url_path":"blog/2023/02/06/communications-role-hire-2023","filetype":null,"metadata":{"title":"Are you are digital storyteller & communications superstar?","created":"2023-02-06T00:00:00.000Z","categories":["jobs"],"authors":["nathen-fitchen"],"image":"/assets/images/communications-2023-feature-image.jpg"},"sourceDir":"content/blog/2023/02/06/communications-role-hire-2023.md","urlPath":"blog/2023/02/06/communications-role-hire-2023"},{"_id":"9d1ec45a6f52f3d193194b9c2a834d030a7139ce","file_path":"content/blog/2023/07/18/conscious-coliving-101-launch.md","extension":"md","url_path":"blog/2023/07/18/conscious-coliving-101-launch","filetype":null,"metadata":{"title":"Our Conscious Coliving Course Is Live!","created":"2023-07-18T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["conscious-coliving"],"image":"/assets/images/conscious-coliving-101-header.jpg"},"sourceDir":"content/blog/2023/07/18/conscious-coliving-101-launch.md","urlPath":"blog/2023/07/18/conscious-coliving-101-launch"},{"_id":"9d62922b506eb14c60fc554b970953f30625ea3a","file_path":"content/blog/2021/09/13/announcing-the-sympoiesis-residencies-at-the-life-itself-praxis-hub.md","extension":"md","url_path":"blog/2021/09/13/announcing-the-sympoiesis-residencies-at-the-life-itself-praxis-hub","filetype":null,"metadata":{"title":"Announcing the Sympoiesis Residencies at the Life Itself Praxis Hub","created":"2021-09-13T00:00:00.000Z","categories":["conscious-coliving","hubs"],"tags":["bergerac","bergerac-hub","community","conscious-coliving","hubs","intentional-communities","praxis"],"authors":["valerie","rufuspollock","liamaet"],"image":"/assets/images/Untitled.jpg"},"sourceDir":"content/blog/2021/09/13/announcing-the-sympoiesis-residencies-at-the-life-itself-praxis-hub.md","urlPath":"blog/2021/09/13/announcing-the-sympoiesis-residencies-at-the-life-itself-praxis-hub"},{"_id":"9d99fe1dc0893f962771b8259e7fee00ec4c023d","file_path":"content/blog/2022/05/26/lessons-in-engaged-symbiosis.md","extension":"md","url_path":"blog/2022/05/26/lessons-in-engaged-symbiosis","filetype":null,"metadata":{"title":"Lessons in Engaged Symbiosis","created":"2022-05-26T00:00:00.000Z","categories":["hubs"],"authors":["eilidhross"],"image":"/assets/images/Picture-2.jpg"},"sourceDir":"content/blog/2022/05/26/lessons-in-engaged-symbiosis.md","urlPath":"blog/2022/05/26/lessons-in-engaged-symbiosis"},{"_id":"9e01c77d673dc2288f0dd543348da5366e7146f2","file_path":"content/people/iljad20a2d59ebb.md","extension":"md","url_path":"people/iljad20a2d59ebb","filetype":null,"metadata":{"id":"iljad20a2d59ebb","name":"Ilja Maiber","avatar":"/assets/images/Ilja-profile-2.jpeg"},"sourceDir":"content/people/iljad20a2d59ebb.md","urlPath":"people/iljad20a2d59ebb"},{"_id":"9e322fc93d7d3f8be2b00e1ad5d04c09663fcb90","file_path":"content/blog/2021/10/12/state-of-sensemaking-directory-alpha-launch.md","extension":"md","url_path":"blog/2021/10/12/state-of-sensemaking-directory-alpha-launch","filetype":null,"metadata":{"title":"State of Sensemaking Ecosystem Mapping Directory - Alpha Launch","created":"2021-10-12T00:00:00.000Z","categories":["ecosystem-mapping"],"tags":["culturemaking","sensemaking"],"authors":["rufuspollock"],"image":"/assets/images/state-of-sensemaking-home-launch-20211012-1.png"},"sourceDir":"content/blog/2021/10/12/state-of-sensemaking-directory-alpha-launch.md","urlPath":"blog/2021/10/12/state-of-sensemaking-directory-alpha-launch"},{"_id":"9e6a1d231f0ae63b0d3eb53a135b9319f77e5c58","file_path":"content/programs/light-shadow-integration.md","extension":"md","url_path":"programs/light-shadow-integration","filetype":null,"metadata":{"title":"August '22: Light, Shadow, Integration","created":"2022-06-17T00:00:00.000Z","authors":["liamaet"]},"sourceDir":"content/programs/light-shadow-integration.md","urlPath":"programs/light-shadow-integration"},{"_id":"a0059715f820fb1ba6ce58aee4cff7771a031da5","file_path":"content/ecosystem/profiles/embassy-network.md","extension":"md","url_path":"ecosystem/profiles/embassy-network","filetype":null,"metadata":{"id":"embassy-network","url":"https://embassynetwork.com","tagline":"","activity":0,"topic":0,"regions":"","locations":["Worldwide"],"started":2012,"ended":"","active":"Yes","people":["Zarinah Agnew"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://embassynetwork.com/static/img/en-logo-transparent.png","cached":"","cached_new":""},"image":{"url":"https://embassynetwork.com/static/img/en-logo-transparent.png","cached":"","cached_new":""},"title":"Embassy Network","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/embassy-network.md","urlPath":"ecosystem/profiles/embassy-network"},{"_id":"a00dff80dcae7ff918b4b352569867e73918399d","file_path":"content/ecosystem/profiles/mindfulness-and-social-change-network.md","extension":"md","url_path":"ecosystem/profiles/mindfulness-and-social-change-network","filetype":null,"metadata":{"id":"mindfulness-and-social-change-network","url":"https://mindfulnessandsocialchange.org/","tagline":"","activity":0,"topic":0,"regions":"","started":"","ended":"","active":"?","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Mindfulness and Social Change Network","curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/mindfulness-and-social-change-network.md","urlPath":"ecosystem/profiles/mindfulness-and-social-change-network"},{"_id":"a0816df84ac08fce0d3b54f7e673d1d502e4e7fc","file_path":"content/notes/intentional-community.md","extension":"md","url_path":"notes/intentional-community","filetype":null,"metadata":{},"sourceDir":"content/notes/intentional-community.md","urlPath":"notes/intentional-community"},{"_id":"a0aa2b8000085f6e7629ffc39188a1839b1e210b","file_path":"content/ecosystem/profiles/metamoderna.md","extension":"md","url_path":"ecosystem/profiles/metamoderna","filetype":null,"metadata":{"id":"metamoderna","url":"https://metamoderna.org/","tagline":"","activity":["media","education"],"topic":["politics","governance"],"regions":"Sweden","locations":["SE"],"started":2014,"ended":"","active":"Y","people":["Daniel Gortz","Emil Ejner Friis"],"notes_data_entry":"","facebook":"https://www.facebook.com/metamoderna","twitter":"https://twitter.com/Metamoderna","instagram":"https://www.instagram.com/hanzifreinacht/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSHX9WfYLpgBjm2SB1455FiTN48lS96ZNncxG_nu5BaIizG_2pr","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633427246/Ecosystem%20Mapping/images_kplcen.png","cached_new":"/img/images_kplcen.png"},"image":{"url":"https://metamoderna.org/wp-content/uploads/2022/02/Protopia.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645013873/Ecosystem%20Mapping/Protopia_brfbbo.png","cached_new":"/img/Protopia_brfbbo.png"},"title":"Metamoderna","curation_status":"YY","social_change":{"inner":0.1,"cultural":0.6,"systems":0.3}},"sourceDir":"content/ecosystem/profiles/metamoderna.md","urlPath":"ecosystem/profiles/metamoderna"},{"_id":"a0d7874fd54c55602669f07c27a9423abc813a22","file_path":"content/people/liamaet.md","extension":"md","url_path":"people/liamaet","filetype":null,"metadata":{"id":"liamaet","name":"Liam Kavanagh","avatar":"/assets/images/liam-Cropped.jpg"},"sourceDir":"content/people/liamaet.md","urlPath":"people/liamaet"},{"_id":"a1186a257d944e479a2c3e52398e71ba727e69cc","file_path":"content/blog/2021/11/21/a-fall-update-from-the-berlin-hub.md","extension":"md","url_path":"blog/2021/11/21/a-fall-update-from-the-berlin-hub","filetype":null,"metadata":{"title":"A fall update from the Berlin Hub","created":"2021-11-21T00:00:00.000Z","categories":["hubs"],"authors":["iljad20a2d59ebb"]},"sourceDir":"content/blog/2021/11/21/a-fall-update-from-the-berlin-hub.md","urlPath":"blog/2021/11/21/a-fall-update-from-the-berlin-hub"},{"_id":"a12dbbd428192d867e6c975de81cdc0fa6e089e3","file_path":"content/ecosystem/glossary.md","extension":"md","url_path":"ecosystem/glossary","filetype":null,"metadata":{},"sourceDir":"content/ecosystem/glossary.md","urlPath":"ecosystem/glossary"},{"_id":"a12fbd4761bcb9b98efd7a52d51055ccb272f052","file_path":"content/notes/books/dawson-tunik-commons-ea-2005-shape-development.md","extension":"md","url_path":"notes/books/dawson-tunik-commons-ea-2005-shape-development","filetype":null,"metadata":{},"sourceDir":"content/notes/books/dawson-tunik-commons-ea-2005-shape-development.md","urlPath":"notes/books/dawson-tunik-commons-ea-2005-shape-development"},{"_id":"a14c1292ae42e1bfd828f980e489d902ce85c6a5","file_path":"content/notes/regulation-strategies-when-in-a-group.md","extension":"md","url_path":"notes/regulation-strategies-when-in-a-group","filetype":null,"metadata":{},"sourceDir":"content/notes/regulation-strategies-when-in-a-group.md","urlPath":"notes/regulation-strategies-when-in-a-group"},{"_id":"a1b96d85427210f7dfac05849226fe8f3424591c","file_path":"content/blog/2017/12/02/our-hubs.md","extension":"md","url_path":"blog/2017/12/02/our-hubs","filetype":null,"metadata":{"title":"A Vision For Our Hubs","created":"2017-12-02T00:00:00.000Z","categories":["hubs"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-9-1200x675-1.png"},"sourceDir":"content/blog/2017/12/02/our-hubs.md","urlPath":"blog/2017/12/02/our-hubs"},{"_id":"a2111aba874aba0bf6373645a9227242ab1e19d2","file_path":"content/notes/books/murphy-2021-energy-and-human-ambitions-on-a-finite-planet.md","extension":"md","url_path":"notes/books/murphy-2021-energy-and-human-ambitions-on-a-finite-planet","filetype":null,"metadata":{},"sourceDir":"content/notes/books/murphy-2021-energy-and-human-ambitions-on-a-finite-planet.md","urlPath":"notes/books/murphy-2021-energy-and-human-ambitions-on-a-finite-planet"},{"_id":"a24229df107da9766654aa76a0e5ff8cd4d66dc8","file_path":"content/people/petronellac3ecd0923b.md","extension":"md","url_path":"people/petronellac3ecd0923b","filetype":null,"metadata":{"id":"petronellac3ecd0923b","name":"Petronella Tyson","avatar":"/assets/images/petronellacopy.jpg.jpg"},"sourceDir":"content/people/petronellac3ecd0923b.md","urlPath":"people/petronellac3ecd0923b"},{"_id":"a29bd55264f68735ea794fec7aad9430e8940565","file_path":"content/ecosystem/profiles/schumacher-college.md","extension":"md","url_path":"ecosystem/profiles/schumacher-college","filetype":null,"metadata":{"id":"schumacher-college","url":"https://www.schumachercollege.org.uk/","tagline":"","activity":["education","events"],"topic":["ecology","politics"],"regions":"UK","locations":["Devon, GB"],"started":1991,"ended":"","active":"Y","people":["Andy Letcher","Satish Kumar"],"notes_data_entry":"","facebook":"https://www.facebook.com/schumachercollege","twitter":"https://twitter.com/schumachercoll","instagram":"https://www.instagram.com/SchumacherCollege/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/1265299113937186819/klBKgPL1_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633430591/Ecosystem%20Mapping/klBKgPL1_400x400_soanqt.jpg","cached_new":"/img/klBKgPL1_400x400_soanqt.jpg"},"image":{"url":"https://campus.dartington.org/wp-content/uploads/2021/10/Untitled-design-48.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644930624/Ecosystem%20Mapping/schumacher_college_nbimih.jpg","cached_new":"/img/schumacher_college_nbimih.jpg"},"title":"Schumacher College","curation_status":"YY","social_change":{"inner":0.2,"cultural":0.6,"systems":0.2}},"sourceDir":"content/ecosystem/profiles/schumacher-college.md","urlPath":"ecosystem/profiles/schumacher-college"},{"_id":"a2aaac1a2939d4ec4827808b605bd91bd0dfaf64","file_path":"content/blog/2020/11/12/a-space-for-creativity.md","extension":"md","url_path":"blog/2020/11/12/a-space-for-creativity","filetype":null,"metadata":{"title":"A space for Creativity","created":"2020-11-12T00:00:00.000Z","categories":["institute"],"tags":["creativity","space"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/11/12/a-space-for-creativity.md","urlPath":"blog/2020/11/12/a-space-for-creativity"},{"_id":"a2b6f661c4dda4d664fe9dd6bec55bc4644a6832","file_path":"content/ecosystem/profiles/joe-rogan-experience-podcast.md","extension":"md","url_path":"ecosystem/profiles/joe-rogan-experience-podcast","filetype":null,"metadata":{"id":"joe-rogan-experience-podcast","url":"https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk","tagline":"","activity":0,"topic":0,"regions":"","locations":["US"],"started":2009,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Joe Rogan Experience Podcast","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/joe-rogan-experience-podcast.md","urlPath":"ecosystem/profiles/joe-rogan-experience-podcast"},{"_id":"a31e37d114093b52a3f9b3767a4af97e6a2ef75c","file_path":"content/ecosystem/profiles/mindfulness-project.md","extension":"md","url_path":"ecosystem/profiles/mindfulness-project","filetype":null,"metadata":{"id":"mindfulness-project","url":"https://www.mindfulness-project.org/","tagline":"","activity":["events","education"],"topic":["development","wellbeing"],"regions":"Germany","locations":["Hamburg, DE"],"started":2013,"ended":"","active":"Y","people":0,"notes_data_entry":"","facebook":"https://www.facebook.com/mindfulnessprojectthailand","twitter":"not-found","instagram":"https://www.instagram.com/mindfulnessprojectthailand/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCa-ISJR_srhSGV-5AsGUpKw","blog":"not-found","logo":{"url":"https://www.mindfulness-project.org/wp-content/uploads/2018/04/logoWhite1.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458846/Ecosystem%20Mapping/mindfulness_project_uwyog3.jpg","cached_new":"/img/mindfulness_project_uwyog3.jpg"},"image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t39.30808-6/243098993_4446688975410819_7189102888643976436_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=2c4854&_nc_ohc=7xJZjOYJ8YIAX8LcwaC&_nc_ht=scontent.fgla3-2.fna&oh=00_AT8rDbO8RDciFu9UPaQS4R-4sMQ-7XgOmFYd_-WxrzAFIA&oe=62119200","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645006683/Ecosystem%20Mapping/mindfulness_ndfaf6.jpg","cached_new":"/img/mindfulness_ndfaf6.jpg"},"title":"The Mindfulness Project","curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/mindfulness-project.md","urlPath":"ecosystem/profiles/mindfulness-project"},{"_id":"a34e674dcc5514354d02fa56f97c61709cb86e08","file_path":"content/initiatives/columinate.md","extension":"md","url_path":"initiatives/columinate","filetype":null,"metadata":{"title":"Columinate","description":"The “Wiser Living” initiative seeks to contribute to humanity’s cultural evolution by creating “deliberately developmental programs” – pathways for healthy human development articulated in integral, evolutionary curricula, trainings and content.","image":"/assets/images/IMG_8945-scaled.jpg","homepage":null,"start":2022,"end":null,"team":["rufuspollock","Karl Steyaert"],"alumni":null,"size":"l","status":"active","created":"2023-03-20T00:00:00.000Z"},"sourceDir":"content/initiatives/columinate.md","urlPath":"initiatives/columinate"},{"_id":"a3d7165be9be0856b3a01de967294b619ebde087","file_path":"content/tao/communications/guide-to-uploading-blogs.md","extension":"md","url_path":"tao/communications/guide-to-uploading-blogs","filetype":null,"metadata":{},"sourceDir":"content/tao/communications/guide-to-uploading-blogs.md","urlPath":"tao/communications/guide-to-uploading-blogs"},{"_id":"a3e6b80e1b9c37e80b0e63d8a3a04a31dc82a4eb","file_path":"content/blog/2021/10/01/understanding-our-emerging-ecosystem-event-at-the-life-itself-berlin-hub.md","extension":"md","url_path":"blog/2021/10/01/understanding-our-emerging-ecosystem-event-at-the-life-itself-berlin-hub","filetype":null,"metadata":{"title":"Understanding the emerging ecosystem: event at Life Itself Hub Berlin, Friday 8 Oct 2021","created":"2021-10-01T00:00:00.000Z","categories":["ecosystem-mapping"],"authors":["theo-cox"],"image":"/assets/images/Social_Change_Ecosystem.png"},"sourceDir":"content/blog/2021/10/01/understanding-our-emerging-ecosystem-event-at-the-life-itself-berlin-hub.md","urlPath":"blog/2021/10/01/understanding-our-emerging-ecosystem-event-at-the-life-itself-berlin-hub"},{"_id":"a4bbd739a45551bc8cbfafff271a3dd780eb3c87","file_path":"content/notes/jeffery-martin.md","extension":"md","url_path":"notes/jeffery-martin","filetype":null,"metadata":{"aliases":["Jeffery Martin"]},"sourceDir":"content/notes/jeffery-martin.md","urlPath":"notes/jeffery-martin"},{"_id":"a57fcbfde01cdfb84c37f81637c0e0fa0bf52241","file_path":"content/notes/books/bradshaw-ea-2021-underestimating-the-challenges-of-avoiding-a-ghastly-future.md","extension":"md","url_path":"notes/books/bradshaw-ea-2021-underestimating-the-challenges-of-avoiding-a-ghastly-future","filetype":null,"metadata":{},"sourceDir":"content/notes/books/bradshaw-ea-2021-underestimating-the-challenges-of-avoiding-a-ghastly-future.md","urlPath":"notes/books/bradshaw-ea-2021-underestimating-the-challenges-of-avoiding-a-ghastly-future"},{"_id":"a59d175b8b891e2b3636ca916d30e7ee7c590065","file_path":"content/podcast/On-Web3-and-Post-State-Technocracy-with-Stephen-Diehl--Rufus-Pollock.md","extension":"md","url_path":"podcast/On-Web3-and-Post-State-Technocracy-with-Stephen-Diehl--Rufus-Pollock","filetype":null,"metadata":{"title":"On Web3 and Post-State Technocracy with Stephen Diehl & Rufus Pollock","author":"Rufus Pollock","date":"2022-03-23T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/49475822/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F49475822%2F2b9b39a2d5665691f9392b8b00f5ccf8.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1648027596971-703adf6920a9e.jpg"},"sourceDir":"content/podcast/On-Web3-and-Post-State-Technocracy-with-Stephen-Diehl--Rufus-Pollock.md","urlPath":"podcast/On-Web3-and-Post-State-Technocracy-with-Stephen-Diehl--Rufus-Pollock"},{"_id":"a61b6b8aa87a836604522ab3f3db0eeee15b7155","file_path":"content/ecosystem/profiles/microsolidarity.md","extension":"md","url_path":"ecosystem/profiles/microsolidarity","filetype":null,"metadata":{"id":"microsolidarity","url":"https://www.microsolidarity.cc/","tagline":"","activity":["network","education"],"topic":["community","development"],"regions":"","started":2018,"ended":"","active":"Y","people":["Richard D. Bartlett"],"notes_data_entry":"online platform with resources for making communities so no location - charlotte","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded/1092286/1092286-1550274124491-4dbc589e71fdb.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973470/Ecosystem%20Mapping/Microsolidarity_l1x1d3.jpg","cached_new":"/img/Microsolidarity_l1x1d3.jpg"},"image":{"url":"https://291427895-files.gitbook.io/~/files/v0/b/gitbook-28427.appspot.com/o/assets%2F-LU3FK9LrDJt_kDjvIFM%2F-LU3U8xM02roGgMn3AGx%2F-LU3UZENfl3PUpJf4bFG%2Ffractal-map-of-belonging-edited.jpg?alt=media&token=a1c2bcd0-4f21-40d9-8c68-4be5851efc10","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942135/Ecosystem%20Mapping/fractal-map-of-belonging-edited_wduaul.jpg","cached_new":"/img/fractal-map-of-belonging-edited_wduaul.jpg"},"title":"Microsolidarity","curation_status":"Y","social_change":{"inner":0.4,"cultural":0.2,"systems":0.4}},"sourceDir":"content/ecosystem/profiles/microsolidarity.md","urlPath":"ecosystem/profiles/microsolidarity"},{"_id":"a6456f4aee40abbb947a52a1aa212607ac74a917","file_path":"content/ecosystem/profiles/plum-village.md","extension":"md","url_path":"ecosystem/profiles/plum-village","filetype":null,"metadata":{"id":"plum-village","url":"https://plumvillage.org","tagline":"","activity":["events","education"],"topic":["spirituality","development"],"regions":"Worldwide","locations":["Thenac, FR"],"started":1982,"ended":"","active":"Y","people":["Phap Linh","True D","Pham Hanh","Phap Luu"],"notes_data_entry":"More locations for plum village than i have written down (i just wrote the main one) - Charlotte","facebook":"https://www.facebook.com/plumvillage/","twitter":"https://twitter.com/plumvillageom","instagram":"https://www.instagram.com/plumvillagefrance/","linkedin":"not-found","youtube":"https://www.youtube.com/plumvillage","blog":"not-found","logo":{"url":"http://compassionatementalhealth.co.uk/wp-content/uploads/2020/05/Plum-Village.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637058836/Ecosystem%20Mapping/Plum_village_errtmq.jpg","cached_new":"/img/Plum_village_errtmq.jpg"},"image":{"url":"https://plumvillage.org/wp-content/uploads/2019/08/180-Plum-Village-monastery-in-France-birdseye-view-PHOTO-PVCEB.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645005825/Ecosystem%20Mapping/plum_village_ff5zva.jpg","cached_new":"/img/plum_village_ff5zva.jpg"},"title":"Plum Village","curation_status":"YY","social_change":{"inner":0.8,"cultural":0.2,"systems":0}},"sourceDir":"content/ecosystem/profiles/plum-village.md","urlPath":"ecosystem/profiles/plum-village"},{"_id":"a707935a1ab096fbefee241185127119ba935e85","file_path":"content/templates/blog.md","extension":"md","url_path":"templates/blog","filetype":null,"metadata":{"title":"Your title here","created":{"[object Object]":null},"authors":["author-id-here"]},"sourceDir":"content/templates/blog.md","urlPath":"templates/blog"},{"_id":"a739233d0f4296db86900f25e464097ff83db75d","file_path":"content/notes/books/wilber-1995-sex-ecology-spirituality.md","extension":"md","url_path":"notes/books/wilber-1995-sex-ecology-spirituality","filetype":null,"metadata":{},"sourceDir":"content/notes/books/wilber-1995-sex-ecology-spirituality.md","urlPath":"notes/books/wilber-1995-sex-ecology-spirituality"},{"_id":"aa50885ab6b9408afd8a8359be6820fae62ff385","file_path":"content/notes/journal/2022-03-01.md","extension":"md","url_path":"notes/journal/2022-03-01","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-03-01.md","urlPath":"notes/journal/2022-03-01"},{"_id":"aa96d1c0cc1ce55a74b4a5d3a8186576d87107c2","file_path":"content/blog/2021/05/26/reflections-on-stay-at-the-bergerac-hub.md","extension":"md","url_path":"blog/2021/05/26/reflections-on-stay-at-the-bergerac-hub","filetype":null,"metadata":{"title":"Reflections on Stay at The Bergerac Hub","created":"2021-05-26T00:00:00.000Z","categories":["hubs"],"tags":["hubs"],"authors":["theo-cox"]},"sourceDir":"content/blog/2021/05/26/reflections-on-stay-at-the-bergerac-hub.md","urlPath":"blog/2021/05/26/reflections-on-stay-at-the-bergerac-hub"},{"_id":"aaa045c666939a6e8692098d50b12bf8a9afcd25","file_path":"content/initiatives/hub-berlin.md","extension":"md","url_path":"initiatives/hub-berlin","filetype":null,"metadata":{"title":"The Berlin Hub","description":"The Life Itself Berlin Hub in Kreuzberg is an experiment in intentional community living. A place to push for change and grow together through shared values. Our beautiful co-living hub in Berlin has space for new members! If you want to live in a supportive community committed to wellbeing and social change, we'd love to hear from you","image":"/assets/images/berlin-hub.jpg","homepage":"/hubs/berlin/","start":2020,"end":null,"team":["rufuspollock","iljad20a2d59ebb","sen-zhan"],"alumni":null,"size":"xl","status":"active","created":"2023-03-19T00:00:00.000Z"},"sourceDir":"content/initiatives/hub-berlin.md","urlPath":"initiatives/hub-berlin"},{"_id":"aaa0c43dbc9951ce9e55b23dd201e2d5912735e1","file_path":"content/notes/projects/life-itself-ecosystem-mapping-presentation-march-2022.md","extension":"md","url_path":"notes/projects/life-itself-ecosystem-mapping-presentation-march-2022","filetype":null,"metadata":{"theme":"solarized"},"sourceDir":"content/notes/projects/life-itself-ecosystem-mapping-presentation-march-2022.md","urlPath":"notes/projects/life-itself-ecosystem-mapping-presentation-march-2022"},{"_id":"aafc1c72d79d45f4e074602497313ab01d851ecb","file_path":"content/excalidraw/design-system-brainstorm-2022-03-08.excalidraw.md","extension":"md","url_path":"excalidraw/design-system-brainstorm-2022-03-08.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed"},"sourceDir":"content/excalidraw/design-system-brainstorm-2022-03-08.excalidraw.md","urlPath":"excalidraw/design-system-brainstorm-2022-03-08.excalidraw"},{"_id":"ab4d7907c2a933b202814c6d1f836638c20254cd","file_path":"content/notes/journal/2022-03-10.md","extension":"md","url_path":"notes/journal/2022-03-10","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-03-10.md","urlPath":"notes/journal/2022-03-10"},{"_id":"ac8307dbb9b9bacc2fbb5f8a69515977f62cdc3c","file_path":"content/blog/2017/12/05/foundational-scqh-situation-complication-question-hypothesis.md","extension":"md","url_path":"blog/2017/12/05/foundational-scqh-situation-complication-question-hypothesis","filetype":null,"metadata":{"title":"Foundational SCQH - Situation, Complication, Question & Hypothesis","created":"2017-12-05T00:00:00.000Z","categories":["our-philosophy"],"tags":["scqh"],"authors":["artearthtech"]},"sourceDir":"content/blog/2017/12/05/foundational-scqh-situation-complication-question-hypothesis.md","urlPath":"blog/2017/12/05/foundational-scqh-situation-complication-question-hypothesis"},{"_id":"acf0c2abc36544b1218254618ed1fe8fa4089ab4","file_path":"content/ecosystem/topics/work.md","extension":"md","url_path":"ecosystem/topics/work","filetype":null,"metadata":{"id":"work","image":"","emoji":"💼","title":"Future of work","super_topic":"Making ..."},"sourceDir":"content/ecosystem/topics/work.md","urlPath":"ecosystem/topics/work"},{"_id":"ad4906dd5f1a8a168c3a01064b62db34003c9d10","file_path":"content/ecosystem/profiles/wisdom-hackers.md","extension":"md","url_path":"ecosystem/profiles/wisdom-hackers","filetype":null,"metadata":{"id":"wisdom-hackers","url":"http://www.wisdomhackers.com/","tagline":"","activity":0,"topic":0,"regions":"","started":2014,"ended":"","active":"No","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Wisdom Hackers","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/wisdom-hackers.md","urlPath":"ecosystem/profiles/wisdom-hackers"},{"_id":"ad9d2fc391dc8f619faf39d2795d7c050cc37878","file_path":"content/ecosystem/profiles/cascade_institute.md","extension":"md","url_path":"ecosystem/profiles/cascade_institute","filetype":null,"metadata":{"id":"cascade_institute","url":"https://cascadeinstitute.org/","tagline":"Interventions for rapid global change.","activity":["research"],"topic":["governance","politics","development"],"regions":null,"locations":["Victoria, British Columbia"],"started":2020,"ended":"","active":"Y","people":[null],"notes_data_entry":"","facebook":null,"twitter":"https://twitter.com/CascadeInst","instagram":null,"linkedin":"https://linkedin.com/company/cascade-institute","youtube":null,"blog":"https://cascadeinstitute.org/news-and-views/","logo":{"url":"https://media-exp1.licdn.com/dms/image/C4E0BAQGDMp2_rGtxJg/company-logo_200_200/0/1595959370196?e=2147483647&v=beta&t=nErI-77vmjOf8VAIdghX9-gq4GXSWbnT89E8OXF9WHQ","cached_new":"/img/cascade_logo.jpeg"},"image":{"url":"https://media-exp1.licdn.com/dms/image/C561BAQH0y5yJJjioeg/company-background_10000/0/1648073863629?e=1666796400&v=beta&t=PpgiDY-ogAzngPMKFy28gsES0MX3831QYkRq9GbPC0Q","cached_new":"/img/cascade_image.jpeg"},"title":"Cascade Institute","curation_status":"YY","social_change":{"inner":0,"cultural":0.4,"systems":0.6}},"sourceDir":"content/ecosystem/profiles/cascade_institute.md","urlPath":"ecosystem/profiles/cascade_institute"},{"_id":"adae319c17ada4daf913392942d649b8c452bd21","file_path":"content/blog/2021/11/30/community-hangout-december-2021.md","extension":"md","url_path":"blog/2021/11/30/community-hangout-december-2021","filetype":null,"metadata":{"title":"Community Hangout December 2021 - Conscious Parenting and Education","created":"2021-11-30T00:00:00.000Z","categories":["community","events","hangouts"],"authors":["rufuspollock"],"image":"/assets/images/esther-headshot-trees.jpg"},"sourceDir":"content/blog/2021/11/30/community-hangout-december-2021.md","urlPath":"blog/2021/11/30/community-hangout-december-2021"},{"_id":"ae116fd8bd4131787d1c6b0fa350f5416cf91805","file_path":"content/programs/sympoiesis/1-daily-collective-practices-oct-nov-2021.md","extension":"md","url_path":"programs/sympoiesis/1-daily-collective-practices-oct-nov-2021","filetype":null,"metadata":{"title":"Sympoiesis #1: Daily collective practices 15 Oct to 14 Nov 2021","created":"2021-09-06T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/programs/sympoiesis/1-daily-collective-practices-oct-nov-2021.md","urlPath":"programs/sympoiesis/1-daily-collective-practices-oct-nov-2021"},{"_id":"ae15da85eb8bf1bc4d8abc73f0b1bbcd2c8214a8","file_path":"content/initiatives/collective-intelligence.md","extension":"md","url_path":"initiatives/collective-intelligence","filetype":null,"metadata":{"title":"Collective Intelligence","description":"This paper clarifies the concept of Collective Intelligence ─ the ability that allows a group to learn to take useful actions over time ─ and argues for the pre-eminence of emotional factors in group intelligence.","image":"/assets/images/collective-intelligence-header.png","homepage":null,"start":2018,"end":2019,"team":["rufuspollock","liamaet"],"alumni":null,"size":"l","status":"completed","created":"2023-03-21T00:00:00.000Z"},"sourceDir":"content/initiatives/collective-intelligence.md","urlPath":"initiatives/collective-intelligence"},{"_id":"aecd8850dfb9adde3854cf88ff77f0b671b14fdc","file_path":"content/tao/principles.md","extension":"md","url_path":"tao/principles","filetype":null,"metadata":{},"sourceDir":"content/tao/principles.md","urlPath":"tao/principles"},{"_id":"aee183a6d197c43b6895e1feedd207de7111d9f3","file_path":"content/ecosystem/profiles/gift-of-compassion.md","extension":"md","url_path":"ecosystem/profiles/gift-of-compassion","filetype":null,"metadata":{"id":"gift-of-compassion","url":"https://gocompassion.org/","tagline":"","activity":0,"topic":0,"regions":"","locations":["US?"],"started":"","ended":"","active":"Yes","people":["Angela Oh"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://gocompassion.org/wp-content/uploads/2021/02/logo-gift-of-compassion.svg","cached":"","cached_new":""},"image":{"url":"https://gocompassion.org/wp-content/uploads/2021/02/logo-gift-of-compassion.svg","cached":"","cached_new":""},"title":"Gift of Compassion","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/gift-of-compassion.md","urlPath":"ecosystem/profiles/gift-of-compassion"},{"_id":"afc8c8394db704526fbc48337ce7c201e42f52b0","file_path":"content/podcast/Bitcoin-as-an-Anti-Authoritarian-Force.md","extension":"md","url_path":"podcast/Bitcoin-as-an-Anti-Authoritarian-Force","filetype":null,"metadata":{"title":"Bitcoin as an Anti-Authoritarian Force","author":"Rufus Pollock","date":"2022-05-10T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/51500464/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F51500464%2Fec5b0e5670a1eb6fe5afafed24851609.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1651658027838-405f0dc84e5fb.jpg"},"sourceDir":"content/podcast/Bitcoin-as-an-Anti-Authoritarian-Force.md","urlPath":"podcast/Bitcoin-as-an-Anti-Authoritarian-Force"},{"_id":"b033ed956a6fa234891d3ae74d202d93608f28a5","file_path":"content/podcast/Post-FTX-collapse-reflections-on-crypto-with-Stephen-Diehl.md","extension":"md","url_path":"podcast/Post-FTX-collapse-reflections-on-crypto-with-Stephen-Diehl","filetype":null,"metadata":{"title":"Post FTX collapse reflections on crypto with Stephen Diehl","author":"Rufus Pollock","date":"2022-11-15T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/60667332/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F60667332%2F72cefa08259fafd7da1f8140820353b8.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1668526488183-0fca15b021897.jpg"},"sourceDir":"content/podcast/Post-FTX-collapse-reflections-on-crypto-with-Stephen-Diehl.md","urlPath":"podcast/Post-FTX-collapse-reflections-on-crypto-with-Stephen-Diehl"},{"_id":"b08d82c7e0e11a7240ea807b4bfd27a4ea14a836","file_path":"content/blog/2020/03/17/la-cheraille.md","extension":"md","url_path":"blog/2020/03/17/la-cheraille","filetype":null,"metadata":{"title":"La Cheraille","created":"2020-03-17T00:00:00.000Z","categories":["gathering","hubs"],"tags":["la-cheraille"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/03/17/la-cheraille.md","urlPath":"blog/2020/03/17/la-cheraille"},{"_id":"b0cf917dd6a20fcbc2d9cecb90004470554e8eb9","file_path":"content/excalidraw/praxis-aetre-relationship-and-money-flows-today-2022-04-01.excalidraw.md","extension":"md","url_path":"excalidraw/praxis-aetre-relationship-and-money-flows-today-2022-04-01.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed"},"sourceDir":"content/excalidraw/praxis-aetre-relationship-and-money-flows-today-2022-04-01.excalidraw.md","urlPath":"excalidraw/praxis-aetre-relationship-and-money-flows-today-2022-04-01.excalidraw"},{"_id":"b1530ee5a1440591ac505e88c7c32537545f9850","file_path":"content/ecosystem/profiles/path-retreats.md","extension":"md","url_path":"ecosystem/profiles/path-retreats","filetype":null,"metadata":{"id":"path-retreats","url":"https://pathretreats.com/","tagline":"","activity":["events","education"],"topic":["spirituality","development"],"regions":"Worldwide","locations":["Yorkshire, GB","Umbria, IT"],"started":1980,"ended":"","active":"Y","people":["Rafia Morgan (connected to Rebel WIsdom)"],"notes_data_entry":"I've just wrote down few of many locations - charlotte","facebook":"https://www.facebook.com/pathretreats/","twitter":"https://twitter.com/pathretreats","instagram":"https://www.instagram.com/pathretreats/","linkedin":"","youtube":"","blog":"","logo":{"url":"https://pathretreats.com/wp-content/uploads/2018/03/path-logo-1.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393505/Ecosystem%20Mapping/path%20retreats%20logo.png","cached_new":"/img/path%20retreats%20logo.png"},"image":{"url":"https://pathretreats.com/wp-content/uploads/2021/05/testa-327x497.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645005758/Ecosystem%20Mapping/path_retreats_meditation_scspz4.png","cached_new":"/img/path_retreats_meditation_scspz4.png"},"title":"Path Retreats","curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/path-retreats.md","urlPath":"ecosystem/profiles/path-retreats"},{"_id":"b222a16bd5e51065ac0fdc969d3e2b42a699bf7f","file_path":"content/programs/2023/emergent-dialogue-intensive.md","extension":"md","url_path":"programs/2023/emergent-dialogue-intensive","filetype":null,"metadata":{"title":"Emergent Dialogue Intensive, July 2023","description":"This 10-day intensive training in emergent dialogue focuses on how to catalyze emergence in groups. Developed both for those familiar with emergent dialogue and for experienced facilitators, the training gives you the in-depth practice, feedback, and understanding to be able to work with the mystery of emergence in groups.","image":"/assets/images/emergent-dialogue-header.png","start":"2023-07-08","end":"2023-07-18","facilitators":["Elizabeth Debold","Thomas Steininger"],"location":"Life Itself Praxis Hub, Bergerac, France","cost":"$/€2,150 (Early bird registration until May 15 €1750)","apply-button":"https://evolve-world.org/summer-2023/","created":"2023-04-13T00:00:00.000Z"},"sourceDir":"content/programs/2023/emergent-dialogue-intensive.md","urlPath":"programs/2023/emergent-dialogue-intensive"},{"_id":"b22b71549e8dea1f3519c7e13a29c50bfa278877","file_path":"content/programs/back-to-basics.md","extension":"md","url_path":"programs/back-to-basics","filetype":null,"metadata":{"title":"NOURRITURE ESSENTIELLE","created":"2022-05-11T00:00:00.000Z","authors":["valerie"]},"sourceDir":"content/programs/back-to-basics.md","urlPath":"programs/back-to-basics"},{"_id":"b232c7b61a43fdd205d8292e59d3b0a03b165023","file_path":"content/blog/index.md","extension":"md","url_path":"blog","filetype":null,"metadata":{"title":"Blog","data":["blogs"]},"sourceDir":"content/blog/index.md","urlPath":"blog"},{"_id":"b25599354e19826fab0ed7d257015ba33ec8cd63","file_path":"content/podcast/KlimaDAO--Life-Itself-In-Conversation-Part-One.md","extension":"md","url_path":"podcast/KlimaDAO--Life-Itself-In-Conversation-Part-One","filetype":null,"metadata":{"title":"KlimaDAO & Life Itself: In Conversation Part One","author":"Rufus Pollock","date":"2022-05-17T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/52129066/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F52129066%2F529a5b4f7325e9dc5696a9f98e46a365.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_nologo400/20318133/20318133-1646276635060-6e8b78f252cbf.jpg"},"sourceDir":"content/podcast/KlimaDAO--Life-Itself-In-Conversation-Part-One.md","urlPath":"podcast/KlimaDAO--Life-Itself-In-Conversation-Part-One"},{"_id":"b27388d3a56683c24d94e72f5e559d7358d979e4","file_path":"content/blog/2022/04/30/self-burning-confronts-us-with-radical-concern-if-we-let-it.md","extension":"md","url_path":"blog/2022/04/30/self-burning-confronts-us-with-radical-concern-if-we-let-it","filetype":null,"metadata":{"title":"Self-Burning Confronts Us With Radical Concern, If We Let It.","created":"2022-04-30T00:00:00.000Z","authors":["liamaet"],"image":"/assets/images/Blog-Feature-Images.jpg"},"sourceDir":"content/blog/2022/04/30/self-burning-confronts-us-with-radical-concern-if-we-let-it.md","urlPath":"blog/2022/04/30/self-burning-confronts-us-with-radical-concern-if-we-let-it"},{"_id":"b2ba0f16cc07cc761a3e1d9f4d4b3afeca777397","file_path":"content/blog/2021/11/10/conscious-parenting-and-education-workshop-nov-16.md","extension":"md","url_path":"blog/2021/11/10/conscious-parenting-and-education-workshop-nov-16","filetype":null,"metadata":{"title":"Conscious Parenting and Education Workshop - Nov 16","created":"2021-11-10T00:00:00.000Z","categories":["conscious-parenting","events"],"authors":["rufuspollock"],"image":"/assets/images/conscious-parenting-workshop-true-inner-growth-for-a-true-happy-child.jpg"},"sourceDir":"content/blog/2021/11/10/conscious-parenting-and-education-workshop-nov-16.md","urlPath":"blog/2021/11/10/conscious-parenting-and-education-workshop-nov-16"},{"_id":"b2e2fc90df10e67c2b7d3386fc792c8c2322e4b9","file_path":"content/notes/cooperatives.md","extension":"md","url_path":"notes/cooperatives","filetype":null,"metadata":{},"sourceDir":"content/notes/cooperatives.md","urlPath":"notes/cooperatives"},{"_id":"b31e0192c9b618a7c2312480806af498c23be288","file_path":"content/blog/2022/02/07/insight-interbeing-and-science-may-2022.md","extension":"md","url_path":"blog/2022/02/07/insight-interbeing-and-science-may-2022","filetype":null,"metadata":{"title":"Insight, Interbeing and Science, May 2022","created":"2022-02-07T00:00:00.000Z","categories":["events","programs"],"authors":["liamaet"],"image":"/assets/images/Mapping-Metamodern-4.png"},"sourceDir":"content/blog/2022/02/07/insight-interbeing-and-science-may-2022.md","urlPath":"blog/2022/02/07/insight-interbeing-and-science-may-2022"},{"_id":"b371f171eaac633d6ccb674b0d0ca803afb0e8a3","file_path":"content/programs/sympoiesis/3-cultivating-conscious-community-jan-2022.md","extension":"md","url_path":"programs/sympoiesis/3-cultivating-conscious-community-jan-2022","filetype":null,"metadata":{"title":"Cultivating Conscious Community Residency - Jan 2022","created":"2021-10-30T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/programs/sympoiesis/3-cultivating-conscious-community-jan-2022.md","urlPath":"programs/sympoiesis/3-cultivating-conscious-community-jan-2022"},{"_id":"b3e0ac4124b656e60bb10e83ac0a6f0168497ef0","file_path":"content/blog/2021/07/28/adam-brock-regenerate-change.md","extension":"md","url_path":"blog/2021/07/28/adam-brock-regenerate-change","filetype":null,"metadata":{"title":"Adam Brock (Regenerate Change) - A Conversation","created":"2021-07-28T00:00:00.000Z","categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-22.jpg"},"sourceDir":"content/blog/2021/07/28/adam-brock-regenerate-change.md","urlPath":"blog/2021/07/28/adam-brock-regenerate-change"},{"_id":"b40d93c77b2a28e2ae38c0f539dbec803ca295f0","file_path":"content/podcast/collective-practice-and-the-life-itself-open-residency-with-valerie-duvauchelle.md","extension":"md","url_path":"podcast/collective-practice-and-the-life-itself-open-residency-with-valerie-duvauchelle","filetype":null,"metadata":{"title":"Collective Practice and the Life Itself Open Residency with Valérie Duvauchelle","author":"Rufus Pollock","date":"2022-06-14T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/53485695/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F53485695%2F24da0f373195fbf338804a952df0d851.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1655230161532-6b963967363b8.jpg"},"sourceDir":"content/podcast/collective-practice-and-the-life-itself-open-residency-with-valerie-duvauchelle.md","urlPath":"podcast/collective-practice-and-the-life-itself-open-residency-with-valerie-duvauchelle"},{"_id":"b4b118035b5c60c0f4a45ab23864ade380a5e0d9","file_path":"content/ecosystem/profiles/liminal-learning-portal.md","extension":"md","url_path":"ecosystem/profiles/liminal-learning-portal","filetype":null,"metadata":{"id":"liminal-learning-portal","url":"https://tllp.org/","tagline":"","activity":["media","education"],"topic":["development","politics"],"regions":"UK","locations":["Oxford, GB"],"started":"","ended":"","active":"Y","people":0,"notes_data_entry":"interestingly, these guys have done their own version of your ecosystem mapping! - charlotte","facebook":"https://www.facebook.com/TheLiminalLearningPortal/","twitter":"http://twitter.com/TheLLPortal","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCCXfEqvyLef8aDvPOB5MUTQ","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/94143992_106883267667332_451784302741422080_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=mu7bQT9JhYQAX-vwne9&_nc_ht=scontent-lcy1-1.xx&oh=456d1bf2c467424d0bfd58842321124e&oe=61B753B9","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059653/Ecosystem%20Mapping/Liminal_Learning_Portal_jfobiu.jpg","cached_new":"/img/Liminal_Learning_Portal_jfobiu.jpg"},"image":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/94143992_106883267667332_451784302741422080_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=mu7bQT9JhYQAX-vwne9&_nc_ht=scontent-lcy1-1.xx&oh=456d1bf2c467424d0bfd58842321124e&oe=61B753B9","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059653/Ecosystem%20Mapping/Liminal_Learning_Portal_jfobiu.jpg","cached_new":"/img/Liminal_Learning_Portal_jfobiu.jpg"},"title":"Liminal Learning Portal","curation_status":"Y","social_change":{"inner":0.5,"cultural":0.5,"systems":0}},"sourceDir":"content/ecosystem/profiles/liminal-learning-portal.md","urlPath":"ecosystem/profiles/liminal-learning-portal"},{"_id":"b4db68c0558e26f0dc90351a77a4005a0246e986","file_path":"content/ecosystem/profiles/integral-zen.md","extension":"md","url_path":"ecosystem/profiles/integral-zen","filetype":null,"metadata":{"id":"integral-zen","url":"https://integralzen.org","tagline":"","activity":["events","education"],"topic":["spirituality","development"],"regions":"US","locations":["Colorado, US"],"started":2005,"ended":"","active":"Y","people":["Doshin Roshi","Daniel Thorsen","Ivo Mensch"],"notes_data_entry":"","facebook":"https://www.facebook.com/IntegralZen","twitter":"https://twitter.com/integralzen","instagram":"https://www.instagram.com/integralzen/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/969143454818295808/8flO4UV__400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973095/Ecosystem%20Mapping/Integral_Zen_zegnm2.jpg","cached_new":"/img/Integral_Zen_zegnm2.jpg"},"image":{"url":"https://integralzen.org/uploads/medium/kodo3_a9w3xq9f.JPG","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644940919/Ecosystem%20Mapping/kodo3_a9w3xq9f_ilhe4w.jpg","cached_new":"/img/kodo3_a9w3xq9f_ilhe4w.jpg"},"title":"Integral Zen","curation_status":"Y","social_change":{"inner":1,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/integral-zen.md","urlPath":"ecosystem/profiles/integral-zen"},{"_id":"b509b8a3d7e4639d5a56bbad3f0785be21950282","file_path":"content/ecosystem/profiles/building-belonging.md","extension":"md","url_path":"ecosystem/profiles/building-belonging","filetype":null,"metadata":{"id":"building-belonging","url":"https://www.buildingbelonging.us/","tagline":"","activity":0,"topic":0,"regions":"","locations":["US / global"],"started":"","ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"https://miro.medium.com/max/1334/0*zvLNVsXeLKKpwKol.jpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645013354/Ecosystem%20Mapping/BB_qt3vmh.jpg","cached_new":"/img/BB_qt3vmh.jpg"},"title":"Building Belonging","curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":1}},"sourceDir":"content/ecosystem/profiles/building-belonging.md","urlPath":"ecosystem/profiles/building-belonging"},{"_id":"b5709245154723db4a7f9b05d554d575ddea950d","file_path":"content/notes/once-upon-a-time-intro-technique.md","extension":"md","url_path":"notes/once-upon-a-time-intro-technique","filetype":null,"metadata":{"title":"Once Upon a Time Intro Technique"},"sourceDir":"content/notes/once-upon-a-time-intro-technique.md","urlPath":"notes/once-upon-a-time-intro-technique"},{"_id":"b583d76b96d6834cda14f1bbbcb3b285b3bec1d0","file_path":"content/initiatives/contemplative-activism.md","extension":"md","url_path":"initiatives/contemplative-activism","filetype":null,"metadata":{"title":"Contemplative Activism","description":"Contemplative Activism is an initiative started by Life Itself to explore how we can bring contemplative awareness, skills and practices into activism and social leadership.","image":"/assets/images/Blog-Feature-Images-4.jpg","homepage":null,"start":2018,"end":null,"team":["rufuspollock","liamaet"],"alumni":null,"size":"l","status":"inactive","created":"2023-03-21T00:00:00.000Z"},"sourceDir":"content/initiatives/contemplative-activism.md","urlPath":"initiatives/contemplative-activism"},{"_id":"b5a165d86d92378cdac49a02ebfddc11b7ad19a7","file_path":"content/notes/effective-altruism.md","extension":"md","url_path":"notes/effective-altruism","filetype":null,"metadata":{},"sourceDir":"content/notes/effective-altruism.md","urlPath":"notes/effective-altruism"},{"_id":"b5a39fac6b84072a2dddeb088fbd790684b02cc9","file_path":"content/tao/plan-2019.md","extension":"md","url_path":"tao/plan-2019","filetype":null,"metadata":{},"sourceDir":"content/tao/plan-2019.md","urlPath":"tao/plan-2019"},{"_id":"b5c4e259ea46e4923e424019e1962555a835de47","file_path":"content/initiatives/podcast.md","extension":"md","url_path":"initiatives/podcast","filetype":null,"metadata":{"title":"The Life Itself Podcast","description":"An ongoing series of conversations with thought leaders in the fields of emerging social change, culture and technology.","image":"/assets/images/projects-life-itself-podcast-header.png","homepage":"/podcast","start":"2020-11","end":null,"team":["rufus-pollock","nathenfitchen"],"alumni":["eilidhross"],"size":"xl","status":"active","created":"2023-03-15T00:00:00.000Z"},"sourceDir":"content/initiatives/podcast.md","urlPath":"initiatives/podcast"},{"_id":"b608a4c4819e40f8abd4e0d084cfdc278ee26246","file_path":"content/blog/2022/12/08/thomas-steininger-on-emergent-dialogue-and-transcending-individualism.md","extension":"md","url_path":"blog/2022/12/08/thomas-steininger-on-emergent-dialogue-and-transcending-individualism","filetype":null,"metadata":{"title":"Thomas Steininger on Emergent Dialogue and Transcending Individualism","created":"2022-12-08T00:00:00.000Z","categories":["podcast"],"authors":["eilidhross"],"image":"/assets/images/Youtube-Thumbnail-Template-9.jpg"},"sourceDir":"content/blog/2022/12/08/thomas-steininger-on-emergent-dialogue-and-transcending-individualism.md","urlPath":"blog/2022/12/08/thomas-steininger-on-emergent-dialogue-and-transcending-individualism"},{"_id":"b70efe67d09780cbda6af502225ab86603abaa24","file_path":"content/ecosystem/profiles/emergence-magazine.md","extension":"md","url_path":"ecosystem/profiles/emergence-magazine","filetype":null,"metadata":{"id":"emergence-magazine","url":"https://emergencemagazine.org/","tagline":"","activity":["media","events"],"topic":["ecology","arts"],"regions":"","locations":["California, US"],"started":2012,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"https://www.facebook.com/SpiritualEcology/","twitter":"https://twitter.com/emergence_zine","instagram":"https://www.instagram.com/emergencemagazine/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.18169-9/28661373_1428301050608212_8152975983994803920_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=evMbxZ1wZ64AX94O3yZ&_nc_ht=scontent-lcy1-1.xx&oh=029c9a50eb71d76b843e5a66e6a3df8c&oe=61B7881E","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060034/Ecosystem%20Mapping/Emergence_Magazine_fh8jrh.jpg","cached_new":"/img/Emergence_Magazine_fh8jrh.jpg"},"image":{"url":"https://emergencemagazine.org/app/uploads/2021/03/Vol-2-Header-B-2200x1375.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935643/Ecosystem%20Mapping/emergence_g7d4te.jpg","cached_new":"/img/emergence_g7d4te.jpg"},"title":"Emergence Magazine","curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0}},"sourceDir":"content/ecosystem/profiles/emergence-magazine.md","urlPath":"ecosystem/profiles/emergence-magazine"},{"_id":"b76150cc6081dc54e9579df45a3acca7e053d64b","file_path":"content/blog/2022/01/12/the-politics-of-sustainable-wellbeing-a-primer.md","extension":"md","url_path":"blog/2022/01/12/the-politics-of-sustainable-wellbeing-a-primer","filetype":null,"metadata":{"title":"The Politics of Sustainable Wellbeing: A Primer","created":"2022-01-12T00:00:00.000Z","categories":["sustainable-wellbeing"],"authors":["liamaet"],"image":"/assets/images/pexels-luis-del-río-15286.jpg"},"sourceDir":"content/blog/2022/01/12/the-politics-of-sustainable-wellbeing-a-primer.md","urlPath":"blog/2022/01/12/the-politics-of-sustainable-wellbeing-a-primer"},{"_id":"b8216127b9e384bd334a45be8085350cf3fa0b18","file_path":"content/blog/2017/06/06/examining-what-do-we-want.md","extension":"md","url_path":"blog/2017/06/06/examining-what-do-we-want","filetype":null,"metadata":{"title":"Examining 'The Way We Live Now': What do we really want?","created":"2017-06-06T00:00:00.000Z","categories":["our-philosophy"],"tags":["living","philosophy"],"authors":["rufuspollock"],"image":"/assets/images/Examining-‘The-Way-We-Live-Now-What-do-we-really-want-1024x576.png"},"sourceDir":"content/blog/2017/06/06/examining-what-do-we-want.md","urlPath":"blog/2017/06/06/examining-what-do-we-want"},{"_id":"b8508e4ed211d53f062b4a66f5572ba212886608","file_path":"content/blog/2018/09/05/conscious-coliving-at-life-itself.md","extension":"md","url_path":"blog/2018/09/05/conscious-coliving-at-life-itself","filetype":null,"metadata":{"title":"Conscious Coliving at Life Itself","created":"2018-09-05T00:00:00.000Z","categories":["conscious-coliving"],"authors":["eilidhross"],"image":"/assets/images/issue-tree.png"},"sourceDir":"content/blog/2018/09/05/conscious-coliving-at-life-itself.md","urlPath":"blog/2018/09/05/conscious-coliving-at-life-itself"},{"_id":"b8702d163feaa868fd278305122d75160580af3a","file_path":"content/initiatives/residencies.md","extension":"md","url_path":"initiatives/residencies","filetype":null,"metadata":{"title":"Residencies","description":"A series of residencies and retreats that are a spiritual cooking-together of various ingredients: people, practices, workshops, art, community life and actual cooking.","image":"/assets/images/f30dcd17-9101-4a3a-b8c6-20eea8005010-1024x768.jpeg","homepage":"/upcoming-residencies-gatherings","start":2020,"end":null,"team":["rufuspollock","valerie","liamaet"],"alumni":null,"size":"xl","status":"active","created":"2023-03-20T00:00:00.000Z"},"sourceDir":"content/initiatives/residencies.md","urlPath":"initiatives/residencies"},{"_id":"b87c1885089497629faec1130c5a4af59b101651","file_path":"content/ecosystem/contributors-guide.md","extension":"md","url_path":"ecosystem/contributors-guide","filetype":null,"metadata":{},"sourceDir":"content/ecosystem/contributors-guide.md","urlPath":"ecosystem/contributors-guide"},{"_id":"babe7cec1535b497653a4083d7c2a8d1603bd856","file_path":"content/blog/2018/03/02/remythologizing-technology.md","extension":"md","url_path":"blog/2018/03/02/remythologizing-technology","filetype":null,"metadata":{"title":"Re-mythologizing Technology","created":"2018-03-02T00:00:00.000Z","categories":["life-itself"],"tags":["myth","technology"],"authors":["sylvieshiweibarbier"],"image":"/assets/images/Blog-Feature-Images-12.png"},"sourceDir":"content/blog/2018/03/02/remythologizing-technology.md","urlPath":"blog/2018/03/02/remythologizing-technology"},{"_id":"babfa1c52ae708f926107f3450b201f09c727b26","file_path":"content/notes/ephemeral-group-process.md","extension":"md","url_path":"notes/ephemeral-group-process","filetype":null,"metadata":{"created":"2020-12-16T00:00:00.000Z","authors":["rufuspollock"],"title":"Ephemeral Group Process (EGP)"},"sourceDir":"content/notes/ephemeral-group-process.md","urlPath":"notes/ephemeral-group-process"},{"_id":"bafcc6d75624b0cbab8a73cc8c9686545272dfbe","file_path":"content/podcast/Embodying-Collective-Transformation-with-Karl-Steyaert.md","extension":"md","url_path":"podcast/Embodying-Collective-Transformation-with-Karl-Steyaert","filetype":null,"metadata":{"title":"Embodying Collective Transformation with Karl Steyaert","author":"Rufus Pollock","date":"2022-06-07T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/53139972/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F53139972%2F08060f7b22e487b2aa51e2566101edb4.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1654601010984-cd0cc6c651b89.jpg"},"sourceDir":"content/podcast/Embodying-Collective-Transformation-with-Karl-Steyaert.md","urlPath":"podcast/Embodying-Collective-Transformation-with-Karl-Steyaert"},{"_id":"bb21d5ba346574ac2be8994e5488300678b67905","file_path":"content/blog/2021/01/05/possibility-now.md","extension":"md","url_path":"blog/2021/01/05/possibility-now","filetype":null,"metadata":{"title":"Possibility Now","created":"2021-01-05T00:00:00.000Z","categories":["programs"],"tags":["possibility-now","programs"],"authors":["sophie84d503f875"],"image":"/assets/images/buddhafield-2019.jpg"},"sourceDir":"content/blog/2021/01/05/possibility-now.md","urlPath":"blog/2021/01/05/possibility-now"},{"_id":"bb804ae85060193eb9c89a94da53c4091030d8ac","file_path":"content/blog/2019/06/16/is-the-answer-to-our-tech-problems-another-app.md","extension":"md","url_path":"blog/2019/06/16/is-the-answer-to-our-tech-problems-another-app","filetype":null,"metadata":{"title":"Technology: Is the answer to our problems another app?","created":"2019-06-16T00:00:00.000Z","categories":["institute"],"tags":["technology"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-20.png"},"sourceDir":"content/blog/2019/06/16/is-the-answer-to-our-tech-problems-another-app.md","urlPath":"blog/2019/06/16/is-the-answer-to-our-tech-problems-another-app"},{"_id":"bbc64cdae01c336fdfe4429347e430622d963ea4","file_path":"content/ecosystem/profiles/newspeak-house.md","extension":"md","url_path":"ecosystem/profiles/newspeak-house","filetype":null,"metadata":{"id":"newspeak-house","url":"https://www.nwspk.com/","tagline":"","activity":["spaces","events"],"topic":["politics","tech"],"regions":"UK","locations":["London, GB"],"started":2015,"ended":"","active":"Y","people":["Ed Saperia"],"notes_data_entry":"","facebook":"https://www.facebook.com/nwspk","twitter":"https://twitter.com/nwspk","instagram":"https://www.instagram.com/explore/locations/1030775900/newspeak-house/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://media-exp1.licdn.com/dms/image/C560BAQGR--X_7aY3Gg/company-logo_200_200/0?e=2159024400&v=beta&t=XJkoKN_1y5G2KKhWAW4a4E5anw-XOCCo8PQ0RrG3Cao","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633428850/Ecosystem%20Mapping/0_t6xzxf.jpg","cached_new":"/img/0_t6xzxf.jpg"},"image":{"url":"https://www.nwspk.com/assets/house-15412df1cb98576a94ef4fa4922b3a2ed0d03681988f5f54c402c4362a50afe6.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637004561/Ecosystem%20Mapping/Newspeak_house_jqtgqs.png","cached_new":"/img/Newspeak_house_jqtgqs.png"},"title":"Newspeak House","curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8}},"sourceDir":"content/ecosystem/profiles/newspeak-house.md","urlPath":"ecosystem/profiles/newspeak-house"},{"_id":"bc340ed7ae1be017df8956c36d410b8417a18f8c","file_path":"content/blog/2019/06/17/is-there-a-future-31st-july-london-exhibition.md","extension":"md","url_path":"blog/2019/06/17/is-there-a-future-31st-july-london-exhibition","filetype":null,"metadata":{"title":"Is there a Future? 31st July London Exhibition","created":"2019-06-17T00:00:00.000Z","categories":["programs"],"tags":["exhibition"],"authors":["artearthtech"]},"sourceDir":"content/blog/2019/06/17/is-there-a-future-31st-july-london-exhibition.md","urlPath":"blog/2019/06/17/is-there-a-future-31st-july-london-exhibition"},{"_id":"bc3addd67b7c6276fda7cacdb676dd7df73fc4bf","file_path":"content/tao/plans.md","extension":"md","url_path":"tao/plans","filetype":null,"metadata":{},"sourceDir":"content/tao/plans.md","urlPath":"tao/plans"},{"_id":"bcf77a1fdfb7cf932347b6dfd68691a08fec2c66","file_path":"content/tao/logos.md","extension":"md","url_path":"tao/logos","filetype":null,"metadata":{"title":"Logos for Life Itself","created":"2023-01-30T00:00:00.000Z"},"sourceDir":"content/tao/logos.md","urlPath":"tao/logos"},{"_id":"bd04d9c9ec327dfad47e4c3e4182f799b0be8e1c","file_path":"content/blog/2020/09/25/build-it-and-they-will-come-gathering-2020.md","extension":"md","url_path":"blog/2020/09/25/build-it-and-they-will-come-gathering-2020","filetype":null,"metadata":{"title":"Build it and they will come: Gathering 2020","created":"2020-09-25T00:00:00.000Z","categories":["gathering"],"tags":["gathering"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/09/25/build-it-and-they-will-come-gathering-2020.md","urlPath":"blog/2020/09/25/build-it-and-they-will-come-gathering-2020"},{"_id":"bd1e449d19ee3cc15b3fc99590c215650c296a2b","file_path":"content/ecosystem/profiles/rsa.md","extension":"md","url_path":"ecosystem/profiles/rsa","filetype":null,"metadata":{"id":"rsa","url":"https://www.thersa.org/","tagline":"WE UNITE PEOPLE AND IDEAS\n\nJoin us to resolve the challenges of our time.","activity":["research","network"],"topic":["ecology","governance"],"regions":"UK","locations":["London, GB"],"started":1754,"ended":"","active":"Y","people":0,"notes_data_entry":"","facebook":"https://www.facebook.com/theRSAorg","twitter":"https://twitter.com/thersaorg","instagram":"https://www.instagram.com/thersaorg/","linkedin":"","youtube":"","blog":"","logo":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSdipjNxBYycKFkVFq1EXJxSbNimAcCpIRQtGkgSr-2-yzSfyLl","cached":"","cached_new":""},"image":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSdipjNxBYycKFkVFq1EXJxSbNimAcCpIRQtGkgSr-2-yzSfyLl","cached":"","cached_new":""},"title":"RSA","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/rsa.md","urlPath":"ecosystem/profiles/rsa"},{"_id":"be62e60ddb9e3b15f0e99b07e581b65f4073b597","file_path":"content/blog/2016/07/28/co-x-coliving-coworking-coops-gathering-2016.md","extension":"md","url_path":"blog/2016/07/28/co-x-coliving-coworking-coops-gathering-2016","filetype":null,"metadata":{"title":"Co-X: What is all this Co-X Stuff (Co-living, Co-working, Coops) and Why Do We Care?","created":"2016-07-28T00:00:00.000Z","categories":["conscious-coliving","institute"],"tags":["co-living"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2016/07/28/co-x-coliving-coworking-coops-gathering-2016.md","urlPath":"blog/2016/07/28/co-x-coliving-coworking-coops-gathering-2016"},{"_id":"be7e63641167e92be7cc140c5ce5822656e71ffc","file_path":"content/blog/2021/07/13/ecosystem-mapping-conversation-4-with-alnoor-ladha.md","extension":"md","url_path":"blog/2021/07/13/ecosystem-mapping-conversation-4-with-alnoor-ladha","filetype":null,"metadata":{"title":"Alnoor Ladha - A Conversation","created":"2021-07-13T00:00:00.000Z","categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"authors":["theo-cox"],"image":"/assets/images/Blog-Feature-Images-18.jpg"},"sourceDir":"content/blog/2021/07/13/ecosystem-mapping-conversation-4-with-alnoor-ladha.md","urlPath":"blog/2021/07/13/ecosystem-mapping-conversation-4-with-alnoor-ladha"},{"_id":"bead4bfdf4f7c69541097d18f739b9c52daf64fa","file_path":"content/blog/2017/12/04/taiwan-7-11-culture-feeds-hopelessness.md","extension":"md","url_path":"blog/2017/12/04/taiwan-7-11-culture-feeds-hopelessness","filetype":null,"metadata":{"title":"Taiwan’s 7-11 culture feeds hopelessness","created":"2017-12-04T00:00:00.000Z","categories":["institute"],"tags":["culture","hope","taiwan"],"authors":["artearthtech"]},"sourceDir":"content/blog/2017/12/04/taiwan-7-11-culture-feeds-hopelessness.md","urlPath":"blog/2017/12/04/taiwan-7-11-culture-feeds-hopelessness"},{"_id":"bf7228785a86833d84ee83fb2b77015a5aed71c4","file_path":"content/blog/2020/02/20/contemplative-activism-event.md","extension":"md","url_path":"blog/2020/02/20/contemplative-activism-event","filetype":null,"metadata":{"title":"Contemplative Activism Event","created":"2020-02-20T00:00:00.000Z","authors":["liamkavanagh"]},"sourceDir":"content/blog/2020/02/20/contemplative-activism-event.md","urlPath":"blog/2020/02/20/contemplative-activism-event"},{"_id":"bfe493a1df43ff765e1547f92858bf5e119f997a","file_path":"content/calls/get-it-done.md","extension":"md","url_path":"calls/get-it-done","filetype":null,"metadata":{"title":"Get It-done","created":"2020-06-23T00:00:00.000Z","authors":["rufuspollock"],"image":"/assets/images/calls3-scaled.jpg"},"sourceDir":"content/calls/get-it-done.md","urlPath":"calls/get-it-done"},{"_id":"c009de2859e8008c6e2e5a9c359253541b4f3117","file_path":"content/blog/2020/10/14/transforming-narrative-social-transformation-situation-complication-question-hypothesis-scqh.md","extension":"md","url_path":"blog/2020/10/14/transforming-narrative-social-transformation-situation-complication-question-hypothesis-scqh","filetype":null,"metadata":{"title":"Transforming the Narrative as a Route to Social Transformation (Situation, Complication, Question, Hypothesis - SCQH)","created":"2020-10-14T00:00:00.000Z","categories":["institute","life-itself","wisdom"],"tags":["philosophy","transformation","wisdom"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/10/14/transforming-narrative-social-transformation-situation-complication-question-hypothesis-scqh.md","urlPath":"blog/2020/10/14/transforming-narrative-social-transformation-situation-complication-question-hypothesis-scqh"},{"_id":"c0a091b833dc00e8138a5c527763074f986656a0","file_path":"content/ecosystem/profiles/fairer-society.md","extension":"md","url_path":"ecosystem/profiles/fairer-society","filetype":null,"metadata":{"id":"fairer-society","url":"https://livein.afairersociety.com/","tagline":"We help our clients build a fairer society, one community at a time.","activity":["business","spaces"],"topic":["community","work"],"regions":"UK","locations":["Uckfield, GB","Liverpool, GB"],"started":"","ended":"","active":"Y","people":0,"notes_data_entry":"","facebook":"https://www.facebook.com/afairersociety/","twitter":"https://twitter.com/afairersociety","instagram":"not-found","linkedin":"https://www.linkedin.com/company/afairersociety","youtube":"not-found","blog":"not-found","logo":{"url":"https://media1-production-mightynetworks.imgix.net/asset/11568195/AFS_corelogo_SOCIAL.jpg","cached":"","cached_new":"#N/A"},"image":{"url":"https://media1-production-mightynetworks.imgix.net/asset/11568195/AFS_corelogo_SOCIAL.jpg","cached":"","cached_new":"#N/A"},"title":"A Fairer Society","curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/fairer-society.md","urlPath":"ecosystem/profiles/fairer-society"},{"_id":"c10968e94f670fa46dd0be9f74e7a618dcdbe23f","file_path":"content/podcast/Are-Cryptocurrencies-Securities--The-Nature-of-Securities--Their-Relation-to-Crypto-Tokens-with-Stephen-Diehl.md","extension":"md","url_path":"podcast/Are-Cryptocurrencies-Securities--The-Nature-of-Securities--Their-Relation-to-Crypto-Tokens-with-Stephen-Diehl","filetype":null,"metadata":{"title":"Are Cryptocurrencies Securities? The Nature of Securities & Their Relation to Crypto Tokens with Stephen Diehl","author":"Rufus Pollock","date":"2022-03-16T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/49119881/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F49119881%2F6c0eb2aced51f4e45cb2457289daa4de.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1647398581507-70e4f34b7fc3c.jpg"},"sourceDir":"content/podcast/Are-Cryptocurrencies-Securities--The-Nature-of-Securities--Their-Relation-to-Crypto-Tokens-with-Stephen-Diehl.md","urlPath":"podcast/Are-Cryptocurrencies-Securities--The-Nature-of-Securities--Their-Relation-to-Crypto-Tokens-with-Stephen-Diehl"},{"_id":"c11215575071bebd3f9d72daed53bbc14cea5a33","file_path":"content/blog/2023/04/27/theos-farewell.md","extension":"md","url_path":"blog/2023/04/27/theos-farewell","filetype":null,"metadata":{"title":"Theo's Farewell","created":"2023-04-27T00:00:00.000Z","categories":["team"],"authors":["theo-cox"],"image":"/assets/images/theos-farewell-feature-image.jpg"},"sourceDir":"content/blog/2023/04/27/theos-farewell.md","urlPath":"blog/2023/04/27/theos-farewell"},{"_id":"c13486a0a18a718316d25f72626bb9f0cc2fbda4","file_path":"content/ecosystem/profiles/enspiral.md","extension":"md","url_path":"ecosystem/profiles/enspiral","filetype":null,"metadata":{"id":"enspiral","url":"https://enspiral.com","tagline":"","activity":["network","business"],"topic":["work","governance"],"regions":"New Zealand","locations":["Wellington, NZ","Aukland, NZ"],"started":2009,"ended":"","active":"Y","people":["Rich Bartlett ","Joshua Vial"],"notes_data_entry":"","facebook":"https://www.facebook.com/Enspiral/","twitter":"https://twitter.com/enspiral","instagram":"not-found","linkedin":"https://www.linkedin.com/in/enspiral/","youtube":"https://www.youtube.com/user/enspiral/videos","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/2654200277/556dc009a02ce1b7af3993ee4e20fb98.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633426313/Ecosystem%20Mapping/556dc009a02ce1b7af3993ee4e20fb98_mglzry.png","cached_new":"/img/556dc009a02ce1b7af3993ee4e20fb98_mglzry.png"},"image":{"url":"https://www.facebook.com/Enspiral/photos/1842923669072040","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644859288/Ecosystem%20Mapping/enspiralimage1_ycnxt3.jpg","cached_new":"/img/enspiralimage1_ycnxt3.jpg"},"title":"Enspiral","curation_status":"YY","social_change":{"inner":0,"cultural":0.3,"systems":0.7}},"sourceDir":"content/ecosystem/profiles/enspiral.md","urlPath":"ecosystem/profiles/enspiral"},{"_id":"c1feba87abbcaab93889d0c6f232c5bd13e2d763","file_path":"content/ecosystem/profiles/culture-hack-labs.md","extension":"md","url_path":"ecosystem/profiles/culture-hack-labs","filetype":null,"metadata":{"id":"culture-hack-labs","url":"https://www.culturehack.io/","tagline":"Cultures are belief systems that shape the world.","activity":["research"],"topic":["development"],"regions":null,"locations":[null],"started":null,"ended":"","active":"Y","people":[null],"notes_data_entry":"","facebook":"https://www.facebook.com/culturehacklabs/","twitter":"https://twitter.com/CultureHackLabs?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor","instagram":"https://www.instagram.com/culturehacklabs/?hl=en","linkedin":"https://www.linkedin.com/company/culture-hack-labs","youtube":"https://www.youtube.com/channel/UCsW-KD6nLQV7Oa9-DSim3dg","blog":null,"logo":{"url":"https://www.facebook.com/photo/?fbid=412831314332050&set=a.412831274332054","cached_new":"/img/culturehack_logo.jpeg"},"image":{"url":"https://www.culturehack.io/app/uploads/2022/03/Marvina-1.jpg","cached_new":"/img/culturehack_image.jpeg"},"title":"Culture Hack Labs","curation_status":"YY","social_change":{"inner":0,"cultural":0.6,"systems":0.4}},"sourceDir":"content/ecosystem/profiles/culture-hack-labs.md","urlPath":"ecosystem/profiles/culture-hack-labs"},{"_id":"c209abf2a10ad14f6eaa4a02f4ef3f7a3bc5658f","file_path":"content/notes/spaces/aerium.md","extension":"md","url_path":"notes/spaces/aerium","filetype":null,"metadata":{"url":"https://aerium-centre.org","country":"France","start":null,"end":null,"size":12,"language":"French","events":"yes","capacity":30,"practices":["NVC","IFS"]},"sourceDir":"content/notes/spaces/aerium.md","urlPath":"notes/spaces/aerium"},{"_id":"c2444974a5398cfc525e082481ffee2c617bd1d6","file_path":"content/institute/universal-basic-income.md","extension":"md","url_path":"institute/universal-basic-income","filetype":null,"metadata":{"title":"Universal Basic Income","created":"2021-05-12T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/institute/universal-basic-income.md","urlPath":"institute/universal-basic-income"},{"_id":"c255bae31167c880d31733c8da59a1bb5faf67ab","file_path":"content/notes/wisdom-gap.md","extension":"md","url_path":"notes/wisdom-gap","filetype":null,"metadata":{"created":"2019-05-23T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/notes/wisdom-gap.md","urlPath":"notes/wisdom-gap"},{"_id":"c27bcded0302eb540854b42fdeb0a0be952fa3e0","file_path":"content/notes/projects/life-itself-v3.md","extension":"md","url_path":"notes/projects/life-itself-v3","filetype":null,"metadata":{},"sourceDir":"content/notes/projects/life-itself-v3.md","urlPath":"notes/projects/life-itself-v3"},{"_id":"c2a887f9c764d854f2ebb9c2cf2ca056ad56dbb9","file_path":"content/notes/projects/digital-garden-2022.md","extension":"md","url_path":"notes/projects/digital-garden-2022","filetype":null,"metadata":{"created":"2021-11-25T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/notes/projects/digital-garden-2022.md","urlPath":"notes/projects/digital-garden-2022"},{"_id":"c33f60729786162b4592e31ac86912962c280197","file_path":"content/ecosystem/profiles/the-mindfulness-initiative.md","extension":"md","url_path":"ecosystem/profiles/the-mindfulness-initiative","filetype":null,"metadata":{"id":"the-mindfulness-initiative","url":"https://www.themindfulnessinitiative.org/","tagline":"","activity":["advocacy","research"],"topic":["politics","wellbeing"],"regions":"UK","locations":["Sheffield, GB"],"started":2013,"ended":"","active":"Y","people":["Jamie Bristow"],"notes_data_entry":"","facebook":"https://www.facebook.com/themindfulnessinitiative/","twitter":"https://twitter.com/MindfulNationUK","instagram":"not-found","linkedin":"https://www.linkedin.com/company/the-mindfulness-initiative/","youtube":"not-found","blog":"not-found","logo":{"url":"https://img.fullcontact.com/static/4b4542ca157ca274aa0bbce559859698_e9154ecd523c59f35340890391d35ef17668fd2ea74de693941054e162c1e6fd","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636629641/Ecosystem%20Mapping/The_Mindfulness_Initiative_mthusx.png","cached_new":"/img/The_Mindfulness_Initiative_mthusx.png"},"image":{"url":"https://img.fullcontact.com/static/4b4542ca157ca274aa0bbce559859698_e9154ecd523c59f35340890391d35ef17668fd2ea74de693941054e162c1e6fd","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636629641/Ecosystem%20Mapping/The_Mindfulness_Initiative_mthusx.png","cached_new":"/img/The_Mindfulness_Initiative_mthusx.png"},"title":"The Mindfulness Initiative","curation_status":"YY","social_change":{"inner":0.6,"cultural":0.4,"systems":0}},"sourceDir":"content/ecosystem/profiles/the-mindfulness-initiative.md","urlPath":"ecosystem/profiles/the-mindfulness-initiative"},{"_id":"c3c10ece1a488a9dbee348feac29e83cda2191e2","file_path":"content/ecosystem/profiles/transition-network.md","extension":"md","url_path":"ecosystem/profiles/transition-network","filetype":null,"metadata":{"id":"transition-network","url":"https://transitionnetwork.org/","tagline":"","activity":["network","education"],"topic":["ecology","governance"],"regions":"Worldwide","locations":["Totnes, GB"],"started":2007,"ended":"","active":"Y","people":["Naresh Giangrande ","Rob Hopkins","Andrew Simms","Charlotte Du Cann"],"notes_data_entry":"Totnes is just the main office but think there is no exact location - charlotte","facebook":"https://www.facebook.com/transitionnetwork","twitter":"https://twitter.com/transitiontowns","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/user/TransitionTowns/videos","blog":"not-found","logo":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQkcmHsPczygR5QL2eQ_ePcVT1gJ-3LS-az4o7jZ-DNmRIEOZId","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636971620/Ecosystem%20Mapping/Transition_Network_kurey0.jpg","cached_new":"/img/Transition_Network_kurey0.jpg"},"image":{"url":"https://transitionnetwork.org/wp-content/uploads/2016/10/Head-Heart-Hands-at-the-Cultivate-Centre-in-Dublin.-1200x900.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644933780/Ecosystem%20Mapping/transition_network_tsdwix.jpg","cached_new":"/img/transition_network_tsdwix.jpg"},"title":"Transition Network","curation_status":"YY","social_change":{"inner":0.1,"cultural":0.5,"systems":0.4}},"sourceDir":"content/ecosystem/profiles/transition-network.md","urlPath":"ecosystem/profiles/transition-network"},{"_id":"c3e434cabd2a7e2f02310ce449e5a72a8ed73edc","file_path":"content/programs/insight-interbeing-and-science-may-2022.md","extension":"md","url_path":"programs/insight-interbeing-and-science-may-2022","filetype":null,"metadata":{"title":"Insight, Interbeing and Science, May 2022","created":"2022-02-07T00:00:00.000Z","authors":["liamaet"]},"sourceDir":"content/programs/insight-interbeing-and-science-may-2022.md","urlPath":"programs/insight-interbeing-and-science-may-2022"},{"_id":"c409a5f571ac8cff1f888701afe83fc8026e84fa","file_path":"content/people/theo-cox.md","extension":"md","url_path":"people/theo-cox","filetype":null,"metadata":{"id":"theo-cox","name":"Theo Cox","avatar":"/assets/images/Theo-cropped-1.jpeg"},"sourceDir":"content/people/theo-cox.md","urlPath":"people/theo-cox"},{"_id":"c447518b4d4887261c2b5a20c2bb3dfbe06f55c3","file_path":"content/blog/2020/03/18/wise-tea.md","extension":"md","url_path":"blog/2020/03/18/wise-tea","filetype":null,"metadata":{"title":"Wise Tea","created":"2020-03-18T00:00:00.000Z","categories":["wisdom"],"tags":["food","wisdom"],"authors":["valerie"]},"sourceDir":"content/blog/2020/03/18/wise-tea.md","urlPath":"blog/2020/03/18/wise-tea"},{"_id":"c508bae03254890ab9927f9efdf20530f652bf64","file_path":"content/ecosystem/activitys/funding.md","extension":"md","url_path":"ecosystem/activitys/funding","filetype":null,"metadata":{"id":"funding","image":"https://images.unsplash.com/photo-1589666564459-93cdd3ab856a?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=987&q=80","emoji":"","title":"Funding"},"sourceDir":"content/ecosystem/activitys/funding.md","urlPath":"ecosystem/activitys/funding"},{"_id":"c55fb144ea163661f69f078e279e9b62a0021585","file_path":"content/notes/journal/2022-02-28.md","extension":"md","url_path":"notes/journal/2022-02-28","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-02-28.md","urlPath":"notes/journal/2022-02-28"},{"_id":"c589e7c9fd666a946ac12990ec92ae4b98742a2d","file_path":"content/tao/communications/creating-the-monthly-newsletter.md","extension":"md","url_path":"tao/communications/creating-the-monthly-newsletter","filetype":null,"metadata":{"title":"Creating the Monthly Newsletter","created":"2023-01-30T00:00:00.000Z","authors":["eilidhross"]},"sourceDir":"content/tao/communications/creating-the-monthly-newsletter.md","urlPath":"tao/communications/creating-the-monthly-newsletter"},{"_id":"c5f2b2b0ce4ae71da68db8059a50c31ea06a77b1","file_path":"content/ecosystem/activitys/advocacy.md","extension":"md","url_path":"ecosystem/activitys/advocacy","filetype":null,"metadata":{"id":"advocacy","image":"https://images.unsplash.com/photo-1591848478625-de43268e6fb8?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8YWN0aXZpc218ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=600&q=60","emoji":"","title":"Advocacy & Activism"},"sourceDir":"content/ecosystem/activitys/advocacy.md","urlPath":"ecosystem/activitys/advocacy"},{"_id":"c622473bb38970b7cc8dd2abc69e237beea9b89a","file_path":"content/notes/worker-coops-understanding-strengths-and-weaknesses.md","extension":"md","url_path":"notes/worker-coops-understanding-strengths-and-weaknesses","filetype":null,"metadata":{"created":"2022-05-30T00:00:00.000Z","authors":["rufuspollock"]},"sourceDir":"content/notes/worker-coops-understanding-strengths-and-weaknesses.md","urlPath":"notes/worker-coops-understanding-strengths-and-weaknesses"},{"_id":"c6392d7692949cd5d6969860a47499affa3a3c71","file_path":"content/blog/2020/05/18/sunday-salons.md","extension":"md","url_path":"blog/2020/05/18/sunday-salons","filetype":null,"metadata":{"title":"Sunday Salons","created":"2020-05-18T00:00:00.000Z","categories":["programs"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/05/18/sunday-salons.md","urlPath":"blog/2020/05/18/sunday-salons"},{"_id":"c68701ead903017f81464962fc55dce7d6db2b7a","file_path":"content/blog/2020/01/09/learning-to-act-and-be-when-we-have-no-ground-under-our-feet.md","extension":"md","url_path":"blog/2020/01/09/learning-to-act-and-be-when-we-have-no-ground-under-our-feet","filetype":null,"metadata":{"title":"Reflections on the First Contemplative Activism Gathering (Dec 2019)","created":"2020-01-09T00:00:00.000Z","categories":["gathering"],"tags":["gathering","reflections"],"authors":["nareshgg7"]},"sourceDir":"content/blog/2020/01/09/learning-to-act-and-be-when-we-have-no-ground-under-our-feet.md","urlPath":"blog/2020/01/09/learning-to-act-and-be-when-we-have-no-ground-under-our-feet"},{"_id":"c70abbd9f7f994e594f4f335ad0cf967a8bc3130","file_path":"content/ecosystem/about.md","extension":"md","url_path":"ecosystem/about","filetype":null,"metadata":{},"sourceDir":"content/ecosystem/about.md","urlPath":"ecosystem/about"},{"_id":"c73a407c0c052bed3687a209488a67e9ae6151a0","file_path":"content/blog/2017/08/29/creating-a-better-world.md","extension":"md","url_path":"blog/2017/08/29/creating-a-better-world","filetype":null,"metadata":{"title":"Creating A Better World","created":"2017-08-29T00:00:00.000Z","categories":["institute"],"tags":["better-world","rufus-pollock"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2017/08/29/creating-a-better-world.md","urlPath":"blog/2017/08/29/creating-a-better-world"},{"_id":"c73d0395f360ea237697212f085db9106694a469","file_path":"content/blog/2022/05/03/art-religion-and-the-climate-crisis.md","extension":"md","url_path":"blog/2022/05/03/art-religion-and-the-climate-crisis","filetype":null,"metadata":{"title":"Art, Religion and the Climate Crisis - Part I","created":"2022-05-03T00:00:00.000Z","categories":["art","ontological-politics","our-philosophy","religion"],"authors":["sylvieshiweibarbier"],"image":"/assets/images/malcom-X-praying-paint-by-numbers-e1652077083711.jpeg"},"sourceDir":"content/blog/2022/05/03/art-religion-and-the-climate-crisis.md","urlPath":"blog/2022/05/03/art-religion-and-the-climate-crisis"},{"_id":"c7619c68002ae0409af6b1a43f7e820316330dab","file_path":"content/notes/research-community-living/index.md","extension":"md","url_path":"notes/research-community-living","filetype":null,"metadata":{},"sourceDir":"content/notes/research-community-living/index.md","urlPath":"notes/research-community-living"},{"_id":"c76acdf7bb83454e3d5b74dda6c94c82784c1cb2","file_path":"content/ecosystem/profiles/one-project.md","extension":"md","url_path":"ecosystem/profiles/one-project","filetype":null,"metadata":{"id":"one-project","url":"https://oneproject.org/","tagline":"","activity":["funding","research"],"topic":["governance","politics"],"regions":"US","locations":["San Francisco, US"],"started":2010,"ended":"","active":"Y","people":["Justin Rosenstein","Jonah Sachs","Evan Steiner","Daniel Gortz","Zachary Walsh"],"notes_data_entry":"","facebook":"not-found","twitter":"https://twitter.com/oneproject","instagram":"not-found","linkedin":"https://www.linkedin.com/company/oneprojectorg/","youtube":"not-found","blog":"not-found","logo":{"url":"https://pbs.twimg.com/profile_images/1307099998576930816/_gGNBriH_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633429377/Ecosystem%20Mapping/_gGNBriH_400x400_p54yhz.jpg","cached_new":"/img/_gGNBriH_400x400_p54yhz.jpg"},"image":{"url":"https://pbs.twimg.com/profile_images/1307099998576930816/_gGNBriH_400x400.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633429377/Ecosystem%20Mapping/_gGNBriH_400x400_p54yhz.jpg","cached_new":"/img/_gGNBriH_400x400_p54yhz.jpg"},"title":"One Project","curation_status":"YY","social_change":{"inner":0,"cultural":0.1,"systems":0.9}},"sourceDir":"content/ecosystem/profiles/one-project.md","urlPath":"ecosystem/profiles/one-project"},{"_id":"c76d7da24f45667cc82505d2d41e3093e8b2d16c","file_path":"content/notes/reading-lists-hackathon-project.md","extension":"md","url_path":"notes/reading-lists-hackathon-project","filetype":null,"metadata":{},"sourceDir":"content/notes/reading-lists-hackathon-project.md","urlPath":"notes/reading-lists-hackathon-project"},{"_id":"c8d5d93d029e0508d0548cb82f6a95661e5041cd","file_path":"content/notes/bosaico-inc.md","extension":"md","url_path":"notes/bosaico-inc","filetype":null,"metadata":{},"sourceDir":"content/notes/bosaico-inc.md","urlPath":"notes/bosaico-inc"},{"_id":"c8e4536c98c7ab4727ee7502d9404680b1ee2bd0","file_path":"content/blog/2021/07/20/romy-kraemer-guerrilla-foundation.md","extension":"md","url_path":"blog/2021/07/20/romy-kraemer-guerrilla-foundation","filetype":null,"metadata":{"title":"Romy Kraemer (Guerrilla Foundation) - A Conversation","created":"2021-07-20T00:00:00.000Z","categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"authors":["lifexitself"],"image":"/assets/images/Blog-Feature-Images-21.jpg"},"sourceDir":"content/blog/2021/07/20/romy-kraemer-guerrilla-foundation.md","urlPath":"blog/2021/07/20/romy-kraemer-guerrilla-foundation"},{"_id":"c94f347d5e90175b9657d1c6ce007083dcae8bba","file_path":"content/people/james-davies-warner.md","extension":"md","url_path":"people/james-davies-warner","filetype":null,"metadata":{"id":"james-davies-warner","name":"James Davies-Warner","avatar":"/assets/images/james-headshot-1.jpg"},"sourceDir":"content/people/james-davies-warner.md","urlPath":"people/james-davies-warner"},{"_id":"c95dabaad64c6498733de3bcb2c803d014073424","file_path":"content/blog/2022/11/25/joseph-henrich-and-the-emergence-of-a-rigorous-culturology.md","extension":"md","url_path":"blog/2022/11/25/joseph-henrich-and-the-emergence-of-a-rigorous-culturology","filetype":null,"metadata":{"title":"Joseph Henrich and the Emergence of a (Rigorous) Culturology","created":"2022-11-25T00:00:00.000Z","categories":["podcast"],"authors":["eilidhross"],"image":"/assets/images/Youtube-Thumbnail-Template-8.jpg"},"sourceDir":"content/blog/2022/11/25/joseph-henrich-and-the-emergence-of-a-rigorous-culturology.md","urlPath":"blog/2022/11/25/joseph-henrich-and-the-emergence-of-a-rigorous-culturology"},{"_id":"c99be9797b1a3986f6cb6be2934012451a9ea64f","file_path":"content/blog/2019/01/06/the-bitcoin-and-trump-manias-share-a-similar-source.md","extension":"md","url_path":"blog/2019/01/06/the-bitcoin-and-trump-manias-share-a-similar-source","filetype":null,"metadata":{"title":"The Bitcoin and Trump Manias Share a Similar Source","created":"2019-01-06T00:00:00.000Z","categories":["institute"],"tags":["bitcoin","trump"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2019/01/06/the-bitcoin-and-trump-manias-share-a-similar-source.md","urlPath":"blog/2019/01/06/the-bitcoin-and-trump-manias-share-a-similar-source"},{"_id":"ca172ce18a1a5b71b3de07ab6f6c1120788d0f24","file_path":"content/blog/2020/10/08/sunday-salon-embodied-deconstruction-throwing-light-into-the-individuality-blindspot.md","extension":"md","url_path":"blog/2020/10/08/sunday-salon-embodied-deconstruction-throwing-light-into-the-individuality-blindspot","filetype":null,"metadata":{"title":"Embodied Deconstruction - Throwing Light into the Individuality Blindspot (Sunday Salon)","created":"2020-10-08T00:00:00.000Z","categories":["salons"],"tags":["deconstruction"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/10/08/sunday-salon-embodied-deconstruction-throwing-light-into-the-individuality-blindspot.md","urlPath":"blog/2020/10/08/sunday-salon-embodied-deconstruction-throwing-light-into-the-individuality-blindspot"},{"_id":"ca8d412556aa52f5a8f43853dccf9a0f599ec307","file_path":"content/blog/2020/04/02/morning-creative-practice.md","extension":"md","url_path":"blog/2020/04/02/morning-creative-practice","filetype":null,"metadata":{"title":"Morning Creative Practice","created":"2020-04-02T00:00:00.000Z","categories":["programs"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2020/04/02/morning-creative-practice.md","urlPath":"blog/2020/04/02/morning-creative-practice"},{"_id":"cae11a55e7f14095d9de0dccb69e90b55d6d81ef","file_path":"content/excalidraw/research-community-intro-diagram-2023-04-10.excalidraw.md","extension":"md","url_path":"excalidraw/research-community-intro-diagram-2023-04-10.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed","tags":["excalidraw"]},"sourceDir":"content/excalidraw/research-community-intro-diagram-2023-04-10.excalidraw.md","urlPath":"excalidraw/research-community-intro-diagram-2023-04-10.excalidraw"},{"_id":"cb45ccbf47df0d9f33f3372abadc3bc8959b1053","file_path":"content/notes/Deep Democracy Intensive.md","extension":"md","url_path":"notes/Deep%20Democracy%20Intensive","filetype":null,"metadata":{"url":"https://www.deepdemocracyintensive.com","title":"Deep Democracy Intensive"},"sourceDir":"content/notes/Deep Democracy Intensive.md","urlPath":"notes/Deep%20Democracy%20Intensive"},{"_id":"cbbc6b1db9c90075e5dc928585576e744e47b774","file_path":"content/notes/landmark.md","extension":"md","url_path":"notes/landmark","filetype":null,"metadata":{"title":"Landmark"},"sourceDir":"content/notes/landmark.md","urlPath":"notes/landmark"},{"_id":"cc1a40ee436b43fd217c7015c39a656953f20ad9","file_path":"content/ecosystem/profiles/co.creation-loft.md","extension":"md","url_path":"ecosystem/profiles/co.creation-loft","filetype":null,"metadata":{"id":"co.creation-loft","url":"http://cocreationloft.com/","tagline":"","activity":["spaces","network"],"topic":0,"regions":"Europe","locations":["Sweden, SE","Berlin, DE"],"started":2016,"ended":"","active":"Y","people":["Tomas Bjorkman"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://images.squarespace-cdn.com/content/58b97907d1758e4cc270a38c/1488555228476-OPFIDCEKG88YCMO860M8/Logo.png?content-type=image%2Fpng","cached":"","cached_new":""},"image":{"url":"https://images.squarespace-cdn.com/content/v1/58b97907d1758e4cc270a38c/1570122974651-NS8BY6H8K0U80B3F4QJ9/190814_Pri_Cowork_Fru%CC%88hstu%CC%88ck+im+Cocreation+Loft_Schinkestra%C3%9Fe_L8911681.jpg?format=2500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645013457/Ecosystem%20Mapping/Cocreation_hckzof.jpg","cached_new":"/img/Cocreation_hckzof.jpg"},"title":"Co.Creation Loft","curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":1}},"sourceDir":"content/ecosystem/profiles/co.creation-loft.md","urlPath":"ecosystem/profiles/co.creation-loft"},{"_id":"cc3f32dc5d82d17b92d2b3cf78bee1901a0d5f3b","file_path":"content/people/sylvieshiweibarbier.md","extension":"md","url_path":"people/sylvieshiweibarbier","filetype":null,"metadata":{"id":"sylvieshiweibarbier","name":"Sylvie Shiwei Barbier","avatar":"/assets/images/Sylvie-Barbier-800x800-1.jpg"},"sourceDir":"content/people/sylvieshiweibarbier.md","urlPath":"people/sylvieshiweibarbier"},{"_id":"cca98edaf5aaab754560faa6f06e53520f76e8ae","file_path":"content/blog/2022/04/25/reflections-on-the-making-eco-spirituality-accessible-residency.md","extension":"md","url_path":"blog/2022/04/25/reflections-on-the-making-eco-spirituality-accessible-residency","filetype":null,"metadata":{"title":"Reflections on the Making Eco-Spirituality Accessible Residency","created":"2022-04-25T00:00:00.000Z","categories":["community","life-itself"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-2.jpg"},"sourceDir":"content/blog/2022/04/25/reflections-on-the-making-eco-spirituality-accessible-residency.md","urlPath":"blog/2022/04/25/reflections-on-the-making-eco-spirituality-accessible-residency"},{"_id":"cce1c6998096480c44c1aa0e3d499fbe0ae38611","file_path":"content/blog/2023/06/11/emergentism-a-philosophy-of-complexity-and-meaning-with-brendan-graham-dempsey.md","extension":"md","url_path":"blog/2023/06/11/emergentism-a-philosophy-of-complexity-and-meaning-with-brendan-graham-dempsey","filetype":null,"metadata":{"title":"Emergentism: A Philosophy of Complexity and Meaning with Brendan Graham Dempsey","created":"2023-06-14T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["community-call"],"image":"/assets/images/brendan-graham-dempsey.jpg"},"sourceDir":"content/blog/2023/06/11/emergentism-a-philosophy-of-complexity-and-meaning-with-brendan-graham-dempsey.md","urlPath":"blog/2023/06/11/emergentism-a-philosophy-of-complexity-and-meaning-with-brendan-graham-dempsey"},{"_id":"ccf3e6f98ac9b9335f98393af2fdb8dce1721c94","file_path":"content/podcast/Richard-D--Bartlett--Stephen-Reid-on-Critical-Exploration-of-Web3.md","extension":"md","url_path":"podcast/Richard-D--Bartlett--Stephen-Reid-on-Critical-Exploration-of-Web3","filetype":null,"metadata":{"title":"Richard D. Bartlett & Stephen Reid on Critical Exploration of Web3","author":"Rufus Pollock","date":"2022-02-17T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/48473583/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F48473583%2F11c44c923a063f2226f45e4811d2fe0d.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1646283191716-d050b50cf07f5.jpg"},"sourceDir":"content/podcast/Richard-D--Bartlett--Stephen-Reid-on-Critical-Exploration-of-Web3.md","urlPath":"podcast/Richard-D--Bartlett--Stephen-Reid-on-Critical-Exploration-of-Web3"},{"_id":"ccfb0fd20a9e3b8801de0151e6eff7d319276383","file_path":"content/blog/2020/10/01/bergerac-hub-some-practicalities.md","extension":"md","url_path":"blog/2020/10/01/bergerac-hub-some-practicalities","filetype":null,"metadata":{"title":"Bergerac Hub: Some Practicalities","created":"2020-10-01T00:00:00.000Z","categories":["hubs"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/10/01/bergerac-hub-some-practicalities.md","urlPath":"blog/2020/10/01/bergerac-hub-some-practicalities"},{"_id":"cd30997cec01a78d09284f6d878f0d2f7a53b05c","file_path":"content/blog/2020/06/05/contemplative-activism-calls-a-reflection.md","extension":"md","url_path":"blog/2020/06/05/contemplative-activism-calls-a-reflection","filetype":null,"metadata":{"title":"Contemplative activism calls - a reflection","created":"2020-06-05T00:00:00.000Z","categories":["contemplative-activism"],"authors":["nareshgg7"]},"sourceDir":"content/blog/2020/06/05/contemplative-activism-calls-a-reflection.md","urlPath":"blog/2020/06/05/contemplative-activism-calls-a-reflection"},{"_id":"cd417a9845e779c56b989ee1314326f22fc9a8f9","file_path":"content/ecosystem/profiles/consciousness-hacking.md","extension":"md","url_path":"ecosystem/profiles/consciousness-hacking","filetype":null,"metadata":{"id":"consciousness-hacking","url":"https://www.cohack.org/","tagline":"","activity":0,"topic":0,"regions":"","locations":["US"],"started":2014,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://media-exp1.licdn.com/dms/image/C560BAQEuKNl5_HjTCA/company-logo_200_200/0/1519866732271?e=2159024400&v=beta&t=IoBMsr3fXHIHNX_VTQCVibD7gQ_XD2h8GmQ4PSeccE0","cached":"","cached_new":""},"image":{"url":"https://media-exp1.licdn.com/dms/image/C560BAQEuKNl5_HjTCA/company-logo_200_200/0/1519866732271?e=2159024400&v=beta&t=IoBMsr3fXHIHNX_VTQCVibD7gQ_XD2h8GmQ4PSeccE0","cached":"","cached_new":""},"title":"Consciousness Hacking","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/consciousness-hacking.md","urlPath":"ecosystem/profiles/consciousness-hacking"},{"_id":"cdcb8e4fc7fff7c3b3006e07354e0881eb8a5902","file_path":"content/ecosystem/profiles/mindfulness-for-change.md","extension":"md","url_path":"ecosystem/profiles/mindfulness-for-change","filetype":null,"metadata":{"id":"mindfulness-for-change","url":"https://www.mindfulnessforchange.co.nz/","tagline":"","activity":["network","events"],"topic":["development","community"],"regions":"New Zealand","started":2015,"ended":"","active":"Y","people":["Ming Janssen","Richard Turton"],"notes_data_entry":"I've only wrote down a few of the people - Charlotte","facebook":"http://www.facebook.com/mindfulnessforchange","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"https://medium.com/@nicklaurence","logo":{"url":"https://images.squarespace-cdn.com/content/v1/58c313346b8f5b5e4d4d5c3e/1489215159909-TXDS5THO324PDNDOGQXA/mindfulnessforchangelogo.png?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973515/Ecosystem%20Mapping/Mindfulness_for_Change_ya40nd.png","cached_new":"/img/Mindfulness_for_Change_ya40nd.png"},"image":{"url":"https://medium.com/mindfulnessforchange/contemplative-education-16fac2471b73","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942302/Ecosystem%20Mapping/m_pzaeuw.jpg","cached_new":"/img/m_pzaeuw.jpg"},"title":"Mindfulness for Change","curation_status":"Y","social_change":{"inner":0.8,"cultural":0.2,"systems":0}},"sourceDir":"content/ecosystem/profiles/mindfulness-for-change.md","urlPath":"ecosystem/profiles/mindfulness-for-change"},{"_id":"cdde9f2e72acf83fe43727b2695910d187cdb53d","file_path":"content/ecosystem/profiles/yellow-learning.md","extension":"md","url_path":"ecosystem/profiles/yellow-learning","filetype":null,"metadata":{"id":"yellow-learning","url":"http://www.yellowlearning.org","tagline":"Spaces of learning for a complex world","activity":["education","network"],"topic":["development","community"],"regions":"EU","locations":["Arenas de San Pedro, ES","Berlin, DE"],"started":"not-found","ended":"","active":"Y","people":["Alex Carabi"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://images.squarespace-cdn.com/content/5eaa9a133c04b85c2ae34108/c1b83cc8-14e1-4d96-a855-7a364a6ad663/social-image.jpg?content-type=image%2Fjpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393717/Ecosystem%20Mapping/social-image_juxnwn.jpg","cached_new":"/img/social-image_juxnwn.jpg"},"image":{"url":"https://images.squarespace-cdn.com/content/5eaa9a133c04b85c2ae34108/c1b83cc8-14e1-4d96-a855-7a364a6ad663/social-image.jpg?content-type=image%2Fjpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393717/Ecosystem%20Mapping/social-image_juxnwn.jpg","cached_new":"/img/social-image_juxnwn.jpg"},"title":"Yellow Learning","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/yellow-learning.md","urlPath":"ecosystem/profiles/yellow-learning"},{"_id":"cde191618cd8214e0f42fe7c868b9408a6cbc06d","file_path":"content/blog/2018/05/01/mcgilchrist-master-and-his-emissary-notes.md","extension":"md","url_path":"blog/2018/05/01/mcgilchrist-master-and-his-emissary-notes","filetype":null,"metadata":{"title":"Notes on McGilchrist's The Master and His Emissary","created":"2018-05-01T00:00:00.000Z","categories":["book-notes","ontology"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-13.png"},"sourceDir":"content/blog/2018/05/01/mcgilchrist-master-and-his-emissary-notes.md","urlPath":"blog/2018/05/01/mcgilchrist-master-and-his-emissary-notes"},{"_id":"cdea7e7bc801b9953f4d7306d004b43a86843986","file_path":"content/programs/old-upcoming-residencies-gatherings.md","extension":"md","url_path":"programs/old-upcoming-residencies-gatherings","filetype":null,"metadata":{"title":"Upcoming Residencies & Gatherings","created":"2022-06-02T00:00:00.000Z","authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-11.png"},"sourceDir":"content/programs/old-upcoming-residencies-gatherings.md","urlPath":"programs/old-upcoming-residencies-gatherings"},{"_id":"cdf7ef3f7fbb32f8cf2f7becae64d7dccc31670f","file_path":"content/blog/2023/06/20/participatory-wisdom-with-marc-santolini.md","extension":"md","url_path":"blog/2023/06/20/participatory-wisdom-with-marc-santolini","filetype":null,"metadata":{"title":"Participatory Wisdom: The Citizen Science of Contemplation with Marc Santolini","created":"2023-06-20T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["community-call"],"image":"/assets/images/marc-santolini-community call.jpg"},"sourceDir":"content/blog/2023/06/20/participatory-wisdom-with-marc-santolini.md","urlPath":"blog/2023/06/20/participatory-wisdom-with-marc-santolini"},{"_id":"ce1478d2b8574677abfe5daca20398cdff893058","file_path":"content/notes/research-at-life-itself-2023.md","extension":"md","url_path":"notes/research-at-life-itself-2023","filetype":null,"metadata":{"title":"Research activities at Life Itself and a Research Community: A Proposal","created":"2023-01-14T00:00:00.000Z"},"sourceDir":"content/notes/research-at-life-itself-2023.md","urlPath":"notes/research-at-life-itself-2023"},{"_id":"ce90ddbb0acc802a1ac74ff39af6474f32ad5cbc","file_path":"content/people/artearthtech.md","extension":"md","url_path":"people/artearthtech","filetype":null,"metadata":{"id":"artearthtech","name":"artearthtech"},"sourceDir":"content/people/artearthtech.md","urlPath":"people/artearthtech"},{"_id":"cea98ee70bf02957173760d160d01dd2253170ae","file_path":"content/notes/feedback-practices.md","extension":"md","url_path":"notes/feedback-practices","filetype":null,"metadata":{"title":"Feedback Practices"},"sourceDir":"content/notes/feedback-practices.md","urlPath":"notes/feedback-practices"},{"_id":"ceb50411338a0e9126e83019ed66a09f7e38d625","file_path":"content/blog/2020/09/17/politics-of-being-talk-untitled-festival.md","extension":"md","url_path":"blog/2020/09/17/politics-of-being-talk-untitled-festival","filetype":null,"metadata":{"title":"Rufus Pollock and Sylvie Barbier: Politics of Being Talk at Untitled Festival","created":"2020-09-17T00:00:00.000Z","authors":["rufuspollock","sylvieshiweibarbier"]},"sourceDir":"content/blog/2020/09/17/politics-of-being-talk-untitled-festival.md","urlPath":"blog/2020/09/17/politics-of-being-talk-untitled-festival"},{"_id":"cebe83f139e374af0e1f2038d278eb1e75034d66","file_path":"content/ecosystem/profiles/future-thinkers.md","extension":"md","url_path":"ecosystem/profiles/future-thinkers","filetype":null,"metadata":{"id":"future-thinkers","url":"https://futurethinkers.org/","tagline":"","activity":["spaces","media"],"topic":["ecology","community"],"regions":"Canada","locations":["British Columbia, CA"],"started":2013,"ended":"","active":"Y","people":["Euvie Ivanova & Mike Gilliand"],"notes_data_entry":"","facebook":"https://www.facebook.com/wearefuturethinkers/","twitter":"https://futurethinkers.org/twitter","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/user/wearefuturethinkers","blog":"not-found","logo":{"url":"https://futurethinkers.org/wp-content/uploads/2015/06/Future-Thinkers-Text-Logo2-1-300x149.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972743/Ecosystem%20Mapping/future_thinkers_k05yql.png","cached_new":"/img/future_thinkers_k05yql.png"},"image":{"url":"https://futurethinkers.org/wp-content/uploads/2019/08/1200px-Junction_2015-682x682.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644936535/Ecosystem%20Mapping/future_thinkers_r2rcz6.jpg","cached_new":"/img/future_thinkers_r2rcz6.jpg"},"title":"Future Thinkers","curation_status":"Y","social_change":{"inner":0.2,"cultural":0.4,"systems":0.4}},"sourceDir":"content/ecosystem/profiles/future-thinkers.md","urlPath":"ecosystem/profiles/future-thinkers"},{"_id":"cf1171d1097a7957b3f5d5c00909e792f1eec806","file_path":"content/initiatives/labs.md","extension":"md","url_path":"initiatives/labs","filetype":null,"metadata":{"title":"Life Itself Labs","description":"Research arm of Life Itself working on systems and data. Strategically relevant because learning and rigor are a key part of our approach.","image":"/assets/images/life-itself-labs.png","homepage":"https://labs.lifeitself.org","start":2021,"end":null,"team":["rufuspollock","theo-cox"],"alumni":null,"size":"xl","status":"active","created":"2023-03-16T00:00:00.000Z"},"sourceDir":"content/initiatives/labs.md","urlPath":"initiatives/labs"},{"_id":"cf2fed68e27dcc3d8696258380f6ddf47e2b8b63","file_path":"content/institute/compassionate-mental-health.md","extension":"md","url_path":"institute/compassionate-mental-health","filetype":null,"metadata":{"title":"Compassionate Mental Health","created":"2021-05-14T00:00:00.000Z","authors":["rufuspollock"],"image":"/assets/images/mike-erskine-S_VbdMTsdiA-unsplash-scaled.jpg"},"sourceDir":"content/institute/compassionate-mental-health.md","urlPath":"institute/compassionate-mental-health"},{"_id":"cf6ecf090e954506809deb9c25af463b6da6f3a8","file_path":"content/blog/2021/01/06/contemplative-disposition.md","extension":"md","url_path":"blog/2021/01/06/contemplative-disposition","filetype":null,"metadata":{"title":"Contemplative Disposition","created":"2021-01-06T00:00:00.000Z","categories":["contemplative-activism"],"tags":["contemplative-activism"],"authors":["nareshgg7"],"image":"/assets/images/beech-tree-moss.jpg"},"sourceDir":"content/blog/2021/01/06/contemplative-disposition.md","urlPath":"blog/2021/01/06/contemplative-disposition"},{"_id":"cf790afc5c185f5fc89aa862040c531b743cd59c","file_path":"content/blog/2020/06/18/sitting-with-the-trouble.md","extension":"md","url_path":"blog/2020/06/18/sitting-with-the-trouble","filetype":null,"metadata":{"title":"Sitting With the Trouble","created":"2020-06-18T00:00:00.000Z","categories":["contemplative-activism"],"tags":["contemplation","trouble"],"authors":["nareshgg7"]},"sourceDir":"content/blog/2020/06/18/sitting-with-the-trouble.md","urlPath":"blog/2020/06/18/sitting-with-the-trouble"},{"_id":"cfa9d7e5c222df4c26901099c40293d800d13243","file_path":"content/blog/2020/12/19/word-laundrette-1-nirvana.md","extension":"md","url_path":"blog/2020/12/19/word-laundrette-1-nirvana","filetype":null,"metadata":{"title":"Word Laundrette 1: Nirvana","created":"2020-12-19T00:00:00.000Z","categories":["institute"],"tags":["liam-kavanagh","nirvana"],"authors":["liamaet"],"image":"/assets/images/Blog-Feature-Images-8.jpg"},"sourceDir":"content/blog/2020/12/19/word-laundrette-1-nirvana.md","urlPath":"blog/2020/12/19/word-laundrette-1-nirvana"},{"_id":"cfecbd179eb2e9467716fc52e87fe87d94b59493","file_path":"content/ecosystem/profiles/conscious-evolution.md","extension":"md","url_path":"ecosystem/profiles/conscious-evolution","filetype":null,"metadata":{"id":"conscious-evolution","url":"https://www.consciousevolution.co.uk/","tagline":"","activity":["media","education"],"topic":["development","politics"],"regions":"UK","started":2017,"ended":"","active":"Y","people":["Robb Cobbold"],"notes_data_entry":"location within england unspecified - charlotte","facebook":"https://www.facebook.com/evoconscious","twitter":"https://twitter.com/EvoConscious","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UC--Bf2k7Gf3Q5N--NO45ECg","blog":"not-found","logo":{"url":"https://scontent-lcy1-1.xx.fbcdn.net/v/t1.6435-9/90814561_834233883721710_8019390397664985088_n.png?_nc_cat=103&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=3k1e4IBj1uIAX-cA-KF&_nc_ht=scontent-lcy1-1.xx&oh=fd585d6344166fc335311890c4415d77&oe=61BB01A5","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060164/Ecosystem%20Mapping/Conscious_Ecolution_ds8d4o.png","cached_new":"/img/Conscious_Ecolution_ds8d4o.png"},"image":{"url":"https://images.squarespace-cdn.com/content/v1/59b91ddbf5e231275f6f1342/1597579467229-0E6OJA61AH7D1TD3FGN2/Podcast-main+image.png?format=500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637060224/Ecosystem%20Mapping/Conscious_Evolution2_wlghrr.png","cached_new":"/img/Conscious_Evolution2_wlghrr.png"},"title":"Conscious Evolution","curation_status":"Y","social_change":{"inner":0.5,"cultural":0.5,"systems":0}},"sourceDir":"content/ecosystem/profiles/conscious-evolution.md","urlPath":"ecosystem/profiles/conscious-evolution"},{"_id":"d04dd19f7a50819212ca0f1a54df2cad5a03f989","file_path":"content/blog/2019/08/02/the-art-of-building-communities-of-practice-for-wellbeing-and-presence-reflections-on-buddhafield-2019.md","extension":"md","url_path":"blog/2019/08/02/the-art-of-building-communities-of-practice-for-wellbeing-and-presence-reflections-on-buddhafield-2019","filetype":null,"metadata":{"title":"The Art of Building Communities of Practice for Wellbeing and Presence - Reflections on Buddhafield 2019","created":"2019-08-02T00:00:00.000Z","categories":["collective-wisdom","contemplative-activism","wellbeing"],"tags":["community","practice","wellbeing"],"authors":["liamaet"]},"sourceDir":"content/blog/2019/08/02/the-art-of-building-communities-of-practice-for-wellbeing-and-presence-reflections-on-buddhafield-2019.md","urlPath":"blog/2019/08/02/the-art-of-building-communities-of-practice-for-wellbeing-and-presence-reflections-on-buddhafield-2019"},{"_id":"d0638093a1b2f192a206b781fc89c74c60030ce8","file_path":"content/blog/2020/01/01/governance-at-life-itself-v2.md","extension":"md","url_path":"blog/2020/01/01/governance-at-life-itself-v2","filetype":null,"metadata":{"title":"Governance at Life Itself: v2","created":"2020-01-01T00:00:00.000Z","categories":["life-itself"],"authors":["eilidhross"],"image":"/assets/images/LI-governance-2.png"},"sourceDir":"content/blog/2020/01/01/governance-at-life-itself-v2.md","urlPath":"blog/2020/01/01/governance-at-life-itself-v2"},{"_id":"d11c85b9edfb94a68285d8c2ff349dff5fc5fff5","file_path":"content/blog/2022/02/01/cultivating-an-emerging-paradigm.md","extension":"md","url_path":"blog/2022/02/01/cultivating-an-emerging-paradigm","filetype":null,"metadata":{"title":"Cultivating an Emerging Paradigm","created":"2022-02-01T00:00:00.000Z","categories":["life-itself","our-philosophy"],"tags":["insight"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-27.jpg"},"sourceDir":"content/blog/2022/02/01/cultivating-an-emerging-paradigm.md","urlPath":"blog/2022/02/01/cultivating-an-emerging-paradigm"},{"_id":"d128b8ab1c4adc51c134126ef6d0682240920f25","file_path":"content/tao/events.md","extension":"md","url_path":"tao/events","filetype":null,"metadata":{},"sourceDir":"content/tao/events.md","urlPath":"tao/events"},{"_id":"d1b4571adc13c3db0c28efcb9f32093564f9e5e6","file_path":"content/ecosystem/profiles/team-human.md","extension":"md","url_path":"ecosystem/profiles/team-human","filetype":null,"metadata":{"id":"team-human","url":"https://teamhuman.fm/","tagline":"","activity":["media","network"],"topic":["politics","arts"],"regions":"","locations":["US"],"started":2018,"ended":"","active":"Y","people":["Douglas Rushkoff"],"notes_data_entry":"","facebook":"","twitter":"http://twitter.com/teamhumanshow","instagram":"http://instagram.com/teamhumanshow","linkedin":"","youtube":"","blog":"","logo":{"url":"https://cdn-images-1.medium.com/max/1198/1*OCcR4oPZqQ9FYmazKdcl8Q@2x.png","cached":"","cached_new":""},"image":{"url":"https://images.squarespace-cdn.com/content/v1/5f3d45e1b8a05d74a8deb4b5/1597852062791-MXHL0YGB71G6ZMFVAE0H/TH_Rushkoff.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645021361/Ecosystem%20Mapping/TH_Rushkoff_depcap.jpg","cached_new":"/img/TH_Rushkoff_depcap.jpg"},"title":"Team Human","curation_status":"?","social_change":{"inner":0,"cultural":0,"systems":1}},"sourceDir":"content/ecosystem/profiles/team-human.md","urlPath":"ecosystem/profiles/team-human"},{"_id":"d261fb5be28902dcd77ef7dc984c536fd4d3ccca","file_path":"content/research-community.md","extension":"md","url_path":"research-community","filetype":null,"metadata":{"title":"Research Community","created":"2023-04-06T00:00:00.000Z","showToc":true},"sourceDir":"content/research-community.md","urlPath":"research-community"},{"_id":"d30cfc877d1bf60dd151cf8f228dcca482596d26","file_path":"content/ecosystem/profiles/institute-of-noetic-sciences.md","extension":"md","url_path":"ecosystem/profiles/institute-of-noetic-sciences","filetype":null,"metadata":{"id":"institute-of-noetic-sciences","url":"https://noetic.org","tagline":"","activity":0,"topic":0,"regions":"","started":"","ended":"","active":"","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/61256861_2161029123945344_3241801320285339648_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=9wZYkZ0Kf6QAX9sna9t&_nc_ht=scontent.fbhx4-2.fna&oh=bf451f6ff91d9828e088e9413fc2680f&oe=6182E8F1","cached":"","cached_new":""},"image":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/61256861_2161029123945344_3241801320285339648_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=9wZYkZ0Kf6QAX9sna9t&_nc_ht=scontent.fbhx4-2.fna&oh=bf451f6ff91d9828e088e9413fc2680f&oe=6182E8F1","cached":"","cached_new":""},"title":"Institute of Noetic Sciences","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/institute-of-noetic-sciences.md","urlPath":"ecosystem/profiles/institute-of-noetic-sciences"},{"_id":"d3c90de8e20b5d0f952aabd05082d062b5339f03","file_path":"content/blog/2019/07/29/neuroscientists-experience-mindfulness.md","extension":"md","url_path":"blog/2019/07/29/neuroscientists-experience-mindfulness","filetype":null,"metadata":{"title":"Neuroscientists experience mindfulness","created":"2019-07-29T00:00:00.000Z","categories":["institute","our-philosophy"],"tags":["mindfulness","neuroscience"],"authors":["liamaet"]},"sourceDir":"content/blog/2019/07/29/neuroscientists-experience-mindfulness.md","urlPath":"blog/2019/07/29/neuroscientists-experience-mindfulness"},{"_id":"d3ebe156692cffd47b6858c9454a47c950da3f55","file_path":"content/notes/co-x/NOTES.md","extension":"md","url_path":"notes/co-x/NOTES","filetype":null,"metadata":{},"sourceDir":"content/notes/co-x/NOTES.md","urlPath":"notes/co-x/NOTES"},{"_id":"d3f584332891e512a103e15d65802b7ff26fab88","file_path":"content/ecosystem/profiles/rebel-wisdom.md","extension":"md","url_path":"ecosystem/profiles/rebel-wisdom","filetype":null,"metadata":{"id":"rebel-wisdom","url":"https://www.rebelwisdom.co.uk/","tagline":"","activity":["media","events"],"topic":["development","politics"],"regions":"UK","locations":["London, GB"],"started":2017,"ended":"","active":"Y","people":["Alexander Beiner ","David Fuller","Ivo Mensch"],"notes_data_entry":"","facebook":"https://www.facebook.com/RebelWisdomUK/","twitter":"https://twitter.com/wisdomrebel","instagram":"not-found","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCFQ6Gptuq-sLflbJ4YY3Umw","blog":"not-found","logo":{"url":"https://pbcdn1.podbean.com/imglogo/image-logo/2929465/RW_itunes.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633430249/Ecosystem%20Mapping/RW_itunes_vwlu3e.png","cached_new":"/img/RW_itunes_vwlu3e.png"},"image":{"url":"https://scontent.fgla3-1.fna.fbcdn.net/v/t1.6435-9/73372201_549707012264018_6167972202726555648_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=cdbe9c&_nc_ohc=vhAKOpk_1M8AX8v3JDn&_nc_ht=scontent.fgla3-1.fna&oh=00_AT9G4Ip1KG9p93Pbp4kOPJxsmgpwVDxbdBxVC56k4Fhifg&oe=62310D04","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644930492/Ecosystem%20Mapping/rebel_wisdom_1_moll7y.jpg","cached_new":"/img/rebel_wisdom_1_moll7y.jpg"},"title":"Rebel Wisdom","curation_status":"YY","social_change":{"inner":0.3,"cultural":0.7,"systems":0}},"sourceDir":"content/ecosystem/profiles/rebel-wisdom.md","urlPath":"ecosystem/profiles/rebel-wisdom"},{"_id":"d42ef64563962b74e5f9dcb669192f2e91923d75","file_path":"content/blog/2021/06/23/conscious-evolution-robert-cobbold.md","extension":"md","url_path":"blog/2021/06/23/conscious-evolution-robert-cobbold","filetype":null,"metadata":{"title":"Conscious Evolution (Robert Cobbold) - A Conversation","created":"2021-06-23T00:00:00.000Z","categories":["ecosystem-mapping"],"tags":["ecosystem-mapping"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-15.jpg"},"sourceDir":"content/blog/2021/06/23/conscious-evolution-robert-cobbold.md","urlPath":"blog/2021/06/23/conscious-evolution-robert-cobbold"},{"_id":"d49ede0378d56b86b919f040c0945a52f97cedc0","file_path":"content/ecosystem/profiles/prosocial-world.md","extension":"md","url_path":"ecosystem/profiles/prosocial-world","filetype":null,"metadata":{"id":"prosocial-world","url":"https://www.prosocial.world/","tagline":"We exist to serve others, innovate, and make the world a better place, with a humble yet confident voice.","activity":["education","research"],"topic":["development","politics"],"regions":"World","started":"","ended":"","active":"Y","people":["David Sloan-Wilson","Jeff Genung","Guru Madhavan","Michele Gelfand","Joon Yun"],"notes_data_entry":"8 people in total in the board of directors (I picked the 3 first ones) - see https://www.prosocial.world/board-of-directors ","facebook":"https://www.facebook.com/groups/prosocial.world","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://static.wixstatic.com/media/a3171d_eddbe5c80af44b079f44b683209c7f6e~mv2.png/v1/fill/w_220,h_79,al_c,q_85,usm_0.66_1.00_0.01/Artboard%201.webp","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/prosocial_world_logo_cq6pfj.webp","cached_new":"/img/prosocial_world_logo_cq6pfj.webp"},"image":{"url":"https://scontent-lhr8-1.xx.fbcdn.net/v/t1.6435-9/118782122_10158607930360688_5076515322079784643_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8631f5&_nc_ohc=h3TubgacH7MAX_E_tFr&_nc_ht=scontent-lhr8-1.xx&oh=28721ca2f86d4830d64df87e28a07594&oe=61CE640C","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/prosocial_world_mhzuyb.jpg","cached_new":"/img/prosocial_world_mhzuyb.jpg"},"title":"Prosocial World","curation_status":"YY","social_change":{"inner":0.2,"cultural":0.5,"systems":0.3}},"sourceDir":"content/ecosystem/profiles/prosocial-world.md","urlPath":"ecosystem/profiles/prosocial-world"},{"_id":"d4d9c55da017f957f167102bfbed2d1dc761980d","file_path":"content/tao/narrative.md","extension":"md","url_path":"tao/narrative","filetype":null,"metadata":{},"sourceDir":"content/tao/narrative.md","urlPath":"tao/narrative"},{"_id":"d517ab32a0b9130eeb45662d2ac29e09846db9d0","file_path":"content/blog/2019/01/22/ken-wilber-integral-spirituality.md","extension":"md","url_path":"blog/2019/01/22/ken-wilber-integral-spirituality","filetype":null,"metadata":{"title":"Ken Wilber, Integral Spirituality (Notes)","created":"2019-01-22T00:00:00.000Z","categories":["institute"],"tags":["integral-spirituality","ken-wilber"],"authors":["rufuspollock"],"image":"/assets/images/ken-wilber-quote.jpg"},"sourceDir":"content/blog/2019/01/22/ken-wilber-integral-spirituality.md","urlPath":"blog/2019/01/22/ken-wilber-integral-spirituality"},{"_id":"d54d2531118aa5b3fd8d6c682e725aac8bfc32e5","file_path":"content/ecosystem/profiles/sayara-international.md","extension":"md","url_path":"ecosystem/profiles/sayara-international","filetype":null,"metadata":{"id":"sayara-international","url":"www.sayarainternational.com","tagline":"A global development impact firm that specializes in the design and implementation of rigorous research, social and behavioral change communications, and governance strategies in conflict-affected and transitioning societies in 30 countries around the globe.","activity":["research","research"],"topic":["governance"],"regions":"","locations":["Washington, DC"],"started":"","ended":"","active":"","people":["Scott Shadian"],"notes_data_entry":"I'm Scott Shadian the Co-Founder of Sayara International, a global development impact firm that specializes in the design and implementation of rigorous research, social and behavioral change communications, and community based strategies in conflict-affected and transitioning societies in 30 countries around the globe. Our team recently led Sayara's evacuation operation in Afghanistan, which culminated in the evacuation of 1200 vulnerable Afghans (you can read more about that operation in a recent NYT Magazine article, here. Sayara is featured in \"Part 3: Evacuation\").\n\nBrief on Emergence Field Labs\n\nEvents such as the January 6th Insurrection and the fall of Kabul, along with rising gun-violence and hyperpolarization in the US point to structural and systemic failures of institutions to overcome siloed-thinking, lagging impact, inability to scale programming and understand failure within the constraints of government and philanthropic programming to affect positive social change. In response, Sayara is developing a new global research laboratory, Emergence Field Labs (B-Corp), which will break-down silos of traditional research and incorporate emergent social behavioral theories-of-change through on-going relationships with academia (i.e. Oxfords 'Social Cohesion model' & Yale's 'BioSocial Network Model'), while employing complexity science (i.e Columbia's 'Dynamic Systems Theory'), as opposed to relying solely on quantitative modeling.\n\nUsing on-the-ground-demonstrations and crowdsourcing to test, adapt and validate emergent social change models, Emergence will become the first organization dedicated to scientifically demonstrating and validating novel metrics in support of social impact, leading to the creation of foundational indexes and analytics: e.g. social cohesion, stability, resilience, polarization, climate resilience and peacebuilding. By becoming a key bridge between government/philanthropy academia and civil society, Emergence will discover and apply novel research frameworks and intervention models to the world's most urgent issues, seeking causal and scalable solutions, as opposed to symptomatic treatments of social problems, such: gun violence reduction, hyper-polarization, income inequality (UBI), and gender-based violence. Ultimately, this continuous stream of data will support the development of a machine learning algorithm, Mycelium, which will be built upon the novel learning frameworks validated in the field by Emergence's global research network, producing critical data and indexes for government, philanthropy and impact investment objectives. \n","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Sayara International","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/sayara-international.md","urlPath":"ecosystem/profiles/sayara-international"},{"_id":"d5dd04af4f4eb68d7caf4fbd95dcfd593801ef99","file_path":"content/templates/projects.md","extension":"md","url_path":"templates/projects","filetype":null,"metadata":{"title":"{{title}}","description":"","image":"","homepage":null,"start":"","end":"","team":["rufuspollock"],"size":"xl | l | m | s | xs","state":"open | closed","status":"incubating | active | completed | inactive","resolution":"dormant | retired | merged | cancelled","created":"{{date}}"},"sourceDir":"content/templates/projects.md","urlPath":"templates/projects"},{"_id":"d643717159e459b7fc6f972d6cd0e4d32514035e","file_path":"content/ecosystem/profiles/international-bateson-institute.md","extension":"md","url_path":"ecosystem/profiles/international-bateson-institute","filetype":null,"metadata":{"id":"international-bateson-institute","url":"https://batesoninstitute.org/","tagline":"","activity":["research","education"],"topic":["governance"],"regions":"Europe","locations":["Stokholm, SE"],"started":2018,"ended":"","active":"Y","people":["Nora Bateson ","Gregory Bateson","William Bateson"],"notes_data_entry":"","facebook":"https://www.facebook.com/internationalbatesoninstitute","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://batesoninstitute.org/wp-content/uploads/2018/08/IBI-logo2-01.svg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633510744/Ecosystem%20Mapping/IBI-logo2-01_vokg1r.svg","cached_new":"/img/IBI-logo2-01_vokg1r.svg"},"image":{"url":"https://scontent.fgla3-2.fna.fbcdn.net/v/t31.18172-8/13690930_1150874694962925_3095967598829956745_o.jpg?_nc_cat=103&ccb=1-5&_nc_sid=9267fe&_nc_ohc=S5FOKGdAtVMAX_0mKYJ&_nc_ht=scontent.fgla3-2.fna&oh=00_AT-iIbbVieeAjp1l6aDdCkgNN38uzClEnUxT1DSpvplMLg&oe=622FEC8A","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644933654/Ecosystem%20Mapping/bateson_h7nwpu.jpg","cached_new":"/img/bateson_h7nwpu.jpg"},"title":"International Bateson Institute","curation_status":"YY","social_change":{"inner":0,"cultural":0.2,"systems":0.8}},"sourceDir":"content/ecosystem/profiles/international-bateson-institute.md","urlPath":"ecosystem/profiles/international-bateson-institute"},{"_id":"d65883b6c12517e3cf4fe99171273db7a6637a65","file_path":"content/sutras/gateless-gate-mumonkan.md","extension":"md","url_path":"sutras/gateless-gate-mumonkan","filetype":null,"metadata":{"title":"The Gateless Gate 無門關 by Wu-wen kuan (Mumonkan)"},"sourceDir":"content/sutras/gateless-gate-mumonkan.md","urlPath":"sutras/gateless-gate-mumonkan"},{"_id":"d66990ca56505de2525633ab9a0967551f6719fe","file_path":"content/notes/early-retirement-extreme.md","extension":"md","url_path":"notes/early-retirement-extreme","filetype":null,"metadata":{},"sourceDir":"content/notes/early-retirement-extreme.md","urlPath":"notes/early-retirement-extreme"},{"_id":"d68bc467d09e538485f2d94d3fca390154355d3d","file_path":"content/blog/2020/02/19/more-rooms-available-in-our-berlin-hub.md","extension":"md","url_path":"blog/2020/02/19/more-rooms-available-in-our-berlin-hub","filetype":null,"metadata":{"title":"Berlin hub: more rooms available!","created":"2020-02-19T00:00:00.000Z","categories":["hubs"],"tags":["berlin-hub"],"authors":["artearthtech"]},"sourceDir":"content/blog/2020/02/19/more-rooms-available-in-our-berlin-hub.md","urlPath":"blog/2020/02/19/more-rooms-available-in-our-berlin-hub"},{"_id":"d6e52d26749690506445919852fafe72227313eb","file_path":"content/blog/2018/08/24/co-living-at-art-earth-tech.md","extension":"md","url_path":"blog/2018/08/24/co-living-at-art-earth-tech","filetype":null,"metadata":{"title":"Co-Living at Art / Earth / Tech","created":"2018-08-24T00:00:00.000Z","categories":["hubs","life-itself"],"tags":["co-x","coliving","hubs"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2018/08/24/co-living-at-art-earth-tech.md","urlPath":"blog/2018/08/24/co-living-at-art-earth-tech"},{"_id":"d7431912df9e26da0e87235805cba1575b5a6326","file_path":"content/notes/journal/2022-03-08.md","extension":"md","url_path":"notes/journal/2022-03-08","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-03-08.md","urlPath":"notes/journal/2022-03-08"},{"_id":"d77c0b2ffd40d4fd0bbb1f63703be2702bc2616f","file_path":"content/programs/2023/2-week-relational-embodiment-residency.md","extension":"md","url_path":"programs/2023/2-week-relational-embodiment-residency","filetype":null,"metadata":{"title":"2-week Relational Embodiment Residency","created":"2022-09-18T00:00:00.000Z","authors":["liamaet"]},"sourceDir":"content/programs/2023/2-week-relational-embodiment-residency.md","urlPath":"programs/2023/2-week-relational-embodiment-residency"},{"_id":"d79a1913ff006dd85588730ae547ee0463576c74","file_path":"content/notes/art-earth-tech.md","extension":"md","url_path":"notes/art-earth-tech","filetype":null,"metadata":{"title":"Art Earth Tech"},"sourceDir":"content/notes/art-earth-tech.md","urlPath":"notes/art-earth-tech"},{"_id":"d7a79fcea095c07a1507004aace3c7cd0d9e15ca","file_path":"content/people/charley-lee.md","extension":"md","url_path":"people/charley-lee","filetype":null,"metadata":{"id":"charley-lee","name":"Charley Lee"},"sourceDir":"content/people/charley-lee.md","urlPath":"people/charley-lee"},{"_id":"d7f92f1d58b2b23f0c47239d554033486d4aaaff","file_path":"content/blog/2019/04/10/ritual-and-the-return-to-mystery.md","extension":"md","url_path":"blog/2019/04/10/ritual-and-the-return-to-mystery","filetype":null,"metadata":{"title":"Ritual and The Return to Mystery","created":"2019-04-10T00:00:00.000Z","categories":["our-philosophy"],"tags":["mystery","ritual"],"authors":["artearthtech"],"image":"/assets/images/Blog-Feature-Images-19.png"},"sourceDir":"content/blog/2019/04/10/ritual-and-the-return-to-mystery.md","urlPath":"blog/2019/04/10/ritual-and-the-return-to-mystery"},{"_id":"d813340ce8e58394b292eb15cad5f7724a20745c","file_path":"content/blog/2020/06/11/contemplative-activism-a-primer.md","extension":"md","url_path":"blog/2020/06/11/contemplative-activism-a-primer","filetype":null,"metadata":{"title":"Contemplative Activism: A Primer","created":"2020-06-11T00:00:00.000Z","categories":["contemplative-activism"],"authors":["liamaet"],"image":"/assets/images/Blog-Feature-Images-4.jpg"},"sourceDir":"content/blog/2020/06/11/contemplative-activism-a-primer.md","urlPath":"blog/2020/06/11/contemplative-activism-a-primer"},{"_id":"d8278369bd3dfcaad2993ba03a38b17ba158e3a4","file_path":"content/second-renaissance.md","extension":"md","url_path":"second-renaissance","filetype":null,"metadata":{"title":"The Second Renaissance","authors":["sylvieshiweibarbier"]},"sourceDir":"content/second-renaissance.md","urlPath":"second-renaissance"},{"_id":"d8519a9003827f70c48fd96c8c43e382038b0209","file_path":"content/hangouts.md","extension":"md","url_path":"hangouts","filetype":null,"metadata":{"title":"Community Hangouts","created":"2021-11-03T00:00:00.000Z","authors":["rufuspollock"],"image":"/assets/images/fire_camping_campfire_group_sitting-80446.jpg"},"sourceDir":"content/hangouts.md","urlPath":"hangouts"},{"_id":"d9d0828be46787beff5fcb3ab9e11dc081a66b5b","file_path":"content/state-of-sensemaking-2020.md","extension":"md","url_path":"state-of-sensemaking-2020","filetype":null,"metadata":{"title":"State of Sensemaking 2020","created":"2021-09-02T00:00:00.000Z","authors":["theo-cox"],"image":"/assets/images/Social_Change_Ecosystem.png"},"sourceDir":"content/state-of-sensemaking-2020.md","urlPath":"state-of-sensemaking-2020"},{"_id":"d9d246d3fd1d1d1e4ea4339ba64a313a92331560","file_path":"content/notes/how-does-nvc-relate-ecosprituality.md","extension":"md","url_path":"notes/how-does-nvc-relate-ecosprituality","filetype":null,"metadata":{"created":"2022-03-30T00:00:00.000Z","authors":["Karl Steyaert"]},"sourceDir":"content/notes/how-does-nvc-relate-ecosprituality.md","urlPath":"notes/how-does-nvc-relate-ecosprituality"},{"_id":"d9f3d384e231e1bcc38f7de317463600ae56f5ca","file_path":"content/notes/five-remembrances.md","extension":"md","url_path":"notes/five-remembrances","filetype":null,"metadata":{"title":"Five Remembrances"},"sourceDir":"content/notes/five-remembrances.md","urlPath":"notes/five-remembrances"},{"_id":"da5d8563e5625fed938414e2d46f2f7f1d83100b","file_path":"content/tao/ops-offboarding.md","extension":"md","url_path":"tao/ops-offboarding","filetype":null,"metadata":{},"sourceDir":"content/tao/ops-offboarding.md","urlPath":"tao/ops-offboarding"},{"_id":"da9e88ce1b6cc40f2fc6687ad4236510242e2777","file_path":"content/podcast/esther-montmany-on-conscious-parenting-part-2.md","extension":"md","url_path":"podcast/esther-montmany-on-conscious-parenting-part-2","filetype":null,"metadata":{"title":"Esther Montmany on Conscious Parenting Part 2","author":"Eilidh Ross","date":"2023-01-30T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/64012145/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F64012145%2F2fd2aff2c6f2742694ce701ca1ffa6f3.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1674649032400-da32ace8563a2.jpg"},"sourceDir":"content/podcast/esther-montmany-on-conscious-parenting-part-2.md","urlPath":"podcast/esther-montmany-on-conscious-parenting-part-2"},{"_id":"dad262ee78d19a2e6580c1b9d55e169240511524","file_path":"content/blog/2023/04/15/future-dissonance-integrating-ai-and-small-farm-futures.md","extension":"md","url_path":"blog/2023/04/15/future-dissonance-integrating-ai-and-small-farm-futures","filetype":null,"metadata":{"title":"Future Dissonance: Integrating AI and Small Farm Futures with Stephen Reid","created":"2023-04-15T00:00:00.000Z","categories":["community-call"],"authors":["nathen-fitchen"],"image":"/assets/images/future-dissonance-integrating-ai-with-small-farm-futures-stephen-reid.jpg"},"sourceDir":"content/blog/2023/04/15/future-dissonance-integrating-ai-and-small-farm-futures.md","urlPath":"blog/2023/04/15/future-dissonance-integrating-ai-and-small-farm-futures"},{"_id":"db3e11204440f7423168523f237913e689cf4378","file_path":"content/initiatives/sustainable-wellbeing.md","extension":"md","url_path":"initiatives/sustainable-wellbeing","filetype":null,"metadata":{"title":"Sustainable Wellbeing","description":"Sustainable well-being (SWB) ─ the notion that wellbeing is our top priority and future generations’ wellbeing should be as good or better than ours ─ is an obvious organising principle for our society.","image":"/assets/images/Blog-Feature-Images-6.jpg","homepage":"/sustainable-wellbeing","start":2021,"end":null,"team":["rufuspollock","liamaet"],"size":"m","status":"inactive","created":"2023-03-21T00:00:00.000Z"},"sourceDir":"content/initiatives/sustainable-wellbeing.md","urlPath":"initiatives/sustainable-wellbeing"},{"_id":"db6fa04c6029c94a3c4fa9add86e20b94569e449","file_path":"content/notes/integral.md","extension":"md","url_path":"notes/integral","filetype":null,"metadata":{},"sourceDir":"content/notes/integral.md","urlPath":"notes/integral"},{"_id":"dbdca26b7db8164f7416c9c26a51121d554ecc34","file_path":"content/blog/2020/08/18/the-imaginary-society-series.md","extension":"md","url_path":"blog/2020/08/18/the-imaginary-society-series","filetype":null,"metadata":{"title":"The Imaginary Society Series","created":"2020-08-18T00:00:00.000Z","categories":["events"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/08/18/the-imaginary-society-series.md","urlPath":"blog/2020/08/18/the-imaginary-society-series"},{"_id":"dc9eae06096293b24635c0782400f0abd7408d50","file_path":"content/tao/governance.md","extension":"md","url_path":"tao/governance","filetype":null,"metadata":{},"sourceDir":"content/tao/governance.md","urlPath":"tao/governance"},{"_id":"dcaa5772d3e8b48676142cccf83fbeb887685a4e","file_path":"content/ecosystem/profiles/ekskaret.md","extension":"md","url_path":"ecosystem/profiles/ekskaret","filetype":null,"metadata":{"id":"ekskaret","url":"https://ekskaret.se/","tagline":"","activity":["education","events"],"topic":["development","community"],"regions":"Sweden","locations":["Stokholm, SE"],"started":2008,"ended":"","active":"Y","people":["Tomas Bjorkman","Caroline Stiernstedt Sahlborn"],"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://images.squarespace-cdn.com/content/v1/57e221918419c298291bafa1/1580995099397-I4UALZ6VMKSFATS43OSH/Eksk%C3%A4ret-logo_5900x2344_gr%C3%A5_transpbg+%28tight%29.png?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1633425250/Ecosystem%20Mapping/Eksk_C3_A4ret-logo_5900x2344_gr_C3_A5_transpbg_28tight_29_oxiwsi.png","cached_new":"/img/Eksk_C3_A4ret-logo_5900x2344_gr_C3_A5_transpbg_28tight_29_oxiwsi.png"},"image":{"url":"https://images.squarespace-cdn.com/content/v1/57e221918419c298291bafa1/1601039187891-W5XWPEID8P0CBEDJSNTL/Anywhere%2Blogga.jpg?format=750w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637004538/Ecosystem%20Mapping/Eksk%C3%A4ret_xzruwb.jpg","cached_new":"/img/Eksk%C3%A4ret_xzruwb.jpg"},"title":"Ekskäret","curation_status":"YY","social_change":{"inner":0.7,"cultural":0.3,"systems":0}},"sourceDir":"content/ecosystem/profiles/ekskaret.md","urlPath":"ecosystem/profiles/ekskaret"},{"_id":"dcdc571096cb24e9e8faf180fca19a459a416963","file_path":"content/blog/2021/12/17/life-itself-conversations-sustainable-wellbeing.md","extension":"md","url_path":"blog/2021/12/17/life-itself-conversations-sustainable-wellbeing","filetype":null,"metadata":{"title":"Life Itself Conversations: Sustainable Wellbeing","created":"2021-12-17T00:00:00.000Z","categories":["policy","sustainable-wellbeing","wellbeing"],"authors":["liamaet"]},"sourceDir":"content/blog/2021/12/17/life-itself-conversations-sustainable-wellbeing.md","urlPath":"blog/2021/12/17/life-itself-conversations-sustainable-wellbeing"},{"_id":"dd316925220749f6f4efdf42b59dd23f4da16bdd","file_path":"content/ecosystem/activitys/spaces.md","extension":"md","url_path":"ecosystem/activitys/spaces","filetype":null,"metadata":{"id":"spaces","image":"","emoji":"","title":"Community Spaces"},"sourceDir":"content/ecosystem/activitys/spaces.md","urlPath":"ecosystem/activitys/spaces"},{"_id":"ddcacaebdadb001fe63d8f07fefc7cac69fe1337","file_path":"content/blog/2020/05/08/how-to-create-community-in-practice.md","extension":"md","url_path":"blog/2020/05/08/how-to-create-community-in-practice","filetype":null,"metadata":{"title":"How to create community in practice","created":"2020-05-08T00:00:00.000Z","categories":["programs"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/05/08/how-to-create-community-in-practice.md","urlPath":"blog/2020/05/08/how-to-create-community-in-practice"},{"_id":"de2a0ecbd415de9c32dad2ccc8ea0bec4240219f","file_path":"content/ecosystem/topics/wellbeing.md","extension":"md","url_path":"ecosystem/topics/wellbeing","filetype":null,"metadata":{"id":"wellbeing","image":"","emoji":"🌻","title":"Wellbeing & Health","super_topic":"Wellbeing, Spiritual & Growth"},"sourceDir":"content/ecosystem/topics/wellbeing.md","urlPath":"ecosystem/topics/wellbeing"},{"_id":"de48773a0ec43ed4dfb8c2b9684d48e5adc6666d","file_path":"content/ecosystem/profiles/dharma-action-network-for-climate-engagement-(dance).md","extension":"md","url_path":"ecosystem/profiles/dharma-action-network-for-climate-engagement-(dance)","filetype":null,"metadata":{"id":"dharma-action-network-for-climate-engagement-(dance)","url":"http://www.thedancewebsite.org/","tagline":"","activity":["advocacy","events"],"topic":["ecology","spirituality"],"regions":"UK","locations":["Bristol, GB","Sheffield, GB","London, GB"],"started":2013,"ended":"","active":"Y","people":0,"notes_data_entry":"I have wrote just a few of their main locations, they have more in the UK and one in the US. Also unclear how active they are as most recent is last year (and cannot find any social media for confirmation) - charlotte","facebook":"https://www.facebook.com/groups/DharmaActionNetworkforClimateEngagement","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"http://www.thedancewebsite.org/wp-content/uploads/header-logo.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972383/Ecosystem%20Mapping/Dharma_Action_Network_dv4hwe.png","cached_new":"/img/Dharma_Action_Network_dv4hwe.png"},"image":{"url":"https://lh5.googleusercontent.com/-oQPO8YZVKVHIIO7n61YeZIrM8a5rXPX7HjMf4INBpjr8p1VqYqD9mAD1SCUgwJa1TlBBAU8AXTNgA9raVn6_dUJ4p1YtRcQsY1fuqfTwowJUHm6=w1280","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935250/Ecosystem%20Mapping/dance_kgfihm.png","cached_new":"/img/dance_kgfihm.png"},"title":"Dharma Action Network for Climate Engagement (DANCE)","curation_status":"Y","social_change":{"inner":0.5,"cultural":0.4,"systems":0.1}},"sourceDir":"content/ecosystem/profiles/dharma-action-network-for-climate-engagement-(dance).md","urlPath":"ecosystem/profiles/dharma-action-network-for-climate-engagement-(dance)"},{"_id":"de6536c12b584c2e9c2d2d9767faba370a89bab9","file_path":"content/blog/2023/01/26/tenzo-note-3-the-posture.md","extension":"md","url_path":"blog/2023/01/26/tenzo-note-3-the-posture","filetype":null,"metadata":{"title":"Tenzo Note #3: The Posture","created":"2023-01-26T00:00:00.000Z","categories":["conscious-food"],"authors":["valerie"],"image":"/assets/images/posture-pic-1.jpeg"},"sourceDir":"content/blog/2023/01/26/tenzo-note-3-the-posture.md","urlPath":"blog/2023/01/26/tenzo-note-3-the-posture"},{"_id":"dfc713b8e6828bc9bd9c8261eb44ce53fd266d11","file_path":"content/ecosystem/profiles/embercombe.md","extension":"md","url_path":"ecosystem/profiles/embercombe","filetype":null,"metadata":{"id":"embercombe","url":"https://embercombe.org/","tagline":"","activity":["events","spaces"],"topic":["development","community"],"regions":"UK","locations":["Devon, GB"],"started":2006,"ended":"","active":"Y","people":["Mac Macartney"],"notes_data_entry":"","facebook":"https://www.facebook.com/Embercombe","twitter":"https://twitter.com/embercombe","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://embercombe.org/wp-content/uploads/2018/02/embercombe-logo-full-gradient-white-1.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972395/Ecosystem%20Mapping/embercombe_uduwtb.jpg","cached_new":"/img/embercombe_uduwtb.jpg"},"image":{"url":"https://embercombe.org/wp-content/uploads/2014/11/journey-header-800.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935525/Ecosystem%20Mapping/embercombe_sgtv2u.jpg","cached_new":"/img/embercombe_sgtv2u.jpg"},"title":"Embercombe","curation_status":"Y","social_change":{"inner":0.8,"cultural":0.2,"systems":0}},"sourceDir":"content/ecosystem/profiles/embercombe.md","urlPath":"ecosystem/profiles/embercombe"},{"_id":"dfeeb60ba12c1bb5dbbd3dea137d81dc7c7c0c2a","file_path":"content/tao/communications/producing-a-podcast-episode-guide.md","extension":"md","url_path":"tao/communications/producing-a-podcast-episode-guide","filetype":null,"metadata":{"title":"Publishing a Podcast/YouTube Episode","created":"2023-01-30T00:00:00.000Z","authors":["eilidhross"]},"sourceDir":"content/tao/communications/producing-a-podcast-episode-guide.md","urlPath":"tao/communications/producing-a-podcast-episode-guide"},{"_id":"dffad956fe1b7661ced17ee3764438e492f1a7c3","file_path":"content/podcast/Rufus-Pollock-and-Jeff-Emmett-on-Regenerative-Finance-and-Web3-for-Public-Goods.md","extension":"md","url_path":"podcast/Rufus-Pollock-and-Jeff-Emmett-on-Regenerative-Finance-and-Web3-for-Public-Goods","filetype":null,"metadata":{"title":"Rufus Pollock and Jeff Emmett on Regenerative Finance and Web3 for Public Goods","author":"Rufus Pollock","date":"2022-07-05T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/54382202/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F54382202%2F7cfcb35a2d6f2446c5425ecda17c09e7.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1656953562078-d845fbbcddda8.jpg"},"sourceDir":"content/podcast/Rufus-Pollock-and-Jeff-Emmett-on-Regenerative-Finance-and-Web3-for-Public-Goods.md","urlPath":"podcast/Rufus-Pollock-and-Jeff-Emmett-on-Regenerative-Finance-and-Web3-for-Public-Goods"},{"_id":"e02aa95b4dc67118531d6b8cac7528a23ed99e78","file_path":"content/notes/landing-page-guide.md","extension":"md","url_path":"notes/landing-page-guide","filetype":null,"metadata":{"title":"How to Create an Effective Landing Page"},"sourceDir":"content/notes/landing-page-guide.md","urlPath":"notes/landing-page-guide"},{"_id":"e02d82353cd027aac7c40ec15510b99c633334ec","file_path":"content/initiatives/embodying-collective-transformation.md","extension":"md","url_path":"initiatives/embodying-collective-transformation","filetype":null,"metadata":{"title":"Embodying Collective Transformation","description":"A guide to our way of being and doing. A combination of our playbook and our concrete envisioning of how pioneering Life Itself aligned communities operate.","image":"/assets/images/IMG_4924_1-scaled-e1653601439702.jpg","homepage":null,"start":"2022-09","end":"2022-12","team":["rufuspollock","Karl Steyaert","Nadine Helm","Jocelyn Ames","catherine-tran"],"size":"l","status":"completed","created":"2023-03-20T00:00:00.000Z"},"sourceDir":"content/initiatives/embodying-collective-transformation.md","urlPath":"initiatives/embodying-collective-transformation"},{"_id":"e0609c723bf14c74bda2526c99b2018f51a31362","file_path":"content/programs/2023/emergent-dialogue-residency.md","extension":"md","url_path":"programs/2023/emergent-dialogue-residency","filetype":null,"metadata":{"title":"Praxis Residency, July 2023","description":"A conscious communal living to enjoy and experience an ecology of practices of sitting, cooking,connecting together and enjoying the Good Life. During this time you will be able to connect with people sharing same interest for our world, enjoy Bergerac and the gifts of Dordogne and have the time to work for yourself or rest.","image":"/assets/images/emergent-dialogue-residency.jpeg","start":"2023-07-20","end":"2023-07-28","facilitator":["Praxis guardians"],"location":"The Life Itself Praxis Hub, Bergerac, France","cost":"From 530 to 735 euros per week practices and food included (3 days stay min- arrival time 6.30pm)","apply-button":"https://docs.google.com/forms/d/e/1FAIpQLSdiykDKyZR6DgtPKeYuNePy9sWc-qkIc4BVfKBRjkFWKvFp-g/viewform","created":"2023-05-02T00:00:00.000Z"},"sourceDir":"content/programs/2023/emergent-dialogue-residency.md","urlPath":"programs/2023/emergent-dialogue-residency"},{"_id":"e069bedbf6390515498f29163833d5779f328a37","file_path":"content/ecosystem/profiles/sunday-assembly.md","extension":"md","url_path":"ecosystem/profiles/sunday-assembly","filetype":null,"metadata":{"id":"sunday-assembly","url":"https://www.sundayassembly.com/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Gloabl"],"started":2013,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://www.sundayassembly.com/wp-content/uploads/2021/04/logo-white.png","cached":"","cached_new":""},"image":{"url":"https://www.sundayassembly.com/wp-content/uploads/2021/04/logo-white.png","cached":"","cached_new":""},"title":"Sunday Assembly","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/sunday-assembly.md","urlPath":"ecosystem/profiles/sunday-assembly"},{"_id":"e081b52cad19c92f4cadb07443fffbb6ea3d2f60","file_path":"content/blog/2020/05/18/sharing-circle.md","extension":"md","url_path":"blog/2020/05/18/sharing-circle","filetype":null,"metadata":{"title":"Sharing circle","created":"2020-05-18T00:00:00.000Z","categories":["programs"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/05/18/sharing-circle.md","urlPath":"blog/2020/05/18/sharing-circle"},{"_id":"e0994b89a89167c36aeaff5722d3ca3f26dbef8c","file_path":"content/podcast/Stephen-Diehl-on-Web3--Bitcoin--Neometalism.md","extension":"md","url_path":"podcast/Stephen-Diehl-on-Web3--Bitcoin--Neometalism","filetype":null,"metadata":{"title":"Stephen Diehl on Web3, Bitcoin & Neometalism","author":"Rufus Pollock","date":"2022-02-24T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/48474954/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F48474954%2Fc6c0f007c755fa70b2012e63c483e210.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/20318133/20318133-1646284006563-0b4d2ac7b784a.jpg"},"sourceDir":"content/podcast/Stephen-Diehl-on-Web3--Bitcoin--Neometalism.md","urlPath":"podcast/Stephen-Diehl-on-Web3--Bitcoin--Neometalism"},{"_id":"e0ac1388c7b94098e9222fa4a7dded8047604a25","file_path":"content/blog/2021/05/14/compassionate-mental-health.md","extension":"md","url_path":"blog/2021/05/14/compassionate-mental-health","filetype":null,"metadata":{"title":"Compassionate Mental Health","created":"2021-05-14T00:00:00.000Z","categories":["events","institute"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2021/05/14/compassionate-mental-health.md","urlPath":"blog/2021/05/14/compassionate-mental-health"},{"_id":"e0c8dbc6ce18d3c2badfd4b0306110dffaa2ff1b","file_path":"content/notes/journal/2022-02-23.md","extension":"md","url_path":"notes/journal/2022-02-23","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-02-23.md","urlPath":"notes/journal/2022-02-23"},{"_id":"e0cbfb3bfe3d9128fa87e9e74e02305e15bd24a0","file_path":"content/blog/2022/06/09/exploring-social-transformation.md","extension":"md","url_path":"blog/2022/06/09/exploring-social-transformation","filetype":null,"metadata":{"title":"Exploring Social Transformation","created":"2022-06-09T00:00:00.000Z","categories":["life-itself-labs","podcast"],"authors":["eilidhross"],"image":"/assets/images/Youtube-Thumbnail-Template-3.png"},"sourceDir":"content/blog/2022/06/09/exploring-social-transformation.md","urlPath":"blog/2022/06/09/exploring-social-transformation"},{"_id":"e1808a23cc8b692df45e5b2a5acdd886b72e1b49","file_path":"content/blog/2023/06/29/future-of-education-with-fabienne-vailes.md","extension":"md","url_path":"blog/2023/06/29/future-of-education-with-fabienne-vailes","filetype":null,"metadata":{"title":"Flourishing Education: The Future of Education with Fabienne Vailes","created":"2023-07-15T00:00:00.000Z","authors":["nathen-fitchen"],"categories":["community-call"],"image":"/assets/images/fabienne-vailes-community-calll.jpg"},"sourceDir":"content/blog/2023/06/29/future-of-education-with-fabienne-vailes.md","urlPath":"blog/2023/06/29/future-of-education-with-fabienne-vailes"},{"_id":"e19630de7f3cbad8697ee809b8af79004c6a6a38","file_path":"content/gathering/2019-gathering.md","extension":"md","url_path":"gathering/2019-gathering","filetype":null,"metadata":{"title":"2019 Gathering","created":"2022-06-27T00:00:00.000Z","authors":["catherine-tran"]},"sourceDir":"content/gathering/2019-gathering.md","urlPath":"gathering/2019-gathering"},{"_id":"e1b373fae9827f4f3d5f542dcd6bf1b2bf21604d","file_path":"content/blog/2021/06/08/life-itself-bulletin-june.md","extension":"md","url_path":"blog/2021/06/08/life-itself-bulletin-june","filetype":null,"metadata":{"title":"Life Itself Bulletin - June","created":"2021-06-08T00:00:00.000Z","categories":["institute"],"tags":["newsletter"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2021/06/08/life-itself-bulletin-june.md","urlPath":"blog/2021/06/08/life-itself-bulletin-june"},{"_id":"e239b54ac2d683f61e833b22bbfacb43bb9090d6","file_path":"content/tao/scqh.md","extension":"md","url_path":"tao/scqh","filetype":null,"metadata":{},"sourceDir":"content/tao/scqh.md","urlPath":"tao/scqh"},{"_id":"e28481d1933dbee6f202d22244d4b6aa614c84a2","file_path":"content/excalidraw/praxis-spaces-management-2022-03-01.excalidraw.md","extension":"md","url_path":"excalidraw/praxis-spaces-management-2022-03-01.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed"},"sourceDir":"content/excalidraw/praxis-spaces-management-2022-03-01.excalidraw.md","urlPath":"excalidraw/praxis-spaces-management-2022-03-01.excalidraw"},{"_id":"e29c1ef617b75f25e4e85345d08d400fe07c1a8b","file_path":"content/hubs/bergerac.md","extension":"md","url_path":"hubs/bergerac","filetype":null,"metadata":{"title":"The Bergerac Praxis Hub","created":"2020-09-28T00:00:00.000Z","authors":["artearthtech"],"image":"/assets/images/20200717_072527.jpg"},"sourceDir":"content/hubs/bergerac.md","urlPath":"hubs/bergerac"},{"_id":"e2e8a554e60969b0669e6376c8b747b823ecc1a3","file_path":"content/podcast/Liam-Kavanagh-on-Introduction-to-Sustainable-Wellbeing.md","extension":"md","url_path":"podcast/Liam-Kavanagh-on-Introduction-to-Sustainable-Wellbeing","filetype":null,"metadata":{"title":"Liam Kavanagh on Introduction to Sustainable Wellbeing","author":"Rufus Pollock","date":"2021-12-17T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/44999992/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-11-17%2Ff34774b5-1592-0a2f-3586-ea21248dd00f.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1646285193939-d0f23f3153a1d.jpg"},"sourceDir":"content/podcast/Liam-Kavanagh-on-Introduction-to-Sustainable-Wellbeing.md","urlPath":"podcast/Liam-Kavanagh-on-Introduction-to-Sustainable-Wellbeing"},{"_id":"e359f468dcacbf654eb6296838f7e4166e3bc99b","file_path":"content/ecosystem/profiles/cultural-catalyst-network.md","extension":"md","url_path":"ecosystem/profiles/cultural-catalyst-network","filetype":null,"metadata":{"id":"cultural-catalyst-network","url":"https://culturalcatalystnetwork.org/","tagline":"","activity":["education","events"],"topic":["development","community"],"regions":"","started":"","ended":"","active":"Y","people":["Karl Steyaert"],"notes_data_entry":"information lacking on website about location and social media - charlotte","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"http://culturalcatalystnetwork.org/wp-content/uploads/2019/04/logo354.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972341/Ecosystem%20Mapping/Cultural_Catalyst_Network_kdoepd.png","cached_new":"/img/Cultural_Catalyst_Network_kdoepd.png"},"image":{"url":"http://culturalcatalystnetwork.org/wp-content/uploads/2019/06/UNADJUSTEDNONRAW_thumb_27e5.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644934579/Ecosystem%20Mapping/CCN_dknps5.jpg","cached_new":"/img/CCN_dknps5.jpg"},"title":"Cultural Catalyst Network","curation_status":"Y","social_change":{"inner":0.5,"cultural":0.4,"systems":0.1}},"sourceDir":"content/ecosystem/profiles/cultural-catalyst-network.md","urlPath":"ecosystem/profiles/cultural-catalyst-network"},{"_id":"e3b4127c753f418e76f3d3d194e14aac3a2fd30f","file_path":"content/people/marc-santolini.md","extension":"md","url_path":"people/marc-santolini","filetype":null,"metadata":{"id":"marc-santolini","name":"Marc Santolini","avatar":"/assets/site/team/marcsantolini.png"},"sourceDir":"content/people/marc-santolini.md","urlPath":"people/marc-santolini"},{"_id":"e3ee06af7f5615f5df67034a47cbe3d2349e11c8","file_path":"content/blog/2020/05/18/write-your-autobiography.md","extension":"md","url_path":"blog/2020/05/18/write-your-autobiography","filetype":null,"metadata":{"title":"Write your autobiography","created":"2020-05-18T00:00:00.000Z","categories":["programs"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/05/18/write-your-autobiography.md","urlPath":"blog/2020/05/18/write-your-autobiography"},{"_id":"e4067ea5c1085ee8d4675d600d2814d326bd2006","file_path":"content/ecosystem/topics/tech.md","extension":"md","url_path":"ecosystem/topics/tech","filetype":null,"metadata":{"id":"tech","image":"","emoji":"💻","title":"Technology & Blockchain","super_topic":"AET"},"sourceDir":"content/ecosystem/topics/tech.md","urlPath":"ecosystem/topics/tech"},{"_id":"e4214000a1fec26e7410983defc0929ad2fb517a","file_path":"content/blog/2021/04/14/awami-spring-sesshin-in-bergerac-hub.md","extension":"md","url_path":"blog/2021/04/14/awami-spring-sesshin-in-bergerac-hub","filetype":null,"metadata":{"title":"Awami: Spring Sesshin in Bergerac Hub","created":"2021-04-14T00:00:00.000Z","categories":["gathering"],"tags":["bergerac"],"authors":["valerie"],"image":"/assets/images/sesshin.jpeg"},"sourceDir":"content/blog/2021/04/14/awami-spring-sesshin-in-bergerac-hub.md","urlPath":"blog/2021/04/14/awami-spring-sesshin-in-bergerac-hub"},{"_id":"e47d8bcbb7ef2b0b80cf8399ff2b8d53cf750e6a","file_path":"content/initiatives/building-the-field-for-developmental-spaces.md","extension":"md","url_path":"initiatives/building-the-field-for-developmental-spaces","filetype":null,"metadata":{"title":"Building the Field for Developmental Spaces","description":"Coalescing a field of 'deliberately developmental' programs, especially those focused on youth and young adults, in collaboration with the Fetzer Institute, Commonweal and Ekskaret","start":"2023-05","team":["rufuspollock","boaz-feldman","matthew-mccarthy","catherine-tran"],"status":"active","created":"2023-06-15T00:00:00.000Z","image":"/assets/images/dariusz-sankowski-3OiYMgDKJ6k-unsplash.jpg"},"sourceDir":"content/initiatives/building-the-field-for-developmental-spaces.md","urlPath":"initiatives/building-the-field-for-developmental-spaces"},{"_id":"e57d9321c260cce7b06dce4bee7e53d7d51ce59d","file_path":"content/notes/books/wilber-1991-grace-and-grit.md","extension":"md","url_path":"notes/books/wilber-1991-grace-and-grit","filetype":null,"metadata":{},"sourceDir":"content/notes/books/wilber-1991-grace-and-grit.md","urlPath":"notes/books/wilber-1991-grace-and-grit"},{"_id":"e5d723e3e08039f44244b6e8be83f58ac631ff44","file_path":"content/ecosystem/topics/arts.md","extension":"md","url_path":"ecosystem/topics/arts","filetype":null,"metadata":{"id":"arts","image":"","emoji":"🎨","title":"Arts & Culture","super_topic":"AET"},"sourceDir":"content/ecosystem/topics/arts.md","urlPath":"ecosystem/topics/arts"},{"_id":"e5e6372176c6b450577b6658a7c7b6a0b46147d8","file_path":"content/hubs/farmhouse.md","extension":"md","url_path":"hubs/farmhouse","filetype":null,"metadata":{"title":"Farmhouse","created":"2020-08-11T00:00:00.000Z","authors":["sophie84d503f875"],"image":"/assets/images/bergerac-photo-1.jpg"},"sourceDir":"content/hubs/farmhouse.md","urlPath":"hubs/farmhouse"},{"_id":"e7050e6d7047bee5d739367fbff9c926f9aee3b2","file_path":"content/notes/books/emelianoff-1948-economic-theory-cooperation.md","extension":"md","url_path":"notes/books/emelianoff-1948-economic-theory-cooperation","filetype":null,"metadata":{},"sourceDir":"content/notes/books/emelianoff-1948-economic-theory-cooperation.md","urlPath":"notes/books/emelianoff-1948-economic-theory-cooperation"},{"_id":"e73113097b923f86df82e52e0abe5e1dfe82a937","file_path":"content/ecosystem/profiles/gameb.md","extension":"md","url_path":"ecosystem/profiles/gameb","filetype":null,"metadata":{"id":"gameb","url":"https://www.game-b.org/landing?space_id=3844035","tagline":"","activity":["network","media"],"topic":["politics","governance"],"regions":"","started":"-","ended":"","active":"Yes","people":["Jim Rutt","Jordan Hall","Daniel Schmatenberger","Jamie Wheal"],"notes_data_entry":"limited info on wesite as you have to 'request to join' to access more info, so i've done some guesswork - might be worth joining to find out more? - charlotte","facebook":"not-found (look better?)","twitter":"not-found (look better?)","instagram":"not-found (look better?)","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://media1-production-mightynetworks.imgix.net/asset/17459781/LogoOnly.jpg?ixlib=rails-0.3.0&fm=jpg&q=100&auto=format&w=256&h=256&fit=crop&crop=faces&impolicy=Avatar","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059164/Ecosystem%20Mapping/GameB_zndwwt.webp","cached_new":"/img/GameB_zndwwt.webp"},"image":{"url":"https://media1-production-mightynetworks.imgix.net/asset/17459781/LogoOnly.jpg?ixlib=rails-0.3.0&fm=jpg&q=100&auto=format&w=256&h=256&fit=crop&crop=faces&impolicy=Avatar","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1637059164/Ecosystem%20Mapping/GameB_zndwwt.webp","cached_new":"/img/GameB_zndwwt.webp"},"title":"GameB","curation_status":"Y","social_change":{"inner":0,"cultural":0.3,"systems":0.7}},"sourceDir":"content/ecosystem/profiles/gameb.md","urlPath":"ecosystem/profiles/gameb"},{"_id":"e76d373fe7eaef7f8407acc078c5ce9532181b50","file_path":"content/blog/2017/06/13/sketches-of-a-future-society-part-one.md","extension":"md","url_path":"blog/2017/06/13/sketches-of-a-future-society-part-one","filetype":null,"metadata":{"title":"Sketches of a Future Society [Part One]","created":"2017-06-13T00:00:00.000Z","categories":["our-philosophy"],"tags":["future","wisdom"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2017/06/13/sketches-of-a-future-society-part-one.md","urlPath":"blog/2017/06/13/sketches-of-a-future-society-part-one"},{"_id":"e78bb92e1c337c2daf9b63aed231056eaf6e4b9e","file_path":"content/about.md","extension":"md","url_path":"about","filetype":null,"metadata":{"title":"About"},"sourceDir":"content/about.md","urlPath":"about"},{"_id":"e78d859440f9b2c40e9710318491fa8e579e1629","file_path":"content/blog/2016/09/29/mindfulness-an-introduction.md","extension":"md","url_path":"blog/2016/09/29/mindfulness-an-introduction","filetype":null,"metadata":{"title":"Mindfulness: An Introduction","created":"2016-09-29T00:00:00.000Z","categories":["institute"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2016/09/29/mindfulness-an-introduction.md","urlPath":"blog/2016/09/29/mindfulness-an-introduction"},{"_id":"e79828c5b83a46b0f72a9ca3446d11602cab550c","file_path":"content/notes/positive-future-visions.md","extension":"md","url_path":"notes/positive-future-visions","filetype":null,"metadata":{},"sourceDir":"content/notes/positive-future-visions.md","urlPath":"notes/positive-future-visions"},{"_id":"e821b21f528d12095c8bff77bffd8fcedb04efa3","file_path":"content/tao/onboarding.md","extension":"md","url_path":"tao/onboarding","filetype":null,"metadata":{},"sourceDir":"content/tao/onboarding.md","urlPath":"tao/onboarding"},{"_id":"e8421057c7e3a2cd43e44d3246cf972efcacd9b5","file_path":"content/tao/communications.md","extension":"md","url_path":"tao/communications","filetype":null,"metadata":{"title":"Communications","created":"2023-01-30T00:00:00.000Z","authors":["eilidhross"]},"sourceDir":"content/tao/communications.md","urlPath":"tao/communications"},{"_id":"e9b295200fd7ccc7c08e8812e627fa5e6ae58b58","file_path":"content/blog/2022/07/12/hannah-close-on-animism-kinship-and-the-social-change-ecosystem.md","extension":"md","url_path":"blog/2022/07/12/hannah-close-on-animism-kinship-and-the-social-change-ecosystem","filetype":null,"metadata":{"title":"Hannah Close on Animism, Kinship, and the Social Change Ecosystem","created":"2022-07-12T00:00:00.000Z","categories":["podcast"],"authors":["eilidhross"],"image":"/assets/images/Youtube-Thumbnail-Template-2.jpg"},"sourceDir":"content/blog/2022/07/12/hannah-close-on-animism-kinship-and-the-social-change-ecosystem.md","urlPath":"blog/2022/07/12/hannah-close-on-animism-kinship-and-the-social-change-ecosystem"},{"_id":"ea562016a8d4d4749f6fd852c5a0eaeb74a4d83e","file_path":"content/notes/beginning-anew.md","extension":"md","url_path":"notes/beginning-anew","filetype":null,"metadata":{"title":"Beginning Anew"},"sourceDir":"content/notes/beginning-anew.md","urlPath":"notes/beginning-anew"},{"_id":"ea66bc14676da5b2867bc29eca92d96d44bfa24c","file_path":"content/ecosystem/profiles/sounds-true.md","extension":"md","url_path":"ecosystem/profiles/sounds-true","filetype":null,"metadata":{"id":"sounds-true","url":"https://www.soundstrue.com/","tagline":"","activity":0,"topic":0,"regions":"","locations":["Global"],"started":1985,"ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://scontent.fbhx4-2.fna.fbcdn.net/v/t1.6435-9/46463266_10156766594749719_2793391599118188544_n.jpg?_nc_cat=1&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=cuKIh72LdoQAX8ceeVN&_nc_ht=scontent.fbhx4-2.fna&oh=c5d45d4f183204d00b9693e832fec065&oe=61856485","cached":"","cached_new":""},"image":{"url":"https://scontent.fbhx4-1.fna.fbcdn.net/v/t1.6435-9/46458072_10156766593164719_5327771033627787264_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=e3f864&_nc_ohc=dY5B4FRgkesAX_sqICb&_nc_ht=scontent.fbhx4-1.fna&oh=f1f4ce5e01234c887c30f94cf3dc7ea3&oe=618357FE","cached":"","cached_new":""},"title":"Sounds True","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/sounds-true.md","urlPath":"ecosystem/profiles/sounds-true"},{"_id":"ea803302f69c815c4d9b70a376d3691389c2d184","file_path":"content/blog/2023/04/04/conscious-community-practices.md","extension":"md","url_path":"blog/2023/04/04/conscious-community-practices","filetype":null,"metadata":{"title":"Practices For Conscious Communities to Thrive - Community Call with Valerie Duvauchelle","created":"2023-04-04T00:00:00.000Z","categories":["commmunity-call"],"authors":["nathen-fitchen"],"image":"/assets/images/practices-for-conscious-communities-to-thrive-valerie-duvauchelle.jpg"},"sourceDir":"content/blog/2023/04/04/conscious-community-practices.md","urlPath":"blog/2023/04/04/conscious-community-practices"},{"_id":"ea8cf70cca1a31cf141571bcfd7c6957b2ab2a04","file_path":"content/notes/holotropic-breathwork.md","extension":"md","url_path":"notes/holotropic-breathwork","filetype":null,"metadata":{},"sourceDir":"content/notes/holotropic-breathwork.md","urlPath":"notes/holotropic-breathwork"},{"_id":"ead913aea6d40364ff24918aae8776b207b429ea","file_path":"content/blog/2023/05/28/tenzo-note-7.md","extension":"md","url_path":"blog/2023/05/28/tenzo-note-7","filetype":null,"metadata":{"title":"Tenzo Note 7: Savouring Complexity","created":"2023-05-28T00:00:00.000Z","categories":["conscious-food"],"authors":["valerie"],"image":"/assets/images/Kaki in a Bowl.jpg"},"sourceDir":"content/blog/2023/05/28/tenzo-note-7.md","urlPath":"blog/2023/05/28/tenzo-note-7"},{"_id":"eaea09e28331424f9b2271e678e3cc0d5815a08a","file_path":"content/ecosystem/profiles/liminal-village.md","extension":"md","url_path":"ecosystem/profiles/liminal-village","filetype":null,"metadata":{"id":"liminal-village","url":"http://liminalvillage.com/","tagline":"","activity":["spaces","education"],"topic":["community","development"],"regions":"Italy","locations":["Marche, IT"],"started":"","ended":"","active":"Y","people":0,"notes_data_entry":"start date unclear and no social media - charlotte","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://media-exp1.licdn.com/dms/image/C4D0BAQHX_zWMR5ZSeg/company-logo_200_200/0/1619428882770?e=1641427200&v=beta&t=kZYLoI7dkK8FhtkgfuehLArMqIu1PhN9blU1mskXKxI","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973475/Ecosystem%20Mapping/Liminal_Village_yxi49h.jpg","cached_new":"/img/Liminal_Village_yxi49h.jpg"},"image":{"url":"https://liminalvillage.com/wp-content/uploads/2019/08/IMG_7366.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942007/Ecosystem%20Mapping/liminal_village_o3uoan.jpg","cached_new":"/img/liminal_village_o3uoan.jpg"},"title":"Liminal Village","curation_status":"Y","social_change":{"inner":0.5,"cultural":0.3,"systems":0.2}},"sourceDir":"content/ecosystem/profiles/liminal-village.md","urlPath":"ecosystem/profiles/liminal-village"},{"_id":"eb7ab93729b846990e33863eded9a0eca9bdd1d8","file_path":"content/blog/2020/02/14/contemplative-activism-drop-in-drop-out-at-bidston-liverpool.md","extension":"md","url_path":"blog/2020/02/14/contemplative-activism-drop-in-drop-out-at-bidston-liverpool","filetype":null,"metadata":{"title":"CANCELLED: Contemplative Activism 'drop-in, drop-out' at Bidston, Liverpool","created":"2020-02-14T00:00:00.000Z","categories":["contemplative-activism"],"tags":["contemplative-activism"],"authors":["artearthtech"]},"sourceDir":"content/blog/2020/02/14/contemplative-activism-drop-in-drop-out-at-bidston-liverpool.md","urlPath":"blog/2020/02/14/contemplative-activism-drop-in-drop-out-at-bidston-liverpool"},{"_id":"ebac79b004a200d358bb7a6f3683b3ae915b56fc","file_path":"content/programs/2023/pioneering-next-food-culture.md","extension":"md","url_path":"programs/2023/pioneering-next-food-culture","filetype":null,"metadata":{"title":"Pioneering Next Food Culture, June 2023","description":"A 3 weeks residency to empower yourself by learning plant-based meal preparations which nourish mind, body and soul. Deconstruct and redefine our relationship to food and have an impact on our collective mental health and global food system.","image":"/assets/images/IMG_1534-1024x1024.jpeg","start":"2023-06-09","end":"2023-07-02","facilitators":["valerie"],"location":"The Life Itself Praxis Hub, Bergerac, France","cost":"From 1,200 € to 1,650 €, including 3 meals a day.","apply-button":"https://docs.google.com/forms/d/e/1FAIpQLSdiykDKyZR6DgtPKeYuNePy9sWc-qkIc4BVfKBRjkFWKvFp-g/viewform","created":"2023-04-13T00:00:00.000Z"},"sourceDir":"content/programs/2023/pioneering-next-food-culture.md","urlPath":"programs/2023/pioneering-next-food-culture"},{"_id":"ec02bd96894b2e4fcdd2cbc207cb8bff45c1aeb1","file_path":"content/blog/2018/09/06/our-2018-gathering.md","extension":"md","url_path":"blog/2018/09/06/our-2018-gathering","filetype":null,"metadata":{"title":"Our 2018 Gathering","created":"2018-09-06T00:00:00.000Z","categories":["gathering"],"tags":["gathering"],"authors":["artearthtech"]},"sourceDir":"content/blog/2018/09/06/our-2018-gathering.md","urlPath":"blog/2018/09/06/our-2018-gathering"},{"_id":"ec67a3120b47a82becf133456c2516c383017e91","file_path":"content/notes/co-x/db/README.md","extension":"md","url_path":"notes/co-x/db/README","filetype":null,"metadata":{},"sourceDir":"content/notes/co-x/db/README.md","urlPath":"notes/co-x/db/README"},{"_id":"ec6c5cb86962bf7df9e79c642cff35dda10ebb37","file_path":"content/blog/2022/11/11/embodying-collective-transformation-transform-what.md","extension":"md","url_path":"blog/2022/11/11/embodying-collective-transformation-transform-what","filetype":null,"metadata":{"title":"Reflecting on Embodying Collective Transformation","created":"2022-11-11T00:00:00.000Z","categories":["residency"],"authors":["eilidhross"],"image":"/assets/images/IMG_9736.jpg"},"sourceDir":"content/blog/2022/11/11/embodying-collective-transformation-transform-what.md","urlPath":"blog/2022/11/11/embodying-collective-transformation-transform-what"},{"_id":"ec707cbf7415d251df1ea6c39f5a30c318e26a3e","file_path":"content/ecosystem/profiles/post_carbon_institute.md","extension":"md","url_path":"ecosystem/profiles/post_carbon_institute","filetype":null,"metadata":{"id":"post_carbon_institute","url":"https://www.postcarbon.org/","tagline":"Leading the transition to a more resilient, equitable, and sustainable world.","activity":["education","events"],"topic":["ecology"],"regions":null,"locations":["Oregon, USA"],"started":2003,"ended":"","active":"Y","people":[null],"notes_data_entry":"","facebook":"http://www.facebook.com/postcarbon","twitter":"http://www.twitter.com/postcarbon","instagram":"https://www.instagram.com/postcarboninstitute/","linkedin":null,"youtube":"http://www.youtube.com/postcarboninstitute","blog":"https://www.postcarbon.org/blog/","logo":{"url":"https://www.facebook.com/photo/?fbid=164605245694980&set=a.164605265694978","cached_new":"/img/post_carbon_logo.jpeg"},"image":{"url":"https://www.facebook.com/photo/?fbid=289368499885320&set=a.164605262361645","cached_new":"/img/post_carbon_img.jpeg"},"title":"Post Carbon Institute","curation_status":"YY","social_change":{"inner":0,"cultural":0.6,"systems":0.4}},"sourceDir":"content/ecosystem/profiles/post_carbon_institute.md","urlPath":"ecosystem/profiles/post_carbon_institute"},{"_id":"ec7b0050e00c6625b822c9c2292f2737b80bc9ab","file_path":"content/podcast/A-Macroeconomics-Perspective-on-Cryptocurrencies.md","extension":"md","url_path":"podcast/A-Macroeconomics-Perspective-on-Cryptocurrencies","filetype":null,"metadata":{"title":"A Macroeconomics Perspective on Cryptocurrencies","author":"Rufus Pollock","date":"2022-05-03T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/51404580/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F51404580%2Fa4053d391f9d4ea34608169ca6682d89.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1651500141166-aa5350267fe9b.jpg"},"sourceDir":"content/podcast/A-Macroeconomics-Perspective-on-Cryptocurrencies.md","urlPath":"podcast/A-Macroeconomics-Perspective-on-Cryptocurrencies"},{"_id":"ecaac47751622a81beec5ba4930a1749d0a05cfc","file_path":"content/blog/2016/10/06/non-attachment-to-views-by-jonathan-ekstrom.md","extension":"md","url_path":"blog/2016/10/06/non-attachment-to-views-by-jonathan-ekstrom","filetype":null,"metadata":{"title":"Jonathan Ekstrom: Non Attachment to Views","created":"2016-10-06T00:00:00.000Z","categories":["book-notes"],"tags":["jonathan-ekstrom","non-attachment"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2016/10/06/non-attachment-to-views-by-jonathan-ekstrom.md","urlPath":"blog/2016/10/06/non-attachment-to-views-by-jonathan-ekstrom"},{"_id":"ed4c4098608e92a16d190d68e885ed33a22473fe","file_path":"content/ai.md","extension":"md","url_path":"ai","filetype":null,"metadata":{},"sourceDir":"content/ai.md","urlPath":"ai"},{"_id":"ed7f82488a746e4ad5047fed99ec209dcf4c7e0f","file_path":"content/blog/2018/08/06/why-i-do-the-leap.md","extension":"md","url_path":"blog/2018/08/06/why-i-do-the-leap","filetype":null,"metadata":{"title":"Why I do the Leap","created":"2018-08-06T00:00:00.000Z","categories":["our-philosophy"],"tags":["leap"],"authors":["artearthtech"]},"sourceDir":"content/blog/2018/08/06/why-i-do-the-leap.md","urlPath":"blog/2018/08/06/why-i-do-the-leap"},{"_id":"ee07bf266d56798436c36df3214adb282fa2ac5a","file_path":"content/blog/2019/06/17/explaining-the-cognitive-triggers-for-extremist-violence-through-brain-scanning.md","extension":"md","url_path":"blog/2019/06/17/explaining-the-cognitive-triggers-for-extremist-violence-through-brain-scanning","filetype":null,"metadata":{"title":"Cognitive Triggers for Extremist Violence Through Brain Scanning","created":"2019-06-17T00:00:00.000Z","categories":["institute"],"tags":["cognition","triggers","violence"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2019/06/17/explaining-the-cognitive-triggers-for-extremist-violence-through-brain-scanning.md","urlPath":"blog/2019/06/17/explaining-the-cognitive-triggers-for-extremist-violence-through-brain-scanning"},{"_id":"ef5510f302ee896331a9e2b44b717f5d69364752","file_path":"content/notes/books/whyte-whyte-1991-making-mondragon-growth.md","extension":"md","url_path":"notes/books/whyte-whyte-1991-making-mondragon-growth","filetype":null,"metadata":{},"sourceDir":"content/notes/books/whyte-whyte-1991-making-mondragon-growth.md","urlPath":"notes/books/whyte-whyte-1991-making-mondragon-growth"},{"_id":"ef93482070d27b2ab7eb8470de43eff3119cc049","file_path":"content/ecosystem/profiles/home.md","extension":"md","url_path":"ecosystem/profiles/home","filetype":null,"metadata":{"id":"home","url":"https://aschoolcalledhome.org/","tagline":"","activity":["education","events"],"topic":["community","development"],"regions":"Sweden","locations":["Östervåla, SE"],"started":2018,"ended":"","active":"Y","people":["Dougald Hine","Anna Bjorkman"],"notes_data_entry":"","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"https://medium.com/a-school-called-home","logo":{"url":"https://i1.wp.com/aschoolcalledhome.org/wp-content/uploads/2018/03/Screen-Shot-2018-03-08-at-14.17.19.jpg?w=1440&ssl=1","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973115/Ecosystem%20Mapping/Home_wg3srp.webp","cached_new":"/img/Home_wg3srp.webp"},"image":{"url":"https://miro.medium.com/max/1400/1*PuvYZPDOjoQsl08vP7ZQWg.jpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644936974/Ecosystem%20Mapping/home_thyegy.jpg","cached_new":"/img/home_thyegy.jpg"},"title":"HOME","curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0}},"sourceDir":"content/ecosystem/profiles/home.md","urlPath":"ecosystem/profiles/home"},{"_id":"efc074cbf784fb9debe27b5ed6133ea841dea695","file_path":"content/podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-part-3-jeffery-martin.md","extension":"md","url_path":"podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-part-3-jeffery-martin","filetype":null,"metadata":{"title":"Dr Jeffery Martin on A Scientific Approach to Awakening and Fundamental Wellbeing Part 3","author":"Rufus Pollock","date":"2023-05-04T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/68325403/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F68325403%2Fe6383ed0cc230a483b3cd7f0d5579f8e.m4a","image":"https://s3-us-west-2.amazonaws.com/anchor-generated-image-bank/staging/podcast_uploaded_episode400/20318133/20318133-1682684067428-83176c0339fe6.jpg"},"sourceDir":"content/podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-part-3-jeffery-martin.md","urlPath":"podcast/a-scientific-approach-to-awakening-and-fundamental-wellbeing-part-3-jeffery-martin"},{"_id":"f001f1fb9400c36c191fcc013de750ec38ed3551","file_path":"content/notes/journal/2022-03-04.md","extension":"md","url_path":"notes/journal/2022-03-04","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-03-04.md","urlPath":"notes/journal/2022-03-04"},{"_id":"f0998bb3dcbadabad4d4332622166d7999fcb6a3","file_path":"content/ecosystem/profiles/heart-politics.md","extension":"md","url_path":"ecosystem/profiles/heart-politics","filetype":null,"metadata":{"id":"heart-politics","url":"http://heartpolitics.org.nz/","tagline":"","activity":0,"topic":0,"regions":"","started":"","ended":"","active":"","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"","cached":"","cached_new":""},"image":{"url":"","cached":"","cached_new":""},"title":"Heart Politics","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/heart-politics.md","urlPath":"ecosystem/profiles/heart-politics"},{"_id":"f0acad94a9437765137e52e139f6b3e7af26739c","file_path":"content/learn/praxis-ecology.md","extension":"md","url_path":"learn/praxis-ecology","filetype":null,"metadata":{"title":"Life Itself Bergerac Praxis Hub Ecology","created":"2023-07-05T00:00:00.000Z","authors":["valerie","marc-santolini","liu-bauer"]},"sourceDir":"content/learn/praxis-ecology.md","urlPath":"learn/praxis-ecology"},{"_id":"f247b9fbd20ce8ddda7846045ea2b3596c86f082","file_path":"content/people/lauren-wigmore.md","extension":"md","url_path":"people/lauren-wigmore","filetype":null,"metadata":{"id":"lauren-wigmore","name":"Lauren Wigmore","avatar":"/assets/images/lauren-wigmore-profile-image.jpg"},"sourceDir":"content/people/lauren-wigmore.md","urlPath":"people/lauren-wigmore"},{"_id":"f2ee73f2ee4d978ac8bc5f9429d80376447fe97e","file_path":"content/people/nareshgg7.md","extension":"md","url_path":"people/nareshgg7","filetype":null,"metadata":{"id":"nareshgg7","name":"Naresh Giangrande"},"sourceDir":"content/people/nareshgg7.md","urlPath":"people/nareshgg7"},{"_id":"f3284a16a6d9f82f816b2d19b9db35f259848c24","file_path":"content/people/valerie.md","extension":"md","url_path":"people/valerie","filetype":null,"metadata":{"id":"valerie","name":"Valerie Duvauchelle","avatar":"/assets/images/Valerie-profile.jpg"},"sourceDir":"content/people/valerie.md","urlPath":"people/valerie"},{"_id":"f352cea1a8813e25e44ea65540ef3fa07ba490b7","file_path":"content/ecosystem/profiles/re.generation.md","extension":"md","url_path":"ecosystem/profiles/re.generation","filetype":null,"metadata":{"id":"re.generation","url":"https://theregeneration.me/","tagline":"Respect, Restore, Regenerate","activity":["media","events"],"topic":["politics","community"],"regions":"Europe","locations":["London, GB","Ibiza, ES"],"started":2019,"ended":"","active":"Y","people":["Rory Spowers ","Ameet Mehta","Libby Davy"],"notes_data_entry":"","facebook":"https://www.facebook.com/TheReGeneration.me","twitter":"not-found","instagram":"https://www.instagram.com/the.re.generation/","linkedin":"not-found","youtube":"https://www.youtube.com/channel/UCUz_rOf_Nm_ddQN9Ly8vveQ?app=desktop","blog":"not-found","logo":{"url":"http://theregeneration.me/wp-content/uploads/2019/06/regen-logo-temporary.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1638458847/Ecosystem%20Mapping/the_re-generation_jxdrqd.png","cached_new":"/img/the_re-generation_jxdrqd.png"},"image":{"url":"https://scontent.fgla3-1.fna.fbcdn.net/v/t1.6435-9/117888909_1237742056587886_708167622438499559_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=2c4854&_nc_ohc=f9zhKo6UdHIAX9ecb8B&_nc_ht=scontent.fgla3-1.fna&oh=00_AT9UaDKhkpLynJ0tdMXV4NFzDi3V5-pxUGOcLf1T_QEg3g&oe=6231667C","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645007003/Ecosystem%20Mapping/Re.gen_bdboph.jpg","cached_new":"/img/Re.gen_bdboph.jpg"},"title":"The Re.Generation","curation_status":"Y","social_change":{"inner":0.1,"cultural":0.8,"systems":0.1}},"sourceDir":"content/ecosystem/profiles/re.generation.md","urlPath":"ecosystem/profiles/re.generation"},{"_id":"f35439a1f1d03ae3f0536df72f2da9302b6a1e42","file_path":"content/notes/books/grof-2014-holotropic-breathwork.md","extension":"md","url_path":"notes/books/grof-2014-holotropic-breathwork","filetype":null,"metadata":{},"sourceDir":"content/notes/books/grof-2014-holotropic-breathwork.md","urlPath":"notes/books/grof-2014-holotropic-breathwork"},{"_id":"f355c6d2b41f1da8a0a48c19a058030cf7e262ee","file_path":"content/tao/index.md","extension":"md","url_path":"tao","filetype":null,"metadata":{"title":"The Tao of Life Itself"},"sourceDir":"content/tao/index.md","urlPath":"tao"},{"_id":"f3d5615ae9cc7bfc2eb11a7b441452c4ec701a34","file_path":"content/ecosystem/profiles/ecotechnics.md","extension":"md","url_path":"ecosystem/profiles/ecotechnics","filetype":null,"metadata":{"id":"ecotechnics","url":"https://ecotechnics.edu","tagline":"","activity":0,"topic":0,"regions":"","locations":["California, US"],"started":1973,"ended":"","active":"Yes","people":["Mark Nelson"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://goldenstupa.media/wp-content/uploads/2018/10/institute-of-ecotechnics-logo-horiz.jpg","cached":"","cached_new":""},"image":{"url":"https://goldenstupa.media/wp-content/uploads/2018/10/institute-of-ecotechnics-logo-horiz.jpg","cached":"","cached_new":""},"title":"Ecotechnics","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/ecotechnics.md","urlPath":"ecosystem/profiles/ecotechnics"},{"_id":"f3f8e2d81913c9b948b61a804b6c02741969de77","file_path":"content/podcast/jeremy-lent-on-interconnection-shifting-worldviews.md","extension":"md","url_path":"podcast/jeremy-lent-on-interconnection-shifting-worldviews","filetype":null,"metadata":{"title":"Jeremy Lent on Interconnection & Shifting Worldviews","author":"Rufus Pollock","date":"2022-08-09T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/55953918/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F55953918%2Fbce77dc32bfa4d140e827e4deba51d12.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1660058822253-b4b6cced2bd1.jpg"},"sourceDir":"content/podcast/jeremy-lent-on-interconnection-shifting-worldviews.md","urlPath":"podcast/jeremy-lent-on-interconnection-shifting-worldviews"},{"_id":"f4de1d42b73a4278638fa15694c45e776a596938","file_path":"content/ecosystem/profiles/monastic-academy.md","extension":"md","url_path":"ecosystem/profiles/monastic-academy","filetype":null,"metadata":{"id":"monastic-academy","url":"https://www.monasticacademy.com/","tagline":"","activity":["events","education"],"topic":["spirituality","development"],"regions":"US","locations":["Vermont, US"],"started":2011,"ended":"","active":"Y","people":["Daniel Thorson"],"notes_data_entry":"","facebook":"https://www.facebook.com/monasticacademy/","twitter":"https://twitter.com/MonasticAcademy","instagram":"https://www.instagram.com/monasticacademy/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://i1.sndcdn.com/avatars-000628073310-cst70c-t500x500.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636973460/Ecosystem%20Mapping/Monastic_Academy_fuuuzq.jpg","cached_new":"/img/Monastic_Academy_fuuuzq.jpg"},"image":{"url":"https://i0.wp.com/www.monasticacademy.com/wp-content/uploads/2021/12/Screen-Shot-2021-12-07-at-1.32.37-PM.png?w=1294&ssl=1","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644942415/Ecosystem%20Mapping/MA_idjxvi.png","cached_new":"/img/MA_idjxvi.png"},"title":"Monastic Academy","curation_status":"YY","social_change":{"inner":1,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/monastic-academy.md","urlPath":"ecosystem/profiles/monastic-academy"},{"_id":"f53ad427a5e535267cd3a6db243e140170e56a45","file_path":"content/ecosystem/profiles/for-the-wild-podcast.md","extension":"md","url_path":"ecosystem/profiles/for-the-wild-podcast","filetype":null,"metadata":{"id":"for-the-wild-podcast","url":"https://forthewild.world/","tagline":"","activity":["media","advocacy"],"topic":["ecology","politics"],"regions":"Worldwide","locations":["Cascadia, US"],"started":2014,"ended":"","active":"Y","people":0,"notes_data_entry":"Location on twitter is 'cascadia'... not heard of this and unclear if this is technically part of US - charlotte","facebook":"https://www.facebook.com/forthewild.world/","twitter":"https://twitter.com/ForTheWild_","instagram":"http://instagram.com/for.the.wild/","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://images.squarespace-cdn.com/content/5403e5dbe4b04db10d1d362b/1576009090772-BA18WE4IWU2Q3VA8ZNYQ/FTW_Logo_CoverArt.jpg?content-type=image%2Fjpeg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972737/Ecosystem%20Mapping/for_the_wild_v9edyw.jpg","cached_new":"/img/for_the_wild_v9edyw.jpg"},"image":{"url":"https://images.squarespace-cdn.com/content/v1/5403e5dbe4b04db10d1d362b/1609445423024-7UCBD80SVI392WD8CG8P/LoggedForest_KoaKalish.jpeg?format=1000w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644936017/Ecosystem%20Mapping/for_the_wild_h8d1pi.jpg","cached_new":"/img/for_the_wild_h8d1pi.jpg"},"title":"For The Wild Podcast","curation_status":"Y","social_change":{"inner":0.2,"cultural":0.8,"systems":0}},"sourceDir":"content/ecosystem/profiles/for-the-wild-podcast.md","urlPath":"ecosystem/profiles/for-the-wild-podcast"},{"_id":"f5c6a903f21f45b8ec922968e5a8fc3f2b0a5a5b","file_path":"content/blog/2020/02/06/event-human-nature-stories-29th-february-2020.md","extension":"md","url_path":"blog/2020/02/06/event-human-nature-stories-29th-february-2020","filetype":null,"metadata":{"title":"Human // Nature // Stories 29th February 2020","created":"2020-02-06T00:00:00.000Z","categories":["gathering","programs"],"tags":["human","nature","stories"],"authors":["artearthtech"]},"sourceDir":"content/blog/2020/02/06/event-human-nature-stories-29th-february-2020.md","urlPath":"blog/2020/02/06/event-human-nature-stories-29th-february-2020"},{"_id":"f5eab589895dbde458dd15a01824366a0cb365ae","file_path":"content/blog/2020/03/27/watch-our-new-video-danger-opportunity-meaning-and-hope.md","extension":"md","url_path":"blog/2020/03/27/watch-our-new-video-danger-opportunity-meaning-and-hope","filetype":null,"metadata":{"title":"No suffering is meaningless if it compels us to act: watch our latest film in response to Coronavirus","created":"2020-03-27T00:00:00.000Z","categories":["life-itself"],"tags":["coronavirus","meaning","suffering"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/03/27/watch-our-new-video-danger-opportunity-meaning-and-hope.md","urlPath":"blog/2020/03/27/watch-our-new-video-danger-opportunity-meaning-and-hope"},{"_id":"f622de97515642ef753d2722482369387a00751f","file_path":"content/podcast/Collective-Action-Problems--Climate-Change.md","extension":"md","url_path":"podcast/Collective-Action-Problems--Climate-Change","filetype":null,"metadata":{"title":"Collective Action Problems & Climate Change","author":"Rufus Pollock","date":"2022-04-13T00:00:00.000Z","src":"https://anchor.fm/s/79b39934/podcast/play/50536078/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2Fexports%2F79b39934%2F50536078%2F5559f786f77480203f7ef18de2b39505.m4a","image":"https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode/20318133/20318133-1649860834447-fb5681419e499.jpg"},"sourceDir":"content/podcast/Collective-Action-Problems--Climate-Change.md","urlPath":"podcast/Collective-Action-Problems--Climate-Change"},{"_id":"f6eb3cb2f2063df461326c38267fcf8f613a6f02","file_path":"content/blog/2019/05/20/be-part-of-a-community-based-in-the-heart-of-hoxton-in-london.md","extension":"md","url_path":"blog/2019/05/20/be-part-of-a-community-based-in-the-heart-of-hoxton-in-london","filetype":null,"metadata":{"title":"Be part of a community based in the heart of Hoxton in London","created":"2019-05-20T00:00:00.000Z","categories":["hubs"],"tags":["london-hub"],"authors":["sylvieshiweibarbier"]},"sourceDir":"content/blog/2019/05/20/be-part-of-a-community-based-in-the-heart-of-hoxton-in-london.md","urlPath":"blog/2019/05/20/be-part-of-a-community-based-in-the-heart-of-hoxton-in-london"},{"_id":"f7b025764eca5f78497e9280d9e55eaf1d06eac7","file_path":"content/blog/2019/12/03/our-hub-in-bergerac-a-practice-in-the-art-of-dwelling.md","extension":"md","url_path":"blog/2019/12/03/our-hub-in-bergerac-a-practice-in-the-art-of-dwelling","filetype":null,"metadata":{"title":"Our hub in Bergerac: a practice in the art of dwelling","created":"2019-12-03T00:00:00.000Z","categories":["contemplative-activism","hubs"],"tags":["bergerac-hub"],"authors":["artearthtech"]},"sourceDir":"content/blog/2019/12/03/our-hub-in-bergerac-a-practice-in-the-art-of-dwelling.md","urlPath":"blog/2019/12/03/our-hub-in-bergerac-a-practice-in-the-art-of-dwelling"},{"_id":"f84ecb4a3ee0e44cbe5a470226a96e2a000fd12d","file_path":"content/notes/journal/2022-03-11.md","extension":"md","url_path":"notes/journal/2022-03-11","filetype":null,"metadata":{},"sourceDir":"content/notes/journal/2022-03-11.md","urlPath":"notes/journal/2022-03-11"},{"_id":"f8773d8bfd1bcb5bbe93677e459425e5ee45ba5f","file_path":"content/ecosystem/profiles/flourishing-diversity.md","extension":"md","url_path":"ecosystem/profiles/flourishing-diversity","filetype":null,"metadata":{"id":"flourishing-diversity","url":"http://flourishingdiversity.com/","tagline":"We bring together voices from all over the world to explore humanity’s interconnection with the lands, waters, forests and fellow species. We create spaces to listen to and learn from all life.","activity":["media","network"],"topic":["ecology"],"regions":"UK","locations":["London, GB","Bristol, GB"],"started":2019,"ended":"","active":"Y","people":["Laura Tyley"],"notes_data_entry":"Thank you for putting this incredible resource together! ","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"http://flourishingdiversity.com/wp-content/uploads/2020/10/fdslogo-copy.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393746/Ecosystem%20Mapping/fdslogo-copy_ielch3.png","cached_new":"/img/fdslogo-copy_ielch3.png"},"image":{"url":"http://flourishingdiversity.com/wp-content/uploads/2020/10/fdslogo-copy.png","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393746/Ecosystem%20Mapping/fdslogo-copy_ielch3.png","cached_new":"/img/fdslogo-copy_ielch3.png"},"title":"Flourishing Diversity","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/flourishing-diversity.md","urlPath":"ecosystem/profiles/flourishing-diversity"},{"_id":"f8e0774e9873ac9301f7b7697c45207d18a04c87","file_path":"content/ecosystem/profiles/demos-helsinki.md","extension":"md","url_path":"ecosystem/profiles/demos-helsinki","filetype":null,"metadata":{"id":"demos-helsinki","url":"https://demoshelsinki.fi/","tagline":"Only together can we fight for a fair, sustainable, and joyful next era.","activity":["research","network"],"topic":["governance","tech"],"regions":"Global","locations":["Helsinki, Finland"],"started":2005,"ended":"","active":"Y","people":[null],"notes_data_entry":"","facebook":"https://fi-fi.facebook.com/DemosHelsinki/","twitter":"https://twitter.com/demoshelsinki?lang=fi","instagram":"https://www.instagram.com/demoshelsinki/?hl=fi","linkedin":"https://www.linkedin.com/company/demos-helsinki","youtube":"https://vimeo.com/demoshelsinki?embedded=true&source=owner_name&owner=3044102","blog":"https://demoshelsinki.fi/blog/","logo":{"url":"https://www.facebook.com/DemosHelsinki/photos/a.272127232983136/1526806030848577/","cached_new":"/img/demos_helsinki.png"},"image":{"url":"https://www.facebook.com/DemosHelsinki/photos/a.272132896315903/457840911078433","cached_new":"/img/demos_helsinki_image.jpeg"},"title":"Demos Helsinki","curation_status":"YY","social_change":{"inner":0,"cultural":0.1,"systems":0.9}},"sourceDir":"content/ecosystem/profiles/demos-helsinki.md","urlPath":"ecosystem/profiles/demos-helsinki"},{"_id":"f9593c55bf6e59a3b92369388aa669d26e9c2abb","file_path":"content/ecosystem/profiles/oi-polloi.md","extension":"md","url_path":"ecosystem/profiles/oi-polloi","filetype":null,"metadata":{"id":"oi-polloi","url":"www.oipolloi.io","tagline":"The many acting as one","activity":["business","network"],"topic":["arts","politics"],"regions":"Europe","locations":["Athens, GR","London, GB"],"started":"","ended":"","active":"","people":["Mary Valiakas"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://images.squarespace-cdn.com/content/v1/59bbcb42a803bbbf83d66412/1507885551474-UGWWD90OBB15LPQSMAHT/OP_Logotype1_RGB_Blue.jpg?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393757/Ecosystem%20Mapping/OP_Logotype1_RGB_Blue_xtstym.jpg","cached_new":"/img/OP_Logotype1_RGB_Blue_xtstym.jpg"},"image":{"url":"https://images.squarespace-cdn.com/content/v1/59bbcb42a803bbbf83d66412/1507885551474-UGWWD90OBB15LPQSMAHT/OP_Logotype1_RGB_Blue.jpg?format=1500w","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393757/Ecosystem%20Mapping/OP_Logotype1_RGB_Blue_xtstym.jpg","cached_new":"/img/OP_Logotype1_RGB_Blue_xtstym.jpg"},"title":"Oi Polloi","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/oi-polloi.md","urlPath":"ecosystem/profiles/oi-polloi"},{"_id":"f966c4304332f12abbeaa9c3deedbee23d2663f6","file_path":"content/blog/2021/08/15/renewal-and-renovation-petit-bois-martin.md","extension":"md","url_path":"blog/2021/08/15/renewal-and-renovation-petit-bois-martin","filetype":null,"metadata":{"title":"Renewal and Renovation: Petit Bois Martin","created":"2021-08-15T00:00:00.000Z","categories":["hubs","petit-bois-martin"],"tags":["hubs"],"authors":["james-davies-warner"],"image":"/assets/images/WhatsApp-Image-2021-04-23-at-11.32.56.jpeg"},"sourceDir":"content/blog/2021/08/15/renewal-and-renovation-petit-bois-martin.md","urlPath":"blog/2021/08/15/renewal-and-renovation-petit-bois-martin"},{"_id":"fa3ac99765fad9de6042d4d7c2868ad036023b5f","file_path":"content/ecosystem/profiles/ecodharma.md","extension":"md","url_path":"ecosystem/profiles/ecodharma","filetype":null,"metadata":{"id":"ecodharma","url":"http://www.ecodharma.com/","tagline":"","activity":["events","education"],"topic":["ecology","spirituality"],"regions":"Spain","locations":["Catalonia, ES"],"started":2019,"ended":"","active":"?","people":0,"notes_data_entry":"no upcoming courses/events, so unclear about active status - charoltte","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"https://ecodharmacentre.wordpress.com/","logo":{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRKTfHQ-RLizAysLEoeVzji_mx1lmqFXGWN2CDgFnWejS3X7vyU","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1636972389/Ecosystem%20Mapping/ecodharma_ru01rd.png","cached_new":"/img/ecodharma_ru01rd.png"},"image":{"url":"http://www.ecodharma.com/public/workspace/body-images/retreat1.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1644935342/Ecosystem%20Mapping/ecodharma_ni7wpx.jpg","cached_new":"/img/ecodharma_ni7wpx.jpg"},"title":"EcoDharma","curation_status":"Y","social_change":{"inner":0.7,"cultural":0.3,"systems":0}},"sourceDir":"content/ecosystem/profiles/ecodharma.md","urlPath":"ecosystem/profiles/ecodharma"},{"_id":"fa671b49ed187aeecb22c36be03613987b4fde20","file_path":"content/blog/2019/12/23/ca_recap.md","extension":"md","url_path":"blog/2019/12/23/ca_recap","filetype":null,"metadata":{"title":"Contemplative Activism Recap","created":"2019-12-23T00:00:00.000Z","categories":["contemplative-activism"],"tags":["contemplative-activism"],"authors":["liamaet"]},"sourceDir":"content/blog/2019/12/23/ca_recap.md","urlPath":"blog/2019/12/23/ca_recap"},{"_id":"faa5485aaa3196c90dacfdb75054c7e872871c67","file_path":"content/blog/2020/02/14/recruiting-art-earth-tech-hub-manager-berlin.md","extension":"md","url_path":"blog/2020/02/14/recruiting-art-earth-tech-hub-manager-berlin","filetype":null,"metadata":{"title":"Recruiting! Art Earth Tech Hub manager, Berlin","created":"2020-02-14T00:00:00.000Z","categories":["hubs"],"tags":["berlin-hub"],"authors":["artearthtech"]},"sourceDir":"content/blog/2020/02/14/recruiting-art-earth-tech-hub-manager-berlin.md","urlPath":"blog/2020/02/14/recruiting-art-earth-tech-hub-manager-berlin"},{"_id":"faffabc2b3c6563e6fe59fba8daf91957f47b272","file_path":"content/blog/2021/12/09/mapping-for-emergence.md","extension":"md","url_path":"blog/2021/12/09/mapping-for-emergence","filetype":null,"metadata":{"title":"Mapping For Emergence: Announcing a Collaboration to Chart the Emerging Metamodern Ecosystem","created":"2021-12-09T00:00:00.000Z","categories":["ecosystem-mapping","institute"],"tags":["ecosystem-mapping"],"authors":["rufuspollock","theo-cox"],"image":"/assets/images/Social_Change_Ecosystem.png"},"sourceDir":"content/blog/2021/12/09/mapping-for-emergence.md","urlPath":"blog/2021/12/09/mapping-for-emergence"},{"_id":"fb1724d541818be6181e14aac8c2928073975577","file_path":"content/blog/2021/04/30/views-and-abolition.md","extension":"md","url_path":"blog/2021/04/30/views-and-abolition","filetype":null,"metadata":{"title":"The fate of slavery: What role did views play in determining this?","created":"2021-04-30T00:00:00.000Z","categories":["institute"],"tags":["slavery"],"authors":["joe-hughes"],"image":"/assets/images/Blog-Feature-Images-11.jpg"},"sourceDir":"content/blog/2021/04/30/views-and-abolition.md","urlPath":"blog/2021/04/30/views-and-abolition"},{"_id":"fb2d9bae63af8447bfde5f1c6e49e07456cc2d4b","file_path":"content/blog/2020/10/06/on-contemplative-activism-and-a-vision-of-life-itself.md","extension":"md","url_path":"blog/2020/10/06/on-contemplative-activism-and-a-vision-of-life-itself","filetype":null,"metadata":{"title":"On Contemplative Activism and a vision of Life Itself","created":"2020-10-06T00:00:00.000Z","categories":["collective-wisdom","contemplative-activism","gathering"],"tags":["community","events","hubs","manual","practices","ritual"],"authors":["valerie"]},"sourceDir":"content/blog/2020/10/06/on-contemplative-activism-and-a-vision-of-life-itself.md","urlPath":"blog/2020/10/06/on-contemplative-activism-and-a-vision-of-life-itself"},{"_id":"fb643c241d76a147cab0b9b0356a1f2adf1ac616","file_path":"content/blog/2020/07/10/calling-all-diggers-and-dreamers.md","extension":"md","url_path":"blog/2020/07/10/calling-all-diggers-and-dreamers","filetype":null,"metadata":{"title":"Calling all diggers and dreamers!","created":"2020-07-10T00:00:00.000Z","categories":["gathering","programs"],"tags":["salons"],"authors":["petronellac3ecd0923b"]},"sourceDir":"content/blog/2020/07/10/calling-all-diggers-and-dreamers.md","urlPath":"blog/2020/07/10/calling-all-diggers-and-dreamers"},{"_id":"fc42e0a85ac183c69b5faddc37c4242c905bc36f","file_path":"content/blog/2020/03/25/letting-go-of-being-enlightened.md","extension":"md","url_path":"blog/2020/03/25/letting-go-of-being-enlightened","filetype":null,"metadata":{"title":"Letting go of Being Enlightened","created":"2020-03-25T00:00:00.000Z","categories":["contemplative-activism"],"authors":["liamaet"]},"sourceDir":"content/blog/2020/03/25/letting-go-of-being-enlightened.md","urlPath":"blog/2020/03/25/letting-go-of-being-enlightened"},{"_id":"fc7249694493331421418ae8bee8d8095cde4fab","file_path":"content/blog/2017/10/20/pragmatic-utopians.md","extension":"md","url_path":"blog/2017/10/20/pragmatic-utopians","filetype":null,"metadata":{"title":"Pragmatic Utopians","created":"2017-10-20T00:00:00.000Z","categories":["our-philosophy"],"tags":["pragmatism","utopianism"],"authors":["rufuspollock"],"image":"/assets/images/sharosh-rajasekher-T7s_TnKO-dk-unsplash-1.jpg"},"sourceDir":"content/blog/2017/10/20/pragmatic-utopians.md","urlPath":"blog/2017/10/20/pragmatic-utopians"},{"_id":"fc8aee7225f2742dea8e0d5cfa8e41e15b24f6b8","file_path":"content/blog/2022/10/06/contemplative-activism-residency-a-month-well-lived.md","extension":"md","url_path":"blog/2022/10/06/contemplative-activism-residency-a-month-well-lived","filetype":null,"metadata":{"title":"Contemplative Activism Residency: a month well lived","created":"2022-10-06T00:00:00.000Z","categories":["contemplative-activism","residency"],"authors":["eilidhross"],"image":"/assets/images/Blog-Feature-Images-32.jpg"},"sourceDir":"content/blog/2022/10/06/contemplative-activism-residency-a-month-well-lived.md","urlPath":"blog/2022/10/06/contemplative-activism-residency-a-month-well-lived"},{"_id":"fcf24cba7553a79f2055f37317205c947e9f03e9","file_path":"content/ecosystem/profiles/intentional-society.md","extension":"md","url_path":"ecosystem/profiles/intentional-society","filetype":null,"metadata":{"id":"intentional-society","url":"https://www.intentionalsociety.org","tagline":"A community for people who want to grow","activity":["network"],"topic":["development","community"],"regions":"","locations":["Online - time zones from New Zealand to Nigeria"],"started":2020,"ended":"","active":"Y","people":["James Baker"],"notes_data_entry":"at the intersection of relational practices (Authentic Relating, Circling, Collective Presencing) and adult development (ego development, coaching), with a Microsolidarity organizing approach","facebook":"not-found","twitter":"not-found","instagram":"not-found","linkedin":"not-found","youtube":"not-found","blog":"not-found","logo":{"url":"https://www.intentionalsociety.org/images/is-draft-logo.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393706/Ecosystem%20Mapping/is-draft-logo_dabnvv.jpg","cached_new":"/img/is-draft-logo_dabnvv.jpg"},"image":{"url":"https://www.intentionalsociety.org/static/deb792b4ec7671c25b95062cd5bab23a/a2b05/wave-to-internet.webp","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645194606/Ecosystem%20Mapping/Intentional%20Society.webp","cached_new":"/img/Intentional%20Society.webp"},"title":"Intentional Society","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/intentional-society.md","urlPath":"ecosystem/profiles/intentional-society"},{"_id":"fd803d2a3f7e0570b99270bfb9ce96007b295bf6","file_path":"content/notes/meditation.md","extension":"md","url_path":"notes/meditation","filetype":null,"metadata":{},"sourceDir":"content/notes/meditation.md","urlPath":"notes/meditation"},{"_id":"fd9049c8354fdf944934df3f4461d3b6c3f4b281","file_path":"content/ecosystem/profiles/culture-declares.md","extension":"md","url_path":"ecosystem/profiles/culture-declares","filetype":null,"metadata":{"id":"culture-declares","url":"https://www.culturedeclares.org/","tagline":"","activity":0,"topic":0,"regions":"","locations":["London HQ"],"started":2019,"ended":"","active":"Yes","people":["Lucy Neal"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://ecoartfilm.files.wordpress.com/2019/04/culturedeclareskite-horiz-bw-lrg.png","cached":"","cached_new":""},"image":{"url":"https://ecoartfilm.files.wordpress.com/2019/04/culturedeclareskite-horiz-bw-lrg.png","cached":"","cached_new":""},"title":"Culture Declares","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/culture-declares.md","urlPath":"ecosystem/profiles/culture-declares"},{"_id":"fda2632217a1d1a4f46ba7347a33c011a2f35151","file_path":"content/excalidraw/wiser-sprint-july-2022-storyboard-2022-07-25.excalidraw.md","extension":"md","url_path":"excalidraw/wiser-sprint-july-2022-storyboard-2022-07-25.excalidraw","filetype":null,"metadata":{"excalidraw-plugin":"parsed","tags":["excalidraw"]},"sourceDir":"content/excalidraw/wiser-sprint-july-2022-storyboard-2022-07-25.excalidraw.md","urlPath":"excalidraw/wiser-sprint-july-2022-storyboard-2022-07-25.excalidraw"},{"_id":"fdb1c4d3d9dbc989777103998b0027173d1942eb","file_path":"content/blog/2021/03/12/5-things-we-learnt-from-our-workaway-research-into-permaculture.md","extension":"md","url_path":"blog/2021/03/12/5-things-we-learnt-from-our-workaway-research-into-permaculture","filetype":null,"metadata":{"title":"Permaculture: Five things we learnt","created":"2021-03-12T00:00:00.000Z","categories":["institute"],"tags":["permaculture"],"authors":["joe-hughes"]},"sourceDir":"content/blog/2021/03/12/5-things-we-learnt-from-our-workaway-research-into-permaculture.md","urlPath":"blog/2021/03/12/5-things-we-learnt-from-our-workaway-research-into-permaculture"},{"_id":"fdb40df72539ac8cb5817f89df9e5f1305594ac8","file_path":"content/blog/2021/03/18/berlin-hub-community-projects.md","extension":"md","url_path":"blog/2021/03/18/berlin-hub-community-projects","filetype":null,"metadata":{"title":"Berlin Hub Community Projects","created":"2021-03-18T00:00:00.000Z","categories":["initiatives"],"tags":["berlin-hub"],"authors":["iljad20a2d59ebb","theo-cox"]},"sourceDir":"content/blog/2021/03/18/berlin-hub-community-projects.md","urlPath":"blog/2021/03/18/berlin-hub-community-projects"},{"_id":"fe210e5d1a93339314bb75813b4827545d95de22","file_path":"content/blog/2015/11/01/manifesto.md","extension":"md","url_path":"blog/2015/11/01/manifesto","filetype":null,"metadata":{"title":"Founding Manifesto of Life Itself","created":"2015-11-01T00:00:00.000Z","categories":["our-philosophy"],"authors":["sylvieshiweibarbier"],"image":"/assets/images/Blog-Feature-Images-3.jpg"},"sourceDir":"content/blog/2015/11/01/manifesto.md","urlPath":"blog/2015/11/01/manifesto"},{"_id":"fe5e053151c3b6d9564b7634e16f9e103d296f96","file_path":"content/blog/2017/12/04/call-me-by-your-name-by-luca-guadagnino.md","extension":"md","url_path":"blog/2017/12/04/call-me-by-your-name-by-luca-guadagnino","filetype":null,"metadata":{"title":"“Call me by your name” by Luca Guadagnino","created":"2017-12-04T00:00:00.000Z","categories":["life-itself"],"tags":["call-me-by-your-name","luca-guadagnino"],"authors":["artearthtech"]},"sourceDir":"content/blog/2017/12/04/call-me-by-your-name-by-luca-guadagnino.md","urlPath":"blog/2017/12/04/call-me-by-your-name-by-luca-guadagnino"},{"_id":"fe62b5f4f57c2ca312c366cc1049cced6e37bde0","file_path":"content/blog/2017/09/12/first-light.md","extension":"md","url_path":"blog/2017/09/12/first-light","filetype":null,"metadata":{"title":"First Lightt","created":"2017-09-12T00:00:00.000Z","categories":["our-philosophy"],"tags":["first-light"],"authors":["artearthtech"]},"sourceDir":"content/blog/2017/09/12/first-light.md","urlPath":"blog/2017/09/12/first-light"},{"_id":"fe9e5ddc1f2a5ab7f9b4e9716c8ea64bdf4750d3","file_path":"content/ecosystem/profiles/coexistence-awarness-based-intrinsically-motivated-association.md","extension":"md","url_path":"ecosystem/profiles/coexistence-awarness-based-intrinsically-motivated-association","filetype":null,"metadata":{"id":"coexistence-awarness-based-intrinsically-motivated-association","url":"https://caia.global/en/","tagline":"An ECO City Village (ECO CiVi), a real-world laboratory for the village of the future, is being built in the village of Steyerberg, near Hanover.","activity":["research","spaces"],"topic":["ecology","governance"],"regions":"","locations":["Steyerberg, DE"],"started":"","ended":"","active":"Y","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://caia.global/wp-content/uploads/2020/12/CAIA_Logo_rgb_72ppi.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1646393826/Ecosystem%20Mapping/CAIA_Logo_rgb_72ppi_mwyryq.jpg","cached_new":"/img/CAIA_Logo_rgb_72ppi_mwyryq.jpg"},"image":{"url":"https://caia.global/wp-content/uploads/2021/02/CAIA-IngaLankenau-Bildung-III.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645022983/Ecosystem%20Mapping/CAIA_image_gxp0bt.jpg","cached_new":"/img/CAIA_image_gxp0bt.jpg"},"title":"Coexistence Awarness based Intrinsically motivated Association","curation_status":"Y","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/coexistence-awarness-based-intrinsically-motivated-association.md","urlPath":"ecosystem/profiles/coexistence-awarness-based-intrinsically-motivated-association"},{"_id":"fef1095650dfe731bfe2a8b88fd74f46c055cfa2","file_path":"content/ecosystem/profiles/authentic-revolution.md","extension":"md","url_path":"ecosystem/profiles/authentic-revolution","filetype":null,"metadata":{"id":"authentic-revolution","url":"https://www.authrev.org/","tagline":"","activity":0,"topic":0,"regions":"US","locations":["US"],"started":"1990s","ended":"","active":"Yes","people":0,"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2277917/settings_images/sVWixyFTB6refx5Mp2mQ_Untitled_drawing_1.png","cached":"","cached_new":""},"image":{"url":"https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2300155/settings_images/DkZzZVQOS16gQ8F4Shd6_file.jpg","cached":"https://res.cloudinary.com/ds7qslkd0/image/upload/v1645013258/Ecosystem%20Mapping/AR_dsgdqf.jpg","cached_new":"/img/AR_dsgdqf.jpg"},"title":"Authentic Revolution","curation_status":"?","social_change":{"inner":0.8,"cultural":0.2,"systems":0}},"sourceDir":"content/ecosystem/profiles/authentic-revolution.md","urlPath":"ecosystem/profiles/authentic-revolution"},{"_id":"ff0a1399501b632362245dd01b84d226fd9e74fd","file_path":"content/blog/2016/10/20/open-mindedness-and-non-attachment-to-views.md","extension":"md","url_path":"blog/2016/10/20/open-mindedness-and-non-attachment-to-views","filetype":null,"metadata":{"title":"Open-mindedness and Non-attachment to Views","created":"2016-10-20T00:00:00.000Z","categories":["life-itself"],"tags":["non-attachment","open-minded","rufus-pollock"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-6.png"},"sourceDir":"content/blog/2016/10/20/open-mindedness-and-non-attachment-to-views.md","urlPath":"blog/2016/10/20/open-mindedness-and-non-attachment-to-views"},{"_id":"ff4e09097406b28e2877e8ce7ef0e4cab0dfed63","file_path":"content/initiatives/blind-spot-series.md","extension":"md","url_path":"initiatives/blind-spot-series","filetype":null,"metadata":{"title":"Blind Spot Series","description":"Blind Spots is our series of conversations exploring the collective blind spots of our society.","image":"/assets/images/carcrash-scaled.jpg","homepage":"/blind-spots","start":2018,"end":2019,"team":["rufuspollock","liamaet","sylvieshiweibarbier"],"alumni":null,"size":"m","status":"completed","created":"2023-03-21T00:00:00.000Z"},"sourceDir":"content/initiatives/blind-spot-series.md","urlPath":"initiatives/blind-spot-series"},{"_id":"ffa0090e7b3854866becf0a2f1eb041f371fcef5","file_path":"content/ecosystem/profiles/st-ethelburgas.md","extension":"md","url_path":"ecosystem/profiles/st-ethelburgas","filetype":null,"metadata":{"id":"st-ethelburgas","url":"https://stethelburgas.org/","tagline":"","activity":0,"topic":0,"regions":"","locations":["London"],"started":1993,"ended":"","active":"Yes","people":["Justine Huxley"],"notes_data_entry":"","facebook":"","twitter":"","instagram":"","linkedin":"","youtube":"","blog":"","logo":{"url":"https://stethelburgas.org/wp-content/themes/st-ethelburgas/images/green-icon-outline.svg","cached":"","cached_new":""},"image":{"url":"https://stethelburgas.org/wp-content/themes/st-ethelburgas/images/green-icon-outline.svg","cached":"","cached_new":""},"title":"St Ethelburgas","curation_status":"N","social_change":{"inner":0,"cultural":0,"systems":0}},"sourceDir":"content/ecosystem/profiles/st-ethelburgas.md","urlPath":"ecosystem/profiles/st-ethelburgas"},{"_id":"ffc33f35f339cabd18495f29e449114923cbfe90","file_path":"content/notes/five-mindfulness-trainings.md","extension":"md","url_path":"notes/five-mindfulness-trainings","filetype":null,"metadata":{"title":"Five Mindfulness Trainings"},"sourceDir":"content/notes/five-mindfulness-trainings.md","urlPath":"notes/five-mindfulness-trainings"},{"_id":"ffd306216fb07d153629c382863369ec12365073","file_path":"content/blog/2020/05/12/qi-gong-the-eight-precious-exercises.md","extension":"md","url_path":"blog/2020/05/12/qi-gong-the-eight-precious-exercises","filetype":null,"metadata":{"title":"Qi Gong - The Eight Precious Exercises","created":"2020-05-12T00:00:00.000Z","categories":["wisdom"],"tags":["philosophy","qi-gong"],"authors":["rufuspollock"],"image":"/assets/images/Blog-Feature-Images-2.jpg"},"sourceDir":"content/blog/2020/05/12/qi-gong-the-eight-precious-exercises.md","urlPath":"blog/2020/05/12/qi-gong-the-eight-precious-exercises"},{"_id":"ffe6975a1882bd22ca846171e6c63c74e145bd98","file_path":"content/blog/2020/09/02/weve-published-our-ecosystem-snapshot-report.md","extension":"md","url_path":"blog/2020/09/02/weve-published-our-ecosystem-snapshot-report","filetype":null,"metadata":{"title":"We've published our ecosystem snapshot report","created":"2020-09-02T00:00:00.000Z","categories":["culturology","ecosystem-mapping"],"tags":["culture","ecosystem-mapping"],"authors":["rufuspollock"]},"sourceDir":"content/blog/2020/09/02/weve-published-our-ecosystem-snapshot-report.md","urlPath":"blog/2020/09/02/weve-published-our-ecosystem-snapshot-report"}]
\ No newline at end of file
diff --git a/styles/global.css b/styles/global.css
index b13ca00f..23a5e8b3 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -1,31 +1,12 @@
-@import "remark-callouts/styles.css";
-@import '@splidejs/react-splide/css/core';
+@import "@portaljs/remark-callouts/styles.css";
-@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
-
-/* Fonts */
-@font-face {
- font-family: "Restora";
- src: url("/fonts/Restora.ttf");
- font-style: normal;
- font-display: swap;
-}
-@font-face {
- font-family: "Restora";
- src: url("/fonts/RestoraBold.ttf");
- font-style: bold;
- font-display: swap;
-}
-@font-face {
- font-family: "Restora";
- src: url("/fonts/RestoraExtraLight.otf");
- font-style: light;
- font-display: swap;
+.nav-logo {
+ height: 2.25rem;
}
/* mathjax */
-.math-inline {
- display: flex;
+.math-inline > mjx-container > svg {
+ display: inline;
align-items: center;
}
@@ -34,19 +15,39 @@ html {
scroll-behavior: smooth !important;
}
-/* hide anchor link with # icon */
-.unstyled :is(h1, h2, h3, h4, h5, h6) > a {
+/* tooltip fade-out clip */
+.tooltip-body::after {
+ content: "";
+ position: absolute;
+ right: 0;
+ top: 3.6rem; /* multiple of $line-height used on the tooltip body (defined in tooltipBodyStyle) */
+ height: 1.2rem; /* ($top + $height)/$line-height is the number of lines we want to clip tooltip text at*/
+ width: 10rem;
+ background: linear-gradient(
+ to right,
+ rgba(255, 255, 255, 0),
+ rgba(255, 255, 255, 1) 100%
+ );
+}
+
+/* Heading links with # icons on hover */
+.unstyled .heading-link {
visibility: hidden;
}
-.docs :is(h1, h2, h3, h4, h5, h6) {
+#mdxpage iframe {
+ height: 80vh;
+}
+
+/* :not(.unstyled) :is(h2, h3, h4, h5, h6):not(.blogitem-title) { */
+#mdxpage :is(h2, h3, h4, h5, h6) {
margin-left: -2rem !important;
padding-left: 2rem !important;
scroll-margin-top: 4.5rem;
position: relative;
}
-.docs :is(h1, h2, h3, h4, h5, h6) > a {
+#mdxpage .heading-link {
padding: 1px;
position: absolute;
left: 0;
@@ -59,22 +60,22 @@ html {
transition: opacity 0.2s;
}
-.light .docs :is(h1, h2, h3, h4, h5, h6) > a {
+#mdx-page .light .heading-link {
/* border: 1px solid #ab2b65; */
/* background: none; */
background: #e2e8f0;
}
-.docs :is(h1, h2, h3, h4, h5, h6):hover > a {
+#mdxpage :is(h2, h3, h4, h5, h6):hover .heading-link {
opacity: 100;
}
-.docs :is(h1, h2, h3, h4, h5, h6) > a > svg {
+#mdxpage .heading-link svg {
transform: scale(0.75);
}
@media screen and (max-width: 640px) {
- .docs :is(h1, h2, h3, h4, h5, h6) > a {
+ #mdxpage .heading-link {
visibility: hidden;
}
}
From d471f6364b2ccc1c33f227ae9013d52aa5658502 Mon Sep 17 00:00:00 2001
From: Ola Rubaj <52197250+olayway@users.noreply.github.com>
Date: Wed, 9 Aug 2023 17:07:52 +0200
Subject: [PATCH 28/28] [components][s]: rm unneeded components
---
components/Link.jsx | 16 ---------
components/MDX.jsx | 28 ---------------
components/Mermaid.jsx | 14 --------
components/Pre.jsx | 70 --------------------------------------
components/TempCallout.jsx | 7 ----
5 files changed, 135 deletions(-)
delete mode 100644 components/Link.jsx
delete mode 100644 components/MDX.jsx
delete mode 100644 components/Mermaid.jsx
delete mode 100644 components/Pre.jsx
delete mode 100644 components/TempCallout.jsx
diff --git a/components/Link.jsx b/components/Link.jsx
deleted file mode 100644
index 0504e175..00000000
--- a/components/Link.jsx
+++ /dev/null
@@ -1,16 +0,0 @@
-import Link from "next/link";
-
-export function CustomLink({ href, ...rest }) {
- const isInternalLink = href && href.startsWith("/");
- const isAnchorLink = href && href.startsWith("#");
-
- if (isInternalLink) {
- return ;
- }
-
- if (isAnchorLink) {
- return ;
- }
-
- return ;
-}
diff --git a/components/MDX.jsx b/components/MDX.jsx
deleted file mode 100644
index 086ac408..00000000
--- a/components/MDX.jsx
+++ /dev/null
@@ -1,28 +0,0 @@
-import Head from "next/head";
-
-import { CustomLink } from "./Link";
-import { Pre } from "./Pre";
-import { Mermaid } from "./Mermaid";
-
-const components = {
- Head,
- a: CustomLink,
- pre: Pre,
- mermaid: Mermaid,
- wrapper: ({ layout, ...rest }) => {
- const Layout = require(`../layouts/${layout}`).default;
- return ;
- },
-};
-
-export function MdxPage({ mdxComponent, frontMatter, ...rest }) {
- const Component = mdxComponent;
- return (
-
- );
-}
diff --git a/components/Mermaid.jsx b/components/Mermaid.jsx
deleted file mode 100644
index 5c7d414a..00000000
--- a/components/Mermaid.jsx
+++ /dev/null
@@ -1,14 +0,0 @@
-import mermaid from "mermaid";
-
-export function Mermaid(props) {
- const { chart } = props
-
- mermaid.initialize({
- fontFamily: 'inherit',
- flowchart: {
- nodeSpacing: 100,
- },
- })
-
- return chart ?