;;; A sample list of courses. Intended to be used in a series ;;; of example programs designed to illustrate HTML generation ;;; in Scheme. Each course is given in the form ;;; (department number name nickname description) ;;; where each element of that list is a string. (define math-courses (list (list "Math/CS" "MAT115" "Introduction to Statistics" "The One Science Course Many Humanists Take" "Introduces the ntions of variability and uncertainty and such common statistical concepts as point and interval examination and hypotheses testing. Data-oriented, with real-world examples chosen from the social and biological sciences") ))