Skip to content

Commit

Permalink
Add community coordinator job posting
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Nov 1, 2023
1 parent 128acff commit 27e4f3d
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 9 deletions.
90 changes: 90 additions & 0 deletions _jobs/community-coordinator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
---
layout: job-listing
title: Community Coordinator (part-time)
date-posted: November 1, 2023
published: true
type: contract
---

<script type="application/ld+json">
{
"@context" : "https://schema.org/",
"@type" : "JobPosting",
"title" : "Community Coordinator",
"description" : "{{page.text | markdownify | strip_newlines | replace:'"', "'" }}",
"datePosted" : "2023-11-01",
"validThrough" : "2023-12-01T00:00",
"employmentType" : "CONTRACTOR",
"hiringOrganization" : {
"@type" : "Organization",
"name" : "Peer 2 Peer University",
"sameAs" : "https://www.p2pu.org"
},
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "USD",
"maxValue": 25.00,
"minValue": 20.00,
"value": 25.00
},
"jobLocationType": "TELECOMMUTE",
"applicantLocationRequirements": [
{
"@type": "Country",
"sameAs": "https://www.wikidata.org/wiki/Q30",
"name": "USA"
},
{
"@type": "Country",
"sameAs": "https://www.wikidata.org/wiki/Q458",
"name": "European Union"
},
{
"@type": "Country",
"sameAs": "https://www.wikidata.org/wiki/Q19464773",
"name": "Northern America and Mexico"
},
{
"@type": "Country",
"sameAs": "https://www.wikidata.org/wiki/Q258",
"name": "South Africa"
}
]
}
</script>


We are looking for a part-time community coordinator to join our small distributed team. You will help us foster and grow our community of partners, facilitators, learners and other members around the world. This is an exciting opportunity to make a big contribution in a small team.

### Background

Peer 2 Peer University (P2PU) is a U.S.-based non-profit organization that supports community-based alternatives to mainstream formal education. Since 2015, we’ve been running learning circles: in-person study groups for people who want to learn something together. Learning circles currently meet in public libraries and community centers around the world: our partners include public library systems in Chicago, Detroit, Boston, Kansas City, Charlotte, Los Angeles, Toronto, Berlin, Cologne, and Braga (PT) as well as national organizations in Kenya, Poland, Romania, and Finland.

P2PU’s role supporting learning circles is multi-faceted: we build open source software to support in-person learning communities, we train individuals to facilitate learning circles and maintain a virtual facilitator community of practice, we develop and curate open educational resources, and we help our partners build new pathways for community-based learning in their towns and cities.

You will join our small distributed team to work closely alongside librarians, designers, researchers, and educators. Operationally we are a 2-person team, based in Detroit, MI, and Cape Town. This is a part-time (20 hours/week) position with the hope and intent to extend. Compensation is between $20 and $25 per hour. You can be based anywhere. To learn more about P2PU, visit our [website](https://www.p2pu.org/).

### Key responsibilities

- Organize and facilitate community learning circles, ensuring a positive and collaborative learning environment for participants.
- Co-host regular community calls, providing a platform for community members to connect, share ideas, and discuss relevant topics.
- Collaborate with the team to effectively communicate the impact report findings to the community, disseminating insights and progress updates.
- Contribute to the development of one or more newsletters, sharing relevant community updates, success stories, and important announcements.
- Create a more structured format for sharing community stories and develop templates for sharing these stories on various social media platforms, including Instagram, X, and LinkedIn.
- Conduct a comprehensive review of the current community strategy, identifying the community's demographics, engagement activities, strengths, challenges, and opportunities for improvement.
- Handle daily tasks such as scheduling and attending meetings, providing support to community members, offering weekly updates, and managing social media accounts.

### Qualifications & requirements

- Experience in community engagement.
- Proficiency in social media management.
- Excellent organizational and project management skills.
- Analytical skills to review and optimize community strategies.
- Familiarity with learning circles is a plus
- Availability between 9-12 pm Eastern Standard Time;
- Fluency in spoken English;
- Excellent communication skills;
- Ability to work independently as part of a small remote team.
- Reliable high speed internet access

If you are interested in applying for this position please send your CV and cover letter to [[email protected]](mailto:[email protected]) with the “Subject “Community Coordinator” as a single PDF document.
2 changes: 1 addition & 1 deletion _jobs/impact-report-graphic-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: job-listing
title: Graphic Design for our Impact Report
date-posted: October 17, 2023
published: true
published: false
type: project
---
## Background
Expand Down
16 changes: 8 additions & 8 deletions en/jobs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ <h2>Open Positions</h2>
<div class="row pt-2">
{% assign published_jobs = site.jobs | where: "published", true | where: "type", "contract" %}
{% for job in published_jobs %}
<div class="col-12 bg-lighter">
<div class="row d-flex p-1">
<div class="text-end order-md-2 col-12 col-md-0 justify-content-start align-items-end">
<div class="col-12">
<div class="p-3 bg-lighter d-md-flex justify-content-between align-items-center">
<h3 class="m-0">
<a href="{{ job.url }}">{{ job.title }}</a>
</h3>
<div>
<em>Posted: {{ job.date-posted }}</em>
</div>
<h3 class="py-3 order-md-0 col-12 col-md justify-content-start align-items-center">
<a href="{{ job.url }}" class="p-2 mx-2">{{ job.title }}</a>
</h3>
</div>
</div>
{% else %}
Expand All @@ -63,8 +63,8 @@ <h3 class="m-0">
</div>
</div>
{% else %}
<div class="grid-item col-12 p-2 bg-lighter">
<div class="row d-flex p-1">
<div class="col-12">
<div class="p-3 bg-lighter d-md-flex justify-content-between align-items-center">
<p>There are currently no open positions</p>
</div>
</div>
Expand Down

0 comments on commit 27e4f3d

Please sign in to comment.