Skip to content

Commit 4ff8d60

Browse files
haojianclaude
andcommitted
Add PrivacyJury tool and mark award-winning projects
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent acea495 commit 4ff8d60

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/pages/Index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const Index = () => {
5353
{[
5454
{ name: "AICodingGym", url: "https://aicodinggym.com/" },
5555
{ name: "PersonalDataHub", url: "https://github.com/AISmithLab/PersonalDataHub" },
56+
{ name: "PrivacyJury", url: "http://jury.privacydev.org/" },
5657
].map((tool) => (
5758
<li
5859
key={tool.name}
@@ -80,12 +81,12 @@ const Index = () => {
8081
<ul className="mt-2 columns-2 gap-x-4 space-y-1">
8182
{[
8283
{ name: "privacy arkinator", url: "#" },
83-
{ name: "cobra", url: "https://github.com/AISmithLab/CoBRA" },
84+
{ name: "cobra 🏆", url: "https://github.com/AISmithLab/CoBRA" },
8485
{ name: "humanstudy bench", url: "https://www.hs-bench.clawder.ai/" },
8586
{ name: "game arena", url: "https://lmgame.org/" },
8687
{ name: "decentralized arena", url: "https://de-arena.maitrix.org/" },
8788
{ name: "software defined cooking", url: "https://cacm.acm.org/research/software-defined-cooking-using-a-microwave-oven/" },
88-
{ name: "moderator", url: "https://www.haojianj.in/resource/pdf/contentmoderator.pdf" },
89+
{ name: "moderator 🏆", url: "https://www.haojianj.in/resource/pdf/contentmoderator.pdf" },
8990
].map((tool) => (
9091
<li
9192
key={tool.name}

0 commit comments

Comments
 (0)