forked from romwell/nvTrees
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplet.html
25 lines (25 loc) · 1.41 KB
/
applet.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<HTML>
<HEAD>
<TITLE>nV Trees Applet | Roman Kogan | Texas A&M </TITLE>
</HEAD>
<BODY bgcolor="#FDFDF0">
<center><b>nvTrees Applet</b><br>
<a href="../">Roman Kogan</a>, Texas A&M <a href="mailto:romwell@gmail.com">(e-mail me)</a></center><p>
<center>This applet is a calculator for the multi-dimensional Thompson groups Vn.</center>
<ul>
<li>Use Firefox, Safari, or IE. <b>The applet won't run in Chrome.</b>
<li>Download or update the Java Runtime Environment (JRE) to the latest version:
<a href="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html">
Oracle Java downloads</a>
<li>Set your Java security settings to High, and add the location of this page
(<i>http://www.math.tamu.edu/~romwell/nvTrees</i>) to the list of security exceptions, as per
<a href="https://www.java.com/en/download/faq/exception_sitelist.xml">these instructions</a>.
</ul>
The applet will start below in this page. <b>If the applet doesn't run, <a href="index.html">download the standalone version</a></b>.
Basic instructions for using the applet are <a href="help.html">here</a>. See the <a href="../slides_posters/nvTrees_Paris_2015_Poster.pdf">poster about this project</a> for background / explanation.
Source code : <a href="https://github.com/romwell/nvTrees">on GitHub</a>.
<center>
<applet code="nvTrees/TreeApplet.class" archive="nvTrees.jar" width="100%" height="80%">
</applet>
</BODY>
</HTML>