Skip to content

Commit

Permalink
Merge pull request #10 from aidos-lab/es-dev
Browse files Browse the repository at this point in the history
Fixing Toolbox Boxes
  • Loading branch information
emsimons authored Feb 13, 2025
2 parents 3f7297c + 5d27a05 commit 6ef1e3b
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 53 deletions.
2 changes: 1 addition & 1 deletion content/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ starting a collaboration with us.
{{< person "MA" >}}
</div>

Your name is missing here! Learn more about [joining us]({{< relref "/contact/#join-us" >}}).
Your name is missing here! Learn more about [joining us]({{< relref "/contact" >}}).

# Alumni & Alumnae

Expand Down
2 changes: 1 addition & 1 deletion content/theses.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: "Theses"

This list of theses, sorted in reverse chronological order, provides
just a brief glimpse into some of the research topics that we are
interested in. Read on if you are interested in [joining us]({{< relref "/contact/#join-us" >}}).
interested in. Read on if you are interested in [joining us]({{< relref "/contact" >}}).

# 2025

Expand Down
1 change: 0 additions & 1 deletion data/people/MA.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name = "Mathieu Alain"
job = "Collaborator"
image = "ma.jpg"
bio = """\
Mathieu seeks to extend machine learning to topological and
Expand Down
15 changes: 0 additions & 15 deletions data/tools/TARDIS.toml

This file was deleted.

2 changes: 1 addition & 1 deletion data/tools/magnipy.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "magnipy"
paper = "Metric Space Magnitude Computations"
paper = "Metric Space Magnitude for Evaluating the Diversity of Latent Representations"
image = "magnipy.svg"
venue = "NeurIPS 2024"
description = """\
Expand Down
2 changes: 1 addition & 1 deletion data/tools/presto.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "PRESTO"
paper = "Mapping the Multiverse of Latent Representations"
image = "presto.svg"
description = """\
The world of machine learning research is riddled with small decisions, from data collection, cleaning, into model selection and parameter tuning 🎶. Each combination of data, implementation, and modeling decisions leads to a potential universe where we can analyze and interpret results. Together, these form a multiverse! 🌌 With PRESTO (Projected Embedding Similarity based on Topological Overlays), we offer topological tools to efficiently measure the structural variation between representations that arise from different choices in a machine learning workflow.
The world of machine learning research is riddled with small decisions, from data collection, cleaning, into model selection and parameter tuning 🎶. Each choice leads to a potential universe where we can analyze and interpret results. PRESTO offers topological tools to efficiently measure the structural variation between representations that arise from different choices in a machine learning workflow.
"""
repo = "https://github.com/aidos-lab/Presto"
pub = "https://doi.org/10.48550/arXiv.2402.01514"
Expand Down
2 changes: 1 addition & 1 deletion data/tools/scott.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "SCOTT"
paper = "Curvature Filtrations for Graph Generative Model Evaluation"
image = "scott.jpg"
description = """\
SCOTT (Synthesizing Curvature Operations and Topological Tools) is a Python package for computing **curvature filtrations** for graphs and graph distributions. Our method introduces a novel way to compare graph distributions by combining discrete curvature on graphs with persistent homology, providing descriptors of graph sets that are: *robust*, *stable*, *expressive*, and *compatible with statistical testing*. The package is highly adaptable, offering several options for user customization, including different curvature computation methods and diverse metrics for comparing persistent homology outputs.
SCOTT is a Python package for computing **curvature filtrations** for graphs and graph distributions. Our method introduces a novel way to compare graph distributions by combining discrete curvature on graphs with persistent homology, providing descriptors of graph sets that are: *robust*, *stable*, *expressive*, and *compatible with statistical testing*.
"""
repo = "https://github.com/aidos-lab/curvature-filtrations"
pub = "https://doi.org/10.48550/arXiv.2301.12906"
Expand Down
13 changes: 13 additions & 0 deletions data/tools/tardis.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "TARDIS"
paper = "Topological Algorithms for Robust DIscovery of Singularities"
image = "TARDIS.svg"
venue = "ICML 2023"
description = """\
The manifold hypothesis is a staple of modern machine learning research. However, real-world data exhibits
distinct **non-manifold structures, i.e. singularities**, that can lead to erroneous findings.
We provide a topological framework that quantifies the local intrinsic dimension, and yields a
**Euclidicity score** for assessing the 'manifoldness' of a point along multiple scales.
"""
arXiv = "2210.00069"
pub = "https://arxiv.org/abs/2210.00069"
repo = "https://github.com/aidos-lab/TARDIS"
12 changes: 6 additions & 6 deletions layouts/shortcodes/tool.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<div class="card">
<div class="card-tool">
{{ $tool := .Get 0 }}
{{ $tool := index .Site.Data.tools $tool }}

<div class="card-left">
<div class="tool-left">
<figure>
<img src="/tools/{{ $tool.image }}" width="180" alt="{{ $tool.name }}" />
</figure>
</div>

<div class="card-right">
<div class="tool-right">
<div class="tool-title-container">
<div class="tool-title">{{ $tool.name }}</div>
<div class="tool-icons">{{ partial "icons.html" (dict "paper" $tool.pub "repo" $tool.repo) }}</div>
</div>
<div class="card-bio">
<span >
{{ $tool.description | markdownify }}
</div>
</span>
</div>
</div>


47 changes: 26 additions & 21 deletions static/tools/TARDIS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 25 additions & 5 deletions themes/brevis/static/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ef1e3b

Please sign in to comment.