{
"com

By 表歌, 12 June, 2025
角色
user
content

{
"component": "ProfileSection",
"type": "container",
"style": {
"backgroundColor": "#FFFFFF",
"padding": "p-8 md:p-12 lg:p-16",
"maxWidth": "max-w-7xl",
"margin": "mx-auto"
},
"layout": {
"display": "grid",
"columns": 12,
"gap": "gap-x-8 lg:gap-x-16",
"responsive": {
"default": {
"display": "flex",
"flexDirection": "column",
"gap": "gap-y-8"
},
"md": {
"display": "grid"
}
}
},
"children": [
{
"component": "ImageContainer",
"style": {
"gridColumn": "col-span-12 md:col-span-4",
"display": "flex",
"justifyContent": "center",
"alignItems": "flex-start"
},
"children": [
{
"component": "Image",
"src": "院长.jpg",
"alt": "Portrait of Zheng Yongnian, who appears to be an East Asian man in a dark suit and light-colored shirt, smiling in front of a bookshelf.",
"style": {
"width": "w-[260px]",
"height": "h-[260px]",
"objectFit": "cover",
"borderRadius": "rounded-full",
"boxShadow": "shadow-lg"
}
}
]
},
{
"component": "ContentContainer",
"style": {
"gridColumn": "col-span-12 md:col-span-8",
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "TitleGroup",
"style": {
"marginBottom": "mb-8"
},
"children": [
{
"component": "Text",
"content": "院长简介",
"as": "h1",
"style": {
"fontSize": "text-4xl",
"fontWeight": "font-bold",
"color": "text-gray-900",
"marginBottom": "mb-3"
}
},
{
"component": "Divider",
"style": {
"width": "w-16",
"height": "h-1",
"backgroundColor": "bg-orange-500"
}
}
]
},
{
"component": "BiographyBlock",
"style": {
"display": "flex",
"flexDirection": "column",
"gap": "gap-y-5"
},
"children": [
{
"component": "Text",
"as": "p",
"content": "施普林格-自然出版社(Springer-Nature) ARPE学术期刊(The Asian Review of Political Economy)主编和罗特里奇出版社(Routledge)《中国政策丛书》(China Policy Series)主编。",
"style": {
"fontSize": "text-base",
"lineHeight": "leading-relaxed",
"color": "text-gray-800"
}
},
{
"component": "Text",
"as": "p",
"content": "获中国北京大学法学学士(1985)、法学硕士(1988)、美国普林斯顿大学政治学硕士(1992)、博士(1995)。历任中国北京大学政治与行政管理系讲师;新加坡国立大学东亚研究所研究员、资深研究员;英国诺丁汉大学中国政策研究所教授和研究主任;新加坡国立大学东亚研究所教授、所长。曾任美国社会科学研究会(Social Science Research Council)和美国麦克阿瑟基金会(John D. and Catherine T. MacArthur Foundation)研究员。",
"style": {
"fontSize": "text-base",
"lineHeight": "leading-relaxed",
"color": "text-gray-800"
}
}
]
},
{
"component": "NameAndTitleBlock",
"style": {
"marginTop": "mt-10",
"marginBottom": "mb-10"
},
"children": [
{
"component": "Text",
"content": "郑永年",
"as": "h2",
"style": {
"fontSize": "text-2xl",
"fontWeight": "font-semibold",
"color": "text-gray-900",
"marginBottom": "mb-1"
}
},
{
"component": "Text",
"as": "p",
"content": "香港中文大学(深圳)教授\n前海国际事务研究院院长",
"style": {
"fontSize": "text-base",
"lineHeight": "leading-normal",
"color": "text-gray-700",
"whiteSpace": "pre-line"
}
}
]
},
{
"component": "ResearchFocusBlock",
"style": {
"display": "flex",
"flexDirection": "column",
"gap": "gap-y-5"
},
"children": [
{
"component": "Text",
"as": "p",
"content": "主要从事国际关系、外交政策、中国内部转型及其外部影响研究。近年来,先后出版和主编著作近百部,其中英文专著10余部。在国际学术刊物上发表学术论文数十篇。",
"style": {
"fontSize": "text-base",
"lineHeight": "leading-relaxed",
"color": "text-gray-800"
}
},
{
"component": "Text",
"as": "p",
"content": "2024年被美国斯坦福大学和爱思唯尔数据库评为“全球前2%顶尖科学家”。",
"style": {
"fontSize": "text-base",
"lineHeight": "leading-relaxed",
"color": "text-gray-800"
}
}
]
}
]
}
]
}