mirror of
https://github.com/Xevion/banner.git
synced 2025-12-05 23:14:20 -06:00
Consolidate all files into /docs
This commit is contained in:
47
docs/samples/course/getClassDetails.html
Normal file
47
docs/samples/course/getClassDetails.html
Normal file
@@ -0,0 +1,47 @@
|
||||
|
||||
<section aria-labelledby="classDetails">
|
||||
<span class="status-bold">Associated Term:</span>Spring 2024 <br/>
|
||||
<span class="status-bold">CRN:</span><span
|
||||
id="courseReferenceNumber">39738</span><br/>
|
||||
|
||||
|
||||
|
||||
<span class="status-bold">Campus:</span>Main Campus <br/>
|
||||
|
||||
|
||||
<span class="status-bold">Schedule Type:</span>
|
||||
Lecture
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<span class="status-bold">Instructional Method:</span>
|
||||
Traditional in-person<br/>
|
||||
|
||||
|
||||
<span class="status-bold">Section Number:</span>
|
||||
<span id="sectionNumber">001</span>
|
||||
<br/>
|
||||
|
||||
<span class="status-bold">Subject:</span>
|
||||
<span id="subject">Academic English Program-Int'l</span>
|
||||
<br/>
|
||||
<span class="status-bold">Course Number:</span>
|
||||
<span id="courseNumber">0110</span>
|
||||
<br/>
|
||||
<span class="status-bold">Title:</span>
|
||||
<span id="courseTitle">Reading/Vocabulary-level 1</span>
|
||||
<br/>
|
||||
|
||||
<span class="status-bold">Credit Hours:</span>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<span class="status-bold">Grade Mode:</span>
|
||||
|
||||
Normal Grading<br>
|
||||
|
||||
|
||||
</section>
|
||||
8
docs/samples/course/getCorequisites.html
Normal file
8
docs/samples/course/getCorequisites.html
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
<section aria-labelledby="coReqs">
|
||||
<h3>Corequisites</h3>
|
||||
|
||||
No corequisite course information available.
|
||||
|
||||
|
||||
</section>
|
||||
15
docs/samples/course/getCourseDescription.html
Normal file
15
docs/samples/course/getCourseDescription.html
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
<section aria-labelledby="courseDescription">
|
||||
<!--display course description-->
|
||||
Operating Systems Security<br/>
|
||||
<!--if there is a section description, display the new label and the description-->
|
||||
|
||||
<b>Section information text:</b><br/>
|
||||
Prerequisites: IS 2053 (IS 2031 and IS 2033 in previous catalogs).
|
||||
IS 3033 is a hands-on course with an emphasis on studying real-world cyber security challenges of Operating System (OS). Throughout the course, students will be introduced to the fundamental knowledge of OS such as process scheduling, memory management, I/O device and file systems etc. as well as hands-on approaches to securing and hardening the essential components of a specified OS (Unix-like or Windows). The lab exercises of this course provide students with comprehensive practices on secure operation and maintenance, secure server configuration, system-level firewalls, kernel security module, logging, and anti-malware measures, etc. Differential Tuition: $126. Course Fees: DL01 $75, ISCS $75.
|
||||
|
||||
|
||||
<!--when there is no course or section description, provide the no information message-->
|
||||
|
||||
|
||||
</section>
|
||||
19
docs/samples/course/getEnrollmentInfo.html
Normal file
19
docs/samples/course/getEnrollmentInfo.html
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
<section aria-labelledby="enrollmentInfo">
|
||||
|
||||
<span class="status-bold">Enrollment Actual:</span> <span
|
||||
dir="ltr">43</span><br/>
|
||||
<span class="status-bold">Enrollment Maximum:</span> <span
|
||||
dir="ltr">43</span><br/>
|
||||
<span class="status-bold">Enrollment Seats Available:</span> <span
|
||||
dir="ltr">0</span> <br/>
|
||||
<hr/>
|
||||
<span class="status-bold">Waitlist Capacity:</span> <span
|
||||
dir="ltr">999</span><br/>
|
||||
<span class="status-bold">Waitlist Actual:</span> <span
|
||||
dir="ltr">0</span><br/>
|
||||
<span class="status-bold">Waitlist Seats Available:</span> <span
|
||||
dir="ltr">999</span><br/>
|
||||
|
||||
|
||||
</section>
|
||||
51
docs/samples/course/getFacultyMeetingTimes.json
Normal file
51
docs/samples/course/getFacultyMeetingTimes.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"fmt":
|
||||
[
|
||||
{
|
||||
"category": "01",
|
||||
"class": "net.hedtech.banner.student.schedule.SectionSessionDecorator",
|
||||
"courseReferenceNumber": "27294",
|
||||
"faculty":
|
||||
[
|
||||
{
|
||||
"bannerId": "150161",
|
||||
"category": "01",
|
||||
"class": "net.hedtech.banner.student.faculty.FacultyResultDecorator",
|
||||
"courseReferenceNumber": "27294",
|
||||
"displayName": "Alkittawi, Hend",
|
||||
"emailAddress": "Hend.Alkittawi@utsa.edu",
|
||||
"primaryIndicator": true,
|
||||
"term": "202420"
|
||||
}
|
||||
],
|
||||
"meetingTime": {
|
||||
"beginTime": "1000",
|
||||
"building": "NPB",
|
||||
"buildingDescription": "North Paseo Building",
|
||||
"campus": "11",
|
||||
"campusDescription": "Main Campus",
|
||||
"category": "01",
|
||||
"class": "net.hedtech.banner.general.overall.MeetingTimeDecorator",
|
||||
"courseReferenceNumber": "27294",
|
||||
"creditHourSession": 3.0,
|
||||
"endDate": "05/10/2024",
|
||||
"endTime": "1050",
|
||||
"friday": true,
|
||||
"hoursWeek": 2.5,
|
||||
"meetingScheduleType": "AFF",
|
||||
"meetingType": "FF",
|
||||
"meetingTypeDescription": "Traditional in-person",
|
||||
"monday": true,
|
||||
"room": "1.238",
|
||||
"saturday": false,
|
||||
"startDate": "01/16/2024",
|
||||
"sunday": false,
|
||||
"term": "202420",
|
||||
"thursday": false,
|
||||
"tuesday": false,
|
||||
"wednesday": true
|
||||
},
|
||||
"term": "202420"
|
||||
}
|
||||
]
|
||||
}
|
||||
36
docs/samples/course/getFees.html
Normal file
36
docs/samples/course/getFees.html
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
<section aria-labelledby="fees">
|
||||
|
||||
<table class="basePreqTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Description</th>
|
||||
<th class="courseFeeAmount">Amount</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>Differential Tuition COB USPR</td>
|
||||
<td class="courseFeeAmount">$126.00</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>Digital Learning Fee</td>
|
||||
<td class="courseFeeAmount">$75.00</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>ISCS Course Resource Fee</td>
|
||||
<td class="courseFeeAmount">$75.00</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</section>
|
||||
7
docs/samples/course/getLinkedSections.html
Normal file
7
docs/samples/course/getLinkedSections.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
<section aria-labelledby="linked">
|
||||
|
||||
No linked course information available.
|
||||
|
||||
|
||||
</section>
|
||||
24
docs/samples/course/getRestrictions.html
Normal file
24
docs/samples/course/getRestrictions.html
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
<section aria-labelledby="restrictions">
|
||||
|
||||
<div class="infoicon"><span class="status-bold">Not all restrictions are applicable.</span></div> <br/>
|
||||
|
||||
|
||||
<span class="status-bold">Must be enrolled in one of the following Levels:</span><br/>
|
||||
|
||||
<span class="detail-popup-indentation">Undergraduate (01)</span><br/>
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<span class="status-bold">Cannot be enrolled in one of the following Campuses:</span><br/>
|
||||
|
||||
<span class="detail-popup-indentation">Online Programs (ONL)</span><br/>
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
12
docs/samples/course/getSectionAttributes.html
Normal file
12
docs/samples/course/getSectionAttributes.html
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
<section aria-labelledby="attributes">
|
||||
|
||||
|
||||
<div>
|
||||
<span class='attribute-text'>Upper Division course UPPR
|
||||
</span></div>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
13
docs/samples/course/getSectionBookstoreDetails.html
Normal file
13
docs/samples/course/getSectionBookstoreDetails.html
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
<section aria-labelledby="bookstore">
|
||||
<span class="status-bold">Bookstore Links</span><br/><br/>
|
||||
|
||||
<span>Use the link(s) below to access online bookstores to determine the cost of required materials.</span><br/><br/>
|
||||
|
||||
<div class="indent-left">
|
||||
|
||||
<a href="http://www.bkstr.com/webapp/wcs/stores/servlet/booklookServlet?bookstore_id-1=987&term_id-1=202420&dept-1=IS&course-1=3033&section-1=003" target="_blank">UTSA Main Bookstore</a> <br/>
|
||||
<br/>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
28
docs/samples/course/getSectionPrerequisites.html
Normal file
28
docs/samples/course/getSectionPrerequisites.html
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
<section aria-labelledby="preReqs">
|
||||
<h3>Catalog Prerequisites</h3>
|
||||
|
||||
|
||||
<table class="dwPreqTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree Works Prerequisites</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td>Student must first complete, with a C- or better: IS 2053, or (IS 2031 and IS 2033).</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
7
docs/samples/course/getXlistSections.html
Normal file
7
docs/samples/course/getXlistSections.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
<section aria-labelledby="xlstSections">
|
||||
|
||||
No cross list information available.
|
||||
|
||||
|
||||
</section>
|
||||
42
docs/samples/meta/getTerms.json
Normal file
42
docs/samples/meta/getTerms.json
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
[
|
||||
{
|
||||
"code": "202420",
|
||||
"description": "Spring 2024"
|
||||
},
|
||||
{
|
||||
"code": "202410",
|
||||
"description": "Fall 2023 (View Only)"
|
||||
},
|
||||
{
|
||||
"code": "202330",
|
||||
"description": "Summer 2023 (View Only)"
|
||||
},
|
||||
{
|
||||
"code": "202320",
|
||||
"description": "Spring 2023 (View Only)"
|
||||
},
|
||||
{
|
||||
"code": "202310",
|
||||
"description": "Fall 2022 (View Only)"
|
||||
},
|
||||
{
|
||||
"code": "202230",
|
||||
"description": "Summer 2022 (View Only)"
|
||||
},
|
||||
{
|
||||
"code": "202220",
|
||||
"description": "Spring 2022 (View Only)"
|
||||
},
|
||||
{
|
||||
"code": "202210",
|
||||
"description": "Fall 2021 (View Only)"
|
||||
},
|
||||
{
|
||||
"code": "202130",
|
||||
"description": "Summer 2021 (View Only)"
|
||||
},
|
||||
{
|
||||
"code": "202120",
|
||||
"description": "Spring 2021 (View Only)"
|
||||
}
|
||||
75
docs/samples/meta/get_attribute.json
Normal file
75
docs/samples/meta/get_attribute.json
Normal file
@@ -0,0 +1,75 @@
|
||||
|
||||
[
|
||||
{
|
||||
"code": "060",
|
||||
"description": "Core-American History"
|
||||
},
|
||||
{
|
||||
"code": "010",
|
||||
"description": "Core-Communication"
|
||||
},
|
||||
{
|
||||
"code": "090",
|
||||
"description": "Core-Component Area Option"
|
||||
},
|
||||
{
|
||||
"code": "050",
|
||||
"description": "Core-Creative Arts"
|
||||
},
|
||||
{
|
||||
"code": "070",
|
||||
"description": "Core-Government-Political Sci"
|
||||
},
|
||||
{
|
||||
"code": "040",
|
||||
"description": "Core-Lang, Philosophy&Culture"
|
||||
},
|
||||
{
|
||||
"code": "030",
|
||||
"description": "Core-Life & Physical Sciences"
|
||||
},
|
||||
{
|
||||
"code": "020",
|
||||
"description": "Core-Mathematics"
|
||||
},
|
||||
{
|
||||
"code": "080",
|
||||
"description": "Core-Social & Behavioral Sci"
|
||||
},
|
||||
{
|
||||
"code": "DEVL",
|
||||
"description": "Developmental"
|
||||
},
|
||||
{
|
||||
"code": "ZZTC",
|
||||
"description": "Finish at UT Courses"
|
||||
},
|
||||
{
|
||||
"code": "NCTB",
|
||||
"description": "Free Textbooks"
|
||||
},
|
||||
{
|
||||
"code": "GRAD",
|
||||
"description": "Grad Doctoral level course"
|
||||
},
|
||||
{
|
||||
"code": "HNRS",
|
||||
"description": "Honors College Course"
|
||||
},
|
||||
{
|
||||
"code": "LCTB",
|
||||
"description": "Low Cost Textbooks"
|
||||
},
|
||||
{
|
||||
"code": "LWER",
|
||||
"description": "Lower Division course"
|
||||
},
|
||||
{
|
||||
"code": "ZZSL",
|
||||
"description": "Service Learning Course"
|
||||
},
|
||||
{
|
||||
"code": "UPPR",
|
||||
"description": "Upper Division course"
|
||||
}
|
||||
]
|
||||
27
docs/samples/meta/get_campus.json
Normal file
27
docs/samples/meta/get_campus.json
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
[
|
||||
{
|
||||
"code": "1DT",
|
||||
"description": "Downtown Campus"
|
||||
},
|
||||
{
|
||||
"code": "9",
|
||||
"description": "Internet"
|
||||
},
|
||||
{
|
||||
"code": "1LR",
|
||||
"description": "Laredo Education Center"
|
||||
},
|
||||
{
|
||||
"code": "11",
|
||||
"description": "Main Campus"
|
||||
},
|
||||
{
|
||||
"code": "ONL",
|
||||
"description": "Online Programs"
|
||||
},
|
||||
{
|
||||
"code": "1SW",
|
||||
"description": "Southwest Campus"
|
||||
}
|
||||
]
|
||||
35
docs/samples/meta/get_instructionalMethod.json
Normal file
35
docs/samples/meta/get_instructionalMethod.json
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
[
|
||||
{
|
||||
"code": "HB",
|
||||
"description": "Mix of in-person and online"
|
||||
},
|
||||
{
|
||||
"code": "H2",
|
||||
"description": "Mostly in-person, some online"
|
||||
},
|
||||
{
|
||||
"code": "H1",
|
||||
"description": "Mostly online, some in-person"
|
||||
},
|
||||
{
|
||||
"code": "OS",
|
||||
"description": "Online only, at set time"
|
||||
},
|
||||
{
|
||||
"code": "OA",
|
||||
"description": "Online only, no set time"
|
||||
},
|
||||
{
|
||||
"code": "OH",
|
||||
"description": "Online only, some set time"
|
||||
},
|
||||
{
|
||||
"code": "ID",
|
||||
"description": "To be arranged"
|
||||
},
|
||||
{
|
||||
"code": "FF",
|
||||
"description": "Traditional in-person"
|
||||
}
|
||||
]
|
||||
6178
docs/samples/meta/get_instructor.json
Normal file
6178
docs/samples/meta/get_instructor.json
Normal file
File diff suppressed because it is too large
Load Diff
43
docs/samples/meta/get_partOfTerm.json
Normal file
43
docs/samples/meta/get_partOfTerm.json
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
[
|
||||
{
|
||||
"code": "B5",
|
||||
"description": "Fall/Spring First 8 week term"
|
||||
},
|
||||
{
|
||||
"code": "1",
|
||||
"description": "Fall/Spring Full Term"
|
||||
},
|
||||
{
|
||||
"code": "B6",
|
||||
"description": "Fall/Spring Second 8 week Term"
|
||||
},
|
||||
{
|
||||
"code": "T",
|
||||
"description": "Summer 10 Week Term"
|
||||
},
|
||||
{
|
||||
"code": "8",
|
||||
"description": "Summer 8 Week Term"
|
||||
},
|
||||
{
|
||||
"code": "J",
|
||||
"description": "Summer First 4 Week Term"
|
||||
},
|
||||
{
|
||||
"code": "F",
|
||||
"description": "Summer First 5 Week Term"
|
||||
},
|
||||
{
|
||||
"code": "M",
|
||||
"description": "Summer May 3 Week Term"
|
||||
},
|
||||
{
|
||||
"code": "L",
|
||||
"description": "Summer Second 4 Week Term"
|
||||
},
|
||||
{
|
||||
"code": "S",
|
||||
"description": "Summer Second 5 Week Term"
|
||||
}
|
||||
]
|
||||
503
docs/samples/meta/get_subject.json
Normal file
503
docs/samples/meta/get_subject.json
Normal file
@@ -0,0 +1,503 @@
|
||||
|
||||
[
|
||||
{
|
||||
"code": "AEPI",
|
||||
"description": "Academic English Program-Int'l"
|
||||
},
|
||||
{
|
||||
"code": "AIS",
|
||||
"description": "Academic Inquiry & Scholarship"
|
||||
},
|
||||
{
|
||||
"code": "ACC",
|
||||
"description": "Accounting"
|
||||
},
|
||||
{
|
||||
"code": "MATE",
|
||||
"description": "Advanced Materials Engineering"
|
||||
},
|
||||
{
|
||||
"code": "ASC",
|
||||
"description": "Aerospace Studies"
|
||||
},
|
||||
{
|
||||
"code": "AFS",
|
||||
"description": "Affiliated Studies"
|
||||
},
|
||||
{
|
||||
"code": "AAS",
|
||||
"description": "African American Studies"
|
||||
},
|
||||
{
|
||||
"code": "AMS",
|
||||
"description": "American Studies"
|
||||
},
|
||||
{
|
||||
"code": "ANT",
|
||||
"description": "Anthropology"
|
||||
},
|
||||
{
|
||||
"code": "AIM",
|
||||
"description": "Applied-Industrial Mathematics"
|
||||
},
|
||||
{
|
||||
"code": "ARC",
|
||||
"description": "Architecture"
|
||||
},
|
||||
{
|
||||
"code": "ART",
|
||||
"description": "Art"
|
||||
},
|
||||
{
|
||||
"code": "AHC",
|
||||
"description": "Art History and Criticism"
|
||||
},
|
||||
{
|
||||
"code": "AST",
|
||||
"description": "Astronomy"
|
||||
},
|
||||
{
|
||||
"code": "BBL",
|
||||
"description": "Bicultural Bilingual Studies"
|
||||
},
|
||||
{
|
||||
"code": "BIO",
|
||||
"description": "Biology"
|
||||
},
|
||||
{
|
||||
"code": "BME",
|
||||
"description": "Biomedical Engineering"
|
||||
},
|
||||
{
|
||||
"code": "BLW",
|
||||
"description": "Business Law"
|
||||
},
|
||||
{
|
||||
"code": "CME",
|
||||
"description": "Chemical Engineering"
|
||||
},
|
||||
{
|
||||
"code": "CHE",
|
||||
"description": "Chemistry"
|
||||
},
|
||||
{
|
||||
"code": "CHN",
|
||||
"description": "Chinese"
|
||||
},
|
||||
{
|
||||
"code": "CE",
|
||||
"description": "Civil Engineering"
|
||||
},
|
||||
{
|
||||
"code": "CLA",
|
||||
"description": "Classics"
|
||||
},
|
||||
{
|
||||
"code": "COM",
|
||||
"description": "Communication"
|
||||
},
|
||||
{
|
||||
"code": "CSH",
|
||||
"description": "Comparative Studies-Humanities"
|
||||
},
|
||||
{
|
||||
"code": "CPE",
|
||||
"description": "Computer Engineering"
|
||||
},
|
||||
{
|
||||
"code": "CS",
|
||||
"description": "Computer Science"
|
||||
},
|
||||
{
|
||||
"code": "CSM",
|
||||
"description": "Construction Sci & Management"
|
||||
},
|
||||
{
|
||||
"code": "COU",
|
||||
"description": "Counseling"
|
||||
},
|
||||
{
|
||||
"code": "CRJ",
|
||||
"description": "Criminal Justice"
|
||||
},
|
||||
{
|
||||
"code": "CI",
|
||||
"description": "Curriculum and Instruction"
|
||||
},
|
||||
{
|
||||
"code": "DAN",
|
||||
"description": "Dance"
|
||||
},
|
||||
{
|
||||
"code": "DA",
|
||||
"description": "Data Analytics"
|
||||
},
|
||||
{
|
||||
"code": "DS",
|
||||
"description": "Data Science"
|
||||
},
|
||||
{
|
||||
"code": "DEM",
|
||||
"description": "Demography"
|
||||
},
|
||||
{
|
||||
"code": "ECE",
|
||||
"description": "Early Childhood"
|
||||
},
|
||||
{
|
||||
"code": "ECO",
|
||||
"description": "Economics"
|
||||
},
|
||||
{
|
||||
"code": "EDU",
|
||||
"description": "Education"
|
||||
},
|
||||
{
|
||||
"code": "EDL",
|
||||
"description": "Educational Leadership"
|
||||
},
|
||||
{
|
||||
"code": "EDP",
|
||||
"description": "Educational Psychology"
|
||||
},
|
||||
{
|
||||
"code": "EE",
|
||||
"description": "Electrical Engineering"
|
||||
},
|
||||
{
|
||||
"code": "EGR",
|
||||
"description": "Engineering"
|
||||
},
|
||||
{
|
||||
"code": "EID",
|
||||
"description": "Engineering/Integrated Design"
|
||||
},
|
||||
{
|
||||
"code": "ENG",
|
||||
"description": "English"
|
||||
},
|
||||
{
|
||||
"code": "ESL",
|
||||
"description": "English as a Second Language"
|
||||
},
|
||||
{
|
||||
"code": "ENT",
|
||||
"description": "Entrepreneurship"
|
||||
},
|
||||
{
|
||||
"code": "ES",
|
||||
"description": "Environmental Sciences"
|
||||
},
|
||||
{
|
||||
"code": "EED",
|
||||
"description": "Equity and Education"
|
||||
},
|
||||
{
|
||||
"code": "FM",
|
||||
"description": "Facility Management"
|
||||
},
|
||||
{
|
||||
"code": "FIN",
|
||||
"description": "Finance"
|
||||
},
|
||||
{
|
||||
"code": "FL",
|
||||
"description": "Foreign Languages"
|
||||
},
|
||||
{
|
||||
"code": "FRN",
|
||||
"description": "French"
|
||||
},
|
||||
{
|
||||
"code": "GBA",
|
||||
"description": "General Business Admin"
|
||||
},
|
||||
{
|
||||
"code": "GRG",
|
||||
"description": "Geography"
|
||||
},
|
||||
{
|
||||
"code": "GES",
|
||||
"description": "Geography & Env Sustainability"
|
||||
},
|
||||
{
|
||||
"code": "GEO",
|
||||
"description": "Geology"
|
||||
},
|
||||
{
|
||||
"code": "GER",
|
||||
"description": "German"
|
||||
},
|
||||
{
|
||||
"code": "GLA",
|
||||
"description": "Global Affairs"
|
||||
},
|
||||
{
|
||||
"code": "GPWY",
|
||||
"description": "Graduate Pathway"
|
||||
},
|
||||
{
|
||||
"code": "GRK",
|
||||
"description": "Greek"
|
||||
},
|
||||
{
|
||||
"code": "HTH",
|
||||
"description": "Health"
|
||||
},
|
||||
{
|
||||
"code": "HCP",
|
||||
"description": "Health, Community and Policy"
|
||||
},
|
||||
{
|
||||
"code": "HSA",
|
||||
"description": "Higher Ed Stdnt Affairs Admin"
|
||||
},
|
||||
{
|
||||
"code": "HIS",
|
||||
"description": "History"
|
||||
},
|
||||
{
|
||||
"code": "HON",
|
||||
"description": "Honors"
|
||||
},
|
||||
{
|
||||
"code": "HUM",
|
||||
"description": "Humanities"
|
||||
},
|
||||
{
|
||||
"code": "IS",
|
||||
"description": "Information Systems"
|
||||
},
|
||||
{
|
||||
"code": "ILR",
|
||||
"description": "Instructional Leadership"
|
||||
},
|
||||
{
|
||||
"code": "ILT",
|
||||
"description": "Interdisciplinary Learn/Teach"
|
||||
},
|
||||
{
|
||||
"code": "IDS",
|
||||
"description": "Interdisciplinary Studies"
|
||||
},
|
||||
{
|
||||
"code": "IDE",
|
||||
"description": "Interior Design"
|
||||
},
|
||||
{
|
||||
"code": "IRS",
|
||||
"description": "Interntl Research Studyabroad"
|
||||
},
|
||||
{
|
||||
"code": "ITL",
|
||||
"description": "Italian"
|
||||
},
|
||||
{
|
||||
"code": "JPN",
|
||||
"description": "Japanese"
|
||||
},
|
||||
{
|
||||
"code": "KIN",
|
||||
"description": "Kinesiology"
|
||||
},
|
||||
{
|
||||
"code": "KOR",
|
||||
"description": "Korean"
|
||||
},
|
||||
{
|
||||
"code": "LAT",
|
||||
"description": "Latin"
|
||||
},
|
||||
{
|
||||
"code": "LDR",
|
||||
"description": "Leadership"
|
||||
},
|
||||
{
|
||||
"code": "LDT",
|
||||
"description": "Learning, Design & Technology"
|
||||
},
|
||||
{
|
||||
"code": "LNG",
|
||||
"description": "Linguistics"
|
||||
},
|
||||
{
|
||||
"code": "LTED",
|
||||
"description": "Literacy Education"
|
||||
},
|
||||
{
|
||||
"code": "MGT",
|
||||
"description": "Management"
|
||||
},
|
||||
{
|
||||
"code": "MS",
|
||||
"description": "Management Science"
|
||||
},
|
||||
{
|
||||
"code": "MOT",
|
||||
"description": "Management of Technology"
|
||||
},
|
||||
{
|
||||
"code": "MKT",
|
||||
"description": "Marketing"
|
||||
},
|
||||
{
|
||||
"code": "MBA",
|
||||
"description": "Master of Business Admin"
|
||||
},
|
||||
{
|
||||
"code": "MAT",
|
||||
"description": "Mathematics"
|
||||
},
|
||||
{
|
||||
"code": "ME",
|
||||
"description": "Mechanical Engineering"
|
||||
},
|
||||
{
|
||||
"code": "MES",
|
||||
"description": "Media Studies"
|
||||
},
|
||||
{
|
||||
"code": "MHU",
|
||||
"description": "Medical Humanities"
|
||||
},
|
||||
{
|
||||
"code": "MAS",
|
||||
"description": "Mexican American Studies"
|
||||
},
|
||||
{
|
||||
"code": "MSC",
|
||||
"description": "Military Science"
|
||||
},
|
||||
{
|
||||
"code": "MMI",
|
||||
"description": "Molecular Microbio/Immunology"
|
||||
},
|
||||
{
|
||||
"code": "MDS",
|
||||
"description": "Multidisciplinary Studies"
|
||||
},
|
||||
{
|
||||
"code": "MSM",
|
||||
"description": "Museum Studies"
|
||||
},
|
||||
{
|
||||
"code": "MUS",
|
||||
"description": "Music"
|
||||
},
|
||||
{
|
||||
"code": "NS",
|
||||
"description": "National Security"
|
||||
},
|
||||
{
|
||||
"code": "NXC",
|
||||
"description": "National Student Exchange"
|
||||
},
|
||||
{
|
||||
"code": "NDRB",
|
||||
"description": "Neuroscience/Dev & Regen Bio"
|
||||
},
|
||||
{
|
||||
"code": "NCB",
|
||||
"description": "Non-course Based Instruction"
|
||||
},
|
||||
{
|
||||
"code": "NTR",
|
||||
"description": "Nutrition"
|
||||
},
|
||||
{
|
||||
"code": "NDT",
|
||||
"description": "Nutrition and Dietetics"
|
||||
},
|
||||
{
|
||||
"code": "PLGL",
|
||||
"description": "Paralegal Certificate Program"
|
||||
},
|
||||
{
|
||||
"code": "PHI",
|
||||
"description": "Philosophy"
|
||||
},
|
||||
{
|
||||
"code": "PHY",
|
||||
"description": "Physics"
|
||||
},
|
||||
{
|
||||
"code": "POL",
|
||||
"description": "Political Science"
|
||||
},
|
||||
{
|
||||
"code": "PAL",
|
||||
"description": "Politics and Law"
|
||||
},
|
||||
{
|
||||
"code": "PSY",
|
||||
"description": "Psychology"
|
||||
},
|
||||
{
|
||||
"code": "PAD",
|
||||
"description": "Public Administration"
|
||||
},
|
||||
{
|
||||
"code": "REGS",
|
||||
"description": "Race, Ethn, Gender & Sexuality"
|
||||
},
|
||||
{
|
||||
"code": "RFD",
|
||||
"description": "Real Estate"
|
||||
},
|
||||
{
|
||||
"code": "RUS",
|
||||
"description": "Russian"
|
||||
},
|
||||
{
|
||||
"code": "SWK",
|
||||
"description": "Social Work"
|
||||
},
|
||||
{
|
||||
"code": "SOC",
|
||||
"description": "Sociology"
|
||||
},
|
||||
{
|
||||
"code": "SPN",
|
||||
"description": "Spanish"
|
||||
},
|
||||
{
|
||||
"code": "SPE",
|
||||
"description": "Special Education"
|
||||
},
|
||||
{
|
||||
"code": "SET",
|
||||
"description": "Sport, Event, and Tourism MGT"
|
||||
},
|
||||
{
|
||||
"code": "STA",
|
||||
"description": "Statistics"
|
||||
},
|
||||
{
|
||||
"code": "TIS",
|
||||
"description": "Translation & Interpreting St"
|
||||
},
|
||||
{
|
||||
"code": "UTE",
|
||||
"description": "UTeachSA"
|
||||
},
|
||||
{
|
||||
"code": "UCS",
|
||||
"description": "University College Studies"
|
||||
},
|
||||
{
|
||||
"code": "UPM",
|
||||
"description": "University Peer Mentorship"
|
||||
},
|
||||
{
|
||||
"code": "URP",
|
||||
"description": "Urban & Regional Planning"
|
||||
},
|
||||
{
|
||||
"code": "WGSS",
|
||||
"description": "Women's, Gender & Sexuality St"
|
||||
},
|
||||
{
|
||||
"code": "WRC",
|
||||
"description": "Writing Program"
|
||||
}
|
||||
]
|
||||
807
docs/samples/search/searchResults.json
Normal file
807
docs/samples/search/searchResults.json
Normal file
File diff suppressed because one or more lines are too long
51761
docs/samples/search/searchResults_500.json
Normal file
51761
docs/samples/search/searchResults_500.json
Normal file
File diff suppressed because one or more lines are too long
43955
docs/samples/search/searchResults_CS500.json
Normal file
43955
docs/samples/search/searchResults_CS500.json
Normal file
File diff suppressed because one or more lines are too long
993
docs/samples/search/searchResults_malware.json
Normal file
993
docs/samples/search/searchResults_malware.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user