Skip to content

Commit 39c8a26

Browse files
committed
Updates with editor feedback
1 parent 305e80e commit 39c8a26

File tree

6 files changed

+134
-90
lines changed

6 files changed

+134
-90
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
# This is the output path where Pandoc will write the compiled
2121
# PDF. Note, this should be the same directory as the input
2222
# paper.md
23-
path: paper/paper.pdf
23+
path: paper.pdf

paper/figures/Filt.png

57.7 KB
Loading

paper/figures/Filt_PD_Combined.png

80.2 KB
Loading

paper/figures/PD.png

48.9 KB
Loading

paper/paper.bib

Lines changed: 87 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,6 @@ @Article{Myers2023a
113113
publisher = {American Physical Society (APS)},
114114
}
115115

116-
@InProceedings{Myers2023b,
117-
author = {Myers, Audun D. and Kvinge, Henry and Emerson, Tegan},
118-
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
119-
title = {TopFusion: Using Topological Feature Space for Fusion and Imputation in Multi-Modal Data},
120-
year = {2023},
121-
month = {June},
122-
pages = {600-609},
123-
}
124-
125116
126117
@Article{Guezel2022,
127118
author = {Güzel, İsmail and Munch, Elizabeth and Khasawneh, Firas A.},
@@ -415,31 +406,6 @@ @Article{Adcock2016
415406
readstatus = {read},
416407
}
417408

418-
@Article{Chevyrev2018,
419-
author = {Ilya Chevyrev and Vidit Nanda and Harald Oberhauser},
420-
title = {Persistence paths and signature features in topological data analysis},
421-
year = {2018},
422-
month = jun,
423-
abstract = {We introduce a new feature map for barcodes that arise in persistent homology computation. The main idea is to first realize each barcode as a path in a convenient vector space, and to then compute its path signature which takes values in the tensor algebra of that vector space. The composition of these two operations - barcode to path, path to tensor series - results in a feature map that has several desirable properties for statistical learning, such as universality and characteristicness, and achieves state-of-the-art results on common classification benchmarks.},
424-
archiveprefix = {arXiv},
425-
creationdate = {2019-01-23T00:00:00},
426-
eprint = {http://arxiv.org/abs/1806.00381v1},
427-
file = {:Persistence/StatsAndPersistence/Machine Learning/Chevyrev2018.pdf:PDF;:Chevyrev2018 - Persistence Paths and Signature Features in Topological Data Analysis.pdf:PDF:http\://arxiv.org/pdf/1806.00381v1},
428-
keywords = {stat.ML, cs.LG, math.PR, math.ST, stat.TH, featurization},
429-
primaryclass = {stat.ML},
430-
}
431-
432-
@InProceedings{Reininghaus2015,
433-
author = {Reininghaus, Jan and Huber, Stefan and Bauer, Ulrich and Kwitt, Roland},
434-
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
435-
title = {A Stable Multi-Scale Kernel for Topological Machine Learning},
436-
year = {2015},
437-
month = {June},
438-
creationdate = {2017-01-30T00:00:00},
439-
file = {Reininghaus2015.pdf:Persistence/StatsAndPersistence/Reininghaus2015.pdf:PDF},
440-
readstatus = {read},
441-
}
442-
443409
@Article{Dey2022,
444410
doi = {10.48550/arxiv.2204.11080},
445411
url = {https://arxiv.org/abs/2204.11080},
@@ -463,18 +429,6 @@ @Article{Munch2017
463429
doi = {10.18608/jla.2017.42.6},
464430
}
465431

466-
@Article{McCullough2015,
467-
author = {McCullough, Michael and Small, Michael and Stemler, Thomas and Iu, Herbert Ho-Ching},
468-
title = {Time lagged ordinal partition networks for capturing dynamics of continuous dynamical systems},
469-
journal = {Chaos: An Interdisciplinary Journal of Nonlinear Science},
470-
year = {2015},
471-
volume = {25},
472-
number = {5},
473-
pages = {053101},
474-
file = {:Dynamics/McCullough2015.pdf:PDF;McCullough2015-arxiv.pdf:Dynamics/TSA/McCullough2015-arxiv.pdf:PDF},
475-
publisher = {AIP Publishing},
476-
}
477-
478432
@Article{Wang2016,
479433
author = {Wang, Minggang and Tian, Lixin},
480434
journal = {Physica A: Statistical Mechanics and its Applications},
@@ -517,14 +471,85 @@ @Article{Tanweer2024_PREM
517471
url = {http://dx.doi.org/10.1016/j.probengmech.2024.103634},
518472
}
519473

474+
@Conference{Myers2020,
475+
author = {Myers, Audun D. and Melih Yesilli and Sarah Tymochko and Firas Khasawneh and Elizabeth Munch},
476+
booktitle = {Topological Data Analysis and Beyond Workshop at NeurIPS 2020},
477+
title = {Teaspoon: A comprehensive python package for topological signal processing},
478+
year = {2020},
479+
image = {teaspoon.png},
480+
keywords = {conference},
481+
url = {https://openreview.net/pdf?id=qUoVqrIcy2P},
482+
}
483+
484+
@Article{CrawleyBoevey2015,
485+
author = {Crawley-Boevey, William},
486+
journal = {Journal of Algebra and Its Applications},
487+
title = {Decomposition of pointwise finite-dimensional persistence modules},
488+
year = {2015},
489+
issn = {1793-6829},
490+
month = mar,
491+
number = {05},
492+
pages = {1550066},
493+
volume = {14},
494+
doi = {10.1142/s0219498815500668},
495+
publisher = {World Scientific Pub Co Pte Lt},
496+
}
497+
498+
@InProceedings{Myers2023b,
499+
author = {Myers, Audun D. and Kvinge, Henry and Emerson, Tegan},
500+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
501+
title = {TopFusion: Using Topological Feature Space for Fusion and Imputation in Multi-Modal Data},
502+
year = {2023},
503+
month = {June},
504+
pages = {600-609},
505+
doi = {10.1109/cvprw59228.2023.00067}
506+
}
507+
508+
@Article{Chevyrev2018,
509+
author={Chevyrev, Ilya and Nanda, Vidit and Oberhauser, Harald},
510+
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
511+
title={Persistence Paths and Signature Features in Topological Data Analysis},
512+
year={2020},
513+
volume={42},
514+
number={1},
515+
pages={192-202},
516+
keywords={Bars;Extraterrestrial measurements;Algebra;Data analysis;Kernel;Topological data analysis;barcodes;signature features;kernel learning},
517+
doi={10.1109/TPAMI.2018.2885516}}
518+
519+
520+
@InProceedings{Reininghaus2015,
521+
author={Reininghaus, Jan and Huber, Stefan and Bauer, Ulrich and Kwitt, Roland},
522+
booktitle={2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
523+
title={A stable multi-scale kernel for topological machine learning},
524+
year={2015},
525+
volume={},
526+
number={},
527+
pages={4741-4748},
528+
keywords={Yttrium},
529+
doi={10.1109/CVPR.2015.7299106}}
530+
531+
@Article{McCullough2015,
532+
author = {McCullough, Michael and Small, Michael and Stemler, Thomas and Iu, Herbert Ho-Ching},
533+
title = {Time lagged ordinal partition networks for capturing dynamics of continuous dynamical systems},
534+
journal = {Chaos: An Interdisciplinary Journal of Nonlinear Science},
535+
year = {2015},
536+
volume = {25},
537+
number = {5},
538+
pages = {053101},
539+
doi = {10.1063/1.4919075},
540+
file = {:Dynamics/McCullough2015.pdf:PDF;McCullough2015-arxiv.pdf:Dynamics/TSA/McCullough2015-arxiv.pdf:PDF},
541+
publisher = {AIP Publishing},
542+
}
543+
520544

521545
@article{myers2024delay,
522546
title={Delay parameter selection in permutation entropy using topological data analysis},
523547
author={Myers, Audun D and Chumley, Max M and Khasawneh, Firas A},
524548
journal={La Matematica},
525549
pages={1--34},
526550
year={2024},
527-
publisher={Springer}
551+
publisher={Springer},
552+
doi = {10.1007/s44007-024-00110-4}
528553
}
529554

530555
@article{chelidze2017reliable,
@@ -535,7 +560,8 @@ @article{chelidze2017reliable
535560
number={5},
536561
pages={051024},
537562
year={2017},
538-
publisher={American Society of Mechanical Engineers}
563+
publisher={American Society of Mechanical Engineers},
564+
doi = {10.1115/1.4036814}
539565
}
540566

541567
@article{cao1997practical,
@@ -546,17 +572,19 @@ @article{cao1997practical
546572
number={1-2},
547573
pages={43--50},
548574
year={1997},
549-
publisher={Elsevier}
550-
}
551-
552-
@Conference{Myers2020,
553-
author = {Myers, Audun D. and Melih Yesilli and Sarah Tymochko and Firas Khasawneh and Elizabeth Munch},
554-
booktitle = {Topological Data Analysis and Beyond Workshop at NeurIPS 2020},
555-
title = {Teaspoon: A comprehensive python package for topological signal processing},
556-
year = {2020},
557-
image = {teaspoon.png},
558-
keywords = {conference},
559-
url = {https://openreview.net/pdf?id=qUoVqrIcy2P},
575+
publisher={Elsevier},
576+
doi = {10.1016/s0167-2789(97)00118-8}
577+
}
578+
579+
@Book{Hatcher,
580+
author = {Allen Hatcher},
581+
publisher = {Cambridge University Press},
582+
title = {Algebraic Topology},
583+
year = {2002},
584+
creationdate = {2011-05-23T00:00:00},
585+
file = {Hatcher - algebraic topology.pdf:MathTextbooks/Hatcher - algebraic topology.pdf:PDF},
586+
groups = {Classic Textbooks},
587+
owner = {liz},
560588
}
561589

562590
@Comment{jabref-meta: databaseType:bibtex;}

0 commit comments

Comments
 (0)