From e4d7aad9818da9517acf96cf043e846d4cfae5d6 Mon Sep 17 00:00:00 2001 From: Gregory Henselman-Petrusek Date: Thu, 20 Nov 2025 18:35:36 -0800 Subject: [PATCH 1/2] Create entry for Open Applied Topology (OAT) --- _software/oat.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 _software/oat.md diff --git a/_software/oat.md b/_software/oat.md new file mode 100644 index 0000000..ea004f0 --- /dev/null +++ b/_software/oat.md @@ -0,0 +1,40 @@ +--- +name: oat +title: Open Applied Topology +tags: + - lang/python + - lang/rust + - type/cycle-optimization + - type/matrix-factorization + - type/persistence + - type/representative + - type/zigzag + - complex/dowker + - complex/rips + - complex/simplicial + - custom/distance + - custom/filtration + - vis/barcode + - vis/diagram + - vis/representative +links: + - name: Homepage + url: http://openappliedtopology.github.io/ +--- + +Open Applied Topology (OAT) is a software package for begginers through advanced +users in applied topology. +It specializes in efficient, user-friendly tools to + +- factor large matrices, and +- expose factored matrices to users in Python and Rust. + +This enables users to + +- obtain cycle representatives for persistent homology +- improve these cycles through optimization +- develop new and different algorithms for analyzing topological data, e.g. + compute induced maps on homology + +**Please note** This library is actively developed, so new features may not yet +be tagged on cat-list. From f1ecb3ea8946fd046ede90353b5b580d10952eb0 Mon Sep 17 00:00:00 2001 From: Otto Sumray Date: Fri, 21 Nov 2025 16:19:07 +0100 Subject: [PATCH 2/2] Add extra links to docs --- _software/oat.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_software/oat.md b/_software/oat.md index ea004f0..bd08016 100644 --- a/_software/oat.md +++ b/_software/oat.md @@ -20,6 +20,10 @@ tags: links: - name: Homepage url: http://openappliedtopology.github.io/ + - name: Python Docs + url: https://oat-python.readthedocs.io/en/latest/ + - name: Rust Docs + url: https://docs.rs/oat_rust/latest/oat_rust/ --- Open Applied Topology (OAT) is a software package for begginers through advanced