Connect
+Before diving in, take these quick steps to connect with the movement:
+
+- Sign up via our Join page so we can stay in touch and connect you with volunteer communities around the world.
+- Join the Discord, where most of our day-to-day collaboration happens.
+- Find the next Community Onboarding Call in our event calendar to meet others who have just joined and hear more about what we do.
+- Find your community and meet other local volunteers to find actions happening specifically in your country or city.
+
+ `
+},
+{
+ title: '5 Minutes',
+ content: `
+I have 5 minutes
+Small actions add up. Here are quick ways to contribute:
+
+ `
+},
+{
+ title: '1 Hour',
+ content: `
+I have an hour
+Ready to go a bit deeper? Start conversations and add your voice:
+
+- Talk to someone in your life about AI safety—a friend, neighbour, colleague, or family member. Our counterarguments guide can help you answer tough questions and encourage others to act
+- Share about AI risk on your social media. One of these videos or this website can be a good start. And don't forget to tag us in your posts
+
+ `
+},
+{
+ title: 'A Few Hours',
+ content: `
+I have a few hours
+Make your voice heard where it counts:
+
+- Write to your elected representatives using our email tools:
+
+
+- Call your politicians: Try calling legislators' offices while having a set of talking points in view so you stay on topic
+- Follow up with a phone call, and when you secure a meeting, check out our lobby tips
+- Take a deep dive into our educational materials to build your knowledge
+
+ `
+},
+{
+ title: '1 Day',
+ content: `
+I have a day
+Get out into the world and bring others along:
+
+- Attend one of our upcoming events—or if there isn't one near you, organise your own:
+
+
+- Try tabling or flyering—great ways to reach many people in a short time
+- Attend local events: Many cities have (free / low-cost) events about AI & technology policy. Attending these events is a great way to network and share your concerns
+
+ `
+},
+{
+ title: 'Go All In',
+ content: `
+I want to go all in
+Ready to make PauseAI a serious part of your life? We'd love to have you:
+
+ `
+}
+]} />
## If you are a...
diff --git a/src/posts/events.md b/src/posts/events.md
deleted file mode 100644
index bc5d5c8b..00000000
--- a/src/posts/events.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: PauseAI Events
-description: Meetings, workshops, protests, and more!
----
-
-## View all events [here](https://lu.ma/PauseAI)
-
-
-
-## Create an event
-
-If you want to organize an event, please [create an event on lu.ma](https://lu.ma/create) and press the "submit event" button on [our calendar page](https://lu.ma/PauseAI).
-
-Read more about [local organizing](/local-organizing).
diff --git a/src/posts/organization.md b/src/posts/organization.md
index e742d0f8..782091b4 100644
--- a/src/posts/organization.md
+++ b/src/posts/organization.md
@@ -8,7 +8,7 @@ description: How the PauseAI organization is structured, and what resources are
- [Legal entities](/legal): PauseAI consists of one international entity (PauseAI Global), and several local / national legal entities. This website and the social media accounts are managed by the international entity.
- [National groups](/national-groups): National PauseAI groups are hubs that typically manage their own local communities, and are responsible for national-level strategy and coordination. They typically have their own website, social media accounts and legal entity. National leaders meet regularly to coordinate their work.
- [Teams](/teams): Teams are groups of volunteers who work on specific projects or tasks within PauseAI Global. Every team has its own leader, Discord channel, Drive folder and of course list of members. Reach out to a team leader to join a team!
-- [Local communities](/communities): Check if there already exists a community in your area. Most groups are communicating in our discord server. Some groups are using tools like WhatsApp or a separate Discord server.
+- [Communities](/communities): Check if there already exists a community in your area. Most groups are communicating in our discord server. Some groups are using tools like WhatsApp or a separate Discord server.

diff --git a/src/routes/communities/+page.svelte b/src/routes/communities/+page.svelte
index 49bea776..53726f4f 100644
--- a/src/routes/communities/+page.svelte
+++ b/src/routes/communities/+page.svelte
@@ -126,16 +126,17 @@
{title}
-{description}
- Do you want to add your location or a community? Create a post on our Discord!
+ PauseAI Global has chapters and local communities across the world. These communities are groups
+ of individuals that care about the future and agree a pause is the solution. They work together to educate members of the public and their political representatives about
+ the risks.
+
- Do you want to start a community? Check our Guide on local organizing
+ If you're looking for a group closer to home, check out our map below to find the people nearest
+ to you. The map also includes adjacent AI Safety communities in grey.
@@ -144,11 +145,42 @@
+
+ Can't find a community near you and want to lead the way? Learn how to do it here.
+
+
+
Events
+
+
Interested in attending a PauseAI community event? Find one below.
+
+
+
+
+ Find the full list of events here.
+
+
+
+ If you want to organize an event, please create an event on Luma and press the "submit event"
+ button on our calendar page.
+
+
diff --git a/src/routes/communities/CommunitiesList.svelte b/src/routes/communities/CommunitiesList.svelte
index 10ece4c8..5937cc51 100644
--- a/src/routes/communities/CommunitiesList.svelte
+++ b/src/routes/communities/CommunitiesList.svelte
@@ -1,9 +1,19 @@
-
-
+
+
{#each sortedNationalities as nationality}
-
-
-
- {#if nationalLinks[nationality]}
- {nationality}
- {:else}
- {nationality}
- {/if}
-
- {#if groupedCommunities[nationality] && groupedCommunities[nationality].length > 0}
-
- {#each groupedCommunities[nationality].sort( (a, b) => a.name.localeCompare(b.name) ) as localCommunity}
- -
- {localCommunity.name}
-
+ {@const localCommunities = groupedCommunities[nationality] || []}
+ {@const imageUrl = getCountryImage(nationality)}
+
+
+ {#if expandedCountries.has(nationality) && localCommunities.length > 0}
+
+ {#each localCommunities.sort((a, b) => a.name.localeCompare(b.name)) as localCommunity}
+
+ {localCommunity.name}
+
{/each}
-
+
{/if}
-
+
{/each}
-
+
+
+
diff --git a/src/routes/communities/communities.ts b/src/routes/communities/communities.ts
index d8a6b0d4..0a67438b 100644
--- a/src/routes/communities/communities.ts
+++ b/src/routes/communities/communities.ts
@@ -21,9 +21,8 @@ export type Community = RawCommunity & {
}
export const communitiesMeta: Post = {
- title: 'PauseAI Local Communities',
- description:
- 'A map of all the local PauseAI communities and people around the world. Also shows adjacent AI Safety communities.',
+ title: 'Find your PauseAI Community',
+ description: 'A map of all PauseAI communities, people and events around the world.',
date: '2023-12-15',
slug: 'communities',
categories: []
diff --git a/src/routes/communities/national-chapters.json b/src/routes/communities/national-chapters.json
index 904b339d..814b9e31 100644
--- a/src/routes/communities/national-chapters.json
+++ b/src/routes/communities/national-chapters.json
@@ -1,91 +1,91 @@
{
"communities": [
{
- "name": "PauseAI Netherlands",
+ "name": "Nederland",
"lat": 52,
"lon": 5.6,
"link": "https://chat.whatsapp.com/EOGvhoPCiCqDqwuf9JUxtB"
},
{
- "name": "PauseAI Serbia",
+ "name": "Srbija",
"lat": 44,
"lon": 21,
"link": "https://www.facebook.com/PauseAISerbia"
},
{
- "name": "PauseAI UK",
+ "name": "United Kingdom",
"lat": 54.2,
"lon": -2.4,
"link": "https://x.com/PauseAI_UK"
},
{
- "name": "PauseAI France",
+ "name": "France",
"lat": 47.8,
"lon": 2.6,
"link": "$$DISCORD_FRANCE$$"
},
{
- "name": "PauseAI Canada",
+ "name": "Canada",
"lat": 56,
"lon": -105,
"link": "https://pauseai.ca/"
},
{
- "name": "PauseAI Romania",
+ "name": "România",
"lat": 44.5,
"lon": 26,
"link": "https://www.facebook.com/people/Pause-AI-Romania/61581783381263/?rdid=LfnCxIeWHG9TL4Bp&share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F19yinn6qj4%2F"
},
{
- "name": "PauseAI Kenya",
+ "name": "Kenya",
"lat": 0.5,
"lon": 38,
"link": "https://x.com/Pauseaikenya"
},
{
- "name": "PauseAI España",
+ "name": "España",
"lat": 41.3,
"lon": -4,
"link": "https://chat.whatsapp.com/KEgD22LEo6xEVvjH4fD8br"
},
{
- "name": "PauseAI Australia",
+ "name": "Australia",
"lat": -25,
"lon": 134.5,
"link": "https://www.facebook.com/groups/571590459293618/"
},
{
- "name": "PauseAI Germany",
+ "name": "Deutschland",
"lat": 51.1,
"lon": 10,
"link": "$$DISCORD_GERMANY$$"
},
{
- "name": "PauseAI US",
+ "name": "United States",
"lat": 39.5,
"lon": -98,
"link": "$$WEBSITE_US$$"
},
{
- "name": "PauseAI Czechia",
+ "name": "Czechia",
"lat": 50,
"lon": 15,
"link": "https://discord.gg/4rZ2nGZB3r"
},
{
- "name": "PauseAI Polonia",
+ "name": "Polska",
"lat": 52,
"lon": 19.5,
"link": "mailto:patryk@pauseai.info"
},
{
- "name": "PauseAI Nigeria",
+ "name": "Nigeria",
"lat": 9.5,
"lon": 8,
"link": "https://chat.whatsapp.com/L4o2IiOX1HI2GWQi0J9ZJv"
},
{
- "name": "PauseAI Sweden",
+ "name": "Sverige",
"lat": 65,
"lon": 17,
"link": "mailto:carl@pauseai.info"
diff --git a/src/routes/communities/pauseai-communities.json b/src/routes/communities/pauseai-communities.json
index b23ae781..b52aac09 100644
--- a/src/routes/communities/pauseai-communities.json
+++ b/src/routes/communities/pauseai-communities.json
@@ -5,35 +5,35 @@
"lat": 52.09073739999999,
"lon": 5.081420100000023,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Netherlands"
+ "parent_name": "Nederland"
},
{
"name": "Nottingham",
"lat": 52.9548,
"lon": -1.1581,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI UK"
+ "parent_name": "United Kingdom"
},
{
"name": "Oldenburg",
"lat": 53.1412,
"lon": 8.2146,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Germany"
+ "parent_name": "Deutschland"
},
{
"name": "Edinburgh",
"lat": 55.9533,
"lon": -3.1883,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI UK"
+ "parent_name": "United Kingdom"
},
{
"name": "Manchester",
"lat": 53.4808,
"lon": -2.2426,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI UK"
+ "parent_name": "United Kingdom"
},
{
"name": "Copenhagen",
@@ -46,7 +46,7 @@
"lat": 51.5073509,
"lon": -0.12775829999998223,
"link": "https://chat.whatsapp.com/CkkycjLr6H96lEzJs2ezox",
- "parent_name": "PauseAI UK"
+ "parent_name": "United Kingdom"
},
{
"name": "Rosario",
@@ -59,42 +59,42 @@
"lat": 48.3705,
"lon": 10.8978,
"link": "$$DISCORD_GERMANY$$",
- "parent_name": "PauseAI Germany"
+ "parent_name": "Deutschland"
},
{
"name": "Paris",
"lat": 48.8647,
"lon": 2.349,
"link": "$$DISCORD_FRANCE$$",
- "parent_name": "PauseAI France"
+ "parent_name": "France"
},
{
"name": "Montreal",
"lat": 45.5088,
"lon": -73.5616,
"link": "https://pauseai.ca/montreal.html",
- "parent_name": "PauseAI Canada"
+ "parent_name": "Canada"
},
{
"name": "Nairobi",
"lat": -1.286389,
"lon": 36.817223,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Kenya"
+ "parent_name": "Kenya"
},
{
"name": "Stockholm",
"lat": 59.3293,
"lon": 18.0686,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Sweden"
+ "parent_name": "Sverige"
},
{
"name": "Marseille",
"lat": 43.2963,
"lon": 5.37,
"link": "$$DISCORD_FRANCE$$",
- "parent_name": "PauseAI France"
+ "parent_name": "France"
},
{
"name": "São Paulo",
@@ -119,7 +119,7 @@
"lat": 52.52,
"lon": 13.405,
"link": "https://t.me/+12wemb6BZuQyNjVi",
- "parent_name": "PauseAI Germany"
+ "parent_name": "Deutschland"
},
{
"name": "Rome",
@@ -132,28 +132,28 @@
"lat": 43.6511,
"lon": -79.347,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Canada"
+ "parent_name": "Canada"
},
{
"name": "Amsterdam",
"lat": 52.378,
"lon": 4.8971,
"link": "https://chat.whatsapp.com/EOGvhoPCiCqDqwuf9JUxtB",
- "parent_name": "PauseAI Netherlands"
+ "parent_name": "Nederland"
},
{
"name": "Munich",
"lat": 48.1372,
"lon": 11.5761,
"link": "$$DISCORD_GERMANY$$",
- "parent_name": "PauseAI Germany"
+ "parent_name": "Deutschland"
},
{
"name": "Cambridge",
"lat": 52.2053,
"lon": 0.1192,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI UK"
+ "parent_name": "United Kingdom"
},
{
"name": "Hanoi",
@@ -166,42 +166,42 @@
"lat": 54.5168,
"lon": 18.5419,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Poland"
+ "parent_name": "Polska"
},
{
"name": "Madrid",
"lat": 40.4168,
"lon": -3.7038,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI España"
+ "parent_name": "España"
},
{
"name": "Blackpool",
"lat": 53.8159,
"lon": -3.0553,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI UK"
+ "parent_name": "United Kingdom"
},
{
"name": "Vancouver",
"lat": 49.2463,
"lon": -123.1162,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Canada"
+ "parent_name": "Canada"
},
{
"name": "Melbourne",
"lat": -37.8136,
"lon": 144.9631,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Australia"
+ "parent_name": "Australia"
},
{
"name": "Hamburg",
"lat": 53.5511,
"lon": 9.9937,
"link": "$$DISCORD_GERMANY$$",
- "parent_name": "PauseAI Germany"
+ "parent_name": "Deutschland"
},
{
"name": "Zurich",
@@ -214,7 +214,7 @@
"lat": 52.2681,
"lon": 8.0566,
"link": "$$DISCORD_GERMANY$$",
- "parent_name": "PauseAI Germany"
+ "parent_name": "Deutschland"
},
{
"name": "Milan",
@@ -227,7 +227,7 @@
"lat": 50.0647,
"lon": 19.945,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Poland"
+ "parent_name": "Polska"
},
{
"name": "Yaoundé",
@@ -264,7 +264,7 @@
"lat": 50.0755,
"lon": 14.4378,
"link": "https://discord.gg/4rZ2nGZB3r",
- "parent_name": "PauseAI Czechia"
+ "parent_name": "Czechia"
},
{
"name": "Santiago",
@@ -283,28 +283,28 @@
"lat": 51.4872,
"lon": 11.9656,
"link": "https://t.me/+tobhhF27liwyMjhi",
- "parent_name": "PauseAI Germany"
+ "parent_name": "Deutschland"
},
{
"name": "Munster",
"lat": 51.9612,
"lon": 7.6282,
"link": "$$DISCORD_GERMANY$$",
- "parent_name": "PauseAI Germany"
+ "parent_name": "Deutschland"
},
{
"name": "Freiburg",
"lat": 48,
"lon": 7.8333,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Germany"
+ "parent_name": "Deutschland"
},
{
"name": "Canberra",
"lat": -35.2809,
"lon": 149.13,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Australia"
+ "parent_name": "Australia"
},
{
"name": "Hispanohablantes",
@@ -317,14 +317,14 @@
"lat": -41.433349,
"lon": 147.123323,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Australia"
+ "parent_name": "Australia"
},
{
"name": "Rostock",
"lat": 54.18,
"lon": 12.08,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI Germany"
+ "parent_name": "Deutschland"
},
{
"name": "Manila",
@@ -355,7 +355,7 @@
"lat": -21.115,
"lon": 55.533,
"link": "$$DISCORD_GLOBAL$$",
- "parent_name": "PauseAI France"
+ "parent_name": "France"
},
{
"name": "Veszprém",
@@ -368,217 +368,217 @@
"lat": 33.4484,
"lon": -112.074,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Las Positas College (Livermore)",
"lat": 37.6185,
"lon": -121.7639,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "San Diego",
"lat": 32.7157,
"lon": -117.1611,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "San Francisco",
"lat": 37.7749,
"lon": -122.4194,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "UC Santa Barbara",
"lat": 34.414,
"lon": -119.8489,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Stanford",
"lat": 37.4275,
"lon": -122.1697,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "UC Boulder",
"lat": 40.0076,
"lon": -105.2659,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Denver",
"lat": 39.7392,
"lon": -104.9903,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Hartford",
"lat": 41.7658,
"lon": -72.6734,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Washington DC",
"lat": 38.9072,
"lon": -77.0369,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Orlando",
"lat": 28.5383,
"lon": -81.3792,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Atlanta",
"lat": 33.749,
"lon": -84.388,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Boise",
"lat": 43.615,
"lon": -116.2023,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Lawrence",
"lat": 38.9717,
"lon": -95.2353,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Boston",
"lat": 42.3601,
"lon": -71.0589,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Queen Anne's County",
"lat": 39.0379,
"lon": -75.9577,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Grand Rapids",
"lat": 42.9634,
"lon": -85.6681,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Washington University (Saint Louis)",
"lat": 38.6488,
"lon": -90.3108,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Jersey City",
"lat": 40.7178,
"lon": -74.0431,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Reno",
"lat": 39.5296,
"lon": -119.8138,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "New York City",
"lat": 40.7128,
"lon": -74.006,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Columbus",
"lat": 39.9612,
"lon": -82.9988,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Dayton",
"lat": 39.7589,
"lon": -84.1916,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Portland",
"lat": 45.5051,
"lon": -122.675,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Philadelphia",
"lat": 39.9526,
"lon": -75.1652,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Pittsburgh",
"lat": 40.4406,
"lon": -79.9959,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Providence",
"lat": 41.824,
"lon": -71.4128,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Vanderbilt University (Nashville)",
"lat": 36.1447,
"lon": -86.8027,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Austin",
"lat": 30.2672,
"lon": -97.7431,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Houston",
"lat": 29.7604,
"lon": -95.3698,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
},
{
"name": "Seattle",
"lat": 47.6062,
"lon": -122.3321,
"link": "$$WEBSITE_US$$",
- "parent_name": "PauseAI US"
+ "parent_name": "United States"
}
]
}
diff --git a/src/routes/header.svelte b/src/routes/header.svelte
index 682d81da..67b5e762 100644
--- a/src/routes/header.svelte
+++ b/src/routes/header.svelte
@@ -13,17 +13,12 @@
- {m.header_learn()}
+ {m.header_join()}
+ About Us
+ {m.header_learn()}
{m.header_proposal()}
- {m.header_events()}
- {m.header_faq()}
- {m.header_action()}
- {m.header_donate()}
- {#if enableBot}
- {botName}
- {/if}
-
- {m.header_join()}
+ Act
+ Groups