Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen committed Nov 21, 2024
1 parent 907999e commit ea2ba7a
Show file tree
Hide file tree
Showing 20 changed files with 95 additions and 34,060 deletions.
16 changes: 16 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"files": {
"main.css": "/WiktionaryViz/static/css/main.f855e6bc.css",
"main.js": "/WiktionaryViz/static/js/main.92879eb9.js",
"static/js/453.46e31aed.chunk.js": "/WiktionaryViz/static/js/453.46e31aed.chunk.js",
"static/media/logo.svg": "/WiktionaryViz/static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg",
"index.html": "/WiktionaryViz/index.html",
"main.f855e6bc.css.map": "/WiktionaryViz/static/css/main.f855e6bc.css.map",
"main.92879eb9.js.map": "/WiktionaryViz/static/js/main.92879eb9.js.map",
"453.46e31aed.chunk.js.map": "/WiktionaryViz/static/js/453.46e31aed.chunk.js.map"
},
"entrypoints": [
"static/css/main.f855e6bc.css",
"static/js/main.92879eb9.js"
]
}
2 changes: 0 additions & 2 deletions bundle.js

This file was deleted.

8 changes: 0 additions & 8 deletions bundle.js.LICENSE.txt

This file was deleted.

Binary file added favicon.ico
Binary file not shown.
65 changes: 1 addition & 64 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,64 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tea Data Visualizations</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Navbar -->
<nav>
<ul>
<li><a href="#" id="map-link">Translations World Map</a></li>
<li><a href="#" id="senses-network-link">Senses Network Graph</a></li>
<li><a href="#" id="language-treemap-link"class="disabled">Language Family Treemap</a></li>
<li><a href="#" id="cluster-synonyms-link"class="disabled">Cluster Analysis </a></li>
<li><a href="#" id="evolution-timeline-link"class="disabled">Evolution Timeline</a></li>
<li><a href="#" id="phonetic-map-link"class="disabled">Phonetic Similarity World Map</a></li>
<li><a href="#" id="phonetic-dendrogram-link"class="disabled">Phonetic Dendrogram</a></li>
<li><a href="#" id="radial-chart-link">Translations Radial Chart</a></li>
</ul>
</nav>

<!-- Visualization Sections -->
<div id="map-container" class="section">
<div id="map" style="height: 100%; width: 100%;"></div>
</div>

<div id="senses-network" class="section">
<div id="senses-network-container"></div>
</div>

<div id="language-treemap" class="section">
<h2>Language Family Treemap</h2>
<div id="language-treemap-container"></div>
</div>

<div id="cluster-synonyms" class="section">
<h2>Cluster Analysis of Synonyms</h2>
<div id="cluster-synonyms-container"></div>
</div>

<div id="evolution-timeline" class="section">
<h2>Evolution Timeline</h2>
<div id="evolution-timeline-container"></div>
</div>

<div id="phonetic-map" class="section">
<h2>Phonetic Similarity Map</h2>
<div id="phonetic-map-container"></div>
</div>

<div id="phonetic-dendrogram" class="section">
<h2>Phonetic Dendrogram</h2>
<div id="phonetic-dendrogram-container"></div>
</div>

<div id="radial-chart" class="section">
<div id="radial-chart-container"></div>
</div>

<script src="bundle.js"></script> <!-- Webpack will bundle and inject this script -->
</body>
</html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/WiktionaryViz/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/WiktionaryViz/logo192.png"/><link rel="manifest" href="/WiktionaryViz/manifest.json"/><title>React App</title><script defer="defer" src="/WiktionaryViz/static/js/main.92879eb9.js"></script><link href="/WiktionaryViz/static/css/main.f855e6bc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
26,954 changes: 0 additions & 26,954 deletions languoid.csv

This file was deleted.

Binary file added logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions static/css/main.f855e6bc.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/main.f855e6bc.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions static/js/453.46e31aed.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ea2ba7a

Please sign in to comment.