* * This file is a part of slate_permutate. * * slate_permutate is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * slate_permutate is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with slate_permutate. If not, see . */ function calvin_info() { return array('name' => 'Calvin College', 'url' => 'http://calvin.edu/', /* * rDNS postfixes which indicate a student is * connecting from that college campus */ 'domains' => array( 'calvin.edu', ), 'example_course_id' => 'CS-232', 'registration_url' => 'https://portal.calvin.edu/Pages/WebAdvisor.aspx?title=Express+Registration&PID=ST-WERG', 'student_address' => 'Knight', 'webadvisor_url' => 'https://resources.calvin.edu/selfservice/WebAdvisor', ); } function calvin_instructions_html() { return <<Instructions

Using the Auto-Complete function

Note: For best results, use Firefox, Google Chrome, or Safari.

  1. Determine the classes you wish to take next semester.
  2. Enter in the class numbers (e.g. MATH 101, CS 104) in the Class ID box.
  3. Select a valid class number from the drop down menu.
  4. Click anywhere outside of the box to automatically fill in the available section data for that class.
  5. Repeat this process for each class.
  6. Click “Find a Schedule” to view all possible schedules for next semester.
EOF; }