From c81d8b6a5eede255fcf0bedc912cd3e20603462b Mon Sep 17 00:00:00 2001 From: janosh Date: Thu, 23 Jul 2026 07:46:21 +0200 Subject: [PATCH 1/2] Add Matbench Discovery framework metadata Register the external benchmark framework so imported tests and future app pages can share consistent attribution. --- ml_peg/app/utils/frameworks.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ml_peg/app/utils/frameworks.yml b/ml_peg/app/utils/frameworks.yml index 27b079925..e57bd19c9 100644 --- a/ml_peg/app/utils/frameworks.yml +++ b/ml_peg/app/utils/frameworks.yml @@ -11,6 +11,14 @@ mlip_arena: url: "https://huggingface.co/spaces/atomind/mlip-arena" logo: "https://huggingface.co/front/assets/huggingface_logo-noborder.svg" +matbench-discovery: + label: Matbench Discovery + color: "#061e25" + text_color: "#ffffff" + url: "https://matbench-discovery.materialsproject.org" + logo: "https://raw.githubusercontent.com/janosh/matbench-discovery/main/site/static/favicon.svg" + tooltip: "Benchmarks adapted from the Matbench Discovery framework" + mace-multihead: label: Multihead Cross Learning color: "#7c3aed" From 6e5a43a8e58ac6eb05d38a00f0c0718b1b4f2603 Mon Sep 17 00:00:00 2001 From: janosh Date: Thu, 23 Jul 2026 07:52:55 +0200 Subject: [PATCH 2/2] Use production framework logo URL Reference the deployed Matbench Discovery favicon so attribution does not depend on a moving repository path. --- ml_peg/app/utils/frameworks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_peg/app/utils/frameworks.yml b/ml_peg/app/utils/frameworks.yml index e57bd19c9..2e54b0089 100644 --- a/ml_peg/app/utils/frameworks.yml +++ b/ml_peg/app/utils/frameworks.yml @@ -16,7 +16,7 @@ matbench-discovery: color: "#061e25" text_color: "#ffffff" url: "https://matbench-discovery.materialsproject.org" - logo: "https://raw.githubusercontent.com/janosh/matbench-discovery/main/site/static/favicon.svg" + logo: "https://matbench-discovery.materialsproject.org/favicon.svg" tooltip: "Benchmarks adapted from the Matbench Discovery framework" mace-multihead: