@@ -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