From e791fc9a35c4b363d3008787bd3deea7e49a844c Mon Sep 17 00:00:00 2001 From: Kengo Date: Sun, 15 Mar 2026 18:14:53 +0000 Subject: [PATCH 1/2] Add entry for Visprex --- websites.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/websites.yaml b/websites.yaml index 156f9ad..2b7e5ce 100644 --- a/websites.yaml +++ b/websites.yaml @@ -498,3 +498,14 @@ uses: [demo] img: imgs/drum_space.png date: "2019-03-10" + +- name: "Visprex" + desc: "In-browser data visualisation tool that helps you speed up your statistical modelling and analytics workflows." + url: https://visprex.com/ + repo: https://github.com/visprex/visprex + license: MIT + writeup: https://kengoa.github.io/software/2024/11/03/small-software.html + authors: [Kengo Arao] + tags: [data visualization, statistics] + uses: [demo] + img: https://docs.visprex.com/features/modelling/images/regression.png From 4ff1b53d84cac352cfd7eccbbc521146f13df95d Mon Sep 17 00:00:00 2001 From: Kengo Date: Sun, 15 Mar 2026 18:29:56 +0000 Subject: [PATCH 2/2] Update URL and image links for Seeing Theory --- websites.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websites.yaml b/websites.yaml index 2b7e5ce..cde7612 100644 --- a/websites.yaml +++ b/websites.yaml @@ -143,14 +143,14 @@ - name: "Seeing Theory" desc: "A visual introduction to probability and statistics" - url: http://students.brown.edu/seeing-theory/ + url: https://seeing-theory.brown.edu/index.html repo: https://github.com/seeingtheory/Seeing-Theory license: Apache writeup: "" authors: [Daniel Kunin, Jingru Guo, Tyler Dae Devlin, Daniel Xiang] tags: [statistics] uses: [tutorial] - img: https://students.brown.edu/seeing-theory/img/share/home.png + img: https://seeing-theory.brown.edu/img/share/home.png - name: "tSNE for the Web" desc: "TensorFlow.js Powered tSNE Implementation"