mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
35 lines
1.7 KiB
TypeScript
35 lines
1.7 KiB
TypeScript
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!",
|
|
},
|
|
]
|