From 8f4b2f61c0fa6be1ebe0b851d6034c056a4e02db Mon Sep 17 00:00:00 2001 From: Kalidou Diagne Date: Mon, 19 Aug 2024 01:41:44 +0200 Subject: [PATCH 1/3] acceleration program title update --- app/i18n/locales/en/programs-page.json | 4 ++-- data/programs/acceleratorProgramFaq.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/i18n/locales/en/programs-page.json b/app/i18n/locales/en/programs-page.json index 5ac3d14d..5715349e 100644 --- a/app/i18n/locales/en/programs-page.json +++ b/app/i18n/locales/en/programs-page.json @@ -66,9 +66,9 @@ ] }, "acceleratorProgram": { - "title": "Accelerator Program", + "title": "Acceleration program", "description": [ - "The Accelerator Program supports alumni of our entry level programs (e.g. Core Program, ZK Summer, ZK Playground) to deepen explorations of ZKP, FHE, MPC, and related technologies through grants and mentorship. This program operates on a round-based application system, focusing on specific open tasks for each round." + "Acceleration program supports alumni of our entry level programs (e.g. Core Program, ZK Summer, ZK Playground) to deepen explorations of ZKP, FHE, MPC, and related technologies through grants and mentorship. This program operates on a round-based application system, focusing on specific open tasks for each round." ] }, "howToApply": { diff --git a/data/programs/acceleratorProgramFaq.tsx b/data/programs/acceleratorProgramFaq.tsx index c739d29c..ee0a4919 100644 --- a/data/programs/acceleratorProgramFaq.tsx +++ b/data/programs/acceleratorProgramFaq.tsx @@ -4,7 +4,7 @@ export const acceleratorProgramFaq: Faq[] = [ { question: "Who can apply?", answer: - "The Accelerator program is open to alumni of our entry level programs (e.g. Launch Program, ZK Playground) and other applicants at beginner to intermediate levels with programmable cryptography.", + "The Acceleration program is open to alumni of our entry level programs (e.g. Launch Program, ZK Playground) and other applicants at beginner to intermediate levels with programmable cryptography.", }, { question: "What platform does the program use?", From 525d89225c82ea6c2aebd2b4ceae0e59ebf1f075 Mon Sep 17 00:00:00 2001 From: Kalidou Diagne Date: Tue, 20 Aug 2024 02:17:06 +0200 Subject: [PATCH 2/3] Revert "update acceleration program labels" This reverts commit 24c84f495579c4fcd0ad7ab05602ce15ecbe2ce5. --- app/i18n/locales/en/programs-page.json | 2 +- data/programs/acceleratorProgramFaq.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/i18n/locales/en/programs-page.json b/app/i18n/locales/en/programs-page.json index 5715349e..313a63ae 100644 --- a/app/i18n/locales/en/programs-page.json +++ b/app/i18n/locales/en/programs-page.json @@ -88,4 +88,4 @@ ] } } -} \ No newline at end of file +} diff --git a/data/programs/acceleratorProgramFaq.tsx b/data/programs/acceleratorProgramFaq.tsx index ee0a4919..c739d29c 100644 --- a/data/programs/acceleratorProgramFaq.tsx +++ b/data/programs/acceleratorProgramFaq.tsx @@ -4,7 +4,7 @@ export const acceleratorProgramFaq: Faq[] = [ { question: "Who can apply?", answer: - "The Acceleration program is open to alumni of our entry level programs (e.g. Launch Program, ZK Playground) and other applicants at beginner to intermediate levels with programmable cryptography.", + "The Accelerator program is open to alumni of our entry level programs (e.g. Launch Program, ZK Playground) and other applicants at beginner to intermediate levels with programmable cryptography.", }, { question: "What platform does the program use?", From 72169aa79666c40ebb2f432317db39e42467f036 Mon Sep 17 00:00:00 2001 From: Kalidou Diagne Date: Tue, 20 Aug 2024 02:22:41 +0200 Subject: [PATCH 3/3] acceleration program label fixs --- app/[lang]/programs/index.tsx | 20 +++++++++---------- app/i18n/locales/en/programs-page.json | 2 +- app/i18n/locales/ja/programs-page.json | 4 ++-- config/site.ts | 2 +- ...gramFaq.tsx => accelerationProgramFaq.tsx} | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) rename data/programs/{acceleratorProgramFaq.tsx => accelerationProgramFaq.tsx} (87%) diff --git a/app/[lang]/programs/index.tsx b/app/[lang]/programs/index.tsx index 2a482459..d589a3aa 100644 --- a/app/[lang]/programs/index.tsx +++ b/app/[lang]/programs/index.tsx @@ -3,7 +3,7 @@ import { useCallback, useEffect, useRef, useState } from "react" import Image from "next/image" import Link from "next/link" -import { acceleratorProgramFaq } from "@/data/programs/acceleratorProgramFaq" +import { accelerationProgramFaq } from "@/data/programs/accelerationProgramFaq" import { coreProgramFaq } from "@/data/programs/coreProgramFaq" import { ReactNode } from "react-markdown/lib/ast-to-react" import { twMerge } from "tailwind-merge" @@ -92,7 +92,7 @@ const ProgramDetail = ({ ) } -const ProgramSections = ["coreProgram", "acceleratorProgram"] as const +const ProgramSections = ["coreProgram", "accelerationProgram"] as const export const ProgramPageContent = ({ lang }: any) => { const { t } = useTranslation(lang, "programs-page") @@ -111,8 +111,8 @@ export const ProgramPageContent = ({ lang }: any) => { t("coreProgram.description", { returnObjects: true, }) || [] - const acceleratorProgramDescription: any[] = - t("acceleratorProgram.description", { + const accelerationProgramDescription: any[] = + t("accelerationProgram.description", { returnObjects: true, }) ?? [] @@ -347,12 +347,12 @@ export const ProgramPageContent = ({ lang }: any) => {
- + { />
- {acceleratorProgramDescription?.map((description, index) => { + {accelerationProgramDescription?.map((description, index) => { return ( { { return { label: ( diff --git a/app/i18n/locales/en/programs-page.json b/app/i18n/locales/en/programs-page.json index 313a63ae..cda56cce 100644 --- a/app/i18n/locales/en/programs-page.json +++ b/app/i18n/locales/en/programs-page.json @@ -65,7 +65,7 @@ "By the end of the program, you will gain comprehensive knowledge about Zero Knowledge Proofs (ZKP), Fully Homomorphic Encryption (FHE), and Multiparty Computation (MPC). You will also bolster your GitHub portfolio, and potentially receive grants for further research and contributions!" ] }, - "acceleratorProgram": { + "accelerationProgram": { "title": "Acceleration program", "description": [ "Acceleration program supports alumni of our entry level programs (e.g. Core Program, ZK Summer, ZK Playground) to deepen explorations of ZKP, FHE, MPC, and related technologies through grants and mentorship. This program operates on a round-based application system, focusing on specific open tasks for each round." diff --git a/app/i18n/locales/ja/programs-page.json b/app/i18n/locales/ja/programs-page.json index 20fecd0c..e75dd932 100644 --- a/app/i18n/locales/ja/programs-page.json +++ b/app/i18n/locales/ja/programs-page.json @@ -65,7 +65,7 @@ "プログラムの終了までに、ゼロ知識証明 (ZKP)、完全準同型暗号 (FHE)、およびマルチパーティ計算 (MPC) に関する包括的な知識を習得できます。また、GitHubのポートフォリオを強化し、さらなる研究や貢献のための助成金を受け取る可能性もあります。 " ] }, - "acceleratorProgram": { + "accelerationProgram": { "title": "アクセラレータプログラム", "description": [ "アクセラレーター・プログラムは、ZKP、FHE、MPC、および関連技術の探求を深めるためのエントリー・レベル・プログラム(コア・プログラム、ZKサマー、ZKプレイグラウンドなど)の修了生を、助成金やメンターシップを通じて支援するものです。このプログラムは、ラウンド・ベースの応募システムで運営され、各ラウンドの特定のオープン・タスクに焦点を当てます。" @@ -88,4 +88,4 @@ ] } } -} \ No newline at end of file +} diff --git a/config/site.ts b/config/site.ts index 22f41f2d..c06ab5c7 100644 --- a/config/site.ts +++ b/config/site.ts @@ -22,7 +22,7 @@ export const siteConfig = { firstGoodIssue: "https://gfi.pse.dev/", discordAnnouncementChannel: "https://discord.com/channels/943612659163602974/969614451089227876", - acceleratorProgram: + accelerationProgram: "https://github.com/privacy-scaling-explorations/acceleration-program", coreProgram: "https://docs.google.com/forms/d/e/1FAIpQLSendzYY0z_z7fZ37g3jmydvzS9I7OWKbY2JrqAnyNqeaBHvMQ/viewform", diff --git a/data/programs/acceleratorProgramFaq.tsx b/data/programs/accelerationProgramFaq.tsx similarity index 87% rename from data/programs/acceleratorProgramFaq.tsx rename to data/programs/accelerationProgramFaq.tsx index c739d29c..73971920 100644 --- a/data/programs/acceleratorProgramFaq.tsx +++ b/data/programs/accelerationProgramFaq.tsx @@ -1,10 +1,10 @@ import { Faq } from "@/lib/types" -export const acceleratorProgramFaq: Faq[] = [ +export const accelerationProgramFaq: Faq[] = [ { question: "Who can apply?", answer: - "The Accelerator program is open to alumni of our entry level programs (e.g. Launch Program, ZK Playground) and other applicants at beginner to intermediate levels with programmable cryptography.", + "The Acceleration program is open to alumni of our entry level programs (e.g. Launch Program, ZK Playground) and other applicants at beginner to intermediate levels with programmable cryptography.", }, { question: "What platform does the program use?",