COPYRIGHT © 2016-2017 by Michael Herman, Toronto Canada. All rights reserved.
This article is the third in a series on #Graphitization. Click here to explore the other articles in this series.
Iteration 2 is a small iteration that had a goal of improved key phrase-based exploration and visualization of The Principles of Ray Dalio. This iteration builds on the ModelMate model of The Principles described earlier in this series: #Graphitization of Ray Dalio’s Principles: Iteration 1 and represents a significant improvement in terms of understanding which principles are realized by specific combinations of key phases.
Iteration 2 uses the same query used in Iteration 1. This time, the Linkurious graph visualization app is used to display the subgraph of all Topics, Principles, Subprinciples, Commentary, Questions, etc. directly or indirectly related to the key phrases “radically” and “transparent”. This concept is represented by the following simple query:
MATCH path = (pub:Publication_Principles_RayDalio_ModelMate)-[*]->(principle) -[r:HAS_KEYPHRASE]->(phrase:KeyPhase_Principles_RayDalio_ModelMate) WHERE phrase.Phrase CONTAINS "radical" OR phrase.Phrase CONTAINS "transparen" RETURN path;
The Principles subgraph containing all elements that are directly or indirectly related to the key phrases “radically” and “transparent” is shown below (click to enlarge).
Figure 1. All Topics, Principles, Subprinciples, etc. with Traceability to the Key Phases “radically” and “transparent”
The underlying graph is implemented using the ModelMate framework and implemented using the Neo4j graph database.
Best regards,
Michael Herman (Toronto)
Parallelspace Corporation
mwherman@parallelspace.net