Skip to content

pages: Add open proposals #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ nav:
- Partnership:
- index: "partnership/index.md"
- Partners: "partnership/partners/index.md"
- Open Proposals:
- index: "partnership/open-proposals/index.md"
- Community Traning: "partnership/open-proposals/community-training/index.md"
- Learning:
- index: learning/index.md
- Events:
Expand Down Expand Up @@ -92,6 +95,7 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- mdx_truly_sane_lists

plugins:
- include-markdown:
Expand Down
121 changes: 121 additions & 0 deletions pages/partnership/open-proposals/community-training/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
---
title: "Open Proposal: Community Training"
description: "Open Proposal: Community Training"
date: "2025-03-23"
authors: ["OSL Team"]
template: single-sidebar.html
---

# Project: Community Training

## Executive Summary

Community Training is an initiative designed to create a centralized online
platform for training and certifying community facilitators. The program will
offer courses on topics such as Diversity, Equity, and Inclusion (DEI),
effective communication, project management, inclusive language, and basic
pedagogical principles. Successful participants will earn digital badges
displayed on their public profiles. This initiative aims to enhance community
management by equipping facilitators with the skills needed to support their
communities effectively.

## Background / Problem Statement

Many digital communities lack a standardized resource for training facilitators
in effective management and communication. Without proper guidance, those in
leadership roles, such as project mentors and study group coordinators, may
struggle to address conflicts or guide community interactions. Community
Training addresses this gap by providing a structured program that ensures
facilitators are well-prepared to manage community issues and support
collaborative growth.

## Objectives and Goals

- **Objective:** Establish an online training platform to train and certify
community facilitators.
- **Goals:**
- Develop and deliver courses covering topcis such as: DEI, communication,
project management, inclusive language, and foundational pedagogical
methods.
- Implement an assessment system where successful participants earn digital
badges.
- Create a public profile system for certified facilitators to showcase their
credentials.
- Enhance overall community management through continuous learning and
mentorship.

## Scope and Deliverables

- **Scope:**
- Design and develop an online platform tailored for community facilitator
training.
- Create curriculum content for at least five core courses.
- Integrate an examination system and digital badge issuance mechanism.
- Establish a public profile system for displaying certifications.
- **Deliverables:**
- A fully functional online platform with user registration and course
modules.
- Comprehensive course materials and exam questions for each module.
- Automated digital badge generation and profile integration.
- Documentation and guidelines for both facilitators and administrators.

## Approach / Methodology

The project will be implemented in three phases:

1. **Planning and Design (Months 1-2):** Define the curriculum, design the
platform architecture, and establish the certification process.
2. **Development and Implementation (Months 3-5):** Build the online platform,
develop course content, integrate the exam and badge systems, and conduct
pilot testing.
3. **Evaluation and Rollout (Month 6):** Gather feedback from pilot users,
refine course content and the platform, and officially launch Community
Training.

An agile methodology will be applied throughout to allow for regular reviews and
continuous improvements.

## Timeline / Project Schedule

- **Phase 1: Planning and Design (Months 1-2)**
- Finalize curriculum and platform design.
- **Phase 2: Development and Implementation (Months 3-5)**
- Develop the online platform and integrate course modules.
- Launch a pilot test with a select group of facilitators.
- **Phase 3: Evaluation and Rollout (Month 6)**
- Collect feedback, refine the platform and content, and officially launch
Community Training.

## Budget and Resource Requirements

- **Platform Development:** $20,000
- **Content Creation & Course Development:** $10,000
- **Pilot Testing & Evaluation:** $2,000
- **Fiscal Sponsor Overhead (10%):** $3,200 **Total Estimated Budget:** $35,200

Additional resources include technical staff for platform development, subject
matter experts for course content, and administrative support for coordination
and outreach.

## Risk Management

- **Content Delays:** Set clear deadlines and allocate dedicated resources for
course development.
- **Low Enrollment:** Implement targeted outreach strategies and leverage
existing community networks.
- **Technical Challenges:** Conduct thorough testing during the pilot phase and
allocate resources for rapid troubleshooting.
- **Insufficient Funding:** Seek additional funding or partnerships early to
secure adequate resources.

## Conclusion and Next Steps

Community Training aims to address a critical gap in digital community
management by providing structured training and certification for facilitators.
This initiative is expected to improve community support and foster a more
effective, inclusive digital ecosystem. We invite potential partners to discuss
this proposal further and explore collaborative opportunities to support the
project's development and long-term success.

For more information or to discuss this proposal further, feel free to contact
us at: <[email protected]>.
26 changes: 26 additions & 0 deletions pages/partnership/open-proposals/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Open Proposals"
description: "Open Proposals"
date: "2025-03-23"
authors: ["OSL Team"]
template: single-sidebar.html
---

# Open Proposals

Welcome to the Open Proposals page of Open Science Labs (OSL). This page serves
as a central hub for proposals aimed at addressing common challenges across our
communities and organizations. Here, we publish ideas that have the potential to
be developed in partnership with other communities, institutes, or interested
partners.

Proposals on this page may originate from OSL or from our partner organizations,
and they are intended to foster collaborative solutions that benefit the broader
open science and technology ecosystem. Each proposal will remain open for
discussion and feedback for one year. If a proposal does not generate sufficient
interest within that period, it will be closed to focus our efforts on active
and promising initiatives.

We invite all partners and interested organizations to review these proposals,
share your feedback, and consider collaboration on projects that can drive
meaningful impact.
17 changes: 16 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies = [
"linkcheckmd (>=1.4.0,<2.0.0)",
"beautifulsoup4 (>=4.12.3,<5.0.0)",
"mkdocs-git-revision-date-localized-plugin (>=1.3)",
"mdx-truly-sane-lists (>=1.3,<2.0)",
]


Expand Down
Loading