diff --git a/Output/README.md b/Output/README.md index 9e173456005ced8abd11f1260c7cebf3d3100399..e6fa0c01b1f8c1d522961bc18a02d30ef45fd010 100644 --- a/Output/README.md +++ b/Output/README.md @@ -1,9 +1,10 @@ # Projekt CiS-Projekt 2021/22 -Citation Network +Citation network made with **d3.js** ## Usage -Input: Json-Datei ***json\_text.json*** in directory +### Input +Json file **json\_text.json** in directory ```json { "nodes": [ @@ -26,18 +27,18 @@ Input: Json-Datei ***json\_text.json*** in directory } ``` -Starting a Python-HTTP Server: +### Display the Citation Network +Starting a python web server: ```sh cd <path to file> &&python3 -m http.server <port> ``` - -Opening Server: +Access to the server: [http://0.0.0.0/:\<port\>](http://0.0.0.0/:<port>) ## Files in directory -- ***index.html***: webpage -- ***cn.js***: javascript code for force-directed graph, text elements and legend -- ***json_text.json***: example data +- **index.html**: webpage +- **cn.js**: javascript code for force-directed graph, text elements and legend +- **json_text.json**: example data ## Authors