forked from rjaffe/rdm_metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
22 lines (19 loc) · 1.35 KB
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Positional elements (columns) with the following indices -- and only those elements, at present --
# will be gathered and counted using a dictionary
dictable_cols = [3, 4, 5, 6, 7]
# let the data do the heavy lifting...everything is in this dict!
refs = {
'lib': ['The Library', ['Harrison Dekker', 'Jamie Wittenberg', 'Susan Edwards', 'Steve Mendoza', 'Steven Mendoza',
'Margaret Phillips', 'data-consult list (Library)']],
'css': ['Campus Shared Services - IT', ['Brett Larsen']],
'dlab': ['D-Lab', ['D-Lab Consulting List', 'D-Lab', 'Jon Stiles', 'Zawadi Rucks Ahidiana']],
'scf': ['Statistical Computing Facility', ['Chris Paciorek', 'Ryan Lovett']],
'brc': ['Berkeley Research Computing',
['Patrick Schmitz', 'Aron Roberts', 'Aaron Culich', 'Jason Christopher', 'Kelly Rowland',
'BRC Cloud Consulting']],
'dh': ['Digital Humanities @ Berkeley', ['Quinn Dombrowski', 'Camille Villa', 'Digital Humanities']],
'rdm': ['RDM Consulting', ['[email protected]', 'Rick Jaffe', 'Chris Hoffman']]
}
labels = ['', 'None', 'Unknown department', 'Consultation(s) without a partner', 'Unknown']
headings = ['Referrals In', 'Referrals Out', 'Departments served (number of engagements)',
'Organizational partners (number of shared engagements)', 'Patron status (number of patrons)']