Giter Club home page Giter Club logo

mixi's Introduction

Adelphi University Educational Technology Courses

The goal of this project is to create a space where the course syllabi for the program in Educational Technology can be easily shared, edited, and remixed.

See the course syllabuses online here.

Directories and components

courses

This is where the action is -- the actual syllabuses are located in the /content dir. They are written in markdown using the pandoc extensions. If you are interested in the course content, this is the place to look, you can pretty much ignore the rest of the project.

build.py

This script builds all of the courses into standalone html files. Basically, it does this:

  • look up all the files in /courses
  • grab a template from /tmpl
  • include the main css for that tmeplate from /css
  • optionally include a course-specific css
  • execute pandoc to build html files to /out

To run the script, you need Python (probably will work with whatever version you have installed) and pandoc.

The script works for me, but is very rough. For example, there is no way to change the template without editing the script. Also the only template so far is the Adelphi template, but it would be easy enough to build a plain and a mobile template.

docs

Once you run build, here are your html course syllabi, which should look nice and stylish. Courses are built to the docs dir and pushed live when committed to github pages. If you want to include images or other external resources in your markdown, you should put it in docs and reference it as a relative path.

raw

The HTML for the courses is built here, without any "containing" html. The raw output is used to push to Wordpress, Blogger, etc. where the framework already has its own template.

mixi's People

Contributors

mcuringa avatar gusandrews avatar wikey avatar sjuttam25 avatar tomjennings-edtech 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.