From cc5f271bd174b17ccdae188682763a8ca4a115b0 Mon Sep 17 00:00:00 2001 From: Sean Dockray Date: Sun, 20 Sep 2020 00:19:54 +1000 Subject: [PATCH] changed triad graph to fix experiments --- themes/sandpoints/data/sandpointsnamegraph.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/sandpoints/data/sandpointsnamegraph.json b/themes/sandpoints/data/sandpointsnamegraph.json index f35d397..3082c80 100644 --- a/themes/sandpoints/data/sandpointsnamegraph.json +++ b/themes/sandpoints/data/sandpointsnamegraph.json @@ -1,7 +1,7 @@ { "triads":[ - ["curriculum", "curriculums", "topic", "topics", "experiment", "experiments"], ["syllabus", "syllabi", "topic", "topics", "session", "sessions"], + ["curriculum", "curriculums", "topic", "topics", "experiment", "experiments"], ["book", "books", "part", "parts", "chapter", "chapters"], ["journal", "journals", "issue", "issues", "article", "article"] ]