From 745037a7d3860f97dca030c0f403d1ab3562cb51 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 8 Mar 2019 12:58:21 +0100 Subject: little frontend for making requests to the database --- index.html | 288 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 288 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..cda7cf6 --- /dev/null +++ b/index.html @@ -0,0 +1,288 @@ + + + + + + + + + + + Galaxy Simulator + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+
+
+

New tree

+

create a new tree

+
+ +
+
+ +
+
+
+

Delete all stars

+

Delete all the stars in the stars table

+
+ +
+
+ +
+
+
+

Delete all nodes

+

Delete all the nodes in the nodes table

+
+ +
+
+ +
+ + + + +
+ +
+
+
+

Update total mass

+

Update the total mass of all the nodes in the tree

+
+ +
+
+ +
+
+
+

Update center of mass

+

Update the center of mass of all nodes in the tree

+
+ +
+
+ +
+
+
+

Generate Forest Tree

+

Generate a representation of the tree in LaTeX forest syntax

+
+ +
+
+ +
+ + +
+ +
+
+
+
+

Insert star

+

Insert a single star into the tree

+ +
+
+ +
+
+ +
+
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+ +
+
+
+ +
+ + + +
+
+ +
+
+
+

Insert list of stars

+

Select a .csv to insert into the tree

+ +
+ +
+ +
+ +
+
+ +
+ +
+ + + + + + + + + -- cgit 1.4.1