pyhton or json, list or array?

B

bruce

hi...

sorry to ask such a trivial issue/question...

i have the following snip of code, and i'm trying to determine if i'm
dealing with a python list of lists, or a javascript/json array. i was told
that it's json, but i have no idea how to convert it/manipulate it..

the "aaa" data is derived from the usc course data web site.

basically, i'm trying to figure out how to actually parse the data in the
array...

thanks



==========================================

#!/usr/bin/python
#
# usc.py
#
# test the list/lists using simplejson
#
######################################################################3
#test python script
import re
import libxml2dom
import urllib
import urllib2
import sys, string
from mechanize import Browser
import mechanize
#import tidy
import os.path
import cookielib
from libxml2dom import Node
from libxml2dom import NodeList
import subprocess
import MySQLdb
#import mysql_config
import time
import simplejson as json

#
# test data from the usc.edu website
#

aaa='{"schd_sync_dtm":"9\/29\/2008 6:43:56
PM","Dept_Info":{"department":"Accounting","abbreviation":"ACCT","phone_numb
er":" -
","address":{},"ugrad_dclass_phone_number":"740-4838","ugrad_dclass_address"
:"ACC 101","grad_dclass_phone_number":"740-4838","grad_dclass_address":"ACC
101","Notes":"BUSINESS (UNDERGRADUATE) - Non-admitted (pre-business,
undeclared, etc.) students may take courses subject to the following
limitations: (1) must have completed at least 28 units; (2) no more than
three business courses overall at USC; (3) prerequisites completed. BUSINESS
(GRADUATE) - Business students may register using USC Web Registration. -
Non-business students may register for graduate business electives subject
to the following restrictions: (1) proof of undergraduate degree; (2)
minimum graduate GPA of 3.2; (3) maximum of 12 units of graduate business
courses; and (4) prerequisites completed. All graduate applications and
forms are available in BRI 207, (213) 740-5424, email:
(e-mail address removed). For complete list of Business registration
policies, please visit
www.marshall.usc.edu\/registrationpolicies.","TermNotes":{},"dept_url":"http
:\/\/www.marshall.usc.edu\/lsoa\/"},"OfferedCourses":{"course":[{"IsCrossLis
ted":"N","PublishedCourseID":"ACCT-370A","ScheduledCourseID":"ACCT-370A","Co
urseData":{"prefix":"ACCT","number":"370","sequence":"A","suffix":{},"title"
:"External Financial Reporting Issues","description":"Understanding of
decision-making, problem solving, and research skills as a supplement to
financial accounting knowledge for accounting
professionals.","units":"2","restriction_by_major":{},"restriction_by_class"
:{},"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq
_text":"1 from (BUAD-250B or
BUAD-305)","coreq_text":{},"SectionData":[{"id":"14030","session":"431","dcl
ass_code":"D","title":"External Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"48","number_registered":"46","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"10:00","end_ti
me":"11:50","location":"ACC310","instructor":{"last_name":"Lu","first_name":
"Yvonne"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"},{
"id":"14031","session":"431","dclass_code":"D","title":"External Financial
Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"38","number_registered":"36","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"14:00","end_ti
me":"15:50","location":"ACC236","instructor":{"last_name":"Lu","first_name":
"Yvonne"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"},{
"id":"14032","session":"431","dclass_code":"D","title":"External Financial
Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"45","number_registered":"41","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"16:00","end_ti
me":"17:50","location":"JKP104","instructor":{"last_name":"Shames","first_na
me":"Robert"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"},{"id":"14034","session":"431","dclass_code":"D","title":"External
Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lab","units":
"0","spaces_available":"135","number_registered":"123","wait_qty":"0","cance
led":"N","blackboard":"N","comment":{},"day":"F","start_time":"10:00","end_t
ime":"11:50","location":"HOH
EDI","syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"I
sCrossListed":"N","PublishedCourseID":"ACCT-370B","ScheduledCourseID":"ACCT-
370B","CourseData":{"prefix":"ACCT","number":"370","sequence":"B","suffix":{
},"title":"External Financial Reporting Issues","description":"Continuation
of understanding of decision-making, problem solving, and research skills as
a supplement to financial accounting knowledge for accounting
professionals.","units":"2","restriction_by_major":{},"restriction_by_class"
:{},"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq
_text":"ACCT-370A","coreq_text":{},"SectionData":[{"id":"14035","session":"4
42","dclass_code":"D","title":"External Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"48","number_registered":"47","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"10:00","end_ti
me":"11:50","location":"ACC310","instructor":{"last_name":"Lu","first_name":
"Yvonne"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"},'
aaa=aaa+'{"id":"14036","session":"442","dclass_code":"D","title":"External
Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"38","number_registered":"35","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"14:00","end_ti
me":"15:50","location":"ACC236","instructor":{"last_name":"Lu","first_name":
"Yvonne"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"},{
"id":"14037","session":"442","dclass_code":"D","title":"External Financial
Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"45","number_registered":"41","wait_qty":"0","cancele
d":"N","blackboard":"N","comment":{},"day":"MW","start_time":"16:00","end_ti
me":"17:50","location":"JKP104","instructor":{"last_name":"Shames","first_na
me":"Robert"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"},{"id":"14038","session":"442","dclass_code":"D","title":"External
Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lab","units":
"0","spaces_available":"135","number_registered":"123","wait_qty":"0","cance
led":"N","blackboard":{},"comment":{},"day":"F","start_time":"10:00","end_ti
me":"11:50","location":"HOH
EDI","syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"I
sCrossListed":"N","PublishedCourseID":"ACCT-371A","ScheduledCourseID":"ACCT-
371A","CourseData":{"prefix":"ACCT","number":"371","sequence":"A","suffix":{
},"title":"Introduction to Accounting Systems","description":"Understanding
of technology used to support accounting professionals in financial and
managerial accounting, auditing, and
taxation.","units":"2","restriction_by_major":{},"restriction_by_class":{},"
restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text
":"1 from (BUAD-250B or
BUAD-305)","coreq_text":{},"SectionData":[{"id":"14040","session":"431","dcl
ass_code":"D","title":"Introduction to Accounting
Systems","section_title":{},"description":{},"notes":{},"type":"Lec","units"
:"2","spaces_available":"45","number_registered":"30","wait_qty":"0","cancel
ed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"08:00","end_t
ime":"09:50","location":"ACC303","instructor":{"last_name":"Porter","first_n
ame":"Leslie"},"syllabus":{"format":"application\/pdf","filesize":"170050"},
"IsDistanceLearning":"N"},{"id":"14041","session":"431","dclass_code":"D","t
itle":"Introduction to Accounting
Systems","section_title":{},"description":{},"notes":{},"type":"Lec","units"
:"2","spaces_available":"46","number_registered":"44","wait_qty":"0","cancel
ed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"10:00","end_t
ime":"11:50","location":"ACC303","instructor":{"last_name":"Porter","first_n
ame":"Leslie"},"syllabus":{"format":"application\/pdf","filesize":"170050"},
"IsDistanceLearning":"N"},{"id":"14042","session":"431","dclass_code":"D","t
itle":"Introduction to Accounting
Systems","section_title":{},"description":{},"notes":{},"type":"Lec","units"
:"2","spaces_available":"46","number_registered":"45","wait_qty":"0","cancel
ed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"12:00","end_t
ime":"13:50","location":"ACC303","instructor":{"last_name":"Porter","first_n
ame":"Leslie"},"syllabus":{"format":"application\/pdf","filesize":"170050"},
"IsDistanceLearning":"N"}]}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-
371B","ScheduledCourseID":"ACCT-371B","CourseData":{"prefix":"ACCT","number"
:"371","sequence":"B","suffix":{},"title":"Introduction to Accounting
Systems","description":"Understanding the fundamental processes that capture
the corporate data and the controls needed to assure that these processes
will operate in an acceptable
manner.","units":"2","restriction_by_major":{},"restriction_by_class":{},"re
striction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text":
"ACCT-371A","coreq_text":{},"SectionData":[{"id":"14045","session":"442","dc
lass_code":"D","title":"Introduction to Accounting
Systems","section_title":{},"description":{},"notes":{},"type":"Lec","units"
:"2","spaces_available":"44","number_registered":"22","wait_qty":"0","cancel
ed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"08:00","end_t
ime":"09:50","location":"HOH421","instructor":{"last_name":"Porter","first_n
ame":"Leslie"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"
N"},{"id":"14046","session":"442","dclass_code":"D","title":"Introduction to
Accounting Systems","section_title":{},"description":{},"notes":{},'
aaa=aaa+'"type":"Lec","units":"2","spaces_available":"45","number_registered
":"45","wait_qty":"2","canceled":"N","blackboard":"Y","comment":{},"day":"TH
","start_time":"10:00","end_time":"11:50","location":"HOH421","instructor":{
"last_name":"Porter","first_name":"Leslie"},"syllabus":{"format":{},"filesiz
e":{}},"IsDistanceLearning":"N"},{"id":"14047","session":"442","dclass_code"
:"D","title":"Introduction to Accounting
Systems","section_title":{},"description":{},"notes":{},"type":"Lec","units"
:"2","spaces_available":"45","number_registered":"45","wait_qty":"1","cancel
ed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"12:00","end_t
ime":"13:50","location":"HOH421","instructor":{"last_name":"Porter","first_n
ame":"Leslie"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"
N"},{"id":"14048","session":"442","dclass_code":"D","title":"Introduction to
Accounting
Systems","section_title":{},"description":{},"notes":{},"type":"Lab","units"
:"0","spaces_available":"120","number_registered":"107","wait_qty":"0","canc
eled":"N","blackboard":{},"comment":{},"day":"F","start_time":"12:00","end_t
ime":"13:50","location":"HOH
EDI","syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"I
sCrossListed":"N","PublishedCourseID":"ACCT-372","ScheduledCourseID":"ACCT-3
72","CourseData":{"prefix":"ACCT","number":"372","sequence":{},"suffix":{},"
title":"Internal Reporting Issues","description":"Understanding of
decision-making, problem solving, and research skills as a supplement to
managerial accounting knowledge for accounting
professionals.","units":"2","restriction_by_major":{},"restriction_by_class"
:{},"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq
_text":"1 from (BUAD-250B or
BUAD-305)","coreq_text":{},"SectionData":[{"id":"14050","session":"442","dcl
ass_code":"D","title":"Internal Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"44","number_registered":"27","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"08:00","end_ti
me":"09:50","location":"HOH421","instructor":{"last_name":"Jackson","first_n
ame":"Cecil"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"},{"id":"14051","session":"442","dclass_code":"D","title":"Internal
Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"47","number_registered":"47","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"10:00","end_ti
me":"11:50","location":"HOH304","instructor":{"last_name":"Jackson","first_n
ame":"Cecil"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"},{"id":"14052","session":"442","dclass_code":"D","title":"Internal
Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"45","number_registered":"44","wait_qty":"1","cancele
d":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"14:00","end_ti
me":"15:50","location":"HOH421","instructor":{"last_name":"Jackson","first_n
ame":"Cecil"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"},{"id":"14053","session":"442","dclass_code":"D","title":"Internal
Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lab","units":
"0","spaces_available":"120","number_registered":"116","wait_qty":"0","cance
led":"N","blackboard":{},"comment":{},"day":"F","start_time":"12:00","end_ti
me":"13:50","location":"HOH
EDI","syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"I
sCrossListed":"N","PublishedCourseID":"ACCT-373","ScheduledCourseID":"ACCT-3
73","CourseData":{"prefix":"ACCT","number":"373","sequence":{},"suffix":{},"
title":"Introduction to Assurance Services","description":"Explores the
requisite skills and knowledge needed to offer services in assurance,
attestation or auditing
engagements.","units":"2","restriction_by_major":{},"restriction_by_class":{
},"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_t
ext":"(ACCT-370A and
ACCT-371A)","coreq_text":{},"SectionData":[{"id":"14055","session":"431","dc
lass_code":"D","title":"Introduction to Assurance
Services","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"2","spaces_available":"44","number_registered":"26","wait_qty":"0","cance
led":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"08:00","end_
time":"09:50","location":"HOH421","instructor":{"last_name":"Layton","first_
name":"Rose"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"},'
aaa=aaa+'{"id":"14056","session":"431","dclass_code":"D","title":"Introducti
on to Assurance
Services","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"2","spaces_available":"47","number_registered":"46","wait_qty":"0","cance
led":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"10:00","end_
time":"11:50","location":"HOH304","instructor":{"last_name":"Layton","first_
name":"Rose"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"},{"id":"14057","session":"431","dclass_code":"D","title":"Introduction to
Assurance
Services","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"2","spaces_available":"45","number_registered":"44","wait_qty":"1","cance
led":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"14:00","end_
time":"15:50","location":"HOH421","instructor":{"last_name":"Layton","first_
name":"Rose"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"},{"id":"14058","session":"431","dclass_code":"D","title":"Introduction to
Assurance
Services","section_title":{},"description":{},"notes":{},"type":"Lab","units
":"0","spaces_available":"120","number_registered":"115","wait_qty":"0","can
celed":"N","blackboard":{},"comment":{},"day":"F","start_time":"12:00","end_
time":"13:50","location":"HOH
EDI","syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"I
sCrossListed":"N","PublishedCourseID":"ACCT-374","ScheduledCourseID":"ACCT-3
74","CourseData":{"prefix":"ACCT","number":"374","sequence":{},"suffix":{},"
title":"Introduction to Tax Issues","description":"Basic tax principles,
introduction to U.S. federal, state and local tax systems, income and
expense definitions, property transactions, and fundamentals in individual
taxation.","units":"2","restriction_by_major":{},"restriction_by_class":{},"
restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text
":"1 from (BUAD-250B or
BUAD-305)","coreq_text":{},"SectionData":[{"id":"14060","session":"442","dcl
ass_code":"D","title":"Introduction to Tax
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"45","number_registered":"30","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"08:00","end_ti
me":"09:50","location":"ACC303","instructor":{"last_name":"Swenson","first_n
ame":"Charles"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":
"N"},{"id":"14061","session":"442","dclass_code":"D","title":"Introduction
to Tax
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"46","number_registered":"46","wait_qty":"1","cancele
d":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"10:00","end_ti
me":"11:50","location":"ACC303","instructor":{"last_name":"Swenson","first_n
ame":"Charles"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":
"N"},{"id":"14062","session":"442","dclass_code":"D","title":"Introduction
to Tax
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"46","number_registered":"45","wait_qty":"1","cancele
d":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"12:00","end_ti
me":"13:50","location":"ACC303","instructor":{"last_name":"Swenson","first_n
ame":"Charles"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":
"N"}]}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-410","ScheduledCourse
ID":"ACCT-410","CourseData":{"prefix":"ACCT","number":"410","sequence":{},"s
uffix":"x","title":"Foundations of Accounting","description":"Non-technical
presentation of accounting for users of accounting information; introduction
to financial and managerial accounting. Not open to students with course
credits in accounting. Not available for unit or course credit toward a
degree in accounting or business
administration.","units":"4","restriction_by_major":{},"restriction_by_class
":{},"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prere
q_text":{},"coreq_text":{},"SectionData":[{"id":"14090","session":"001","dcl
ass_code":"R","title":"Foundations of
Accounting","section_title":{},"description":{},"notes":{},"type":"Lec","uni
ts":"4","spaces_available":"40","number_registered":"38","wait_qty":"0","can
celed":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"10:00","en
d_time":"11:50","location":"HOH305","instructor":{"last_name":"Bonner","firs
t_name":"Sarah","bio_url":"http:\/\/mymarshall.usc.edu\/portal\/subapps\/dig
italmeasures\/faculty.jsp?surveyId=48731"},"syllabus":{"format":{},"filesize
":{}},"IsDistanceLearning":"N"},'
aaa=aaa+'{"id":"14092","session":"001","dclass_code":"R","title":"Foundation
s of
Accounting","section_title":{},"description":{},"notes":{},"type":"Lec","uni
ts":"4","spaces_available":"39","number_registered":"32","wait_qty":"0","can
celed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"10:00","en
d_time":"11:50","location":"ACC236","instructor":{"last_name":"Zhang","first
_name":"Jieying"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning
":"N"},{"id":"14094","session":"001","dclass_code":"R","title":"Foundations
of
Accounting","section_title":{},"description":{},"notes":{},"type":"Lec","uni
ts":"4","spaces_available":"40","number_registered":"40","wait_qty":"0","can
celed":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"12:00","en
d_time":"13:50","location":"HOH305","instructor":{"last_name":"Bonner","firs
t_name":"Sarah","bio_url":"http:\/\/mymarshall.usc.edu\/portal\/subapps\/dig
italmeasures\/faculty.jsp?surveyId=48731"},"syllabus":{"format":{},"filesize
":{}},"IsDistanceLearning":"N"},{"id":"14096","session":"001","dclass_code":
"R","title":"Foundations of
Accounting","section_title":{},"description":{},"notes":{},"type":"Lec","uni
ts":"4","spaces_available":"39","number_registered":"30","wait_qty":"0","can
celed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"16:00","en
d_time":"17:50","location":"ACC236","instructor":{"last_name":"Zhang","first
_name":"Jieying"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning
":"N"},{"id":"14098","session":"001","dclass_code":"R","title":"Foundations
of
Accounting","section_title":{},"description":{},"notes":{},"type":"Lec","uni
ts":"4","spaces_available":"40","number_registered":"40","wait_qty":"0","can
celed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"14:00","en
d_time":"15:50","location":"ACC236","instructor":{"last_name":"Zhang","first
_name":"Jieying"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning
":"N"}]}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-411","ScheduledCour
seID":"ACCT-411","CourseData":{"prefix":"ACCT","number":"411","sequence":{},
"suffix":"x","title":"Understanding Financial
Reporting","description":"Understanding of financial statements and insight
into the implications of the disclosure requirements. Not available for
credit to accounting or business
majors.","units":"2","restriction_by_major":{},"restriction_by_class":{},"re
striction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text":
"ACCT-410","coreq_text":{},"SectionData":{"id":"14006","session":"431","dcla
ss_code":"D","title":"Understanding Financial
Reporting","section_title":{},"description":{},"notes":{},"type":"Lec","unit
s":"2","spaces_available":"1","number_registered":"0","wait_qty":"0","cancel
ed":"Y","blackboard":{},"comment":{},"day":"MW","start_time":"12:00","end_ti
me":"13:50","location":{},"syllabus":{"format":{},"filesize":{}},"IsDistance
Learning":"N"}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-412","Schedu
ledCourseID":"ACCT-412","CourseData":{"prefix":"ACCT","number":"412","sequen
ce":{},"suffix":"x","title":"Special Financial Reporting
Issues","description":"Analysis of contemporary financial reporting and
disclosure issues. Includes topics such as accounting for stock options and
income tax, off-balance sheet financing, hedging and derivatives. Not
available for credit to accounting and business majors. Open to accounting
majors only.","units":"2","restriction_by_major":" Registration open to the
following major(s):
Accounting","restriction_by_class":{},"restriction_by_school":{},"CourseNote
s":{},"CourseTermNotes":{},"prereq_text":"ACCT-411","coreq_text":{},"Section
Data":{"id":"14010","session":"442","dclass_code":"D","title":"Special
Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"1","number_registered":"0","wait_qty":"0","canceled"
:"Y","blackboard":{},"comment":{},"day":"MW","start_time":"00:00","end_time"
:"13:50","location":{},"syllabus":{"format":{},"filesize":{}},"IsDistanceLea
rning":"N"}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-415","Scheduled
CourseID":"ACCT-415","CourseData":{"prefix":"ACCT","number":"415","sequence"
:{},'
aaa=aaa+'"suffix":"x","title":"Intermediate Financial Accounting for
Non-Accounting Majors","description":"In-depth study of balance sheet,
income statement, and cash flow statement issued from the perspective of a
user (not preparer) of corporate financial reports. Not open to accounting
majors. Not available for degree credit to accounting
majors.","units":"4","restriction_by_major":" Registration closed to the
following major(s):
Accounting","restriction_by_class":{},"restriction_by_school":{},"CourseNote
s":{},"CourseTermNotes":{},"prereq_text":"1 from (BUAD-250B or
BUAD-305)","coreq_text":{},"SectionData":[{"id":"14100","session":"001","dcl
ass_code":"R","title":"Intermediate Financial Accounting for Non-Accounting
Majors","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"4","spaces_available":"54","number_registered":"48","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"12:00","end_ti
me":"13:50","location":"ACC310","instructor":{"last_name":"Simmonds","first_
name":"Kendall"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning"
:"N"},{"id":"14102","session":"001","dclass_code":"R","title":"Intermediate
Financial Accounting for Non-Accounting
Majors","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"4","spaces_available":"39","number_registered":"23","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"16:00","end_ti
me":"17:50","location":"ACC236","instructor":{"last_name":"Simmonds","first_
name":"Kendall"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning"
:"N"}]}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-463","ScheduledCours
eID":"ACCT-463","CourseData":{"prefix":"ACCT","number":"463","sequence":{},"
suffix":{},"title":"Internal Audit","description":"Examination of internal
audit\/auditors and their relationship to management, the investors, the
regulators, and the external
auditors.","units":"2","restriction_by_major":{},"restriction_by_class":{},"
restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text
":"(ACCT-370B and
ACCT-373)","coreq_text":{},"SectionData":{"id":"14186","session":"442","dcla
ss_code":"D","title":"Internal
Audit","section_title":{},"description":{},"notes":{},"type":"Lec","units":"
2","spaces_available":"35","number_registered":"21","wait_qty":"0","canceled
":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"08:00","end_tim
e":"09:50","location":"ACC236","instructor":{"last_name":"Layton","first_nam
e":"Rose"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}}
},{"IsCrossListed":"N","PublishedCourseID":"ACCT-470A","ScheduledCourseID":"
ACCT-470A","CourseData":{"prefix":"ACCT","number":"470","sequence":"A","suff
ix":{},"title":"Advanced External Financial Reporting
Issues","description":"Developing capabilities to identify and articulate
current external financial reporting problems and issues, concentrating on
operating, financing and investing activities of business
organizations.","units":"2","restriction_by_major":{},"restriction_by_class"
:{},"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq
_text":"ACCT-370B","coreq_text":{},"SectionData":[{"id":"14115","session":"4
31","dclass_code":"D","title":"Advanced External Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"51","number_registered":"49","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"12:00","end_ti
me":"13:50","location":"ACC310","instructor":{"last_name":"Simmonds","first_
name":"Kendall"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning"
:"N"},{"id":"14116","session":"431","dclass_code":"D","title":"Advanced
External Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"50","number_registered":"33","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"14:00","end_ti
me":"15:50","location":"ACC310","instructor":{"last_name":"Simmonds","first_
name":"Kendall"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning"
:"N"},{"id":"14118","session":"431","dclass_code":"D","title":"Advanced
External Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lab","units":
"0","spaces_available":"100","number_registered":"82","wait_qty":"0","cancel
ed":"N","blackboard":{},"comment":{},"day":"F","start_time":"14:00","end_tim
e":"15:50","location":"HOH
EDI","syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},'
aaa=aaa+'{"IsCrossListed":"N","PublishedCourseID":"ACCT-470B","ScheduledCour
seID":"ACCT-470B","CourseData":{"prefix":"ACCT","number":"470","sequence":"B
","suffix":{},"title":"Advanced External Financial Reporting
Issues","description":"Developing capabilities to identify and articulate
current external financial reporting problems and issues, concentrating on
operating, financing and investing activities of business
organizations.","units":"2","restriction_by_major":{},"restriction_by_class"
:{},"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq
_text":"ACCT-470A","coreq_text":{},"SectionData":[{"id":"14120","session":"4
42","dclass_code":"D","title":"Advanced External Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"50","number_registered":"42","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"12:00","end_ti
me":"13:50","location":"ACC310","instructor":{"last_name":"Simmonds","first_
name":"Kendall"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning"
:"N"},{"id":"14121","session":"442","dclass_code":"D","title":"Advanced
External Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"50","number_registered":"30","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"14:00","end_ti
me":"15:50","location":"ACC310","instructor":{"last_name":"Simmonds","first_
name":"Kendall"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning"
:"N"},{"id":"14123","session":"442","dclass_code":"D","title":"Advanced
External Financial Reporting
Issues","section_title":{},"description":{},"notes":{},"type":"Lab","units":
"0","spaces_available":"100","number_registered":"72","wait_qty":"0","cancel
ed":"N","blackboard":{},"comment":{},"day":"F","start_time":"14:00","end_tim
e":"15:50","location":"HOH
EDI","syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"I
sCrossListed":"N","PublishedCourseID":"ACCT-472","ScheduledCourseID":"ACCT-4
72","CourseData":{"prefix":"ACCT","number":"472","sequence":{},"suffix":{},"
title":"Managerial Accounting","description":"Understanding of systems
providing cost information useful in management decision-making and problem
solving.","units":"2","restriction_by_major":{},"restriction_by_class":{},"r
estriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text"
:"ACCT-372","coreq_text":{},"SectionData":{"id":"14130","session":"431","dcl
ass_code":"D","title":"Managerial
Accounting","section_title":{},"description":{},"notes":{},"type":"Lec","uni
ts":"2","spaces_available":"35","number_registered":"27","wait_qty":"0","can
celed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"10:00","en
d_time":"11:50","location":"BRI8","instructor":{"last_name":"Jackson","first
_name":"Cecil"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":
"N"}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-473","ScheduledCourseI
D":"ACCT-473","CourseData":{"prefix":"ACCT","number":"473","sequence":{},"su
ffix":{},"title":"Financial Statement Auditing","description":"Course builds
on the background developed in ACCT 373, specifically the process used by
external auditors to conduct financial statement
audits.","units":"2","restriction_by_major":{},"restriction_by_class":{},"re
striction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text":
"(ACCT-371B and
ACCT-373)","coreq_text":{},"SectionData":[{"id":"14135","session":"442","dcl
ass_code":"D","title":"Financial Statement
Auditing","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"2","spaces_available":"39","number_registered":"29","wait_qty":"0","cance
led":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"10:00","end_
time":"11:50","location":"HOH301","instructor":{"last_name":"Layton","first_
name":"Rose"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"},{"id":"14136","session":"442","dclass_code":"D","title":"Financial
Statement
Auditing","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"2","spaces_available":"32","number_registered":"24","wait_qty":"0","cance
led":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"14:00","end_
time":"15:50","location":"HOH306","instructor":{"last_name":"Layton","first_
name":"Rose"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"},{"id":"14137","session":"442","dclass_code":"D","title":"Financial
Statement
Auditing","section_title":{},"description":{},"notes":{},"type":"Lab","units
":"0",'
aaa=aaa+'"spaces_available":"78","number_registered":"53","wait_qty":"0","ca
nceled":"N","blackboard":{},"comment":{},"day":"F","start_time":"12:00","end
_time":"13:50","location":"HOH
EDI","syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"I
sCrossListed":"N","PublishedCourseID":"ACCT-474","ScheduledCourseID":"ACCT-4
74","CourseData":{"prefix":"ACCT","number":"474","sequence":{},"suffix":{},t
itle":"Tax Issues for Business","description":"Capabilities to identify and
articulate tax issues related to a business entity s life: formation,
investing, financing and operations, and change of
form.","units":"2","restriction_by_major":{},"restriction_by_class":{},"rest
riction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text":"A
CCT-374","coreq_text":{},'
aaa=aaa+'"SectionData":[{"id":"14140","session":"431","dclass_code":"D","tit
le":"Tax Issues for
Business","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"2","spaces_available":"39","number_registered":"21","wait_qty":"0","cance
led":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"10:00","end_
time":"11:50","location":"HOH301","instructor":{"last_name":"Scharlach","fir
st_name":"Robert"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearnin
g":"N"},'
aaa=aaa+'{"id":"14141","session":"431","dclass_code":"D","title":"Tax Issues
for
Business","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"2","spaces_available":"32","number_registered":"17","wait_qty":"0","cance
led":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"14:00","end_
time":"15:50","location":"HOH306","instructor":{"last_name":"Scharlach","fir
st_name":"Robert"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearnin
g":"N"},{"id":"14142","session":"431","dclass_code":"D","title":"Tax Issues
for
Business","section_title":{},"description":{},"notes":{},"type":"Lab","units
":"0","spaces_available":"100",'
aaa=aaa+'"number_registered":"38","wait_qty":"0","canceled":"N","blackboard"
:{},"comment":{},"day":"F","start_time":"14:00","end_time":"15:50","location
":"HOH
EDI","syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"I
sCrossListed":"N","PublishedCourseID":"ACCT-476","ScheduledCourseID":"ACCT-4
76","CourseData":{"prefix":"ACCT","number":"476","sequence":{},"suffix":{},"
title":"Performance Measurement Issues","description":"Introduction to
understanding how management control systems can enhance achievement of the
organization\'s objectives and
strategies.","units":"2","restriction_by_major":{},"restriction_by_class":{}
,"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_te
xt":"ACCT-372","coreq_text":{},"SectionData":{"id":"14150","session":"442","
dclass_code":"D","title":"Performance Measurement
Issues","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"2","spaces_available":"35","number_registered":"17","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"10:00","end_ti
me":"11:50","location":"BRI8","instructor":{"last_name":"Jackson","first_nam
e":"Cecil"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}
}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-478","ScheduledCourseID":"
ACCT-478","CourseData":{"prefix":"ACCT","number":"478","sequence":{},"suffix
":{},"title":"Accounting Systems Design","description":"Explores the design
of accounting systems. Introduction to tools and techniques for analyzing
and designing accounting systems with an emphasis on system controls and
reporting.","units":"4","restriction_by_major":{},"restriction_by_class":{},
"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_tex
t":"ACCT-371B","coreq_text":{},"SectionData":{"id":"14160","session":"001","
dclass_code":"D","title":"Accounting Systems
Design","section_title":{},"description":{},"notes":{},"type":"Lec","units":
"4","spaces_available":"35","number_registered":"10","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"14:00","end_ti
me":"15:50","location":"BRI8","instructor":{"last_name":"Kiddoo","first_name
":"Bob"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}}},
{"IsCrossListed":"N","PublishedCourseID":"ACCT-479","ScheduledCourseID":"ACC
T-479","CourseData":{"prefix":"ACCT","number":"479","sequence":{},"suffix":{
},"title":"Accounting Systems Development","description":"Examines the
fundamentals of accounting systems development. Introduction to the concepts
of implementation and support, with emphasis on system quality assurance,
evaluation and
attestation.","units":"4","restriction_by_major":{},"restriction_by_class":{
},'
aaa=aaa+'"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"p
rereq_text":"ACCT-478","coreq_text":{},"SectionData":{"id":"14165","session"
:"001","dclass_code":"D","title":"Accounting Systems
Development","section_title":{},"description":{},"notes":{},"type":"Lec","un
its":"4","spaces_available":"30","number_registered":"6","wait_qty":"0","can
celed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"12:00","en
d_time":"13:50","location":"HOH305","instructor":{"last_name":"Kiddoo","firs
t_name":"Bob"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"
N"}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-490","ScheduledCourseID
":"ACCT-490","CourseData":{"prefix":"ACCT","number":"490","sequence":{},"suf
fix":"x","title":"Directed Research","description":"Individual research and
readings. Not available for graduate credit.","units":"2-8,
8","restriction_by_major":{},"restriction_by_class":{},"restriction_by_schoo
l":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text":{},"coreq_text":{}
,"SectionData":{"id":"14180","session":"001","dclass_code":"D","title":"Dire
cted
Research","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"2-8","spaces_available":"10","number_registered":"0","wait_qty":"0","canc
eled":"N","blackboard":"N","comment":{},"day":{},"start_time":"TBA","end_tim
e":"TBA","location":"OFFICE","instructor":{"last_name":"Beatty","first_name"
:"Randolph"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"
}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-509","ScheduledCourseID":
"ACCT-509","CourseData":{"prefix":"ACCT","number":"509","sequence":{},"suffi
x":{},"title":"Concepts of Financial and Management
Accounting","description":"Introduction to the concepts of financial and
managerial accounting. The course will provide coverage of key concepts
needed by managers of businesses in order to communicate information
important in decision-making. (Duplicates credit in GSBA 510, GSBA 518, GSBA
536.) Not open to business majors.","units":"4","restriction_by_major":"
Registration closed to the following major(s): Business Administration,
Business Administration (Cinema-Television), Business Administration (East
Asian Studies), Business Administration (International Relations), Business
Administration, Business Administration\/East Asian Area Studies, Business
Administration\/Jewish Communal Service, Gerontology\/Business
Administration, Business Administration\/Industrial & Systems Engineering,
Nursing\/Business Administration, Business Administration\/Planning,
Business Administration\/Real Estate Development, Business
Administration\/Dental Surgery, Juris Doctor\/Business Administration,
Medicine\/Business Administration, Business
Administration\/Pharmacy","restriction_by_class":{},"restriction_by_school":
{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text":{},"coreq_text":{},"S
ectionData":{"id":"14188","session":"036","dclass_code":"R","title":"Concept
s of Financial and Management
Accounting","section_title":{},"description":{},"notes":{},"type":"Lec","uni
ts":"4","spaces_available":"50","number_registered":"12","wait_qty":"0","can
celed":"N","blackboard":"Y","comment":{},"day":{},"start_time":"TBA","end_ti
me":"TBA","location":"ONLINE","instructor":{"last_name":"Hopkins","first_nam
e":"Merle"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}
}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-546","ScheduledCourseID":"
ACCT-546","CourseData":{"prefix":"ACCT","number":"546","sequence":{},"suffix
":{},"title":"Assurance Services","description":"Concepts and principles
governing independent professional services that provide assurance on the
reliability and relevance of information, including financial statement
information. Topics include demand and supply issues for these services,
basic principles of evidence, risk assessment and
testing.","units":"3","restriction_by_major":{},"restriction_by_class":{},"r
estriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text"
:"ACCT-525","coreq_text":{},"SectionData":{"id":"14206","session":"001","dcl
ass_code":"R","title":"Assurance
Services","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"3","spaces_available":"54","number_registered":"50","wait_qty":"0","cance
led":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"08:00","end_
time":"09:20","location":"JKP202","instructor":{"last_name":"Owens","first_n
ame":"John"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"
}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-547","ScheduledCourseID":
"ACCT-547",'
aaa=aaa+'"CourseData":{"prefix":"ACCT","number":"547","sequence":{},"suffix"
:{},"title":"Enterprise Information Systems","description":"Focuses on
accounting enterprise database models and information technology required to
support those systems. Includes analysis and design of interfunctional
process flows through reengineering to exploit technology
capabilities.","units":"3","restriction_by_major":{},"restriction_by_class":
{},"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_
text":{},"coreq_text":{},"SectionData":{"id":"14208","session":"001","dclass
_code":"R","title":"Enterprise Information
Systems","section_title":{},"description":{},"notes":{},"type":"Lec","units"
:"3","spaces_available":"50","number_registered":"48","wait_qty":"0","cancel
ed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"15:30","end_t
ime":"16:50","location":"JKP202","instructor":[{"last_name":"O\'Leary","firs
t_name":"Daniel"},{"last_name":"Maxey","first_name":"Shirley"}],"syllabus":{
"format":{},"filesize":{}},"IsDistanceLearning":"N"}}},{"IsCrossListed":"N",
"PublishedCourseID":"ACCT-549","ScheduledCourseID":"ACCT-549","CourseData":{
"prefix":"ACCT","number":"549","sequence":{},"suffix":{},"title":"Advanced
Enterprise Systems and Technologies","description":"Design, control and
development of advanced enterprise systems, using reengineering, focusing on
accounting and financial systems, using a wide range of emerging existing
technologies. Recommended preparation: ACCT
547.","units":"3","restriction_by_major":" Registration open to the
following major(s): Accounting, Business Taxation, Business Administration,
Nursing\/Business Administration, Business Administration\/Dental Surgery,
Information and Operations Management, Business Administration\/East Asian
Area Studies, Medicine\/Business Administration, Business
Administration\/Jewish Communal Service, Business Administration\/Planning,
Business Administration\/Real Estate
Development","restriction_by_class":{},"restriction_by_school":{},"CourseNot
es":{},"CourseTermNotes":{},"prereq_text":{},"coreq_text":{},"SectionData":[
{"id":"14214","session":"001","dclass_code":"R","title":"Advanced Enterprise
Systems and Technologies","section_title":{},"description":"Section 14214 -
For MAcc\/MBT student ONLY Section 14215 - For MBA students
ONLY","notes":{},"type":"Lec","units":"3","spaces_available":"36","number_re
gistered":"28","wait_qty":"0","canceled":"N","blackboard":"Y","comment":{},"
day":"TH","start_time":"11:00","end_time":"12:20","location":"JKP104","instr
uctor":[{"last_name":"O\'Leary","first_name":"Daniel"},{"last_name":"Maxey",
"first_name":"Shirley"}],"syllabus":{"format":{},"filesize":{}},"IsDistanceL
earning":"N"},{"id":"14215","session":"033","dclass_code":"R","title":"Advan
ced Enterprise Systems and
Technologies","section_title":{},"description":"This section (14215) is for
MBA students only. Graduate accounting students must register for ACCT-549,
section
14214.","notes":{},"type":"Lec","units":"3","spaces_available":"20","number_
registered":"0","wait_qty":"0","canceled":"N","blackboard":"Y","comment":{},
"day":"TH","start_time":"11:00","end_time":"12:20","location":"JKP104","inst
ructor":{"last_name":"O\'Leary","first_name":"Daniel"},"syllabus":{"format":
{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"IsCrossListed":"N","Publish
edCourseID":"ACCT-550T","ScheduledCourseID":"ACCT-550T","CourseData":{"prefi
x":"ACCT","number":"550","sequence":"T","suffix":{},"title":"Tax Research
and Practice","description":"Tax law research methods; interpreting
statutes, cases, and rulings; communicating research results; administration
and professional responsibilities of tax practice. Recommended preparation:
introductory tax
course.","units":"3","restriction_by_major":{},"restriction_by_class":{},"re
striction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text":
{},"coreq_text":{},"SectionData":{"id":"14216","session":"431","dclass_code"
:"D","title":"Tax Research and
Practice","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"3","spaces_available":"54","number_registered":"55","wait_qty":"0","cance
led":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"09:30","end_
time":"12:20","location":"JKP202","instructor":{"last_name":"Mills","first_n
ame":"Patricia"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning"
:"N"}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-551T","ScheduledCours
eID":"ACCT-551T","CourseData":{"prefix":"ACCT","number":"551","sequence":"T"
,"suffix":{},"title":"Taxation of Partnerships and S-Corps",'
aaa=aaa+'"description":"Federal taxation of flow-through entities,
including: partnerships, S corporations, limited liability partnerships
(LLPs), and limited liability companies
(LLCs).","units":"3","restriction_by_major":{},"restriction_by_class":{},"re
striction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text":
"1 from (ACCT-550T or ACCT-560T or
LAW-600)","coreq_text":{},"SectionData":[{"id":"14220","session":"001","dcla
ss_code":"R","title":"Taxation of Partnerships and
S-Corps","section_title":{},"description":{},"notes":{},"type":"Lec","units"
:"3","spaces_available":"41","number_registered":"33","wait_qty":"0","cancel
ed":"N","blackboard":"Y","comment":{},"day":"T","start_time":"18:30","end_ti
me":"21:30","location":"BRI202","instructor":{"last_name":"Mills","first_nam
e":"Patricia"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"
N"},{"id":"14221","session":"442","dclass_code":"D","title":"Taxation of
Partnerships and
S-Corps","section_title":{},"description":{},"notes":{},"type":"Lec","units"
:"3","spaces_available":"54","number_registered":"55","wait_qty":"0","cancel
ed":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"09:30","end_t
ime":"12:20","location":"JKP202","instructor":{"last_name":"Mills","first_na
me":"Patricia"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":
"N"}]}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-560T","ScheduledCours
eID":"ACCT-560T","CourseData":{"prefix":"ACCT","number":"560","sequence":"T"
,"suffix":{},"title":"Tax Theory and Its Business
Applications","description":"Taxation and its relationship to business and
investment decisions; the effects of taxation on business organization,
capital structure, policies, operation, and expansion. Recommended
preparation: introductory tax
course.","units":"3","restriction_by_major":{},"restriction_by_class":{},"re
striction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text":
{},"coreq_text":{},"SectionData":[{"id":"14230","session":"001","dclass_code
":"R","title":"Tax Theory and Its Business
Applications","section_title":{},"description":"Section 14231 meets 8\/25 -
10\/15 Last day to add\/drop without a W is
9\/2","notes":{},"type":"Lec","units":"3","spaces_available":"54","number_re
gistered":"55","wait_qty":"0","canceled":"N","blackboard":"Y","comment":{},"
day":"W","start_time":"18:30","end_time":"21:30","location":"JKP202","instru
ctor":[{"last_name":"Barcal","first_name":"Jack"},{"last_name":"Maxey","firs
t_name":"Shirley"}],"syllabus":{"format":{},"filesize":{}},"IsDistanceLearni
ng":"N"},{"id":"14231","session":"431","dclass_code":"D","title":"Tax Theory
and Its Business
Applications","section_title":{},"description":{},"notes":{},"type":"Lec","u
nits":"3","spaces_available":"54","number_registered":"55","wait_qty":"0","c
anceled":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"09:30","
end_time":"12:20","location":"JKP202","instructor":[{"last_name":"Barcal","f
irst_name":"Jack"},{"last_name":"Maxey","first_name":"Shirley"}],"syllabus":
{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"IsCrossListed":"N
","PublishedCourseID":"ACCT-561T","ScheduledCourseID":"ACCT-561T","CourseDat
a":{"prefix":"ACCT","number":"561","sequence":"T","suffix":{},"title":"Incom
e Tax of Corporations and Their Shareholders","description":"Concepts and
principles governing the taxation of corporations and their shareholders;
the effect of taxes on corporate formation, capital structure,
distributions, and
liquidations.","units":"3","restriction_by_major":{},"restriction_by_class":
{},"restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_
text":"1 from (ACCT-550T or ACCT-560T or
LAW-600)","coreq_text":{},"SectionData":{"id":"14234","session":"442","dclas
s_code":"D","title":"Income Tax of Corporations and Their
Shareholders","section_title":{},"description":{},"notes":{},"type":"Lec","u
nits":"3","spaces_available":"54","number_registered":"55","wait_qty":"0","c
anceled":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"09:30","
end_time":"12:20","location":"JKP202","instructor":{"last_name":"Keller","fi
rst_name":"Joseph"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearni
ng":"N"}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-568T","ScheduledCo
urseID":"ACCT-568T","CourseData":{"prefix":"ACCT","number":"568","sequence":
"T","suffix":{},"title":"Taxation of Foreign Business
Operations","description":"Taxation of foreign income of U.S. citizens and
corporations and of U.S. source income of foreign persons and corporations;
planning for organization of foreign operations under the tax
laws.","units":"3",'
aaa=aaa+'"restriction_by_major":" Registration open to the following
major(s): Accounting, Business Taxation,
Law","restriction_by_class":{},"restriction_by_school":{},"CourseNotes":{},"
CourseTermNotes":{},"prereq_text":"ACCT-561T","coreq_text":{},"SectionData":
{"id":"14246","session":"001","dclass_code":"D","title":"Taxation of Foreign
Business
Operations","section_title":{},"description":{},"notes":{},"type":"Lec","uni
ts":"3","spaces_available":"1","number_registered":"0","wait_qty":"0","cance
led":"Y","blackboard":"Y","comment":{},"day":"H","start_time":"18:30","end_t
ime":"21:30","location":{},"instructor":{"last_name":"Sylvester","first_name
":"Michael"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"
}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-572","ScheduledCourseID":
"ACCT-572","CourseData":{"prefix":"ACCT","number":"572","sequence":{},"suffi
x":{},"title":"Corporate Accounting and Reporting","description":"A study of
financial reporting and disclosure issues with an emphasis on the use of
corporate financial statements and their accompanying footnotes. Not open to
students with credit in equivalent
subjects.","units":"3","restriction_by_major":{},"restriction_by_class":{},"
restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text
":"GSBA-510","coreq_text":{},"SectionData":[{"id":"14254","session":"033","d
class_code":"R","title":"Corporate Accounting and
Reporting","section_title":{},"description":{},"notes":{},"type":"Lec","unit
s":"3","spaces_available":"56","number_registered":"51","wait_qty":"0","canc
eled":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"09:30","end
_time":"10:50","location":"JKP104","instructor":{"last_name":"Trezevant","fi
rst_name":"Robert"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearni
ng":"N"},{"id":"14256","session":"033","dclass_code":"R","title":"Corporate
Accounting and
Reporting","section_title":{},"description":{},"notes":{},"type":"Lec","unit
s":"3","spaces_available":"39","number_registered":"36","wait_qty":"0","canc
eled":"N","blackboard":"Y","comment":{},"day":"M","start_time":"18:30","end_
time":"21:30","location":"ACC236","instructor":{"last_name":"Trezevant","fir
st_name":"Robert"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearnin
g":"N"}]}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-574","ScheduledCou
rseID":"ACCT-574","CourseData":{"prefix":"ACCT","number":"574","sequence":{}
,"suffix":{},"title":"Accounting in the Global Business
Environment","description":"Study of national and international accounting
and business issues; global capital market changes; international accounting
and business topics; cases and studies of specific business entities and
countries.","units":"3","restriction_by_major":" Registration open to the
following major(s): Accounting, Business Taxation, Business Administration,
Law, Juris Doctor\/Business Administration, Business
Administration\/Industrial & Systems Engineering, Business
Administration\/Pharmacy, Gerontology\/Business Administration,
Nursing\/Business Administration, Business Administration\/Dental Surgery,
Information and Operations Management, Business Administration\/East Asian
Area Studies, Medicine\/Business Administration, Business
Administration\/Jewish Communal Service, Business Administration\/Planning,
Business Administration\/Real Estate
Development","restriction_by_class":{},"restriction_by_school":{},"CourseNot
es":{},"CourseTermNotes":{},"prereq_text":"1 from (GSBA-510 or GSBA-518 or
GSBA-536)","coreq_text":{},"SectionData":[{"id":"14260","session":"001","dcl
ass_code":"D","title":"Accounting in the Global Business
Environment","section_title":{},"description":{},"notes":{},"type":"Lec","un
its":"3","spaces_available":"42","number_registered":"30","wait_qty":"0","ca
nceled":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"14:00","e
nd_time":"15:20","location":"JKP202","instructor":{"last_name":"Hung","first
_name":"Mingyi"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning"
:"N"},{"id":"14261","session":"001","dclass_code":"D","title":"Accounting in
the Global Business
Environment","section_title":{},"description":{},"notes":{},"type":"Lec","un
its":"3","spaces_available":"42","number_registered":"42","wait_qty":"0","ca
nceled":"N","blackboard":"Y","comment":{},"day":"MW","start_time":"12:30","e
nd_time":"13:50","location":"JKP202","instructor":{"last_name":"Hung","first
_name":"Mingyi"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning"
:"N"}]}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-578T","ScheduledCour
seID":"ACCT-578T","CourseData":{"prefix":"ACCT","number":"578",'
aaa=aaa+'"sequence":"T","suffix":{},"title":"Advanced Corporate
Taxation","description":"Analysis of corporate divisions and
reorganizations, carryovers, and other advanced topics in corporate
taxation.","units":"3","restriction_by_major":" Registration open to the
following major(s): Accounting, Business Taxation,
Law","restriction_by_class":{},"restriction_by_school":{},"CourseNotes":{},"
CourseTermNotes":{},"prereq_text":"ACCT-561T","coreq_text":{},"SectionData":
{"id":"14268","session":"001","dclass_code":"R","title":"Advanced Corporate
Taxation","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"3","spaces_available":"34","number_registered":"9","wait_qty":"0","cancel
ed":"N","blackboard":"Y","comment":{},"day":"H","start_time":"18:30","end_ti
me":"21:30","location":"BRI202","instructor":{"last_name":"Keller","first_na
me":"Joseph"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N
"}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-580T","ScheduledCourseID
":"ACCT-580T","CourseData":{"prefix":"ACCT","number":"580","sequence":"T","s
uffix":{},"title":"Accounting Methods","description":"An analysis of
Subchapter E and related provisions of the Internal Revenue Code and of the
relationships between tax and financial
accounting.","units":"3","restriction_by_major":" Registration open to the
following major(s): Accounting, Business Taxation,
Law","restriction_by_class":{},"restriction_by_school":{},"CourseNotes":{},"
CourseTermNotes":{},"prereq_text":"ACCT-550T and 1 from (ACCT-560T or
LAW-600)","coreq_text":{},"SectionData":[{"id":"14273","session":"001","dcla
ss_code":"R","title":"Accounting
Methods","section_title":{},"description":{},"notes":{},"type":"Lec","units"
:"3","spaces_available":"35","number_registered":"8","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"W","start_time":"18:30","end_tim
e":"21:30","location":"BRI202","instructor":{"last_name":"Scharlach","first_
name":"Robert"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":
"N"},{"id":"14274","session":"001","dclass_code":"R","title":"Accounting
Methods","section_title":{},"description":{},"notes":{},"type":"Lec","units"
:"3","spaces_available":"25","number_registered":"1","wait_qty":"0","cancele
d":"N","blackboard":"Y","comment":{},"day":"W","start_time":"18:30","end_tim
e":"21:30","location":"OCC","instructor":{"last_name":"Scharlach","first_nam
e":"Robert"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"
}]}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-582","ScheduledCourseID"
:"ACCT-582","CourseData":{"prefix":"ACCT","number":"582","sequence":{},"suff
ix":{},"title":"Accounting for Mergers and
Acquisitions","description":"Theoretical and practical problems in
accounting for business combinations: purchase and pooling-of-interests
accounting; consolidated financial statements; income tax considerations;
Intrnational Accounting Standards.","units":"3","restriction_by_major":"
Registration open to the following major(s): Accounting, Business Taxation,
Business
Administration","restriction_by_class":{},"restriction_by_school":{},"Course
Notes":{},"CourseTermNotes":{},"prereq_text":"GSBA-510","coreq_text":{},"Sec
tionData":[{"id":"14288","session":"001","dclass_code":"D","title":"Accounti
ng for Mergers and
Acquisitions","section_title":{},"description":{},"notes":{},"type":"Lec","u
nits":"3","spaces_available":"41","number_registered":"36","wait_qty":"0","c
anceled":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"12:30","
end_time":"13:50","location":"JKP202","instructor":[{"last_name":"Trezevant"
,"first_name":"Robert"},{"last_name":"Wang","first_name":"Shiing-Wu"}],"syll
abus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"},{"id":"14289","s
ession":"001","dclass_code":"D","title":"Accounting for Mergers and
Acquisitions","section_title":{},"description":{},"notes":{},"type":"Lec","u
nits":"3","spaces_available":"40","number_registered":"34","wait_qty":"0","c
anceled":"N","blackboard":"Y","comment":{},"day":"TH","start_time":"14:00","
end_time":"15:20","location":"JKP202","instructor":[{"last_name":"Trezevant"
,"first_name":"Robert"},{"last_name":"Wang","first_name":"Shiing-Wu"}],"syll
abus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}]}},{"IsCrossList
ed":"N","PublishedCourseID":"ACCT-583","ScheduledCourseID":"ACCT-583","Cours
eData":{"prefix":"ACCT","number":"583","sequence":{},"suffix":{},'
aaa=aaa+'"title":"Accounting for Income Taxes","description":"Examination of
the roles of auditors, tax professionals and corporate financial personnel
in preparing, analyzing and reviewing the accrual of income taxes in
financial statements. Open to M.B.T., M.Acc. and M.B.A. students
only.","units":"3","restriction_by_major":" Registration open to the
following major(s): Business Taxation, Accounting, Business
Administration","restriction_by_class":{},"restriction_by_school":{},"Course
Notes":{},"CourseTermNotes":{},"prereq_text":"(ACCT-544 and
ACCT-572)","coreq_text":{},"SectionData":{"id":"14290","session":"001","dcla
ss_code":"R","title":"Accounting for Income
Taxes","section_title":{},"description":{},"notes":{},"type":"Lec","units":"
3","spaces_available":"30","number_registered":"16","wait_qty":"0","canceled
":"N","blackboard":"Y","comment":{},"day":"M","start_time":"18:30","end_time
":"21:30","location":"BRI202","instructor":[{"last_name":"Keller","first_nam
e":"Joseph"},{"last_name":"Mills","first_name":"Jim"}],"syllabus":{"format":
{},"filesize":{}},"IsDistanceLearning":"N"}}},{"IsCrossListed":"N","Publishe
dCourseID":"ACCT-590","ScheduledCourseID":"ACCT-590","CourseData":{"prefix":
"ACCT","number":"590","sequence":{},"suffix":{},"title":"Directed
Research","description":"Research leading to the master\'s degree. Maximum
units which may be applied to the degree to be determined by the School of
Accounting. Graded CR\/NC.","units":"1-4","restriction_by_major":"
Registration open to the following major(s): Accounting, Business Taxation,
Law","restriction_by_class":{},"restriction_by_school":{},"CourseNotes":{},"
CourseTermNotes":{},"prereq_text":{},"coreq_text":{},"SectionData":{"id":"14
300","session":"001","dclass_code":"D","title":"Directed
Research","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"1-4","spaces_available":"10","number_registered":"0","wait_qty":"0","canc
eled":"N","blackboard":"N","comment":{},"day":{},"start_time":"TBA","end_tim
e":"TBA","location":"OFFICE","instructor":{"last_name":"Maxey","first_name":
"Shirley"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"}}
},{"IsCrossListed":"N","PublishedCourseID":"ACCT-597","ScheduledCourseID":"A
CCT-597","CourseData":{"prefix":"ACCT","number":"597","sequence":{},"suffix"
:{},"title":"Business Field Project in Accounting","description":"Individual
or team projects solving real business problems for companies; situation
analyses; research proposal composition; field research techniques;
statistical analysis; oral and written presentations. Graded
CR\/NC.","units":"1-6","restriction_by_major":{},"restriction_by_class":{},"
restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text
":{},"coreq_text":{},"SectionData":{"id":"14302","session":"033","dclass_cod
e":"D","title":"Business Field Project in
Accounting","section_title":{},"description":{},"notes":{},"type":"Lec","uni
ts":"1-6","spaces_available":"50","number_registered":"0","wait_qty":"0","ca
nceled":"N","blackboard":"N","comment":{},"day":{},"start_time":"TBA","end_t
ime":"TBA","location":"OFFICE","instructor":{"last_name":"Beatty","first_nam
e":"Randolph"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"
N"}}},{"IsCrossListed":"N","PublishedCourseID":"ACCT-602","ScheduledCourseID
":"ACCT-602","CourseData":{"prefix":"ACCT","number":"602","sequence":{},"suf
fix":{},"title":"Survey of Judgment and Decision-Making Research in
Accounting","description":"Survey of major topics in judgment and
decision-making research in accounting with coverage of both key research
questions and frequently used methods. Departmental
approval.","units":"3","restriction_by_major":{},"restriction_by_class":{},"
restriction_by_school":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text
":{},"coreq_text":{},"SectionData":{"id":"14310","session":"036","dclass_cod
e":"D","title":"Survey of Judgment and Decision-Making Research in
Accounting","section_title":{},"description":{},"notes":{},"type":"Lec","uni
ts":"3","spaces_available":"5","number_registered":"5","wait_qty":"0","cance
led":"N","blackboard":"N","comment":{},"day":"F","start_time":"09:00","end_t
ime":"11:50","location":"ACC312","instructor":{"last_name":"Bonner","first_n
ame":"Sarah","bio_url":"http:\/\/mymarshall.usc.edu\/portal\/subapps\/digita
lmeasures\/faculty.jsp?surveyId=48731"},"syllabus":{"format":{},"filesize":{
}},"IsDistanceLearning":"N"}}},'
aaa=aaa+'{"IsCrossListed":"N","PublishedCourseID":"ACCT-611","ScheduledCours
eID":"ACCT-611","CourseData":{"prefix":"ACCT","number":"611","sequence":{},"
suffix":{},"title":"Selected Topics in Accounting
Research","description":"Advanced Seminar to address issues\/topics covered
in accounting research forums presented by USC and visiting
faculty.","units":"1,
4","restriction_by_major":{},"restriction_by_class":{},"restriction_by_schoo
l":{},"CourseNotes":{},"CourseTermNotes":{},"prereq_text":{},"coreq_text":{}
,"SectionData":{"id":"14321","session":"036","dclass_code":"D","title":"Sele
cted Topics in Accounting
Research","section_title":{},"description":{},"notes":{},"type":"Lec","units
":"1","spaces_available":"20","number_registered":"12","wait_qty":"0","cance
led":"N","blackboard":"N","comment":{},"day":"F","start_time":"12:30","end_t
ime":"13:20","location":"ACC312","instructor":{"last_name":"Hung","first_nam
e":"Mingyi"},"syllabus":{"format":{},"filesize":{}},"IsDistanceLearning":"N"
}}}]}}'

print "aa = ",aaa
print "\n\n\n\n\n\n"

if __name__ == "__main__":
# main app

txdata = None
json.dumps(aaa)

print "foo"

sys.exit()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top