From 41eb064a280f738ad0d5ecad658c7dea7902c954 Mon Sep 17 00:00:00 2001 From: Merle Stahl <merle.stahl@studium.uni-hamburg.de> Date: Fri, 28 Jan 2022 11:01:41 +0100 Subject: [PATCH] Readme --- assets/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/README.md b/assets/README.md index 418fdbe..c4e758d 100644 --- a/assets/README.md +++ b/assets/README.md @@ -11,10 +11,10 @@ Json file **json\_text.json** in directory { "name": <title: string>, "author": [<author1: string>, <author2: string>, ...], - "year": <date: tring>, + "year": <date: string>, "journal": <journal: string>, "doi": <doi: string>, - "group": <"input"/"height"/"depth">, + "group": <"Input"/"Citedby"/"Reference">, "citations": <citation: int> }, ... ], @@ -37,7 +37,8 @@ Access to the server: ## Files in Directory - **index.html**: webpage -- **cn.js**: javascript code for force-directed graph, text elements and legend +- **cn_default.js**: javascript code for force-directed graph, text elements and legend (default version) +- **cn_timeline.js**: javascript code for force-directed graph, text elements and legend (timeline version) - **json_text.json**: example data -- GitLab