MozillaFestival / open-leaders-7

Creative Commons Attribution Share Alike 4.0 International
21 stars 24 forks source link

Young Accessibility Leaders #51

Open theo-bech opened 5 years ago

theo-bech commented 5 years ago

Project Lead: theo-bech

Mentor: johnantoni

Welcome to OL7, Cohort C! This issue will be used to track your project and progress during the program. Please use this checklist over the next few weeks as you start Open Leadership Training :tada:.


Before Week 1 (Jan 30): Your first mentorship call

Before Week 2 (Feb 6): First Cohort Call (Open by Design)

Before Week 3 (Feb 13): Mentorship call

Before Week 4 (Feb 20): Cohort Call (Build for Understanding)

Week 5 and more

This issue is here to help you keep track of work as you start Open Leaders. Please refer to the OL7 Syllabus for more detailed weekly notes and assignments past week 4.

theo-bech commented 5 years ago

Vision Statement:

I hope to work with secondary education professionals, developers, and people with disabilities or in the disability field to create a hands-on curriculum on disability and assistive technology so that middle and high school students can acquire technological skills in a context that inspires their use for positive impact.

I'm working open because I seek to build a community of contributors able to expand on the curriculum and adjust it to their communities' resources and reality of disability, and because a lot of great assistive tech is being made by people who keep their projects open.

dblana commented 5 years ago

I love your project, and your vision statement is great! :+1:

ghost commented 5 years ago

I'd love to hear more! I have a long term plan to secure funding to draft curricular guidelines or a textbook of some sort for developers on legal matters, including accessibility.

theo-bech commented 5 years ago

Open Canvas

theo-bech commented 5 years ago

I'd love to hear more! I have a long term plan to secure funding to draft curricular guidelines or a textbook of some sort for developers on legal matters, including accessibility.

@webdevlaw thank you! Part of this project is documenting tutorials on accessibility, although the intended audience is teachers who want to introduce their class to assistive tech.

theo-bech commented 5 years ago

Roadmap

Let's create an open curriculum on assistive technology for middle and high school students!

Project-driven tech classes in secondary education (IT, robotics, etc.) could have a much greater influence on students if they covered the ways in which technology can be used for positive community engagement. A curriculum on assistive technology - any tools used by people with disabilities - could familiarize students with disability and accessibility, offer an example of the work engineers and developers do to assist people with disabilities, and inspire them to effect change in their communities as future professionals.

Young Accessibility Leaders aims to do just that: create a hands-on curriculum on assistive technology as well as a platform where educators can access the materials and collaborate with developers, disability professionals, and people with disabilities to evaluate and contribute to the resources available.

The following roadmap lists the Milestones and corresponding tasks as of 3/2/2019:

Milestone: Complete Introductory Course

The introductory course gives students a taste of what's ahead, familiarizing them with the concepts of disability, accessibility, and assistive technology, as well some of the challenges in the field.

Milestone: Complete Project 1 Study & Teaching Materials

Project 1 is a smart doorbell for people with hearing and/or mobility impairments, built using a RaspberryPi and Python code. It's already been taught in a robotics class at the Model Experiment Junior High School of the University of Macedonia, so most of the resources are complete!

Milestone: Complete Project 2 Study & Teaching Materials

Project 2 is a basic mouse stabilizer script concept for people with Essential Tremor using AutoHotKey.

Milestone: Create GitHub Repository

The goal of Young Accessibility Leaders is to build a platform where educators and other contributors (especially people with disabilities) will be able to access the project materials and share ideas and resources. Creating a GitHub repository is a good place to start for contributors with technical backgrounds.

Milestone: Build Website

For contributors with non-technical backgrounds and to avoid the hassle of GitHub, we need to build a website where the resources will be more easily accessible.

Milestone: 4th EKEDISY Conference

The curriculum will be presented in the 4th EKEDISY Conference between May 10-12th in Athens. The presentation will be part of a workshop on planning project-driven lessons in assistive technology.

Milestone: Compile GitBook Guide

It'll be nice to have all teaching materials in pdf or e-book format.

Milestone: Expand Curriculum/Enhance Availability

The curriculum needs more projects, and all existing resources need to be translated into other languages to increase reach/impact.

nor-mn commented 5 years ago

A well-worked roadmap, the vision of the project is well focused. :100:

la LIBREría #47

dblana commented 5 years ago

Nice Open Canvas and very detailed roadmap!

As a biomedical engineer, I work with people who have movement problems. It will be great if your curriculum inspires future engineers! I look forward to seeing how I can contribute :smiley:

theo-bech commented 5 years ago

Nice Open Canvas and very detailed roadmap!

As a biomedical engineer, I work with people who have movement problems. It will be great if your curriculum inspires future engineers! I look forward to seeing how I can contribute 😃

@dblana Thanks! I've only worked on assistive tech with a couple of biomedical engineers so I'm still figuring out the contribution details for you guys, but I really appreciate your enthusiasm 😃

theo-bech commented 5 years ago

Made a repository for the project and started drafting the README.md file.

scottkildall commented 5 years ago

Very clearly stated and organized. Good work!

theo-bech commented 5 years ago

Added CONTRIBUTING and code of conduct. Really surprised github markdown doesn't support footnotes.

dblana commented 5 years ago

Hi Theodore, have you heard of Makey Makey? I saw this webinar and thought you might be interested: Electrify Assistive Technology :smiley:

theo-bech commented 5 years ago

@dblana it looks like a great source of inspiration, I'll check it out! Thanks 😄

theo-bech commented 5 years ago

The source code for Project 1 of Young Accessibility Leaders ("Basic Mouse Stabilizer for People with Essential Tremor") has been uploaded! It's a basic script for returning the cursor to its original position after a sudden movement has been detected. The main learning objective is to familiarize students with loops, conditional expressions, and the vast potential of the AutoHotKey language for assistive solutions and personal applications.