mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
c807bedb65
Refactor add email section GitOrigin-RevId: 41de440caaf3baf43673c4a5f07a18b990f28c7b
78 lines
1.8 KiB
TypeScript
78 lines
1.8 KiB
TypeScript
const departments = <const>[
|
|
'Aeronautics & Astronautics',
|
|
'Anesthesia',
|
|
'Anthropology',
|
|
'Applied Physics',
|
|
'Art & Art History',
|
|
'Biochemistry',
|
|
'Bioengineering',
|
|
'Biology',
|
|
'Business School Library',
|
|
'Business, Graduate School of',
|
|
'Cardiothoracic Surgery',
|
|
'Chemical and Systems Biology',
|
|
'Chemical Engineering',
|
|
'Chemistry',
|
|
'Civil & Environmental Engineering',
|
|
'Classics',
|
|
'Communication',
|
|
'Comparative Literature',
|
|
'Comparative Medicine',
|
|
'Computer Science',
|
|
'Dermatology',
|
|
'Developmental Biology',
|
|
'Earth System Science',
|
|
'East Asian Languages and Cultures',
|
|
'Economics',
|
|
'Education, School of',
|
|
'Electrical Engineering',
|
|
'Energy Resources Engineering',
|
|
'English',
|
|
'French and Italian',
|
|
'Genetics',
|
|
'Geological Sciences',
|
|
'Geophysics',
|
|
'German Studies',
|
|
'Health Research & Policy',
|
|
'History',
|
|
'Iberian & Latin American Cultures',
|
|
'Law Library',
|
|
'Law School',
|
|
'Linguistics',
|
|
'Management Science & Engineering',
|
|
'Materials Science & Engineering',
|
|
'Mathematics',
|
|
'Mechanical Engineering',
|
|
'Medical Library',
|
|
'Medicine',
|
|
'Microbiology & Immunology',
|
|
'Molecular & Cellular Physiology',
|
|
'Music',
|
|
'Neurobiology',
|
|
'Neurology & Neurological Sciences',
|
|
'Neurosurgery',
|
|
'Obstetrics and Gynecology',
|
|
'Ophthalmology',
|
|
'Orthopaedic Surgery',
|
|
'Otolaryngology (Head and Neck Surgery)',
|
|
'Pathology',
|
|
'Pediatrics',
|
|
'Philosophy',
|
|
'Physics',
|
|
'Political Science',
|
|
'Psychiatry and Behavioral Sciences',
|
|
'Psychology',
|
|
'Radiation Oncology',
|
|
'Radiology',
|
|
'Religious Studies',
|
|
'Slavic Languages and Literature',
|
|
'Sociology',
|
|
'University Libraries',
|
|
'Statistics',
|
|
'Structural Biology',
|
|
'Surgery',
|
|
'Theater and Performance Studies',
|
|
'Urology',
|
|
]
|
|
|
|
export default departments
|