/meetings

SIGAI@UCF lectures/workshops, categorized by semester. (For spring 2018, will be archived soon.)

Primary LanguageJupyter Notebook

SIGAI Meetings

In this repo, you'll find all the SIGAI@UCF lectures and workshops, categorized by semester. This should also have certain aspects that jive well with our Jekyll site (ucfsigai.github.io).

Table of Contents:

Installation Instructions

To get things up and running, all you need to have Docker installed on your machine. (If you don't, see Dependencies.) Once you've guaranteed that...

  1. cd meetings
  2. sh .docker/run.sh to start the container. (There are build tools, as well; but these are really intended for the coordinators.)
  3. Open localhost:19972 in your browser and navigate to the semester you'd like to view.

Dependencies

  • Docker
    • You need a 2011 Macbook Pro or later to run the macOS version of Docker.
    • You need Windows 10 Pro, Education, or Enterprise to run the Windows version of Docker. (More specifically, you need Hyper-V installed on your machine.)
  • If you need help getting setup, head over to our tutorial