summaryrefslogtreecommitdiff
path: root/biblio
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-08-11 13:55:57 +0200
committerGard Spreemann <gspr@nonempty.org>2020-08-11 13:55:57 +0200
commit1c05c20d7cf92c96b5036620cc892cb956c96785 (patch)
tree8ae9a9396ea2b97f617915b8730632917cf786ec /biblio
parent9b3079646ee3f6a494b83e864b3e10b8a93597d0 (diff)
parent92fe082aed387ef050d5077157daea9ee3a7c7f4 (diff)
Merge tag 'tags/gudhi-release-3.3.0' into dfsg/latest
Diffstat (limited to 'biblio')
-rw-r--r--biblio/bibliography.bib45
-rw-r--r--biblio/how_to_cite_gudhi.bib.in10
2 files changed, 55 insertions, 0 deletions
diff --git a/biblio/bibliography.bib b/biblio/bibliography.bib
index 677ed4df..16fa29d0 100644
--- a/biblio/bibliography.bib
+++ b/biblio/bibliography.bib
@@ -576,6 +576,15 @@ note = "http://gmplib.org/",
%TEMPORARY
%------------------------------------------------------------------
+@misc{royer2019atol,
+ title={ATOL: Measure Vectorisation for Automatic Topologically-Oriented Learning},
+ author={Martin Royer and Frédéric Chazal and Clément Levrard and Yuichi Ike and Yuhei Umeda},
+ year={2019},
+ eprint={1909.13472},
+ archivePrefix={arXiv},
+ primaryClass={cs.CG}
+}
+
@inproceedings{deSilva:2013:GSP:2493132.2462402,
author = {de Silva, Vin and Nanda, Vidit},
title = {Geometry in the space of persistence modules},
@@ -1215,6 +1224,24 @@ numpages = {11},
location = {Montr\'{e}al, Canada},
series = {NIPS’18}
}
+@article{tomato,
+author = {Chazal, Fr\'{e}d\'{e}ric and Guibas, Leonidas J. and Oudot, Steve Y. and Skraba, Primoz},
+title = {Persistence-Based Clustering in Riemannian Manifolds},
+year = {2013},
+issue_date = {November 2013},
+publisher = {Association for Computing Machinery},
+address = {New York, NY, USA},
+volume = {60},
+number = {6},
+issn = {0004-5411},
+url = {https://doi.org/10.1145/2535927},
+doi = {10.1145/2535927},
+journal = {J. ACM},
+month = nov,
+articleno = {Article 41},
+numpages = {38},
+keywords = {mode seeking, Unsupervised learning, computational topology, clustering, Morse theory, topological persistence}
+}
@Article{dtm,
author={Chazal, Fr{\'e}d{\'e}ric
and Cohen-Steiner, David
@@ -1279,3 +1306,21 @@ year = "2011"
bibsource = {dblp computer science bibliography, https://dblp.org}
}
+@InProceedings{edgecollapsesocg2020,
+ author = {Jean-Daniel Boissonnat and Siddharth Pritam},
+ title = {{Edge Collapse and Persistence of Flag Complexes}},
+ booktitle = {36th International Symposium on Computational Geometry (SoCG 2020)},
+ pages = {19:1--19:15},
+ series = {Leibniz International Proceedings in Informatics (LIPIcs)},
+ ISBN = {978-3-95977-143-6},
+ ISSN = {1868-8969},
+ year = {2020},
+ volume = {164},
+ editor = {Sergio Cabello and Danny Z. Chen},
+ publisher = {Schloss Dagstuhl--Leibniz-Zentrum f{\"u}r Informatik},
+ address = {Dagstuhl, Germany},
+ URL = {https://drops.dagstuhl.de/opus/volltexte/2020/12177},
+ URN = {urn:nbn:de:0030-drops-121777},
+ doi = {10.4230/LIPIcs.SoCG.2020.19},
+ annote = {Keywords: Computational Topology, Topological Data Analysis, Edge Collapse, Simple Collapse, Persistent homology}
+}
diff --git a/biblio/how_to_cite_gudhi.bib.in b/biblio/how_to_cite_gudhi.bib.in
index 05d3cc98..54d10857 100644
--- a/biblio/how_to_cite_gudhi.bib.in
+++ b/biblio/how_to_cite_gudhi.bib.in
@@ -156,3 +156,13 @@
, url = "https://gudhi.inria.fr/doc/@GUDHI_VERSION@/group___persistence__representations.html"
, year = @GUDHI_VERSION_YEAR@
}
+
+@incollection{gudhi:Collapse
+, author = "Siddharth Pritam"
+, title = "Edge collapse"
+, publisher = "{GUDHI Editorial Board}"
+, edition = "{@GUDHI_VERSION@}"
+, booktitle = "{GUDHI} User and Reference Manual"
+, url = "https://gudhi.inria.fr/doc/@GUDHI_VERSION@/group__edge__collapse.html"
+, year = @GUDHI_VERSION_YEAR@
+}