CINXE.COM

Editors Picks' | 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?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="en"> <title>Editors Picks&#039; | 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/stories/editors-picks/" property="og:url"> <meta content="Editors Picks&#039;" property="og:title"> <meta content="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1493&amp;h=476&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722360997&amp;s=efe99115cdbf5ae39246b0dadfb0bc97" 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="Editors Picks&#039;"> <meta name="twitter:image" content="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1493&amp;h=476&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722360997&amp;s=efe99115cdbf5ae39246b0dadfb0bc97"> <meta name="twitter:image:width" content="1200"> <meta name="twitter:image:height" content="630"> <link href="https://www.bdcconline.net/en/stories/editors-picks/" rel="canonical"> <link href="https://www.bdcconline.net/en/" rel="home"> <link href="https://www.bdcconline.net/zh-hant/stories/editors-picks/" rel="alternate" hreflang="zh-hant-tw"> <link href="https://www.bdcconline.net/zh-hans/stories/editors-picks/" rel="alternate" hreflang="zh-hant"> <link href="https://www.bdcconline.net/en/stories/editors-picks/" rel="alternate" hreflang="x-default"> <link href="https://www.bdcconline.net/en/stories/editors-picks/" 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/stories/editors-picks/" 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/stories/editors-picks/" 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>Editors Picks&#039;</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/slider/Editors_picks.jpg?w=768&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722360997&amp;s=b6586688ce4eb06aa5d38c44fad4e297" width="768" height="380" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=768&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722360997&amp;s=a02cfc5e1b321fcf5068b25071d6a49b" width="768" height="380" type="image/webp"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1024&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722360997&amp;s=4eafe4890f9b1727e913391f9d63b1e0" width="1024" height="380" type="image/jpeg"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1024&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722360997&amp;s=847dbe5c227e06bffc6722fc30b2d4f1" width="1024" height="380" type="image/webp"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1280&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722360997&amp;s=035027d6d9c0254046b4b725706f09ab" width="1280" height="380" type="image/jpeg"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1280&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722360997&amp;s=34742929a16546bc94c59d56265cb700" width="1280" height="380" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1600&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722360997&amp;s=7f73df539028b3edd452244317ca94fc" width="1600" height="380" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1600&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722360997&amp;s=f367e45d0e7ddc20e4361dbe42bc751b" width="1600" height="380" type="image/webp"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1920&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722360997&amp;s=35d84f4b59fcb701d3ca3343d3e186e1" width="1920" height="380" type="image/jpeg"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1920&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1722360997&amp;s=c22bbda68fb93f971ac5c6b18b6b6560" width="1920" height="380" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1920&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1722360997&amp;s=35d84f4b59fcb701d3ca3343d3e186e1" alt="Editors picks" class="object-cover w-full h-full" width="1920" height="380" loading="lazy" /> </picture> </figure> </div> <nav role="story navigation" class="relative z-[100] pointer-events-none-abc"> <div x-data="{ open: false }" class="relative" :class="{'absolute z-10 w-full': open, '': !open}"> <!-- Toggle Button for Mobile --> <button @click="open = !open" class="flex flex-row items-center gap-2 p-2 mx-auto font-bold uppercase text-purpleBrand-500 md:hidden h-[54px]"> All Stories <span class="transition duration-300" :class="{ '-rotate-90':open, 'rotate-90':!open}"> <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"> <!-- 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> </span> </button> <!-- Dropdown Menu --> <ul :class="{'block absolute top-[40px] w-[170px] left-[calc(50vw-85px)] bg-white': open, 'hidden': !open}" class="justify-center hidden md:flex md:flex-row"> <li class="text-center md:text-left"> <a href="https://www.bdcconline.net/en/stories/" class="uppercase hover:text-purpleBrand-500 py-3 px-4 border-b-4 font-bold border-transparent"> All Stories </a> </li> <li class="text-center md:text-left"> <a href="https://www.bdcconline.net/en/stories/latest-stories/" class="uppercase hover:text-purpleBrand-500 py-3 px-4 border-b-4 font-bold border-transparent"> Latest Stories </a> </li> <li class="text-center md:text-left"> <a href="https://www.bdcconline.net/en/stories/editors-picks/" class="uppercase hover:text-purpleBrand-500 py-3 px-4 border-b-4 font-bold text-purpleBrand-500 border-b-purpleBrand-500"> Editors Picks&#039; </a> </li> </ul> </div> </nav> <section> <div class="bg-grayBrand-100 "> <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/john-sung/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Sung-John.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672217&amp;s=d7ab8cdce039345812d9ba4b660dfe80" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Sung-John.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672217&amp;s=f98dca248863e36f35c2d4067714694f" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Sung-John.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672217&amp;s=af58970b176671c770042697ea881215" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Sung-John.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672217&amp;s=3906474ba19674cc0a9684ca28f26ad6" 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/Sung-John.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672217&amp;s=1f1e0250febaf360a0325fc3a62b4634" 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/Sung-John.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672217&amp;s=f1b89f6f1ee26a5a9f41aae81e9568d6" 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/Sung-John.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672217&amp;s=1f1e0250febaf360a0325fc3a62b4634" 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/Sung-John.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672217&amp;s=f1b89f6f1ee26a5a9f41aae81e9568d6" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Sung-John.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672217&amp;s=3f96c89735dec8d023a135c68668f4eb" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Sung-John.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672217&amp;s=532251927fb121c5f8ef63f42d0a6979" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Sung-John.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672217&amp;s=3f96c89735dec8d023a135c68668f4eb" alt="Sung John" 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 Sung </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1901 &mdash; 1944 </p> <p>Chinese revivalist, evangelist, and author</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/richard-timothy/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Richard-Timothy.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672207&amp;s=e0a8da2da71a55e15a482d3ea6ff4619" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Richard-Timothy.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672207&amp;s=f8093bb7121303687529d78d41eb110d" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Richard-Timothy.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672207&amp;s=c0dc71ac13999088d257b2c1681440f7" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Richard-Timothy.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672207&amp;s=5b777feac761a7112f6c70e4a69d5adb" 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/Richard-Timothy.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672207&amp;s=886c08aeeeb21f4904f35a3121aaa736" 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/Richard-Timothy.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672207&amp;s=fe9c25c4f699e37a3e85019973b7a52c" 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/Richard-Timothy.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672207&amp;s=886c08aeeeb21f4904f35a3121aaa736" 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/Richard-Timothy.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672207&amp;s=fe9c25c4f699e37a3e85019973b7a52c" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Richard-Timothy.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672207&amp;s=b423e8f9a7e055af4029920b9d22ede4" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Richard-Timothy.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672207&amp;s=da3742fb14ce73035c736a9eca490143" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Richard-Timothy.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672207&amp;s=b423e8f9a7e055af4029920b9d22ede4" alt="Richard Timothy" 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"> Timothy Richard </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1845 &mdash; 1915 </p> <p>Baptist Missionary who impacted the late 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/martin-ekvall/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ekvall-Martin.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672214&amp;s=8d3d6560df6ba05c979925e15f894d6e" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ekvall-Martin.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672214&amp;s=f832a98118597109432e479eefc6012a" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ekvall-Martin.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672214&amp;s=e261bf0616e8a13b2ba69feb991c51f4" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ekvall-Martin.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672214&amp;s=0b570f3519ee51bfa67419794db4aad1" 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/Ekvall-Martin.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672214&amp;s=9219ba66064a3b2ba7ad168c6a738f37" 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/Ekvall-Martin.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672214&amp;s=43dd27c5ad0427c8cc71b1abcb562b34" 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/Ekvall-Martin.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672214&amp;s=9219ba66064a3b2ba7ad168c6a738f37" 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/Ekvall-Martin.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672214&amp;s=43dd27c5ad0427c8cc71b1abcb562b34" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ekvall-Martin.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672214&amp;s=8a0b8a678f446d878d774ab4d2b2031c" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ekvall-Martin.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672214&amp;s=887c427f51151c9ac95f87bca3310c26" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ekvall-Martin.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672214&amp;s=8a0b8a678f446d878d774ab4d2b2031c" alt="Ekvall Martin" 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"> Martin Ekvall </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1866 &mdash; 1939 </p> <p>42 years as a pioneer missionary of the Christian &amp; Missionary Alliance.</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/emma-ekvall/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Emma-Ekvall.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=d5f825617eaa5a5ac6ac56dc0bbdd279" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Emma-Ekvall.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=cf3d59feb5a602e98e9ce3ed5b1485db" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Emma-Ekvall.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=bc01be8d27608cf966dbc65e80dbf382" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Emma-Ekvall.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=8f3958e6b0e910c023f1404528b3624e" 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/BDCC-Emma-Ekvall.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=e8ed177ee9467996e42b64d87d211e0a" 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/BDCC-Emma-Ekvall.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=ca4a58889df8146f91b3c42e834009b1" 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/BDCC-Emma-Ekvall.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=e8ed177ee9467996e42b64d87d211e0a" 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/BDCC-Emma-Ekvall.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=ca4a58889df8146f91b3c42e834009b1" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Emma-Ekvall.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=ad9d73167d8700926436a5c906ca7e3c" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Emma-Ekvall.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=844227b87a641e55863d2d6cd2bd3b34" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Emma-Ekvall.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=ad9d73167d8700926436a5c906ca7e3c" alt="BDCC Emma Ekvall" 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"> Emma Ekvall </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1870 &mdash; 1952 </p> <p>Founded schools for women and children with disabilities during 48 years of service.</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/r-h-graves/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-RH-Graves.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=a8b96352e786cb39b4abee3946332c87" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-RH-Graves.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=894848db55d16bfdefd0d010d5288fd7" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-RH-Graves.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=9ae117ea3e681ea990dde614992838bc" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-RH-Graves.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=5e307cc691b0d1f99bbb9203bfcef39a" 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/BDCC-RH-Graves.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=3914dee52f63db5b31b4d0fa5ea0008b" 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/BDCC-RH-Graves.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=27749c30ab169bee3caa054d05bb4277" 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/BDCC-RH-Graves.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=3914dee52f63db5b31b4d0fa5ea0008b" 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/BDCC-RH-Graves.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=27749c30ab169bee3caa054d05bb4277" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-RH-Graves.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=d4f10adb752b180f63d86b1c897bb498" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-RH-Graves.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=bf900745d2d9d6c4117906422e7cc853" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-RH-Graves.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=d4f10adb752b180f63d86b1c897bb498" alt="BDCC RH Graves" 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"> Rosewell Graves </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1853 &mdash; 1912 </p> <p>Medical doctor, church planter, itinerant evangelist, seminary professor, translator, writer and publisher, and supporter of numerous mercy ministries. Said to have been the longest-serving Southern Baptist missionary in 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/samuel-isaac-joseph-schereschewsky/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Schereschewsky.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=c1e5552563b2b3d1d8bf7e6ac3dd39f3" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Schereschewsky.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=60bd7c7723961649126eab202286ca38" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Schereschewsky.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=bc4ca14d1ffea09d1801cbe155e0233d" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Schereschewsky.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=34632d191ba1571991f38045a8145948" 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/BDCC-Schereschewsky.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=3e7bf7de468d73eaceaa78acd095c1c5" 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/BDCC-Schereschewsky.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=c18f8843b1ee464274477b456792429f" 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/BDCC-Schereschewsky.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=3e7bf7de468d73eaceaa78acd095c1c5" 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/BDCC-Schereschewsky.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=c18f8843b1ee464274477b456792429f" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Schereschewsky.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=3478f3dadd11237ebe201eed6a9797b4" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Schereschewsky.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=6f74e2ce6276cd24d928a6012d957e0c" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Schereschewsky.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;crop=focalpoint&amp;fp-x=0.4884&amp;fp-y=0.3489&amp;dm=1737210215&amp;s=3478f3dadd11237ebe201eed6a9797b4" alt="BDCC Schereschewsky" 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 Schereschewsky </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1831 &mdash; 1906 </p> <p>First translator of the Old Testament into Mandarin and Easy Wenli, elected Bishop of China for the Anglican 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/john-oswald-sanders/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Sanders.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672209&amp;s=ae87bde1bd9d080cad959fb57ddab6d9" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Sanders.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672209&amp;s=311bd3deb749c04581174c4b272117f3" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Sanders.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672209&amp;s=e0025e12cc7e21ef76ee7bdd628d7e22" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Sanders.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672209&amp;s=5bbd1107baaf3725fcb0f2f61bd068e1" 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/BDCC-Sanders.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672209&amp;s=8244273ba1a0693478efd8dbe089f7e9" 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/BDCC-Sanders.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672209&amp;s=083264c6f6c3257b0f645ecfe175d14a" 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/BDCC-Sanders.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672209&amp;s=8244273ba1a0693478efd8dbe089f7e9" 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/BDCC-Sanders.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672209&amp;s=083264c6f6c3257b0f645ecfe175d14a" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Sanders.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672209&amp;s=d139cb2f9361ccca15642d23b9dca86d" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Sanders.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672209&amp;s=d4b72a23e0a7f1469ff6125ac08f2d2e" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Sanders.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672209&amp;s=d139cb2f9361ccca15642d23b9dca86d" alt="BDCC Sanders" 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 Sanders </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1902 &mdash; 1992 </p> <p>International Bible teacher, conference speaker, revival preacher. Bible college president. Prolific author. General Director of Overseas Missionary Fellowship (formerly known as China Inland Mission) in the 1950s and 1960s. He became an elder statesman and worldwide conference speaker from his retirement until his death.</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/helen-sanford-coan-nevius/" 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"> Helen Nevius </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1833 &mdash; 1910 </p> <p>The wife and indispensable partner of John Nevius; author of books in English and Chinese; music teacher.</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/john-livingston-nevius/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/John-Livingston-Nevius.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=f321fc0b15eab53d6c8954a911c9c4df" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/John-Livingston-Nevius.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=89bf36efdeca2c8f6af2502331669bda" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/John-Livingston-Nevius.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=26c9362ae6339c41ac301462368d8cf0" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/John-Livingston-Nevius.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=05b44f91d6eb3a592cae0197c641681e" 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/John-Livingston-Nevius.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=d865799835a079fac2da036a7aa8265e" 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/John-Livingston-Nevius.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=52831e5c1cf9e314df2605ba8a6b4650" 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/John-Livingston-Nevius.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=d865799835a079fac2da036a7aa8265e" 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/John-Livingston-Nevius.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=52831e5c1cf9e314df2605ba8a6b4650" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/John-Livingston-Nevius.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=e36a50eb2d82df8c5348ad3ab2c3a34e" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/John-Livingston-Nevius.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=ec6ed581ca9440002651091c67dc8fe9" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/John-Livingston-Nevius.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=e36a50eb2d82df8c5348ad3ab2c3a34e" alt="John Livingston Nevius" 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 Nevius </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1829 &mdash; 1893 </p> <p>Evangelist. Author. Trainer of Chinese Christians leaders.</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/blatchley-emily/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Emily-Blatchley.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=302cc0437ccdf6315296c654cb0d0139" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Emily-Blatchley.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672195&amp;s=e14888376aa73ab750fdec43a5c839ec" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Emily-Blatchley.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=c2b09770c3a9ceb6bcc6e1e0d2d2376b" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Emily-Blatchley.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672195&amp;s=be0893e4c088048ab5fbf60e14c55264" 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/Emily-Blatchley.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=5b02d7d4b0c7d0355cdbffd58c9b8aed" 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/Emily-Blatchley.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672195&amp;s=3229e137c3cafe7bb0b0e7b6f6eaa16d" 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/Emily-Blatchley.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=5b02d7d4b0c7d0355cdbffd58c9b8aed" 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/Emily-Blatchley.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672195&amp;s=3229e137c3cafe7bb0b0e7b6f6eaa16d" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Emily-Blatchley.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=4cd35227847309855a87fe395620c662" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Emily-Blatchley.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672195&amp;s=cd676783ed495f03a1e839ccdf7fa954" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Emily-Blatchley.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=4cd35227847309855a87fe395620c662" alt="Emily Blatchley" 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"> Emily Blatchley </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1842 &mdash; 1874 </p> <p>Pioneer missionary of the China Inland Mission, assistant to J. Hudson Taylor and beloved support of the Taylor family. Served in China and London.</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/taylor-james-hudson/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Taylor-James-Hudson.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=cea9aac467abca786f5c0ca602dc9fcd" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Taylor-James-Hudson.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=acab19bc27fc302d9eea6d73caebabfa" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Taylor-James-Hudson.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=44fd86d17bfcb07cfb9539a0785f2fe3" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Taylor-James-Hudson.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=5766825d94344cb2d7d985255fc1754f" 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/Taylor-James-Hudson.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=28a2855699e5b01f864e506e3c6d629f" 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/Taylor-James-Hudson.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=f55bfd47bf6aef365b4c39687d56a450" 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/Taylor-James-Hudson.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=28a2855699e5b01f864e506e3c6d629f" 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/Taylor-James-Hudson.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=f55bfd47bf6aef365b4c39687d56a450" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Taylor-James-Hudson.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=cca7352ea44b3738fe33612de2e97d2e" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Taylor-James-Hudson.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672196&amp;s=4a70977e0ea49064019b601b10a5d5c5" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Taylor-James-Hudson.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672196&amp;s=cca7352ea44b3738fe33612de2e97d2e" alt="Taylor James Hudson" 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"> J. Hudson Taylor </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1832 &mdash; 1905 </p> <p>Founder and director of the China Inland Mission. Served in China, Europe, and Australia.</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/zhang-guangxu/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chang-Michael.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=50060d89df4d3fd3b085d149868cfcf1" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chang-Michael.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;s=dbbebdfb243bd0223d3174fdb228e02f" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chang-Michael.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=db5803ef7ce38282859f9a4f1aabbeae" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chang-Michael.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;s=e9c6e86707ed163a72c0b175fa3b3898" 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/Chang-Michael.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=3b733273184eeb0e578b49188609d417" 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/Chang-Michael.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;s=c993239815ab31501064431a43833880" 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/Chang-Michael.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=3b733273184eeb0e578b49188609d417" 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/Chang-Michael.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;s=c993239815ab31501064431a43833880" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chang-Michael.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=0c30676a4fdd3c4000946a6543843885" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chang-Michael.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;s=91fd250e7c5d474123a9954889c464f1" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chang-Michael.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;s=0c30676a4fdd3c4000946a6543843885" alt="Chang Michael" 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"> Zhang Guangxu </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1898 &mdash; 1973 </p> <p>The first Chinese bishop of the Fujian Diocese of the Episcopal Church.</p> </div> </a> </div> </div> <!-- /.w-full --> <div class="py-8 mx-auto-aa max-w-906"> <a href="https://www.bdcconline.net/en/stories/editors-picks" class="block mb-8 font-semibold uppercase text-orangeBrand font-freight-sans"> View all editors&#039; picks <svg class="h-3 inline-block ml-2 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z"/></svg> </a> </div> <!-- /.max-w-906 mx-auto --> </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/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-2025 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?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":"https://www.bdcconline.net/#identity"},"copyrightHolder":{"@id":"https://www.bdcconline.net/#identity"},"copyrightYear":"2024","creator":{"@id":"#creator"},"dateCreated":"2024-07-30T13:35:42-04:00","dateModified":"2024-09-09T14:09:47-04:00","datePublished":"2024-07-30T13:36:00-04:00","headline":"Editors Picks'","image":{"@type":"ImageObject","url":"https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Editors_picks.jpg?w=1493&h=476&auto=compress%2Cformat&fit=crop&dm=1722360997&s=efe99115cdbf5ae39246b0dadfb0bc97"},"inLanguage":"en","mainEntityOfPage":"https://www.bdcconline.net/en/stories/editors-picks/","name":"Editors Picks'","publisher":{"@id":"#creator"},"url":"https://www.bdcconline.net/en/stories/editors-picks/"},{"@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/stories/","name":"Stories","position":2},{"@type":"ListItem","item":"https://www.bdcconline.net/en/stories/editors-picks/","name":"Editors Picks'","position":3}],"name":"Breadcrumbs"}]}</script></body> </html>

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