From b8080907cf5226099b8a9df6249416a55a0c911c Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Tue, 3 May 2016 21:27:30 -0400 Subject: [PATCH 01/29] Update version_dictionary.js --- version_dictionary.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/version_dictionary.js b/version_dictionary.js index 6c725410..051469d0 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -310,6 +310,18 @@ var version_dictionary = { "taint": ["energy", "entropy"], "crystal": ["earth", "air"], "flight": ["air", "motion"] + }, + "5.1.3": { + "base_aspects":[ + "air", + "earth", + "fire", + "water", + "order", + "entropy" + ], + "combinations": { + "craft": ["man", "tool"], } } }; From a81cb609eb4f0f596fde67945cef936ea91149fe Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Wed, 4 May 2016 21:23:02 -0400 Subject: [PATCH 02/29] Update version_dictionary.js --- version_dictionary.js | 1 + 1 file changed, 1 insertion(+) diff --git a/version_dictionary.js b/version_dictionary.js index 051469d0..2f26e934 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -322,6 +322,7 @@ var version_dictionary = { ], "combinations": { "craft": ["man", "tool"], + "desire": ["man", "hunger"], } } }; From faf984e88c98e3e11e1098aa8f2ca41f4739f258 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Fri, 6 May 2016 13:07:48 -0400 Subject: [PATCH 03/29] Update version_dictionary.js --- version_dictionary.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version_dictionary.js b/version_dictionary.js index 2f26e934..1588145e 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -311,7 +311,7 @@ var version_dictionary = { "crystal": ["earth", "air"], "flight": ["air", "motion"] }, - "5.1.3": { + "5.2": { "base_aspects":[ "air", "earth", @@ -322,7 +322,7 @@ var version_dictionary = { ], "combinations": { "craft": ["man", "tool"], - "desire": ["man", "hunger"], + "desire": ["man", "hunger"] } } }; From 9a42eb392946869a697049ad724fece8e54c939b Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Fri, 6 May 2016 13:12:26 -0400 Subject: [PATCH 04/29] Update version_dictionary.js --- version_dictionary.js | 1 + 1 file changed, 1 insertion(+) diff --git a/version_dictionary.js b/version_dictionary.js index 1588145e..84cdf070 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -310,6 +310,7 @@ var version_dictionary = { "taint": ["energy", "entropy"], "crystal": ["earth", "air"], "flight": ["air", "motion"] + } }, "5.2": { "base_aspects":[ From ebe39111abc1b41bfe2a22190bfe2d076da525e9 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Fri, 6 May 2016 13:25:14 -0400 Subject: [PATCH 05/29] Update version_dictionary.js --- version_dictionary.js | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index 84cdf070..4d8a71a3 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -323,7 +323,34 @@ var version_dictionary = { ], "combinations": { "craft": ["man", "tool"], - "desire": ["man", "hunger"] + "desire": ["man", "hunger"], + "eldritch": ["void", "darkness"], + "aura": ["energy", "air"], + "aversion": ["soul", "entropy"], + "beast": ["motion", "life"], + "mind": ["fire", "soul"], + "undead": ["motion", "death"], + "cold": ["fire", "entropy"], + "plant": ["life", "earth"], + "man": ["soul", "life"], + "tool": ["metal", "energy"], + "light": ["air", "fire"], + "mechanism": ["motion", "tool"], + "metal": ["earth", "order"], + "death": ["water", "entropy"], + "motion": ["air", "order"], + "exchange": ["entropy", "order"], + "energy": ["order", "fire"], + "protect": ["soul", "earth"], + "senses": ["air", "soul"], + "soul": ["life", "death"], + "darkness": ["void", "light"], + "void": ["air", "entropy"], + "life": ["water", "earth"], + "trap": ["motion", "entropy"], + "taint": ["energy", "entropy"], + "crystal": ["earth", "air"], + "flight": ["air", "motion"] } } }; From 516b147dfb574216115e50a846a2ac077c774c00 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 15:51:20 -0400 Subject: [PATCH 06/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index 4d8a71a3..cbee77a0 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -337,7 +337,7 @@ var version_dictionary = { "light": ["air", "fire"], "mechanism": ["motion", "tool"], "metal": ["earth", "order"], - "death": ["water", "entropy"], + "death": ["life", "entropy"], "motion": ["air", "order"], "exchange": ["entropy", "order"], "energy": ["order", "fire"], From b56c1b19cff1462cf345b719bb4cb6fd61f19fb3 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:13:53 -0400 Subject: [PATCH 07/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index cbee77a0..024516b5 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -323,7 +323,7 @@ var version_dictionary = { ], "combinations": { "craft": ["man", "tool"], - "desire": ["man", "hunger"], + "greed": ["man", "hunger"], "eldritch": ["void", "darkness"], "aura": ["energy", "air"], "aversion": ["soul", "entropy"], From 8392e45d961f38f4abd93b8bb15698079109d0bc Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:17:28 -0400 Subject: [PATCH 08/29] Update version_dictionary.js --- version_dictionary.js | 1 + 1 file changed, 1 insertion(+) diff --git a/version_dictionary.js b/version_dictionary.js index 024516b5..b09f49fd 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -342,6 +342,7 @@ var version_dictionary = { "exchange": ["entropy", "order"], "energy": ["order", "fire"], "protect": ["soul", "earth"], + "pannus": ["tool", "beast"], "senses": ["air", "soul"], "soul": ["life", "death"], "darkness": ["void", "light"], From fb38f33caea3cc255f9a19d20f7cca46b8f31479 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:19:57 -0400 Subject: [PATCH 09/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index b09f49fd..0d4642a3 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -342,7 +342,7 @@ var version_dictionary = { "exchange": ["entropy", "order"], "energy": ["order", "fire"], "protect": ["soul", "earth"], - "pannus": ["tool", "beast"], + "cloth": ["tool", "beast"], "senses": ["air", "soul"], "soul": ["life", "death"], "darkness": ["void", "light"], From fb76c931828c59bb48f0dd31cc2533fbebc90686 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:23:08 -0400 Subject: [PATCH 10/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index 0d4642a3..4cf7d200 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -332,7 +332,7 @@ var version_dictionary = { "undead": ["motion", "death"], "cold": ["fire", "entropy"], "plant": ["life", "earth"], - "man": ["soul", "life"], + "man": ["mind", "beast"], "tool": ["metal", "energy"], "light": ["air", "fire"], "mechanism": ["motion", "tool"], From a88121c3ebf68f51904830af925d7d8cbc180ed7 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:26:19 -0400 Subject: [PATCH 11/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index 4cf7d200..3e235c8c 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -333,7 +333,7 @@ var version_dictionary = { "cold": ["fire", "entropy"], "plant": ["life", "earth"], "man": ["mind", "beast"], - "tool": ["metal", "energy"], + "tool": ["man", "order"], "light": ["air", "fire"], "mechanism": ["motion", "tool"], "metal": ["earth", "order"], From f71407545ce569c331a9a6fd1f00d2a2c233743f Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:30:01 -0400 Subject: [PATCH 12/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index 3e235c8c..5c7e02f5 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -326,7 +326,7 @@ var version_dictionary = { "greed": ["man", "hunger"], "eldritch": ["void", "darkness"], "aura": ["energy", "air"], - "aversion": ["soul", "entropy"], + "weapon": ["tool", "fire"], "beast": ["motion", "life"], "mind": ["fire", "soul"], "undead": ["motion", "death"], From fe8171d87cd46dce74185470afb7f786f486ac30 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:36:53 -0400 Subject: [PATCH 13/29] Update version_dictionary.js --- version_dictionary.js | 1 + 1 file changed, 1 insertion(+) diff --git a/version_dictionary.js b/version_dictionary.js index 5c7e02f5..731dfffb 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -351,6 +351,7 @@ var version_dictionary = { "trap": ["motion", "entropy"], "taint": ["energy", "entropy"], "crystal": ["earth", "air"], + "tree": ["plant", "air"], "flight": ["air", "motion"] } } From c64e839e09374a31579d61d20f353e6d4f2eb627 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:40:06 -0400 Subject: [PATCH 14/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index 731dfffb..b556e834 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -325,7 +325,7 @@ var version_dictionary = { "craft": ["man", "tool"], "greed": ["man", "hunger"], "eldritch": ["void", "darkness"], - "aura": ["energy", "air"], + "aura": ["magic", "air"], "weapon": ["tool", "fire"], "beast": ["motion", "life"], "mind": ["fire", "soul"], From 4c52f0a2ba580344e6e222589bb93320faf781a6 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:41:37 -0400 Subject: [PATCH 15/29] Update version_dictionary.js --- version_dictionary.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/version_dictionary.js b/version_dictionary.js index b556e834..5a9ef59a 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -22,6 +22,9 @@ var version_dictionary = { "flight": ["air", "motion"], "darkness": ["void", "light"], "soul": ["life", "death"], + + Edit file Preview changes + "heal": ["life", "life"], "travel": ["motion", "earth"], "poison": ["water", "death"], @@ -352,6 +355,7 @@ var version_dictionary = { "taint": ["energy", "entropy"], "crystal": ["earth", "air"], "tree": ["plant", "air"], + "magic": ["energy", "void"], "flight": ["air", "motion"] } } From fa61f15cfc5e9d16924ee77282b0722fe7802473 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:45:09 -0400 Subject: [PATCH 16/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index 5a9ef59a..cd7c9edc 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -352,10 +352,10 @@ var version_dictionary = { "void": ["air", "entropy"], "life": ["water", "earth"], "trap": ["motion", "entropy"], + "magic": ["energy", "void"], "taint": ["energy", "entropy"], "crystal": ["earth", "air"], "tree": ["plant", "air"], - "magic": ["energy", "void"], "flight": ["air", "motion"] } } From a682c207e93f705b8622cbf4b8028c130c9e9618 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:46:50 -0400 Subject: [PATCH 17/29] Update version_dictionary.js --- version_dictionary.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/version_dictionary.js b/version_dictionary.js index cd7c9edc..4663927e 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -22,9 +22,6 @@ var version_dictionary = { "flight": ["air", "motion"], "darkness": ["void", "light"], "soul": ["life", "death"], - - Edit file Preview changes - "heal": ["life", "life"], "travel": ["motion", "earth"], "poison": ["water", "death"], From 2fb2482984123f75da0189f96555275fade1e8c2 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:49:25 -0400 Subject: [PATCH 18/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index 4663927e..111b2560 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -336,7 +336,7 @@ var version_dictionary = { "tool": ["man", "order"], "light": ["air", "fire"], "mechanism": ["motion", "tool"], - "metal": ["earth", "order"], + "metal": ["earth", "crystal"], "death": ["life", "entropy"], "motion": ["air", "order"], "exchange": ["entropy", "order"], From 595a174aa1179a3cecdc95e598b07f3a6f5e59c1 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 16:51:11 -0400 Subject: [PATCH 19/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index 111b2560..3377e380 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -351,7 +351,7 @@ var version_dictionary = { "trap": ["motion", "entropy"], "magic": ["energy", "void"], "taint": ["energy", "entropy"], - "crystal": ["earth", "air"], + "crystal": ["earth", "order"], "tree": ["plant", "air"], "flight": ["air", "motion"] } From 824b05c29f1bc3830f6a153d0cf556fd54c3dd72 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 17:07:35 -0400 Subject: [PATCH 20/29] Update version_dictionary.js --- version_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_dictionary.js b/version_dictionary.js index 3377e380..3c9e214c 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -341,7 +341,7 @@ var version_dictionary = { "motion": ["air", "order"], "exchange": ["entropy", "order"], "energy": ["order", "fire"], - "protect": ["soul", "earth"], + "armor": ["tool", "earth"], "cloth": ["tool", "beast"], "senses": ["air", "soul"], "soul": ["life", "death"], From 28fc54664c2190a91946abceb90ae9b126267637 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 17:20:02 -0400 Subject: [PATCH 21/29] Update version_dictionary.js --- version_dictionary.js | 1 + 1 file changed, 1 insertion(+) diff --git a/version_dictionary.js b/version_dictionary.js index 3c9e214c..78d6ce50 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -353,6 +353,7 @@ var version_dictionary = { "taint": ["energy", "entropy"], "crystal": ["earth", "order"], "tree": ["plant", "air"], + "travel": ["motion", "earth"], "flight": ["air", "motion"] } } From 7f38c46169ec146e2a82667fd8e530a6d4937e93 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 17:29:23 -0400 Subject: [PATCH 22/29] Update version_dictionary.js From 84499dba97be365e3312a10fb937316b4dcca30c Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 17:29:45 -0400 Subject: [PATCH 23/29] Update version_dictionary.js --- version_dictionary.js | 1 + 1 file changed, 1 insertion(+) diff --git a/version_dictionary.js b/version_dictionary.js index 78d6ce50..7e83df0e 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -354,6 +354,7 @@ var version_dictionary = { "crystal": ["earth", "order"], "tree": ["plant", "air"], "travel": ["motion", "earth"], + "crop": ["plant", "man"], "flight": ["air", "motion"] } } From 486c7d40c0707bf41a0244a8aa27294f83e3ebed Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Sat, 7 May 2016 20:00:19 -0400 Subject: [PATCH 24/29] Update version_dictionary.js --- version_dictionary.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/version_dictionary.js b/version_dictionary.js index 7e83df0e..63b27ce7 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -355,6 +355,8 @@ var version_dictionary = { "tree": ["plant", "air"], "travel": ["motion", "earth"], "crop": ["plant", "man"], + "mine": ["man", "earth"], + "heal": ["life", "order"], "flight": ["air", "motion"] } } From b54f26440635c1897b1d291ee010441dfae3e928 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Mon, 9 May 2016 13:59:56 -0400 Subject: [PATCH 25/29] Update tcresearch.js --- tcresearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcresearch.js b/tcresearch.js index 4c1dea76..12bc0067 100644 --- a/tcresearch.js +++ b/tcresearch.js @@ -1,5 +1,5 @@ $(function(){ - var latest_version = "5.1.3"; + var latest_version = "5.2"; $.each(version_dictionary, function(key,version){ $("#version").append(""); }); From 4e5798b004bb656f804c02b43311216432fae359 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Wed, 18 May 2016 15:43:03 -0400 Subject: [PATCH 26/29] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 800631f7..27e4e58f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -Thaumcraft 4.1 Research Helper +Thaumcraft 5.2 Research Helper ========== -[Link](http://ythri.github.io/tcresearch/) +[Link](http://ralileo16.github.io/tcresearch/) -This script helps you with your Thaumcraft 4.1 research. If you have a research note with two aspects that you don't +This script helps you with your Thaumcraft 5.2 research. If you have a research note with two aspects that you don't know how to connect, simply choose them in the dropdown list above (From: and To:). Additionally, choose the minimum number of steps between those two aspects. If in your research note, the two aspects have two blank spaces between them, choose the value 2 for Min. Steps. Then click Find Connection and the script will search for the shortest path From a84734024837b03d22790767c0df7bef9687b5c0 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Wed, 18 May 2016 15:44:17 -0400 Subject: [PATCH 27/29] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 880d9238..4f974045 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Thaumcraft 4.x-5.x Research Helper + Thaumcraft 5.2 Research Helper @@ -21,7 +21,7 @@ -

Thaumcraft 4.x-5.x Research Helper

+

Thaumcraft 5.2 Research Helper

+=
@@ -40,7 +40,7 @@

Thaumcraft 4.x-5.x Research Helper

Help

-

This script helps you with your Thaumcraft 4.x research. If you have a research note with two aspects that you don't know how to connect, simply choose them in the dropdown list above (From: and To:). Additionally, choose the minimum number of steps between those two aspects. If in your research note, the two aspects have two blank spaces between them, choose the value 2 for Min. Steps. Then click Find Connection and the script will search for the shortest path (well, with at least the minimum length) that connects the two aspects. Note that sometimes the length of any path is longer then the given minimum, but this should not be a problem for your research note.

+

This script helps you with your Thaumcraft 5.2 research. If you have a research note with two aspects that you don't know how to connect, simply choose them in the dropdown list above (From: and To:). Additionally, choose the minimum number of steps between those two aspects. If in your research note, the two aspects have two blank spaces between them, choose the value 2 for Min. Steps. Then click Find Connection and the script will search for the shortest path (well, with at least the minimum length) that connects the two aspects. Note that sometimes the length of any path is longer then the given minimum, but this should not be a problem for your research note.

If you are unhappy with the path you got, because you do not have access to those aspects yet or they are quite rare, simply disable those aspects from Available Aspects:. The script will then try to find paths without these. Note that this may cause the path to grow longer. If too many aspects are disabled and there are no paths left without any of those, the script will try to find the shortest path using the minimal number of disabled aspects.

This work is licensed under a Creative Commons Attribution 4.0 License. Sources can be found in the github repository.

From 6a522150a8577438975825e39a159b899cddd86f Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Wed, 18 May 2016 15:44:25 -0400 Subject: [PATCH 28/29] Update index.html From be68fd856d74c141f4fb27eaefdd8fc53b9b80a9 Mon Sep 17 00:00:00 2001 From: Ralileo16 Date: Wed, 18 May 2016 15:47:39 -0400 Subject: [PATCH 29/29] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4f974045..539b8c1c 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,6 @@

Thaumcraft 5.2 Research Helper

Help

This script helps you with your Thaumcraft 5.2 research. If you have a research note with two aspects that you don't know how to connect, simply choose them in the dropdown list above (From: and To:). Additionally, choose the minimum number of steps between those two aspects. If in your research note, the two aspects have two blank spaces between them, choose the value 2 for Min. Steps. Then click Find Connection and the script will search for the shortest path (well, with at least the minimum length) that connects the two aspects. Note that sometimes the length of any path is longer then the given minimum, but this should not be a problem for your research note.

If you are unhappy with the path you got, because you do not have access to those aspects yet or they are quite rare, simply disable those aspects from Available Aspects:. The script will then try to find paths without these. Note that this may cause the path to grow longer. If too many aspects are disabled and there are no paths left without any of those, the script will try to find the shortest path using the minimal number of disabled aspects.

-

This work is licensed under a Creative Commons Attribution 4.0 License. Sources can be found in the github repository.

+

This work is licensed under a Creative Commons Attribution 4.0 License. Sources can be found in the github repository.