-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb7763e
commit dfdc6c4
Showing
30 changed files
with
80 additions
and
75 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>tda-digits-example</title> | ||
<script src="https://d3js.org/d3.v7.min.js"></script> | ||
</head> | ||
<body> | ||
<div id="chart-window"></div> | ||
<div id="slider"> | ||
<p class="text"> | ||
<strong>Select threshold value:</strong> | ||
</p> | ||
<input | ||
type="range" | ||
step="1" | ||
min="0" | ||
max="22" | ||
value="0" | ||
id="range-input" | ||
/> | ||
</div> | ||
<div class="alignright"> | ||
Read more about this in: | ||
<a href="https://lalovic.io/blog/tda-digits/">blog post</a> | ||
</div> | ||
<script src="./digitGraphData.json"></script> | ||
<script src="./layoutRect.js"></script> | ||
<script src="./appendImages.js"></script> | ||
<script src="./digitGraph.js"></script> | ||
<script src="./bettiBarcodes.js"></script> | ||
<script src="./functions.js"></script> | ||
<script src="./main.js"></script> | ||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="description" content="Example of extracting topological features"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>tda-digits-example</title> | ||
<link rel="stylesheet" href="style.css"> | ||
<script src="https://d3js.org/d3.v7.min.js"></script> | ||
</head> | ||
<body> | ||
<div id="chart-window"></div> | ||
<div id="slider"> | ||
<p class="text"> | ||
<strong>Select threshold value:</strong> | ||
</p> | ||
<input | ||
type="range" | ||
step="1" | ||
min="0" | ||
max="22" | ||
value="0" | ||
id="range-input" | ||
/> | ||
</div> | ||
<div class="alignright"> | ||
Read more about this demo in: | ||
<a href="https://lalovic.io/blog/tda-digits/">blog post</a> | ||
</div> | ||
<script src="./digitGraphData.json"></script> | ||
<script src="./layoutRect.js"></script> | ||
<script src="./appendImages.js"></script> | ||
<script src="./digitGraph.js"></script> | ||
<script src="./bettiBarcodes.js"></script> | ||
<script src="./functions.js"></script> | ||
<script src="./main.js"></script> | ||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters