DSJC New Session Checklist
The course is a collaboration between Kristina Visscher of the UAB Department of Neurobiology and UAB IT Research Computing. The intent of the course is to provide a guided platform for self-motivated students to learn more about Data Science and its important accessory skills. Accessory skills include software development, programming, data engineering, image and signal processing, visualization development, and high performance computing.
The course runs every session each year: Fall, Spring, Summer. The UAB Academic Calendar dictates when classes start for each session. As instructors, our goal should be to have the course published the week before classes start.
Course Setup Checklist
Steps can be performed by any Teachers and Instructors unless otherwise noted.
-
Merge GBSC and IDNE sections.
- Must be done by IOR.
- Please visit Canvas: Course Cross-Listing SLA page.
-
Add course Teachers and Instructors as needed.
- Must be done by IOR after merge step is complete! Otherwise, adds may need to be redone.
- Please visit Canvas: Add/Remove User(s) SLA page.
-
Upload Syllabus HTML
- Navigate to Syllabus page.
- Switch text entry box to raw HTML mode by clicking
</>
symbol at bottom-right of box. - Copy-paste HTML into text entry box.
- Update Demonstration assignment links.
- Look for the three HTML tags like
<a title="Demonstration #1" href="">
. - For each one, add the appropriate assignment page path, which should look like
/courses/$course_number/assignments/$assignment_number
, e.g. like/courses/1601187/assignments/6860919
. This can be found by visiting the assignment to get the$course_number
and$assignment_number
values.
- Look for the three HTML tags like
- Switch to WYSIWYG mode: click
</>
symbol again. - Check "Show Course Summary" checkbox.
- Verify formatting is correct.
- Manually verify all links by clicking them!
- Make a note of the Syllabus page URL for use with the Assignments page. Not the Syllabus editing page!
-
Set up the Syllabus Affirmation Assignment HTML
- Navigate to Assignments page.
- Click "+ Assignment" button.
- Enter Assignment Name in text entry box:
Syllabus Affirmation
. - Set the following field values in the remainder of the form.
- Points:
1
- Assignment Group:
Assignments
- Display Grade as:
Complete/Incomplete
- Assign:
- Assign to:
Everyone
- Due: Monday of 2nd week.
- Available from/until: blank
- Assign to:
- Points:
- Click "Build" button.
- Follow instructions at Syllabus Affirmation Assignment.
- Click "Done" button.
-
Set up the Demonstration Assignment HTML
- Navigate to Assignments page.
- Click "+ Assignment" button.
- Enter Assignment Name in text entry box:
Demonstration #1
. - Switch text entry box to raw HTML mode by clicking
</>
symbol at bottom-right of box. - Copy-paste HTML into text entry box.
- Update Syllabus link.
- On the first line is HTML tag that looks like
<a title="Syllabus" href="">
. - Copy-paste Syllabus Page URL between double quotes after
href=
.
- On the first line is HTML tag that looks like
- Switch to WYSIWYG mode: click
</>
symbol again. - Set the following field values in the remainder of the form.
- Points:
1
- Assignment Group:
Assignments
- Display Grade as:
Complete/Incomplete
- Submission Type:
No Submission
- Group Assignment: unchecked
- Peer Reviews: unchecked
- Assign:
-
Assign to:
Everyone
-
Due: varies, see table below
Assignment due dates should be staggered, with at least three weeks between them, always on a Friday. The following table contains due dates for each. You will need to determine the actual calendar dates for each semester.
Session Length #1 Due Date #2 Due Date #3 Due Date 14 weeks 6th week 10th week 14th week 10 weeks 4th week 7th week 10th week -
Available from/until: blank
-
- Points:
- Click save and publish!
- For
Demonstration #2
andDemonstration #3
:- Go to the main Assignments page.
- Click the vertical three dots next to the
Demonstration #1
assignment you created. - Click "Duplicate".
- On the new entry, click the vertical three dots, then "Edit Assignment".
- Modify the "Name" field appropriately.
- Click "Save & Publish".
- Verify the assignments are published in the Assignments main page, with a green checkmark icon next to each.
- Manually verify all links by clicking them!
-
Set up Home page.
- Navigate to Home page.
- Click "Choose Home Page" button.
- Select "Syllabus".
- Click "Save" button.
-
Set up Settings page.
- Course Details tab:
- Set appropriate start and end dates according to the Academic Calendar.
- End date should be at least one week after the last day of final exams so students may review their grades and course material
- Typically Canvas does a good job of picking these dates
- Navigation tab:
- Disable all except:
- Home
- Announcements
- Syllabus
- Assignments
- Grades
- People
- Chat
- UAB Libraries
- UAB Cares
- UAB Policies
- Technology Resources
- Student Academic and Support Services
- Put them in the above order!
- Disable all except:
- Course Details tab:
-
Use Student View to verify the course has appropriate appearance and function.
- Make sure syllabus looks correct.
- Make sure assignments are visible (they need to be published).
- Manually verify all links by clicking them!
- Publish the course. May need to be done by IOR.
-
Make an announcement welcoming new students.
- Navigate to Announcements Page.
- Click
+ Announcements
button. - Enter Topic Title as "Welcome to the Data Science Journal Club course!"
- Switch text entry box to raw HTML mode by clicking
</>
symbol at bottom-right of box. - Copy-paste HTML into text entry box.
- Switch to WYSIWYG mode: click
</>
symbol again. - Modify as necessary to be relevant to the current session.
Important Information
People
Course Title | UAB Title | Name | |
---|---|---|---|
Instructor of Record | Associate Professor | Kristina M. Visscher | kmv@uab.edu |
Instructor | RC Facilitator (Scientist I) | William Warriner | wwarr@uab.edu |
Instructor | RC Facilitator (Scientist I) | Matthew Defenderfer | mdefende@uab.edu |
Relevant Pages
- UAB Academic Calendar: https://www.uab.edu/students/academics/academic-calendar
Abbreviations
- DSJC: Data Science Journal Club
- GBSC: Graduate Biomedical Sciences
- IDNE: Neuroengineering
- IOR: Instructor of Record
- RC: Research Computing
- SLA: Service Level Agreement
- TA: Teaching Assistant
-
WYSIWYG: What You See Is What You Get
- Refers to a kind of text editor that lets you see what the resulting document will look like as you make changes.
- Microsoft Word is WYSIWYG.
- Most Canvas Page text entry boxes are WYSIWYG by default.
Notes on Using Canvas
Most Canvas Page text entry boxes, including those of Syllabus and Assignments, have a WYSIWYG HTML editor. The entry mode can be changed to raw HTML mode by clicking the </>
symbol at the bottom-right of the box. We use raw HTML mode extensively, allowing us to version control invidividual pages for the content of the course.