We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f797a commit 3bedbc9Copy full SHA for 3bedbc9
caltech_thesis.py
@@ -81,7 +81,7 @@ def cleanhtml(raw_html):
81
text = thesis_subjects[item]
82
metadata['subjects'].append({'subject':text})
83
else:
84
- text = theis_subjects[eprint['option_minor']['item']]
+ text = thesis_subjects[eprint['option_minor']['item']]
85
86
87
if 'funders' in eprint:
0 commit comments