Skip to content

Instantly share code, notes, and snippets.

View gzinck's full-sized avatar

Graeme Zinck gzinck

View GitHub Profile
@gzinck
gzinck / generate-ethics.sh
Last active July 7, 2021 13:04
Script to generate a University of Waterloo ethics application (specifically for Voice UI experiment)
#!/bin/bash
#---------------------------------------------------------------------------
# TO GENERATE YOUR ETHICS FORM
#---------------------------------------------------------------------------
# 1. Install and set up gdoc2pdf from https://github.com/gzinck/gdoc2pdf
# - Verify it works by opening a new terminal and running `gdoc2pdf`.
# - Make sure you are using Node 15.0.1 or later.
# 2. Make sure this script is executable (`chmod u+x generate-ethics.sh`).
# Move it somewhere convenient and add it to your `$PATH` in your shell.