-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The library which supported MD parsing to HTML has been removed due to it's dependency causing "class not found" error when packaged into a Jar file. Now using plain HTML.
- Loading branch information
1 parent
6b5a2af
commit dc31510
Showing
4 changed files
with
46 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<h3>Intro</h3> | ||
<p> | ||
The VCell (https://vcell.org/) application can export spatial simulation results into multiple formats, with | ||
.N5 (https://imagej.net/libs/n5) being one of them. N5 exports are | ||
stored remotely on VCell servers, allowing applications such as ImageJ | ||
to directly access the results of these simulations and perform analyses. | ||
</p> | ||
<h3>VCell Spatial Simulation</h3> | ||
<p> | ||
Simulation solvers generating 2- or 3-dimensional spatial | ||
domains can be visualized in ImageJ using this plugin. | ||
Spatial dimensions and time directly correspond to fields within an ImageJ | ||
image. The image's channels depict different variables within a simulation. | ||
</p> | ||
<h3>N5 and Datasets</h3> | ||
<p> | ||
Each N5 store is a direct mapping to a VCell simulation, and contains one or more | ||
datasets. Each dataset holds numerical data and metadata corresponding to an Image in ImageJ. | ||
Each N5 store is fully identified through its N5 URL which can be shared and opened by other applications | ||
which support the N5 format. | ||
</p> | ||
<h3>Accessing Simulation Results</h3> | ||
<p>For VCell exports generated from your local VCell installation:</p> | ||
<ul> | ||
<li> | ||
<p>Either, Click the recent export button.</p> | ||
</li> | ||
<li> | ||
<p>Or, Open the export table and view all past exports with their affiliated metadata.</p> | ||
</li> | ||
</ul> | ||
<p>From N5 URL (VCell Install Not Required):</p> | ||
<ul> | ||
<li>Click the 'Remote Files' button, paste the N5 URL, | ||
then select dataset from list.</li> | ||
</ul> | ||
</html> |
This file was deleted.
Oops, something went wrong.