https://github.com/hageldave/uamds
Tip revision: 4c2610ae3d5e84dc0491eea62d4d1e6a1e3ee937 authored by hageldave on 19 February 2023, 22:13:23 UTC
changed instructions for replication (now using a tag instead of hash)
changed instructions for replication (now using a tag instead of hash)
Tip revision: 4c2610a
replicate-figure.sh
#!/bin/bash
trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
git clone https://github.com/hageldave/uamds.git
cd uamds/
git checkout replicability-stamp
cd java/core/
mvn install
cd ../plots/
mvn compile -P standalonejar assembly:single
mvn compile exec:java -D"exec.mainClass"="uamds.plots.Teaser" &
sleep 15s
cd ../../..
mv uamds/java/plots/teaser.svg teaser.svg