Skip to content

Commit 4bd2a6d

Browse files
committed
updates
1 parent 8a3a04e commit 4bd2a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getFacultyNamesFromETDs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757

5858
date = datetime.now().strftime('%Y-%m-%d %H.%M.%S')
5959

60-
f=csv.writer(open(filePath+'/ETD RDF/EtdFacultyNames'+date+'.csv', 'wb'))
60+
f=csv.writer(open(filePath+'EtdFacultyNames'+date+'.csv', 'wb'))
6161
f.writerow(['name'])
6262

63-
nameFields = ['dc.contributor.advisor','dc.contributor.committeeMember','jhuthesis.advisor.externalmember','jhuthesis.advisor.primary','jhuthesis.advisor.secondary']
63+
nameFields = ['dc.contributor.advisor','dc.contributor.committeeMember']
6464

6565
facultyNames = []
6666

0 commit comments

Comments
 (0)