```json
{
"widget": {
"type": "custom-template",
"isAPI": false,
"fullWidth": false,
"html": "<div class=\"bg-white p-8 md:p-12 lg:p-16 max-w-7xl mx-auto rounded-lg shadow-sm\">\n <div class=\"grid grid-cols-12 gap-x-8 lg:gap-x-16\">\n <div class=\"col-span-12 md:col-span-4 flex justify-center items-start\">\n <img src=\"/assets/images/avatar/01.jpeg\" alt=\"院长肖像\" class=\"w-64 h-64 object-cover rounded-full shadow-lg\">\n </div>\n <div class=\"col-span-12 md:col-span-8 flex flex-col mt-8 md:mt-0\">\n <div class=\"mb-8\">\n <h1 class=\"text-4xl font-bold text-gray-900 mb-3\">院长简介</h1>\n <div class=\"w-16 h-1 bg-orange-500\"></div>\n </div>\n <div class=\"flex flex-col gap-y-5\">\n <p class=\"text-base leading-relaxed text-gray-800\">施普林格-自然出版社(Springer-Nature) ARPE学术期刊(The Asian Review of Political Economy)主编和罗特里奇出版社(Routledge)《中国政策丛书》(China Policy Series)主编。</p>\n <p class=\"text-base leading-relaxed text-gray-800\">获中国北京大学法学学士(1985)、法学硕士(1988)、美国普林斯顿大学政治学硕士(1992)、博士(1995)。历任中国北京大学政治与行政管理系讲师;新加坡国立大学东亚研究所研究员、资深研究员;英国诺丁汉大学中国政策研究所教授和研究主任;新加坡国立大学东亚研究所教授、所长。曾任美国社会科学研究会(Social Science Research Council)和美国麦克阿瑟基金会(John D. and Catherine T. MacArthur Foundation)研究员。</p>\n </div>\n <div class=\"mt-10 mb-10\">\n <h2 class=\"text-2xl font-semibold text-gray-900 mb-1\">郑永年</h2>\n <p class=\"text-base leading-normal text-gray-700 whitespace-pre-line\">香港中文大学(深圳)教授\n前海国际事务研究院院长</p>\n </div>\n <div class=\"flex flex-col gap-y-5\">\n <p class=\"text-base leading-relaxed text-gray-800\">主要从事国际关系、外交政策、中国内部转型及其外部影响研究。近年来,先后出版和主编著作近百部,其中英文专著10余部。在国际学术刊物上发表学术论文数十篇。</p>\n <p class=\"text-base leading-relaxed text-gray-800\">2024年被美国斯坦福大学和爱思唯尔数据库评为\"全球前2%顶尖科学家\"。</p>\n </div>\n </div>\n </div>\n</div>"
},
"next": [
"添加社交链接",
"增加荣誉徽章",
"添加出版书籍",
"优化响应式布局",
"添加动画效果"
],
"summary": "已创建院长简介组件,包含头像、标题、个人简介、姓名职务和研究方向等完整信息。组件采用响应式设计,在移动端和桌面端都有良好的展示效果。"
}
```
角色
assistant
content