Skip to content

Commit

Permalink
Add FY19 data
Browse files Browse the repository at this point in the history
  • Loading branch information
maclover7 committed Jan 9, 2020
1 parent 69a77ca commit 121bd9e
Show file tree
Hide file tree
Showing 4 changed files with 23,647 additions and 4 deletions.
5 changes: 4 additions & 1 deletion common.js
Expand Up @@ -53,6 +53,7 @@ const purchaserDepartmentAliases = {
'College of Gen Studies': 'College of General Studies',
'CSSD': 'Computing Services & Systems Development',
'Dental Medicine': 'School of Dental Medicine',
'Division of Philanthropic and Alumni Engagement': 'V C Institutional Advancement',
'Education': 'School of Education',
'Educ-Univ Service Programs': 'Education-University Service Programs',
'Executive Vice Chancellor': 'Chancellor',
Expand All @@ -76,6 +77,7 @@ const purchaserDepartmentAliases = {
'Research Conduct and Compliance': 'Sr V C Research',
'School of Health & Rehabilition Sciences': 'School of Health & Rehabilitation Sciences',
'School of Information Sciences': 'School of Computing and Information',
'Secretary': 'Secretary of the Board of Trustees',
'Secretary of the Univ': 'Secretary of the Board of Trustees',
'Senior Vice Chancellor and Provost': 'Sr V C and Provost',
'Senior Vice Chancellor, Business and Operations': 'Business Operations',
Expand All @@ -92,6 +94,7 @@ const purchaserDepartmentAliases = {
'University of Pittsburgh Cancer Institute': 'UPMC Hillman Cancer Center',
'VC Institut Advancement': 'V C Institutional Advancement',
'Vice Chancellor, Human Resources': 'V C Human Resources',
'VC Human Resources': 'V C Human Resources',
'Vice Chancellor, Institutional Advancement': 'V C Institutional Advancement',
'WPIC': 'Western Psychiatric Institute and Clinic'
};
Expand All @@ -115,7 +118,7 @@ const purchaseTypes = {

module.exports = {
dataColumns: ['year', 'amount', 'vendor_number', 'vendor_name', 'vendor_address', 'purchaser_department', 'type'],
dataYears: [2014, 2015, 2016, 2017, 2018],
dataYears: [2014, 2015, 2016, 2017, 2018, 2019],
purchaserDepartments,
purchaserDepartmentAliases,
purchaseTypes
Expand Down

0 comments on commit 121bd9e

Please sign in to comment.