How To Manage The Online Campus At Baylor.Edu

Size: px
Start display at page:

Download "How To Manage The Online Campus At Baylor.Edu"

Transcription

1 Integrating Disparate Systems to Support the Online Campus Becky King Associate Director for Information Systems & Services Baylor University P.O. Box Waco, Texas (254) Fax: (254) Baylor University Waco, Texas Enrollment 13,500 Private Four Year Baylor University runs administrative applications supplied by a variety of vendors using different database management systems. Consolidation of certain critical data about person entities maintained in these various operational systems is required to manage many important University information resource functions like directories, security, and access entitlements. These constituent entities must be identified with all the roles they play within the University admitted student, current student, former student, staff member, faculty member, auxiliary personnel. To this end, the Person Database was created to be a central integrated and active repository of essential information on principal University constituents. This centralization is required to insure data integrity, data non-duplication, and processing uniformity. This paper describes the philosophy, evolution, benefits and future of this Person Database.

2 Integrating Disparate Systems to Support the Online Campus Baylor University, founded in 1845, is the oldest university in continuing existence in Texas. It is located in Waco, a city with a metropolitan area population of 150,000 situated ninety miles from Dallas and from Austin. The school has approximately 13,500 students and over 1700 faculty and staff. The University includes a Law School considered one of the best in the state, a Seminary, and a Nursing School housed in Dallas. Baylor primarily emphasizes the undergraduate learning experience as opposed to graduate programs and faculty research. Also, Baylor maintains a close affiliation with the Baptist General Convention of Texas and is committed to providing the finest possible education within a Christian environment. The students are mostly from Texas, about fifty-five percent female, and now just under fifty percent Baptist. The annual university education and general budget is currently about $237 million. In the extracurricular area, Baylor is the only private school member of the Big Twelve athletic conference and has captured conference championships in soccer, track, and baseball. Building on campus has been fast and furious over the last few years with a new Student Life Center and baseball and soccer stadiums recently completed and with new Law School and Seminary buildings and a tennis complex in progress. Baylor is a respected, medium-sized, private institution with a denominational affiliation, a loyal alumni body, a dedicated faculty and staff. The University is working to strike a balance between a legacy environment of personalized attention to the individual where students have access to real people in critical situations and the self-service environment expected by most of today s young adults. University Technology Organization and Environment Change is in the air at Baylor with regards to technology. After many years of stability in the technology organization, a major shakeup took place in the late fall of A Chief Information Officer was named for the first time and the previous director of the Information Technology Center returned to a tenured professorship in the Physics Department. The person named to the CIO position was previously Associate Dean for Technology in the School of Business. The new CIO has responsibility for all technology on campus, including through a type of dotted line relationship that which is distributed in academic and administrative departments like Public Relations, the School of Engineering and Computer Science, and the Office of Student Financial Aid. Also, the Office of Institutional Research is now within the CIO organization. As a part of the reorganization, a new Academic Technology Center was created with the primary goal of building a closer relationship with the faculty and facilitating their use of technology in the teaching and learning arena. Besides organizational structure updates, the CIO has initiated a major change in campus technology architecture, choosing to move in an almost total Microsoft direction. Conversion to Windows 2000 on desktops and on Windows 95 and NT servers has begun and will continue for many months. The University s main Web server will be transitioned from Netscape running in a Tru64 Unix environment to IIS on Windows Internet Explorer will be the primary browser. Microsoft Exchange will be the faculty/staff , calendaring, and collaboration system. The new Microsoft.NET product line will become the new application development environment. Larger FileMaker Pro and Access databases will be moved to SQL Server, as will some of the smaller DB2 and Oracle systems. Additionally, renewed emphasis is being placed on the transition from the Macintosh to the PC, which began two years ago when the Mac was the predominant desktop unit on campus. Currently, all dormitories on campus are wired for one network connection per pillow and one cable television connection per room. The new AirBear wireless network is now active in limited parts of campus. Wireless laptops may be checked out of the library for use within that building. The library also houses the main student computer lab with over 120 workstations. This lab is open 24 hours per day during the week. The University this year began running an Internet 2

3 filtering software that is used to filter access to pornographic sites only. Older desktop workstations are recycled as kiosk units located in many strategic areas of campus to enable students to check and use various Web-based services. The Information Systems & Services section of the technology organization has responsibility for the administrative information systems and data and database administration. These information systems are primarily ERP packages purchased from well-known vendors of higher education software that run in either the IBM OS/390 environment using DB2 or the IBM AIX environment using Oracle. The programming languages used are COBOL, C, and SQL scripts as well as Crystal Reports and FOCUS reporting languages. Web access to these information systems is provided both by vendor-supplied software that integrates with their application packages and by Baylor-developed code written in Java, Perl, Tango and an older technology called Project Mandarin that originated at Cornell University in the early 1990 s. Students have Web access to their personal information, degree audit, and transcript and to other services like registration and forwarding. Many Web-based services are available for faculty and staff as well and continuing efforts are being directed toward development of additional Web-based services for all University constituents. A Little History In the late 1980 s, when the University s student information was stored in VSAM files on an IBM mainframe and the employee information was stored in a CODASYL database on a Honeywell mainframe, a need arose to combine the data from those two sources to provide an online directory, primarily for use by the University telephone operators. At that time, extract programs were written and set up to run daily to pull basic directory information on current students and employees from the production systems over to an indexed file on a Digital VAX computer. This environment was selected because the technology staff dedicated to that server had time available to work on the directory application. Soon after this, University computing staff began work on writing a campus ID card system to replace the current vendor-supplied system that had been deemed unsatisfactory to meet expected future needs. Because the ID system would serve both students and employees and because the indexed files being used for the new VAX telephone directory included most of the information needed for the ID system, the indexed directory file became with minor additions the source for data loads to the new ID system. Additional needs for this kind of data continued to arise and in 1991, the directory file was converted to an Rdb database, still on the same VAX server, and renamed the Person Database. As the administrative systems were converted to DB2 and Oracle based applications, the Person Database load programs were also converted and modified as needed. Over the following years, this database was often enhanced and became the basis for many critical University processes as first online systems, then graphical user interface applications and, most recently, Web-based systems required user identity and demographic information. In recent years, the University began to standardize database management systems and to move all possible applications to Oracle. In 1999, a conversion of the Person Database from Rdb to Oracle was begun. It was completed in the spring of The Database The Baylor University Person Database is stored in Oracle (currently version 7.3.4) in the AIX Unix environment on an IBM RS/6000 eight processor model J50. The SCT Banner Human Resources and Alumni/Development Systems database also resides on this server. The Person Database schema includes tables that store the following categories of data: Personal Information address id_old special_person admittee_info info_release student education job_position stu_activity employee person_name stu_major 3

4 id property stu_ministry Class enrollment Information course course_instructor course_note_special course_classroll course_note course_syllabus_url course_time_place Validation/Rule Information valid_address_type valid_crs_term valid_property valid_building valid_degree valid_reg_status valid_classification valid_department valid_site valid_college valid_dorm valid_sp_service valid_country valid_emphasis valid_sp_type valid_crs_activity valid_major valid_stu_activity valid_crs_prefix valid_major_type valid_term valid_crs_session valid_note A short description of each table is found in Appendix A. Additional tables within the Person Database, not listed here, are the basis for providing user authorization access data for faculty evaluation and advising applications. The Update Process A flowchart of Person Database processing is shown in Appendix B. The database is updated nightly from four sources: - JCL files that run on the OS/390 IBM mainframe pulling data from the Student Information System (SCT Plus2000 SIS, DB2 version). - JCL files that run on the OS/390 IBM mainframe pulling data from the Housing System (Baylor-written DB2/CICS system). - cron script that runs in AIX Unix on an IBM RS/6000 model F50 pulling data from the Human Resources System (SCT Banner HRS). - cron script that runs in AIX Unix on the same IBM RS/6000 model F50 that updates ID card sequence numbers from a file generated by the campus ID card system (Diebold Card One system). From the SIS, information about current students (undergraduate, graduate, and professional) and admitted students is loaded. Also from SIS, current class enrollment information is retrieved and loaded. From Housing, information about room assignments in University residence facilities is loaded. From the HRS, information about valid University departments and current employees and auxiliary personnel (regents, retirees, other specially affiliated groups) is loaded. These loads all occur on a nightly basis, running at various times from 5:30 p.m. until around 7:00 a.m. At the time a record for a new person of some type is added to the database, a PID, or person ID, is created. This unique nine-digit number is the key to all personal data tables. The person s network ID, called the Bear ID at Baylor, is created and stored. This network ID becomes the account name and the LDAP/Kerberos username. Also, when a record is added, an initial setting of directory information release flags is loaded for that person. The database stores access indicators for multiple individual data fields per person. Examples are home street address, home telephone, address, local telephone, campus telephone, and local address. An access indicator is associated with each field. These indicators are honored by the Web directory and Web White Pages and by download files created from the database. The possible values for the indicators, from most restrictive to least restrictive, are: N: No access. B: Baylor business (employee) access only. C: Campus (employee and student) access only. I: Open Internet access. Not all values are available for every field. For example, an employee cannot set their campus address and telephone information to N. When a person is added to the Person Database, 4

5 assuming no restrictions have been indicated in the source systems (SIS and HRS), their access indicators are set to C. Individuals must proactively use a Web application to set their information release indicators to I to allow their information to be seen over the Internet. As a person s records are updated in the database, indicators within the ID table row are updated to reflect the person s changing relationship with the University. These indicators denote whether the person is a current or previous admittee, student, faculty member, staff member, auxiliary personnel, alumni (future), or special (exception) case. This information is used repeatedly in the applications and programs that access this database. Specific data for each scheduled class for each term is included in this database. This supports the creation of the printed and Web course schedule with all the required notes, meeting times, instructors and room assignments. Class enrollments for all current terms and terms in registration status are loaded each night as well. During the early registration period, these updates are run at midday in addition to nightly. This class enrollment information was at one time used to provide class rosters and is now used in an application that tracks attendance at a required class in a large arena-type hall. Functionality Supported The Person Database provides a centralized point of creation of a unique Baylor network ID. This becomes the client s address (@baylor.edu) and their username for calendaring, , and most Web applications. A batch program runs nightly to create new network IDs and store them in the database. Also, nightly batch jobs, running programs written in C and COBOL, create files that are dispensed to the following applications: LabLog Baylor-written application used in campus computer labs to authenticate workstation users. Kerberos Kerberos 4 database used to authenticate access. Faculty/Staff Kerberos Kerberos 4 database used for authentication in faculty/staff dial-in application. ID System Campus ID card system used for identification, attendance checking, door access, and debit card functions. Library System University library system (Innovative Interfaces, Inc.) patron file update. Student Life Center System System used to meter access to new campus recreational facility and track checkout of equipment. Campus system interface in form of a transaction file of all who have set an forwarding address and all new accounts. This file is used to associate addresses with a specific host server. IBM mainframe security database DB2 database used to authorize faculty and staff by network ID for access to Baylor-written student system Web applications (ex. class rolls, entry of permits and waivers, setting of advisement flags, updating of class size and instructor). LDAP for LDAP file supporting directory services for campus . LDAP for authentication LDAP file supporting authentication for Web applications. Many other batch jobs are run on an ad hoc basis. These include creation of the course catalog print file, creation of files to create and maintain campus listservs (like the listserv of all fulltime faculty used by the Provost s Office), creation of a transaction file used to update the campus telephone system to provide the ability to lookup phone numbers by entering name into the telephone keypad, creation of file of faculty for Institutional Research and Testing to support the faculty evaluation process, and creation of various downloads of different populations of constituents, as requested. The Person Database supports many University Web applications. Here are some examples: 5

6 Web Directory Provides lookup of faculty, staff, and/or students by name. Web White Pages Provides lookup of faculty, staff, and/or students by name. Also provides custom lookup capabilities (by department, major, etc.) and ability to create download files from the output set. Information Release Allows current students, faculty and staff to update their information release indicators that affect how their personal data is shown in the Web Directory and Web White Pages. Resnet Signup Application that allows students to sign up for network access, cable television, and/or an additional telephone line in their dorm room. Forwarding Allows those addresses to forward mail from that address to another address. BearAdvice Provides faculty advisors with access to degree audits and transcripts of students in their major area(s). Chapel Attendance Allows students enrolled in the required Chapel class to check the number and dates of their recorded absences for a semester. Electronic forms Supports various Web forms applications that have been created. IT Seminars Provides the ability to sign up for any of the slate of scheduled seminars taught each semester by University technology staff. Web for Employees Provides employees with access to and some update of their personal demographic, payroll, and benefits information. Set PIN Allows students and employees to see and set their personal ID number required for access to Web for Employees and BearWeb (students). Faculty Evaluations Provides access to faculty, and department chairs as approved, to student evaluations of their classes from previous semesters. Course Listings Gives students the ability to look up scheduled classes for a term by college, course prefix, instructor, days and status (open, closed, cancelled). In addition to the above batch processes and Web applications, the Person Database is accessed by a number of PL/SQL routines that are called by programs and applications that need to check a student or employee ID number, verify a network ID, get an address, get the person s home page url, verify that a person is a current student or employee, etc. Plans for the Future The Person Database is still evolving. One important strategy for the achievement of University goals is to expand the online Baylor community to alumni. Planning has begun for provision of network IDs to all alumni who desire one. This will require that alumni information be loaded from the Alumni/Development System (SCT Banner ADS) into the Person Database. Any process established to allow alumni to claim these network IDs would involve storage and retrieval of the IDs in the database. This would in turn feed authentication and authorization for Web applications available to alumni. As the University moves towards implementation of the Microsoft Windows 2000 environment, Active Directory support will be a critical task in the project. Work is in progress to build the University s organization structure into the Active Directory LDAP structure. The Person Database will be the source for the loads to Active Directory to enable use of it for directory services, authentication, etc. Development of new e-business and Web applications will continue to be important as Baylor technology support moves forward. Applicants can now pay their application fee via credit card as of spring Work has begun to accept gifts to the University over the Web via credit card payment. The Person Database will continue to under gird programming to relay required information about these transactions back to the core administrative systems. Most new program development is expected to be Web application development. The Person Database will provide constituent data and security authorization information to support this new development. 6

7 Within the next two years, the University will begin a move of the Student Information System to a yet-to-be-determined new ERP package and a new platform. All services provided by the Person Database will be unaffected by this major information systems disruption. Only the batch load program that pulls student data from SIS will have to be converted for the new system. Finally Many University systems and services need to access data from a single, unified source that identifies constituents in all their roles with the institution and provides critical data about those constituents. At Baylor, this information originates in various diverse core administrative systems that are both purchased and home grown. In recent years, it became imperative to centralize these information resources to insure data integrity, data completeness and processing uniformity and to provide for application security for critical services. Through the creation of the Person Database as both a data repository and an active, production system, support for these services has been achieved. This centralization eases maintenance of directories and security and access records, provides data currency in auxiliary systems dependent on University constituent information, and allows Web development to enhance administrative processes without modifying vendor software. 7

8 Appendix A Person Database Tables address includes address type field and normal address data fields. admittee_info stores admitted term, classification, and planned major for admitted students. course information about a specific class section for a term. course_classroll stores PID for students enrolled in a class section. course_instructor stores PID for an instructor of a class section. course_note codes for standard notes included in the display or printing of the class schedule for a term. course_note_special text for non-standard notes for the class schedule. course_syllabus_url url for additional information about a class section. course_time_place includes building, room, days, and time for class section. education includes degree, major, year, and school information from person education records. employee information specific to employees like type and status. id key identification information for all person entities; includes PID, employee or student ID number, network ID, indicators of type of person, and forwarding information. id_old stores previous PID, network ID, or student/employee ID. info_release level of access indicators for individual personal data fields as noted above. job_position department and position information for each of an employee s jobs. last_download stores type code and date of last download for each process tracked. person_name includes name fields, gender, and birth date. property allows for storing of miscellaneous information about persons. special_person non-students, non-employees who must be stored to provide certain campus services. special_person_service information about services provided to a special_person. student information specific to students like classification, status and meal plan. stu_activity stores activity codes and offices held by term for students. stu_major stores student program information including minors. stu_ministry indicator fields denoting in which areas of ministry a student has indicated interest. valid_address_type valid types of addresses and descriptions (duh). valid_building valid building codes and descriptions. valid_classification valid classification codes and descriptions. valid_college valid internal Baylor college codes and descriptions. valid_country valid country codes and descriptions. valid_crs_activity valid course activity codes and descriptions. valid_crs_prefix valid course prefixes, related college codes and descriptions. valid_crs_session valid course session codes and descriptions. valid_crs_term valid term codes and descriptions. valid_degree valid degree codes and descriptions. valid_department valid Human Resources department codes and descriptions. valid_dorm valid dormitory codes and descriptions. valid_emphasis valid academic program emphases and descriptions. valid_major valid major, minor, pre-professional codes and descriptions. valid_major_type valid types of majors codes and descriptions. valid_note valid course schedule note codes and descriptions. valid_property valid property codes and descriptions. valid_reg_status valid course registration status codes and descriptions. valid_site valid course site codes and descriptions. valid_sp_service valid special person service codes and descriptions. valid_sp_type valid special person type codes and descriptions. 8

9 valid_stu_activity valid_term valid student activity codes and descriptions. valid term codes, their academic units, and currency indicators. 9

10 Appendix B SIS ADS (DB2) Housing HRS (Oracle) (DB2) (Oracle) Campus ID System FUTURE Web Apps White Pages Web Directory Accounts Library BearAdvice Patron Faculty Evaluations File Forwarding Directory Info. Rlse. Course Schedule Student Life Ctr File FUTURE Ad hoc address books LDAP load Authentication LDAP load Network ID creation Kerberos load Course catalog file Active Directory load E-business support Additional Web applications Person Database Processing Flowchart 10

System Requirement Specifications (SRS)

System Requirement Specifications (SRS) (SRS) Assignment 1 Sample Solution 1 Table of Contents 1 Table of Contents... 1 2 Problem Statement... 2 3 Overview... 2 3.1 Background... 2 3.2 Overall Description... 2 4 Investigation & Analysis Methodology...

More information

Budget and Legislative Update. Dr. Judith I. Bailey President Northern Michigan University

Budget and Legislative Update. Dr. Judith I. Bailey President Northern Michigan University Budget and Legislative Update Dr. Judith I. Bailey President Northern Michigan University Portals and Supporting Software Ms. Felecia J. Flack Director, Support/Consulting Services Administrative Information

More information

Yale School of Art Digital Technology Office Information

Yale School of Art Digital Technology Office Information Yale School of Art Digital Technology Office Information Online: http://art.yale.edu/diglab/ Email: art.help@yale.edu Phone: 203-432- 9120 Edgewood Email: sculpture.help@yale.edu The Digital Technology

More information

How Cisco IT Migrated to Microsoft Active Directory

How Cisco IT Migrated to Microsoft Active Directory How Cisco IT Migrated to Microsoft Active Directory Automated migration and provisioning tools reduce cost of migrating to Active Directory and simplify training and troubleshooting. Cisco IT Case Study

More information

Corralling the culture, collaboration and computing, to make it all work seamlessly!

Corralling the culture, collaboration and computing, to make it all work seamlessly! The Next Challenge for Western Michigan University Corralling the culture, collaboration and computing, to make it all work seamlessly! Office of Information Technology March 2005 Copyright Western Michigan

More information

Modeling a Problem Scenario with UML

Modeling a Problem Scenario with UML 1 Table of Contents 1 Table of Contents... 1 2 Problem Statement... 1 3 Overview... 1 3.1 Background... 1 3.2 Overall Description... 1 4 Constraints... 2 5 Functional Specifications... 2 5.1 Student...

More information

Information Technology Help Desk Colston Hall 806 718.289.5970 helpdesk@bcc.cuny.edu

Information Technology Help Desk Colston Hall 806 718.289.5970 helpdesk@bcc.cuny.edu Information Technology Help Desk Colston Hall 806 718.289.5970 helpdesk@bcc.cuny.edu Table of Contents CUNYfirst... 1 How to Activate/Claim your CUNYfirst Account... 2 How to Reset Your CUNYfirst Account

More information

HRMS Reporting Tool Class

HRMS Reporting Tool Class HRMS Reporting Tool Class Department of Public Instruction Raleigh, North Carolina Table of Contents Knowledge Base 2 Installation Guide 3 Reporting Tool Adhoc Reports 9 Exporting Data 14 Access Saved

More information

Data Warehouse- General. Administrative and Enterprise Applications Office of Data Administration

Data Warehouse- General. Administrative and Enterprise Applications Office of Data Administration Data Warehouse- General Administrative and Enterprise Applications Office of Data Administration Data Warehouse Introduction... 3 DW Plan/Methodology... 3 Concept... 3 Principles... 3 Methodology for Building

More information

A Unified Digital Campus:

A Unified Digital Campus: A Unified Digital Campus: Marshall University s Solution Written By Terri L. Tomblin-Byrd Contributions by: Bradley Morgan Gary Weis Copyright Terri L. Tomblin-Byrd 2003. This work is the intellectual

More information

LANGSTON UNIVERSITY STUDENT QUICK GUIDE FROM THE REGISTRAR S OFFICE

LANGSTON UNIVERSITY STUDENT QUICK GUIDE FROM THE REGISTRAR S OFFICE LANGSTON UNIVERSITY STUDENT QUICK GUIDE FROM THE REGISTRAR S OFFICE PRESENTED BY KATHY SIMMONS, UNIVERSITY REGISTAR FALL 2013 FERPA Langston University makes every effort to comply with the Family Educational

More information

The University of Kansas MS Degree in Information Technology

The University of Kansas MS Degree in Information Technology 1 The University of Kansas MS Degree in Information Technology According to the U.S. Department of Labor, employment opportunities in information technology (IT) will be among the fastest growing in the

More information

Measuring IT Staff Time at Georgia State University

Measuring IT Staff Time at Georgia State University EDUCAUSE Center for Applied Research Research Bulletin Volume 2008, Issue 4 February 19, 2008 Measuring IT Staff Time at Georgia State University Randall Alberts, Georgia State University Karen D. Oates,

More information

COMPUTER SERVICES HELP DESK USING METRICS FOR BUSINESS PROCESS IMPROVEMENT

COMPUTER SERVICES HELP DESK USING METRICS FOR BUSINESS PROCESS IMPROVEMENT EXECUTIVE SUMMARY This document provides an overview of how the Computer Services Help Desk utilizes metrics and other types of assessment tools in making data-driven decisions on how to improve its business

More information

APPLICATION OF WENTWORTH INSTITUTE OF TECHNOLOGY TO AWARD THE MASTER OF SCIENCE IN FACILITY MANAGEMENT

APPLICATION OF WENTWORTH INSTITUTE OF TECHNOLOGY TO AWARD THE MASTER OF SCIENCE IN FACILITY MANAGEMENT BOARD OF HIGHER EDUCATION REQUEST FOR COMMITTEE AND BOARD ACTION COMMITTEE: Academic Affairs NO.: AAC 12-29 COMMITTEE DATE: February 28, 2012 BOARD DATE: March 6, 2012 APPLICATION OF WENTWORTH INSTITUTE

More information

COAS TECHNOLOGY PLAN

COAS TECHNOLOGY PLAN COAS TECHNOLOGY PLAN APPROVED BY THE TECHNOLOGY COMMITTEE AND FORWARDED TO THE DEAN AND FACULTY FOR ADOPTION COAS Technology Plan 1. Vision for COAS Technology (5-year plan) 4/6/04 COAS students and faculty

More information

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 1 Table of Contents Chapter 1: Installation Overview... 3 Introduction... 3 Minimum Requirements...

More information

Enhancing Collaboration by Extending the Groups Directory Infrastructure. James Cramton Brown University

Enhancing Collaboration by Extending the Groups Directory Infrastructure. James Cramton Brown University Enhancing Collaboration by Extending the s Directory Infrastructure James Cramton Brown University Why We are Here De-duplication without all the facts Software in central business system identifies individuals

More information

A SHORT HISTORY OF COMPUTING SERVICES MIDDLE TENNESSEE STATE UNIVERSITY

A SHORT HISTORY OF COMPUTING SERVICES MIDDLE TENNESSEE STATE UNIVERSITY A SHORT HISTORY OF COMPUTING SERVICES AT MIDDLE TENNESSEE STATE UNIVERSITY Change has been a constant for computing and computer services at Middle Tennessee State University, a response to the rapid changes

More information

Current Environment Assessment Specification. Single Sign On Customer Relation Management Workstation Support

Current Environment Assessment Specification. Single Sign On Customer Relation Management Workstation Support Current Environment Assessment Specification Single Sign On Customer Relation Management Workstation Support Georgia State University By: Team #2 Members: Igor Wolbers Tony Yuan Saeed Nadjariun Team2 Version

More information

COLLEGE OF CHARLESTON WHO DOES WHAT?

COLLEGE OF CHARLESTON WHO DOES WHAT? Item Listing Phone Number Absences for Class Assoc Dean of Students/Student Affairs 3-3390 Academic Dismissal Undergraduate Academic Services 3-5674 Academic Policies Faculty Academic Affairs 3-5527 Student

More information

Using Web Apps for your Attendance and Event Management

Using Web Apps for your Attendance and Event Management Using Web Apps for your Attendance and Event Management Abe Cereno Associate Director Catcard and Systems Application University of California, Merced What is the difference between mobile native app and

More information

Information Technology Advisory Group (ITAG)

Information Technology Advisory Group (ITAG) Attendees: Andy Emerson, Kathy Farnsworth, Gunther Gullickson, Kevin Hoffman, Tom Kelliher, Bill Leimbach, Nancy Magnuson, Carol Redline, Debra Rubino, Jill Zimmerman Purpose of the Information Technology

More information

Swampfox Campus Applications Version1.0

Swampfox Campus Applications Version1.0 Swampfox Campus Applications In May 2007 a decision was made to modernize FMU s current legacy ERP (Enterprise Resource Planning) system by building a GUI (Graphic User Interface) interface to replace

More information

IT Investment and Business Process Performance: Survey Questionnaire

IT Investment and Business Process Performance: Survey Questionnaire IT Investment and Business Process Performance: Survey Questionnaire Thank you for participating in the study being conducted by the EDUCAUSE Center for Applied Research (ECAR). This survey is a critical

More information

Law College Computer and Technology Information

Law College Computer and Technology Information Law College Computer and Technology Information Account Creation All law students, faculty and staff must have a University of Toledo authentication domain (UTAD) computer account. This account will allow

More information

University Systems Desktop Support Service Level Commitment

University Systems Desktop Support Service Level Commitment University Systems Desktop Support Service Level Commitment The Purpose of this Service Level Commitment (SLC) is to formally define the level of service University Systems will provide to UVic faculty,

More information

Millikin University Student Tech Training http://www.millikin.edu/it infotech@millikin.edu 217.362.6488

Millikin University Student Tech Training http://www.millikin.edu/it infotech@millikin.edu 217.362.6488 Millikin University Student Tech Training http://www.millikin.edu/it infotech@millikin.edu 217.362.6488 mymillikin (my.millikin.edu) A means to access Millikin applications, discussion boards and announcements

More information

DIVISION OF ENGINEERING COMPUTING SERVICES DECS SERVICE DESK. Fall & Spring: Monday Thursday 8am to 9pm. Summer & Breaks:

DIVISION OF ENGINEERING COMPUTING SERVICES DECS SERVICE DESK. Fall & Spring: Monday Thursday 8am to 9pm. Summer & Breaks: DECS Community IT Michigan State University College of Engineering DIVISION OF ENGINEERING COMPUTING SERVICES DECS SERVICE DESK For all questions and requests visit www.egr.msu.edu/decs or 1325EB, e mail

More information

Baylor University. Louise Herrington School of Nursing. For a career in Nursing... choose Baylor

Baylor University. Louise Herrington School of Nursing. For a career in Nursing... choose Baylor Baylor University Louise Herrington School of Nursing For a career in Nursing... choose Baylor The demand for caring and qualified nurses has never been greater. Because of this worlwide need, nurses face

More information

Faculty Hiring in BearQuest www.baylor.edu/bearquest

Faculty Hiring in BearQuest www.baylor.edu/bearquest www.baylor.edu/bearquest Helpful numbers: BearQuest questions Stephanie Kilgore 254-710-8462 Personnel action questions HR Services 254-710-8539 Budget Questions Budget Office 254-710-2663 Compensation

More information

Policy S-1.04 UNIVERSITY OF FLORIDA COLLEGE OF NURSING

Policy S-1.04 UNIVERSITY OF FLORIDA COLLEGE OF NURSING Page 1 of 3 TITLE: POLICY: RATIONALE: STUDENT COMPUTER POLICY The College of Nursing will specify computer requirements and student responsibilities regarding computer management within the context of

More information

Introduction and Purpose... 2 Scope... 2 Auxiliary units... 2. Part-Time, Temporary faculty/staff, Volunteer, Contractor and Student Assistants...

Introduction and Purpose... 2 Scope... 2 Auxiliary units... 2. Part-Time, Temporary faculty/staff, Volunteer, Contractor and Student Assistants... Contents Workstation Refresh & Virtual Desktop Infrastructure Program Introduction and Purpose... 2 Scope... 2 Auxiliary units... 2 Part-Time, Temporary faculty/staff, Volunteer, Contractor and Student

More information

NON-REGIONALLY ACCREDITED INSTITUTIONS ACCEPTANCE OF CREDIT

NON-REGIONALLY ACCREDITED INSTITUTIONS ACCEPTANCE OF CREDIT NON-REGIONALLY ACCREDITED INSTITUTIONS ACCEPTANCE OF CREDIT VALENCIA COLLEGE NON-REGIONALLY ACCREDITED INSTITUTION REQUEST FORM FOR ACCEPTANCE OF CREDIT Guidelines for Completion of Request Form and Supporting

More information

Student Handbook for Online Learning

Student Handbook for Online Learning Student Handbook for Online Learning Updated 1/2013 Effective Fall 2011 Welcome Fletcher Technical Community College offers several online courses designed to conveniently assist students in earning credits

More information

(Under Review) Policies and Procedures For Distance Learning @ Alcorn State University. Prepared by: Distance Learning Committee

(Under Review) Policies and Procedures For Distance Learning @ Alcorn State University. Prepared by: Distance Learning Committee (Under Review) Policies and Procedures For Distance Learning @ Alcorn State University Prepared by: Distance Learning Committee & Office of Academic Technologies 1 Table of Contents Overview of Academic

More information

IDENTITY MANAGEMENT ROLLOUT: IN A HURRY. Jason Blackader, UNIX Systems Administrator

IDENTITY MANAGEMENT ROLLOUT: IN A HURRY. Jason Blackader, UNIX Systems Administrator IDENTITY MANAGEMENT ROLLOUT: IN A HURRY Jason Blackader, UNIX Systems Administrator Undergraduate, Graduate, Continuing Ed Industrial Design, Communication Design, Design Sciences, Arts & Media Two Campuses

More information

Microsoft Agreement FAQ

Microsoft Agreement FAQ Microsoft Agreement FAQ 1. Why did the University of Utah seek to establish the Microsoft Campus Agreement? In years past, Microsoft has allowed the University to utilize multiple agreements (Select and

More information

Part III. Self-Study Report Template

Part III. Self-Study Report Template Part 3 Ministry Of Education And Higher Education Directorate General of Higher Education Part III Self-Study Report Template LABE SELF-STUDY QUESTIONNAIRE http://www.labe.org.lb General Instructions Introduction

More information

Standard Operating Procedures for Blackboard Policy

Standard Operating Procedures for Blackboard Policy Services Standard Operating Procedures for Blackboard Policy Table of Contents 01 Policy Statement... 2 02 Information Services (ITS) and the... 2 03 Blackboard and the Banner Student Information System...

More information

Internet File Management & HIPAA A Practical Approach towards Responding to the Privacy Regulation of the Act

Internet File Management & HIPAA A Practical Approach towards Responding to the Privacy Regulation of the Act White Paper Internet File Management & HIPAA A Practical Approach towards Responding to the Privacy Regulation of the Act The recent activation of the privacy requirement of the Health Insurance Portability

More information

AGRICULTURE STAGE NETWORKED PLACES APPLICATIONS & SERVICES LEADERSHIP. No computer use. No website. All contacts via phone and postal mail.

AGRICULTURE STAGE NETWORKED PLACES APPLICATIONS & SERVICES LEADERSHIP. No computer use. No website. All contacts via phone and postal mail. Organization: Your Name: This assessment tool is designed to quickly assess where the community stands today. A rating of Level 1 is the lowest, Level 5 is the highest and Level 0 is disconnected. AGRICULTURE

More information

Texas Southern University

Texas Southern University Texas Southern University Report to the Texas Southern University Board of Regents and The Texas Higher Education Coordinating Board Efforts Concerning Timely Graduation for FY 2007 November 15, 2008 This

More information

DEPARTMENT OF AGRICULTURAL EDUCATION & COMMUNICATIONS. Distance Student Information

DEPARTMENT OF AGRICULTURAL EDUCATION & COMMUNICATIONS. Distance Student Information DEPARTMENT OF AGRICULTURAL EDUCATION & COMMUNICATIONS Distance Student Information DISTANCE STUDENT INFORMATION Version 2006 Texas Tech University Lubbock, Texas Written by René Miller, July, 2006 Table

More information

MICROSOFT ENROLLMENT FOR EDUCATION SOLUTIONS (EES) AGREEMENT

MICROSOFT ENROLLMENT FOR EDUCATION SOLUTIONS (EES) AGREEMENT MICROSOFT ENROLLMENT FOR EDUCATION SOLUTIONS (EES) AGREEMENT Frequently Asked Questions Abstract This Enrollment provides Duval County Public Schools a license for certain specified Microsoft Products

More information

UArts Library Borrowing Privileges Certificate students may use the UArts library, borrow materials and access extensive digital resources.

UArts Library Borrowing Privileges Certificate students may use the UArts library, borrow materials and access extensive digital resources. FREQUENTLY ASKED QUESTIONS Q. What are the benefits of being a certificate student? A. Certificate students are offered the following benefits: UArts Student Photo ID Certificate students receive an official

More information

STUDENT EXPENSES AND FEES

STUDENT EXPENSES AND FEES STUDENT EXPENSES AND FEES College expenses consist of basic charges, special charges, other required fees and deposits, charges for books and materials, and personal expenses. The cost to students for

More information

Information Technology Plan Technology Vision for the Community College

Information Technology Plan Technology Vision for the Community College Information Technology Plan Technology Vision for the Community College At Caldwell Community College and Technical Institute, information technology will be a primary resource for students, faculty, staff,

More information

This paper was presented at the 1996 CAUSE annual conference. It is part of the proceedings of that conference, "Broadening Our Horizons:

This paper was presented at the 1996 CAUSE annual conference. It is part of the proceedings of that conference, Broadening Our Horizons: This paper was presented at the 1996 CAUSE annual conference. It is part of the proceedings of that conference, "Broadening Our Horizons: Information, Services, Technology -- Proceedings of the 1996 CAUSE

More information

UW Oshkosh IT Plan Submission January, 2014

UW Oshkosh IT Plan Submission January, 2014 UW Oshkosh IT Plan Submission January, 2014 Information Technology & University Strategic Objectives 1. How the plan was developed. The University s administrative team drafted seven Key Operational Plans.

More information

SUMMER SEMESTER 2016. REGISTRATION myuttyler my.uttyler.edu

SUMMER SEMESTER 2016. REGISTRATION myuttyler my.uttyler.edu SUMMER SEMESTER 2016 REGISTRATION myuttyler my.uttyler.edu Registration for all summer 2016 sessions opens February 1, 2016; 8:30 a.m. SHORT SUMMER Bill Due Date: May 13, 2016; 5:00 p.m. (Online or in

More information

User Accounts and Password Standard and Procedure

User Accounts and Password Standard and Procedure Office of the Vice President for Operations / CIO User Accounts and Password Standard and Procedure Issue Date: January 1, 2011 Information Security Office Effective Date: November 21, 2014 User Account

More information

DATA AND USER ACCESS POLICIES

DATA AND USER ACCESS POLICIES Contents UNIVERSITY OF CHICAGO ALUMNI & DEVELOPMENT DATABASE (GRIFFIN) DATA AND USER ACCESS POLICIES Approved by the Griffin Steering Committee 2/1/07 What is Griffin? Griffin Policies & Procedures Your

More information

Administration Guide. BlackBerry Enterprise Service 12. Version 12.0

Administration Guide. BlackBerry Enterprise Service 12. Version 12.0 Administration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2015-01-16 SWD-20150116150104141 Contents Introduction... 9 About this guide...10 What is BES12?...11 Key features of BES12...

More information

JOSEPH F. KENT III EDUCATION PROFESSIONAL EMPLOYMENT PUBLICATIONS. Professor of Computer Science, Emeritus. 804-278-8917 Richmond, VA 23221

JOSEPH F. KENT III EDUCATION PROFESSIONAL EMPLOYMENT PUBLICATIONS. Professor of Computer Science, Emeritus. 804-278-8917 Richmond, VA 23221 JOSEPH F. KENT III Professor of Computer Science, Emeritus jkent@richmond.edu 5 Tow Path Circle 804-278-8917 Richmond, VA 23221 EDUCATION Ph.D. Mathematics, University of Virginia, 1970. M.C.S. Computer

More information

Get Connected! How to Configure Your Computer for MITnet. Red Hat Enterprise Linux Mac OS X Windows XP Professional, Vista

Get Connected! How to Configure Your Computer for MITnet. Red Hat Enterprise Linux Mac OS X Windows XP Professional, Vista Get Connected! How to Configure Your Computer for MITnet Red Hat Enterprise Linux Mac OS X Windows XP Professional, Vista 2008 Massachusetts Institute of Technology Table of Contents Introduction...3 About

More information

Table of Contents. Summer 2015 Calendar

Table of Contents. Summer 2015 Calendar Table of Contents Important Dates: Summer 2015 Semester.......................... 2 Advising and Registration Information............................. 3 Adding and Dropping Courses...................................

More information

Office of the University Registrar. Faculty FlashFast (Banner Self-Service for Faculty) User Guide

Office of the University Registrar. Faculty FlashFast (Banner Self-Service for Faculty) User Guide Office of the University Registrar Faculty FlashFast (Banner Self-Service for Faculty) User Guide October 12, 2010 Date October 14, 2010 Created by Created for Copyright Get help with this process Documentation

More information

11.FAQ. About PC. http://portal.titech.ac.jp/ezguide/wireless.html. Others. 1)I do not have PC

11.FAQ. About PC. http://portal.titech.ac.jp/ezguide/wireless.html. Others. 1)I do not have PC About PC 1)I do not have PC See below for locations where you can use PC inside the Campus. URL http://www.gakumu.titech.ac.jp/kyoumu/curriculum/index.html If you belong to Laboratory, please use the one

More information

Learning Management System. Department Administrator User Guide. March 24, 2015

Learning Management System. Department Administrator User Guide. March 24, 2015 Learning Management System Department Administrator User Guide March 24, 2015 Table of Contents Glossary... 0 Overview... 1 Accessing Learn@Work... 1 Logging In... 1 Navigating the Home Page... 1 Featured

More information

Call us today to help you (888) 534-0245 LAWSON CERTIFIED CONSULTANTS

Call us today to help you (888) 534-0245 LAWSON CERTIFIED CONSULTANTS Call us today to help you (888) 534-0245 LAWSON CERTIFIED CONSULTANTS Senior Lawson Financial Consultant Professional Summary: Experienced business application consultant and Project Manager with large-scale

More information

BENEFITS OF AUTOMATING DATA WAREHOUSING

BENEFITS OF AUTOMATING DATA WAREHOUSING BENEFITS OF AUTOMATING DATA WAREHOUSING Introduction...2 The Process...2 The Problem...2 The Solution...2 Benefits...2 Background...3 Automating the Data Warehouse with UC4 Workload Automation Suite...3

More information

Enabling Secure File Sharing and Collaboration Across the Georgetown Campus

Enabling Secure File Sharing and Collaboration Across the Georgetown Campus Enabling Secure File Sharing and Collaboration Across the Georgetown Campus William R. Anderson Associate Director, AITS University Information Services The Benefits of Web-Based File Storage Georgetown

More information

Office of Information Technology

Office of Information Technology Office of Information Technology Core Services Resilience Plan Version 6.5.6 March 2010 Page 1 of 13 Table of Contents Overview... 3 Background... 4 OIT Organizational Resilience Program... 4 Data Centers...

More information

Latte Rapid Application Development. William Dunlap Product Manager Borland International wdunlap@wpo.borland.com

Latte Rapid Application Development. William Dunlap Product Manager Borland International wdunlap@wpo.borland.com Latte Rapid Application Development William Dunlap Product Manager Borland International wdunlap@wpo.borland.com Business Computing Evolution C/S Application Development Collaborative App Development Web

More information

INFORMATION RESOURCES STRATEGIC PLAN 2003-2007

INFORMATION RESOURCES STRATEGIC PLAN 2003-2007 INFORMATION RESOURCES STRATEGIC PLAN 2003-2007 LAMAR STATE COLLEGE - ORANGE 410 FRONT STREET ORANGE, TEXAS 77630 APPROVED: Dr. Michael Shahan President Dr. Sheila Gunter Vice President for Academic Affairs

More information

Fee Payment Schedule & Tuition and Fee Schedule

Fee Payment Schedule & Tuition and Fee Schedule lassification Students ation, for purposes of applicable ed if, since original establishment of of legal residence has changed. as a non-resident for tuition purr a change in classification to that now

More information

Instructional and Information Technology Cluster Group Ranking of Master Plan Initiative Objectives and Initiative Summaries

Instructional and Information Technology Cluster Group Ranking of Master Plan Initiative Objectives and Initiative Summaries Instructional and Information Technology Cluster Group Ranking of Master Plan Initiative Objectives and Initiative Summaries 1019 Help Desk The IT Support Services Initiative (1019) is a plan to provide

More information

Enterprise Directory Project Pre-Feasibility Study Information and Educational Technology

Enterprise Directory Project Pre-Feasibility Study Information and Educational Technology UC DAVIS: OFFICE OF THE VICE PROVOST INFORMATION & EDUCATIONAL TECHNOLOGY Enterprise Directory Project Pre-Feasibility Study Information and Educational Technology Background Unprecedented growth and an

More information

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu. Fall 2009 Lecture 1 Operating Systems: Configuration & Use CIS345 Introduction to Operating Systems Mostafa Z. Ali mzali@just.edu.jo 1-1 Chapter 1 Introduction to Operating Systems An Overview of Microcomputers

More information

PROGRESS REPORT on ACTION PLAN FOR 2010-2012. February 1, 2011. 20010/2011 Technology Council

PROGRESS REPORT on ACTION PLAN FOR 2010-2012. February 1, 2011. 20010/2011 Technology Council Technology Plan 2015 PROGRESS REPORT on ACTION PLAN FOR 2010-2012 February 1, 2011 20010/2011 Technology Council Kathy Pletcher, Associate Provost Information Services, Chair Derryl Block, Interim Dean

More information

Online Courses in Speech-Language Pathology Department of Speech Pathology and Audiology Tennessee State University, Nashville, Tennessee

Online Courses in Speech-Language Pathology Department of Speech Pathology and Audiology Tennessee State University, Nashville, Tennessee Online Courses in Speech-Language Pathology Department of Speech Pathology and Audiology Tennessee State University, Nashville, Tennessee Master s Program in Speech and Hearing Science The Distance Education

More information

This paper was presented at CUMREC '97, The College and University Information Services Conference. It is the intellectual property of the author(s).

This paper was presented at CUMREC '97, The College and University Information Services Conference. It is the intellectual property of the author(s). This paper was presented at CUMREC '97, The College and University Information Services Conference. It is the intellectual property of the author(s). Permission to print out copies of this paper is granted

More information

How To Protect Data At Northeast Alabama Community College

How To Protect Data At Northeast Alabama Community College Information Systems Security Policy Northeast Alabama Community College Center for Information Assurance Northeast Alabama Community College 138 AL Hwy 35, Rainsville, AL 35986 (256) 228-6001 1 5/22/2014

More information

Student Guide. Student Information System www.case.edu/projects/erp/sis

Student Guide. Student Information System www.case.edu/projects/erp/sis Student Guide Student Information System www.case.edu/projects/erp/sis The Student Information System (SIS) provides a secure, flexible, web-based environment for creating and managing academic records.

More information

The 2010 CIS Baccalaureate Degree Compared with IS 2010 Guidelines

The 2010 CIS Baccalaureate Degree Compared with IS 2010 Guidelines The 2010 CIS Baccalaureate Degree Compared with IS 2010 Guidelines Wayne E. Pauli Dakota State University Tom Halverson Dakota State University Jim McKeown Dakota State University The redesigned Computer

More information

Infrastructure Systems and Support Annual Report 2008 2009

Infrastructure Systems and Support Annual Report 2008 2009 Infrastructure Systems and Support Annual Report 2008 2009 The College s core network, servers, and central computer systems provide support for various academic and administrative areas within the College.

More information

Articulation Agreement By and Between Bucks County Community College, PA and Upper Iowa University - Extended University September 2004

Articulation Agreement By and Between Bucks County Community College, PA and Upper Iowa University - Extended University September 2004 Articulation Agreement By and Between Bucks County Community College, PA and Upper Iowa University - Extended University September 2004 1. Purpose: The purpose of this agreement is to provide baccalaureate

More information

Transfer Tips for UTSA

Transfer Tips for UTSA Transfer Tips for UTSA Important Dates/Deadlines Myths & Facts UTSA Lingo 101 Need more info? Visit us on the web: http://www.utsa.edu/admissions/transfer/transfer.html rev 11/05 APPLY FOR ADMISSION TO

More information

Student Handbook for Online Learning

Student Handbook for Online Learning Student Handbook for Online Learning Updated 2/2015 Effective Fall 2011 Welcome Fletcher Technical Community College offers several online courses designed to conveniently assist students in earning credits

More information

Technology Planning Benchmarks

Technology Planning Benchmarks Technology Planning Benchmarks Instructional Technologies Faculty/Staff Computing Support Virtually all of the college s faculty and staff are dependent on a fully functioning, reliable, individual computing

More information

Texas A&M University -Corpus Christi

Texas A&M University -Corpus Christi Texas A&M University -Corpus Christi Average Credits Attempted and Mean Semesters toward Baccalaureate Degree in Program Areas* Degree Program # of Grads Credits Attempted Mean Semesters Science and Math

More information

Active Directory User Management System (ADUMS)

Active Directory User Management System (ADUMS) Active Directory User Management System (ADUMS) Release 2.9.3 User Guide Revision History Version Author Date Comments (MM/DD/YYYY) i RMA 08/05/2009 Initial Draft Ii RMA 08/20/09 Addl functionality and

More information

Computer Security Courses/Programs

Computer Security Courses/Programs Minneapolis, MN. Computer Security Courses/Programs Developed at Metropolitan State University Jigang Liu Department of Information and Computer Sciences College of Arts and Sciences Metropolitan State

More information

Digital Certificate Infrastructure

Digital Certificate Infrastructure Digital Certificate Infrastructure Frequently Asked Questions Providing secure, low cost, and easy access to distributed instructional and research resources is a growing problem for campus library and

More information

Identity Access Management IAM 101. Mike Conlon Director of Data Infrastructure mconlon@ufl.edu

Identity Access Management IAM 101. Mike Conlon Director of Data Infrastructure mconlon@ufl.edu Identity Access Management IAM 101 Mike Conlon Director of Data Infrastructure mconlon@ufl.edu 1 Three Processes Identity Answers the question Who is in our environment? Authentication Answers the question

More information

Computer Information Systems

Computer Information Systems Computer Information Systems 197 Computer Information Systems See Computer Science and Computer Network Engineering and Electronics sections for additional computer courses. Degrees, Certificates and Awards

More information

Higher Education Data Warehouse Conference

Higher Education Data Warehouse Conference Higher Education Data Warehouse Conference Collaboratively Delivering a Student Retention & Success Model with Agile Style Presenters Mary Brooks Project Manager Denise Krallman Director of Institutional

More information

Information Technology Services

Information Technology Services Information Technology Services The purpose of an Information Technology Standard is to specify requirements for compliance with Old Dominion University Information Technology policies, other University

More information

for Sage 100 ERP Library Master Overview Document

for Sage 100 ERP Library Master Overview Document for Sage 100 ERP Library Master Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08 Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL Installation and System Administrator's Guide 4MASIN450-08 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos and the Sage product

More information

ETL-03 Using SAS Enterprise ETL Server to Build a Data Warehouse: Focus on Student Enrollment Data ABSTRACT WHO WE ARE MISSION PURPOSE BACKGROUND

ETL-03 Using SAS Enterprise ETL Server to Build a Data Warehouse: Focus on Student Enrollment Data ABSTRACT WHO WE ARE MISSION PURPOSE BACKGROUND ETL-03 Using SAS Enterprise ETL Server to Build a Data Warehouse: Focus on Student Enrollment Data Evangeline Collado, University of Central Florida, Orlando, FL M. Paige Borden, University of Central

More information

Active Directory and DirectControl

Active Directory and DirectControl WHITE PAPER CENTRIFY CORP. Active Directory and DirectControl APRIL 2005 The Right Choice for Enterprise Identity Management and Infrastructure Consolidation ABSTRACT Microsoft s Active Directory is now

More information

Online Degree Welcome Packet. Congratulations! Welcome to Ohio University!

Online Degree Welcome Packet. Congratulations! Welcome to Ohio University! Congratulations! Welcome to Ohio University! I am your academic advisor, Michael Rinaldi-Eichenberg, and I look forward to assisting you in meeting your educational goals. This packet will help you get

More information

Wichita State University. Distance Education Strategic Plan. January 2011

Wichita State University. Distance Education Strategic Plan. January 2011 Wichita State University Distance Education Strategic Plan January 2011 As part of the Kansas Board of Regents Foresight 2020 strategic plan, each Regents institution is to develop a strategic vision for

More information

IT Services for Students

IT Services for Students Knowledge is Power Conference California State University Fullerton July 18 th, 2013 IT Services for Students Elahe Amani Director of Student Technology Services CSUF Information Technology Abstract This

More information

How To Set Up Hopkins Wireless On Windows 7 On A Pc Or Mac Or Ipad (For A Laptop) On A Network Card (For Windows 7) On Your Computer Or Ipa (For Mac Or Mac) On An Ipa Or

How To Set Up Hopkins Wireless On Windows 7 On A Pc Or Mac Or Ipad (For A Laptop) On A Network Card (For Windows 7) On Your Computer Or Ipa (For Mac Or Mac) On An Ipa Or Wireless Configuration Guide: Windows 7 Additional hopkins wireless network instructions and requirements for Windows XP, Vista, 8, Mac OS X, Linux, and other Mobile versions can be found at: http://www.it.johnshopkins.edu/services/network/wireless/

More information

Software: Systems and Application Software

Software: Systems and Application Software Software: Systems and Application Software Computer Software Operating System Popular Operating Systems Language Translators Utility Programs Applications Programs Types of Application Software Personal

More information

Request for Proposal Addendum 2 Customer Relationship Management Software RFP 11-CRM-1108

Request for Proposal Addendum 2 Customer Relationship Management Software RFP 11-CRM-1108 The Conestoga College Institute of Technology and Advanced Learning Request for Proposal Addendum 2 Customer Relationship Management Software RFP 11-CRM-1108 Issue Date: November 8, 2011 Closing Date:

More information

Thank you for your support!

Thank you for your support! 2012-2013 marked a year of growth and unparalleled success for Baylor University as we rolled out our new Pro Futuris strategic plan. This provided Information Technology Services many opportunities to

More information