Skip to content

Commit

Permalink
Merge pull request #22 from elimu-ai/explain-software
Browse files Browse the repository at this point in the history
feat: explain what the software does
  • Loading branch information
jo-elimu authored Oct 23, 2023
2 parents 6e20e03 + 02c7429 commit 14c9c05
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 147 deletions.
Binary file removed nextjs-blog-theme-preview.png
Binary file not shown.
Binary file removed nextjs-setup-wizard.png
Binary file not shown.
11 changes: 0 additions & 11 deletions posts/another-post-in-the-wall.mdx

This file was deleted.

121 changes: 0 additions & 121 deletions posts/example-post.mdx

This file was deleted.

7 changes: 0 additions & 7 deletions posts/hello-world.mdx

This file was deleted.

41 changes: 41 additions & 0 deletions posts/how-does-it-work.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: How Does it Work?
description: "Hundreds of millions of children cannot read, write or do basic math. This is a problem we can and must solve."
date: Oct 23 2023
---

## Organization Mission

> elimu.ai's mission is to build innovative learning software that empowers out-of-school children to teach themselves basic reading📖, writing✍🏽 and math🔢.
## What Is the Cost?

The learning software is Free and Open Source (FOSS), so that it can be distributed and used at zero cost.

We believe that children everywhere on Earth—regardless of circumstance—should have the _opportunity_ to learn the basics of reading, writing and arithmetic.

## Software Solution

![](https://user-images.githubusercontent.com/15718174/82723985-51250780-9d05-11ea-8fc6-e800d9b414eb.png)

A collection of educational apps and games teaches children basic literacy and numeracy in a fun and engaging way.

Each child can learn <i>fully autonomously</i>, without depending on the availability of qualified teachers.

### Learning Platform 🧩

- The elimu.ai software is a _platform_ of educational content and Android apps/games.

### Open Data 📊

- Collected data is made accessible through public learning analytics dashboards.

### Open Source & Scalable 🌱

- Customizable, localizable and scalable software makes it possible to add support for more languages to the platform.

### Efficient Learning 🧠

- Each child is provided with a clear instructional path for learning literacy and numeracy as efficiently as possible.
- The learning software keeps track of the current knowledge level of the child, and adapts the apps and content to best fit the child's current skill level.
- As a key result, children can teach themselves to read, write and do basic math **within 6 months**.
7 changes: 0 additions & 7 deletions posts/one-more-post.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion utils/global-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const getGlobalData = () => {
: 'Free open source learning software for out-of-school children ✨🚀';
const footerText = process.env.BLOG_FOOTER_TEXT
? decodeURI(process.env.BLOG_FOOTER_TEXT)
: 'elimu.ai\'s mission is to build innovative learning software that empowers out-of-school children to teach themselves basic reading, writing and arithmetic within 6 months.';
: 'elimu.ai\'s mission is to build innovative learning software that empowers out-of-school children to teach themselves basic reading📖, writing✍🏽 and math🔢.';

return {
name,
Expand Down

0 comments on commit 14c9c05

Please sign in to comment.