summaryrefslogtreecommitdiff
path: root/biblio
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-07-02 12:25:08 -0700
committerGitHub <noreply@github.com>2020-07-02 12:25:08 -0700
commit444ec77fe16783c35ef86598011a662c5d6e8d92 (patch)
tree5020b95c18d0206fe8e693a40d1e4aaf132d6a51 /biblio
parent3c7a4d01ec758d68a219fae8981c9847cf8d7a0f (diff)
parente44b0a88e2241f81b51b9060f73ac86f53c9cfc1 (diff)
Merge pull request #281 from VincentRouvreau/edge_collapse_integration_vincent
Edge collapse integration vincent
Diffstat (limited to 'biblio')
-rw-r--r--biblio/bibliography.bib18
-rw-r--r--biblio/how_to_cite_gudhi.bib.in10
2 files changed, 28 insertions, 0 deletions
diff --git a/biblio/bibliography.bib b/biblio/bibliography.bib
index 9880c0f0..9bff14b4 100644
--- a/biblio/bibliography.bib
+++ b/biblio/bibliography.bib
@@ -1297,3 +1297,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@
+}