@@ -17,7 +17,7 @@ For more information, please refer to the terms.txt file.
17
17
StixViz v1.0 alpha5
18
18
Compatible with STIX v1.0.1
19
19
20
- This is a proof of concept prototype to visualize a set of STIX documents
20
+ This is a proof of concept prototype to visualize a set of Structured Threat Information eXpression ( STIX™) documents
21
21
as a node-link tree with the root at the top of the XML structure.
22
22
23
23
StixViz is implemented in Javascript as a standalone application using the node-webkit
@@ -100,7 +100,7 @@ again to walk back up the tree.
100
100
101
101
102
102
103
- Timeline View:
103
+ Timeline View
104
104
105
105
The timeline view shows timestamped entities within a STIX document, such as
106
106
incidents and their associated activities. Events that occur at a single point
@@ -145,7 +145,7 @@ requirements:
145
145
v1.0alpha5
146
146
2014-06-13
147
147
148
- STIX - http ://stix.mitre.org
148
+ STIX - https ://stixproject.github.io/
149
149
#################################################################
150
150
--------------------------------------------------------------------------------
151
151
--Included Files----------------------------------------------------------------
@@ -249,11 +249,11 @@ On other platforms follow the instructions from https://github.com/rogerwang/nod
249
249
-- Runnning from Binary Executable --
250
250
251
251
A pre-packaged Java 7 executable is available from the GitHub release page at
252
- https://github.com/STIXProject/stix-viz/releases/download/v1.0.5a/StixVizDistro_Windows_java7.zip
253
-
252
+ https://github.com/STIXProject/stix-viz/releases/download/v1.0.5a/StixVizDistro_Windows_java7.zip
253
+
254
254
A pre-packaged Java 8 executable is available from the GitHub release page at
255
- https://github.com/STIXProject/stix-viz/releases/download/v1.0.5a/StixVizDistro_Windows_Java8.zip
256
-
255
+ https://github.com/STIXProject/stix-viz/releases/download/v1.0.5a/StixVizDistro_Windows_Java8.zip
256
+
257
257
To run the pre-packaged Windows executable, extract all of the files included in the zip file into a directory and double click the file StixViz.exe.
258
258
259
259
A pre-packaged Mac OSX executable can be downloaded from https://github.com/STIXProject/stix-viz/releases/download/v1.0.5a/StixViz_Mac.zip.
0 commit comments