Showing posts with label advising. Show all posts
Showing posts with label advising. Show all posts

Thursday, May 18, 2023

UTC CSE JUMP program

 


 

XYZ is a current Computer Science Data Science major in her last few semesters. She is thinking about going into grad school after completing her degree and would like to take advantage of the JUMP program. However, I am getting familiar with the approved courses. 

 

What courses are part of the Jump program at UTC?

There are three courses that have been approved to be part of the JUMP program. Students admitted to JUMP could take one, two, or all three of the following:

CPSC 5100 (in place of CPSC 4100)

CPSC 5590 (in place of CPSC 4550)

CPSC 5700 (in place of CPEN 4700)

Students in the Data Science concentration already take 4100 and 4700, so those would have direct substitutions as outlined above. For students (such as Data Science) not required to take CPSC 4550, if they were to take CPSC 5590 they could count it as an upper-level elective, just as if they had chosen 4550 as an elective.


Sunday, January 9, 2022

student major search at UTC

 Go to advising hold -> my mocsdegree  -> advanced search 

https://dwdash.utc.edu/

Tuesday, June 20, 2017

UTC advising 2017-2018,

Undergraduate catalogue

College of Engineering and Computer Science

http://catalog.utc.edu/content.php?catoid=21&navoid=725

Computer Science and Engineering

Go to information for this department.

Programs

Bachelor
Minor


The incoming freshmen have been pre-registered in May by Laura Bass for a Fall schedule. There are several versions of a fall schedule which is based on the student’s ACT scores for their Math placement. 

The ideal schedule:
MATH 1950 – 4 hours
CPSC 1100 – 4 hours 
ENGL 1010 – 3 hours 
General Education – 3-6 Hours 

The above combination may vary for students who do not have an ACT score of 28 (and/or AP credits, joint enrolled HS credits, etc. for math courses that allow them to start in MATH 1950/Calc. I).

Students who may have an ACT score below 19 will have all Gen Ed courses scheduled for now but are being encouraged to either take the Math Dept’s Step Ahead Summer program in August for an opportunity to exit developmental Math or retake the MATH ACT residual for a higher score. If they do not exit developmental Math before classes start they will be required to take developmental Math in Fall at Chatt State or they will be very behind.







































Monday, February 6, 2017

UTC SSB self service , undergraduate advising

Undergraduate advising

advising resources
http://www.utc.edu/college-engineering-computer-science/advising/advisingresources.php

student success collaborative

ssc.advisory.com/gsrc/students

catalogue.utc.edu

clear path for advising
http://www.utc.edu/advisement/advising-resources/clear-paths-for-advising/clear-paths-for-advising-2016-2017.php#engineering-and-computer-science

records office

pre-requisite and co-requisite (lab)

transfer equivalence charts (records office website,
https://www.utc.edu/records/transfer-information/transfer-equivalency-charts/

math placement char (search math placement at utc)
http://www.utc.edu/mathematics/students/placement.php

course overrides

change of major/minor/catalogue year (submitted online only by student)

myMocs degree

blank petition

Repeat policy for undergraduates: first 3 replaced, most recent one counted (not the highest)

Financial aids policy: (could change).

Center for student success (library)







Monday, March 28, 2016

Advising, merge pins and old notes in EXCEL using R

rm(list=ls())
require(xlsx)
setwd("~/Dropbox/courses.student.research.dp/FYE_and_advising/advising.2015-2016/advising2016April")
list.files(path="in-files")

#read 3 files
tb2015 = read.xlsx2( "in-files/Advising,20151103.xlsx", 1 )
tb2015FYE = read.xlsx2( "in-files/qin-FYE-placement_and_pins_20150812.v2.xlsx", 1 )
tb16Sp = read.xlsx("in-files/pins_for_fall2016.xlsx", 1)

#merge 2 by 2. Always keep all the 2016 March PINs
tmpTb = merge( tb16Sp, tb2015FYE, all.x=TRUE )
tb0 = merge( tmpTb, tb2015, all.x=TRUE)

write.xlsx(tb0, "qin-advising-master-20160328.xlsx")


Monday, January 4, 2016

Spelman summer course policy

From Ms Foster
Spelman accepts summer classes from any regionally accredited college or university, as long as they have been pre-approved by the chair of each department from which you would like to take a class, and your advisor. Summer school applications will be available in the Registrar's Office and online at the beginning of February.

Tuesday, November 3, 2015

advising for spring 2016

For 42 students with course plans, I spent 8 hours, plus 4 hours in-person office hours.
Monday 4 hours
Tuesday 4 hours

For irregular students, changed majors, or seniors, it took much less time.

Wed 1-5pm, in-office advsing.

Wednesday, August 12, 2015

R code: find student pins, placement results for advising

rm(list=ls())
require(xlsx)
setwd("~/Dropbox/courses.student.research.dp/FYE_and_advising/FYEFall2015/match_placement")
list.files()

tb = read.xlsx2( "FYE_advisee20150812.xlsx", 1 )
for(i in 1:6) {
  tb[,i] = as.character(tb[,i]) 
}

lang = read.xlsx2( "World Languages 2015 Placement.xlsx", 1, 
                   colClasses=c("character", "character", "character", "character", "character") )
for(i in 1:5) {
  lang[,i] = as.character(lang[,i]) 
}

tb$ID %in% lang$ID
tb$language = lang$language[match(tb$ID, lang$ID)]
tb$langLevel = lang$level[match(tb$ID, lang$ID)]


pins = read.xlsx("qin-registration-pins20150812.xlsx", 1)
for(i in 1:4) {
  pins[,i] = as.character(pins[,i]) 
}
tb$pin = pins$Alternate.PIN[match(tb$ID, pins$ID)]


math = read.xlsx2(  "math Advisor Placements Fall 2015.xlsx", 1)
for(i in 1:6) {
  math[,i] = as.character(math[,i]) 
}
tb$ID %in% math$Student.ID
tb$MathCode = math$CODE[match(tb$ID, math$Student.ID)]
tb$MathPlacement = math[match(tb$ID, math$Student.ID), 5]
tb$MathOther = math[match(tb$ID, math$Student.ID), 6]

str(tb)

write.xlsx(tb, "qin-FYE-placement_and_pins_20150812.xlsx")

Thursday, April 2, 2015

Tuesday, January 13, 2015

Spelman advising, credit issue

For 4-credit spelman course, it is often replaced by 3 credits course from other schools. How does it affect student credits calculation for graduation?


Wednesday, August 20, 2014

Wednesday, August 13, 2014

Advising fall 2014

Spelman Fall advising





Advising, placement analysis in R



require(xlsx)
list.files()

lang = read.xlsx2( "language Placement Results 2014Fall.xlsx", 1,
                  colClasses=c("character", "character", "character", "character", "character") )
for(i in 1:5) {
  lang[,i] = as.character(lang[,i])
}

tb = read.xlsx2( "qin-FYE-2014-worksheets.xlsx", 1 )
for(i in 1:4) {
  tb[,i] = as.character(tb[,i])
}

tb$SCID %in% lang$SCID
tb$Language = lang$Language[match(tb$SCID, lang$SCID)]
tb$LangPlacement = lang$placement[match(tb$SCID, lang$SCID)]

list.files()

math = read.xlsx2( "Advisor Placements Fall 2014.xlsx", 1)
for(i in 1:4) {
  math[,i] = as.character(math[,i])
}
tb$SCID %in% math$Student.ID.
tb$MathCode. = math$Code.[match(tb$SCID, math$Student.ID.)]
tb$MathPlacement = math[match(tb$SCID, math$Student.ID.), 4]
tb$MathOther = math[match(tb$SCID, math$Student.ID.), 5]


write.xlsx(tb, "qin-FYE-20140813.xlsx")

Tuesday, August 12, 2014

R excel: match student language placement

For advising

require(xlsx)
list.files()

lang = read.xlsx2( "language Placement Results 2014Fall.xlsx", 1,
                  colClasses=c("character", "character", "character", "character", "character") )
for(i in 1:5) {
  lang[,i] = as.character(lang[,i])
}

tb = read.xlsx2( "qin-FYE-2014-worksheets.xlsx", 1 )
for(i in 1:4) {
  tb[,i] = as.character(tb[,i])
}

tb$SCID %in% lang$SCID
tb$Language = lang$Language[match(tb$SCID, lang$SCID)]
tb$placement = lang$placement[match(tb$SCID, lang$SCID)]

Wednesday, April 2, 2014

Spelman Advising, biology, course plans

Core requirement on humanity, art, and social sciences.

Humanities: 4 credits
Philosophy, Religious studies, Languages, History, Literacy.

Fine Arts
Art, Drama, Dance, Music

Social Sciences
Anthropology, Economy, Political scineces, Psychology, Sociology

Biology SAWOK







Math sequences


BIOLOGY Major course sequence