/globaled

Course content for Globalization & Education

Primary LanguageJavaScriptMIT LicenseMIT

Globalization & Education

Course slides are written in rmarkdown (.rmd file). It can be either viewed online in github or downloaded and opened with any text editor. The slides were rendered to html using xaringan.

Content

The first half of the course material is based on the textbook by Ritzer, G. nd Dean, P. (2015). Globalization: A Basic Text. Wiley-Blackwell, 2 edition. Though the actual delivery is heavily localized to meet my students' preferences.

View slides

To view the slides as they were presented in class, visit:

Print slides

To print the handouts, use google Chrome's print function (e.g. Ctrl + p or CMD + p). Firefox or other browsers are not supported.

Alternatively, an automated approach is available by using decktape.js. For simplicity, use the docker version of decktape:

# download & install docker here:
https://store.docker.com/search?offering=community&type=edition

# run decktape from terminal
docker run astefanutti/decktape https://zhouyisu.github.io/globaled/session01 session01.pdf

# copy the .pdf file to your current directory
docker cp `docker ps -lq`:slides/session01.pdf session01.pdf.

# remove the lastest used container
$ docker rm `docker ps -lq`