Difference between revisions of "Procedures"

From Computer Science
Jump to: navigation, search
(MS Application Status)
(Handin)
(141 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
=For Faculty and GAs=
 +
The items in this section are related to managing courses, etc. for faculty and GAs.
 +
 +
==GAs - Administrative Things ==
 +
'''Kronos''' -
 +
GA time should be reported in Kronos.  There is information about how to do this in the grad school's GA orientation. The departmental staff person who signs off on your time is [https://www.indstate.edu/faculty-staff/jessica-markle Jessica Markle].  You should normally report 20 hours worked, and make sure this is entered by Friday morning by the end of the 2 week pay period.  You should put a repeating calendar reminder for yourself so you will remember to do this on time.
 +
 +
'''Picture''' -
 +
A picture of you will be posted to [[ISU CS People]] and posted in the lab.  If you want something other than your ISU id photo used, send it to the associate chairperson and whoever is managing the ISU CS People page.
 +
 +
'''Zoom Lab Hour''' -
 +
For your lab hours, you will have Zoom running so that people can come online for help as well.  You need to create a Zoom  meeting with your ISU zoom account and set it so it is only open to ISU zoom accounts.  Test the link with someone else to make sure it works, and then send the zoom id the associate chairperson.
 +
 +
'''Lab hours''' -
 +
Send to the associate chairperson your preferred hours (e.g., mostly afternoon, or give specifics) and hours you ''cannot'' do (e.g., classes, or recurring appointments).
 +
 +
'''Programming languages and operating systems''' -
 +
Send to the associate chairperson which programming languages you can help students with (should include at least C and python since those are covered in your first term in the CS MS), and which operating systems you can help students with (should at least include the OS of your own personal computer(s)).
 +
 +
==FERPA==
 +
All graduate assistants and faculty members are required to be informed about FERPA (Family Educational Rights and Privacy Act) and agree to abide by it. This basically entails keeping all information about students (their grades, which courses they are in, etc.) private and not disclosing to anyone else (e.g., including their family members, unless the student has followed the process to grant anyone else access).
 +
 +
To indicate your agreement, do the following: ISU portal / Employee self service / FERPA Acknowledgement, and then click the check box that you agree and Submit.
 +
 +
==Textbook Adoptions==
 +
Instructors are supposed to indicate to the book store what materials are required (i.e., textbook) or if none are required.  You get to this by logging in to the ISU Portal and then finding the "Textbook Adoptions" app/link.
 +
 +
==Canvas - Merge/Combine Sections==
 +
The steps are outlined here: https://indstate.teamdynamix.com/TDClient/1851/Portal/KB/ArticleDet?ID=139949
 +
 +
Note that the destination course needs to be published before you can crosslist/merge.
 +
 +
==Canvas - Setting up Zoom==
 +
The steps are outlined here: https://indstate.teamdynamix.com/TDClient/1851/Portal/KB/ArticleDet?ID=140452
 +
 +
==Canvas - Creating MS Teams Team==
 +
To create a MS Teams team for a course, do the following.  Note that the team will automatically contain all of the students, so you don't need to worry about adding students to the team.  If you are merging multiple sections, you should do that first before enabling the team.
 +
* In the canvas site for the course, click Settings on the left menu.
 +
* Click Integrations on the tab options on the top.
 +
* Under Microsoft Sync, enable the push button and then click the Sync Now button.
 +
 +
==Canvas - Importing==
 +
To import course content, you go to the course you want to import into, click Settings at the bottom of the menu on the left, then Import Course Content on the right.
 +
 +
==Canvas - Adding People==
 +
Note that the +People button to add people to a course may be greyed out if it is past the end of the course's term. To be able to add someone, you need to go to the Settings and set it so the end of availability for the courses is in the future, and after adding a person you can then change it back to how it was.
 +
 +
==Canvas - Email the class==
 +
From canvas, click the Inbox icon on the left (that looks kind of like a printer), then click the icon that looks like a pencil for writing a new message.  From there it's relatively clear. 
 +
 +
Note that if you have cross-listed sections (merged) this is likely the easiest way to write a message to the whole class.
 +
 +
==Canvas - Let Students View Roster==
 +
The roster in Canvas is under the "People" link on the left. By default this is not visible to students.  So you need to go to Settings, then Navigation, and drag People up to the part top area where the tools are that are visible to students.
 +
 +
==A-017, A-019, A-186, A-015 - CS room setup==
 +
To connect your laptop or use the CS system that is at the sympodium, do the following.
 +
* In A-017 and A-019, press the On button on the podium, and press the PC button on the podium.
 +
* For CS system, set the KVM switch to 1.
 +
* For laptop use, set the KVM switch to 2.  You should plug in the usb-c cable coming as the output from the KVM switch into your laptop.  Depending on your laptop connections, you might need to unplug the HDMI USB cables from the usb-c dongle and plug the HDMI and USB cables directly into your laptop.
 +
* Once things are going through the projector properly, check the audio.  In A-017 and A-019 you may need to adjust the volume knob on the top of the podium.
 +
* You should also confirm that your microphone is working.
 +
 +
If the connection is not working, some troubleshooting steps that sometimes work.
 +
* Unplug each cable going into the KVM switch and plug back in.
 +
* Unplug HDMI cables going into the wall and plug back in.
 +
* Sometimes, powering off the entire podium and powering it on again is needed.  Note, though, that this also powers off the CS system in the podium, so make sure it comes back on.
 +
 +
==Class Attendance==
 +
attendance.py is a script that can be used to extract attendance for CS courses that take place in A-017 and A-019.  It will count a student as present as long as they logged in within 10 minutes of the start of class and logged out within 10 minutes of the end of class.  To get started with attendance.py you can do the following.
 +
<pre>
 +
mkdir ~/csXYZ
 +
cd ~/csXYZ
 +
cp ~cs151/attendance/murali/.attendance .
 +
attendance.py
 +
</pre>
 +
Note - for this to work you need to have an ssh key installed.  For that you can run
 +
<pre>
 +
mkdir ~/.ssh
 +
cd ~/.ssh
 +
ssh-keygen -t ecdsa
 +
cp id_ecdsa.pub authorized_keys
 +
</pre>
 +
 +
==Zoom==
 +
As of 2020 ISU has a site license for Zoom so you can use your ISU credentials to login to Zoom and have "professional" features (no limits on meeting length, etc.).  For getting started info, see https://indstate.teamdynamix.com/TDClient/1851/Portal/KB/ArticleDet?ID=109823 from OIT and a quick tour video https://youtu.be/zTuIN5SsjQA from Jeff Kinne.
 +
 +
Some notes -
 +
* '''Use Application''' - the application in Windows/Mac (and probably Linux) has some features that the web version and phone/tablet/chromebook app do not.  If you can you should use the application on Windows/Mac.  For a comparison, see https://support.zoom.us/hc/en-us/articles/360027397692
 +
* '''Configuration''' - there are some configuration options that you can get to at http://indstate-edu.zoom.us that you cannot through the application.  If you don't see something you think you should, look for it here.
 +
* '''Limiting access''' - in the advanced settings for a meeting, you can limit access to ISU Accounts only.  You can also use a different meeting id for each meeting and require a password.  It is recommended to do all of these.
 +
* '''Attendance''' - if you login to http://indstate-edu.zoom.us with your ISU credentials, you can click on Reports and then Usage, and you can get an attendance report for each meeting.  You can also ask participants to type "here" into the meeting chat, and select a setting for the meeting that will automatically save the chat when the meeting is done.
 +
* '''Host vs coHost''' - a host can manage breakout rooms and some other features that a cohost cannot.  There can be only one host at a time.  In the advanced settings you can designate possible alternate hosts (e.g., GAs) that can also start the meeting as hosts.  Alternate hosts have to be ISU email addresses (e.g., Jeffrey.Kinne@indstate.edu, randomGA@sycamores.indstate.edu).
 +
* '''Breakout rooms''' - you can put people into breakout rooms, and the host can jump around between them.  You can upload preset breakout rooms by clicking the right settings for the meeting in indstate-edu.zoom.us.  Or you can do it manually during the meeting, or let it assign at random.
 +
* '''Polls''' - you can create a poll with multiple choice questions ahead of time (csv, click around in the meeting settings), or create it on the fly during the meeting.  Results are anonymous and not saved after the meeting.
 +
* '''Click yes/no/raise-hand/etc.''' - on the participant list users can click yes/no (if you ask a question, then you'll see how many said yes), they can raise their hand, or click a few other things.
 +
* '''Recording''' - you can set a meeting to auto-record (but then it will start recording when the first person joins) either to the local computer (in which case you'll get an mp4) or to the cloud (a link to see it on zoom, and you can download the mp4 if you want to).  You can also start recording whenever you like, and can pause and start the recording again.
 +
* '''Share screens''' - works like in Teams, Skype, etc.
 +
* '''Shared whiteboard''' - is cute, could be used as the whiteboard for the class.  You can save it as a jpg, and click between pages during the meeting.
 +
* '''Waiting room''' - a setting available for each meeting.  You can let others join the meeting before you do, or make them wait in a waiting room until you join the meeting.  You can also send participants to the waiting room during a meeting (e.g., during lab hours GAs might do this if helping one student and having the next wait in the waiting room until ready).
 +
* '''Share screen - zoom controls''' - to show the zoom controls while doing a screen share, see http://tuftsedtech.screenstepslive.com/s/19028/m/94934/l/1231030-how-do-i-share-my-zoom-windows-and-control-bar.  This allows the attendees to see what you are clicking on with the zoom controls (useful when explaining how to use zoom).
 +
* '''Zoom App on CS Systems''' - it might work for you to use the Zoom App on Chrome from the CS systems.  You would need to add the Zoom extension and then launch the Zoom app/extension from here - https://chrome.google.com/webstore/detail/zoom/hmbjbjdpkobdjplfobhljndfdfdipjhg?hl=en-US
 +
 +
For a comparison of what different types of users can do during a meeting, see https://support.zoom.us/hc/en-us/articles/360040324512-Roles-in-a-meeting and https://support.zoom.us/hc/en-us/articles/206330935.
 +
 +
==Zoom - Attendance==
 +
To see who was in a meeting after the fact, you can: go to https://indstate-edu.zoom.us, login with your ISU email and password, go to Reports, click Usage, pick a date range.  You will see a list of past meetings. Each row has a link on the last column that you can click to see who was in the meeting (and for what duration).
 +
 +
==Handin==
 +
Documentation is in man on the system.  Read through the following
 +
<pre>
 +
man handin
 +
man handin.config
 +
man ccu
 +
man igf
 +
</pre>
 +
You need to have a course that was created for you with class accounts by Steve.
 +
 +
A short howto geared towards students is in the wiki [[Handin|at this link]].
 +
 +
==Course Websites==
 +
Using Steve's course website system (for faculty) -
 +
<pre>
 +
cd ~/public_html
 +
mkdir csXYZ
 +
cd csXYZ
 +
cp -R ~sbaker/public_html/cst/* .
 +
</pre>
 +
Then edit the files in ~/public_html/csXYZ.
 +
 +
Some notes...
 +
* The information about the course will be in ~/public_html/csXYZ/config.json.  You edit that file and make changes to individualize it to your course.
 +
* This file is a json file - contains a javascript dictionary that contains all of the course information.
 +
* Note that if you have syntax errors in config.json, the webpage won't render properly.
 +
* config.json can have multiline strings, newlines _do not_ need to be escaped (a local modification to the JSON5 interpreter), but may be escaped with a backslash \, like
 +
<pre>
 +
"courseDesc" : "This is a description\
 +
of the course.  Is it not\
 +
wonderful?"
 +
</pre>
 +
* Note - strings are interpreted with [https://github.com/erusev/parsedown parsedown markdown] which seems to follow the syntax of [https://daringfireball.net/projects/markdown/basics this], see [https://parsedown.org/tests/ parsedown tests] for examples of each supported markdown feature, the file as a whole is [https://json5.org/ JSON5].  Note that JSON5 does allow some things that JSON does not.
 +
* The config.json file can have C style multi-line comments as well.
 +
* The config can be validated on the CS server using the command ''''json5 -v config.json''''.  Note that un-escaped newlines in strings will cause it to fail validation.
 +
 
== CS Online Teaching ==
 
== CS Online Teaching ==
 
Proposal for minimum standards and requirements for CS online courses.
 
Proposal for minimum standards and requirements for CS online courses.
  
# Oversite - Include director of CS in the blackboard site and any other systems, as a student.
+
# Oversite - Include associate chairperson of CS in the blackboard site and any other systems, as a student.
 
# Email - Reply to emails within 24 hours during the work week, within 48 hours otherwise.
 
# Email - Reply to emails within 24 hours during the work week, within 48 hours otherwise.
# Discussion - Use some discussion system where students can post questions, answer each other’s questions, and the instructor can do the same.   
+
# Discussion - Use some discussion system where students can post questions, answer each other’s questions, and the instructor can do the same.  The standard discussion system used is [https://judy.indstate.edu/ CS's mattermost server].
 
# Course management template - Use the CS course management template (blackboard, syllabus, anything else that is included) that the CS faculty have agreed on.
 
# Course management template - Use the CS course management template (blackboard, syllabus, anything else that is included) that the CS faculty have agreed on.
 
# Lecture content - lecture content (asynchronous videos and/or synchronous) must be at least half as many hours as the total # of lecture-credit-hours (½ of 45, for a 3 credit hour course).
 
# Lecture content - lecture content (asynchronous videos and/or synchronous) must be at least half as many hours as the total # of lecture-credit-hours (½ of 45, for a 3 credit hour course).
 
# Assignments - assignments are well documented in text, and proper solutions and hints are demo’ed (either by a video demo, good powerpoint, etc.).
 
# Assignments - assignments are well documented in text, and proper solutions and hints are demo’ed (either by a video demo, good powerpoint, etc.).
# Final exam - is proctored by the university-standard proctoring service.
+
# Final exam - is proctored by the [https://www.indstate.edu/online/resources/faculty/online-proctoring university-standard proctoring service].
 
# Phone - talk on the phone/skype/etc. with each student at least once.
 
# Phone - talk on the phone/skype/etc. with each student at least once.
 
# Content and assignments - cover the same content and use the same types of assignments as the face-to-face version of the course.
 
# Content and assignments - cover the same content and use the same types of assignments as the face-to-face version of the course.
Line 17: Line 161:
 
# Abide by university guidelines
 
# Abide by university guidelines
  
== The following are suggestions from students ==
+
=== The following are suggestions from students ===
 
# Keep videos 20 minutes or shorter
 
# Keep videos 20 minutes or shorter
 
# Make sure students have a way to interact with each other and instructor.  Make it not for many points.
 
# Make sure students have a way to interact with each other and instructor.  Make it not for many points.
Line 23: Line 167:
 
# Have enough videos and/or simulation/demos since people are mainly visual learners.
 
# Have enough videos and/or simulation/demos since people are mainly visual learners.
  
== Suggestions from someone who has taught online at other universities ==
+
=== Suggestions from someone who has taught online at other universities ===
 
# Consistency - types of assignments, lecture content, off-line information, short web casts are the best
 
# Consistency - types of assignments, lecture content, off-line information, short web casts are the best
 
# 8 weeks or 16 or something else - 8 weeks can work, more pressure to stay on track
 
# 8 weeks or 16 or something else - 8 weeks can work, more pressure to stay on track
Line 33: Line 177:
 
# Hints/tips - due dates on Sunday/Saturday for flexibility, use group work, ability to get asynchronous help is very important, early assignments to get everyone on track
 
# Hints/tips - due dates on Sunday/Saturday for flexibility, use group work, ability to get asynchronous help is very important, early assignments to get everyone on track
 
# Something - having GA/Steve help on checking for cheating, running auto-graders, etc.
 
# Something - having GA/Steve help on checking for cheating, running auto-graders, etc.
# Department Documents
 
# Department guidelines (bylaws, P&T, etc.) are in blackboard the the department faculty have access to.  The bylaws are here.
 
  
== Class Visit Evaluation ==
+
== Syllabi ==
When a faculty member visits another’s class, the teaching visit evaluation can be completed and sent to the person you are visiting.
+
The following link is the standard template used for the syllabus for CS courses - https://docs.google.com/document/d/1cqXZZp0JOg0FOlGOBpMhffbDMiWBV-hw6VkV2KnwBO4/edit?usp=sharing
Syllabi
 
The following link is the standard template used for the syllabus for CS courses - https://docs.google.com/document/d/1VmSebAOSwdViyQJ0kCdPiIlYmA2sx0ieR_zg8MzFrYo/edit?usp=sharing
 
  
 
== CS Programs Committee  ==
 
== CS Programs Committee  ==
The director of CS is normally the chairperson of the CS Programs Committee and takes care of calling meetings, etc.  When the director is on sabbatical the CS Programs Committee may be convened by the chairperson and asked to choose a chairperson for the duration of the sabbatical.
+
The associate chairperson of CS is normally the chairperson of the CS Programs Committee and takes care of calling meetings, etc.  When the associate chairperson is on sabbatical the CS Programs Committee may be convened by the chairperson and asked to choose a chairperson for the duration of the sabbatical.
  
== Email Lists ==
+
==Student information==
cs-grads, cs-ugrads, cs-alumni, cs-chat, cs-faculty, cs-advisory-board are updated through https://cs.indstate.edu/mailman/admin/cs-grads, and then Membership Management, and then either Mass Subscription to add new students or Mass Removal to remove (e.g., remove those who graduated).  For the password entry, probably use https.  Jeff, Steve, and Geoff are currently listed as admins; others can be added as needed.  See also http://cs.indstate.edu/info/email-lists.html
+
Useful banner screens...
 +
* SHATERM - undergrad GPA (at ISU)
 +
* SOAPCOQ - undergrad incoming GPA (from outside ISU)
 +
* SPAAPIN - advising pin
 +
* SAAADMS - student admission information
 +
* SOAHOLD - information on holds
  
== Graduate admissions ==
+
==Printers and Supplies==
point of contact - Shauna Lehman, graduate recruitment director
+
GAs have a key to the CS work roomGAs can use the printers, copier/scanner, and supplies in the work room - for your use as students and lab assistants / TAs.  You will be told how to add these to their computers and the code needed for using the copierIf you notice any supplies being low, let the administrative assistant know.
# When you get an email “Admission Status Recommendation” email from ISU-GradInfo, write to the email listed for the applicant with the “MS Applicant with a Complete Application” message below.
 
# When the applicant replies with their contact information and current resume, forward to one of the CS faculty (rotate through so all who are willing take turns) to ask for them to set up a time for the interviewInclude the applicant on this message.
 
# When the CS faculty member reports back after the interview, either Admit, Deny, or Postpone the decision.
 
# # Admit - if you are admitting the student, reply to the original message from ISU-GradInfo with the decision “Admit” and give the name and id # of who their advisor will be (R.B.).
 
# # Deny - reply to the original message from ISU-GradInfo giving the decision as Deny.
 
# # Postpone - to give the applicant another chance to do better in the phone/skype interview, reply to the student with the “MS Applicant Decision - Postpone” message below.
 
# A few times during the semester, write to all applicants in the “Newly Admitted Grads MACS only” spreadsheet who applied for CS for the next term’s admission (math applicants are in the file as well), and let them know what their status is (some do not know their application is missing something).  You can use the “MS Application Status” message belowThe spreadsheet is automatically sent to Jeff every business day, ask him for the latest version any time.
 
  
== Graduate student probation and dismissals  ==
+
= Email Lists =
point of contact - department chairperson
+
See [[Email Lists]].
Graduate students with below 3.0 GPA are put on probation and by default retained.  Having below 3.0 GPA for a second semester in a row by default results in a dismissal.  Students on the dismissal list can be retained if the department recommends this.  First semester students with below 3.0 GPA after the first semester can be dismissed if the department recommends this.  Our standard policy has been to dismiss students with below 3.0 GPA who have an F due to cheating or plagiarism.  The dean of the graduate school writes with a probation and dismissal list in the week after final grades are due, and the department needs to respond promptly if we want any of the default options changed for any of the students.  Plan on checking email and replying to the dean’s message during the week that final grades are due.
 
  
== Graduate Advising ==
+
=Honors Conversions=
Point contact - Jackie Shin, Associate Dean of CGPS, and Maria Chaqra, Asst Dir of CGE
+
Students in the honors program often decide to do an "honors conversion" for some of the courses in the major. It is up to the instructor and student to agree on an extra project or additional work to be done to count for the conversion.   
Plans of study  Students should have a complete and up to date plan of study.  The template is linked from http://cs.indstate.edu/info/advising-grad.html#graduation_application
 
The plans of study that students sent from the fall of 2017 are on the CS server in /u1/faculty-private/advising/
 
Application for Graduation  Students receive an email at the beginning of term letting them know they need to apply to graduate if they will graduate this term.  When they apply, an email with subject “NAME has applied for graduation” comes to the director and graduate advisor. The email has a link to a form to fill out to indicate if they are on track or not (the link only works from on campus or with the VPN - see https://www.indstate.edu/sites/default/files/media/graduate/pdfs/graduation-checkout-instructions_1.pdf for instructions about dealing with the form).  You should check their plan of study and transcript to make sure it looks okay.  If they have any transfer credit, it shows up in the total # of credits on their transcript, or the department admin can look it up.
 
Graduation - Pre-Check and Final Check  For those applying to graduate you will complete the graduation checkout form (mentioned above) during the semester (the pre-check) and after grades are in (the final check).  Plan on having a few hours on Wednesday after final grades are in to do the final check.
 
Other forms and information  Other forms that the faculty advisor and graduate students might need are at https://www.indstate.edu/cgps/graduate?qt-graduate_quicktabs=4#qt-graduate_quicktabs  and
 
https://www.indstate.edu/cgps/graduate?qt-graduate_quicktabs=3#qt-graduate_quicktabs and
 
https://www.indstate.edu/cgps/graduate/current-students/forms
 
  
== CS graduate assistants ==
+
One generic plan that can be given is the following: ''A significant project related to course material. This will be agreed upon at the mid-term. Possible options include: paper and presentations on the historical development of BLANK (whatever the course is) with a focus on key figures, paper and presentations highlighting applications of BLANK (whatever the course is) to computer science and beyond, tutorial materials that show how to solve more challenging problems within BLANK (whatever the course is).'' This is fairly open-ended and has the student making connections between the course and something outside of the course.
point of contact - department chairperson
 
Advising current GAs  First time GAs should be observed if they are teaching or lecturing. First time GAs should also have their grading checked if they are grading for the first time. GAs should be encouraged to observe each other, and check each other’s grading, and offer advice to each other. 
 
Beginning of semester meeting  The one supervising the GAs normally meets with them as a group before or near the beginning of the semester to discuss expectations, answer questions, etc.
 
Weekly meeting  The supervisor of the GAs can hold a brief weekly meeting with the GAs during the first part of the semester to make sure everyone is doing what they’re supposed to and to answer questions.  GAs should look at all the information linked off the CS homepage. 
 
Website  One of the GAs can be chosen to make sure information on the website is current (particularly the labs page which tends to change every semester).
 
Other GA duties Note - http://cs.indstate.edu/info/labs.html#duties
 
Choosing GAs for Fall 2018  See http://cs.indstate.edu/info/admissions-grad.html#assistantships for deadlines and discussion.  Normally the GAs for the next fall are chosen in April and May.  
 
  
== ACM Club ==
+
The instructor also needs to put on the honors conversion form how the project or additional work will be evaluatedOne option is the following: ''The project will be given a letter grade, and the overall course grade given cannot be higher than the grade of the project. The rubric for the project grading will be agreed upon when the particular project is finalized.'' Note that this sets higher than "just" a pass/fail standard for the project, so is likely to provide more motivation to the student.
point contact - director of CS or department chairperson, ACM officers email list
 
# The advisor to the club signs reimbursement forms for the club treasurer (normally for pizza)The advisor should check out the normal Friday noon meeting every once in a while.  The advisor might have a meeting with the officers to discuss how things are going, etc.  The advisor may choose to have the officers help in running a programming contest or other events during the semester.  See also http://cs.indstate.edu/acm/
 
# Transfer credit (undergraduate) 
 
# point of contact - Robin Banks, CAS Dean’s office Academic Associate
 
# CAS Dean’s office may contact you asking for what transfer credit to apply for transfer students.  See http://cs.indstate.edu/info/transfer.html for some that are already set up and the normal criterion to use in evaluating courses. The dean’s office may ask you whether to apply the transfer credit as a one-time-only for a given student, or make it the default for the institution they are coming from.  
 
# Transfer credit (graduate) 
 
# point of contact - Jackie Shin, Associate Dean of CGPS, and Rebecca Stinnett, CGPS
 
# CS graduate students who have graduate credit elsewhere may ask for transfer credit.  See http://cs.indstate.edu/info/transfer.html for the normal criterion to use.  Note that at most 9 credits of transfer credit can be applied to the MS degree, only grades of B or higher can transfer, and the transfer course must be a graduate course while the student was a graduate student.
 
  
== Cheating Czar ==
+
= Graduate admissions =
point of contact - department chairperson
+
# When the department receives an email “Admission Status Recommendation” email from ISU-GradInfo, the administrative assistant writes to the email listed for the applicant with the “MS Applicant with a Complete Application” message below.
See http://cs.indstate.edu/info/policies.html  For any cheating or plagiarism, the case should be discussed with the cheating czarThis should normally done BEFORE discussing with the student or notifying the student there is a problemThe cheating czar gives advice on how to deal with the situation and is a second opinion to confirm that the activity is indeed cheating/plagiarism.
+
# When the applicant replies with their contact information, current resume, and answers to programming problems, this is forwarded to the associate chairperson. The associate chairperson picks one of the faculty to be responsible for the technical interview and replies to that faculty member and the applicant, and updates a spreadsheet that keeps track of status for each applicant.
 +
# When the CS faculty member reports back after the interview, either Admit, Deny, or Postpone the decision.
 +
## Admit - if you are admitting the student, reply to the original message from ISU-GradInfo with the decision “Admit” and give the name and id # of who their advisor will be (R.B.)Include the associate chairperson on the message.
 +
## Deny - reply to the original message from ISU-GradInfo giving the decision as DenyInclude the associate chairperson on the message.
 +
## Postpone - to give the applicant another chance to do better in the technical interview, reply to the student with the “MS Applicant Decision - Postpone” message below.
 +
# A few times during the semester, write to all applicants in the admissions spreadsheet, and let them know what their status is (some do not know their application is missing something).  You can use the “MS Application Status” message below.  Applicant status comes to the department automatically once per week.  The associate chairperson runs a script to combine this with department status information.
  
== Student Issues ==
+
Requests from applicants.
point of contact - department chairperson, CAS Associate Dean Dennis Ballard
+
* Change of term requests
 +
** If more than one year since original application, need to create a new application but should ''not'' be charged an application fee a second time.
 +
** Within one calendar year: if referred application then department can update term, if admitted or incomplete application then department asks CGPS to update term.
 +
* Unofficial transcripts
 +
** Unofficial transcripts can be used for international students for their application, but they also need to have official transcripts sent.  For domestic students, only official transcripts will be accepted.
 +
** Test scores - only official test score reports will be accepted, these need to be sent directly from the testing company.
  
== Curriculum ==
+
= Graduate student probation and dismissals  =
point of contact - department chairperson, CAS Associate Dean Bassam Yousif
+
Graduate students with below 3.0 GPA are put on probation and by default retained.  Having below 3.0 GPA for a second semester in a row by default results in a dismissal.  Students on the dismissal list can be retained if the department recommends this.  First semester students with below 3.0 GPA after the first semester can be dismissed if the department recommends this.  Our standard policy has been to dismiss students with below 3.0 GPA who have an F due to cheating or plagiarism.  The dean of the graduate school writes with a probation and dismissal list in the week after final grades are due, and the department needs to respond promptly if we want any of the default options changed for any of the students.  Plan on checking email and replying to the dean’s message during the week that final grades are due.
See also https://indstate.curriculog.com/
+
 
 +
== CS graduate assistants ==
 +
''Advising current GAs''  First time GAs should be observed if they are teaching or lecturing.  First time GAs should also have their grading checked if they are grading for the first time. GAs should be encouraged to observe each other, and check each other’s grading, and offer advice to each other.
  
== OIT ATAC (Academic Technology Advisory Committee) ==
+
''Beginning of semester meeting''  The faculty member supervising the GAs normally meets with them as a group before or near the beginning of the semester to discuss expectations, answer questions, etc.
point of contact - Lynn Larimer, OIT Admin. Assist. and Yancy Phillips, OIT Academic Services Director
 
This is a committee that gets updates from OIT on upcoming changes or issues and gives feedback to OIT.  The committee normally meets a few times per semester.
 
  
== OIT ITFG (Instructional Tools Focus Group) ==
+
''Weekly meeting''  The supervisor of the GAs can hold a brief weekly meeting with the GAs during the first part of the semester to make sure everyone is doing what they’re supposed to and to answer questionsGAs should look at all the information linked off the CS homepage.
point of contact - Stephanie Alexander, Faculty Fellow for Instructional Tools
 
This group sometimes is asked for an opinion on upcoming changes in instructional toolsThe discussion is through email only, there are no in person meetings.
 
  
== Website ==
+
''Website''  One of the GAs can be chosen to make sure information on the website is current and get the GA schedule into the calendar that shows on the CS homepage.
point of contact - CS lab coordinator
 
One of the GAs can help to make sure the information on the website is current and up to date.  The directory on the CS server is /net/web/info/ 
 
  
== Equipment ==
+
''Other GA duties''  Note - https://cs.indstate.edu/wiki/index.php/Unix_Lab_and_Help#Lab_Assistant_Duties
point of contact - CS lab coordinator
 
We are due up for a refresh of the unix lab and a new server. Check with Yancy Phillips once ready to start the process.
 
  
== Assessment ==
+
''Choosing GAs''  See https://cs.indstate.edu/wiki/index.php/Graduate_Admissions#Assistantships_and_Funding for deadlines and discussion.
point of contact - director of CS, department chairperson
 
Exit survey -  An exit survey is sent to graduating students. The department admin can get a list of students who have applied to graduate from Argos; though note that this only includes students who have CS as their primary major. Blue Reports can give a list that includes all CS majors (whether it is listed as primary or not), but does not indicate whether a student has applied to graduate (number of credits earned and enrolled is listed).  The exit survey is sent through Qualtrics; a qualtrics account.  To get a qualtrics account, you should submit an OIT help desk ticket.
 
  
==Programming assessment ==
+
= ACM Club =
See http://cs.indstate.edu/info/policies.html#assessment and http://cs.indstate.edu/info/faq.html#assessment  The assessment should be given close to the beginning of the semester, around halfway through the semester, and multiple times towards the end of the semesterMWF noon is normally free for most CS students as a time to give the assessment; though some students have non-CS classes at this time.  The class time for CS 500 (MWF 2-3) is also a time when there are no other CS coursesIt is best to pick the times and days for the assessment soon and get them onto the calendar on the CS homepage.
+
The advisor to the club signs reimbursement forms for the club treasurer (normally for pizza)The advisor should check out the normal Friday noon meeting every once in a while.  The advisor might have a meeting with the officers to discuss how things are going, etcThe advisor may choose to have the officers help in running a programming contest or other events during the semester.  See also http://cs.indstate.edu/acm/
  
== Graduation ==
+
= Transfer credit =
point of contact - department chairperson
+
See [[Undergraduate Transfer Credit]] and [[Graduate Transfer Credit]].
Coordinate with the department chairperson on holding a reception just after graduation and inviting students and families.
 
  
== CS 499 ==
+
= Academic Misconduct =
point of contact - director of CS, department chairperson
+
See [[Policies]]For any cheating or plagiarism, the case should be discussed with the associate chairpersonThis should normally done BEFORE discussing with the student or notifying the student there is a problem.  The associate chairperson gives advice on how to deal with the situation and is a second opinion to confirm that the activity is indeed cheating/plagiarism.
See https://docs.google.com/document/d/1p-v_b9Nr4bxCXGVX4rk4TJbdaMgFa9qkLutopfKcfmE/edit for what has been traditionally done in this courseIt is 1 credit and pass/failNormally the following are done - have students prepare resumes, critique the resumes, invite Career Center to come talk to the class about applying for jobs, have each student find one job to apply to, give advice on tailoring their application to that job, have students practice solving problems on hackerrank, have students present solutions to hackerrank problems, have students present one project or program from one of their courses to the class.  Generally, the class meets every week for 1 hour for the first 10 weeks or so of the semester.
 
  
== Undergraduate Admissions ==
+
= Assessment =
 +
An exit survey is sent to graduating students.  The associate chairperson and administrative assistant use Blue Reports to get a list of students that includes all CS majors (whether it is listed as primary or not), and can check on which are planning to graduate a given term.  The exit survey is sent through Qualtrics.
  
Point of contact - Regina Atkins, Assoc Dir Admissions
+
See also [[CS Program Assessment]].
This person meets with prospective new undergraduate students and their families.  The Office of Admissions arranges for a time you are normally available on Fridays and you are notified when a student schedules a visit.  You talk to the student and family about ISU in general, CS at ISU in particular, and answer questions to help them decide where the student should attend college and whether to major in CS and/or something else.  See this from summer honors 2017 for an example of the type of advice you might give some of the students/families.  See also http://cs.indstate.edu/info/basic.html  If there is a date that you cannot handle, you normally ask the other CS faculty if one of them can take the appointment.
 
  
== 2018-2019 Schedule ==
+
=Programming assessment =
point of contact - dept. chairperson, administrative assistant, director of CS
+
See [[Policies]] for details.
The 2018-2019 schedule is linked off the CS homepage.  Check your classes to make sure it looks okay.
 
  
== Email Messages ==
+
= Email Messages =
  
 
The following are templates for email messages to send for various things.
 
The following are templates for email messages to send for various things.
  
===MS Applicant with a Complete Application===
+
==MS Applicant with a Complete Application==
  
 
Subject: your application to the CS MS program at Indiana State University
 
Subject: your application to the CS MS program at Indiana State University
Line 151: Line 265:
 
Body:  
 
Body:  
  
Cheers. I am writing regarding your application to the MS in Computer Science at Indiana State University.
+
Cheers. I am writing regarding your application to the MS in Computer Science at Indiana State University.
 +
 
 +
You have submitted the documents required by the university (normally, transcripts demonstrating a four-year university degree or equivalent, and English language proficiency, if required).
 +
 
 +
Your application is now with Computer Science. To move your application forward, it is require that you are competent in programming in some programming language and have a good knowledge of basic data structures and algorithms. If you have completed a degree in computer science, you, hopefully, have these skills already. If you do not have a degree in computer science, you should have done some additional training/study to get these skills.
 +
 
 +
We evaluate your computer science skills in two stages. First, you need to complete a series of quizzes/challenges.  For this step, complete the quizzes at this link and follow the instructions.<br>
 +
https://indstate.instructure.com/courses/12565/pages/cs-ms-admissions-instructions
 +
 
 +
Once you have completed these tasks, you will send the information to me at Brenda.Lower@indstate.edu.
 +
 
 +
Second, we will schedule an online technical interview with you. Information about the technical interview itself is here: https://cs.indstate.edu/wiki/index.php/Graduate_Admissions_Interview
 +
 
 +
If you have any questions about the process please be in touch.
 +
 
 +
Note - to view our curriculum, which courses we offer, and new updates to our program (including a new concentration in data science) please <br>
 +
see http://cs.indstate.edu/info/programs.html#grad
 +
 
 +
Best regards,<br>
 +
''Signature''
  
The CS faculty would like to have a very brief Skype call with you to gauge whether you would be a good fit for our program.  Our Skype interview includes questions on basic programming and data structures.  You can see what we are looking for by checking the Skype Interview section at http://cs.indstate.edu/info/admissions-grad.html which includes a link to an evaluation form that we use to guide our conversation.  The evaluation form also contains sample questions starting on page 2Please check this information and be in touch when you think you are ready for the interview.  You can also solve a few of the sample questions and attach those in your reply - so we can judge whether you are ready for the interview or not.
+
===Applicant has replied with solutions to programming problems===
 +
If applicant replies to the above message with insufficient quiz scores or without attaching the programs and resume, reply with --
 +
* We don't schedule the interview until you complete the quizzes at the required score and send your programs as instructedSince you only get one chance for the interview we want you to have the best chancePlease send the solutions when you have them ready.
  
When you are ready for the Skype interview, please reply to this message.  You should attach a current resume, indicate what your Skype id is, and indicate which of the following days/times work for you to do the Skype interview: <br>
+
When applicant replies with sufficient quiz scores and the solutions attached, reply with --  
Monday 9-10am, 1-4pm<br>
+
<blockquote>Great, thank you!  You will have your technical interview with one of our computer science faculty. 
Tuesday 9am-noon<br>
 
Wednesday 9-10am, 1-4pm<br>
 
Thursday 9am-noon<br>
 
Friday 9-10am, 1-4pm<br>
 
  
Please feel free to take some time to prepare for the interview before replyingDo note that our normal admissions deadlines are Nov 15 for spring admission and June 15 for fall admissionOur normal deadlines for consideration for department assistantship positions is March 15 for fall intake and Oct 15 for spring intake.  If you have any questions about the process please be in touch.
+
Note that the technical interview will require you to share your screen to show your solutions to the programming problemsYou will need to be on a reliable internet connection on a desktop or laptop so that you can share your screenThe interview will be in Microsoft Teams, so please make sure you are able to use this software (you can use a free microsoft account), including using it to screen share during a meeting.</blockquote>
  
Best regards,
+
When applicant replies with options for dates/time, reply/forward (with their solutions to the programming problems) and include faculty member who will do the interview (alternate through all of the technical interviewers).  Update admissions spreadsheet to indicate which faculty member is talking to the applicant and the date that assignment was made.
Your name
 
  
===MS Application Status===
+
==MS Application Status==
  
 
Subject: Status - Application to CS MS program at Indiana State University
 
Subject: Status - Application to CS MS program at Indiana State University
Line 175: Line 305:
 
I am writing to let you know the status of your application to the CS MS program at Indiana State University.
 
I am writing to let you know the status of your application to the CS MS program at Indiana State University.
  
Your application status is: BLANK  (sort the admissions spreadsheet by status and bcc all of the students with the same status, and put in BLANK what status you’re writing about - see the link below)
+
''For Incomplete Application, use the following.''
 +
 
 +
Your application status is: Incomplete Application
  
See https://cs.indstate.edu/wiki/index.php/Graduate_Admissions#Applying for what this status means.  Note that our normal application deadline for the spring is Nov 15 and for the fall is June 15.  Our normal deadlines for consideration for department assistantship positions is March 15 for fall intake and Oct 15 for spring intake.  If we do not have a complete application and everything we have asked for before the deadline, then you normally will not be admitted.   
+
See https://cs.indstate.edu/wiki/index.php/Graduate_Admissions#Applying for what this status means.  Note that our normal application deadline for the spring is Nov 15 and for the fall is June 15.  Our normal deadlines for consideration for department assistantship positions is March 15 for fall intake and Oct 15 for spring intake.  For all deadlines, a complete application and everything we have asked for should be in before the deadline.   
  
 
If you have any questions, feel free to be in touch.  If you have a question about what is missing in your application, please first check your online application, and if you are still unsure then write to admissions@indstate.edu.
 
If you have any questions, feel free to be in touch.  If you have a question about what is missing in your application, please first check your online application, and if you are still unsure then write to admissions@indstate.edu.
  
===MS New Admits - Welcome, etc.===
+
''For Referred to Department, use the following.''
 +
 
 +
 
 +
Your application status is: Referred to Department.
 +
 
 +
You should have received the message below from computer science administrative assistant Brenda Lower. If you have already replied to her with the required items and have not heard from me about scheduling an interview, please reply to Brenda to let her know. If you have not submitted the required items yet, please send those to Brenda when you have them complete. Note that the required items are designed so that if you complete them in good faith (on your own) successfully you are likely to pass the technical interview.
 +
 
 +
Note that our normal application deadline for the spring is Nov 15 and for the fall is June 15 (though can often take domestic students past this deadline as long as seats are available). Our normal deadlines for consideration for department assistantship positions is March 15 for fall intake and Oct 15 for spring intake. For all deadlines, a complete application and everything we have asked for should be in before the deadline.
 +
 
 +
''For Admitted, use the following.''
 +
 
 +
Reply to welcome email, and use the following for the email body.
 +
 
 +
Cheers again to those admitted to the CS MS program to start in the fall.
 +
 
 +
I am writing to ask that you please register for courses if you plan to start in the fall (if you have not already). If something changes you can drop the courses before the term starts and will not be charged. It looks like we may have a larger incoming group than normal, so I would like people to get registered so we can plan accordingly.
 +
 
 +
Please see the links below about getting registered for courses.  For those of you starting full time, you should be registering for CS 500, CS 501, and CS 600 - unless you have been given approval otherwise from your advisor (either Dr. Rafiey or Dr. Abhyankar). If you have any questions, you can be in touch with your advisor or myself about courses and concentrations, and Brenda about registering, etc.
 +
 
 +
==MS New Admits - Welcome, etc.==
  
 
Subject: Indiana State University Computer Science - Welcome!
 
Subject: Indiana State University Computer Science - Welcome!
Line 187: Line 338:
 
Cheers.  You are receiving this message because you have been admitted to the CS MS at Indiana State University.  Information on signing up for courses is below.  See also the three linked webpages which contain answers to many of your questions.  Please read them all before replying to ask any questions.
 
Cheers.  You are receiving this message because you have been admitted to the CS MS at Indiana State University.  Information on signing up for courses is below.  See also the three linked webpages which contain answers to many of your questions.  Please read them all before replying to ask any questions.
  
Make sure to start making arrangements for where you will live in Terre Haute.  My only recommendation in that regard is to not live in University Apartments unless you will have a roommate - it is pretty expensive.  Write to cs-chat for recommendations from other students.
+
Make sure to start making arrangements for where you will live in Terre Haute.  My only recommendation in that regard is to not live in University Apartments unless you will have a roommate - it is pretty expensive.  You should add your ISU email address to the cs-chat email list by going to https://cs.indstate.edu/mailman/listinfo/cs-chat/ and using the form to add your @sycamores.indstate.edu email address to the cs-chat email address.  Once your ISU email address has been added you can write to cs-chat@cs.indstate.edu from your @sycamores.indstate.edu email address for recommendations from other students.
  
 
Note also that the registration system opens for registering for courses in early November for the spring classes and early April for the summer and fall classes.
 
Note also that the registration system opens for registering for courses in early November for the spring classes and early April for the summer and fall classes.
  
signature...
+
Best regards,
 +
''signature...''
 +
 
 +
 
  
 
Please begin by reading the following pages completely -  
 
Please begin by reading the following pages completely -  
   http://cs.indstate.edu/info/graduates-new.html
+
   https://cs.indstate.edu/wiki/index.php/For_New_Graduate_Students
   http://cs.indstate.edu/info/programs-grad.html
+
   http://cs.indstate.edu/info/programs.html
   http://cs.indstate.edu/info/advising-grad.html
+
   https://cs.indstate.edu/wiki/index.php/Graduate_Advising
  
 
By default all students are put into the professional concentration.  If you want to consider the academic concentration, the main requirement is that you want to work hard to be a good programmer and algorithms designer.  If you are not sure, take a course from each concentration the first semester.  The advising-grad page linked above has recommendations of which courses to sign up for.  All new students take CS 500 (except for those who earned their BS at ISU - ISU BS students are only required to take CS 500 if you choose the professional concentration) regardless of concentration.
 
By default all students are put into the professional concentration.  If you want to consider the academic concentration, the main requirement is that you want to work hard to be a good programmer and algorithms designer.  If you are not sure, take a course from each concentration the first semester.  The advising-grad page linked above has recommendations of which courses to sign up for.  All new students take CS 500 (except for those who earned their BS at ISU - ISU BS students are only required to take CS 500 if you choose the professional concentration) regardless of concentration.
Line 206: Line 360:
 
Note that adding/dropping classes on or after the first day of classes results in a fee.   
 
Note that adding/dropping classes on or after the first day of classes results in a fee.   
  
All of your ISU email addresses are added to the cs-chat@cs.indstate.edu email list. You can write to that list for advice from current and recent students.  Feel free to write back to me with questions as well.
+
You can write to the cs-chat@cs.indstate.edu list from your @sycamores.indstate.edu email address (see link above to add your email address to the cs-chat email list) for advice from current and recent students.  Feel free to write back to me with questions as well.
  
 
If you still need assistance in ordering an I-20, contact the Center for Global Engagement - https://www.indstate.edu/global
 
If you still need assistance in ordering an I-20, contact the Center for Global Engagement - https://www.indstate.edu/global
  
 
If you have issues setting up your ISU accounts, contact the OIT help desk at 1-812-237-2910 oit-help@indstate.edu
 
If you have issues setting up your ISU accounts, contact the OIT help desk at 1-812-237-2910 oit-help@indstate.edu
 +
 +
==MS Application - Rejection==
 +
Subject: your application - Indiana State University Computer Science
 +
 +
Hello.  I am writing to inform you of the decision on your application to the MS in Computer Science at Indiana State University.  I am sorry to inform you that your application is being declined. 
 +
 +
Please note that you are welcome to apply for a future term if you work on your basic programming skills and data structures & algorithms.  If you have not done so, you should check the sample questions at the end of the interview evaluation form linked from the Skype Interview section of https://cs.indstate.edu/wiki/index.php/Graduate_Admissions.  If you work on solving these questions and would like to know if your solutions are correct please be in touch.
 +
 +
We wish you the best, and feel free to be in touch if you have any remaining questions.
 +
 +
''Salutation''
 +
 +
=Facility Use=
 +
CS offices are in the process of moving from the northwest of Root Hall to the southwest of Root Hall.  We will be sharing the southwest wing with the [https://www.indstate.edu/cas/lll Department of Languages, Literatures, and Linguistics].  The following are LLL policies that we will abide by (as of fall 2020 during the Covid-19 pandemic).
 +
* Office hours - face to face office hours by appointment only.  Students should not enter the LLL wing, which will remain normally locked.
 +
* Kitchen
 +
** Refrigerator for 1-day use only, please do not leave anything in there overnight.  Label anything in the fridge with your name.
 +
** No shared coffee pot, please do not put one in there.  Feel free to keep one in your office and dump the grounds in the kitchen.
 +
** No storage in cabinets, etc. this year.
 +
** Microwave and water heater - use at your own risk.

Revision as of 12:19, 29 September 2022

For Faculty and GAs

The items in this section are related to managing courses, etc. for faculty and GAs.

GAs - Administrative Things

Kronos - GA time should be reported in Kronos. There is information about how to do this in the grad school's GA orientation. The departmental staff person who signs off on your time is Jessica Markle. You should normally report 20 hours worked, and make sure this is entered by Friday morning by the end of the 2 week pay period. You should put a repeating calendar reminder for yourself so you will remember to do this on time.

Picture - A picture of you will be posted to ISU CS People and posted in the lab. If you want something other than your ISU id photo used, send it to the associate chairperson and whoever is managing the ISU CS People page.

Zoom Lab Hour - For your lab hours, you will have Zoom running so that people can come online for help as well. You need to create a Zoom meeting with your ISU zoom account and set it so it is only open to ISU zoom accounts. Test the link with someone else to make sure it works, and then send the zoom id the associate chairperson.

Lab hours - Send to the associate chairperson your preferred hours (e.g., mostly afternoon, or give specifics) and hours you cannot do (e.g., classes, or recurring appointments).

Programming languages and operating systems - Send to the associate chairperson which programming languages you can help students with (should include at least C and python since those are covered in your first term in the CS MS), and which operating systems you can help students with (should at least include the OS of your own personal computer(s)).

FERPA

All graduate assistants and faculty members are required to be informed about FERPA (Family Educational Rights and Privacy Act) and agree to abide by it. This basically entails keeping all information about students (their grades, which courses they are in, etc.) private and not disclosing to anyone else (e.g., including their family members, unless the student has followed the process to grant anyone else access).

To indicate your agreement, do the following: ISU portal / Employee self service / FERPA Acknowledgement, and then click the check box that you agree and Submit.

Textbook Adoptions

Instructors are supposed to indicate to the book store what materials are required (i.e., textbook) or if none are required. You get to this by logging in to the ISU Portal and then finding the "Textbook Adoptions" app/link.

Canvas - Merge/Combine Sections

The steps are outlined here: https://indstate.teamdynamix.com/TDClient/1851/Portal/KB/ArticleDet?ID=139949

Note that the destination course needs to be published before you can crosslist/merge.

Canvas - Setting up Zoom

The steps are outlined here: https://indstate.teamdynamix.com/TDClient/1851/Portal/KB/ArticleDet?ID=140452

Canvas - Creating MS Teams Team

To create a MS Teams team for a course, do the following. Note that the team will automatically contain all of the students, so you don't need to worry about adding students to the team. If you are merging multiple sections, you should do that first before enabling the team.

  • In the canvas site for the course, click Settings on the left menu.
  • Click Integrations on the tab options on the top.
  • Under Microsoft Sync, enable the push button and then click the Sync Now button.

Canvas - Importing

To import course content, you go to the course you want to import into, click Settings at the bottom of the menu on the left, then Import Course Content on the right.

Canvas - Adding People

Note that the +People button to add people to a course may be greyed out if it is past the end of the course's term. To be able to add someone, you need to go to the Settings and set it so the end of availability for the courses is in the future, and after adding a person you can then change it back to how it was.

Canvas - Email the class

From canvas, click the Inbox icon on the left (that looks kind of like a printer), then click the icon that looks like a pencil for writing a new message. From there it's relatively clear.

Note that if you have cross-listed sections (merged) this is likely the easiest way to write a message to the whole class.

Canvas - Let Students View Roster

The roster in Canvas is under the "People" link on the left. By default this is not visible to students. So you need to go to Settings, then Navigation, and drag People up to the part top area where the tools are that are visible to students.

A-017, A-019, A-186, A-015 - CS room setup

To connect your laptop or use the CS system that is at the sympodium, do the following.

  • In A-017 and A-019, press the On button on the podium, and press the PC button on the podium.
  • For CS system, set the KVM switch to 1.
  • For laptop use, set the KVM switch to 2. You should plug in the usb-c cable coming as the output from the KVM switch into your laptop. Depending on your laptop connections, you might need to unplug the HDMI USB cables from the usb-c dongle and plug the HDMI and USB cables directly into your laptop.
  • Once things are going through the projector properly, check the audio. In A-017 and A-019 you may need to adjust the volume knob on the top of the podium.
  • You should also confirm that your microphone is working.

If the connection is not working, some troubleshooting steps that sometimes work.

  • Unplug each cable going into the KVM switch and plug back in.
  • Unplug HDMI cables going into the wall and plug back in.
  • Sometimes, powering off the entire podium and powering it on again is needed. Note, though, that this also powers off the CS system in the podium, so make sure it comes back on.

Class Attendance

attendance.py is a script that can be used to extract attendance for CS courses that take place in A-017 and A-019. It will count a student as present as long as they logged in within 10 minutes of the start of class and logged out within 10 minutes of the end of class. To get started with attendance.py you can do the following.

mkdir ~/csXYZ
cd ~/csXYZ
cp ~cs151/attendance/murali/.attendance .
attendance.py

Note - for this to work you need to have an ssh key installed. For that you can run

mkdir ~/.ssh
cd ~/.ssh
ssh-keygen -t ecdsa
cp id_ecdsa.pub authorized_keys

Zoom

As of 2020 ISU has a site license for Zoom so you can use your ISU credentials to login to Zoom and have "professional" features (no limits on meeting length, etc.). For getting started info, see https://indstate.teamdynamix.com/TDClient/1851/Portal/KB/ArticleDet?ID=109823 from OIT and a quick tour video https://youtu.be/zTuIN5SsjQA from Jeff Kinne.

Some notes -

  • Use Application - the application in Windows/Mac (and probably Linux) has some features that the web version and phone/tablet/chromebook app do not. If you can you should use the application on Windows/Mac. For a comparison, see https://support.zoom.us/hc/en-us/articles/360027397692
  • Configuration - there are some configuration options that you can get to at http://indstate-edu.zoom.us that you cannot through the application. If you don't see something you think you should, look for it here.
  • Limiting access - in the advanced settings for a meeting, you can limit access to ISU Accounts only. You can also use a different meeting id for each meeting and require a password. It is recommended to do all of these.
  • Attendance - if you login to http://indstate-edu.zoom.us with your ISU credentials, you can click on Reports and then Usage, and you can get an attendance report for each meeting. You can also ask participants to type "here" into the meeting chat, and select a setting for the meeting that will automatically save the chat when the meeting is done.
  • Host vs coHost - a host can manage breakout rooms and some other features that a cohost cannot. There can be only one host at a time. In the advanced settings you can designate possible alternate hosts (e.g., GAs) that can also start the meeting as hosts. Alternate hosts have to be ISU email addresses (e.g., Jeffrey.Kinne@indstate.edu, randomGA@sycamores.indstate.edu).
  • Breakout rooms - you can put people into breakout rooms, and the host can jump around between them. You can upload preset breakout rooms by clicking the right settings for the meeting in indstate-edu.zoom.us. Or you can do it manually during the meeting, or let it assign at random.
  • Polls - you can create a poll with multiple choice questions ahead of time (csv, click around in the meeting settings), or create it on the fly during the meeting. Results are anonymous and not saved after the meeting.
  • Click yes/no/raise-hand/etc. - on the participant list users can click yes/no (if you ask a question, then you'll see how many said yes), they can raise their hand, or click a few other things.
  • Recording - you can set a meeting to auto-record (but then it will start recording when the first person joins) either to the local computer (in which case you'll get an mp4) or to the cloud (a link to see it on zoom, and you can download the mp4 if you want to). You can also start recording whenever you like, and can pause and start the recording again.
  • Share screens - works like in Teams, Skype, etc.
  • Shared whiteboard - is cute, could be used as the whiteboard for the class. You can save it as a jpg, and click between pages during the meeting.
  • Waiting room - a setting available for each meeting. You can let others join the meeting before you do, or make them wait in a waiting room until you join the meeting. You can also send participants to the waiting room during a meeting (e.g., during lab hours GAs might do this if helping one student and having the next wait in the waiting room until ready).
  • Share screen - zoom controls - to show the zoom controls while doing a screen share, see http://tuftsedtech.screenstepslive.com/s/19028/m/94934/l/1231030-how-do-i-share-my-zoom-windows-and-control-bar. This allows the attendees to see what you are clicking on with the zoom controls (useful when explaining how to use zoom).
  • Zoom App on CS Systems - it might work for you to use the Zoom App on Chrome from the CS systems. You would need to add the Zoom extension and then launch the Zoom app/extension from here - https://chrome.google.com/webstore/detail/zoom/hmbjbjdpkobdjplfobhljndfdfdipjhg?hl=en-US

For a comparison of what different types of users can do during a meeting, see https://support.zoom.us/hc/en-us/articles/360040324512-Roles-in-a-meeting and https://support.zoom.us/hc/en-us/articles/206330935.

Zoom - Attendance

To see who was in a meeting after the fact, you can: go to https://indstate-edu.zoom.us, login with your ISU email and password, go to Reports, click Usage, pick a date range. You will see a list of past meetings. Each row has a link on the last column that you can click to see who was in the meeting (and for what duration).

Handin

Documentation is in man on the system. Read through the following

man handin
man handin.config
man ccu
man igf

You need to have a course that was created for you with class accounts by Steve.

A short howto geared towards students is in the wiki at this link.

Course Websites

Using Steve's course website system (for faculty) -

cd ~/public_html
mkdir csXYZ
cd csXYZ
cp -R ~sbaker/public_html/cst/* .

Then edit the files in ~/public_html/csXYZ.

Some notes...

  • The information about the course will be in ~/public_html/csXYZ/config.json. You edit that file and make changes to individualize it to your course.
  • This file is a json file - contains a javascript dictionary that contains all of the course information.
  • Note that if you have syntax errors in config.json, the webpage won't render properly.
  • config.json can have multiline strings, newlines _do not_ need to be escaped (a local modification to the JSON5 interpreter), but may be escaped with a backslash \, like
"courseDesc" : "This is a description\
of the course.  Is it not\
wonderful?"
  • Note - strings are interpreted with parsedown markdown which seems to follow the syntax of this, see parsedown tests for examples of each supported markdown feature, the file as a whole is JSON5. Note that JSON5 does allow some things that JSON does not.
  • The config.json file can have C style multi-line comments as well.
  • The config can be validated on the CS server using the command 'json5 -v config.json'. Note that un-escaped newlines in strings will cause it to fail validation.

CS Online Teaching

Proposal for minimum standards and requirements for CS online courses.

  1. Oversite - Include associate chairperson of CS in the blackboard site and any other systems, as a student.
  2. Email - Reply to emails within 24 hours during the work week, within 48 hours otherwise.
  3. Discussion - Use some discussion system where students can post questions, answer each other’s questions, and the instructor can do the same. The standard discussion system used is CS's mattermost server.
  4. Course management template - Use the CS course management template (blackboard, syllabus, anything else that is included) that the CS faculty have agreed on.
  5. Lecture content - lecture content (asynchronous videos and/or synchronous) must be at least half as many hours as the total # of lecture-credit-hours (½ of 45, for a 3 credit hour course).
  6. Assignments - assignments are well documented in text, and proper solutions and hints are demo’ed (either by a video demo, good powerpoint, etc.).
  7. Final exam - is proctored by the university-standard proctoring service.
  8. Phone - talk on the phone/skype/etc. with each student at least once.
  9. Content and assignments - cover the same content and use the same types of assignments as the face-to-face version of the course.
  10. Regular schedule - decide during the first week of classes what the regular schedule will be for the course and stick with it. Preferred - pick two days per week when assignments can be due, and give at least 48 hours notice before any due date. Preferred - pick a few different times per week to hold live-chat office hours (using some live-text-chat system).
  11. Absence - notify students and department when you will be absent from the normal course schedule (not available for email, not delivering content on normal schedule, etc.).
  12. Grading turnaround - items graded within 1 week of due date.
  13. CS policies - abide by all standard CS course policies
  14. Abide by university guidelines

The following are suggestions from students

  1. Keep videos 20 minutes or shorter
  2. Make sure students have a way to interact with each other and instructor. Make it not for many points.
  3. Keep regular assignments (daily even) to keep students engaged and working on the course.
  4. Have enough videos and/or simulation/demos since people are mainly visual learners.

Suggestions from someone who has taught online at other universities

  1. Consistency - types of assignments, lecture content, off-line information, short web casts are the best
  2. 8 weeks or 16 or something else - 8 weeks can work, more pressure to stay on track
  3. Cheating - usual things, also can do live presentations, narrated powerpoints
  4. Training for faculty - similar to our OICC, not quite as heavyweight, have a peer review / mentor helping with first time doing one, require faculty to use each of the possible options so they know how to do it
  5. Training for students - yes for how to navigate courses, use the system, etc.
  6. Standards - actively taking care of the course (answering questions, etc.) at least 4 out of 6 days, peer review is important
  7. Requiring attendance at live sessions - could offer to let students who do this not be required to do discussion posts, etc.
  8. Hints/tips - due dates on Sunday/Saturday for flexibility, use group work, ability to get asynchronous help is very important, early assignments to get everyone on track
  9. Something - having GA/Steve help on checking for cheating, running auto-graders, etc.

Syllabi

The following link is the standard template used for the syllabus for CS courses - https://docs.google.com/document/d/1cqXZZp0JOg0FOlGOBpMhffbDMiWBV-hw6VkV2KnwBO4/edit?usp=sharing

CS Programs Committee

The associate chairperson of CS is normally the chairperson of the CS Programs Committee and takes care of calling meetings, etc. When the associate chairperson is on sabbatical the CS Programs Committee may be convened by the chairperson and asked to choose a chairperson for the duration of the sabbatical.

Student information

Useful banner screens...

  • SHATERM - undergrad GPA (at ISU)
  • SOAPCOQ - undergrad incoming GPA (from outside ISU)
  • SPAAPIN - advising pin
  • SAAADMS - student admission information
  • SOAHOLD - information on holds

Printers and Supplies

GAs have a key to the CS work room. GAs can use the printers, copier/scanner, and supplies in the work room - for your use as students and lab assistants / TAs. You will be told how to add these to their computers and the code needed for using the copier. If you notice any supplies being low, let the administrative assistant know.

Email Lists

See Email Lists.

Honors Conversions

Students in the honors program often decide to do an "honors conversion" for some of the courses in the major. It is up to the instructor and student to agree on an extra project or additional work to be done to count for the conversion.

One generic plan that can be given is the following: A significant project related to course material. This will be agreed upon at the mid-term. Possible options include: paper and presentations on the historical development of BLANK (whatever the course is) with a focus on key figures, paper and presentations highlighting applications of BLANK (whatever the course is) to computer science and beyond, tutorial materials that show how to solve more challenging problems within BLANK (whatever the course is). This is fairly open-ended and has the student making connections between the course and something outside of the course.

The instructor also needs to put on the honors conversion form how the project or additional work will be evaluated. One option is the following: The project will be given a letter grade, and the overall course grade given cannot be higher than the grade of the project. The rubric for the project grading will be agreed upon when the particular project is finalized. Note that this sets higher than "just" a pass/fail standard for the project, so is likely to provide more motivation to the student.

Graduate admissions

  1. When the department receives an email “Admission Status Recommendation” email from ISU-GradInfo, the administrative assistant writes to the email listed for the applicant with the “MS Applicant with a Complete Application” message below.
  2. When the applicant replies with their contact information, current resume, and answers to programming problems, this is forwarded to the associate chairperson. The associate chairperson picks one of the faculty to be responsible for the technical interview and replies to that faculty member and the applicant, and updates a spreadsheet that keeps track of status for each applicant.
  3. When the CS faculty member reports back after the interview, either Admit, Deny, or Postpone the decision.
    1. Admit - if you are admitting the student, reply to the original message from ISU-GradInfo with the decision “Admit” and give the name and id # of who their advisor will be (R.B.). Include the associate chairperson on the message.
    2. Deny - reply to the original message from ISU-GradInfo giving the decision as Deny. Include the associate chairperson on the message.
    3. Postpone - to give the applicant another chance to do better in the technical interview, reply to the student with the “MS Applicant Decision - Postpone” message below.
  4. A few times during the semester, write to all applicants in the admissions spreadsheet, and let them know what their status is (some do not know their application is missing something). You can use the “MS Application Status” message below. Applicant status comes to the department automatically once per week. The associate chairperson runs a script to combine this with department status information.

Requests from applicants.

  • Change of term requests
    • If more than one year since original application, need to create a new application but should not be charged an application fee a second time.
    • Within one calendar year: if referred application then department can update term, if admitted or incomplete application then department asks CGPS to update term.
  • Unofficial transcripts
    • Unofficial transcripts can be used for international students for their application, but they also need to have official transcripts sent. For domestic students, only official transcripts will be accepted.
    • Test scores - only official test score reports will be accepted, these need to be sent directly from the testing company.

Graduate student probation and dismissals

Graduate students with below 3.0 GPA are put on probation and by default retained. Having below 3.0 GPA for a second semester in a row by default results in a dismissal. Students on the dismissal list can be retained if the department recommends this. First semester students with below 3.0 GPA after the first semester can be dismissed if the department recommends this. Our standard policy has been to dismiss students with below 3.0 GPA who have an F due to cheating or plagiarism. The dean of the graduate school writes with a probation and dismissal list in the week after final grades are due, and the department needs to respond promptly if we want any of the default options changed for any of the students. Plan on checking email and replying to the dean’s message during the week that final grades are due.

CS graduate assistants

Advising current GAs First time GAs should be observed if they are teaching or lecturing. First time GAs should also have their grading checked if they are grading for the first time. GAs should be encouraged to observe each other, and check each other’s grading, and offer advice to each other.

Beginning of semester meeting The faculty member supervising the GAs normally meets with them as a group before or near the beginning of the semester to discuss expectations, answer questions, etc.

Weekly meeting The supervisor of the GAs can hold a brief weekly meeting with the GAs during the first part of the semester to make sure everyone is doing what they’re supposed to and to answer questions. GAs should look at all the information linked off the CS homepage.

Website One of the GAs can be chosen to make sure information on the website is current and get the GA schedule into the calendar that shows on the CS homepage.

Other GA duties Note - https://cs.indstate.edu/wiki/index.php/Unix_Lab_and_Help#Lab_Assistant_Duties

Choosing GAs See https://cs.indstate.edu/wiki/index.php/Graduate_Admissions#Assistantships_and_Funding for deadlines and discussion.

ACM Club

The advisor to the club signs reimbursement forms for the club treasurer (normally for pizza). The advisor should check out the normal Friday noon meeting every once in a while. The advisor might have a meeting with the officers to discuss how things are going, etc. The advisor may choose to have the officers help in running a programming contest or other events during the semester. See also http://cs.indstate.edu/acm/

Transfer credit

See Undergraduate Transfer Credit and Graduate Transfer Credit.

Academic Misconduct

See Policies. For any cheating or plagiarism, the case should be discussed with the associate chairperson. This should normally done BEFORE discussing with the student or notifying the student there is a problem. The associate chairperson gives advice on how to deal with the situation and is a second opinion to confirm that the activity is indeed cheating/plagiarism.

Assessment

An exit survey is sent to graduating students. The associate chairperson and administrative assistant use Blue Reports to get a list of students that includes all CS majors (whether it is listed as primary or not), and can check on which are planning to graduate a given term. The exit survey is sent through Qualtrics.

See also CS Program Assessment.

Programming assessment

See Policies for details.

Email Messages

The following are templates for email messages to send for various things.

MS Applicant with a Complete Application

Subject: your application to the CS MS program at Indiana State University

Body:

Cheers. I am writing regarding your application to the MS in Computer Science at Indiana State University.

You have submitted the documents required by the university (normally, transcripts demonstrating a four-year university degree or equivalent, and English language proficiency, if required).

Your application is now with Computer Science. To move your application forward, it is require that you are competent in programming in some programming language and have a good knowledge of basic data structures and algorithms. If you have completed a degree in computer science, you, hopefully, have these skills already. If you do not have a degree in computer science, you should have done some additional training/study to get these skills.

We evaluate your computer science skills in two stages. First, you need to complete a series of quizzes/challenges. For this step, complete the quizzes at this link and follow the instructions.
https://indstate.instructure.com/courses/12565/pages/cs-ms-admissions-instructions

Once you have completed these tasks, you will send the information to me at Brenda.Lower@indstate.edu.

Second, we will schedule an online technical interview with you. Information about the technical interview itself is here: https://cs.indstate.edu/wiki/index.php/Graduate_Admissions_Interview

If you have any questions about the process please be in touch.

Note - to view our curriculum, which courses we offer, and new updates to our program (including a new concentration in data science) please
see http://cs.indstate.edu/info/programs.html#grad

Best regards,
Signature

Applicant has replied with solutions to programming problems

If applicant replies to the above message with insufficient quiz scores or without attaching the programs and resume, reply with --

  • We don't schedule the interview until you complete the quizzes at the required score and send your programs as instructed. Since you only get one chance for the interview we want you to have the best chance. Please send the solutions when you have them ready.

When applicant replies with sufficient quiz scores and the solutions attached, reply with --

Great, thank you! You will have your technical interview with one of our computer science faculty. Note that the technical interview will require you to share your screen to show your solutions to the programming problems. You will need to be on a reliable internet connection on a desktop or laptop so that you can share your screen. The interview will be in Microsoft Teams, so please make sure you are able to use this software (you can use a free microsoft account), including using it to screen share during a meeting.

When applicant replies with options for dates/time, reply/forward (with their solutions to the programming problems) and include faculty member who will do the interview (alternate through all of the technical interviewers). Update admissions spreadsheet to indicate which faculty member is talking to the applicant and the date that assignment was made.

MS Application Status

Subject: Status - Application to CS MS program at Indiana State University

Body:

I am writing to let you know the status of your application to the CS MS program at Indiana State University.

For Incomplete Application, use the following.

Your application status is: Incomplete Application

See https://cs.indstate.edu/wiki/index.php/Graduate_Admissions#Applying for what this status means. Note that our normal application deadline for the spring is Nov 15 and for the fall is June 15. Our normal deadlines for consideration for department assistantship positions is March 15 for fall intake and Oct 15 for spring intake. For all deadlines, a complete application and everything we have asked for should be in before the deadline.

If you have any questions, feel free to be in touch. If you have a question about what is missing in your application, please first check your online application, and if you are still unsure then write to admissions@indstate.edu.

For Referred to Department, use the following.


Your application status is: Referred to Department.

You should have received the message below from computer science administrative assistant Brenda Lower. If you have already replied to her with the required items and have not heard from me about scheduling an interview, please reply to Brenda to let her know. If you have not submitted the required items yet, please send those to Brenda when you have them complete. Note that the required items are designed so that if you complete them in good faith (on your own) successfully you are likely to pass the technical interview.

Note that our normal application deadline for the spring is Nov 15 and for the fall is June 15 (though can often take domestic students past this deadline as long as seats are available). Our normal deadlines for consideration for department assistantship positions is March 15 for fall intake and Oct 15 for spring intake. For all deadlines, a complete application and everything we have asked for should be in before the deadline.

For Admitted, use the following.

Reply to welcome email, and use the following for the email body.

Cheers again to those admitted to the CS MS program to start in the fall.

I am writing to ask that you please register for courses if you plan to start in the fall (if you have not already). If something changes you can drop the courses before the term starts and will not be charged. It looks like we may have a larger incoming group than normal, so I would like people to get registered so we can plan accordingly.

Please see the links below about getting registered for courses. For those of you starting full time, you should be registering for CS 500, CS 501, and CS 600 - unless you have been given approval otherwise from your advisor (either Dr. Rafiey or Dr. Abhyankar). If you have any questions, you can be in touch with your advisor or myself about courses and concentrations, and Brenda about registering, etc.

MS New Admits - Welcome, etc.

Subject: Indiana State University Computer Science - Welcome!

Cheers. You are receiving this message because you have been admitted to the CS MS at Indiana State University. Information on signing up for courses is below. See also the three linked webpages which contain answers to many of your questions. Please read them all before replying to ask any questions.

Make sure to start making arrangements for where you will live in Terre Haute. My only recommendation in that regard is to not live in University Apartments unless you will have a roommate - it is pretty expensive. You should add your ISU email address to the cs-chat email list by going to https://cs.indstate.edu/mailman/listinfo/cs-chat/ and using the form to add your @sycamores.indstate.edu email address to the cs-chat email address. Once your ISU email address has been added you can write to cs-chat@cs.indstate.edu from your @sycamores.indstate.edu email address for recommendations from other students.

Note also that the registration system opens for registering for courses in early November for the spring classes and early April for the summer and fall classes.

Best regards, signature...


Please begin by reading the following pages completely -

 https://cs.indstate.edu/wiki/index.php/For_New_Graduate_Students
 http://cs.indstate.edu/info/programs.html
 https://cs.indstate.edu/wiki/index.php/Graduate_Advising

By default all students are put into the professional concentration. If you want to consider the academic concentration, the main requirement is that you want to work hard to be a good programmer and algorithms designer. If you are not sure, take a course from each concentration the first semester. The advising-grad page linked above has recommendations of which courses to sign up for. All new students take CS 500 (except for those who earned their BS at ISU - ISU BS students are only required to take CS 500 if you choose the professional concentration) regardless of concentration.

Follow the instructions on the graduates-new page linked above to get your ISU id and sign up for courses. Note that you can only sign up for 500 and 600 level courses.

Note that most 500 level courses (except CS 500) have prerequisites, so the system will not let you register. Please go ahead and register for the courses you can, and then write an email to me with your list of courses you would like and which you need a prerequisite override for. Include your id number in the email.

Note that adding/dropping classes on or after the first day of classes results in a fee.

You can write to the cs-chat@cs.indstate.edu list from your @sycamores.indstate.edu email address (see link above to add your email address to the cs-chat email list) for advice from current and recent students. Feel free to write back to me with questions as well.

If you still need assistance in ordering an I-20, contact the Center for Global Engagement - https://www.indstate.edu/global

If you have issues setting up your ISU accounts, contact the OIT help desk at 1-812-237-2910 oit-help@indstate.edu

MS Application - Rejection

Subject: your application - Indiana State University Computer Science

Hello. I am writing to inform you of the decision on your application to the MS in Computer Science at Indiana State University. I am sorry to inform you that your application is being declined.

Please note that you are welcome to apply for a future term if you work on your basic programming skills and data structures & algorithms. If you have not done so, you should check the sample questions at the end of the interview evaluation form linked from the Skype Interview section of https://cs.indstate.edu/wiki/index.php/Graduate_Admissions. If you work on solving these questions and would like to know if your solutions are correct please be in touch.

We wish you the best, and feel free to be in touch if you have any remaining questions.

Salutation

Facility Use

CS offices are in the process of moving from the northwest of Root Hall to the southwest of Root Hall. We will be sharing the southwest wing with the Department of Languages, Literatures, and Linguistics. The following are LLL policies that we will abide by (as of fall 2020 during the Covid-19 pandemic).

  • Office hours - face to face office hours by appointment only. Students should not enter the LLL wing, which will remain normally locked.
  • Kitchen
    • Refrigerator for 1-day use only, please do not leave anything in there overnight. Label anything in the fridge with your name.
    • No shared coffee pot, please do not put one in there. Feel free to keep one in your office and dump the grounds in the kitchen.
    • No storage in cabinets, etc. this year.
    • Microwave and water heater - use at your own risk.