CINXE.COM

English | 编辑团队

<!DOCTYPE html> <html lang="en" x-data="{ darkMode: localStorage.getItem('darkMode') || localStorage.setItem('darkMode', 'system')}" x-init="$watch('darkMode', val => localStorage.setItem('darkMode', val))" x-bind:class="{'dark': darkMode === 'dark' || (darkMode === 'system' && window.matchMedia('(prefers-color-scheme: dark)').matches)}"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap" rel="stylesheet"> <style> [x-cloak] { display: none; } </style> <link rel="stylesheet" href="/assets/css/vendor.combined.css?1736172034"> <link rel="stylesheet" type="text/css" href="/assets/fonts/font-awesome-4.3.0/css/font-awesome.min.css"/> <link rel="stylesheet" href="/assets/css/app.css?1736172034"> <link rel="icon" href="/assets/images/svg/favicon.svg"> <link rel="mask-icon" href="/assets/images/svg/favicon.svg" color="#000000"> <link rel="apple-touch-icon" href="/assets/images/svg/favicon.svg"> <script src="https://use.typekit.net/toa5etl.js"></script> <script>try{Typekit.load({ async: true });}catch(e){}</script> <!-- site language --> <meta site="zh-Hant"> <title>English | 编辑团队</title><meta name="generator" content="SEOmatic"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta name="robots" content="all"> <meta content="zh_Hant" property="og:locale"> <meta content="zh_Hant_TW" property="og:locale:alternate"> <meta content="en" property="og:locale:alternate"> <meta content="English" property="og:site_name"> <meta content="website" property="og:type"> <meta content="https://www.bdcconline.net/zh-hans/our-team/" property="og:url"> <meta content="编辑团队" property="og:title"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@"> <meta name="twitter:title" content="编辑团队"> <link href="https://www.bdcconline.net/zh-hans/our-team/" rel="canonical"> <link href="https://www.bdcconline.net/zh-hans/" rel="home"> <link href="https://www.bdcconline.net/zh-hant/our-team/" rel="alternate" hreflang="zh-hant-tw"> <link href="https://www.bdcconline.net/zh-hans/our-team/" rel="alternate" hreflang="zh-hant"> <link href="https://www.bdcconline.net/en/our-team/" rel="alternate" hreflang="x-default"> <link href="https://www.bdcconline.net/en/our-team/" rel="alternate" hreflang="en"> <style> .hover-triangle:after { content:''; position: absolute; top:-32px; right:4px; height: 0; width: 0; border: 16px solid transparent; border-bottom-color: #404040; } </style></head> <body id="body" class="zh-Hant relative text-grayBrand-text bg-white font-work text-base overscroll-none"> <header x-data="{ visible: true, lastScrollY: window.scrollY, ticking: false }" x-init=" // Initialize lastScrollY with the current scroll position lastScrollY = window.scrollY; // Add a scroll event listener to the window window.addEventListener('scroll', () => { // Check if a scroll event is already being processed if (!ticking) { // Use requestAnimationFrame to debounce the scroll event handler window.requestAnimationFrame(() => { // Check the scroll direction if (window.scrollY > lastScrollY) { // If scrolling down, hide the header visible = false; } else { // If scrolling up, show the header visible = true; } // Update lastScrollY with the current scroll position lastScrollY = window.scrollY; // Reset ticking to false to allow future scroll events to be processed ticking = false; }); // Set ticking to true to indicate that a scroll event is being processed ticking = true; } }); " :class="{ 'transform -translate-y-full -top-[85px]': !visible, 'transform translate-y-0 top-0': visible }" class="fixed left-0 right-0 z-50 transition-all duration-500 ease-in-out bg-white overscroll-none" > <a href="#main-content" role="button" aria-label="Skip to main content" class="flex flex-col justify-center skip-main" style="height:40px;">Skip to main content</a> <!-- /.skip-main --> <script src="https://use.typekit.net/toa5etl.js"></script> <script>try{Typekit.load({ async: true });}catch(e){}</script> <!-- site language --> <meta site="zh-Hant"> <!-- Off-Canvas Menu --> <div x-data="{ open: false }" x-init="$watch('open', value => document.body.classList.toggle('overflow-hidden', value))" class="fixed relative z-50 flex flex-row w-full bg-white border-b border-gray-200 overscroll-none"> <a href="https://www.bdcconline.net/zh-hans/" class="px-6 py-2 text-lg font-semibold tracking-widest text-gray-900 uppercase dark-mode:text-white focus:outline-none focus:shadow-outline"> <span title="世华中国研究中心"> <img src="/assets/images/logo.png" class="w-16 h-16" alt="世华中国研究中心 主页"> </span> <span class="sr-only">主页</span> </a> <div class="flex flex-row items-center gap-2 ml-auto mr-8"> <div x-data="{ open: false }" @mouseleave="open = false" class="relative"> <button class="flex flex-row items-center block gap-1 px-4 py-4 uppercase text-15 font-freight-sans" @mouseover="open = true"> 语言 <svg class="h-4 w-4 text-gray-400 inline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"/></svg> </button> <div x-show="open" x-cloak x-transition.origin.top.left class="absolute -left-12 mt-2 w-40 rounded-md shadow-md z-[1000] bg-grayBrand border-t-[15px] top-[calc(100%-10px)] border-white hover-triangle"> <a href="https://www.bdcconline.net/en/our-team/" title="English" class="block px-4 py-4 text-white/60 hover:text-white hover:bg-grayBrand-hover font-freight-sans"> English </a> <a href="https://www.bdcconline.net/zh-hant/our-team/" title="Chinese - Taiwan" class="block px-4 py-4 text-white/60 hover:text-white hover:bg-grayBrand-hover font-freight-sans"> 中文&thinsp;(繁體) </a> </div> </div> <!-- Toggle Button --> <button @click="open = !open;" class="flex flex-row items-center gap-2 p-2 uppercase bg-blue-500 font-freight-sans"> 选单 <svg class="h-4 w-4" width="40" height="40" viewBox="0 0 100 80" x-show="!open"><path d="M0 0h100v10H0zm0 30h100v10H0zm0 30h100v10H0z"/></svg> </button> </div> <template x-teleport="body"> <!-- Overlay --> <div x-show="open" @click="open = false" class="fixed inset-0 z-50 bg-black/60" x-cloak></div> </template> <template x-teleport="body"> <!-- Off-Canvas Menu --> <div x-show="open" x-transition:enter="transition ease-out duration-300" x-transition:enter-start="translate-x-full" x-transition:enter-end="translate-x-0" x-transition:leave="transition ease-in duration-300" x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full" class="fixed inset-y-0 right-0 z-50 text-white transform bg-grayBrand w-[260px]" x-cloak> <div class="py-8"> <button @click="open = !open" class="absolute flex flex-row items-center gap-2 p-2 ml-auto uppercase bg-blue-500 right-4 top-4 font-freight-sans"> 关闭 <svg class="h-4 w-4 fill-white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.001 512.001" x-show="open"><path d="M284.286 256.002L506.143 34.144c7.811-7.811 7.811-20.475 0-28.285-7.811-7.81-20.475-7.811-28.285 0L256 227.717 34.143 5.859c-7.811-7.811-20.475-7.811-28.285 0-7.81 7.811-7.811 20.475 0 28.285l221.857 221.857L5.858 477.859c-7.811 7.811-7.811 20.475 0 28.285a19.938 19.938 0 0014.143 5.857 19.94 19.94 0 0014.143-5.857L256 284.287l221.857 221.857c3.905 3.905 9.024 5.857 14.143 5.857s10.237-1.952 14.143-5.857c7.811-7.811 7.811-20.475 0-28.285L284.286 256.002z"/></svg> </button> <div x-data="{ expanded: true }"> <button class="flex flex-row items-center justify-between w-full pl-8 pr-4 mt-8 text-lg font-medium text-white uppercase font-freight-sans" @click="expanded = ! expanded"> 查出人物生平 <svg class="h-4 w-4" width="8px" height="11px" viewBox="0 0 8 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" x-show="!expanded"> <!-- Generator: Sketch 3.2 (9961) - http://www.bohemiancoding.com/sketch --> <title>Slice 1</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> <g id="cd-arrow" sketch:type="MSLayerGroup" fill="#989890"> <g id="Homepage" sketch:type="MSShapeGroup"> <g id="homepage-products-new"> <g id="header"> <g id="img_x2B_msg-4"> <g id="learn-more"> <path d="M8,5.5 L1.9,11 L0.1,9.4 L4.4,5.6 L0.1,1.8 L2,0.1 L8,5.5" id="Imported-Layers"></path> </g> </g> </g> </g> </g> </g> </g> </svg> <svg class="h-4 w-4 rotate-90" width="8px" height="11px" viewBox="0 0 8 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" x-show="expanded"> <!-- Generator: Sketch 3.2 (9961) - http://www.bohemiancoding.com/sketch --> <title>Slice 1</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> <g id="cd-arrow" sketch:type="MSLayerGroup" fill="#989890"> <g id="Homepage" sketch:type="MSShapeGroup"> <g id="homepage-products-new"> <g id="header"> <g id="img_x2B_msg-4"> <g id="learn-more"> <path d="M8,5.5 L1.9,11 L0.1,9.4 L4.4,5.6 L0.1,1.8 L2,0.1 L8,5.5" id="Imported-Layers"></path> </g> </g> </g> </g> </g> </g> </g> </svg> </button> <ul x-show="expanded" x-collapse class="mt-4 "> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/stories/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 所有人物生平 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/stories/latest-stories/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 最近人物生平 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/stories/editors-picks/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 编辑的选择 </a> </li> <hr class="mx-[16px] my-3 border-white/20"> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/collections/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 搜集 </a> </li> </ul> </div> <div x-data="{ expanded: false }"> <button class="flex flex-row items-center justify-between w-full pl-8 pr-4 mt-8 text-lg font-medium text-white uppercase font-freight-sans" @click="expanded = ! expanded"> 参写人物生平 <svg class="h-4 w-4" width="8px" height="11px" viewBox="0 0 8 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" x-show="!expanded"> <!-- Generator: Sketch 3.2 (9961) - http://www.bohemiancoding.com/sketch --> <title>Slice 1</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> <g id="cd-arrow" sketch:type="MSLayerGroup" fill="#989890"> <g id="Homepage" sketch:type="MSShapeGroup"> <g id="homepage-products-new"> <g id="header"> <g id="img_x2B_msg-4"> <g id="learn-more"> <path d="M8,5.5 L1.9,11 L0.1,9.4 L4.4,5.6 L0.1,1.8 L2,0.1 L8,5.5" id="Imported-Layers"></path> </g> </g> </g> </g> </g> </g> </g> </svg> <svg class="h-4 w-4 rotate-90" width="8px" height="11px" viewBox="0 0 8 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" x-show="expanded"> <!-- Generator: Sketch 3.2 (9961) - http://www.bohemiancoding.com/sketch --> <title>Slice 1</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> <g id="cd-arrow" sketch:type="MSLayerGroup" fill="#989890"> <g id="Homepage" sketch:type="MSShapeGroup"> <g id="homepage-products-new"> <g id="header"> <g id="img_x2B_msg-4"> <g id="learn-more"> <path d="M8,5.5 L1.9,11 L0.1,9.4 L4.4,5.6 L0.1,1.8 L2,0.1 L8,5.5" id="Imported-Layers"></path> </g> </g> </g> </g> </g> </g> </g> </svg> </button> <ul x-show="expanded" x-collapse class="mt-4"> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/write/guidelines/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 参写人员指导原则 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/write/potential/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 潜在人物生平 </a> </li> </ul> </div> <ul class="mt-4"> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/our-story/" class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> 我们的故事 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/our-team/ " class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> 编辑团队 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/donate/" class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> 捐赠 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/contact/" class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> 联系我们 </a> </li> </ul><!-- /.mt-4 --> </div> </div> </template> </div> </header> <main id="main-content" aria-label="page content"> <div class="h-[380px] max-h-[380px] relative overflow-hidden mt-[82px]"> <div class="absolute top-0 left-0 w-full h-full py-16 "> <div class="container relative z-20 h-full"> <div class="flex flex-col items-center justify-center w-full h-full gap-8 "> <h1>编辑团队</h1> </div> <!-- /.flex flex-col lg:flex-row --> </div> <!-- /.container --> </div> <div class="absolute inset-0 z-10 w-full h-full bg-grayBrand/[.35]"></div> <figure class="h-full"> <picture class=""> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=768&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1723661903&amp;s=ffa7a6b86e4819705a64cb24365717fe" width="768" height="380" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=768&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1723661903&amp;s=45caed8aea2194208e8b81b33a59ed8b" width="768" height="380" type="image/webp"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=1024&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1723661903&amp;s=ae75a03de2cef6190e28481cf7afe474" width="1024" height="380" type="image/jpeg"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=1024&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1723661903&amp;s=9bc24d49acae4cdbc3a388b01031caae" width="1024" height="380" type="image/webp"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=1280&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1723661903&amp;s=d851d569346728ecb92808da0a344223" width="1280" height="380" type="image/jpeg"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=1280&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1723661903&amp;s=2278b28ae64850b8991b8ce2699d3beb" width="1280" height="380" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=1600&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1723661903&amp;s=15f8f3f451d3737e13bbf3922bf89f7d" width="1600" height="380" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=1600&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1723661903&amp;s=c0b3cec9aed2bd1ea7f70023463e86bd" width="1600" height="380" type="image/webp"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=1920&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1723661903&amp;s=9f380861c1d2740d4c6a653531bb5355" width="1920" height="380" type="image/jpeg"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=1920&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1723661903&amp;s=6781670002f5fd073ee4d7c3ed2f3967" width="1920" height="380" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/OurTeam.jpg?w=1920&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1723661903&amp;s=9f380861c1d2740d4c6a653531bb5355" alt="Our Team" class="object-cover w-full h-full" width="1920" height="380" loading="lazy" /> </picture> </figure> </div> <div class="container"> <div class="w-full md:max-w-[670px] mx-auto p-8"> <hr class="section-divider"> <h2 class="italic font-normal text-center text-[3.5rem] leading-[1.55] font-freight-serif">《华典》系由数位编辑同仁从事编纂工作,由《华典》顾问委员会提供专业上的指导与协助。</h2> <hr class="section-divider"> </div> <!-- /.w-full --> </div> <!-- /.container --> <section class="pt-12 bg-grayBrand-100"> <h2 class="text-2xl font-normal leading-7 text-center"> 编辑团队 </h2> <div class="bg-grayBrand-100 pb-16"> <div class="container"> <div class="grid w-full grid-cols-1 gap-8 pt-20 pb-8 mx-auto lg:gap-12 max-w-906 xl:max-w-screen-xl xs:grid-cols-2 sm:grid-cols-3 md:grid-cols-3 xl:grid-cols-4"> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=6979da5faeb1d92a5fc702a374d4db65" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=f0277bef2f2a36fc7f0831f294abc12f" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=5bfc983d54314a2b79c0603a142d8342" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=12849a0e5833dd577fa58b29a0a45761" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=52a6eeb215fda415f6bbf0b2fb8cedfa" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=b60f1a20d581dcfcfe2a9a0c07adaeca" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=a18f382857074a31515d27f67def0df8" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=7d5956873f2e12bcbe784f52b091d111" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=9bf1c6be8d396179d9776159746b590b" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=5ad02b9b2a2f1da6cb8fde3c02cb9cb6" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=560aafd3dfb28723f2b8a8f0155cfc17" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=225bac4ac04a7d1fe43fd8eb068297d6" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/WrightDoyle.jpeg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=560aafd3dfb28723f2b8a8f0155cfc17" alt="Wright Doyle" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 戴德理 Doyle </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">英文编辑</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=7fc76d61d606b8f7ff22585d17e9f6d4" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=008541a29f46a608a454113b0752f784" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=6ce00e93e0cf2722dce12d45bf1d1df7" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=ce7e8ef48a17f0227644259615ab2b8e" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=b24020f69ea0ad10fe127dbc3c0fb139" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=34b7b1d76cf682c6c59e823aa00d8dc6" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=103752379d38810580e3e19485f5c6a9" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=26dffd7740121c8e21355d79388f5ac2" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=30d74eee5cbf41fa1dce4f089a024f86" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=1b7beae90e739fcdbc404e495ee55d32" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=24dca9c7737cab1fcc318dca13fa0ec8" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=a186f73f985a6267601f18d43b0167d3" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/CarolLeeHamrin.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=24dca9c7737cab1fcc318dca13fa0ec8" alt="Carol Lee Hamrin" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 李可柔 Hamrin </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">资深顾问</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=d66c006089c6ae2ddd96cc08dbcf2927" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=4ad979ef7b6831540f90307e22025b1f" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=b1464b64623e2b0b14aeb94d07aca072" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=a7e2a77868f623c06f3e9948f21ad04f" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=7dae927136fb58e894424b11a6b76763" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=0a8eda112bc7345dbc4038766150978b" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=380e328d6de707f8443fa556554d7cff" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=43e83778b4629e81f29610a6078e38b7" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=2efc5d7b661c42e7aa2f678cb360d547" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=6d0fbdd161fac95c6e3ae3e5f5eb8ebe" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=edf478281a9ffdd5c5b9e7e9ef2ddd1c" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=e0a75f975871175c26187d8c7ab147d2" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/LiYading.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=edf478281a9ffdd5c5b9e7e9ef2ddd1c" alt="Li Yading" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 李亚丁 Li </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">中文编辑</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=d7141bdac896ba36f8b3d7c0b8dd62f6" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=63486eda22695145db8604f1764eb8ef" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=a32caa781a99bc2f4959ab749f1dce16" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=000a3f2ae44a5a31571734866589d310" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=9cb0d9b4c09ee5eed85fc9ff4a4771bb" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=01bdfeb91bf2ec3b6460d4d0a98094d5" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=eab278772fc2437f570a7b1c1f394f23" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=7aed201ad0543f7d06c11619e57060d8" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=756c51aed9bd4ac65f7cbbebf39bf1ac" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=f23ce18b58386ed861a4e29ba51cb46e" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=126c0123c853266844b65ed9a041e504" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=bc7b87f2cc1c1fe4dce42700957294bf" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/PengCuian.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=126c0123c853266844b65ed9a041e504" alt="Peng Cuian" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 彭萃安 Peng </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">编辑</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=6529b34b9f54118716314f43fe69fbcb" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=9b5142778f0180139b2e7b7431399c1d" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=c658cc12eba7eff617acb8c390391e0f" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=992cd08d61f148a13b832257a6798bec" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=256e6d830c1d01d7fbb12edf4f7e4615" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=b3f458a70d5f3010c2c903137ab335ff" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=e86e3158b414907af821a652733c4430" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=dd6222742c8b9f5b5534c55ab07db0be" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=0d06c4961ef46e51e2e79637e30c73f0" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=d7d4dad74b877aa567820cedee785b21" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=d9fb40fd29eb11f3b28ad72fee7bc278" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=d979a5154fca113d0635643d9d56d245" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JasonTruell.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=d9fb40fd29eb11f3b28ad72fee7bc278" alt="Jason Truell" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 楚岳恩 Truell </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">网络设计师</p> </div> </div> </div> </div> <!-- /.w-full --> </div> <!-- /.container --> </div> <!-- /.bg-grayBrand-100 --> <div class="container"> <hr class="py-12 border-white"> </div><!-- /.container --> <h2 class="text-2xl font-normal leading-7 text-center"> 编辑咨询委员会 </h2> <div class="bg-grayBrand-100 pb-16"> <div class="container"> <div class="grid w-full grid-cols-1 gap-8 pt-20 pb-8 mx-auto lg:gap-12 max-w-906 xl:max-w-screen-xl xs:grid-cols-2 sm:grid-cols-3 md:grid-cols-3 xl:grid-cols-4"> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=78d4ce875ceea8e697a5326a7cccdb2b" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=cab558c8deaac3a54abb32fac6f4363b" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=784895e9942af4a6447ae1d0bc1827cb" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=b5d313bc3dea4a87d3810143e9a16264" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=8825fc790fc7393d33ed0b3f159c9bef" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=2ac1b7a9c5877cbe0cdd715c128cc945" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=14c3877235373fddee75298f3a398436" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=5d7f5c31fd88b29f8fa61b026cca168b" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=ed1f7fb31e376c9bff9d2df819c0af67" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=de81a41cf3cc9802f02672dd232f13b2" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=c3361a39b78a80285b86d13c5e64695b" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=a3cd4e651807bc0f56ba94fe666d8cb6" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DanielBays.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=c3361a39b78a80285b86d13c5e64695b" alt="Daniel Bays" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Daniel H. Bays </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Professor of History and Director of the Asian Studies Program, Calvin College, MI</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=b2148fe900c5eb001c8742092dfbb965" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=104ff06f7cf2dad72ee949bc04fcbe4d" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=8955df80a78c754bcc89d22aedcfe6f9" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=1979c39924e4b15bb5c59d9be225cc57" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=8d236ea415ad7aa7eae3ad0bd1b93d1e" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=9b2dbcd0152d9f679639f75b47c07f4e" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=e80291a869dd4db414e2465643ef8d00" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=b11da1c8b13e0df20bb3228448094609" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=7a0679b0ed4308585cf8cd78b8938e1b" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=a8b925bfae05f0d5c1a64aaca3c6a79d" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=16f6c16d865d15b7a4fed5b7ebe3e930" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=246fa9e629df70e29d008f9e98f7f54d" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JanStacey.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=16f6c16d865d15b7a4fed5b7ebe3e930" alt="Jan Stacey" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Jan Stacey Bieler </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Independent Scholar and writer.</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=d4d9f40bf2c37207c0d0de06e9b5f14a" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=e21fd63033895aaabbea4fdf648a4dd4" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=b495e241492a3f9d978131eef601c08c" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=290ae2969168f73ea2eb7f83d6135688" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=f47f088cb4dfcb5f12cc73f6f53e8a41" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=7f8685e50e65af7e60113f6d1da0ced8" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=5c5f4f555708e9f1109d1d7f110fbfe9" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=99c6a8f1bf0976ae4fbe16c841b137ae" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=53a6a2860ffd65d8c0d10c97fe08a42c" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=03c4a664d31f9b37b4d62914e5c73ba5" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=0a354be61179f8f5945fe2d8213f2f7c" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=3622a07c8c137ae7d3e12c6dfc201cc5" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/JonBonk.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=0a354be61179f8f5945fe2d8213f2f7c" alt="Jon Bonk" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Jonathan Bonk </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Executive Director of the Overseas Ministries Study Center, New Haven, CT, and Editor of the International Bulletin for Missionary Research</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=f7bc24070667db4d5c41b51647132288" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=ff22484ed11d4bc60a7dcbdccfd2f652" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=75fd0198f4036d7c633bcc990b6ebaef" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=601157b9d9fdd1127ceca656ddc4ab00" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=ab6c5933746f9c8dc2822b43a7eb4eca" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=18f91a4f20a52a200b2e044b9626d93c" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=9739d01c36650016ddb590e8fe5bdce7" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=d169227d49a926d14df0b1507c6d1b3b" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=3a7036b425495eda9e6d69e61203d5b8" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=e843b99b9ed191662bc0c89c2796bc0e" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=44654e985c4328e99e916a46ca4f61eb" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=a389005789f5393263cb8d6431b80af0" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChrisHancock.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=44654e985c4328e99e916a46ca4f61eb" alt="Chris Hancock" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Christopher Hancock </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Director of the Centre for the Study of Christianity in China, King&#039;s College, London</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=0dc7977330450aca701356f1700961f4" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=93e485c73ae6ab4262f830339e9ff9c9" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=8783c3181add247f21b6e4de7850d2ab" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=683a5200b834b1189511e18c0cbb4442" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=056d519a150c2eb9ebedceacaf6ea2ee" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=9489fa5d47da843742ad59954de178be" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=321100794b892284ca45d2232b6ab920" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=73a2b834b1181f9f86d1c52b54229b82" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=e2ed6f532a7c7580bf2ecfec93c1b4ec" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=85ab2ee3df2a9871ba81cdb7ac9dfa8a" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=168029b38ee38bce77696afee48da8a9" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672194&amp;s=bf29ae7df6813c707c9b8547ec6b823b" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/AndrewKaiser.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672194&amp;s=168029b38ee38bce77696afee48da8a9" alt="Andrew Kaiser" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Andrew T. Kaiser </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Independent scholar and author, living and working in Shanxi, China since 1997.</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=ad69183f203323d9058ce9cc535d6641" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=971a1114383f60600b7900892c2e4dc9" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=a6e51892a56c59959a51d5f156ad1ddf" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=9676e9497f6d057cea840a1f103f73af" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=9f090748aeefc8616103093d1b35eafc" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=9724707c708c54efc382d92d144b7514" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=9e977029d3b808e78dad7af3740eb0b9" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=b16dd06c376bbd46e61e49bf6ac86c45" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=965aec77dd53cfab5c4ef6bbf023728c" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=720c48a3dc87a2f9672cf62df5364068" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=7ff334499ceb76634cf5b9358b5883b2" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=c110a055526f8e986e1c4cb0a18913a4" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/DianeObenchain.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=7ff334499ceb76634cf5b9358b5883b2" alt="Diane Obenchain" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Diane B. Obenchain </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Professor of Department of Religion, and Core Faculty of Asian Studies Program, Calvin College, MI</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=e9e98dfb8d0ab6d965514bc653f2f8e0" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=dd86fd7b5daf3949c2b45a5d8014e5c8" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=610e9b3c1015a7fbb671b79fd96a3a96" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=7943c9513c3e0a2070b046395d6bf383" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=bb3d9533cfbf2588132e77599efb3875" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=7277dde8a9fc3bb658a137ce5883928c" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=3e499025ff30dd13f067cafcd58f5110" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=892a1225a3856f5bbe6e9c6168945794" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=2dbc2f096f630a6bc6ef4acbf99bc309" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=5539128b90c7e0db08cf4dea4f329ce6" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=b1944a6b09667ba16acee19d439d58bf" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=1c608119e4be6ad8abcedc55939ad463" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/ChloeStarr.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=b1944a6b09667ba16acee19d439d58bf" alt="Chloe Starr" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Chloë Starr </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Associate Professor of Asian Christianity and Theology, Yale Divinity School.</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=4f27793baeb75be3bfc24c1422cec398" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=d813c9c9340b1cd05d4b52a0947b8592" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=2c5a2bb7fcac92ce279861074b3d6881" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=2a66eb8b984a8ba7e90fd6c7663a592b" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=7a775da44d81db43e2823850127b595d" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=a3d1f283c1415a16aabed182c9796865" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=4c32913d93d0257d0a3290d3b0347d83" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=58024993524dc829ef9c5f7c935f9aa7" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=6ad2b2f3ae7f410d6926bbf89c6de00d" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=64bf2ff964ce2542319abbfddc84b5df" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=d7427bcf6819c6f04a7f3177f90d07c1" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=3f6eeeb05c9da4397a847e322694e129" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/KangSanTan.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=d7427bcf6819c6f04a7f3177f90d07c1" alt="Kang San Tan" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Kang-San Tan </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Professor of Mission, Redcliffe College, UK</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=37dedabcdb84f9f66f7029bed7f80ec7" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=49ba73f2b63f03b0e02e8659363b4f7f" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=54fd411e16082b5556ffa1582d40f54d" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=e98a260c2ab23f52c94229365cd309e8" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=b66bc678da24314fcf06a9d789aa363b" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=5b97e950ffb9f69c37c88d1917c8b48c" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=5682e4846a7aa5188e35e12abf9d75be" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=620df9d9d8e3a86aff5608fb68243d0b" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=ab271375eb04d52d832867128a3eb610" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=f27cd13b458282d5c3a6a4f098557693" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=1ff8c3bd5571c6fcd19b8085c7b65083" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=78eea514165303a52b6d2efa6c770fe2" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=1ff8c3bd5571c6fcd19b8085c7b65083" alt="Mountains" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Zhongxin Wang </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Director of Chinese Christian Scholars Association in North America, Boston</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=37dedabcdb84f9f66f7029bed7f80ec7" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=49ba73f2b63f03b0e02e8659363b4f7f" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=54fd411e16082b5556ffa1582d40f54d" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=e98a260c2ab23f52c94229365cd309e8" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=b66bc678da24314fcf06a9d789aa363b" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=5b97e950ffb9f69c37c88d1917c8b48c" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=5682e4846a7aa5188e35e12abf9d75be" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=620df9d9d8e3a86aff5608fb68243d0b" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=ab271375eb04d52d832867128a3eb610" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=f27cd13b458282d5c3a6a4f098557693" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=1ff8c3bd5571c6fcd19b8085c7b65083" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=78eea514165303a52b6d2efa6c770fe2" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=1ff8c3bd5571c6fcd19b8085c7b65083" alt="Mountains" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Jean-Paul Wiest </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Research Director and Scholar in Residence, The Beijing Center for Chinese Studies</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=37dedabcdb84f9f66f7029bed7f80ec7" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=49ba73f2b63f03b0e02e8659363b4f7f" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=54fd411e16082b5556ffa1582d40f54d" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=e98a260c2ab23f52c94229365cd309e8" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=b66bc678da24314fcf06a9d789aa363b" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=5b97e950ffb9f69c37c88d1917c8b48c" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=5682e4846a7aa5188e35e12abf9d75be" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=620df9d9d8e3a86aff5608fb68243d0b" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=ab271375eb04d52d832867128a3eb610" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=f27cd13b458282d5c3a6a4f098557693" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=1ff8c3bd5571c6fcd19b8085c7b65083" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=78eea514165303a52b6d2efa6c770fe2" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=1ff8c3bd5571c6fcd19b8085c7b65083" alt="Mountains" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Xiaoxin Wu </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Director of Ricci Institute for Chinese-Western Cultural History, University of San Francisco</p> </div> </div> </div> <div class="border border-black/[.08] bg-white flex flex-col"> <div class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=445&amp;h=340&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=280782b83ded5d7f2b46923fa7dfd459" width="445" height="340" type="image/jpeg"> <source media="(max-width: 479.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=445&amp;h=340&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=0456ee8462dc4ae042e4518becf07f74" width="445" height="340" type="image/webp"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=285&amp;h=220&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=7d0af087da90e5eed5303eee3ae89208" width="285" height="220" type="image/jpeg"> <source media="(max-width: 639.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=285&amp;h=220&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=466ea0381a6582c864f11ecc66f95bbb" width="285" height="220" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=233&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=0899aca6d72d2dfded724374fb15c936" width="233" height="180" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=233&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=d0f1d9950d3d4977d9fa1f32dcbc0b3d" width="233" height="180" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=220&amp;h=180&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=826237fdbd7f27dbd51239d8e178a1cc" width="220" height="180" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=220&amp;h=180&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=b98e31b0673f215837ce59b943c8a66b" width="220" height="180" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=270&amp;h=210&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=2494629715d0e434b0d472c9499b1954" width="270" height="210" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=270&amp;h=210&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=108ee500fca113128f27307c3ea52de3" width="270" height="210" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=b966f0fb60e4497df70aaf49e97a70dc" width="275" height="212" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=275&amp;h=212&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672193&amp;s=0eb7ced0b9adafb566358b1cd00c9b35" width="275" height="212" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/team/YangFenggang.jpg?w=275&amp;h=212&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672193&amp;s=b966f0fb60e4497df70aaf49e97a70dc" alt="Yang Fenggang" class="" width="275" height="212" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Dr. Fenggang Yang </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> </p> <p></p> <p class="mt-2 text-base text-grayBrand-500 font-freight-sans">Professor of Sociology, Purdue University</p> </div> </div> </div> </div> <!-- /.w-full --> </div> <!-- /.container --> </div> <!-- /.bg-grayBrand-100 --> </section> </main> <footer> <footer class="py-20 bg-white"> <div class="container"> <div class="grid flex-row w-full grid-cols-1 gap-8 lg:flex"> <div class="w-full lg:w-1/4"></div> <!-- /.w-full --> <div class="flex flex-col justify-center w-full lg:w-1/2"> <ul class="flex flex-row justify-center gap-6 font-freight-sans" aria-label="Footer Navigation"> <li> <a href="https://www.bdcconline.net/zh-hans/" class="font-bold hover:underline"> 主页 </a> </li> <li> <a href="https://www.bdcconline.net/zh-hans/our-story/" class="font-bold hover:underline"> 关于我们 </a> </li> <li> <a href="https://www.bdcconline.net/zh-hans/stories/" class="font-bold hover:underline"> 人物生平 </a> </li> </ul> <!-- /.text-sm --> <p class="mt-2 text-sm text-center font-freight-sans"> &copy 2005-2025 世华中国研究中心 </p> </div> <!-- /.w-full --> <div class="w-full lg:w-1/4"> </div> <!-- /.w-full --> </div> <!-- /.flex flex-row --> </div> <!-- /.container --> </footer> </footer> <!-- vendor scripts --> <script src="/assets/js/plyr.min.js?1736172034"></script> <script src="/assets/js/scripts.combined.js?1736172034"></script> <script type="application/ld+json">{"@context":"http://schema.org","@graph":[{"@type":"WebPage","author":{"@id":"#identity"},"copyrightHolder":{"@id":"#identity"},"copyrightYear":"2021","creator":{"@id":"#creator"},"dateCreated":"2021-04-29T10:16:38-04:00","dateModified":"2024-08-14T15:00:11-04:00","datePublished":"2021-04-29T10:16:00-04:00","headline":"编辑团队","inLanguage":"zh-hant","mainEntityOfPage":"https://www.bdcconline.net/zh-hans/our-team/","name":"编辑团队","publisher":{"@id":"#creator"},"url":"https://www.bdcconline.net/zh-hans/our-team/"},{"@id":"#identity","@type":"Organization"},{"@id":"#creator","@type":"Organization"},{"@type":"BreadcrumbList","description":"Breadcrumbs list","itemListElement":[{"@type":"ListItem","item":"https://www.bdcconline.net/zh-hans/","name":"主页","position":1},{"@type":"ListItem","item":"https://www.bdcconline.net/zh-hans/our-team/","name":"编辑团队","position":2}],"name":"Breadcrumbs"}]}</script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10