-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from simonwisdom/initial-bios
Initial bios
- Loading branch information
Showing
60 changed files
with
4,982 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Deploy MkDocs site | ||
|
||
on: | ||
push: | ||
branches: | ||
- initial-bios # This specifies the branch to watch for changes (replace 'main' with your default branch name) | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
# Step 1: Checkout the code | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
# Step 2: Set up Python environment | ||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.11' # Use the appropriate Python version | ||
|
||
# Step 3: Install MkDocs and plugins | ||
- name: Install dependencies | ||
run: | | ||
pip install mkdocs | ||
pip install mkdocs-simple-blog | ||
pip install ghp-import # Required for deployment | ||
# Step 4: Build the MkDocs site | ||
- name: Build MkDocs site | ||
run: mkdocs build | ||
|
||
# Step 5: Deploy to GitHub Pages | ||
- name: Deploy to GitHub Pages | ||
run: mkdocs gh-deploy --force --remote-branch gh-pages # Modify branch name if needed | ||
env: | ||
# GitHub token to authorize pushing to the gh-pages branch | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block search_button %} | ||
{% endblock %} | ||
|
||
{% block header %} | ||
<header style="display: flex; align-items: center; justify-content: center; padding: 20px; text-align: center;"> | ||
<div style="display: flex; flex-direction: column; align-items: center;"> | ||
<img src="{{ 'images/book-logo.png'|url }}" alt="Logo" style="height: 100px; width: auto; object-fit: contain;"> | ||
<h1 style="margin: 0; line-height: 1.2; font-size: 20px;"> | ||
2024 Newspeak<br> | ||
Fellowship Candidates | ||
</h1> | ||
</div> | ||
</header> | ||
{% endblock %} | ||
|
||
{% block content %} | ||
<section class="container post"> | ||
<article> | ||
{% if not page.is_homepage %} | ||
<header> | ||
<h1 class="title" id="component-title">{{ page.title }}</h1> | ||
</header> | ||
{% endif %} | ||
{{ page.content }} | ||
</article> | ||
</section> | ||
{% endblock %} | ||
|
||
{% block footer %} | ||
{% endblock %} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
## Heather McRobie Allansdottir | ||
<img src="images/Heather.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Law scholar and writer at the intersections of public international law and political technologies. Doctorate in Law from Oxford University; Lecturer in international and human rights law in Iceland, Australia, and the UK; Researcher in space law and sustainability. | ||
|
||
## Ollie Bream McIntosh | ||
<img src="images/Ollie.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Researcher and designer at the intersections of sustainability transitions and collective intelligence. PhD Candidate at Brussels School of Governance; Principal Consultant at Raincoatfish; Associate Researcher at Mútua Systems. | ||
|
||
## Richard Kemp | ||
<img src="images/Richard.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Focused on cultural evolution, coordination problems, spirituality, and optimism. Interested in recreating the positive effects of religious faith in a distributed way and reforming democracy for a complex world. Background in engineering and financial services; enjoys programming, fantasy, science fiction, and music. | ||
|
||
## Paulina Wisdom | ||
<img src="images/Paulina.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Data analyst with degrees in Applied Mathematics and Data Analytics, shifting to public health to apply behavioral science and game theory. Experienced in community-building and connecting students with non-profits. Passionate about leveraging technology, science, and art for positive change. | ||
|
||
## Ilya Mouzykantskii | ||
<img src="images/Ilya.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
CEO of Civox, a startup creating voice AI tools for global political campaigns. Stanford CS graduate with experience at Telegram and Cardless. Former reporter with work in major newspapers, focused on open data and transparency. | ||
|
||
## Claddagh NicLochlainn | ||
<img src="images/Claddagh.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Parliamentary Lead at the Institute for the Future of Work, contributing to data protection and workers' rights legislation. Holds master’s degrees in public policy and computer science. Experienced in Parliament, startups, and as Head of Policy for a human rights NGO. Volunteers in refugee rights and climate change advocacy. | ||
|
||
## David Norton | ||
<img src="images/David.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Leads research, development, and innovation at Ekō, mobilizing millions to hold corporations accountable. Previously worked in Washington, D.C., Brussels, and London, including roles at the ITUC. Studied sociology, political science, corpus linguistics, and gender studies, focused on how ideas and movements spread online. | ||
|
||
## Dorcas Nyamwaya | ||
<img src="images/Dorcas.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Governance specialist researching digital technologies, democratic processes, and justice. Focused on using data and technology to promote equity and address global challenges. Background in law with experience in urban development and AI governance initiatives. | ||
|
||
## Alex Papadopoulos | ||
<img src="images/Alex.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
UX Researcher in public sector and healthcare, focused on improving user experiences. Co-runs a queer film festival with a background in Psychology and Human-Computer Interaction. Passionate about making a positive impact through creative pursuits like writing and theatre design. | ||
|
||
## Tristan Spill | ||
<img src="images/Tristan.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
London-based graphic designer specializing in UI/UX and online branding. Has worked with major clients like EMI, Viacom, and Disney, with experience in movie posters and digital marketing. Now focused on activism, consulting for scientists against nuclear reactors, and supporting the Green Party and neurodiversity. | ||
|
||
## Melissa Tranfield | ||
<img src="images/Mel.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Software engineer focused on using technology, education, and policy to build a better society. Contributes to Campaign Lab on progressive tech and election tools, and organizes for codebar, teaching programming to minority groups. Passionate about exploring well-designed political tech to drive social change. | ||
|
||
## Casimir Jan Wanot | ||
<img src="images/Casimir.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Software engineer at ExpressVPN, exploring game development and meditation. Interested in large-scale human systems, AI safety, and how individual actions shape them. Practices Global Wayfinding meditation and writes about spirituality and AI alignment on his blog. | ||
|
||
## Simon Wisdom | ||
<img src="images/Simon.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Data Scientist combining analytical thinking and creative experimentation with a background in management and fintech. Currently focused on AI, exploring technical alignment, governance, and policy. Enjoys creative projects and facilitates connection workshops at festivals and workplaces. | ||
|
||
## Yung-Hsuan Wu | ||
<img src="images/Yung-Hsuan.jpeg" alt="Logo" width="150" align="left" style="margin-right:40px"> | ||
|
||
Holds a Master’s in International Affairs with experience in digital policymaking within Geneva's diplomatic and UN ecosystem. Focused on AI policy and governance, exploring the societal and technological intersections from a sociological and anthropological lens. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
body { | ||
/* max-width: 800px; */ | ||
margin: 0 auto; | ||
padding: 1rem; | ||
line-height: 1.6; | ||
} | ||
|
||
h2 { | ||
clear: both; | ||
margin-top: 2rem; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
p { | ||
margin-bottom: 2rem; | ||
} | ||
|
||
img { | ||
border-radius: 30px; /* Slightly rounded corners for images */ | ||
margin-bottom: 2rem; | ||
} | ||
|
||
@media (max-width: 600px) { | ||
img { | ||
float: none !important; | ||
display: block; | ||
margin: 0 auto 1rem auto !important; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
site_name: "2024 Newspeak Fellowship Candidates" | ||
site_url: "https://2024.newspeak.house" | ||
theme: | ||
name: simple-blog | ||
custom_dir: custom_theme | ||
nav: | ||
- Home: index.md | ||
extra_css: | ||
- stylesheets/style.css |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.