summaryrefslogtreecommitdiff
path: root/biblio
diff options
context:
space:
mode:
Diffstat (limited to 'biblio')
-rw-r--r--biblio/bibliography.bib36
-rw-r--r--biblio/how_to_cite_gudhi.bib.in10
2 files changed, 46 insertions, 0 deletions
diff --git a/biblio/bibliography.bib b/biblio/bibliography.bib
index b507fa51..16fa29d0 100644
--- a/biblio/bibliography.bib
+++ b/biblio/bibliography.bib
@@ -1224,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
@@ -1288,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@
+}