Update index.html
Browse files- index.html +16 -0
index.html
CHANGED
@@ -5,6 +5,22 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Squarified Treemap - Folder Explorer</title>
|
7 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
/* General Styling */
|
9 |
body {
|
10 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Squarified Treemap - Folder Explorer</title>
|
7 |
<style>
|
8 |
+
/*
|
9 |
+
This space solves for Treemap visualization of the file space produced by folders, directories, paths, files, and properties of files and directories such as their accumulated size, create date, modified date, file type, words mentioned in filename, groups that are emergent on multivariate file spaces with omni modality.
|
10 |
+
|
11 |
+
Papers that represent ideas implemented:
|
12 |
+
|
13 |
+
Inspiration:
|
14 |
+
A heuristic extending the Squarified treemapping algorithm. abstract: https://arxiv.org/abs/1609.00754
|
15 |
+
A heuristic extending the Squarified treemapping algorithm. pdf: https://arxiv.org/pdf/1609.00754
|
16 |
+
Squarified Treemaps: https://vanwijk.win.tue.nl/stm.pdf
|
17 |
+
Treemaps with Bounded Aspect Ratio: https://arxiv.org/abs/1012.1749 https://arxiv.org/pdf/1012.1749
|
18 |
+
Interactive Visualisation of Hierarchical Quantitative Data: an Evaluation https://www.arxiv.org/abs/1908.01277v1 https://www.arxiv.org/pdf/1908.01277v1
|
19 |
+
https://en.wikipedia.org/wiki/Treemapping
|
20 |
+
A Novel Algorithm for Real-time Procedural Generation of Building Floor Plans https://ar5iv.labs.arxiv.org/html/1211.5842
|
21 |
+
Fat Polygonal Partitions with Applications to Visualization and Embeddings https://arxiv.org/abs/1009.1866 https://arxiv.org/pdf/1009.1866
|
22 |
+
Tiling heuristics and evaluation metrics for treemaps with a target node aspect ratio: https://www.diva-portal.org/smash/get/diva2:1129639/FULLTEXT01.pdf
|
23 |
+
*/
|
24 |
/* General Styling */
|
25 |
body {
|
26 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|