From 10704a2bfefef860a69085caaa6499ce9544d3f4 Mon Sep 17 00:00:00 2001 From: Will Hannon Date: Wed, 29 May 2024 15:09:46 -0700 Subject: [PATCH] Add comment about JSON schema --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 594098e..72614bc 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -55,7 +55,7 @@ Our group previously created a tool called `dms-view` [@hiltonDmsviewInteractive # Design and Usage -Using `dms-viz` involves three components. First, using the command line tool `configure-dms-viz`, available as a Python package on PyPI (), the user formats their data into a `JSON` specification file. Then, the user uploads this specification file to `dms-viz.github.io`, a web-based interface written in Javascript, `D3.js`, and `NGL.js` [@roseNGLViewerWebbased2018]. Finally, the specification file can either be shared directly or hosted remotely to generate a shareable URL link (\autoref{fig:figure2}). +Using `dms-viz` involves three components. First, using the command line tool `configure-dms-viz`, available as a Python package on PyPI (), the user formats their data into a `JSON` specification file (see the [documentation]() for details on the `JSON` schema). Then, the user uploads this specification file to `dms-viz.github.io`, a web-based interface written in Javascript, `D3.js`, and `NGL.js` [@roseNGLViewerWebbased2018]. Finally, the specification file can either be shared directly or hosted remotely to generate a shareable URL link (\autoref{fig:figure2}). Upon uploading the specification file to `dms-viz`, users will see a visualization composed of four components, as illustrated in \autoref{fig:figure3}.