Giter VIP home page Giter VIP logo

textbooks's Introduction

Mathigon Textbooks

Welcome to Mathigon! This repository contains the source code and assets for all our interactive textbooks.

Mathigon is an award winning new 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.

Getting Started

After forking and cloning this repository, install all dependencies using npm install.

Now you can start a local development server by running npm start. Wait for the assets to be compiled and then open localhost:5000. The server will automatically watch for file changes.

Every course is a subfolder in the content directory. The URL of the Sequences course, for example, will be localhost:5000/course/sequences.

Course Structure

Every course consists of a few different components:

  • content.md contains the source code and metadata for a course. It is written in a custom extension of Markdown.
  • functions.ts contains all course-specific TypeScript code.
  • styles.less contains all course-specific styles, in LESS format.
  • hints.yaml (optional) contains any messages that can be sent by Mathigon's virtual personal tutor.
  • concepts.yaml (optional) contains parts of Mathigon's internal knowledge tree for this topic.

The shared directory contains biographies, glossary and assets used by multiple courses.

Every course is divided into multiple steps, each with a unique ID. These IDs are used as function names in functions.ts when exporting the setup code for every section. Every function gets called with a $step argument, when the corresponding step is revealed for the first time. Check types.d.ts for the available properties and methods.

The server directory contains a simplified version of Mathigon's web server. It is used for local testing, but should not usually be modified.

Contributing

We welcome any contributions to Mathigon – from bug fixes and correcting typos to creating entirely new courses. If you find any errors or problems, please file an issue. For larger changes, please contact us before starting your work.

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

You can find out more on Mathigon.io.


© Mathigon 2016–2020, All rights reserved

textbooks's People

Contributors

aceway avatar amunger3 avatar bjornrunow avatar clauditza avatar degrangem avatar eda-tech avatar ftruzzi avatar htadashi avatar ksymeon avatar ktwei avatar manuelmenzella avatar mathbear avatar matheharry avatar mismatchtea avatar plegner avatar srikanthccv avatar turquoise-turtle avatar tuyetngo1 avatar williamoconnell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.