Nanoborb is a desktop version of a subset of functions providing by the QuIP Platform. With the current version of Nanoborb, you can perform - the following functions:
-Since biomedical datasets and research motivation comes in different scales, it’s important that there exist tooling setups to fit these different needs. While in many situations, collaborative online research is helpful, we aim to provide visualization and analysis tools to individual users as well.
+NanoBorb is a offline-first toolkit for digitized whole slide images. By using NanoBorb, a user can interact fully with a large whole slide image without a powerful dedicated server, or even continuous internet access. Thus, users face minimal barriers to view, annotate, and analyze slides, as well as visualize and improve applicable machine learning methods.
+NanoBorb is built on ImageBox and caMicroscope. If a served version of the NanoBorb experience is desired, see quip distro. To provide feedback or suggestions, click here or on the bug icon on pages where it appears.
WSI images come in (unfortunately) a variety of formats such as Aperio SVS, BigTiff, and Olympus/CellSens VSI. To get you started, use the following link
http://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/
diff --git a/installjars.bat b/installjars.bat
new file mode 100644
index 0000000..e99f6e3
--- /dev/null
+++ b/installjars.bat
@@ -0,0 +1,6 @@
+call mvn install:install-file -Dfile=ImageBox-1.1.1.jar -DgroupId=com.ebremer -DartifactId=ImageBox -Dversion=1.1.1 -Dpackaging=jar -DgeneratePom=true
+call mvn install:install-file -Dfile=jcef.jar -DgroupId=jcef -DartifactId=jcef -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true
+call mvn install:install-file -Dfile=jogl-all.jar -DgroupId=jogl-all -DartifactId=jogl-all -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true
+call mvn install:install-file -Dfile=jogl-all-natives-windows-amd64.jar -DgroupId=jogl-all-natives-windows-amd64 -DartifactId=jogl-all-natives-windows-amd64 -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true
+call mvn install:install-file -Dfile=gluegen-rt.jar -DgroupId=gluegen-rt -DartifactId=gluegen-rt -Dversion=1.0 -Dpackaging=gluegen-rt -DgeneratePom=true
+call mvn install:install-file -Dfile=gluegen-rt-natives-windows-amd64.jar -DgroupId=gluegen-rt-natives-windows-amd64 -DartifactId=gluegen-rt-natives-windows-amd64 -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index a5ff224..87e3c35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,110 +1,92 @@
-
-