{"id":14054,"date":"2025-09-03T10:07:08","date_gmt":"2025-09-03T10:07:08","guid":{"rendered":"https:\/\/www.socsc.hku.hk\/rhps\/?page_id=14054"},"modified":"2025-09-04T06:29:00","modified_gmt":"2025-09-04T06:29:00","slug":"professor_team","status":"publish","type":"page","link":"https:\/\/www.socsc.hku.hk\/rhps\/professor_team\/","title":{"rendered":"Team"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"14054\" class=\"elementor elementor-14054\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6392929 e-con-full e-flex e-con e-parent\" data-id=\"6392929\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a2af4a elementor-widget elementor-widget-html\" data-id=\"7a2af4a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"zh-HK\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Academic Steering Committee - Population Studies Research Hub<\/title>\r\n    <style>\r\n        \/* Academic Style *\/\r\n        :root {\r\n            --primary-color: #7f262f;\r\n            --primary-light: #a23d47;\r\n            --primary-dark: #5d1c23;\r\n            --accent-color: #d4a574;\r\n            --text-dark: #333333;\r\n            --text-light: #666666;\r\n            --border-color: #e0e0e0;\r\n            --bg-light: #f8f9fa;\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            color: var(--text-dark);\r\n            background-color: #ffffff;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n            padding: 30px 20px;\r\n        }\r\n\r\n        \/* Member Cards - New Grid Layout *\/\r\n        .members-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));\r\n            gap: 40px;\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .member-card {\r\n            background: white;\r\n            border-radius: 15px;\r\n            box-shadow: 0 6px 25px rgba(127, 38, 47, 0.12);\r\n            overflow: hidden;\r\n            transition: all 0.3s ease;\r\n            border: 1px solid var(--border-color);\r\n            min-height: 350px;\r\n        }\r\n\r\n        .member-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 12px 40px rgba(127, 38, 47, 0.18);\r\n        }\r\n\r\n        .member-header {\r\n            background: var(--primary-color);\r\n            color: white;\r\n            padding: 25px;\r\n            position: relative;\r\n        }\r\n\r\n        .member-header::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -10px;\r\n            left: 0;\r\n            right: 0;\r\n            height: 20px;\r\n            background: var(--primary-color);\r\n            clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);\r\n        }\r\n\r\n        .member-name {\r\n            font-size: 1.6rem;\r\n            font-weight: 700;\r\n            margin-bottom: 8px;\r\n            text-align: center;\r\n        }\r\n\r\n        .member-title {\r\n            font-size: 1rem;\r\n            opacity: 0.95;\r\n            margin-bottom: 12px;\r\n            text-align: center;\r\n            font-weight: 500;\r\n        }\r\n\r\n        .member-affiliation {\r\n            font-size: 0.9rem;\r\n            opacity: 0.85;\r\n            line-height: 1.5;\r\n            text-align: center;\r\n        }\r\n\r\n        .member-content {\r\n            display: flex;\r\n            padding: 30px 25px 25px;\r\n            gap: 25px;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .member-photo {\r\n            flex-shrink: 0;\r\n            width: 140px;\r\n            height: 175px;\r\n            border-radius: 12px;\r\n            overflow: hidden;\r\n            border: 4px solid var(--primary-color);\r\n            box-shadow: 0 4px 15px rgba(127, 38, 47, 0.2);\r\n        }\r\n\r\n        .member-photo img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n\r\n        .member-info {\r\n            flex: 1;\r\n        }\r\n\r\n        .member-description {\r\n            font-size: 0.95rem;\r\n            line-height: 1.7;\r\n            color: var(--text-light);\r\n            text-align: justify;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .member-specialization {\r\n            background: var(--bg-light);\r\n            padding: 18px;\r\n            border-radius: 10px;\r\n            border-left: 5px solid var(--primary-color);\r\n            box-shadow: 0 2px 8px rgba(127, 38, 47, 0.08);\r\n        }\r\n\r\n        .specialization-title {\r\n            font-weight: 700;\r\n            color: var(--primary-color);\r\n            margin-bottom: 10px;\r\n            font-size: 1rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n\r\n        .specialization-text {\r\n            font-size: 0.9rem;\r\n            color: var(--text-light);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 1200px) {\r\n            .members-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .container {\r\n                padding: 20px 15px;\r\n            }\r\n            \r\n            .member-content {\r\n                flex-direction: column;\r\n                text-align: center;\r\n                padding: 25px 20px 20px;\r\n            }\r\n            \r\n            .member-photo {\r\n                align-self: center;\r\n                width: 120px;\r\n                height: 150px;\r\n            }\r\n\r\n            .member-description {\r\n                text-align: left;\r\n            }\r\n        }\r\n\r\n        \/* WordPress compatibility *\/\r\n        .wp-block-group {\r\n            margin: 0;\r\n        }\r\n\r\n        .alignwide {\r\n            width: 100%;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"container\">\r\n        <div class=\"members-grid\">\r\n            <!-- Professor Sije Hu -->\r\n            <div class=\"member-card\">\r\n                <div class=\"member-header\">\r\n                    <div class=\"member-name\">Professor Sijie Hu<\/div>\r\n                    <div class=\"member-title\">Assistant Professor<\/div>\r\n                    <div class=\"member-affiliation\">\r\n                        Hong Kong Institute for the Humanities and Social Sciences<br>\r\n                        HKU Research Hub of Population Studies<br>\r\n                        Faculty of Social Sciences\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"member-content\">\r\n                    <div class=\"member-photo\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.socsc.hku.hk\/rhps\/wp-content\/uploads\/2025\/09\/Picture1.jpg\" alt=\"Professor Sije Hu\">\r\n                    <\/div>\r\n                    <div class=\"member-info\">\r\n                        <div class=\"member-description\">\r\n<p>Sijie Hu is an Assistant Professor at the  Hong Kong Institute for the Humanities and Social Sciences and the Faculty of  Social Sciences at The University of Hong Kong. \u00a0She received her Ph.D. (2021) in Economic  History from the London School of Economics and Political Science, and her B.A.  (2014) and M.A. (2016) from Renmin University of China. \u00a0Before joining HKU, she was an Assistant  Professor of Economic History at the School of Economics, Renmin University of  China. <br><br>\r\n  Her research interests centre on Chinese  economic history, historical demography, and population economics, with  particular emphasis on demographic change, social mobility, and human capital  formation in Ming\u2013Qing China. \u00a0She is  currently engaged in projects that investigate micro-demographic dynamics in  traditional Chinese society using large-scale genealogical data.<\/p>\r\n                        <\/div>\r\n \r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Dr Nanxun Agnes Li -->\r\n            <div class=\"member-card\">\r\n                <div class=\"member-header\">\r\n                    <div class=\"member-name\">Dr Nanxun Agnes Li<\/div>\r\n                    <div class=\"member-title\">Research Assistant Professor<\/div>\r\n                    <div class=\"member-affiliation\">\r\n                        HKU Research Hub of Population Studies<br>\r\n                        Faculty of Social Sciences\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"member-content\">\r\n                    <div class=\"member-photo\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.socsc.hku.hk\/rhps\/wp-content\/uploads\/2025\/09\/Picture3.jpg\" alt=\"Dr Nanxun Agnes Li\">\r\n                    <\/div>\r\n                    <div class=\"member-info\">\r\n                        <div class=\"member-description\">\r\n<p>Dr. Nanxun (Agnes) Li is a family sociologist whose research  focuses on fatherhood, parenting, social policy, child development, and  population studies. She received her Ph.D. in Sociology from the National  University of Singapore (NUS) in 2023. \u00a0Prior  to joining HKU, she held research appointments as a Research Fellow at the NUS  Yong Loo Lin School of Medicine and as a Scientist at the Institute for Human  Development and Potential, Agency for Science, Technology and Research (A*STAR  IHDP). \u00a0She has extensive experience in  early childhood development research and was a core member of the Singapore  Longitudinal Early Development Study (SG-LEADS). \u00a0Her research has been published in journals  such as the <em>Journal of Marriage and Family<\/em>, <em>Social Indicators  Research<\/em>, and <em>Social Policy and Society<\/em>.<\/p>\r\n                        <\/div>\r\n\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Dr Xingyun Wu -->\r\n            <div class=\"member-card\">\r\n                <div class=\"member-header\">\r\n                    <div class=\"member-name\">Dr Xingyun Wu<\/div>\r\n                    <div class=\"member-title\">Postdoctoral Fellow<\/div>\r\n                    <div class=\"member-affiliation\">\r\n                        HKU Research Hub of Population Studies<br>\r\n                        Faculty of Social Sciences\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"member-content\">\r\n                    <div class=\"member-photo\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.socsc.hku.hk\/rhps\/wp-content\/uploads\/2025\/09\/Picture4.jpg\" alt=\"Dr Xingyun Wu\">\r\n                    <\/div>\r\n                    <div class=\"member-info\">\r\n                        <div class=\"member-description\">\r\n<p>Xingyun Wu is a  sociologist and social demographer who joined the HKU Research Hub of  Population Studies as a Postdoctoral Fellow in 2025. \u00a0Her primary research areas include social  inequality, work and family, and population health, with a methodological focus  on quantitative and computational methods. \u00a0Her dissertation project investigates how  social structures shape the daily-life decisions and behaviours of individuals  and families in the US, expanding the analytic capacity of nationally  representative survey datasets with computational methods. \u00a0Her work demonstrates how gender convergence  is interdependent across spheres and persons, and how the convergence in work  and family leads to more sustainable lifestyles and developmental opportunities  for the whole population.<\/p>\r\n<p>In addition to her  independent research, she has also collaborated on interdisciplinary research  projects on the following topics: adolescent health and preventive care  receipts, population and places in response to environmental hazards, and  student-AI interaction in college education. \u00a0The collaborative projects reflect her broader  research interests in how structural forces shape individual opportunities and  behaviours and lead to social disparities in the population.<\/p>\r\n<p>Through her work, she  aims to provide a deeper understanding of social phenomena and mechanisms  underlying social inequality to inform policies that foster greater social  equity and a healthier population. \u00a0Building  on these foundations, she is now extending her research agenda to include social  and demographic patterns in Asian societies.&nbsp;<\/p>\r\n                        <\/div>\r\n\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Dr Chunxue Zhang -->\r\n            <div class=\"member-card\">\r\n                <div class=\"member-header\">\r\n                    <div class=\"member-name\">Dr Chunxue Zhang<\/div>\r\n                    <div class=\"member-title\">Postdoctoral Fellow<\/div>\r\n                    <div class=\"member-affiliation\">\r\n                        HKU Research Hub of Population Studies \/ Department of Sociology<br>\r\n                        Faculty of Social Sciences\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"member-content\">\r\n                    <div class=\"member-photo\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.socsc.hku.hk\/rhps\/wp-content\/uploads\/2025\/09\/Picture5.png\" alt=\"Dr Chunxue Zhang\">\r\n                    <\/div>\r\n                    <div class=\"member-info\">\r\n                        <div class=\"member-description\">\r\nChunxue Zhang is a postdoctoral fellow at The University of Hong Kong.  She holds a Ph.D. in Sociology from The Chinese University of Hong Kong, an M.A. in Sociology from Renmin University of China, and a B.A. in Sociology from Shandong University.  Her research interests focus on migration, family demography, and social inequality.\r\n                        <\/div>\r\n\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Academic Steering Committee &#8211; Population Studies Research Hub Professor Sijie Hu Assistant Professor Hong Kong Institute for the Humanities and Social Sciences HKU Research Hub of Population Studies Faculty of Social Sciences Sijie Hu is an Assistant Professor at the Hong Kong Institute for the Humanities and Social Sciences and the Faculty of Social Sciences [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"_links":{"self":[{"href":"https:\/\/www.socsc.hku.hk\/rhps\/wp-json\/wp\/v2\/pages\/14054"}],"collection":[{"href":"https:\/\/www.socsc.hku.hk\/rhps\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.socsc.hku.hk\/rhps\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.socsc.hku.hk\/rhps\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.socsc.hku.hk\/rhps\/wp-json\/wp\/v2\/comments?post=14054"}],"version-history":[{"count":49,"href":"https:\/\/www.socsc.hku.hk\/rhps\/wp-json\/wp\/v2\/pages\/14054\/revisions"}],"predecessor-version":[{"id":14119,"href":"https:\/\/www.socsc.hku.hk\/rhps\/wp-json\/wp\/v2\/pages\/14054\/revisions\/14119"}],"wp:attachment":[{"href":"https:\/\/www.socsc.hku.hk\/rhps\/wp-json\/wp\/v2\/media?parent=14054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}