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