polytroper / textbooks

Source code of Mathigon's interactive textbooks

Home Page:https://mathigon.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mathigon Textbooks

Welcome to Mathigon, an award-winning mathematics education platform for students aged 12 to 18. Part textbook and part virtual personal tutor, it uses cutting-edge technology and an innovative new curriculum to make learning mathematics more fun and more interactive and engaging than ever before. Learn more…

This repository contains the source code and assets for all our courses.

Course Structure

Every course is a subfolder in the content directory, and consists of these components:

  • content.md contains the source code and metadata for a course. It is written in a custom extension of Markdown. More documentation…
  • functions.ts contains all the TypeScript code for all the interactive elements in this course. More documentation…
  • styles.less contains all course-specific styles, using LESS format.
  • hints.yaml (optional) contains any messages that can be sent by Mathigon's virtual tutor.

The content/shared directory contains biographies, glossary, web components, and assets used by multiple courses.

If you want to make changes or additions to this content, you can run a local Node.js server for development. Simply follow our setup instructions.

Contributing

Build Status GitHub repo size GitHub issues

We welcome any contributions to Mathigon – from bug fixes and correcting typos to creating entirely new courses. If you find any bugs or mistakes, please file an issue.

When writing new content, make sure you follow our content development guide, which contains pedagogical principles, style recommendations, and descriptions of interactive elements.

If you want to help us translate Mathigon into more languages, take a look at our localisation documentation.

Before submitting a pull request, you will need to sign the Mathigon Individual Contributor License Agreement.

If you want to work for Mathigon, visit our careers page, and contact us if you have any questions.


Twitter Follow

© Mathigon 2016–2020, All rights reserved

About

Source code of Mathigon's interactive textbooks

https://mathigon.org


Languages

Language:TypeScript 81.3%Language:Less 15.9%Language:JavaScript 2.3%Language:Pug 0.5%