CINXE.COM

China Group | BDCC

<!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?1729517261"> <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?1729517261"> <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="en"> <title>China Group | BDCC</title><meta name="generator" content="SEOmatic"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta name="robots" content="all"> <meta content="en" property="og:locale"> <meta content="zh_Hant_TW" property="og:locale:alternate"> <meta content="zh_Hant" property="og:locale:alternate"> <meta content="BDCC" property="og:site_name"> <meta content="website" property="og:type"> <meta content="https://www.bdcconline.net/en/contributors/china-group/" property="og:url"> <meta content="China Group" property="og:title"> <meta content="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=1200&amp;h=630&amp;q=82&amp;auto=format&amp;fit=crop&amp;dm=1722359996&amp;s=2b7e79bac68cf4389dda09a6b6f1ef0d" property="og:image"> <meta content="1200" property="og:image:width"> <meta content="630" property="og:image:height"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@"> <meta name="twitter:title" content="China Group"> <meta name="twitter:image" content="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=1200&amp;h=630&amp;q=82&amp;auto=format&amp;fit=crop&amp;dm=1722359996&amp;s=2b7e79bac68cf4389dda09a6b6f1ef0d"> <meta name="twitter:image:width" content="1200"> <meta name="twitter:image:height" content="630"> <link href="https://www.bdcconline.net/en/contributors/china-group/" rel="canonical"> <link href="https://www.bdcconline.net/en/" rel="home"> <link href="https://www.bdcconline.net/zh-hant/contributors/china-group/" rel="alternate" hreflang="zh-hant-tw"> <link href="https://www.bdcconline.net/zh-hans/contributors/china-group/" rel="alternate" hreflang="zh-hant"> <link href="https://www.bdcconline.net/en/contributors/china-group/" rel="alternate" hreflang="x-default"> <link href="https://www.bdcconline.net/en/contributors/china-group/" 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="en 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="en"> <!-- 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/en/" 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="Biographical Dictionary of Chinese Christianity"> <img src="/assets/images/logo.png" class="w-16 h-16" alt="Biographical Dictionary of Chinese Christianity Home"> </span> <span class="sr-only">Home</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"> Language <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/zh-hans/contributors/china-group/" title="Chinese - China" class="block px-4 py-4 text-white/60 hover:text-white hover:bg-grayBrand-hover font-freight-sans"> 中文&thinsp;(简体) </a> <a href="https://www.bdcconline.net/zh-hant/contributors/china-group/" 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"> Menu <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"> Close <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"> Discover Stories <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/en/stories/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> All Stories </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/en/stories/latest-stories/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> Latest Stories </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/en/stories/editors-picks/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> Editors&#039; Picks </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/en/collections/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> Collections </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"> Write A Story <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/en/write/guidelines/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> Guidelines For Writers </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/en/write/potential/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> Potential Subjects </a> </li> </ul> </div> <ul class="mt-4"> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/en/our-story/" class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> Our Story </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/en/our-team/ " class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> Our Team </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/en/donate/" class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> Donate </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/en/contact/" class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> Get In Touch </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>China Group</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/authors.jpg?w=768&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=30d14d568a945300564872bc5d2ba47f" width="768" height="380" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=768&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1726083472&amp;s=5017678aac319885abcc9275da06d17a" width="768" height="380" type="image/webp"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1024&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=fe848d0f7401dc1a3a1422ce13924576" width="1024" height="380" type="image/jpeg"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1024&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1726083472&amp;s=2eb90e73aad633e5904ee30ecfec16e3" width="1024" height="380" type="image/webp"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1280&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=45560ad410f0aef7c8b0213b6c496ffd" width="1280" height="380" type="image/jpeg"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1280&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1726083472&amp;s=b54d501fcdeffed5d6d047769f7de921" width="1280" height="380" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1600&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=756c75ca1300d6af1d8d8d86715ba0ac" width="1600" height="380" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1600&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1726083472&amp;s=bfa250ae94fa0404dec2fd8f03d670d3" width="1600" height="380" type="image/webp"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1920&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=8c0f4f735d50cbe6473729adabacf5e0" width="1920" height="380" type="image/jpeg"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1920&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1726083472&amp;s=39c15bdded4a25b6c3ee60d294574815" width="1920" height="380" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1920&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=8c0f4f735d50cbe6473729adabacf5e0" alt="Authors" class="object-cover w-full h-full" width="1920" height="380" loading="lazy" /> </picture> </figure> </div> <div class="container"> <div class="w-full p-6 pb-0 md:max-w-[670px] mx-auto"> <hr class="section-divider"> <h2 class="italic font-normal text-center text-28 leading-[1.25] font-freight-serif"> China Group </h2> <div class="prose prose-xl"> <p>A Collaboration of China Scholars</p> </div><!-- /.prose --> </div> <!-- /.w-full --> </div> <!-- /.container --> <div class="max-w-screen-sm px-4 pt-0 pb-12 mx-auto bg-white sm:px-0"> <div class="prose prose-xl"> </div><!-- /.prose prose-xl --> <hr class="section-divider"> </div> <div id="component-igibpx" class="sprig-component" data-hx-target="this" data-hx-include="this" data-hx-trigger="refresh" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{&quot;sprig:config&quot;:&quot;bbfe8a209ea644434e8744a6ac7bee7b5a3ffbcf50dc742563658fd157f61fb4{\u0022id\u0022:\u0022component-igibpx\u0022,\u0022siteId\u0022:2,\u0022template\u0022:\u0022contributors\\\/_components\\\/related-listing\u0022,\u0022variables\u0022:{\u0022limit\u0022:12,\u0022entryId\u0022:4271}}&quot;}"> <input type="hidden" name="filterPanelOpen" value="false"> <input type="hidden" name="page" value="1"> <section class="relative"> <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 rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/aroccia-giovanni/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=c6c58b0a547e940638c465559cf419eb" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=88a7eced387fbc2e597eb2d5100f6251" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=b0ef937ef8230fa27573b378ee37db0c" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=1f5b2a8e2ec0b4911ea61bec1f0e04a5" width="240" height="200" 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=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" 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=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=cb7e34e4cb42deac78b5347033e6dd6d" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" alt="Mountains" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Giovanni Aroccia </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1566 &mdash; 1623 </p> <p>Portuguese Jesuit missionary who entered interior China in the late Ming Dynasty.</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/baldwin-stephen-livingston/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=f46d1cdb037943ab41db14dc185f085d" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;s=c8dc40d801cfe8ec663bf2bd7cbdbd51" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=0f75c0febf4c8267111be15d2f712bc6" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;s=05aa6ce04f49d32e47a053116442d66c" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=3a3f5a3400762a968487129d86a5869c" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;s=806df1c651ebbb0e0f966c7877bf97e0" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=3a3f5a3400762a968487129d86a5869c" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;s=806df1c651ebbb0e0f966c7877bf97e0" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=0bfbdd94c4fcdf0eb52e33a043923af9" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;s=6aefa4165e8c9886f138eeadfb3e7bb9" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=0bfbdd94c4fcdf0eb52e33a043923af9" alt="Baldwin" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Stephen Livingstone Baldwin </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1835 &mdash; 1902 </p> <p>American missionary to China by the Methodist Episcopal Church</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/brown-samuel-robbins/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672203&amp;s=f108b51a2ff6a67a5bf7bfe3aa87ef19" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672203&amp;s=76c65bcc70c153e6023c583da344d350" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672203&amp;s=4284951631da6126cbf75b156b61848c" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672203&amp;s=1d7c345e45ef92c831e7158c489d031a" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672203&amp;s=85ea440c83d3ec0d8040fa73063b17ef" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672203&amp;s=ed2c1fbc0ca0a59c3807637e0c774303" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672203&amp;s=85ea440c83d3ec0d8040fa73063b17ef" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672203&amp;s=ed2c1fbc0ca0a59c3807637e0c774303" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672203&amp;s=b68edd09cc82f88ee362a9b0adbb2bf6" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672203&amp;s=4e9b7783701072c4d58d8ebd6776471a" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BrownSamuelRobbins.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672203&amp;s=b68edd09cc82f88ee362a9b0adbb2bf6" alt="Brown Samuel Robbins" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Samuel Robbins Brown </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1810 &mdash; 1880 </p> <p>American missionary to China.</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/burdon-john-s/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=88af63a659e9e731c4d5b343d8461ca0" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672200&amp;s=b46a157a500992f48de0fe9c72fa1619" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=481b92133c1445f393c461aade107110" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672200&amp;s=0abadc01fbd88bbee38126a6c2da349e" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=ab089d23286f3b55bcce41574fca2772" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672200&amp;s=29db4facd8d8dbfb5f64a87d9a9055fe" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=ab089d23286f3b55bcce41574fca2772" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672200&amp;s=29db4facd8d8dbfb5f64a87d9a9055fe" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=b179f94842c49bf33086fee18bf7e720" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672200&amp;s=590c59a990ae3f97e1970fe7cad5ae6f" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=b179f94842c49bf33086fee18bf7e720" alt="Burdon John Shaw" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> John Shaw Burdon </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1826 &mdash; 1907 </p> <p>Missionary of the Church Missionary Society for Africa and the East.</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/cheng-jingyi/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672213&amp;s=b8be13409cc6a574be3aee1dc9addb56" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672213&amp;s=fea91cd0d341e424e3ddd2ca4f4bd38c" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672213&amp;s=3d36072b161e2ecfb18d5dc062a9a516" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672213&amp;s=4ebc7b8e432996dac71f356951ae1208" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672213&amp;s=7b49a2fa76958b4cb021d1e160b934c4" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672213&amp;s=3ae502d45c6309020e0a5115295b2f73" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672213&amp;s=7b49a2fa76958b4cb021d1e160b934c4" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672213&amp;s=3ae502d45c6309020e0a5115295b2f73" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672213&amp;s=d2898d38a889733b04fc4da2ad109ec9" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672213&amp;s=97857d6eefddfa2fac5543ce6b6a7301" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Cheng-Jingyi.gif?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672213&amp;s=d2898d38a889733b04fc4da2ad109ec9" alt="Cheng Jingyi" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Cheng Jingyi </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1881 &mdash; 1939 </p> <p>Manchu Christian and founder of the China for Christ movement.</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/de-laimleckhoven-godefroid-xavier/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=c6c58b0a547e940638c465559cf419eb" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=88a7eced387fbc2e597eb2d5100f6251" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=b0ef937ef8230fa27573b378ee37db0c" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=1f5b2a8e2ec0b4911ea61bec1f0e04a5" width="240" height="200" 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=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" 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=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=cb7e34e4cb42deac78b5347033e6dd6d" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" alt="Mountains" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Godefroid Xavier de Laimleckhoven </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1707 &mdash; 1785 </p> <p>Jesuit missionary who entered the interior of China during the reign of Emperor Qian Lung (Qing Dynasty).</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/de-pantoja-didace/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=c6c58b0a547e940638c465559cf419eb" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=88a7eced387fbc2e597eb2d5100f6251" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=b0ef937ef8230fa27573b378ee37db0c" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=1f5b2a8e2ec0b4911ea61bec1f0e04a5" width="240" height="200" 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=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" 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=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=cb7e34e4cb42deac78b5347033e6dd6d" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" alt="Mountains" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Didace de Patoja </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1571 &mdash; 1618 </p> <p>Spanish Jesuit missionary to China during the late Ming period.</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/de-pordenone-odoric/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=b7d9dec40bff05a5c589a71636efb34a" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=d56bca52b76b7bca3b5a5d122699dfab" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=5aeaacc798f5e245933879496c3e040f" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=b3ec53b26e50f5ca887f0d7539a19cf8" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=8bf5fff2a6d96fba859eb9ecc41a6dbb" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=3fe349ac4cb6cf227ef9dd5dd58f7592" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=8bf5fff2a6d96fba859eb9ecc41a6dbb" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=3fe349ac4cb6cf227ef9dd5dd58f7592" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=aa22958212a7a61babfb333d88d2e284" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=170a57ac6d1168d074e34fa52796a8ac" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Odoric-de-Pordenone.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=aa22958212a7a61babfb333d88d2e284" alt="Odoric de Pordenone" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Odoric de Pordenone </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1286 &mdash; 1331 </p> <p>Italian Franciscan who went to China as a tourist during the Yuan dynasty.</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/de-souza-polycarpe/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=c6c58b0a547e940638c465559cf419eb" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=88a7eced387fbc2e597eb2d5100f6251" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=b0ef937ef8230fa27573b378ee37db0c" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=1f5b2a8e2ec0b4911ea61bec1f0e04a5" width="240" height="200" 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=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" 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=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=cb7e34e4cb42deac78b5347033e6dd6d" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" alt="Mountains" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Polycarpe de Souza </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1697 &mdash; 1757 </p> <p>First bishop in Beijing following the banning of Christianity by the Qing emperor Yongzheng.</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/de-ursis-sabbatino/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=ca85d88a17a46c3204d8e9cb386ea766" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=c091420b8aede0ff219d2a4328dd4927" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=6363e5cd76cd185e86606374ce149de9" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=5814be308e4a65e590a7fdddee2dd798" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=3f913d13005888aed960f4d7d3a8acf3" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=4722fa2d830a08df9d3cb458b71d3dbd" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=3f913d13005888aed960f4d7d3a8acf3" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=4722fa2d830a08df9d3cb458b71d3dbd" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=41cdfd13f2e029715345e0ea4a9531a1" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=38afc930428b2ff674105e547e5073ac" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/sabatino-de-ursis.jpeg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=41cdfd13f2e029715345e0ea4a9531a1" alt="Sabatino de ursis" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Sabbatino de Ursis </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1575 &mdash; 1620 </p> <p>Italian Jesuit missionary to China in the late Ming dynasty.</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/delamarre-louis-charles/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=c6c58b0a547e940638c465559cf419eb" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=88a7eced387fbc2e597eb2d5100f6251" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=b0ef937ef8230fa27573b378ee37db0c" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=1f5b2a8e2ec0b4911ea61bec1f0e04a5" width="240" height="200" 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=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" 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=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=cb7e34e4cb42deac78b5347033e6dd6d" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" alt="Mountains" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Louis-Charles Delamarre </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1810 &mdash; 1863 </p> <p>First missionary of the Paris Foreign Mission Society to enter China.</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/en/stories/diaz-emmanuel/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=c6c58b0a547e940638c465559cf419eb" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=88a7eced387fbc2e597eb2d5100f6251" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=b0ef937ef8230fa27573b378ee37db0c" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=1f5b2a8e2ec0b4911ea61bec1f0e04a5" width="240" height="200" 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=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" 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=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7798f26fb108224947f09751efc67945" width="270" height="221" 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=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722359996&amp;s=cb7e34e4cb42deac78b5347033e6dd6d" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722359996&amp;s=7a0be8ae1de7719f7426f660c931b7c5" alt="Mountains" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Emmanuel Diaz </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1574 &mdash; 1659 </p> <p>Portuguese Jesuit missionary to China in the late Ming period.</p> </div> </a> </div> </div> <!-- /.w-full --> </div> <!-- /.container --> </div> <!-- /.bg-grayBrand-100 --> </section> <div class="py-8 -mt-16 -mb-8 md:pb-16 bg-grayBrand-100"> <div class="container"> <nav role="navigation" aria-label="Pagination Navigation" class="nav-wrap"> <ul class="flex flex-row justify-center gap-4 my-8 sprig-pagination" data-sprig-parsed> <li class="hidden sm:block"> <a class="page-1 flex flex-row items-center justify-center w-10 h-10 text-white rounded-sm bg-purpleBrand-500 hover:text-white cursor-default">1</a> </li> <li class="hidden sm:block"> <a class="page-1 flex flex-row items-center justify-center w-10 h-10 text-black/[.44]hover:text-purpleBrand-500 rounded-sm bg-white border hover:bg-gray-100" sprig s-val:page="2" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{&quot;page&quot;:&quot;2&quot;}" data-sprig-parsed> 2 </a> </li> <li class="hidden sm:block"> <a class="page-1 flex flex-row items-center justify-center w-10 h-10 text-black/[.44]hover:text-purpleBrand-500 rounded-sm bg-white border hover:bg-gray-100" sprig s-val:page="3" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{&quot;page&quot;:&quot;3&quot;}" data-sprig-parsed> 3 </a> </li> <li class="hidden sm:block"> <a class="page-1 flex flex-row items-center justify-center w-10 h-10 text-black/[.44]hover:text-purpleBrand-500 rounded-sm bg-white border hover:bg-gray-100" sprig s-val:page="4" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{&quot;page&quot;:&quot;4&quot;}" data-sprig-parsed> 4 </a> </li> <li class="hidden sm:block"> <a class="page-1 flex flex-row items-center justify-center w-10 h-10 text-black/[.44]hover:text-purpleBrand-500 rounded-sm bg-white border hover:bg-gray-100" sprig s-val:page="5" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{&quot;page&quot;:&quot;5&quot;}" data-sprig-parsed> 5 </a> </li> <li> <a class="flex flex-row items-center justify-center h-10 px-8 py-4 font-sans text-lg bg-white border rounded-sm hover:text-purpleBrand-500 text-black/[.44]" sprig s-val:page="2" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{&quot;page&quot;:&quot;2&quot;}" data-sprig-parsed> Next &thinsp;<i class="text-sm fa fa-chevron-right"></i> </a> </li> </ul> </nav> </div> <!-- /.container --> </div> </div> </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/en/" class="font-bold hover:underline"> Home </a> </li> <li> <a href="https://www.bdcconline.net/en/our-story/" class="font-bold hover:underline"> About </a> </li> <li> <a href="https://www.bdcconline.net/en/stories/" class="font-bold hover:underline"> Stories </a> </li> </ul> <!-- /.text-sm --> <p class="mt-2 text-sm text-center font-freight-sans"> &copy 2005-2024 Biographical Dictionary of Chinese Christianity </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?1729517262"></script> <script src="/assets/js/scripts.combined.js?1729517262"></script> <script type="application/ld+json">{"@context":"http://schema.org","@graph":[{"@type":"WebPage","author":{"@id":"https://www.bdcconline.net/#identity"},"copyrightHolder":{"@id":"https://www.bdcconline.net/#identity"},"copyrightYear":"2014","creator":{"@id":"#creator"},"dateCreated":"2024-07-25T10:37:09-04:00","dateModified":"2024-07-25T10:37:09-04:00","datePublished":"2014-11-24T15:13:51-05:00","headline":"China Group","image":{"@type":"ImageObject","url":"https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=1200&h=630&q=82&auto=format&fit=crop&dm=1722359996&s=2b7e79bac68cf4389dda09a6b6f1ef0d"},"inLanguage":"en","mainEntityOfPage":"https://www.bdcconline.net/en/contributors/china-group/","name":"China Group","publisher":{"@id":"#creator"},"url":"https://www.bdcconline.net/en/contributors/china-group/"},{"@id":"https://www.bdcconline.net/#identity","@type":"WebSite","image":{"@type":"ImageObject","height":"928","url":"https://bdcc-online.transforms.svdcdn.com/staging/uploads/logo.png?w=932&h=928&auto=compress%2Cformat&fit=crop&dm=1724187123&s=817d75fdb8873f266d263ea290e53ebd","width":"932"},"inLanguage":"en","name":"BDCC","url":"https://www.bdcconline.net/"},{"@id":"#creator","@type":"Organization"},{"@type":"BreadcrumbList","description":"Breadcrumbs list","itemListElement":[{"@type":"ListItem","item":"https://www.bdcconline.net/en/","name":"Home","position":1},{"@type":"ListItem","item":"https://www.bdcconline.net/en/contributors/","name":"Contributors","position":2},{"@type":"ListItem","item":"https://www.bdcconline.net/en/contributors/china-group/","name":"China Group","position":3}],"name":"Breadcrumbs"}]}</script><script src="https://www.bdcconline.net/cpresources/e5860853/htmx.min.js?v=1729517392"></script> <script>htmx.on('htmx:afterSwap', function (event) { // scroll to top so we aren't left at the bottom of the new page window.scrollTo(0, 50); });</script></body> </html>

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