{
"com

By admin, 12 June, 2025
角色
user
content

{
"component": "ProfileCard",
"type": "container",
"style": {
"backgroundColor": "#FFFFFF",
"padding": "p-6 md:p-12"
},
"layout": {
"display": "flex",
"flexDirection": "column",
"width": "w-full"
},
"children": [
{
"component": "Header",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"alignItems": "center",
"marginBottom": "mb-8 md:mb-10"
},
"children": [
{
"component": "Title",
"type": "text",
"as": "h1",
"content": "院长简介",
"style": {
"fontSize": "text-2xl md:text-3xl",
"fontWeight": "font-bold",
"color": "#1F2937",
"marginBottom": "mb-3"
}
},
{
"component": "DecorativeLine",
"type": "element",
"style": {
"width": "w-16",
"height": "h-1",
"backgroundColor": "#F59E0B"
}
}
]
},
{
"component": "MainContent",
"type": "container",
"layout": {
"display": "grid",
"gridTemplateColumns": "grid-cols-12",
"gap": "gap-x-8 lg:gap-x-16",
"gap-y": "gap-y-8 md:gap-y-0"
},
"children": [
{
"component": "ProfileImageSection",
"type": "container",
"gridColumn": "col-span-12 md:col-span-4",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "Image",
"type": "image",
"src": "院长.jpg",
"alt": "郑永年教授的肖像",
"style": {
"width": "w-full",
"objectFit": "cover",
"aspectRatio": "aspect-[3/4]"
}
},
{
"component": "Caption",
"type": "container",
"style": {
"marginTop": "mt-4"
},
"children": [
{
"component": "Name",
"type": "text",
"as": "h2",
"content": "郑永年",
"style": {
"fontSize": "text-xl",
"fontWeight": "font-bold",
"color": "#111827"
}
},
{
"component": "Title",
"type": "text",
"content": "香港中文大学(深圳)教授",
"style": {
"fontSize": "text-sm",
"color": "#4B5563",
"marginTop": "mt-2"
}
},
{
"component": "SubTitle",
"type": "text",
"content": "前海国际事务研究院院长",
"style": {
"fontSize": "text-sm",
"color": "#4B5563",
"marginTop": "mt-1"
}
}
]
}
]
},
{
"component": "BiographySection",
"type": "container",
"gridColumn": "col-span-12 md:col-span-8",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "gap-y-5"
},
"children": [
{
"component": "Paragraph",
"type": "text",
"content": "施普林格·自然出版社(Springer-Nature) ARPE学术期刊(The Asian Review of Political Economy )主编和罗特里奇出版社(Routledge)《中国政策丛书》(China Policy Series)主编。",
"style": {
"fontSize": "text-base",
"color": "#374151",
"lineHeight": "leading-relaxed"
}
},
{
"component": "Paragraph",
"type": "text",
"content": "获中国北京大学法学学士(1985)、法学硕士(1988)、美国普林斯顿大学政治学硕士(1992)、博士(1995)。历任中国北京大学政治与行政管理系讲师;新加坡国立大学东亚研究所研究员、资深研究员;英国诺丁汉大学中国政策研究所教授和研究主任;新加坡国立大学东亚研究所教授、所长。曾任美国社会科学研究会 (Social Science Research Council)和美国麦克阿瑟基金会(John D. and Catherine T. MacArthur Foundation)研究员。",
"style": {
"fontSize": "text-base",
"color": "#374151",
"lineHeight": "leading-relaxed"
}
},
{
"component": "Paragraph",
"type": "text",
"content": "主要从事国际关系、外交政策、中国内部转型及其外部影响研究。近年来,先后出版和主编著作近百部,其中英文专著10余部。在国际学术刊物上发表学术论文数十篇。",
"style": {
"fontSize": "text-base",
"color": "#374151",
"lineHeight": "leading-relaxed"
}
},
{
"component": "Paragraph",
"type": "text",
"content": "2024年被美国斯坦福大学和爱思唯尔数据库评为“全球前2%顶尖科学家”。",
"style": {
"fontSize": "text-base",
"color": "#374151",
"lineHeight": "leading-relaxed"
}
}
]
}
]
}
]
}