diff --git a/docroot/modules/humsci/hs_mathematics/config/install/migrate_plus.migration.hs_math.yml b/docroot/modules/humsci/hs_mathematics/config/install/migrate_plus.migration.hs_math.yml deleted file mode 100644 index 0630060f28..0000000000 --- a/docroot/modules/humsci/hs_mathematics/config/install/migrate_plus.migration.hs_math.yml +++ /dev/null @@ -1,260 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: hs_math -class: null -field_plugin_method: null -cck_plugin_method: null -migration_tags: { } -migration_group: hs_math -label: 'H&S Math Importer' -source: - track_changes: true - plugin: url - urls: - - 'https://mathematics-stage.stanford.edu/api/math-people' - data_fetcher_plugin: http - data_parser_plugin: json - constants: - status: 1 - type: hs_person - basic_html: basic_html - link_domain: 'https://profiles.stanford.edu' - link_text: 'Stanford Profile' - file_destination: 'public://media/' - item_selector: / - fields: - - - name: uid - label: uid - selector: uid - - - name: affiliation - label: Affiliation - selector: Affiliation - - - name: biography - label: Biography - selector: Biography - - - name: cohort - label: Cohort - selector: Cohort - - - name: degreeseducation - label: DegreesEducation - selector: DegreesEducation - - - name: dissertationtitle - label: DissertationTitle - selector: DissertationTitle - - - name: email - label: Email - selector: Email - - - name: externalprofile - label: ExternalProfile - selector: ExternalProfile - - - name: facultyadvisor - label: FacultyAdvisor - selector: FacultyAdvisor - - - name: facultytype - label: FacultyType - selector: FacultyType - - - name: fieldofinterest - label: FieldOfInterest - selector: FieldOfInterest - - - name: firstname - label: FirstName - selector: FirstName - - - name: lastname - label: LastName - selector: LastName - - - name: firstpositionaftergraduating - label: FirstPositionAfterGraduating - selector: FirstPositionAfterGraduating - - - name: graduationyear - label: GraduationYear - selector: GraduationYear - - - name: infolinks - label: InfoLinks - selector: InfoLinks - - - name: linktext - label: LinkText - selector: LinkText - - - name: mailingaddress - label: MailingAddress - selector: MailingAddress - - - name: middlename - label: MiddleName - selector: MiddleName - - - name: office - label: Office - selector: Office - - - name: officehours - label: OfficeHours - selector: OfficeHours - - - name: profileimage - label: ProfileImage - selector: ProfileImage - - - name: researchareas - label: ResearchAreas - selector: ResearchAreas - - - name: stafftype - label: StaffType - selector: StaffType - - - name: studenttype - label: StudentType - selector: StudentType - - - name: telephone - label: Telephone - selector: Telephone - - - name: titleanddepartment - label: TitleAndDepartment - selector: TitleAndDepartment - ids: - uid: - type: string -process: - title: - - - plugin: concat - delimiter: ' ' - source: - - firstname - - lastname - revision_timestamp: - - - plugin: callback - callable: time - revision_translation_affected: - - - plugin: default_value - default_value: 1 - status: constants/status - type: constants/type - field_hs_person_affiliation: - - - plugin: entity_generate - source: affiliation - entity_type: taxonomy_term - bundle_key: vid - bundle: hs_person_affiliation - value_key: name - - - plugin: default_value - default_value: null - body/value: biography - body/format: constants/basic_html - field_hs_person_email: email - field_hs_person_faculty_status: - - - plugin: entity_generate - source: facultytype - entity_type: taxonomy_term - bundle_key: vid - bundle: hs_person_faculty_status - value_key: name - - - plugin: default_value - default_value: null - field_hs_person_interests: - - - plugin: callback - callable: htmlspecialchars_decode - source: fieldofinterest - - - plugin: explode - delimiter: ',' - field_hs_person_first_name: firstname - field_hs_person_last_name: lastname - field_hs_person_links/uri: infolinks - field_hs_person_links/title: linktext - field_hs_person_middle_name: middlename - field_hs_person_office: office - field_hs_person_office_hours: officehours - - profile_media_name: - plugin: concat - delimiter: '-' - source: - - firstname - - lastname - - profile_image_file: - - - plugin: skip_on_empty - method: process - source: profileimage - - - plugin: file_import - destination: constants/file_destination - id_only: true - reuse: true - - field_hs_person_image/target_id: - - - plugin: skip_on_empty - method: process - source: profileimage - - - plugin: entity_generate - source: '@profile_media_name' - value_key: name - bundle_key: bundle - bundle: image - entity_type: media - ignore_case: true - values: - field_media_image: '@profile_image_file' - - field_hs_person_research: - - - plugin: entity_generate - source: researchareas - entity_type: node - bundle_key: type - bundle: hs_research - value_key: title - - - plugin: default_value - default_value: null - field_hs_person_staff_type: - - - plugin: entity_generate - source: staftype - entity_type: taxonomy_term - bundle_key: vid - bundle: hs_person_staff_type - value_key: name - - - plugin: default_value - default_value: null - field_hs_person_telephone: telephone - field_hs_person_title: titleanddepartment -destination: - plugin: 'entity_reference_revisions:node' - new_revisions: true - force_revision: true -migration_dependencies: - required: { } diff --git a/docroot/modules/humsci/hs_mathematics/config/install/migrate_plus.migration_group.hs_math.yml b/docroot/modules/humsci/hs_mathematics/config/install/migrate_plus.migration_group.hs_math.yml deleted file mode 100644 index e94883c63d..0000000000 --- a/docroot/modules/humsci/hs_mathematics/config/install/migrate_plus.migration_group.hs_math.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: hs_math -label: Math -description: 'H&S Math Importer.' -source_type: null -module: null -shared_configuration: null diff --git a/docroot/modules/humsci/hs_mathematics/hs_mathematics.info.yml b/docroot/modules/humsci/hs_mathematics/hs_mathematics.info.yml deleted file mode 100644 index 19fcd7fd13..0000000000 --- a/docroot/modules/humsci/hs_mathematics/hs_mathematics.info.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: Mathematics -type: module -description: 'Temporary module to build mathematics site' -core_version_requirement: ^9.4 || ^10 -package: Custom -version: 8.2.7 diff --git a/docroot/modules/humsci/hs_mathematics/hs_mathematics.install b/docroot/modules/humsci/hs_mathematics/hs_mathematics.install deleted file mode 100644 index e8ced124e7..0000000000 --- a/docroot/modules/humsci/hs_mathematics/hs_mathematics.install +++ /dev/null @@ -1,13 +0,0 @@ -getEditable('migrate_plus.migration.hs_math') - ->delete(); - \Drupal::configFactory() - ->getEditable('migrate_plus.migration_group.hs_math') - ->delete(); -} diff --git a/docroot/modules/humsci/hs_mathematics/hs_mathematics.module b/docroot/modules/humsci/hs_mathematics/hs_mathematics.module deleted file mode 100644 index 690ce6fd3f..0000000000 --- a/docroot/modules/humsci/hs_mathematics/hs_mathematics.module +++ /dev/null @@ -1,24 +0,0 @@ -' . t('About') . ''; - $output .= '

' . t('Temporary module to build mathematics site') . '

'; - return $output; - - default: - } -} diff --git a/docroot/modules/humsci/hs_mathematics/hs_mathematics.routing.yml b/docroot/modules/humsci/hs_mathematics/hs_mathematics.routing.yml deleted file mode 100644 index 89d8b54019..0000000000 --- a/docroot/modules/humsci/hs_mathematics/hs_mathematics.routing.yml +++ /dev/null @@ -1,8 +0,0 @@ - -hs_mathematics.math_people_controller_get: - path: '/api/math-people' - defaults: - _controller: '\Drupal\hs_mathematics\Controller\MathPeopleController::get' - _title: 'get' - requirements: - _permission: 'access content' diff --git a/docroot/modules/humsci/hs_mathematics/src/Controller/MathPeopleController.php b/docroot/modules/humsci/hs_mathematics/src/Controller/MathPeopleController.php deleted file mode 100644 index 16002c3304..0000000000 --- a/docroot/modules/humsci/hs_mathematics/src/Controller/MathPeopleController.php +++ /dev/null @@ -1,58 +0,0 @@ -getCsvData(); - foreach ($people as &$person) { - $person['uid'] = md5($person['FirstName'] . $person['LastName']); - $person['Affiliation'] = explode(',', $person['Affiliation']); - $person['FacultyAdvisor'] = explode(',', $person['FacultyAdvisor']); - $person['FacultyType'] = explode(',', $person['FacultyType']); - $person['ResearchAreas'] = explode(',', $person['ResearchAreas']); - $person['StaffType'] = explode(',', $person['StaffType']); - } - return new JsonResponse($people); - } - - /** - * Get data from the csv as an array. - * - * @return array - */ - protected function getCsvData() { - - $data = []; - $headers = []; - $file = fopen(__DIR__ . '/math.csv', 'r'); - while ($row = fgetcsv($file)) { - if (empty($header)) { - $headers = $row; - foreach ($headers as &$header) { - $header = str_replace(' ', '', ucwords($header)); - $header = preg_replace("/[^a-zA-Z]/", '', $header); - } - continue; - } - - $data[] = array_combine($headers, $row); - } - fclose($file); - return $data; - } - -} diff --git a/docroot/modules/humsci/hs_mathematics/src/Controller/math.csv b/docroot/modules/humsci/hs_mathematics/src/Controller/math.csv deleted file mode 100644 index 56d8690ed5..0000000000 --- a/docroot/modules/humsci/hs_mathematics/src/Controller/math.csv +++ /dev/null @@ -1,169 +0,0 @@ -Affiliation,Biography,Cohort,Degrees / Education,Dissertation Title,Email,External Profile,Faculty Advisor,Faculty Type,Field of Interest,First Name,Last Name,First Position After Graduating,Graduation Year,Info Links,Link text,Mailing Address,Middle Name,Office,Office Hours,Profile Image,Research Area(s),Staff Type,Student Type,Telephone,Title and Department -Faculty,,,,,candes@stanford.edu,,,Professor,"Harmonic Analysis, High-Dimensional Statistics, Signal Processing, Information Theory",Emmanuel,Candès,,,http://statweb.stanford.edu/~candes/,http://statweb.stanford.edu/~candes/,,,,,http://mathematics.stanford.edu/wp-content/uploads/connections-images/emmanuel-candes/Candes_E-3.jpg.jpg,"Applied Math,Probability",,,(650) 725-2236,"Barnum-Simons Chair in Mathematics and Statistics,Professor of Electrical Engineering (by courtesy)" -Faculty,,,,,jluk@stanford.edu,,,Assistant Professor,"Topology, Especially Low-Dimensional Topology",Tom,Church,,,http://math.stanford.edu/~church/,Home Page,,,"Building 380, 383-Y",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/tom-church/Church_T-3.jpg.jpg,"Representation Theory,Topology",,,(650) 725-8572, -Faculty,,,,,ottolini@stanford.edu,,,Professor,"Number Theory, Arithmetic Geometry",Brian,Conrad,,,http://math.stanford.edu/~conrad,Home Page,,,"Building 380, 383-CC",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/brian-conrad/Conrad_B-2.jpg.jpg,"Algebraic Geometry,Number Theory",Director of Undergraduate Studies,,(650) 723-2972, -Faculty,,,,,eliash@math.stanford.edu,,,Professor,"Symplectic Geometry, Topology, Several Complex Variables",Yakov,Eliashberg,,,,,,,"Building 380, 383-S",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yakov-eliashberg/Eliashberg_Y-3.jpg.jpg,"Geometry,Symplectic Geometry,Topology",,,(650) 723-4073,Herald L. and Caroline L. Ritch Professor of Mathematics -Faculty,,,,,finn@math.stanford.edu,,,Professor Emeritus,"Calculus Of Variations, Fluid Dynamics, Differential Geometry",Robert,Finn,,,http://math.stanford.edu/~finn/,Home Page,,,"Building 380, 383-B",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/robert-finn/Finn_R-1.jpg.jpg,,,,(650) 723-2605, -Faculty,,,,,hoffman@math.stanford.edu,,,Consulting Professor,"Differential Geometry Computation",David,Hoffman,,,,,,,"Building 380, 383-B",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/david-hoffman/David_Hoffman_original.jpg,Geometry,,,(650) 723-1968, -Faculty,,,,,ionel@math.stanford.edu,,,Professor,"Symplectic Topology, Differential Topology",Eleny,Ionel,,,http://math.stanford.edu/~ionel/,Home Page,,,"Building 380, 383-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/eleny-ionel/Ionel_Eleny_original.jpg,"Geometry,Symplectic Geometry",Chair,,(650) 723-2228, -Faculty,,,,,kallosh@physics.stanford.edu,,,Professor,"Theoretical Particle Physics",Renata,Kallosh,,,http://www.stanford.edu/~rkallosh/,Home Page,,,"Varian Physics Bldg., Varian 342",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/renata-kallosh/Kallosh_Renata_original.jpg,,,,(650) 725-4736,"Professor (Physics and, by courtesy, Mathematics)" -Faculty,,,,,katznel@math.stanford.edu,,,Professor Emeritus,"Harmonic Analysis, Ergodic Theory",Yitzhak,Katznelson,,,http://math.stanford.edu/~katznel/,Home Page,,,"Building 380, 382-D",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yitzhak-katznelson/Katznelson_original.jpg,,,,(650) 725-0857, -Faculty,,,,,spk@math.stanford.edu,,,Professor,"Hyperbolic Structures, Teichmã¼Ller Space",Steven,Kerckhoff,,,,,,,"Building 380, 383-G",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/steven-kerckhoff/Kerckhoff_S-1.jpg.jpg,Topology,,,(650) 723-4665,Robert Grimmett Professor in Mathematics -Faculty,,,,,liu@math.stanford.edu,,,Professor Emeritus,"PDE, Hyperbolic Conservation Laws",Tai-Ping,Liu,,,http://www.math.sinica.edu.tw/www/people/websty1_e.jsp?owner=tpliu,Home Page,,,"Building 380, 383-B",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/tai-ping-liu/Liu_3_original.jpg,,,,(650) 723-2965, -Faculty,,,,,mazzeo@math.stanford.edu,,,Professor,"Differential Geometry, Microlocal Analysis, PDE",Rafe,Mazzeo,,,http://math.stanford.edu/~mazzeo/,Home Page,,,"Building 380, 383-R",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/rafe-mazzeo/Mazzeo_R-1.jpg.jpg,"Analysis & PDE,Geometry",,,(650) 723-1894, -Faculty,,,,,R.James-Milgram@comcast.net,,,Professor Emeritus,"Algebraic Topology",R. James,Milgram,,,,,,,"Building 380, 382-D",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/james-milgram/Milgram_original.jpg,,,,(650) 723-2082, -Faculty,,,,,ornstein@math.stanford.edu,,,Professor Emeritus,"Ergodic Theory",Donald,Ornstein,,,,,,,"Building 380, ",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/donald-ornstein/Ornstein_Don_original.jpg,,,,, -Faculty,,,,,papanico@math.stanford.edu,,,Professor,"Applied &Amp, Computational Mathematics, PDE, Stochastic Processes",George,Papanicolaou,,,http://math.stanford.edu/~papanico/,Home Page,,,"Building 380, 383-V",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/george-papanicolaou/Papanicolaou_G-2.jpg.jpg,"Analysis & PDE,Applied Math,Financial Math",,,(650) 723-2081,Robert Grimmett Professor of Mathematics -Faculty,,,,,ryzhik@math.stanford.edu,,,Professor,"Applied Mathematics, PDE",Lenya,Ryzhik,,,http://math.stanford.edu/~ryzhik/,Home Page,,,"Building 380, 382-U",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/lenya-ryzhik/Ryzhik_L-1.jpg.jpg,"Analysis & PDE,Applied Math",Director of Graduate Studies,,(650) 721-2113, -Faculty,,,,,akshay@math.stanford.edu,,,Professor,"Number Theory, Automorphic Forms, Representation Theory",Akshay,Venkatesh,,,http://math.stanford.edu/~akshay/,Home Page,,,"Building 380, 383-E",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/akshay-venkatesh/Venkatesh_A-3.jpg.jpg,"Number Theory,Representation Theory",,,(650) 723-4157, -Faculty,,,,,jacobfox@stanford.edu,,,Professor,"Probability, Number Theory, Combinatorics, Geometry",Jacob,Fox,,,,,,,"Building 380, 384-X",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jacob-fox/Fox_J-2.jpg.jpg,"Geometry,Number Theory,Probability",,,(650) 736-6988, -Faculty,,,,,jvondrak@stanford.edu,,,Associate Professor,Combinatorics,Jan,Vondrá¡k,,,http://theory.stanford.edu/~jvondrak/,Home Page,,,"Building 380, 383-J",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jan-vondrak/Vondrak_J-1.jpg.jpg,"Faculty,Combinatorics",,,(650) 724-6001, -Postdoc,,,,,sunju@stanford.edu,,,,"Applied Math",Ju,Sun,,,,,,,"Building 380, 380-U",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/ju-sun/Sun_Ju.jpg,,,,, -Postdoc,,,,,jthorner@stanford.edu,,,,"Number Theory",Jesse,Thorner,,,,,,,"Building 380, 382-N",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jesse-thorner/Thorner_Jesse.jpg,,,,(650) 723-2975, -Postdoc,,,,,ywfan@stanford.edu,,,,"Applied Math",Yuwei,Fan,,,,,,,"Building 380, 383-A",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yuwei-fan/Fan_Yuwei.jpg,,,,(650) 723-6766, -Faculty,,,,,mkemeny@stanford.edu,,,Assistant Professor,"Algebraic Curves &Amp, Surfaces And Their Moduli (Moduli Of Singular/Smooth Curves, Syzygies, Brill-Noether Theory, K3 Surfaces, And Abelian Varieties)",Michael,Kemeny,,,http://web.stanford.edu/~mkemeny/homepage.html,http://web.stanford.edu/~mkemeny/homepage.html,,,"Building 380, 382-E",,,Number Theory,,,(650) 721-6799,Szegö Assistant Professor -Faculty,,,,,jluk@stanford.edu,,,Associate Professor,"Nonlinear PDE, General Relativity, Mathematical Physics",Jonathan,Luk,,,http://web.stanford.edu/~jluk/,Home Page,,,"Building 380, 382-Z",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jonathan-luk/Luk_J-1.jpg.jpg,Number Theory,,,(650) 723-2209, -Faculty,,,,,ljfred4@stanford.edu,,,Assistant Professor,"Differential Geometry, Gauge Theory",Laura,Fredrickson,,,https://web.stanford.edu/~ljfred4/,homepage,,,"Building 380, 382-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/laura-fredrickson/Fredricson_Laura1.jpg,Geometry,,,(650) 723-7829,Szegö Assistant Professor -Faculty,,,,,fmanners@stanford.edu,,,Assistant Professor,"Number Theory, Combinatorics",Frederick,Manners,,,,,,,"Building 380, 382-K",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/frederick-manners/Basu_R.jpg,"Number Theory,Combinatorics",,,(650) 723-7824,Szegö Assistant Professor -Faculty,,,,,orher@stanford.edu,,,Assistant Professor,Geometry,Or,Hershkovits,,,,,,,"Building 380, 382-F",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/or-hershkovits/pic2.jpg,Geometry,,,(650) 382-F,Szegö Assistant Professor -Faculty,,,,,cohrt@stanford.edu,,,Assistant Professor,"Differential Topology, High Torsion Invariants",Christopher,Ohrt,,,http://web.stanford.edu/~cohrt,http://web.stanford.edu/~cohrt,,,"Building 380, 382-Q1",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/christopher-orht/Ohrt-Chris.jpg.jpg,Number Theory,,,(650) 736-1625,Szegö Assistant Professor -Faculty,,,,,chchtsai@stanford.edu,,,Assistant Professor,"Representation Theory, Number Theory",Cheng-Chiang,Tsai,,,,,,,"Building 380, 383-BB",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/cheng-chiang-tsai/Tsai-Cheng-Chiang.jpg.jpg,Number Theory,,,(650) 723-4080,Szegö Assistant Professor -Postdoc,,,,,aazaman@stanford.edu,,,,"Number Theory",Asif,Zaman,,,http://web.stanford.edu/~aazaman/,Home Page,,,"Building 380, 382-N",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/asif-zaman/Zaman-Asif.jpg,Number Theory,,,(650) 723-2975, -Faculty,,,,,,,,Assistant Professor,"Numerical Analysis, Computational Mathematics",Vladimir,Kazeev,,,,,,,,,http://mathematics.stanford.edu/wp-content/uploads/connections-images/vladimir-kazeev/Kazeev-Vladimir.jpg,Probability,,,,Szegö Assistant Professor -Faculty,,,,,tokieda@stanford.edu,,,Professor,"Applied Mathematics",Tadashi,Tokieda,,,,,,,"Building 380, 384-W",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/tadashi-tokieda/Tokieda_in_Radcliffe_office.jpg,"Applied Math,Probability",,,(650) 736-6987, -Postdoc,,,,,,,,,"Number Theory",Sean,Howe,,,,,,,,,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sean-howe/Howe-Sean.jpg,,,,, -Postdoc,,,,,sopablo@stanford.edu,,,,"Algebraic Geometry",Pablo,Solis,,,,,,,"Building 380, 384-F",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/pablo-solis/IMG_3419-002.jpg,,,,(650) 736-6999, -Postdoc,,,,,Zz2224@stanford.edu,,,,"Algebraic Geometry",Zijun,Zhou,,,,,,,"Building 380, 383-A",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/zijun-zhou/Zhou-Zijun.jpg,Algebraic Geometry,,,(650) 723-6766, -Postdoc,,,,,henrikg@stanford.edu,,,,,Henrik,Gustafsson,,,,,,,"Building 380, 384-D",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/henrik-gustafsson/henrik.jpg,,,,(650) 736-6996, -Visitor,,,,,danciger@stanford.edu,,,Visiting Assistant Professor,"Hyperbolic Geometry",Jeff,Danciger,,,,,,,"Building 380, 384-U",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jeremy-kahn/jeff-tie-small.jpg,,,,(650) 736-6979, -Visitor,,,,,ymatsumoto@stanford.edu,,,Visiting Assistant Professor,"Differential Geometry",Yoshihiko,Matsumoto,,,,,,,,,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yoshihiko-matsumoto/Matsumoto.jpg.png,,,,, -Lecturer,,,,,,,,Lecturer,,George,Schaeffer,,,,,,,,,http://mathematics.stanford.edu/wp-content/uploads/connections-images/schaeffer-george/Schaeffer_George.jpg,,,,, -Faculty,,,,,umutvg@stanford.edu,,,Assistant Professor,"Symplectic Geometry, Floer Theory",Umut,Varolgunes,,,,,,,"Building 380, 382-Q2",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/umut-varolgune/Varolgunes-Umut.jpeg,,,,(650) 723-4509,Szegö Assistant Professor -Faculty,,,,,mattkwan@stanford.edu,,,Assistant Professor,"Combinatorics, Probability",Matthew,Kwan,,,http://web.stanford.edu/~mattkwan,http://web.stanford.edu/~mattkwan,,,"Building 380, 382-J",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/matthew-kwan/Kwan-Matthew.jpeg,"Probability,Combinatorics",,,(650) 723-2438,Szegö Assistant Professor -Postdoc,,,,,yrw@stanford.edu,,,,,Yiran,Wang,,,http://web.stanford.edu/~yrw/,http://web.stanford.edu/~yrw/,,,"Building 380, 384-C",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yiran-wang/Yiran-Wang.jpg,,,,(650) 736-6995,Postdoctoral Scholar -Staff,,,,,mduenas@stanford.edu,,,,,Margarita,Duenas,,,,,,,"Building 380, 381-P",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/margarita-duenas/Duenas_M-1.jpg,,,,(650) 723-0925,Research Financial Manager -Staff,,,,,glantz@stanford.edu,,,,,Gretchen,Lantz,,,,,,,"Building 380, 381-S",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/gretchen-lantz/Lantz_G-1.jpg.jpg,,Student Services Manager,,(650) 723-2601,Student Services Manager -Staff,,,,,debbie.lemos@stanford.edu,,,,,Debbie,Lemos,,,,,,,"Building 380, 381-R2",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/debbie-lemos/Lemos_D-2.jpg.jpg,,,,(650) 723-2214,Department Manager -Faculty,,,,,brumfiel@math.stanford.edu,,,Professor Emeritus,"Real algebraic geometry, Algebraic topology",Gregory,Brumfiel,,,,,,,"Building 380, 382-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/gregory-brumfiel/Brumfiel_original.jpg,Algebraic Geometry,,,(650) 723-1927, -Faculty,,,,,bump@math.stanford.edu,,,Professor,"Automorphic forms, Lie groups & representations, Number theory",Daniel,Bump,,,http://math.stanford.edu/~bump/,Home Page,,,"Building 380, 383-U",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/daniel-bump/Bump_D-2.jpg.jpg,"Number Theory,Representation Theory,Combinatorics",,,(650) 723-4011, -Faculty,,,,,gunnar@math.stanford.edu,,,Professor Emeritus,"Algebraic topology, Algebraic K-theory, Number theory",Gunnar,Carlsson,,,http://math.stanford.edu/~gunnar/,Home Page,,,"Building 380, 382-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/gunnar-carlsson/Carlsson_G-2.jpg.jpg,Topology,,,(650) 723-2224, -Faculty,,,,,tonyfeng@stanford.edu,,,Professor,Probability theory,Sourav,Chatterjee,,,http://statistics.stanford.edu/~souravc/,Personal Web Page,,,"390 Serra Mall, Sequoia Hall 108",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sourav-chatterjee/Chatterjee_S-2.jpg.jpg,"Probability,Combinatorics",,,(650) 497-3652,Professor of Mathematics and Professor of Statistics -Faculty,,,,,ljfred4@stanford.edu,,,Professor,"Differential geometry, Geometric measure theory",Brian,White,,,http://math.stanford.edu/~white/,Home Page,,,"Building 380, 383-EE",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/brian-white/White_original.jpg,Geometry,,,(650) 723-0952,Robert Grimmett Professor of Mathematics -Faculty,"Awards: Bass University Fellow in Undergraduate Education, Senior Associate Dean for the Natural Sciences, School of Humanities and Sciences",,,,fmanners@stanford.edu,,,Professor,Algebraic and Geometric topology,Ralph,Cohen,,,http://math.stanford.edu/~ralph/,Home Page,,,"Building 380, 383-X",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/ralph-cohen/Cohen_Ralph.jpg,Topology,,,(650) 723-1862,Professor Emeritus Barbara Kimball Browning Professor in the School of Humanities and Sciences -Faculty,,,,,cohrt@stanford.edu,,,Consulting Professor,Number Theory,Brian,Conrey,,,,,,,,,http://mathematics.stanford.edu/wp-content/uploads/connections-images/brian-conrey/Conrey_Brian_original.jpg,,,,, -Faculty,,,,,mavina@stanford.edu,,,Professor,Probability and Stochastic processes,Amir,Dembo,,,http://statweb.stanford.edu/~adembo/,Home Page,,,"Building 380, 383-C",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/amir-dembo/Dembo_Amir_original.jpg,"Financial Math,Probability,Combinatorics",,,(650) 723-1851,"Marjorie Mhoon Fair Professor in Quantitative Science, Professor (Mathematics & Statistics and, by courtesy, Electrical Enginerring)" -Faculty,,,,,diaconis@math.stanford.edu,,,Professor,"Probability, Combinatorics, Statistics, Group theory",Persi,Diaconis,,,http://statweb.stanford.edu/~cgates/PERSI/index.html,Home Page,,,"Building 380, 383-D",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/persi-diaconis/Diaconis_P-2.jpg.jpg,"Probability,Representation Theory,Combinatorics",,,(650) 723-5183,Mary V. Sunseri Professor of Statistics and Mathematics -Faculty,,,,,jli@math.stanford.edu,,,Professor,Algebraic geometry,Jun,Li,,,http://math.stanford.edu/~jli/index.html,Home Page,,,"Building 380, 383-Z",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jun-li/Li_J-2.jpg.jpg,Algebraic Geometry,,,(650) 723-4508, -Faculty,,,,,schoen@stanford.edu,,,Professor Emeritus,"Differential geometry, PDE",Richard,Schoen,,,http://math.stanford.edu/~schoen/,Home Page,,,"Building 380, 382-G",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/richard-schoen/Schoen_Richard_original.jpg,"Analysis & PDE,Geometry",,,(650) 725-0854, -Faculty,,,,,lsimon@stanford.edu,,,Professor Emeritus,"Differential geometry, PDE, Real analysis",Leon,Simon,,,,,,,"Building 380, 382-G",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/leon-simon/Simon_Leon_original.jpg,"Analysis & PDE,Geometry",,,(650) 723-3224, -Faculty,,,,,ksound@math.stanford.edu,,,Professor,Analytical Number theory,Kannan,Soundararajan,,,http://math.stanford.edu/~ksound/,Home Page,,,"Building 380, 383-W",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/kannan-soundararajan/Soundararajan_Kannan.jpg,"Number Theory,Combinatorics",,,(650) 723-2629, -Faculty,,,,,vakil@math.stanford.edu,,,Professor,Algebraic geometry,Ravi,Vakil,,,http://math.stanford.edu/~vakil/,Home Page,,,"Building 380, 383-Q",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/ravi-vakil/Vakil_R-1.jpg.jpg,Algebraic Geometry,,,(650) 723-7850, -Faculty,,,,,andras@math.stanford.edu,,,Professor,"Linear PDE, Mathematical scattering theory",András,Vasy,,,http://math.stanford.edu/~andras/,Home Page,,,"Building 380, 383-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/andras-vasy/Vasy_A-1.jpg.jpg,Analysis & PDE,,,(650) 723-2226, -Faculty,,,,,lexing@math.stanford.edu,,,Professor,Applied and Computational mathematics,Lexing,Ying,,,http://math.stanford.edu/~lexing/,Home Page,,,"Bldg. 380, 382-X",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/lexing-ying/Ying_L-2.jpg.jpg,"Applied Math,Financial Math",,,(650) 723-2221, -Research Assistant,,,,,khare@stanford.edu,,,,,Apoorva,Khare,,,http://web.stanford.edu/~khare/,Home Page,,,"390 Serra Mall, Sequoia Hall, Room 202",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/apoorva-khare/Khare_Apoorva_original.jpg,,,,(650) 723-2957,Research Associate (joint with Statistics) -Lecturer,,,,,markl@math.stanford.edu,,,Senior Lecturer,"Number theory, Automorphic forms",Mark,Lucianovic,,,http://math.stanford.edu/~markl/,Home Page,,,"Building 380, 382-S",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/mark-lucianovic/Lucianovic_Mark_original.jpg,,,,(650) 736-7146, -Lecturer,,,,,sommer@stanford.edu,,,Lecturer,,Rick,Sommer,,,,,,,"Ventura Hall, 220 Panama Street",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/rick-sommer/Rick_Sommer_original.jpg,,,,(650) 721-9322, -Lecturer,,,,,ww@math.stanford.edu,,,Lecturer,Topology and Gauge theory,Wojciech,Wieczorek,,,http://math.stanford.edu/~ww/,Home Page,,,"Building 380, 381-E",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/wojciech-wieczorek/Wieczorek_W-1.jpg.jpg,,,,(650) 736-1626, -Visitor,,,,,justin43@stanford.edu,,,,Number Theory,Justin,Walker,,,,,,,"Building 380, 384-E",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/justin-walker/Walker_Justin.jpg,Number Theory,,,(650) 736-6998, -Graduate Student,,,,,ewbates@stanford.edu,,,,,Erik,Bates,,,http://www.ewbates.com,www.ewbates.com,,,"Building 380, 381-F",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/erik-bates/2Bates_Erik_original.jpg,,,,, -Graduate Student,,,,,cedricd@stanford.edu,,,,,Cedric,De Groote,,,,,,,"Building 380, 381-H",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/cedric-de-groote/2De_Groote_Cedric_original.jpg,,,,, -Graduate Student,,,,,gsd@stanford.edu,,,,,Gurbir,Dhillon,,,,,,,"Building 380, ",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/gurbir-dhillon/2Dhillon_Gurbir_original.jpg,,,,, -Graduate Student,,,,,benfl@stanford.edu,,,,,Benjamin,Fayyazuddin Ljungberg,,,,,,,"Building 380, 381-H",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/benjamin-fayyazuddin-ljungberg/2Fayyazuddin_Ljungberg_Benjamin_original.jpg,,,,, -Graduate Student,,,,,tonyfeng@stanford.edu,,,,,Tony,Feng,,,,,,,"Building 380, 381-K",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/tony-feng/2Feng_Tony_original.jpg,,,,, -Graduate Student,,,,,,,,,,Alessandro,Masullo,,,http://web.stanford.edu/people/masullo,http://web.stanford.edu/people/masullo,,Maria,"Building 380, 384-K",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/alessandro-masullo/Ale.jpeg,,,,, -Graduate Student,,,,,speluse@stanford.edu,,,,,Sarah,Peluse,,,,,,,"Building 380, 381-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sarah-peluse/2Peluse_Sarah_original.jpg,,,,, -Graduate Student,,,,,chandras@stanford.edu,,,,,Chandrasekhar,Raju,,,,,,,"Building 380, 381-B",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/chandrasekhar-raju/2Raju_Chandrasekhar_original.jpg,,,,, -Graduate Student,,,,,jreinh@stanford.edu,,,,,Jens,Reinhold,,,http://sites.google.com/stanford.edu/jreinhold,sites.google.com/stanford.edu/jreinhold,,,"Building 380, 380-G",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jens-reinhold/2Reinhold_Jens_original.jpg,,,,, -Graduate Student,,,,,lsauerma@stanford.edu,,,,,Lisa,Sauermann,,,http://web.stanford.edu/~lsauerma/,http://web.stanford.edu/~lsauerma/,,,"Building 380, 381-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/lisa-sauermann/2Sauermann_Lisa_original.jpg,,,,, -Graduate Student,,,,,silliman@stanford.edu,,,,,Jesse,Silliman,,,,,,,"Building 380, 384-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jesse-silliman/2Silliman_Jesse_original.jpg,,,,, -Graduate Student,,,,,ckstanton@stanford.edu,,,,,Caitlin,Stanton,,,,,,,"Building 380, 380-R",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/caitlin-stanton/2Stanton_Caitlin_original.jpg,,,,, -Graduate Student,,,,,qysun@stanford.edu,,,,,Bill (Qingyun),Sun,,,,,,,"Building 380, 381-A",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/qingyun-bill-sun/2Sun_Qingyun_original.jpg,,,,, -Graduate Student,,,,,westonu@stanford.edu,,,,,Weston,Ungemach,,,,,,,"Building 380, 380-J",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/weston-ungemach/2Ungemach_Weston_original_1.jpg,,,,, -Graduate Student,,,,,zhangsc@stanford.edu,,,,,Scott (Sicong),Zhang,,,,,,,"Building 380, 381-H",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sicong-scott-zhang/2Zhang_Sicong_original.jpg,,,,, -Graduate Student,,,,,jupiterz@stanford.edu,,,,,Jupiter (Beite),Zhu,,,,,,,"Building 380, 380-G",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/beite-jupiter-zhu/2Zhu_Beite_original.jpg,,,,, -Staff,,,,,mandyferguson@stanford.edu,,,,,Mandy,Ferguson Hoyt,,,,,,M.,,,http://mathematics.stanford.edu/wp-content/uploads/connections-images/erin-nelligan/Ferguson_M-1.jpg.jpg,,,,(650) 725-1515,Program Event Coordinator -Graduate Student,,,,,calista@stanford.edu,,,,,Calista,Bernard,,,,,,,"Building 380, 380-R",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/calista-bernard/Bernard_Calista.jpg,,,,, -Graduate Student,,,,,lcote@stanford.edu,,,,,Laurent,Cote,,,http://web.stanford.edu/~lcote/,web.stanford.edu/~lcote/,,,"Building 380, 381-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/laurent-cote/Cote_Laurent.jpg,,,,, -Graduate Student,,,,,sheelad@stanford.edu,,,,,Sheela,Devadas,,,,,,,"Building 380, 381-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sheela-devadas/Devadas_Sheela.jpg,,,,, -Graduate Student,,,,,ajdunl2@stanford.edu,,,,,Alexander,Dunlap,,,,,,,"Building 380, 380-J",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/alexander-dunlap/Dunlap_Alexander.jpg,,,,, -Graduate Student,,,,,joj@stanford.edu,,,,,Joseph,Helfer,,,,,,,"Building 380, 380-T",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/joseph-helfer/Helfer_Joseph.jpg,,,,, -Graduate Student,,,,,benlim@stanford.edu,,,,,Ben (David),Lim,,,,,,,"Building 380, 380-U1",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/david-ben-lim/Lim_David-Ben.jpg,,,,, -Graduate Student,,,,,dpnguyen@stanford.edu,,,,,Dat,Nguyen,,,,,,,"Building 380, 380-U1",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/dat-nguyen/Nguyen_Dat.jpg,,,,, -Graduate Student,,,,,kytam@stanford.edu,,,,,Ka Yu,Tam,,,,,,,"Building 380, 380-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/ka-yu-tam/Tam_Ka-Yu-cropped.jpg,,,,, -Graduate Student,,,,,kati13@stanford.edu,,,,,Katerina,Velcheva,,,,,,,"Building 380, 380-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/katerina-velcheva/Velcheva_Katerina-Kati-cropped.jpg,,,,, -Graduate Student,,,,,guanyang@stanford.edu,,,,,Guanyang,Wang,,,,,,,"Building 380, 380-R",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/guanyang-wang/Wang_Guanyang-cropped.jpg,,,,, -Graduate Student,,,,,arward@stanford.edu,,,,,Abigail,Ward,,,,,,,"Building 380, 384-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/abigail-ward/Ward_Abigail-cropped.jpg,,,,, -Graduate Student,,,,,fanwei@stanford.edu,,,,,Fan,Wei,,,http://stanford.edu/~fanwei/home,http://stanford.edu/~fanwei/home,,,"Building 380, 380-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/fan-wei/Wei_Fan-cropped.jpg,,,,, -Graduate Student,,,,,advaw@stanford.edu,,,,,Adva,Wolf,,,,,,,"Building 380, 381-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/adva-wolf/Wolf_Adva-cropped.jpg,,,,, -Graduate Student,,,,,ezachos@stanford.edu,,,,,Evangelie,Zachos,,,,,,,"Building 380, 380-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/evangelie-zachos/Zachos_Evangelie-cropped.jpg,,,,, -Faculty,,,,,,,,Professor,,Donald,Knuth,,,http://www-cs-faculty.stanford.edu/~uno/,Personal Web Page,,,,,,"Applied mathematics",,,,"Fletcher Jones Professor of Computer Science, Emeritus" -Faculty,,,,,,,,Professor,,Leonidas,Guibas,,,http://geometry.stanford.edu/member/guibas/,Personal Web Page,,,,,,"Applied mathematics, Combinatorics",,,,"Paul Pigott Professor in the School of Engineering and Professor, by courtesy, of Electrical Engineering" -Faculty,,,,,,,,Visiting Assistant Professor,,Marion,Campisi,,,,,,,"Building 380, ",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/marion-campisi-2/Campisi_Marion.jpg,Number Theory,,,, -Postdoc,,,,,ykhoo@stanford.edu,,,,,Yuehaw,Khoo,,,https://web.stanford.edu/~ykhoo/,https://web.stanford.edu/~ykhoo/,,,"Building 380, 383-A",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yuehaw-khoo/Khoo-Yuehaw-.jpg,,,,(650) 723-6766, -Visitor,,,,,tsogka@stanford.edu,,,Visiting Professor,,Chrysoula,Tsogka,,,,,,,,,http://mathematics.stanford.edu/wp-content/uploads/connections-images/chrysoula-tsogka-2/Tsogka-Crysoula.jpg,,,,(650) 723-0266, -Graduate Student,,,,,farana@stanford.edu,,,,,Francisco,Arana Herrera,,,,,,,"Building 380, 381-F",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/francisco-arana-herrera/Arana-Herrera_Francisco_Cropped.jpg,,,,, -Graduate Student,,,,,ipsi@stanford.edu,,,,,Ipsita,Datta,,,,,,,"Building 380, 381-A",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/datta-ipsita/Datta_Ipsita_Cropped.jpg,,,,, -Graduate Student,,,,,ddore@stanford.edu,,,,,Daniel,Dore,,,,,,,"Building 380, 380-G",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/daniel-dore/Dore_Daniel_Cropped.jpg,,,,, -Graduate Student,,,,,fsimon@stanford.edu,,,,,Francois-Simon,Fauteux-Chapleau,,,,,,,"Building 380, 381-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/francois-simon-fauteux-chapleau/Fauteux-Chapleau_Francois-Simon_Cropped.jpg,,,,, -Graduate Student,,,,,grahamca@stanford.edu,,,,,Cole,Graham,,,,,,,"Building 380, 381-D",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/cole-graham/Graham_Cole_Cropped.jpg,,,,, -Graduate Student,,,,,jguiord@stanford.edu,,,,,Jorge,Guijarro Ordonez,,,,,,,"Building 380, 380-H",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jorge-guijarro-ordonez/Guijarro-Ordonez_Jorge_Cropped.jpg,,,,, -Graduate Student,,,,,jimmyhe@stanford.edu,,,,,Jimmy,He,,,,,,,"Building 380, 380-G",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jimmy-he/He_Jimmy_Cropped.jpg,,,,, -Graduate Student,,,,,alkjash@stanford.edu,,,,,Xiaoyu,He,,,,,,,"Building 380, 381-D",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/xiaoyu-he/He-Xiaoyu_Cropped.jpg,,,,, -Graduate Student,,,,,yueh@stanford.edu,,,,,Yue,Hui,,,,,,,"Building 380, 380-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yue-hui/Hui_Yue_Cropped.jpg,,,,, -Graduate Student,,,,,naomilk@stanford.edu,,,,,Naomi,Kraushar,,,,,,,"Building 380, 381-K",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/naomi-kraushar/Kraushar_Naomi_Cropped.jpg,,,,, -Graduate Student,,,,,nkuhn@stanford.edu,,,,,Nikolas,Kuhn,,,,,,,"Building 380, 381-K",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/nikolas-kuhn/Kuhn_Nikolas_Cropped.jpg,,,,, -Graduate Student,,,,,aaronlandesman@stanford.edu,,,,,Aaron,Landesman,,,http://web.stanford.edu/~aaronlan/,http://web.stanford.edu/~aaronlan/,,,"Building 380, 381-N",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/aaron-landesman/Landesman_Aaron_Cropped.jpg,,,,, -Graduate Student,,,,,jonlove@stanford.edu,,,,,Jonathan,Love,,,http://stanford.edu/~jonlove,Website,,,"Building 380, 380-N",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jonathan-love/Love_Jonathan_Cropped.jpg,,,,, -Graduate Student,,,,,simcconnell@stanford.edu,,,,,Sarah,McConnell,,,,,,,"Building 380, 380-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sarah-mcconnell/McConnell_Sarah_Cropped.jpg,,,,, -Graduate Student,,,,,ottolini@stanford.edu,,,,,Andrea,Ottolini,,,,,,,"Building 380, 381-D",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/andrea-ottolini/Ottolini_Andrea_Cropped.jpg,,,,, -Graduate Student,,,,,mpp@stanford.edu,,,,,Mark,Perlman,,,,,,,"Building 380, 380-S",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/mark-perlman/Perlman_Mark_Cropped.jpg,,,,, -Graduate Student,,,,,arpon@stanford.edu,,,,,Arpon,Raksit,,,,,,,"Building 380, 384-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/arpon-raksit/Raksit_Arpon_Cropped.jpg,,,,, -Graduate Student,,,,,lsloman@stanford.edu,,,,,Leila,Sloman,,,,,,,"Building 380, 381-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/leila-sloman/Sloman_Leila_Cropped.jpg,,,,, -Graduate Student,,,,,yuvalwig@stanford.edu,,,,,Yuval,Wigderson,,,http://web.stanford.edu/~yuvalwig/,http://web.stanford.edu/~yuvalwig/,,,"Building 380, 380-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yuval-wigderson/Wigderson_Yuval_Cropped.jpg,,,,, -Graduate Student,,,,,bogdzav@stanford.edu,,,,,Bogdan,Zavyalov,,,,,,,"Building 380, 381-N",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/bogdan-zavyalov/Zavyalov_Bogdan_Cropped.jpg,,,,, -Graduate Student,,,,,zqzhou@stanford.edu,,,,,Zhengqing,Zhou,,,,,,,"Building 380, 381-N",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/zhengqing-zhou/Zhou_Zhengqing_Cropped.jpg,,,,, -Graduate Student,,,,,zou91@stanford.edu,,,,,Joey (Yuzhou),Zou,,,,,,,"Building 380, 381-A",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/joey-yuzhou-zou/Zou_Joey_Cropped.jpg,,,,, -Faculty,,,,,moses@cs.stanford.edu,,,Professor,,Moses,Charikar,,,https://profiles.stanford.edu/moses-charikar,Stanford Profile,,,"353 Serra Mall, ",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/moses-charikar/Charikar_M.jpg-1.jpg,,,,,"Professor of Computer Science and, by courtesy, of Mathematics" -Graduate Student,,,,,dcant@stanford.edu,,,,,Dylan,Cant,,,,,,,"Building 380, 380-H",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/dylan-cant/Cant_Dylan_Cropped.jpg,,,,, -Graduate Student,,,,,pwfalcon@stanford.edu,,,,,Paul,Falcone,,,,,,,"Building 380, 380-U1",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/paul-falcone/Falcone_Paul_Cropped.jpg,,,,, -Graduate Student,,,,,felipehb@stanford.edu,,,,,Felipe,Hernandez,,,,,,,"Building 380, 384-K",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/felipe-hernandez/Hernandez_Felipe_Cropped.jpg,,,,, -Graduate Student,,,,,zizzo@stanford.edu,,,,,Zachary,Izzo,,,,,,,"Building 380, 380-N",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/zachary-izzo/Izzo_Zachary_Cropped.jpg,,,,, -Graduate Student,,,,,derekkhu@stanford.edu,,,,,Boon Hou Derek,Khu,,,,,,,"Building 380, 380-J",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/boon-hou-derek-khu/Khu_Derek_Cropped.jpg,,,,, -Graduate Student,,,,,viviank@stanford.edu,,,,,Vivian,Kuperberg,,,,,,,"Building 380, 380-L",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/vivian-kuperberg/Kuperberg_Vivian_Cropped.jpg,,,,, -Graduate Student,,,,,hlarson@stanford.edu,,,,,Hannah,Larson,,,,,,,"Building 380, 381-F",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/hannah-larson/Larson_Hannah_Cropped.jpg,,,,, -Graduate Student,,,,,panagd@stanford.edu,,,,,Panagiotis,Lolas,,,,,,,"Building 380, 380-T",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/panagiotis-lolas/Lolas_Panagiotis_Cropped.jpg,,,,, -Graduate Student,,,,,msimper@stanford.edu,,,,,Mackenzie,Simper,,,,,,,"Building 380, 380-R",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/mackenzie-simper/Simper_Mackenzie_Cropped.jpg,,,,, -Graduate Student,,,,,csprun@stanford.edu,,,,,Carsten,Sprunger,,,,,,,"Building 380, ",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/carsten-sprunger/Sprunger_Carsten_Cropped.jpg,,,,, -Graduate Student,,,,,ntruongv@stanford.edu,,,,,Yen Nhi,Truong Vu,,,,,,,"Building 380, 381-F",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yen-nhi-truong-vu/TruongVu_YenNhi_Cropped.jpg,,,,, -Graduate Student,,,,,kyang95@stanford.edu,,,,,Kevin,Yang,,,,,,,"Building 380, 380-U1",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/kevin-yang/Yang_Kevin_Cropped.jpg,,,,, -Staff,,,,,mbragger@stanford.edu,,,,,Maureen,Bragger,,,,,,,"Building 380, 381-R4",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/maureen-bragger/Bragger-Maureen.jpeg,,,,(650) 723-2602,Faculty Affairs Administrator -Lecturer,,,,,taylor13@stanford.edu,,,Visiting Lecturer,Topology and Gauge theory,Christine,Taylor,,,,,,,"Building 380, 381-J",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/christine-taylor/Taylor-Christine1web.jpg,,,,(650) 497-0950, -Faculty,,,,,rltaylor@stanford.edu,,,Professor,"Automorphic forms, Lie groups & representations, Number theory",Richard,Taylor,,,,,,,"Building 380, 383-T",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/richard-taylor/Taylor-Richard.jpeg,Number Theory,,,(650) 497-0640, -Staff,,,,,caprece@stanford.edu,,,,,Caprece,McConico,,,,,,,"Building 380, 381-Q",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/caprece-mcconico/McConico-Caprece-1.jpeg,,,,(650) 723-1978,Research Administrator -Faculty,,,,,elarson3@stanford.edu,,,Assistant Professor,,Eric,Larson,,,,,,,"Building 380, 383-FF",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/eric-larson/Larson-ERic.jpeg,,,,650 723-5742,Szegö Assistant Professor -Graduate Student,,,,,sanchat@stanford.edu,,,,,Sanchit,Chaturvedi,,,,,,,"Building 380, 380-H",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sanchit-chaturvedi/Chaturvedi_Sanchit_Cropped.jpg,,,,, -Graduate Student,,,,,darenc@stanford.edu,,,,,Daren,Chen,,,,,,,"Building 380, 380-J",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/daren-chen/Chen_Daren_Cropped.jpg,,,,, -Graduate Student,,,,,shulic@stanford.edu,,,,,Shuli,Chen,,,,,,,"Building 380, 380-S",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/shuli-chen/Chen_Shuli_Cropped.jpg,,,,, -Graduate Student,,,,,scotner@stanford.edu,,,,,Sean,Cotner,,,,,,,"Building 380, 380-N",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sean-cotner/Cotner_Sean_Cropped.jpg,,,,, -Graduate Student,,,,,pdimakis@stanford.edu,,,,,Panagiotis,Dimakis,,,,,,,"Building 380, 380-S",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/panagiotis-dimakis/Dimakis_Panagiotis_Cropped.jpg,,,,, -Graduate Student,,,,,slibkind@stanford.edu,,,,,Sophie,Libkind,,,,,,,"Building 380, 381-B",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sophie-libkind/Libkind_Sophie_Cropped.jpg,,,,, -Graduate Student,,,,,yangpliu@stanford.edu,,,,,Yang,Liu,,,,,,,"Building 380, 380-T",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yang-liu/Liu_Yang_Cropped.jpg,,,,, -Graduate Student,,,,,sammyluo@stanford.edu,,,,,Sammy,Luo,,,,,,,"Building 380, 384-K",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sammy-luo/Luo_Sammy_Cropped.jpg,,,,, -Graduate Student,,,,,wmackey@stanford.edu,,,,,Wyatt,Mackey,,,,,,,"Building 380, 380-T",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/wyatt-mackey/Mackey_Wyatt_Cropped.jpg,,,,, -Graduate Student,,,,,naprienko@stanford.edu,,,,,Yaroslav,Naprienko,,,http://stanford.edu/~nap/,http://stanford.edu/~nap/,,,"Building 380, 381-D",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/yaroslav-naprienko/Naprienko_Yaroslav_Cropped.jpg,,,,, -Graduate Student,,,,,pranavn@stanford.edu,,,,,Pranav,Nuti,,,,,,,"Building 380, 381-A",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/pranav-nuti/Nuti_Pranav_Cropped.jpg,,,,, -Graduate Student,,,,,lqian@stanford.edu,,,,,Lie,Qian,,,,,,,"Building 380, 380-S",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/lie-qian/Qian_Lie_Cropped.jpg,,,,, -Graduate Student,,,,,rsangelo@stanford.edu,,,,,Rodrigo,Sanches Angelo,,,,,,,"Building 380, 384-M",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/rodrigo-sanches-angelo/Sanches-Angelo_Rodrigo_Cropped.jpg,,,,, -Graduate Student,,,,,msellke@stanford.edu,,,,,Mark,Sellke,,,,,,,"Building 380, 380-N",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/mark-sellke/Sellke_Mark_Cropped.jpg,,,,, -Graduate Student,,,,,libbytaylor@stanford.edu,,,,,Libby,Taylor,,,http://web.stanford.edu/~lt691/,http://web.stanford.edu/~lt691/,,,"Building 380, 381-B",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/libby-taylor/Taylor_Libby_Cropped.jpg,,,,, -Visitor,,,,,weibofu@stanford.edu,,,,,Weibo,Fu,,,,,,,"Building 380, 383-VV",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/weibo-fu/Tsogka-Crysoula.jpg,,,,,Visiting Student -Visitor,,,,,jsu3@stanford.edu,,,,,Jun,Su,,,,,,,"Building 380, 383-VV",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jun-su/Tsogka-Crysoula.jpg,,,,,Visiting Student -Visitor,,,,,bjws@stanford.edu,,,,,Jack,Sempliner,,,,,,,"Building 380, 383-VV",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jack-sempliner/Tsogka-Crysoula.jpg,,,,,Visiting Student -Visitor,,,,,vogti@stanford.edu,,,,,Isabel,Vogt,,,,,,,"Building 380, 381-B",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/isabel-vogt/Isabel-Vogt.jpg,,,,,Visiting Student -Lecturer,,,,,skimport@stanford.edu,,,Lecturer,,Sam,Kimport,,,,,,,"Building 380, 381-C",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/sam-kimport/Sam-Kimport.jpg,,,,(650) 725-6443, -Staff,,,,,jlevake@stanford.edu,,,,,Jessica,Levake,,,,,,,"Building 380, 381-S",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/jessica-levake/jessica-levake_profilephoto.jpg,,Student Services Specialist,,650 736-2874,Student Services Specialist -Staff,,,,,mavina@stanford.edu,,,,,Maricela,Avina,,,,,,,"Building 380, 381R",,,,,,(650) 725-6284,Front Desk Administrator -Visiting Professor,,,,,lieblich@stanford.edu,,,Visiting Professor,,Max,Lieblich,,,,,,,"Bldg 380, 384-Y",,,Algebraic Geometry,,,, -Visiting Professor,,,,,yjlee0@stanford.edu,,,Visiting Professor,,Yi-Jen,Lee,,,,,,,"Bldg 380, 384-B",,,Topology,,,, -Visiting Professor,,,,,jiukngyu@stanford.edu,,,Visiting Professor,,Jiu-Kang,Yu,,,,,,,"Bldg 380, 384-B",,,"Representation Theory,Number Theory",,,, -Postdoc,,,,,nickcook@stanford.edu,,,,,NIck,Cook,,,,,,,"Bldg 380, 384-C",,http://mathematics.stanford.edu/wp-content/uploads/connections-images/nich-cook/Cook_Nicholas.jpg,"Probability,Combinatorics",,,, \ No newline at end of file diff --git a/docroot/themes/humsci/archaeology/Gruntfile.js b/docroot/themes/humsci/archaeology/Gruntfile.js deleted file mode 100644 index a42a87566c..0000000000 --- a/docroot/themes/humsci/archaeology/Gruntfile.js +++ /dev/null @@ -1,185 +0,0 @@ -/** - * @file - */ -module.exports = function(grunt) { - - // This is where we configure each task that we'd like to run. - grunt.initConfig({ - pkg: grunt.file.readJSON('package.json'), - watch: { - // This is where we set up all the tasks we'd like grunt to watch for changes. - scripts: { - files: ['js/source/**/*.js'], - tasks: ['uglify', 'drush:ccall'], - options: { - spawn: false, - }, - }, - images: { - files: ['images/source/*.{png,jpg,gif}'], - tasks: ['imagemin'], - options: { - spawn: false, - } - }, - vector: { - files: ['images/source/**/*.svg'], - tasks: ['svgmin'], - options: { - spawn: false, - } - }, - css: { - files: ['scss/**/*.scss', 'scss/**/**/*.scss', 'patterns/**/**/scss/*.scss'], - tasks: ['sass'], - options: { - interrupt: true - } - }, - twig: { - files: ['templates/**/*.html.twig'], - tasks: ['uglify', 'svgmin', 'imagemin', 'sass', 'drush:ccall'] - } - }, - uglify: { - // This is for minifying all of our scripts. - options: { - sourceMap: true, - mangle: false - }, - my_target: { - files: [{ - expand: true, - cwd: 'js/source', - src: '{,*/}*.js', - dest: 'js/build' - }] - } - }, - imagemin: { - // This will optimize all of our images for the web. - dynamic: { - files: [{ - expand: true, - cwd: 'img/source/', - src: ['{,*/}*.{png,jpg,gif}'], - dest: 'img/optimized/' - }] - } - }, - svgmin: { - options: { - plugins: [{ - removeViewBox: false - }, { - removeUselessStrokeAndFill: false - }] - }, - dist: { - files: [{ - expand: true, - cwd: 'images/source/', - src: ['{,*/}*.svg'], - dest: 'images/optimized/' - }] - } - }, - sass: { - // This will compile all of our sass files - // Additional configuration options can be found at https://github.com/sindresorhus/grunt-sass - options: { - includePaths: [ - "scss", - "node_modules/bourbon/core", - "node_modules/bourbon-neat/app/assets/stylesheets", - "node_modules/neat-omega/core", - "node_modules/decanter/scss", - "node_modules", - ], - sourceMap: false, - // This controls the compiled css and can be changed to nested, compact or compressed. - outputStyle: 'compressed', - precision: 10 - }, - dist: { - files: [{ - expand: true, - cwd: 'scss', - src: ['**/[a-z]*.scss'], - dest: 'css', - ext: '.css', - extDot: 'last', - rename: function(dest, src) { - return dest + '/' + src.replace('scss', 'css'); - } - }, - { - expand: true, - cwd: 'patterns', - src: ['**/[a-z]*.scss'], - dest: 'patterns', - ext: '.css', - extDot: 'last', - rename: function(dest, src) { - return dest + '/' + src.replace('scss', 'css'); - } - } - ] - } - }, - drush: { - ccall: { - args: ['cache-rebuild', 'all'] - } - }, - browserSync: { - dev: { - bsFiles: { - src: [ - 'css/**/*.css', - 'templates/**/*.twig', - 'images/optimized/**/*.{png,jpg,gif,svg}', - 'js/build/**/*.js', - '*.theme' - ] - }, - options: { - watchTask: true, - // reloadDelay: 1000, - // reloadDebounce: 500, - reloadOnRestart: true, - logConnections: true, - injectChanges: false // Depends on enabling the link_css module - } - } - }, - availabletasks: { - tasks: { - options: { - filter: "include", - tasks: [ - 'browserSync', 'imagemin', 'sass', 'svgmin', 'uglify', 'watch', 'devmode' - ] - } - } - } - }); - - // This is where we tell Grunt we plan to use this plug-in. - grunt.loadNpmTasks('grunt-contrib-uglify'); - grunt.loadNpmTasks('grunt-contrib-imagemin'); - grunt.loadNpmTasks('grunt-svgmin'); - grunt.loadNpmTasks('grunt-sass'); - grunt.loadNpmTasks('grunt-contrib-watch'); - grunt.loadNpmTasks('grunt-browser-sync'); - grunt.loadNpmTasks('grunt-available-tasks'); - grunt.loadNpmTasks('grunt-drush'); - - // My tasks. - grunt.registerTask('devmode', "Watch and BrowserSync all in one.", ['browserSync', 'watch']); - - // This is where we tell Grunt what to do when we type "grunt" into the terminal. - // Note: if you'd like to run and of the tasks individually you can do so by typing 'grunt mytaskname' alternatively - // you can type 'grunt watch' to automatically track your files for changes. - grunt.registerTask('default', ['availabletasks']); -}; diff --git a/docroot/themes/humsci/archaeology/archaeology.info.yml b/docroot/themes/humsci/archaeology/archaeology.info.yml deleted file mode 100644 index a1abc8146c..0000000000 --- a/docroot/themes/humsci/archaeology/archaeology.info.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Archaeology -type: theme -'base theme': su_humsci_theme -description: 'Humanities & Sciences' -package: Core -version: 8.x -core_version_requirement: ^9.4 || ^10 -libraries: - - archaeology/base - -regions: - page_top: 'Page top' - header: Header - search: Search - menu: Menu - highlighted: Highlighted - help: Help - content: Content - footer: Footer - page_bottom: 'Page bottom' - -components: - namespaces: - archaeology: patterns - -ckeditor_stylesheets: - - css/ckeditor.css diff --git a/docroot/themes/humsci/archaeology/archaeology.libraries.yml b/docroot/themes/humsci/archaeology/archaeology.libraries.yml deleted file mode 100644 index 658e2739e4..0000000000 --- a/docroot/themes/humsci/archaeology/archaeology.libraries.yml +++ /dev/null @@ -1,5 +0,0 @@ -base: - version: VERSION - css: - theme: - css/base.css: {} diff --git a/docroot/themes/humsci/archaeology/archaeology.theme b/docroot/themes/humsci/archaeology/archaeology.theme deleted file mode 100644 index 16173bd1c9..0000000000 --- a/docroot/themes/humsci/archaeology/archaeology.theme +++ /dev/null @@ -1,6 +0,0 @@ -a[class*="heading-link-"]{display:table}.vertical-link-card>a[class*="heading-link-"]::after{content:none}h3::after,a.heading-link-h3::after{border-bottom:3px solid #eaab00;content:'';display:block;width:30px;padding-top:.1em}h3.no-dash::after,a[data-extlink] h3::after,a.heading-link-h3.no-dash::after,a[data-extlink] a.heading-link-h3::after{content:unset}.horizontal-card__title h2::after,.horizontal-card__title h3::after{content:none}h4::after,a.heading-link-h4::after{border-bottom:3px solid #eaab00;content:'';display:block;width:25px;padding-top:.1em}h4.no-dash::after,a[data-extlink] h4::after,a.heading-link-h4.no-dash::after,a[data-extlink] a.heading-link-h4::after{content:unset}h5::after,h6::after,a.heading-link-h5::after,a.heading-link-h6::after{border-bottom:2px solid #eaab00;content:'';display:block;width:20px;padding-top:.1em}h5.no-dash::after,a[data-extlink] h5::after,h6.no-dash::after,a[data-extlink] h6::after,a.heading-link-h5.no-dash::after,a[data-extlink] a.heading-link-h5::after,a.heading-link-h6.no-dash::after,a[data-extlink] a.heading-link-h6::after{content:unset}a[class*="heading-link-"]{display:block}.horizontal-card__title::after,.horizontal-card__title a[class*="heading-link"]::after,.horizontal-card__title h2::after,h2.vertical-link-card__title::after,.date-stacked-vertical-card__content-container h2::after,h2#menu-blockmain-menu::after,#footer h2::after,.field-hs-person-title h3::after,.view.duplicate-of-news h2.vertical-card__title::after,.view.hs-publications h2::after{content:unset}.three-column-w-image .main-below::before{border-bottom:.25em solid #eaab00;content:'';display:inline-block;vertical-align:middle;width:2.125em;margin-right:10px}.accent-dash::before{border-bottom:2px solid #eaab00;content:'';display:inline-block;vertical-align:middle;width:20px;margin-right:10px}.views-field-field-hs-publication-type .masonry-item--type::before{border-bottom:2px solid #eaab00;content:'';display:inline-block;vertical-align:middle;width:20px;margin-right:10px}.views-element-container .more-link{text-align:center}.views-element-container .decanter-button{margin-top:0}.views-field-field-hs-person-research .decanter-button--secondary{margin-bottom:0}.main-container .menu--main .menu-item--active-trail.menu-item--expanded>a,.main-container .menu--main a.is-active{border-left-color:#eaab00}.js #header .decanter-main-menu--hover-reveal a.is-active{border-left-color:#eaab00}.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary.ui-menu li.menu-item--active-trail .ui-menu-item-wrapper,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary .ui-state-active,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary .ui-widget-content .ui-state-active,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary .ui-widget-header .ui-state-active,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary a.ui-button:active,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary .ui-button:active,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary .ui-button.ui-state-active:hover{border-bottom-color:#eaab00}.front .hs-basic-page.field-hs-page-hero{margin-bottom:.5em}.centered-font-lead{font-size:3rem;max-width:85rem;margin-right:auto;margin-left:auto} diff --git a/docroot/themes/humsci/archaeology/css/ckeditor.css b/docroot/themes/humsci/archaeology/css/ckeditor.css deleted file mode 100644 index 61f5c1a141..0000000000 --- a/docroot/themes/humsci/archaeology/css/ckeditor.css +++ /dev/null @@ -1 +0,0 @@ -.decanter-button,.hs-button,a.hs-button,.decanter-button--secondary,.hs-secondary-button,a.hs-secondary-button{padding:1rem 2rem 1.5rem}.decanter-button a:hover,.decanter-button a:focus,.decanter-button a:active,.hs-button a:hover,.hs-button a:focus,.hs-button a:active{color:#fff}.decanter-button--secondary,.hs-secondary-button,a.hs-secondary-button{font-weight:400;margin-right:.2rem}.decanter-button--secondary a,.hs-secondary-button a,a.hs-secondary-button a{text-decoration:none}.no-wrap{white-space:nowrap}h1::after,a.heading-link-h1::after{border-bottom:.2em solid #eaab00;content:'';display:block;width:1.125em;padding-top:.1em}h1.no-dash::after,a[data-extlink] h1::after,a.heading-link-h1.no-dash::after,a[data-extlink] a.heading-link-h1::after{content:unset}h2::after,a.heading-link-h2::after{border-bottom:4px solid #eaab00;content:'';display:block;width:40px;padding-top:.1em}h2.no-dash::after,a[data-extlink] h2::after,a.heading-link-h2.no-dash::after,a[data-extlink] a.heading-link-h2::after{content:unset}h2.text-align-center::after,a.heading-link-h2.text-align-center::after{margin:0 auto}.vertical-link-card>a[class*="heading-link-"]{display:table}.vertical-link-card>a[class*="heading-link-"]::after{content:none}h3::after,a.heading-link-h3::after{border-bottom:3px solid #eaab00;content:'';display:block;width:30px;padding-top:.1em}h3.no-dash::after,a[data-extlink] h3::after,a.heading-link-h3.no-dash::after,a[data-extlink] a.heading-link-h3::after{content:unset}.horizontal-card__title h2::after,.horizontal-card__title h3::after{content:none}h4::after,a.heading-link-h4::after{border-bottom:3px solid #eaab00;content:'';display:block;width:25px;padding-top:.1em}h4.no-dash::after,a[data-extlink] h4::after,a.heading-link-h4.no-dash::after,a[data-extlink] a.heading-link-h4::after{content:unset}h5::after,h6::after,a.heading-link-h5::after,a.heading-link-h6::after{border-bottom:2px solid #eaab00;content:'';display:block;width:20px;padding-top:.1em}h5.no-dash::after,a[data-extlink] h5::after,h6.no-dash::after,a[data-extlink] h6::after,a.heading-link-h5.no-dash::after,a[data-extlink] a.heading-link-h5::after,a.heading-link-h6.no-dash::after,a[data-extlink] a.heading-link-h6::after{content:unset}a[class*="heading-link-"]{display:block}.horizontal-card__title::after,.horizontal-card__title a[class*="heading-link"]::after,.horizontal-card__title h2::after,h2.vertical-link-card__title::after,.date-stacked-vertical-card__content-container h2::after,h2#menu-blockmain-menu::after,#footer h2::after,.field-hs-person-title h3::after,.view.duplicate-of-news h2.vertical-card__title::after,.view.hs-publications h2::after{content:unset}.three-column-w-image .main-below::before{border-bottom:.25em solid #eaab00;content:'';display:inline-block;vertical-align:middle;width:2.125em;margin-right:10px}.accent-dash::before{border-bottom:2px solid #eaab00;content:'';display:inline-block;vertical-align:middle;width:20px;margin-right:10px}.views-field-field-hs-publication-type .masonry-item--type::before{border-bottom:2px solid #eaab00;content:'';display:inline-block;vertical-align:middle;width:20px;margin-right:10px}.views-element-container .more-link{text-align:center}.views-element-container .decanter-button{margin-top:0}.views-field-field-hs-person-research .decanter-button--secondary{margin-bottom:0}.main-container .menu--main .menu-item--active-trail.menu-item--expanded>a,.main-container .menu--main a.is-active{border-left-color:#eaab00}.js #header .decanter-main-menu--hover-reveal a.is-active{border-left-color:#eaab00}.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary.ui-menu li.menu-item--active-trail .ui-menu-item-wrapper,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary .ui-state-active,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary .ui-widget-content .ui-state-active,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary .ui-widget-header .ui-state-active,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary a.ui-button:active,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary .ui-button:active,.js #header .decanter-main-menu--hover-reveal .ui-menu.decanter-nav-primary .ui-button.ui-state-active:hover{border-bottom-color:#eaab00}.front .hs-basic-page.field-hs-page-hero{margin-bottom:.5em}.centered-font-lead{font-size:3rem;max-width:85rem;margin-right:auto;margin-left:auto} diff --git a/docroot/themes/humsci/archaeology/logo.svg b/docroot/themes/humsci/archaeology/logo.svg deleted file mode 100644 index 9b321a9826..0000000000 --- a/docroot/themes/humsci/archaeology/logo.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Stanford University Logo - - diff --git a/docroot/themes/humsci/archaeology/patterns/.gitkeep b/docroot/themes/humsci/archaeology/patterns/.gitkeep deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/docroot/themes/humsci/archaeology/scss/base.scss b/docroot/themes/humsci/archaeology/scss/base.scss deleted file mode 100644 index 0b48edfd78..0000000000 --- a/docroot/themes/humsci/archaeology/scss/base.scss +++ /dev/null @@ -1,158 +0,0 @@ -@charset "UTF-8"; - -// -// Archaeology -// Archaeology website specific styles. -// - -// Decanter -@import - 'decanter-no-markup'; - -// Decanter Overrides -@import - '../../su_humsci_theme/scss/decanter-overrides/decanter-overrides'; - -// SU HumSci -@import - '../../su_humsci_theme/scss/utilities/mixins/index'; - -// Heading -h1, -a.heading-link-h1 { - @include heading-dash(0.2em, $color-sun, 1.125em); -} - -h2, -a.heading-link-h2 { - @include heading-dash(4px, $color-sun, 40px); - - // Headers with centered dash - &.text-align-center::after { - @include margin(0 auto); - } -} - -.vertical-link-card > a[class*="heading-link-"] { - display: table; - - &::after { - content: none; - } -} - -h3, -a.heading-link-h3 { - @include heading-dash(3px, $color-sun, 30px); -} - -.horizontal-card__title { - h2, - h3 { - &::after { - content: none; - } - } -} - -h4, -a.heading-link-h4 { - @include heading-dash(3px, $color-sun, 25px); -} - -h5, -h6, -a.heading-link-h5, -a.heading-link-h6 { - @include heading-dash(2px, $color-sun, 20px); -} - -a[class*="heading-link-"] { - display: block; -} - -// Headers without dash -.horizontal-card__title, -.horizontal-card__title a[class*="heading-link"], -.horizontal-card__title h2, -h2.vertical-link-card__title, -.date-stacked-vertical-card__content-container h2, -h2#menu-blockmain-menu, -#footer h2, -.field-hs-person-title h3, -.view.duplicate-of-news h2.vertical-card__title, -.view.hs-publications h2 { - &::after { - content: unset; - } -} - -// Page layout dash color -.three-column-w-image .main-below { - @include accent-dash(0.25em, $color-sun, 2.125em); -} - -// Event category dash -.accent-dash { - @include accent-dash(2px, $color-sun, 20px); -} - -// Featured publications dash -.views-field-field-hs-publication-type .masonry-item--type { - @include accent-dash(2px, $color-sun, 20px); -} - -// Button (more-link) styles in views -.views-element-container { - .more-link { - text-align: center; - } - - .decanter-button { - @include margin(0 null null); - } -} - -// Reasearch area buttons -.views-field-field-hs-person-research .decanter-button--secondary { - @include margin(null null 0); -} - -// Menu active states -.main-container .menu--main { - .menu-item--active-trail.menu-item--expanded > a, - a.is-active { - border-left-color: $color-sun; - } -} - -.js #header .decanter-main-menu--hover-reveal { - a.is-active { - border-left-color: $color-sun; - } - - .ui-menu.decanter-nav-primary { - &.ui-menu li.menu-item--active-trail .ui-menu-item-wrapper, - .ui-state-active, - .ui-widget-content .ui-state-active, - .ui-widget-header .ui-state-active, - a.ui-button:active, - .ui-button:active, - .ui-button.ui-state-active:hover { - border-bottom-color: $color-sun; - } - } -} - -// Homepage -.front .hs-basic-page.field-hs-page-hero { - @include margin(null null 0.5em); -} - -// Custom classes -.centered-font-lead { - font-size: 3rem; - max-width: 85rem; - - @include margin(null auto); -} diff --git a/docroot/themes/humsci/archaeology/scss/ckeditor.scss b/docroot/themes/humsci/archaeology/scss/ckeditor.scss deleted file mode 100644 index 5a110829bf..0000000000 --- a/docroot/themes/humsci/archaeology/scss/ckeditor.scss +++ /dev/null @@ -1,4 +0,0 @@ -@charset "UTF-8"; - -@import - 'base'; diff --git a/docroot/themes/humsci/francestanford/Gruntfile.js b/docroot/themes/humsci/francestanford/Gruntfile.js deleted file mode 100644 index 5f12a165da..0000000000 --- a/docroot/themes/humsci/francestanford/Gruntfile.js +++ /dev/null @@ -1,185 +0,0 @@ -/** - * @file - */ -module.exports = function(grunt) { - - // This is where we configure each task that we'd like to run. - grunt.initConfig({ - pkg: grunt.file.readJSON('package.json'), - watch: { - // This is where we set up all the tasks we'd like grunt to watch for changes. - scripts: { - files: ['js/source/**/*.js'], - tasks: ['uglify', 'drush:ccall'], - options: { - spawn: false, - }, - }, - images: { - files: ['images/source/*.{png,jpg,gif}'], - tasks: ['imagemin'], - options: { - spawn: false, - } - }, - vector: { - files: ['images/source/**/*.svg'], - tasks: ['svgmin'], - options: { - spawn: false, - } - }, - css: { - files: ['scss/**/*.scss', 'scss/**/**/*.scss', 'patterns/**/**/scss/*.scss'], - tasks: ['sass'], - options: { - interrupt: true - } - }, - twig: { - files: ['templates/**/*.html.twig'], - tasks: ['uglify', 'svgmin', 'imagemin', 'sass', 'drush:ccall'] - } - }, - uglify: { - // This is for minifying all of our scripts. - options: { - sourceMap: true, - mangle: false - }, - my_target: { - files: [{ - expand: true, - cwd: 'js/source', - src: '{,*/}*.js', - dest: 'js/build' - }] - } - }, - imagemin: { - // This will optimize all of our images for the web. - dynamic: { - files: [{ - expand: true, - cwd: 'img/source/', - src: ['{,*/}*.{png,jpg,gif}'], - dest: 'img/optimized/' - }] - } - }, - svgmin: { - options: { - plugins: [{ - removeViewBox: false - }, { - removeUselessStrokeAndFill: false - }] - }, - dist: { - files: [{ - expand: true, - cwd: 'images/source/', - src: ['{,*/}*.svg'], - dest: 'images/optimized/' - }] - } - }, - sass: { - // This will compile all of our sass files - // Additional configuration options can be found at https://github.com/sindresorhus/grunt-sass - options: { - includePaths: [ - "scss", - "node_modules/bourbon/core", - "node_modules/bourbon-neat/app/assets/stylesheets", - "node_modules/neat-omega/core", - "node_modules/decanter/scss", - "node_modules", - ], - sourceMap: true, - // This controls the compiled css and can be changed to nested, compact or compressed. - outputStyle: 'compressed', - precision: 10 - }, - dist: { - files: [{ - expand: true, - cwd: 'scss', - src: ['**/[a-z]*.scss'], - dest: 'css', - ext: '.css', - extDot: 'last', - rename: function(dest, src) { - return dest + '/' + src.replace('scss', 'css'); - } - }, - { - expand: true, - cwd: 'patterns', - src: ['**/[a-z]*.scss'], - dest: 'patterns', - ext: '.css', - extDot: 'last', - rename: function(dest, src) { - return dest + '/' + src.replace('scss', 'css'); - } - } - ] - } - }, - drush: { - ccall: { - args: ['cache-rebuild', 'all'] - } - }, - browserSync: { - dev: { - bsFiles: { - src: [ - 'css/**/*.css', - 'templates/**/*.twig', - 'images/optimized/**/*.{png,jpg,gif,svg}', - 'js/build/**/*.js', - '*.theme' - ] - }, - options: { - watchTask: true, - // reloadDelay: 1000, - // reloadDebounce: 500, - reloadOnRestart: true, - logConnections: true, - injectChanges: false // Depends on enabling the link_css module - } - } - }, - availabletasks: { - tasks: { - options: { - filter: "include", - tasks: [ - 'browserSync', 'imagemin', 'sass', 'svgmin', 'uglify', 'watch', 'devmode' - ] - } - } - } - }); - - // This is where we tell Grunt we plan to use this plug-in. - grunt.loadNpmTasks('grunt-contrib-uglify'); - grunt.loadNpmTasks('grunt-contrib-imagemin'); - grunt.loadNpmTasks('grunt-svgmin'); - grunt.loadNpmTasks('grunt-sass'); - grunt.loadNpmTasks('grunt-contrib-watch'); - grunt.loadNpmTasks('grunt-browser-sync'); - grunt.loadNpmTasks('grunt-available-tasks'); - grunt.loadNpmTasks('grunt-drush'); - - // My tasks. - grunt.registerTask('devmode', "Watch and BrowserSync all in one.", ['browserSync', 'watch']); - - // This is where we tell Grunt what to do when we type "grunt" into the terminal. - // Note: if you'd like to run and of the tasks individually you can do so by typing 'grunt mytaskname' alternatively - // you can type 'grunt watch' to automatically track your files for changes. - grunt.registerTask('default', ['availabletasks']); -}; diff --git a/docroot/themes/humsci/francestanford/css/base.css b/docroot/themes/humsci/francestanford/css/base.css deleted file mode 100644 index 897e4bb434..0000000000 --- a/docroot/themes/humsci/francestanford/css/base.css +++ /dev/null @@ -1 +0,0 @@ -.decanter-button,.hs-button,a.hs-button,.decanter-button--secondary,.hs-secondary-button,a.hs-secondary-button{padding:1rem 2rem 1.5rem}.decanter-button a:hover,.decanter-button a:focus,.decanter-button a:active,.hs-button a:hover,.hs-button a:focus,.hs-button a:active{color:#fff}.decanter-button--secondary,.hs-secondary-button,a.hs-secondary-button{font-weight:400;margin-right:.2rem}.decanter-button--secondary a,.hs-secondary-button a,a.hs-secondary-button a{text-decoration:none}.no-wrap{white-space:nowrap}.three-column-w-image .main-below::before{border-bottom:.25em solid #006cb8;content:'';display:inline-block;vertical-align:middle;width:2.125em;margin-right:10px}.node-custom-hs-project-custm-person .horizontal-card{background:none;box-shadow:none;margin-bottom:1em;padding:0}.custom-hs-projects-masonry .vertical-card h3,.custom-hs-projects-masonry .vertical-card h3 a{font-size:2.1rem;margin:0 0 .5em}.custom-hs-projects-masonry .vertical-card p{font-size:1.8rem;line-height:1.3;margin-top:0;margin-bottom:.5em}.custom-hs-projects-masonry .vertical-card a{font-size:1.8rem;line-height:1.3} diff --git a/docroot/themes/humsci/francestanford/css/ckeditor.css b/docroot/themes/humsci/francestanford/css/ckeditor.css deleted file mode 100644 index 897e4bb434..0000000000 --- a/docroot/themes/humsci/francestanford/css/ckeditor.css +++ /dev/null @@ -1 +0,0 @@ -.decanter-button,.hs-button,a.hs-button,.decanter-button--secondary,.hs-secondary-button,a.hs-secondary-button{padding:1rem 2rem 1.5rem}.decanter-button a:hover,.decanter-button a:focus,.decanter-button a:active,.hs-button a:hover,.hs-button a:focus,.hs-button a:active{color:#fff}.decanter-button--secondary,.hs-secondary-button,a.hs-secondary-button{font-weight:400;margin-right:.2rem}.decanter-button--secondary a,.hs-secondary-button a,a.hs-secondary-button a{text-decoration:none}.no-wrap{white-space:nowrap}.three-column-w-image .main-below::before{border-bottom:.25em solid #006cb8;content:'';display:inline-block;vertical-align:middle;width:2.125em;margin-right:10px}.node-custom-hs-project-custm-person .horizontal-card{background:none;box-shadow:none;margin-bottom:1em;padding:0}.custom-hs-projects-masonry .vertical-card h3,.custom-hs-projects-masonry .vertical-card h3 a{font-size:2.1rem;margin:0 0 .5em}.custom-hs-projects-masonry .vertical-card p{font-size:1.8rem;line-height:1.3;margin-top:0;margin-bottom:.5em}.custom-hs-projects-masonry .vertical-card a{font-size:1.8rem;line-height:1.3} diff --git a/docroot/themes/humsci/francestanford/francestanford.info.yml b/docroot/themes/humsci/francestanford/francestanford.info.yml deleted file mode 100644 index a35f49c853..0000000000 --- a/docroot/themes/humsci/francestanford/francestanford.info.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: France-Stanford -type: theme -'base theme': su_humsci_theme -description: 'Humanities & Sciences' -package: Core -version: 8.x -core_version_requirement: ^9.4 || ^10 -libraries: - - francestanford/base - -regions: - page_top: 'Page top' - header: Header - search: Search - menu: Menu - highlighted: Highlighted - help: Help - content: Content - footer: Footer - page_bottom: 'Page bottom' - -components: - namespaces: - francestanford: patterns - -ckeditor_stylesheets: - - css/ckeditor.css diff --git a/docroot/themes/humsci/francestanford/francestanford.libraries.yml b/docroot/themes/humsci/francestanford/francestanford.libraries.yml deleted file mode 100644 index f8e82fd919..0000000000 --- a/docroot/themes/humsci/francestanford/francestanford.libraries.yml +++ /dev/null @@ -1,4 +0,0 @@ -base: - css: - theme: - css/base.css: {} diff --git a/docroot/themes/humsci/francestanford/francestanford.theme b/docroot/themes/humsci/francestanford/francestanford.theme deleted file mode 100644 index 16173bd1c9..0000000000 --- a/docroot/themes/humsci/francestanford/francestanford.theme +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - Stanford University Logo -