mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
update copy
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Faq } from "@/lib/types"
|
||||
|
||||
export const accelerationProgramFaq: Faq[] = [
|
||||
export const acceleratorProgramFaq: Faq[] = [
|
||||
{
|
||||
question: "Who can apply?",
|
||||
answer:
|
||||
"The program is open to alumni of our entry level programs (e.g. Contributions 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?",
|
||||
@@ -36,7 +36,7 @@ export const accelerationProgramFaq: Faq[] = [
|
||||
{
|
||||
question: "How long will I have to tackle the open tasks?",
|
||||
answer:
|
||||
"Though our rounds are run in three month periods, grants may last longer depending on task details.",
|
||||
"Though our rounds are run in three month periods, the duration of your grant may be shorter or longer depending on task details.",
|
||||
},
|
||||
{
|
||||
question: "Can I propose an open task?",
|
||||
@@ -1,34 +0,0 @@
|
||||
import { Faq } from "@/lib/types"
|
||||
|
||||
export const contributionsProgramFaq: Faq[] = [
|
||||
{
|
||||
question: "Who can apply?",
|
||||
answer:
|
||||
"The program is open to university students based in Japan, South Korea, Taiwan, Costa Rica, Ecuador and Argentina with a basic understanding of programming. If you're currently enrolled in a mathematics or computer science program, you're likely an excellent fit.",
|
||||
},
|
||||
{
|
||||
question: "What is the structure of the program?",
|
||||
answer:
|
||||
"Our program adopts a hybrid learning model with the majority of learning happening online and weekly in-person meetings for discussions and problem-solving. It consists of three stages: Self-Driven Exploration & Guidance, Hands-On Circuit Writing, and Open-Source Project Contribution.",
|
||||
},
|
||||
{
|
||||
question: "How much time will I need to commit?",
|
||||
answer:
|
||||
"We're looking for dedicated students who can commit 40 hours a week from mid-July to September. You will be required to attend an in-person meetup once a week and make presentations.",
|
||||
},
|
||||
{
|
||||
question: "Can I participate remotely?",
|
||||
answer:
|
||||
"Unfortunately no, the weekly in-person sessions are required for in-depth discussions and collaborative problem-solving.",
|
||||
},
|
||||
{
|
||||
question: "What will I gain from this program?",
|
||||
answer:
|
||||
"Upon completing the program, you'll have comprehensive knowledge about Zero-Knowledge Proofs (ZKP), a bolstered GitHub portfolio from contributing to open-source projects, and potentially earn a grant for further research and contributions.",
|
||||
},
|
||||
{
|
||||
question: "What if I have more questions?",
|
||||
answer:
|
||||
"For any further questions or additional information, you can join our Telegram group!",
|
||||
},
|
||||
]
|
||||
34
data/programs/coreProgramFaq.tsx
Normal file
34
data/programs/coreProgramFaq.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
import { Faq } from "@/lib/types"
|
||||
|
||||
export const coreProgramFaq: Faq[] = [
|
||||
{
|
||||
question: "Who can apply?",
|
||||
answer:
|
||||
"The Core Program is open to university students based in Japan, South Korea, Taiwan, Costa Rica, Ecuador and Argentina with a basic understanding of programming. If you're currently enrolled in a mathematics or computer science program, you're likely an excellent fit.",
|
||||
},
|
||||
{
|
||||
question: "What is the structure of the program?",
|
||||
answer:
|
||||
"We use a hybrid learning model with the majority of learning happening online and weekly in-person meetings for discussions and problem-solving. The program consists of three stages: 1) self-driven exploration & guidance, 2) hands-on circuit writing, and 3) open-source project contribution.",
|
||||
},
|
||||
{
|
||||
question: "How much time will I need to commit?",
|
||||
answer:
|
||||
"We're looking for dedicated students who can commit 40 hours a week from mid-July to September. You will be required to attend in-person meetups once a week and make presentations.",
|
||||
},
|
||||
{
|
||||
question: "Can I participate remotely?",
|
||||
answer:
|
||||
"Unfortunately no, the weekly in-person sessions are required for in-depth discussions and collaborative problem-solving.",
|
||||
},
|
||||
{
|
||||
question: "What will I gain from this program?",
|
||||
answer:
|
||||
"Upon completing the program, you'll have comprehensive knowledge about programmable cryptography, a bolstered GitHub portfolio, and opportunities to apply for grants for further research and contributions.",
|
||||
},
|
||||
{
|
||||
question: "What if I have more questions?",
|
||||
answer:
|
||||
"For any further questions or additional information, you can join our <a class='underline' target='_blank' href='https://t.me/+ebGauHbpDE0yZGIx'>Telegram group</a>!",
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user