From de91cc7bfacf10d33546cde0a5d9a3b644f02e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=5Bgithub=5D=E2=80=9D?= Date: Fri, 3 Oct 2025 11:19:50 +0530 Subject: [PATCH] Add JSON template for Google Scholar --- sherlock_project/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index b30ec9298..839d10e02 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -949,6 +949,13 @@ "urlMain": "https://play.google.com", "username_claimed": "GitHub" }, + "GoogleScholar": { + "errorType": "status_code", + "regexCheck": "^[a-zA-Z0-9]+$", + "url": "https://scholar.google.com/citations?user={}", + "urlMain": "https://scholar.google.com/", + "username_claimed": "blue" + }, "Gradle": { "errorType": "status_code", "regexCheck": "^(?!-)[a-zA-Z0-9-]{3,}(?