Skip to content

Commit

Permalink
Initial commit with content, structure and basic design
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandino committed Oct 5, 2024
1 parent 90b8352 commit 3ad9609
Show file tree
Hide file tree
Showing 15 changed files with 778 additions and 0 deletions.
26 changes: 26 additions & 0 deletions shared/locales/de/website-faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"metadata": {
"title": "FAQ | Social Income"
},
"title": "FAQ",
"title-long": "Oft gestellte Fragen",
"fighting-poverty": {
"title": "Armut bekämpfen",
"questions": [
Expand Down Expand Up @@ -146,6 +148,30 @@
}
]
},
"selection": {
"questions": [
{
"question": "Warum wählen wir zufällig aus einem Pool qualifizierter Empfänger:innen aus?",
"answer": "Der Zweck der Anwendung dieser Zufallsauswahlmethode besteht darin, mehrere Ziele zu erreichen. Erstens hilft es, Voreingenommenheit bei der Auswahl der Empfänger:innen zu verhindern und sicherzustellen, dass Angehörige oder Bekannte von Personen, die am Prozess beteiligt sind, keine bevorzugte Behandlung erhalten. Zweitens zielt es darauf ab, Spannungen zwischen Empfänger:innenn und Nicht-Empfänger:innenn sowie potenzielle Konflikte zwischen Empfänger:innenn und unserer Organisation zu vermeiden. Schließlich streben wir danach, Technologie dort einzubeziehen, wo dies sinnvoll und vorteilhaft für den Prozess ist."
},
{
"question": "Wer kann den Auswahlprozess beeinflussen?",
"answer": "Indem wir uns auf einen unvorhersehbaren Zufallswert von drand verlassen, der in der Zukunft erzeugt wird, ist es für niemanden möglich, die Ergebnisse des Auswahlprozesses zu beeinflussen. Diese inhärente Zufälligkeit kann genutzt werden, um die Integrität der Auswahl zu bestätigen. Um für Social Income zu qualifizieren, muss eine Person zunächst auf einer Liste einer NGO stehen. Obwohl dies eine vorläufige Bedingung darstellt, steht es im Einklang mit unserem grundlegenden Prinzip: sicherzustellen, dass Social Income diejenigen erreicht, die es am dringendsten benötigen."
},
{
"question": "Wie vermeiden wir Voreingenommenheit und Spannungen?",
"answer": "Um sicherzustellen, dass wir nicht unbeabsichtigt eine bestimmte ethnische Gruppe, Geschlecht oder Berufsgruppe priorisieren, arbeiten wir mit vielfältigen NGOs zusammen, die unterschiedliche Missionen haben. Im Einklang mit unserer 'keinem Schaden zufügen'-Politik streben wir danach, Spannungen zwischen Empfänger:innenn, Nicht-Empfänger:innenn, Gemeinschaften und den NGOs zu verhindern. Unsere zufällige Auswahl spielt dabei eine entscheidende Rolle. Sie stellt sicher, dass Personen, die mit Personen im Prozess verwandt oder bekannt sind, keine Bevorzugung erfahren, die zu Konflikten führen könnte."
},
{
"question": "Was passiert während des Auswahlprozesses?",
"answer": "Wir nutzen die von drand bereitgestellte Zufallszahl, die öffentlich zugänglich ist, um eine bestimmte Anzahl von Personen aus unserer Liste auszuwählen. So wird es gemacht: Wir ordnen zunächst die gehashte Liste der Empfänger:innen. Dann verwenden wir das Zufallselement von drand, um es mithilfe einer <a href='https://de.wikipedia.org/wiki/Schl%C3%BCsselableitung' target='_blank' class='underline'>Schlüsselableitung</a> in eine Position auf der Liste umzuwandeln. Für diejenigen, die an den technischen Details interessiert sind, sind die Funktion und ihre zugehörigen Prozesse in unserem <a href='https://github.com/drand/draw-action' target='_blank' class='underline'>GitHub-Repository</a> dokumentiert."
},
{
"question": "Was ist drand und wer steckt dahinter?",
"answer": "Das drand-Projekt generiert Zufallszahlen, denen jeder vertrauen kann. Es kann angewendet werden, um wirklich zufällige und überprüfbare Auslosungen zu erstellen. Das Projekt wurde 2017 am EPFL von Nicolas Gailly initiiert und erhielt Unterstützung von Philipp Jovanovic. Es wurde von Bryan Ford geleitet.<br></br> Es ist seitdem unabhängig verwaltet worden und betreibt ein Netzwerk namens <a href='https://www.cloudflare.com/leagueofentropy/' target='_blank' class='underline'>League of Entropy</a> mit EPFL, UCL, Cloudflare, Kudelski Security, der Universität von Chile und Protocol Labs. Aktuelle Kernbetreuer des Open-Source-Projekts sind der CEO, CSO und CTO von Randamu, <a href='https://www.linkedin.com/in/erick-watson/' target='_blank' class='underline'>Erick Watson</a>, <a href='https://www.linkedin.com/in/anomalroil/' target='_blank' class='underline'>Yolan Romailler</a> und <a href='https://www.linkedin.com/in/patrickmcclurg/' target='_blank' class='underline'>Patrick McClurg</a>."
}
]
},
"campaign": {
"title": "Fragen und Antworten",
"questions": [
Expand Down
25 changes: 25 additions & 0 deletions shared/locales/en/website-faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "FAQ | Social Income"
},
"title": "FAQ",
"title-long": "Frequently asked questions",
"fighting-poverty": {
"title": "Fighting Poverty",
"questions": [
Expand Down Expand Up @@ -147,6 +148,30 @@
}
]
},
"selection": {
"questions": [
{
"question": "Why do we select randomly out of a pool of qualified recipients?",
"answer": "The purpose of employing this random selection method is to achieve several objectives. Firstly, it helps prevent bias in our recipient selection, ensuring that relatives or acquaintances of individuals involved in the process are not given preferential treatment. Secondly, it aims to avoid tensions between recipients and non-recipients, as well as any potential conflicts between recipients and our organization. Lastly, we strive to incorporate technology where it is feasible and beneficial to the process."
},
{
"question": "Who can influence the draft?",
"answer": "By relying on an unpredictable random value from drand, set to be emitted in the future, it's not possible for anyone to sway the results of the selection process. This inherent randomness can be utilized to confirm the integrity of the selection. To qualify for Social Income, an individual must first be on a list provided by an NGO. While this does present a preliminary condition, it aligns with our foundational principle: ensuring that Social Income reaches those most in need."
},
{
"question": "How do we avoid bias and tensions?",
"answer": "To ensure we don't inadvertently prioritize a specific ethnic group, gender, or occupation, we collaborate with diverse NGOs that have varied missions. In line with our 'do no harm' policy, we strive to prevent tensions among recipients, non-recipients, communities, and the NGOs. Our random selection plays a pivotal role in achieving this. It ensures that those related to or acquainted with individuals in the process aren't shown favoritism, which could lead to conflicts."
},
{
"question": "What is happening during the selection process?",
"answer": "We utilize the random number provided by drand, which is publicly accessible, to pick a set number of individuals from our list. Here's how it's done: we first organize the hashed list of recipients. Then, using the randomness element from drand, we convert it into a position on the list through a <a href='https://en.wikipedia.org/wiki/Key_derivation_function' target='_blank' class='underline'>key derivation function</a>. For those keen on the technical details, the function and its associated processes are documented in our <a href='https://github.com/drand/draw-action' target='_blank' class='underline'>GitHub repository</a>."
},
{
"question": "What is drand and who is behind it?",
"answer": "The drand project generates random numbers that everyone can trust. It can be applied to create truly random and verifiable drafts. Initiated in 2017 at EPFL by Nicolas Gailly, drand received support from Philipp Jovanovic and was guided by Bryan Ford.<br></br> It has since become independently managed and maintains a network called the <a href='https://www.cloudflare.com/leagueofentropy/' target='_blank' class='underline'>League of Entropy</a> with EPFL, UCL, Cloudflare, Kudelski Security, the University of Chile, and Protocol Labs. Current core maintainers of the open source project are the CEO, CSO and CTO of Randamu, respectively <a href='https://www.linkedin.com/in/erick-watson/' target='_blank' class='underline'>Erick Watson</a>, <a href='https://www.linkedin.com/in/anomalroil/' target='_blank' class='underline'>Yolan Romailler</a>, and <a href='https://www.linkedin.com/in/patrickmcclurg/' target='_blank' class='underline'>Patrick McClurg</a>."
}
]
},
"campaign": {
"title": "Frequently asked questions",
"questions": [
Expand Down
116 changes: 116 additions & 0 deletions shared/locales/en/website-selection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
{
"section-1": {
"subtitle": "Aspiration",
"title": [
{
"text": "In the spirit of universal basic income, we aspire to be truly universal by "
},
{
"text": "providing Social Income to all.",
"color": "accent"
}
],
"target": [
{
"text": "8,104,666,773",
"color": "accent"
},
{
"text": "potential",
"color": "accent"
}
],
"population": "8,104,666,773",
"potential": "potential",
"scope": "beneficiaries live on Earth",
"continue": "However"
},
"section-2": {
"subtitle": "Our Reality",
"title": [
{
"text": "Given our "
},
{
"text": "limited resources,",
"color": "accent"
},
{
"text": "we must thoughtfully select our beneficiaries."
}
],
"amount": "USD 300,000",
"amount-context": "raised to date",
"scope": "visit our transparency page ↗",
"continue-1": "To be thoughtful means ",
"continue-2": "to be fair and transparent."
},
"section-3": {
"preselection-title": "Fair Preselection",
"preselection-subtitle": "Prioritizing based on need",
"preselection-desc": "Identifying and building a pool of qualifying individuals with the aid of local knowledge.",
"preselection-goal": "Goal: Prioritizing based on need.",
"preselection-1-title": "Target the poorest",
"preselection-1-desc": "We've committed to focusing our efforts on the most vulnerable, ensuring our aid delivers the biggest impact where it’s most needed.",
"preselection-1-annex": "3,404,666,773 potential beneficiaries (international poverty line).",
"preselection-2-title": "Condense target area.",
"preselection-2-desc": "One of the highest concentrations of people in need is in Sierra Leone, where 57% of the population lives under the poverty line and the typical monthly earnings are below USD 45.",
"preselection-2-annex": "2,666,773 qualify in Sierra Leone.",
"preselection-3-title": "Creating a pool of potential recipients",
"preselection-3-desc": "We partner with local NGOs dedicated to poverty alleviation to identify those in need, building a large, scalable pool of potential beneficiaries.",
"preselection-3-annex": "5000+ potential beneficiaries currently in the pool, which can be scaled up.",
"selection-title": "Transparent Selection",
"selection-subtitle": "Minimize possible tensions",
"selection-desc": "Making sure our selection process is bias-free, transparent to all, and avoids favoritism.",
"selection-goal": "Goal: Minimize possible tensions",
"selection-1-title": "Lottery Approach",
"selection-1-desc": "When faced with making a choice, the lottery stands out as fair and unbiased approach. This is especially true when all options are equally desirable.",
"selection-1-annex": "Selecting from individuals, all of whom stand to benefit.",
"selection-2-title": "Truly Random",
"selection-2-desc": "A lottery’s integrity depends on its unpredictability. Confidence grows when people know it's purely by chance, without manipulation and publicly verifiable.",
"selection-2-annex": "The newest random number operating our lottery.",
"selection-3-title": "Publicly Verifiable",
"selection-3-desc": "By publishing the source code that operates the random selection, we empower everyone to verify the process and ensure there is no manipulation.",
"selection-3-annex": "Review our source code. Verify our draws below."
},

"section-4": {
"title": [
{
"text": "Our "
},
{
"text": "past ",
"color": "accent"
},
{
"text": "recipient draws."
}
],
"past-draws-description": "The following list shows the past draws that have taken place to select recipients for Social Income.",
"draw-card": {
"summary": "{{ count }} out of {{ total }} selected",
"random-number": "Random number",
"confirm-drand": "Confirm on drand",
"confirm-github": "Confirm on Github",
"long-list": "{{ total }} people on the long list, {{ count }} selected",
"people": "People",
"ngo": "NGO"
}
},

"section-5": {
"title": [
{
"text": "That "
},
{
"text": "sounds good ",
"color": "accent"
},
{
"text": "but..."
}
]
}
}
26 changes: 26 additions & 0 deletions shared/locales/fr/website-faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"metadata": {
"title": "Questions fréquentes | Social Income"
},
"title": "FAQ",
"title-long": "Frequently asked questions",
"fighting-poverty": {
"title": "La lutte contre la pauvreté",
"questions": [
Expand Down Expand Up @@ -146,6 +148,30 @@
}
]
},
"selection": {
"questions": [
{
"question": "Pourquoi choisissons-nous au hasard dans une liste de bénéficiaires potentiels?",
"answer": "L'utilisation de cette méthode de sélection aléatoire répond à plusieurs objectifs. Tout d'abord, elle permet d'éviter les biais dans la sélection des bénéficiaires, en garantissant que les parents ou les connaissances des personnes impliquées dans le processus ne bénéficient pas d'un traitement préférentiel. Deuxièmement, elle vise à éviter les tensions entre les bénéficiaires et les non-bénéficiaires, ainsi que tout conflit potentiel entre les bénéficiaires et notre organisation. Enfin, nous nous efforçons d'intégrer la technologie lorsque cela est possible et bénéfique pour le processus."
},
{
"question": "Qui peut influencer la sélection?",
"answer": "En utilisant une valeur aléatoire imprévisible fournie par drand, définie pour être émise dans le futur, il est impossible à quiconque d'influencer les résultats du processus de sélection. Ce caractère aléatoire intrinsèque peut être utilisé pour confirmer l'intégrité de la sélection. Pour être éligible au Social Income, une personne doit d'abord figurer sur une liste fournie par une ONG. Cette condition préliminaire est conforme à notre principe fondamental : veiller à ce que Social Income parvienne à ceux qui en ont le plus besoin."
},
{
"question": "Comment éviter les biais et les tensions?",
"answer": "Afin de ne pas privilégier par inadvertance un groupe ethnique, un genre ou une catégorie professionnelle, nous collaborons avec plusieurs ONG aux missions variées. Conformément à notre principe \"ne pas nuire\", nous nous efforçons de prévenir les tensions entre les bénéficiaires, les non-bénéficiaires, les communautés et les ONG. Notre sélection aléatoire joue un rôle essentiel à cet égard. Elle garantit que les proches ou les connaissances des personnes impliquées dans le processus ne font pas l'objet d'un traitement de faveur, ce qui pourrait entraîner des conflits."
},
{
"question": "Comment se déroule le processus de sélection?",
"answer": "Nous utilisons le nombre aléatoire fourni par drand, publiquement accessible, pour choisir un certain nombre de personnes dans notre liste. La procédure est la suivante : nous chiffrons d'abord la liste des bénéficiaires. Puis nous utilisons l'élément aléatoire de drand et nous le convertissons en une position sur la liste au moyen d'une clé de dérivation. <a href='https://fr.wikipedia.org/wiki/Fonction_de_d%C3%A9rivation_de_cl%C3%A9' target='_blank' class='underline'>Schlüsselableitung</a> Pour les personnes intéressées par les détails techniques, la clé et les processus inhérents sont décrits dans notre <a href='https://github.com/drand/draw-action' target='_blank' class='underline'>dépôt GitHub</a>."
},
{
"question": "Qu'est-ce que drand et qui est derrière?",
"answer": "Le projet drand génère des nombres aléatoires auxquels tout le monde peut se fier. Il peut être utilisé pour créer des ébauches véritablement aléatoires et vérifiables. Initié en 2017 à l'EPFL par Nicolas Gailly, drand a reçu le soutien de Philipp Jovanovic et a été encadré par Bryan Ford.<br></br>Depuis lors, il est géré de manière indépendante et entretient un réseau appelé <a href='https://www.cloudflare.com/leagueofentropy/' target='_blank' class='underline'>League of Entropy</a> avec l'EPFL, l'UCL, Cloudflare, Kudelski Security, l'Université du Chili et Protocol Labs. Les principaux responsables actuels du projet open source sont le CEO, le CSO et le CTO de Randamu, à savoir <a href='https://www.linkedin.com/in/erick-watson/' target='_blank' class='underline'>Erick Watson</a>, <a href='https://www.linkedin.com/in/anomalroil/' target='_blank' class='underline'>Yolan Romailler</a> et <a href='https://www.linkedin.com/in/patrickmcclurg/' target='_blank' class='underline'>Patrick McClurg</a>."
}
]
},
"campaign": {
"title": "Questions et réponses",
"questions": [
Expand Down
Loading

0 comments on commit 3ad9609

Please sign in to comment.