dotfiles

My personal dotfiles.
Log | Files | Refs | Submodules | README

commit 63a421fbf976ad4746305320124681195f8d4d44
parent 9b3b913080a6e877f3ae5e2112b8c625a242960a
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue, 14 Jul 2026 23:59:31 -0300

bib: updated references

Diffstat:
M.config/bib/references.bib | 71+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 71 insertions(+), 0 deletions(-)

diff --git a/.config/bib/references.bib b/.config/bib/references.bib @@ -1938,6 +1938,7 @@ year = "1989", series = "Chapman \& Hall/CRC Monographs on Statistics \& Applied Probability", edition = "2", + alias = "GLM", } @Book{faraway2016, @@ -1947,6 +1948,7 @@ year = "2016", series = "Chapman \& Hall/CRC texts in statistical science series 124", edition = "Second edition.", + alias = "GAM,GLM", } @Book{faraway2014, @@ -1964,6 +1966,7 @@ publisher = "Chapman \& Hall/CRC", year = "2006", series = "Texts in statistical science.", + alias = "GAM", } @Book{chambers1992, @@ -1982,3 +1985,71 @@ URL = "https://www.informit.com/store/advanced-programming-in-the-unix-environment-9780321637734?ranMID=24808", alias = "APUE", } + +@Misc{sun2026, + title = "{MeshFlow}: Mesh Generation with Equivariant Flow Matching", + author = "Qi Sun and Kiyohiro Nakayama and Jing Nathan Yan and Qixing Huang and Alexander Rush and Leonidas Guibas and Gordon Wetzstein and Jing Liao and Guandao Yang", + year = "2026", + eprint = "2606.23489", + archiveprefix = "arXiv", + primaryclass = "cs.GR", + URL = "https://arxiv.org/abs/2606.23489", +} + +@Misc{peebles2023, + title = "Scalable Diffusion Models with Transformers", + author = "William Peebles and Saining Xie", + year = "2023", + eprint = "2212.09748", + archiveprefix = "arXiv", + primaryclass = "cs.CV", + alias = "DiT", + URL = "https://arxiv.org/abs/2212.09748", +} + +@Article{zhang1984, + title = "A fast parallel algorithm for thinning digital patterns", + author = "T Y Zhang and Chingyl Yee Suen", + year = "1984", + URL = "https://dl.acm.org/doi/10.1145/357994.358023", +} + +@Misc{li2026, + title = "{nD-RoPE}: A Generalized {RoPE} for n-Dimensional Position Embedding", + author = "Boyang Li and Yulin Wu and Sizhe Xu and Nuoxian Huang and Zhonghang Yuan and Shangyi Guo and Shu Yang and Takahiro Yabe", + year = "2026", + eprint = "2606.12146", + archiveprefix = "arXiv", + primaryclass = "cs.LG", + URL = "https://arxiv.org/abs/2606.12146", +} + +@Misc{dosovitskiy2021, + title = "An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale", + author = "Alexey Dosovitskiy and Lucas Beyer and Alexander Kolesnikov and Dirk Weissenborn and Xiaohua Zhai and Thomas Unterthiner and Mostafa Dehghani and Matthias Minderer and Georg Heigold and Sylvain Gelly and Jakob Uszkoreit and Neil Houlsby", + year = "2021", + eprint = "2010.11929", + archiveprefix = "arXiv", + primaryclass = "cs.CV", + URL = "https://arxiv.org/abs/2010.11929", + alias = "visual transformer", +} + +@Article{yan2024, + author = "Chuan Yan and Yong Li and Deepali Aneja and Matthew Fisher and Edgar Simo-Serra and Yotam Gingold", + title = "Deep Sketch Vectorization via Implicit Surface Extraction", + year = "2024", + issue_date = "July 2024", + publisher = "Association for Computing Machinery", + address = "New York, NY, USA", + volume = "43", + number = "4", + ISSN = "0730-0301", + URL = "https://dl.acm.org/doi/10.1145/3658197", + DOI = "https://doi.org/10.1145/3658197", + journal = "ACM Trans. Graph.", + month = jul, + articleno = "37", + numpages = "13", + keywords = "vectorization, raster, sketch, drawing", +}