Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/csteed/CrossVISCAGFigureReproduction
25 May 2021, 18:20:39 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    No releases to show
  • 8ec1663
  • /
  • CrossVis-Figure1-Reproduce-Script.txt
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge Iframe embedding
swh:1:cnt:b2839a6d0cedc7c3f124b086e5598f0fa87a797b
origin badgedirectory badge Iframe embedding
swh:1:dir:8ec16635f5c561a519812975daec2a43ece0d931
origin badgerevision badge
swh:1:rev:75de4656f5f2e334f72032c069fa0ef87f941de2
origin badgesnapshot badge
swh:1:snp:d28b53d61120bcd839e81c7e273c0319c90b6670
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 75de4656f5f2e334f72032c069fa0ef87f941de2 authored by Chad A. Steed on 23 April 2020, 14:16:19 UTC
added crossvis repo as a submodule
Tip revision: 75de465
CrossVis-Figure1-Reproduce-Script.txt
This script is to accompany our submission of the CAG preprint paper entitled "CrossVis: A Visual Analytics System for Exploring Heterogeneous Multivariate Data with Applications to Materials and Climate Sciences" for Graphics Replicability Stamp Initiative (GRSI) verification. Follow the steps below to reproduce Figure 1 from our paper. This figure exercises most of the novel features of the CrossVis system and it shows a data set that is used as a case study in our paper.

We provide instructions below on downloading and installing a precompiled version of CrossVis for the Mac operating system. A movie is also provided showing download and install using the CrossVis installer.

Because CrossVis is an interactive data analysis tool, we show the steps for running the program, loading data, and configuring the view to match Figure 1 in a movie.

To reproduce Figure 1 from the CAG paper follow the following steps:

1.) Clone this repository containing the this script, the CrossVis paper
preprint, sample data, and the instructive video. The repository is located at https://github.com/csteed/CrossVISCAGFigureReproduction.git.

2.) Watch the video 'CrossVisInstallProcess.mp4' from this repository to see the steps for downloading and installing the precompiled version of CrossVis from the CrossVis Github repository release section:
https://github.com/ORNL/CrossVis/releases/download/v2.1.6/CrossVis-2.1.6.pkg

Manual compilation for CrossVis is not necessary if the precompiled release mentioned above is used. However, if you wish to manually compile CrossVis, follow the instructions in the README.md on the CrossVis Github source code repository: [https://github.com/ORNL/CrossVis](https://github.com/ORNL/CrossVis). Following these instructions, the jar files can be built and CrossVis can be executed using provided scripts.

Verified commands for building CrossVis (combining the steps mentioned above) are listed below:

  brew install maven java (this assumes homebrew is installed on a Mac platform)
  brew install maven java
  sudo ln -sfn /usr/local/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
  git submodule update --init --depth 1
  cd CrossVis
  mvn clean
  mvn compile
  mvn package (errors will occur from java packager but these can be ignored)
  cd scripts
  cp ../target/crossvis-2.1.6-jar-with-dependencies.jar .
  curl -o javafx.zip -L https://gluonhq.com/download/javafx-11-0-2-sdk-mac
unzip javafx.zip
  java -Xmx6g --module-path javafx-sdk-11.0.2/lib --add-modules javafx.controls -cp ./crossvis-2.1.6-jar-with-dependencies.jar gov.ornl.crossvis.CrossVis

3.) After installing CrossVis, follow the steps shown in the instructive video 'CAGFigure1Reproduce.mp4' to produce a view like the one shown in Figure 1 of the paper.

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top