CINXE.COM

About | BMJ Paediatrics Open

<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="/_next/static/media/logo-bmj-journals.4304841c959cf8fd7fd20a61cc63fe89.svg" /><link rel="preload" as="image" href="/next-resources/logo.svg" /><link rel="preload" as="image" href="/next-resources/search.svg" /><link rel="preload" as="image" href="/next-resources/hamburger-menu.svg" /><link rel="preload" as="image" href="https://resources.bmj.com/repository/journals-network-project/images/social-media/rss.svg" /><link rel="preload" as="image" href="https://resources.bmj.com/repository/journals-network-project/images/social-media/x.svg" /><link rel="preload" as="image" href="https://resources.bmj.com/repository/journals-network-project/images/social-media/facebook.svg" /><link rel="preload" as="image" href="https://resources.bmj.com/repository/journals-network-project/images/social-media/linkedin.svg" /><link rel="preload" as="image" href="/_next/static/media/bmj-footer-logo.c6e1ad28003cb22dbd978555514ed05c.svg" /><link rel="stylesheet" href="/_next/static/css/9f534adce1adfa3e.css" data-precedence="next" /><link rel="stylesheet" href="/_next/static/css/fd0fe2b507dee590.css" data-precedence="next" /><link rel="stylesheet" href="/_next/static/css/66ad511738c93f8a.css" data-precedence="next" /><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8279bfe1e5fb5dfc.js" /><script src="/_next/static/chunks/1dd3208c-9d76d526575ccb40.js" async=""></script><script src="/_next/static/chunks/286-f34bccc04707da60.js" async=""></script><script src="/_next/static/chunks/main-app-ea968dc5e14e4750.js" async=""></script><script src="/_next/static/chunks/9af238c7-d9f324d096f5b01b.js" async=""></script><script src="/_next/static/chunks/22747d63-7f124ab79e18b585.js" async=""></script><script src="/_next/static/chunks/599-10b37551567a3312.js" async=""></script><script src="/_next/static/chunks/789-19b4cf9884ba70ce.js" async=""></script><script src="/_next/static/chunks/97-bac2b3d00341ccba.js" async=""></script><script src="/_next/static/chunks/345-217f92e4288d4463.js" async=""></script><script src="/_next/static/chunks/app/pages/about/page-0451ce3b0d0e48eb.js" async=""></script><script src="/_next/static/chunks/633-8ab650060db62dad.js" async=""></script><script src="/_next/static/chunks/app/error-929a8968184783e0.js" async=""></script><link rel="preload" href="https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js" as="script" /><link rel="preload" href="https://securepubads.g.doubleclick.net/tag/js/gpt.js" as="script" /><link rel="shortcut icon" href="/next-resources/favicon.ico" type="image/vnd.microsoft.icon" /><link rel="preconnect dns-prefetch" href="https://securepubads.g.doubleclick.net" /><link rel="preload" href="https://securepubads.g.doubleclick.net/tag/js/gpt.js" as="script" /><link rel="preconnect dns-prefetch" href="https://analytics.bmj.com" /><link rel="preconnect dns-prefetch" href="https://cdn-eu.pagesense.io" /><link rel="preconnect dns-prefetch" href="https://popup.wisepops.com" /><link rel="preconnect dns-prefetch" href="https://www.medtargetsystem.com" /><link rel="preload" href="https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js" as="script" /><title>About | BMJ Paediatrics Open</title><meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"/><meta name="canonical" content="https://bmjpaedsopen.bmj.com/pages/about"/><meta name="og:locale" content="en_US"/><meta name="og:type" content="article"/><meta name="og:title" content="About | BMJ Paediatrics Open"/><meta name="og:url" content="https://bmjpaedsopen.bmj.com/pages/about"/><meta name="og:site_name" content="BMJ Paediatrics Open"/><meta name="og:image" content="https://bmjpaedsopen.bmj.com/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/94bm3OnO_400x400.jpeg"/><meta name="og:image:width" content="298"/><meta name="og:image:height" content="298"/><meta name="twitter:image" content="https://bmjpaedsopen.bmj.com/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/94bm3OnO_400x400.jpeg"/><meta name="article:modified_time" content="2025-02-14T13:03:16+00:00"/><meta name="twitter:card" content="summary_large_image"/><link rel="canonical" href="/pages/about" /><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script><script> window.dataLayer = window.dataLayer || []; function parseCookies() { let cookieHeader = document.cookie || ""; let cookies = Object.fromEntries( cookieHeader.split("; ").map((c) => c.split("=")) ); for (let key in cookies) { if (cookies[key] === "undefined") { cookies[key] = undefined; } } return cookies; } function uuidv4() { var d = new Date().getTime(); //Timestamp var d2 = (typeof performance !== "undefined" && performance.now && performance.now() * 1000) || 0; //Time in microseconds since page-load or 0 if unsupported return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function (c) { var r = Math.random() * 16; //random number between 0 and 16 if (d > 0) { //Use timestamp until depleted r = (d + r) % 16 | 0; d = Math.floor(d / 16); } else { //Use microseconds since page-load if supported r = (d2 + r) % 16 | 0; d2 = Math.floor(d2 / 16); } return (c === "x" ? r : (r & 0x3) | 0x8).toString(16); }); } function handleCookie() { let cookies = parseCookies(); let bmj_uuid = cookies.bmj_uuid; if (!bmj_uuid) { bmj_uuid = uuidv4(); cookies.bmj_uuid = bmj_uuid; } return { bmj_uuid }; } let { bmj_uuid } = handleCookie(); let bmj_ppid = parseCookies().bmj_ppid; const anonMailId = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"; let nonAnonMailId = window.dataLayer.find((item) => item.user)?.user?.mail === anonMailId ? null : window.dataLayer.find((item) => item.user)?.user?.mail; let userId = dataLayer.find((item) => item.user)?.user?.["data-ics"] ?? (dataLayer.find((item) => item.user)?.user?.mail && nonAnonMailId) ?? bmj_ppid ?? bmj_uuid; document.cookie = "bmj_ppid=" + userId + "; domain=.bmj.com; path=/; max-age=31622400; SameSite=None; Secure"; document.cookie = "bmj_uuid=" + bmj_uuid + "; domain=.bmj.com; path=/; max-age=31622400; SameSite=None; Secure"; var googletag = googletag || { cmd: [] }; googletag.cmd.push(function () { googletag.pubads().setPublisherProvidedId(userId); googletag.enableServices(); }); window.dataLayer.push({ bmj_uuid: bmj_uuid, }); </script> </head><body><script>(self.__next_s=self.__next_s||[]).push(["https://securepubads.g.doubleclick.net/tag/js/gpt.js",{"async":true}])</script><div><div id="div-gpt-ad-3321227-1-parent" data-testid="top-ad-slot-parent" class="flex items-center justify-center py-3 undefined min-w-[auto] min-h-[100px] md:min-h-[250px] border-b-bmj-silver-100 bg-bmj-siver-30 border-b"><div id="div-gpt-ad-3321227-1" data-testid="top-ad-slot" class="flex items-center justify-center w-[auto] h-[100px] md:h-[250px]"></div></div><header class="hidden flex-wrap items-center justify-between px-4 md:flex md:flex-nowrap" data-testid="header-panel"><a href="https://journals.bmj.com" class="py-2 px-0 flex items-center" tabindex="1"><img class="h-[42px] w-[154px]" data-testid="bmj-journals-logo" src="/_next/static/media/logo-bmj-journals.4304841c959cf8fd7fd20a61cc63fe89.svg" alt="BMJ Journals logo" /></a><nav class="flex flex-wrap items-center justify-between md:flex-nowrap"><div data-testid="search-box" class="flex w-72 flex-col bg-white/20 p-2 pr-4 md:w-[343px] md:flex-row md:items-start md:p-0 md:pr-0 undefined"><form role="search" class="flex undefined" action="/search" method="post"><input type="textbox" placeholder="search" title="Search for:" class="border-bmj-silver-100 rounded-0 h-[34px] w-[207px] appearance-none border p-[5px] pl-[10px] align-middle text-[14px] undefined" tabindex="2" name="keywords"/><button type="submit" class="bg-bmj-siver-30 border-bmj-silver-100 rounded-0 ml-[-4px] h-[34px] appearance-none border py-[1px] pl-[10px] pr-[12px] text-[13.33px] undefined" tabindex="3" name="op">Search</button><input type="hidden" name="form_id" value="highwire_search_quicksearch_form_1"/></form><div class="flex justify-start pl-[5px] pt-[3px] text-left md:justify-end undefined"><a href="/search" title="Advanced Search" class="decoration-none lg:text-bmj-blue-500 mt-2 flex flex-row text-[12.75px] leading-[normal] md:mt-0 md:flex-col [&amp;&gt;:first-of-type]:mr-1 undefined" tabindex="4"><span>Advanced</span><span>search</span></a></div></div></nav></header><div data-testid="page-with-menu" class=" transition-margin-left relative m-0 mx-auto min-h-[512px] w-full min-w-0 duration-300 [&amp;.panel-enter-active]:ml-[-15.625rem] [&amp;.panel-enter-done]:ml-[-15.625rem] [&amp;.panel-enter]:ml-0 [&amp;.panel-exit-active]:ml-0 [&amp;.panel-exit-done]:ml-0 [&amp;.panel-exit]:ml-[-15.625rem]"><div class=""><div data-testid="top-menu-container" role="presentation" class="bg-bmj-primary-brand mx-auto h-[3.5625rem] w-full min-w-0 md:h-[4.375rem]"><nav role="navigation" class="relative m-0 mx-auto flex h-full w-full min-w-0 justify-between pl-4 pr-0"><div class="w-1/2 md:w-1/5 bg-bmj-primary-brand m-0 flex min-w-0 items-center"><a href="/" class="flex h-full w-full items-center" tabindex="5"><img data-testid="top-menu-logo" src="/next-resources/logo.svg" alt="logo" class="h-auto w-full" /></a></div><div class=" bg-bmj-primary-brand m-0 flex min-w-0 items-center"><div class="hidden h-full lg:flex"><a class="decoration-none text-4.25 rounded-0 text-bmj-white [&amp;:hover]:md:bg-bmj-white/20 flex h-full cursor-pointer items-center whitespace-nowrap border-0 bg-transparent px-2 py-4 font-sans leading-5 [&amp;.is-active]:bg-white/20 [&amp;:hover]:bg-transparent [&amp;:last-child]:pr-4" href="/content/current" data-testid="148" tabindex="6">Latest content</a><a class="decoration-none text-4.25 rounded-0 text-bmj-white [&amp;:hover]:md:bg-bmj-white/20 flex h-full cursor-pointer items-center whitespace-nowrap border-0 bg-transparent px-2 py-4 font-sans leading-5 [&amp;.is-active]:bg-white/20 [&amp;:hover]:bg-transparent [&amp;:last-child]:pr-4" href="/content/by/year" data-testid="149" tabindex="6">Archive</a><a class="decoration-none text-4.25 rounded-0 text-bmj-white [&amp;:hover]:md:bg-bmj-white/20 flex h-full cursor-pointer items-center whitespace-nowrap border-0 bg-transparent px-2 py-4 font-sans leading-5 [&amp;.is-active]:bg-white/20 [&amp;:hover]:bg-transparent [&amp;:last-child]:pr-4" href="/pages/authors/" data-testid="225" tabindex="6">For authors</a><a class="decoration-none text-4.25 rounded-0 text-bmj-white [&amp;:hover]:md:bg-bmj-white/20 flex h-full cursor-pointer items-center whitespace-nowrap border-0 bg-transparent px-2 py-4 font-sans leading-5 [&amp;.is-active]:bg-white/20 [&amp;:hover]:bg-transparent [&amp;:last-child]:pr-4" href="/pages/about/" data-testid="304" tabindex="6">About</a><a class="decoration-none text-4.25 rounded-0 text-bmj-white [&amp;:hover]:md:bg-bmj-white/20 flex h-full cursor-pointer items-center whitespace-nowrap border-0 bg-transparent px-2 py-4 font-sans leading-5 [&amp;.is-active]:bg-white/20 [&amp;:hover]:bg-transparent [&amp;:last-child]:pr-4" href="/pages/topic-collections/" data-testid="158" tabindex="6">Topic collections</a></div><div class="flex h-full lg:hidden"><button class=" md:hidden decoration-none text-background rounded-0 flex h-full cursor-pointer items-center whitespace-nowrap border-none bg-transparent px-2 py-4 font-sans leading-5 text-[4.25] [&amp;:focus-visible]:outline-0 [&amp;:hover]:bg-transparent [&amp;:hover]:md:bg-white/20 [&amp;:last-child]:pr-4" tabindex="6"><img src="/next-resources/search.svg" alt="Search" width="36" height="36" /></button><button class=" decoration-none text-background rounded-0 flex h-full cursor-pointer items-center whitespace-nowrap border-none bg-transparent px-2 py-4 font-sans leading-5 text-[4.25] [&amp;:focus-visible]:outline-0 [&amp;:hover]:bg-transparent [&amp;:hover]:md:bg-white/20 [&amp;:last-child]:pr-4" tabindex="6"><img src="/next-resources/hamburger-menu.svg" alt="Menu" width="36" height="36" /></button></div></div></nav></div><main><div><div class="mb-[24px] flex justify-between bg-white pt-2 md:mb-10"><div><div data-testid="breadcrumbs" class="px-4"><span class="text-bmj-font-color-medium text-sm font-normal not-italic leading-4" data-testid="ancestor-wrapper"><a class="decoration-none text-bmj-blue-600 hover:text-bmj-blue-700 text-sm font-normal no-underline focus-visible:border-[1px] focus-visible:outline-none focus-visible:border-bmj-article-oa-tag" data-testid="home" href="/" tabindex="50">Home</a></span><span class="text-bmj-grey-breadcrumb m-2 text-sm">/</span><span class="text-bmj-font-color-medium text-sm font-normal not-italic leading-4 focus-visible:border-[1px] focus-visible:outline-none focus-visible:border-bmj-article-oa-tag" data-testid="about">About</span></div></div><a href="https://myaccount.bmj.com/myaccount/signup.html?regService=etoc-alerts&amp;corpusCode=bmjpo&amp;fwdUrl=https://bmjpaedsopen.bmj.com/" class="undefined text-bmj-blue-600 [&amp;:hover]:text-bmj-blue-700 hidden no-underline md:inline-block focus-visible:border-[1px] focus-visible:outline-none focus-visible:border-bmj-article-oa-tag" tabindex="55"><div class="flex"><div class="mr-2 flex"><svg class="text-bmj-primary-brand h-4 w-8" data-testid="envelope-icon" viewBox="0 0 33 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1H32V21H1V1Z" fill="white" stroke="currentColor"></path><path d="M31.9 20.8L21 9" stroke="currentColor"></path><path d="M1 20.5L11.8 9" stroke="currentColor"></path><mask id="path-4-inside-1" fill="white"><path d="M0.600098 0.700012L16.6001 13.4L32.4001 0.900012"></path></mask><path d="M16.6001 13.4L15.9784 14.1833L16.5991 14.6759L17.2205 14.1843L16.6001 13.4ZM-0.0216079 1.48326L15.9784 14.1833L17.2218 12.6168L1.2218 -0.0832389L-0.0216079 1.48326ZM17.2205 14.1843L33.0205 1.68426L31.7797 0.115765L15.9796 12.6158L17.2205 14.1843Z" fill="currentColor" mask="url(#path-4-inside-1)"></path></svg></div><span class="mr-4 text-base leading-4" data-testid="email-alerts-link">Email alerts</span></div></a></div><section class="whitespace-pre-wrap pb-12 [&amp;_p]:mb-4"><div class="about"><div class="m-0 mx-auto w-full min-w-0 max-w-[77rem] px-4"><h1 data-testid="sections-page-title" class="mb-5">About</h1><div class="border-bmj-silver-100 border-1 m-0 ml-auto mr-auto w-full min-w-0 border-t border-b border-solid" data-testid="about-keymetrics-panel"><div class="md:flex-unset flex grid-cols-[repeat(auto-fill,11.25rem)] flex-col justify-between pt-4 pb-5 md:grid" data-testid="key-metrics-header"><div class="text-bmj-silver-800 flex flex-col justify-between pt-5 pr-0 md:pt-0 md:pr-4 [&amp;&gt;div:nth-of-type(1)]:mr-1 [&amp;&gt;div:nth-of-type(1)]:text-base [&amp;&gt;div:nth-of-type(2)]:text-2xl pb-5" data-testid="139"><div>Acceptance Rate<!-- -->:</div><div>30%</div></div><div class="text-bmj-silver-800 flex flex-col justify-between pt-5 pr-0 md:pt-0 md:pr-4 [&amp;&gt;div:nth-of-type(1)]:mr-1 [&amp;&gt;div:nth-of-type(1)]:text-base [&amp;&gt;div:nth-of-type(2)]:text-2xl pb-5" data-testid="140"><div>Time to first decision with review<!-- -->:</div><div>50 days*</div></div><div class="text-bmj-silver-800 flex flex-col justify-between pt-5 pr-0 md:pt-0 md:pr-4 [&amp;&gt;div:nth-of-type(1)]:mr-1 [&amp;&gt;div:nth-of-type(1)]:text-base [&amp;&gt;div:nth-of-type(2)]:text-2xl pb-5" data-testid="141"><div>Time from acceptance to publication<!-- -->:</div><div>25 days*</div></div><div class="text-bmj-silver-800 flex flex-col justify-between pt-5 pr-0 md:pt-0 md:pr-4 [&amp;&gt;div:nth-of-type(1)]:mr-1 [&amp;&gt;div:nth-of-type(1)]:text-base [&amp;&gt;div:nth-of-type(2)]:text-2xl pb-5" data-testid="142"><div>Impact Factor<!-- -->:</div><div>2.2</div></div><div class="text-bmj-silver-800 flex flex-col justify-between pt-5 pr-0 md:pt-0 md:pr-4 [&amp;&gt;div:nth-of-type(1)]:mr-1 [&amp;&gt;div:nth-of-type(1)]:text-base [&amp;&gt;div:nth-of-type(2)]:text-2xl pb-5" data-testid="143"><div>Citescore<!-- -->:</div><div>4.1</div></div><div class="text-bmj-silver-800 flex flex-col justify-between pt-5 pr-0 md:pt-0 md:pr-4 [&amp;&gt;div:nth-of-type(1)]:mr-1 [&amp;&gt;div:nth-of-type(1)]:text-base [&amp;&gt;div:nth-of-type(2)]:text-2xl pb-5" data-testid="144"><div>Total content views 2024<!-- -->:</div><div>260,263</div></div></div><div class="mb-4 flex flex-col md:flex-row" data-testid="key-metrics-footer"><div class="mr-0 mb-6 md:mr-20 md:mb-0"><a data-testid="292" href="/pages/about/#journal_statistics">More journal metrics</a></div><div class="mr-0 mb-6 md:mr-20 md:mb-0"><a data-testid="293" href="https://www.bmj.com/company/researchimpactmetrics/?_gl=1*1ovudc2*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYwNDE1LjIzLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.">How we get these metrics</a></div><div data-testid="median-number-of-days">*median number of days</div></div></div><div class="border-t-[1px] border-solid border-transparent" data-testid="sections-container-0"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">Aims and scope</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[100.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><em>BMJ Paediatrics Open</em> is an open-access journal dedicated to publishing original research, clinical reviews and protocols that deal with any aspect of child health. The provision of child health is multidisciplinary and the journal welcomes papers from all health care professions. Papers dealing with paediatric surgery, paediatric specialties, public health, healthcare provision and qualitative research will all be accepted. Publication decisions will be made on the scientific validity, ethical soundness and transparency of the research and whether the paper deserves publication, rather than on its apparent interest to any particular readership. We do not publish studies conducted in animals, case reports or retrospective single centre audits. We do publish pharmacokinetic studies in the paediatric population.</div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-1"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">Editorial Board</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[100.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0">For information about the Editor-in-Chief and editorial team, please refer to the <a href="/pages/editorial-board/" target="_blank" rel="noopener noreferrer">Editorial Board</a> page.</div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-2"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">Ownership</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[100.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><em>BMJ Paediatrics Open</em> is co-owned by the <a href="https://www.rcpch.ac.uk/">Royal College of Paediatrics and Child Health</a> and BMJ.</div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-3"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">Journal Information</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[25.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[75.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><strong>Publication Model</strong></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">Open access</div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[25.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[75.00%] " data-testid="sections-subsection-content-container-1"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><strong>Frequency</strong></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">Continuous</div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[25.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[75.00%] " data-testid="sections-subsection-content-container-2"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><strong>Launch date</strong></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">2017</div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[25.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[75.00%] " data-testid="sections-subsection-content-container-3"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><strong>Digital Archives</strong></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0"><a href="https://www.portico.org/">Portico</a>, <a href="https://www.lockss.org/" target="_blank" rel="noopener noreferrer">LOCKKS</a></div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[25.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[75.00%] " data-testid="sections-subsection-content-container-4"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><strong>Indexed by</strong></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">Web of Science Core Collection: Science Citation Index Expanded, PubMed Central, Medline (Index Medicus), Scopus, Embase (Excerpta Medica), DOAJ, Google Scholar</div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[25.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[75.00%] " data-testid="sections-subsection-content-container-5"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><strong>Peer Review Model</strong></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">Open peer review; reviewer and author are known to each other. Reviews are published online</div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[25.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[75.00%] " data-testid="sections-subsection-content-container-6"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><strong>Online ISSN</strong></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">2399-9772</div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-4"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">Journal Statistics 2024<a id="journal_statistics" name="journal_statistics"></a></h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[50.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[50.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><strong>Acceptance rate:</strong> 30%</div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0"><div></div></div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[33.33%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[33.33%] [&amp;&gt;div:nth-of-type(3)]:w-full [&amp;&gt;div:nth-of-type(3)]:md:w-[33.33%] " data-testid="sections-subsection-content-container-1"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><strong>Speed</strong> Time to first decision with review: 50 days (median) Time to first decision without review: 6 days (median) Time from acceptance to publication: 25 days (median)</div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0"><strong>Impact</strong> Impact Factor category: Pediatrics Impact factor (JCR): 2.2 Impact Factor rank: 68/186 5 year Impact Factor: 2.3 Journal Citation Indicator (JCI): 0.78 Eigenfactor Score: 0.00322 Citescore: 4.1 Citescore rank: 89/330 SciMago Journal Rank: 0.724</div><div data-testid="sections-column-2" class="inline md:inline [&amp;_h2]:mt-0"><strong>Reach</strong> Total content views: 260,263 Total Altmetric mentions: 2,230</div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[33.33%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[66.67%] " data-testid="sections-subsection-content-container-2"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><a href="https://sfdora.org/"><img class="alignnone wp-image-11804" src="/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/logo-dora.png" alt="dora" width="191" height="66" /></a></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">The impact that academic research has cannot be defined by one single metric. In 2013, BMJ signed the <a href="https://sfdora.org/">San Francisco Declaration on Research Assessment (DORA)</a>. We did this to show our support for using multiple measures and metrics to portray journals’ impact; moving away from the Impact Factor as a single measure. <a href="https://www.bmj.com/company/researchimpactmetrics/">How we get these metrics</a></div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-5"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">Vision</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[100.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0">Learn about the editor’s vision of the journal <a href="/pages/vision-for-the-journal">here</a>.</div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-6"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">Contact Information</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[50.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[50.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0">For all contact information please refer to the <a href="/pages/contact-us">contact us</a> page.</div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-7"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">For Authors</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[50.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[50.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0">Please refer to the <a href="/pages/authors">Instructions for authors</a></div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-8"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">To Advertise</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[50.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[50.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><a href="https://www.bmj.com/company/advertisers-sponsors-bmj-journals/">Information on rates and how to advertise in BMJ Paediatrics Open</a></div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-9"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">Rights and Permissions</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[50.00%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[50.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><a href="https://www.bmj.com/company/products-services/rights-and-licensing/">Copyright and Permissions Guidelines</a></div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-10"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">Affiliations</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[33.33%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[66.67%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><a href="https://www.rcpch.ac.uk/"><img src="/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/society-logo-rcpch-1.png" alt="RCPCH" width="100" /></a></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">Members receive print/online access to ADC</div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[33.33%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[66.67%] " data-testid="sections-subsection-content-container-1"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><a href="https://publicationethics.org/"><img class="alignnone wp-image-1336" src="/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/BMJ-PO-280x240-1.jpeg" alt="COPE" width="117" height="100" /></a></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">BMJ is a founding member of <a href="https://publicationethics.org/">COPE</a> (the Committee on Publication Ethics), which provides a forum for publishers and Editors of scientific journals to discuss issues relating to the integrity of the work submitted to or published in their journals.</div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[33.33%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[66.67%] " data-testid="sections-subsection-content-container-2"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><a href="https://www.equator-network.org/"><img src="/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/logo-equator.gif" alt="Equator" width="100" /></a></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">The <a href="https://www.equator-network.org/">EQUATOR Network</a> is an international initiative that seeks to improve the value of medical research literature by promoting transparent, accurate reporting of research studies. BMJ is a sponsor of its activities.</div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[33.33%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[66.67%] " data-testid="sections-subsection-content-container-3"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><a href="https://www.alltrials.net/"><img src="/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/logo-all-trials.png" alt="AllTrials logo" width="100" /></a></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">BMJ is a founding organisation of the AllTrials initiative, which calls for all past and present clinical trials to be registered and their results reported.</div></div><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[33.33%] [&amp;&gt;div:nth-of-type(2)]:w-full [&amp;&gt;div:nth-of-type(2)]:md:w-[66.67%] " data-testid="sections-subsection-content-container-4"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><a href="https://www.hifa.org/forums/chifa-child-health-and-rights/"><img src="/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/chifa.png" alt="RCPCH" width="100" /></a></div><div data-testid="sections-column-1" class="inline md:inline [&amp;_h2]:mt-0">CHIFA (Child Healthcare Information For All) is a global child health forum with more than 3,500 members working to improve child health and rights, particularly in low- and middle-income countries. CHIFA is administered by the International Child Health Group of the RCPCH, International Society for Social Pediatrics and Child Health, and Global Healthcare Information Network.</div></div></div><div class="border-t-[1px] border-solid border-bmj-silver-100 mt-4" data-testid="sections-container-11"><h2 data-testid="sections-section-title" class="relative mb-0 [&amp;&gt;a]:absolute [&amp;&gt;a]:mt-[-20px]">Related Journals</h2><div class=" text-bmj-silver-800 whitespace-pre-wrap font-normal leading-[1.625rem] mt-0 flex flex-col md:mt-4 md:flex-row [&amp;&gt;div:last-of-type]:pr-0 [&amp;&gt;div]:mt-6 [&amp;&gt;div]:pr-0 [&amp;&gt;div]:md:mt-0 [&amp;&gt;div]:md:pr-4 [&amp;&gt;div:nth-of-type(1)]:w-full [&amp;&gt;div:nth-of-type(1)]:md:w-[100.00%] " data-testid="sections-subsection-content-container-0"><div data-testid="sections-column-0" class="inline md:inline [&amp;_h2]:mt-0"><a href="https://adc.bmj.com">Archives of Disease in Childhood</a> <a href="https://fn.bmj.com">Archives of Disease in Childhood, Fetal &amp; Neonatal</a> <a href="https://ep.bmj.com/">Archives of Disease in Childhood, Education &amp; Practice</a></div></div></div></div></div></section></div></main></div></div><footer><div class="border-bmj-silver-100 border-t-solid m-0 ml-auto mr-auto flex w-full min-w-0 flex-wrap gap-4 border border-b-0 border-l-0 border-r-0 pl-4 pr-4"><a class="my-4" href="https://www.rcpch.ac.uk/" data-testid="association-logo-1-link" aria-label="RCPCH"><img data-testid="association-logo-1" title="RCPCH" alt="society-logo-rcpch" loading="lazy" width="203" height="90" decoding="async" data-nimg="1" style="color:transparent" srcSet="/_next/image?url=https%3A%2F%2Fbmjpaedsopen.bmj.com%2Fbmjpaedsopen%2Fwp-content%2Fuploads%2Fsites%2F37%2F2023%2F01%2Fsociety-logo-rcpch-1.png&amp;w=256&amp;q=75 1x, /_next/image?url=https%3A%2F%2Fbmjpaedsopen.bmj.com%2Fbmjpaedsopen%2Fwp-content%2Fuploads%2Fsites%2F37%2F2023%2F01%2Fsociety-logo-rcpch-1.png&amp;w=640&amp;q=75 2x" src="/_next/image?url=https%3A%2F%2Fbmjpaedsopen.bmj.com%2Fbmjpaedsopen%2Fwp-content%2Fuploads%2Fsites%2F37%2F2023%2F01%2Fsociety-logo-rcpch-1.png&amp;w=640&amp;q=75" /></a></div><div class="bg-bmj-primary-brand text-bmj-white m-0 mx-auto flex w-full min-w-0 flex-col px-4 md:flex-row"><div data-testid="footer-content" class="md:border-b-none [&amp;:last-child]:border-b-none m-0 ml-auto mr-auto w-full min-w-0 border-b-[1px] border-b-white/50 pr-6 pt-5 pb-4 md:pt-8 md:pb-8"><span class="mt-0 mb-5 block text-base font-normal uppercase leading-4">CONTENT</span><ul class="ml-0 mb-4 pl-0"><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/content/current">Latest content</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/content/by/year">Archive</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/pages/topic-collections/">Topic collections</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/pages/most-read-articles/">Most read articles</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/pages/top-cited-articles/">Top cited articles</a></li></ul><div class="flex"><a href="/pages/rss-feeds" data-testid="rss" class="[&amp;&gt;img]:m-[2px] [&amp;&gt;img]:p-[4px] [&amp;&gt;img]:hover:bg-white/20"><img src="https://resources.bmj.com/repository/journals-network-project/images/social-media/rss.svg" alt="rss-icon" width="35" height="35" /></a><a href="https://twitter.com/BMJ_PO" data-testid="x" class="[&amp;&gt;img]:m-[2px] [&amp;&gt;img]:p-[4px] [&amp;&gt;img]:hover:bg-white/20"><img src="https://resources.bmj.com/repository/journals-network-project/images/social-media/x.svg" alt="x-icon" width="35" height="35" /></a><a href="https://facebook.com/BMJPaediatrics" data-testid="facebook" class="[&amp;&gt;img]:m-[2px] [&amp;&gt;img]:p-[4px] [&amp;&gt;img]:hover:bg-white/20"><img src="https://resources.bmj.com/repository/journals-network-project/images/social-media/facebook.svg" alt="facebook-icon" width="35" height="35" /></a><a href="https://www.linkedin.com/showcase/paediatrics-and-child-health-at-bmj/about/" data-testid="linkedin" class="[&amp;&gt;img]:m-[2px] [&amp;&gt;img]:p-[4px] [&amp;&gt;img]:hover:bg-white/20"><img src="https://resources.bmj.com/repository/journals-network-project/images/social-media/linkedin.svg" alt="linkedin-icon" width="35" height="35" /></a></div></div><div data-testid="footer-journal" class="md:border-b-none [&amp;:last-child]:border-b-none m-0 ml-auto mr-auto w-full min-w-0 border-b-[1px] border-b-white/50 pr-6 pt-5 pb-4 md:pt-8 md:pb-8"><span class="mt-0 mb-5 block text-base font-normal uppercase leading-4">JOURNAL</span><ul class="ml-0 mb-4 pl-0"><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/pages/about/">About</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/pages/vision-for-the-journal/">Vision for the journal</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/pages/editorial-board/">Editorial board</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="https://myaccount.bmj.com/myaccount/signup.html?regService=etoc-alerts&amp;corpusCode=bmjpo&amp;fwdUrl=https://bmjpaedsopen.bmj.com/&amp;_gl=1*xvl9xv*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.">Sign up for email alerts</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/pages/thank-you-to-our-reviewers/">Thank you to our reviewers</a></li></ul><div class="flex"></div></div><div data-testid="footer-authors" class="md:border-b-none [&amp;:last-child]:border-b-none m-0 ml-auto mr-auto w-full min-w-0 border-b-[1px] border-b-white/50 pr-6 pt-5 pb-4 md:pt-8 md:pb-8"><span class="mt-0 mb-5 block text-base font-normal uppercase leading-4">AUTHORS</span><ul class="ml-0 mb-4 pl-0"><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/pages/authors/">For authors</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="https://mc.manuscriptcentral.com/bmjpo?_gl=1*1ardrsb*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.">Submit an article</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="https://authors.bmj.com/policies/?_gl=1*1ardrsb*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.">Editorial policies</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/pages/faq/">FAQs</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="https://authors.bmj.com/open-access/?_gl=1*1ardrsb*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.">Open access at BMJ</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="https://authors.bmj.com/?_gl=1*1mwkk10*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.">BMJ Author Aub</a></li></ul><div class="flex"></div></div><div data-testid="footer-help" class="md:border-b-none [&amp;:last-child]:border-b-none m-0 ml-auto mr-auto w-full min-w-0 border-b-[1px] border-b-white/50 pr-6 pt-5 pb-4 md:pt-8 md:pb-8"><span class="mt-0 mb-5 block text-base font-normal uppercase leading-4">HELP</span><ul class="ml-0 mb-4 pl-0"><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="/pages/contact-us/">Contact us</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="https://journals.bmj.com/cgi/reprintform?_gl=1*1mwkk10*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.">Reprints</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="https://www.bmj.com/company/products-services/rights-and-licensing/permissions?_gl=1*mi9ddh*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.">Permissions</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="https://www.bmj.com/company/for-advertisers-and-sponsor/?_gl=1*mi9ddh*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.">Advertising</a></li><li class="mb-4 list-none leading-none [&amp;:last-child]:mb-0"><a class="text-bmj-white leading-none no-underline [&amp;:hover]:underline" href="https://myaccount.bmj.com/myaccount/customerservice/salesforce-form.html?_gl=1*mi9ddh*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.">Feedback form</a></li></ul><div class="flex"></div></div></div><div class="justify-normal m-0 mx-auto flex w-full min-w-0 flex-col px-4 pt-4 md:flex-row md:justify-between"><div class="relative h-[35px] w-[60px]"><a data-testid="bmj-footer-logo-link" href="https://www.bmj.com/company/"><img src="/_next/static/media/bmj-footer-logo.c6e1ad28003cb22dbd978555514ed05c.svg" alt="bmj-footer-logo" height="35" /></a></div><div data-testid="copyright-data-wrapper" class="flex flex-col items-start md:items-end [&amp;&gt;:first-of-type]:mt-0 [&amp;&gt;span:nth-of-type(2)]:whitespace-normal"><a data-testid="website-terms-and-conditions" href="https://www.bmj.com/company/legal-information/" class="decoration-none text-bmj-normal text-bmj-blue-500 [&amp;:hover]:decoration-none [&amp;:hover]:text-bmj-primary-brand mb-2 [&amp;&amp;&amp;]:mt-2 [&amp;&amp;&amp;]:md:mt-0">Website Terms &amp; Conditions</a><a data-testid="privacy-and-cookies" href="https://www.bmj.com/company/your-privacy/" class="decoration-none text-bmj-normal text-bmj-blue-500 [&amp;:hover]:decoration-none [&amp;:hover]:text-bmj-primary-brand mb-2 [&amp;&amp;&amp;]:mt-2 [&amp;&amp;&amp;]:md:mt-0">Privacy &amp; Cookies</a><a data-testid="contact-bmj" href="https://www.bmj.com/company/contact-us/" class="decoration-none text-bmj-normal text-bmj-blue-500 [&amp;:hover]:decoration-none [&amp;:hover]:text-bmj-primary-brand mb-2 [&amp;&amp;&amp;]:mt-2 [&amp;&amp;&amp;]:md:mt-0">Contact BMJ</a><a href="#!" data-testid="cookie-settings" id="ot-sdk-btn" class="ot-sdk-show-settings decoration-none !mt:0 mb-2 cursor-pointer !border !border-[#43791A] !bg-transparent px-2 py-1 !text-[0.875rem] !text-[#43791A] duration-100 ease-linear md:mb-0 [&amp;:hover]:!bg-[#43791A] [&amp;:hover]:!text-white">Cookie settings</a><span data-testid="online-issn" class="text-bmj-silver-800 whitespace-pre text-sm leading-normal [&amp;&amp;&amp;]:mt-2">Online ISSN: 2399-9772</span><span data-testid="copyright" class="text-bmj-silver-800 mb-2 mt-2 whitespace-pre text-[0.875rem]">Copyright © 2025 BMJ Publishing Group Ltd &amp; Royal College of Paediatrics and Child Health. All rights, including for text and data mining, AI training, and similar technologies, are reserved.</span></div></div></footer><div id="div-gpt-ad-3321227-2-parent" data-testid="bottom-ad-slot-parent" class="flex items-center justify-center py-3 undefined min-w-[auto] min-h-[100px] md:min-h-[250px] border-t-divider bg-bmj-siver-30 border-t"><div id="div-gpt-ad-3321227-2" data-testid="bottom-ad-slot" class="flex items-center justify-center w-[auto] h-[100px] md:h-[250px]"></div></div></div><script src="/_next/static/chunks/webpack-8279bfe1e5fb5dfc.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/9f534adce1adfa3e.css\",\"style\"]\n2:HL[\"/_next/static/css/fd0fe2b507dee590.css\",\"style\"]\n3:HL[\"/_next/static/css/66ad511738c93f8a.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"4:I[89562,[],\"\"]\n7:I[78703,[],\"\"]\n8:I[53751,[],\"\"]\nb:I[51395,[],\"\"]\nc:[]\n0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/9f534adce1adfa3e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/fd0fe2b507dee590.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/66ad511738c93f8a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"buildId\":\"BnOJdCTpIFEFqm-ftbv46\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/pages/about\",\"initialTree\":[\"\",{\"children\":[\"pages\",{\"children\":[\"about\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"pages\",{\"children\":[\"about\",{\"children\":[\"__PAGE__\",{},[[\"$L5\",\"$L6\"],null],null]},[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"pages\",\"children\",\"about\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"pages\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[\"$L9\",null],null],\"couldBeIntercepted\":false,\"initialHead\":[false,\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[25327,[\"611\",\"static/chunks/9af238c7-d9f324d096f5b01b.js\",\"431\",\"static/chunks/22747d63-7f124ab79e18b585.js\",\"599\",\"static/chunks/599-10b37551567a3312.js\",\"789\",\"static/chunks/789-19b4cf9884ba70ce.js\",\"97\",\"static/chunks/97-bac2b3d00341ccba.js\",\"345\",\"static/chunks/345-217f92e4288d4463.js\",\"727\",\"static/chunks/app/pages/about/page-0451ce3b0d0e48eb.js\"],\"\"]\ne:I[83792,[\"611\",\"static/chunks/9af238c7-d9f324d096f5b01b.js\",\"431\",\"static/chunks/22747d63-7f124ab79e18b585.js\",\"599\",\"static/chunks/599-10b37551567a3312.js\",\"789\",\"static/chunks/789-19b4cf9884ba70ce.js\",\"97\",\"static/chunks/97-bac2b3d00341ccba.js\",\"345\",\"static/chunks/345-217f92e4288d4463.js\",\"727\",\"static/chunks/app/pages/about/page-0451ce3b0d0e48eb.js\"],\"AdsScript\"]\nf:I[5097,[\"611\",\"static/chunks/9af238c7-d9f324d096f5b01b.js\",\"431\",\"static/chunks/22747d63-7f124ab79e18b585.js\",\"599\",\"static/chunks/599-10b37551567a3312.js\",\"789\",\"static/chunks/789-19b4cf9884ba70ce.js\",\"97\",\"static/chunks/97-bac2b3d00341ccba.js\",\"345\",\"static/chunks/345-217f92e4288d4463.js\",\"727\",\"static/chunks/app/pages/about/page-0451ce3b0d0e48eb.js\"],\"Script\"]\n10:I[34087,[\"611\",\"static/chunks/9af238c7-d9f324d096f5b01b.js\",\"431\",\"static/chunks/22747d63-7f124ab79e18b585.js\",\"599\",\"static/chunks/599-10b37551567a3312.js\",\"789\",\"static/chunks/789-19b4cf9884ba70ce.js\",\"97\",\"static/chunks/97-bac2b3d00341ccba.js\",\"345\",\"static/chunks/345-217f92e4288d4463.js\",\"727\",\"static/chunks/app/pages/about/page-0451ce3b0d0e48eb.js\"],\"PageWithMenu\"]\n11:I[73316,[\"611\",\"static/chunks/9af238c7-d9f324d096f5b01b.js\",\"431\",\"static/chunks/22747d63-7f124ab79e18b585.js\",\"599\",\"static/chunks/599-10b37551567a3312.js\",\"633\",\"static/chunks/633-8ab650060db62dad.js\",\"97\",\"static/chunks/97-bac2b3d00341ccba.js\",\"601\",\"static/chunks/app/error-929a8968184783e0.js\"],\"default\"]\n13:I[5097,[\"611\",\"static/chunks/9af238c7-d9f324d096f5b01b.js\",\"431\",\"static/chunks/22747d63-7f124ab79e18b585.js\",\"599\",\"static/chunks/599-10b37551567a3312.js\",\"789\",\"static/chunks/789-19b4cf9884ba70ce.js\",\"97\",\"static/chunks/97-bac2b3d00341ccba.js\",\"345\","])</script><script>self.__next_f.push([1,"\"static/chunks/345-217f92e4288d4463.js\",\"727\",\"static/chunks/app/pages/about/page-0451ce3b0d0e48eb.js\"],\"Image\"]\n"])</script><script>self.__next_f.push([1,"9:[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"shortcut icon\",\"href\":\"/next-resources/favicon.ico\",\"type\":\"image/vnd.microsoft.icon\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect dns-prefetch\",\"href\":\"https://securepubads.g.doubleclick.net\"}],[\"$\",\"link\",null,{\"rel\":\"preload\",\"href\":\"https://securepubads.g.doubleclick.net/tag/js/gpt.js\",\"as\":\"script\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect dns-prefetch\",\"href\":\"https://analytics.bmj.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect dns-prefetch\",\"href\":\"https://cdn-eu.pagesense.io\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect dns-prefetch\",\"href\":\"https://popup.wisepops.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect dns-prefetch\",\"href\":\"https://www.medtargetsystem.com\"}],[\"$\",\"link\",null,{\"rel\":\"preload\",\"href\":\"https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js\",\"as\":\"script\"}],[\"$\",\"$Ld\",null,{\"async\":true,\"src\":\"https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js\",\"type\":\"text/javascript\",\"data-domain-script\":\"565e50dd-f6e9-46d6-91cd-5c40a270264f\",\"id\":\"cookie-pro-script\"}],[\"$\",\"$Ld\",null,{\"id\":\"otb-ads-consent\",\"children\":\"function OnetrustAdsConsent() {\\n if (window.googletag \u0026\u0026 window.googletag.apiReady) {\\n googletag.pubads().disableInitialLoad();\\n googletag.pubads().setPrivacySettings({nonPersonalizedAds:!!OptanonActiveGroups.match(/,4,/)});\\n googletag.pubads().refresh();\\n } else {\\n setTimeout(OnetrustAdsConsent, 1000);\\n }\\n}\\nfunction OptanonWrapper() {\\n OnetrustAdsConsent();\\n}\"}]]}],[\"$\",\"body\",null,{\"children\":[[\"$\",\"$Ld\",null,{\"async\":true,\"src\":\"https://securepubads.g.doubleclick.net/tag/js/gpt.js\",\"strategy\":\"beforeInteractive\"}],[\"$\",\"$Le\",null,{\"adsLazyLoad\":true,\"adSlotIds\":{\"DEFAULT_BOTTOM_AD_ID\":\"/21798771943/PAEDSOPEN-BOTTOM\",\"DEFAULT_TOP_AD_ID\":\"/21798771943/PAEDSOPEN-TOP\",\"DEFAULT_MIDDLE_AD_ID\":\"/21798771943/PAEDSOPEN-MPU\",\"HOMEPAGE_BOTTOM_AD_ID\":\"/21798771943/PAEDIATRICSOPEN-HOME-BOTTOM\",\"HOMEPAGE_TOP_AD_ID\":\"/21798771943/PAEDIATRICSOPEN-HOME-TOP\"}}],null,[\"$\",\"div\",null,{\"children\":[\"$undefined\",[\"$\",\"div\",null,{\"id\":\"div-gpt-ad-3321227-1-parent\",\"data-testid\":\"top-ad-slot-parent\",\"className\":\"flex items-center justify-center py-3 undefined min-w-[auto] min-h-[100px] md:min-h-[250px] border-b-bmj-silver-100 bg-bmj-siver-30 border-b\",\"children\":[\"$\",\"div\",null,{\"id\":\"div-gpt-ad-3321227-1\",\"data-testid\":\"top-ad-slot\",\"className\":\"flex items-center justify-center w-[auto] h-[100px] md:h-[250px]\",\"children\":[\"$\",\"$Lf\",null,{\"id\":\"slot-ad-div-gpt-ad-3321227-1\",\"children\":\"var googletag=googletag||{cmd:[]};googletag.cmd.push(function() {googletag.display(\\\"div-gpt-ad-3321227-1\\\");});\"}]}]}],[\"$\",\"header\",null,{\"className\":\"hidden flex-wrap items-center justify-between px-4 md:flex md:flex-nowrap\",\"data-testid\":\"header-panel\",\"children\":[[\"$\",\"a\",null,{\"href\":\"https://journals.bmj.com\",\"className\":\"py-2 px-0 flex items-center\",\"tabIndex\":1,\"children\":[\"$\",\"img\",null,{\"className\":\"h-[42px] w-[154px]\",\"data-testid\":\"bmj-journals-logo\",\"src\":\"/_next/static/media/logo-bmj-journals.4304841c959cf8fd7fd20a61cc63fe89.svg\",\"alt\":\"BMJ Journals logo\"}]}],[\"$\",\"nav\",null,{\"className\":\"flex flex-wrap items-center justify-between md:flex-nowrap\",\"children\":[[],[\"$\",\"div\",null,{\"data-testid\":\"search-box\",\"className\":\"flex w-72 flex-col bg-white/20 p-2 pr-4 md:w-[343px] md:flex-row md:items-start md:p-0 md:pr-0 undefined\",\"children\":[[\"$\",\"form\",null,{\"role\":\"search\",\"method\":\"post\",\"action\":\"/search\",\"className\":\"flex undefined\",\"children\":[[\"$\",\"input\",null,{\"type\":\"textbox\",\"placeholder\":\"search\",\"name\":\"keywords\",\"title\":\"Search for:\",\"className\":\"border-bmj-silver-100 rounded-0 h-[34px] w-[207px] appearance-none border p-[5px] pl-[10px] align-middle text-[14px] undefined\",\"tabIndex\":2}],[\"$\",\"button\",null,{\"type\":\"submit\",\"name\":\"op\",\"className\":\"bg-bmj-siver-30 border-bmj-silver-100 rounded-0 ml-[-4px] h-[34px] appearance-none border py-[1px] pl-[10px] pr-[12px] text-[13.33px] undefined\",\"tabIndex\":3,\"children\":\"Search\"}],[\"$\",\"input\",null,{\"type\":\"hidden\",\"name\":\"form_id\",\"value\":\"highwire_search_quicksearch_form_1\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex justify-start pl-[5px] pt-[3px] text-left md:justify-end undefined\",\"children\":[\"$\",\"a\",null,{\"href\":\"/search\",\"title\":\"Advanced Search\",\"className\":\"decoration-none lg:text-bmj-blue-500 mt-2 flex flex-row text-[12.75px] leading-[normal] md:mt-0 md:flex-col [\u0026\u003e:first-of-type]:mr-1 undefined\",\"tabIndex\":4,\"children\":[[\"$\",\"span\",null,{\"children\":\"Advanced\"}],[\"$\",\"span\",null,{\"children\":\"search\"}]]}]}]]}]]}]]}],[\"$\",\"$L10\",null,{\"hasSidepanelButtons\":false,\"menuData\":{\"navData\":[{\"key\":148,\"displayName\":\"Latest content\",\"link\":\"/content/current\"},{\"key\":149,\"displayName\":\"Archive\",\"link\":\"/content/by/year\"},{\"key\":225,\"displayName\":\"For authors\",\"link\":\"/pages/authors/\"},{\"key\":304,\"displayName\":\"About\",\"link\":\"/pages/about/\"},{\"key\":158,\"displayName\":\"Topic collections\",\"link\":\"/pages/topic-collections/\"}]},\"logo\":\"/next-resources/logo.svg\",\"searchFormUrl\":\"/search\",\"headerMenuData\":\"$undefined\",\"children\":[\"$\",\"div\",null,{\"children\":[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$11\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$L12\",\"notFoundStyles\":[],\"styles\":null}]}]}],[\"$\",\"footer\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"border-bmj-silver-100 border-t-solid m-0 ml-auto mr-auto flex w-full min-w-0 flex-wrap gap-4 border border-b-0 border-l-0 border-r-0 pl-4 pr-4\",\"children\":[[\"$\",\"a\",null,{\"className\":\"my-4\",\"href\":\"https://www.rcpch.ac.uk/\",\"data-testid\":\"association-logo-1-link\",\"aria-label\":\"RCPCH\",\"children\":[\"$\",\"$L13\",null,{\"data-testid\":\"association-logo-1\",\"title\":\"RCPCH\",\"src\":\"https://bmjpaedsopen.bmj.com/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/society-logo-rcpch-1.png\",\"alt\":\"society-logo-rcpch\",\"width\":203,\"height\":90}]}]]}],[\"$\",\"div\",null,{\"className\":\"bg-bmj-primary-brand text-bmj-white m-0 mx-auto flex w-full min-w-0 flex-col px-4 md:flex-row\",\"children\":[[\"$\",\"div\",\"160\",{\"data-testid\":\"footer-content\",\"className\":\"md:border-b-none [\u0026:last-child]:border-b-none m-0 ml-auto mr-auto w-full min-w-0 border-b-[1px] border-b-white/50 pr-6 pt-5 pb-4 md:pt-8 md:pb-8\",\"children\":[[\"$\",\"span\",null,{\"className\":\"mt-0 mb-5 block text-base font-normal uppercase leading-4\",\"children\":\"CONTENT\"}],[\"$\",\"ul\",null,{\"className\":\"ml-0 mb-4 pl-0\",\"children\":[[\"$\",\"li\",\"161\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/content/current\",\"children\":\"Latest content\"}]}],[\"$\",\"li\",\"162\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/content/by/year\",\"children\":\"Archive\"}]}],[\"$\",\"li\",\"485\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"https://bmjpaedsopen.bmj.com/pages/topic-collections/\",\"children\":\"Topic collections\"}]}],[\"$\",\"li\",\"164\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/pages/most-read-articles/\",\"children\":\"Most read articles\"}]}],[\"$\",\"li\",\"165\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/pages/top-cited-articles/\",\"children\":\"Top cited articles\"}]}]]}],[\"$\",\"div\",null,{\"className\":\"flex\",\"children\":[[\"$\",\"a\",\"rss\",{\"href\":\"/pages/rss-feeds\",\"data-testid\":\"rss\",\"className\":\"[\u0026\u003eimg]:m-[2px] [\u0026\u003eimg]:p-[4px] [\u0026\u003eimg]:hover:bg-white/20\",\"children\":[\"$\",\"img\",null,{\"src\":\"https://resources.bmj.com/repository/journals-network-project/images/social-media/rss.svg\",\"alt\":\"rss-icon\",\"width\":\"35\",\"height\":\"35\"}]}],[\"$\",\"a\",\"x\",{\"href\":\"https://twitter.com/BMJ_PO\",\"data-testid\":\"x\",\"className\":\"[\u0026\u003eimg]:m-[2px] [\u0026\u003eimg]:p-[4px] [\u0026\u003eimg]:hover:bg-white/20\",\"children\":[\"$\",\"img\",null,{\"src\":\"https://resources.bmj.com/repository/journals-network-project/images/social-media/x.svg\",\"alt\":\"x-icon\",\"width\":\"35\",\"height\":\"35\"}]}],[\"$\",\"a\",\"facebook\",{\"href\":\"https://facebook.com/BMJPaediatrics\",\"data-testid\":\"facebook\",\"className\":\"[\u0026\u003eimg]:m-[2px] [\u0026\u003eimg]:p-[4px] [\u0026\u003eimg]:hover:bg-white/20\",\"children\":[\"$\",\"img\",null,{\"src\":\"https://resources.bmj.com/repository/journals-network-project/images/social-media/facebook.svg\",\"alt\":\"facebook-icon\",\"width\":\"35\",\"height\":\"35\"}]}],[\"$\",\"a\",\"linkedin\",{\"href\":\"https://www.linkedin.com/showcase/paediatrics-and-child-health-at-bmj/about/\",\"data-testid\":\"linkedin\",\"className\":\"[\u0026\u003eimg]:m-[2px] [\u0026\u003eimg]:p-[4px] [\u0026\u003eimg]:hover:bg-white/20\",\"children\":[\"$\",\"img\",null,{\"src\":\"https://resources.bmj.com/repository/journals-network-project/images/social-media/linkedin.svg\",\"alt\":\"linkedin-icon\",\"width\":\"35\",\"height\":\"35\"}]}]]}]]}],[\"$\",\"div\",\"236\",{\"data-testid\":\"footer-journal\",\"className\":\"md:border-b-none [\u0026:last-child]:border-b-none m-0 ml-auto mr-auto w-full min-w-0 border-b-[1px] border-b-white/50 pr-6 pt-5 pb-4 md:pt-8 md:pb-8\",\"children\":[[\"$\",\"span\",null,{\"className\":\"mt-0 mb-5 block text-base font-normal uppercase leading-4\",\"children\":\"JOURNAL\"}],[\"$\",\"ul\",null,{\"className\":\"ml-0 mb-4 pl-0\",\"children\":[[\"$\",\"li\",\"237\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/pages/about/\",\"children\":\"About\"}]}],[\"$\",\"li\",\"238\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/pages/vision-for-the-journal/\",\"children\":\"Vision for the journal\"}]}],[\"$\",\"li\",\"239\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/pages/editorial-board/\",\"children\":\"Editorial board\"}]}],[\"$\",\"li\",\"241\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"https://myaccount.bmj.com/myaccount/signup.html?regService=etoc-alerts\u0026corpusCode=bmjpo\u0026fwdUrl=https://bmjpaedsopen.bmj.com/\u0026_gl=1*xvl9xv*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.\",\"children\":\"Sign up for email alerts\"}]}],[\"$\",\"li\",\"242\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/pages/thank-you-to-our-reviewers/\",\"children\":\"Thank you to our reviewers\"}]}]]}],[\"$\",\"div\",null,{\"className\":\"flex\",\"children\":\"$undefined\"}]]}],[\"$\",\"div\",\"307\",{\"data-testid\":\"footer-authors\",\"className\":\"md:border-b-none [\u0026:last-child]:border-b-none m-0 ml-auto mr-auto w-full min-w-0 border-b-[1px] border-b-white/50 pr-6 pt-5 pb-4 md:pt-8 md:pb-8\",\"children\":[[\"$\",\"span\",null,{\"className\":\"mt-0 mb-5 block text-base font-normal uppercase leading-4\",\"children\":\"AUTHORS\"}],[\"$\",\"ul\",null,{\"className\":\"ml-0 mb-4 pl-0\",\"children\":[[\"$\",\"li\",\"308\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/pages/authors/\",\"children\":\"For authors\"}]}],[\"$\",\"li\",\"309\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"https://mc.manuscriptcentral.com/bmjpo?_gl=1*1ardrsb*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.\",\"children\":\"Submit an article\"}]}],[\"$\",\"li\",\"310\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"https://authors.bmj.com/policies/?_gl=1*1ardrsb*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.\",\"children\":\"Editorial policies\"}]}],[\"$\",\"li\",\"311\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/pages/faq/\",\"children\":\"FAQs\"}]}],[\"$\",\"li\",\"312\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"https://authors.bmj.com/open-access/?_gl=1*1ardrsb*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.\",\"children\":\"Open access at BMJ\"}]}],[\"$\",\"li\",\"313\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"https://authors.bmj.com/?_gl=1*1mwkk10*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.\",\"children\":\"BMJ Author Aub\"}]}]]}],[\"$\",\"div\",null,{\"className\":\"flex\",\"children\":\"$undefined\"}]]}],[\"$\",\"div\",\"374\",{\"data-testid\":\"footer-help\",\"className\":\"md:border-b-none [\u0026:last-child]:border-b-none m-0 ml-auto mr-auto w-full min-w-0 border-b-[1px] border-b-white/50 pr-6 pt-5 pb-4 md:pt-8 md:pb-8\",\"children\":[[\"$\",\"span\",null,{\"className\":\"mt-0 mb-5 block text-base font-normal uppercase leading-4\",\"children\":\"HELP\"}],[\"$\",\"ul\",null,{\"className\":\"ml-0 mb-4 pl-0\",\"children\":[[\"$\",\"li\",\"375\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"/pages/contact-us/\",\"children\":\"Contact us\"}]}],[\"$\",\"li\",\"376\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"https://journals.bmj.com/cgi/reprintform?_gl=1*1mwkk10*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.\",\"children\":\"Reprints\"}]}],[\"$\",\"li\",\"377\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"https://www.bmj.com/company/products-services/rights-and-licensing/permissions?_gl=1*mi9ddh*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.\",\"children\":\"Permissions\"}]}],[\"$\",\"li\",\"378\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"https://www.bmj.com/company/for-advertisers-and-sponsor/?_gl=1*mi9ddh*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.\",\"children\":\"Advertising\"}]}],[\"$\",\"li\",\"379\",{\"className\":\"mb-4 list-none leading-none [\u0026:last-child]:mb-0\",\"children\":[\"$\",\"a\",null,{\"className\":\"text-bmj-white leading-none no-underline [\u0026:hover]:underline\",\"href\":\"https://myaccount.bmj.com/myaccount/customerservice/salesforce-form.html?_gl=1*mi9ddh*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYxNjk0LjYwLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.\",\"children\":\"Feedback form\"}]}]]}],[\"$\",\"div\",null,{\"className\":\"flex\",\"children\":\"$undefined\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"justify-normal m-0 mx-auto flex w-full min-w-0 flex-col px-4 pt-4 md:flex-row md:justify-between\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative h-[35px] w-[60px]\",\"children\":[\"$\",\"a\",null,{\"data-testid\":\"bmj-footer-logo-link\",\"href\":\"https://www.bmj.com/company/\",\"children\":[\"$\",\"img\",null,{\"src\":\"/_next/static/media/bmj-footer-logo.c6e1ad28003cb22dbd978555514ed05c.svg\",\"alt\":\"bmj-footer-logo\",\"height\":\"35\"}]}]}],[\"$\",\"div\",null,{\"data-testid\":\"copyright-data-wrapper\",\"className\":\"flex flex-col items-start md:items-end [\u0026\u003e:first-of-type]:mt-0 [\u0026\u003espan:nth-of-type(2)]:whitespace-normal\",\"children\":[[\"$\",\"a\",\"website-terms-and-conditions\",{\"data-testid\":\"website-terms-and-conditions\",\"href\":\"https://www.bmj.com/company/legal-information/\",\"className\":\"decoration-none text-bmj-normal text-bmj-blue-500 [\u0026:hover]:decoration-none [\u0026:hover]:text-bmj-primary-brand mb-2 [\u0026\u0026\u0026]:mt-2 [\u0026\u0026\u0026]:md:mt-0\",\"children\":\"Website Terms \u0026 Conditions\"}],[\"$\",\"a\",\"privacy-and-cookies\",{\"data-testid\":\"privacy-and-cookies\",\"href\":\"https://www.bmj.com/company/your-privacy/\",\"className\":\"decoration-none text-bmj-normal text-bmj-blue-500 [\u0026:hover]:decoration-none [\u0026:hover]:text-bmj-primary-brand mb-2 [\u0026\u0026\u0026]:mt-2 [\u0026\u0026\u0026]:md:mt-0\",\"children\":\"Privacy \u0026 Cookies\"}],[\"$\",\"a\",\"contact-bmj\",{\"data-testid\":\"contact-bmj\",\"href\":\"https://www.bmj.com/company/contact-us/\",\"className\":\"decoration-none text-bmj-normal text-bmj-blue-500 [\u0026:hover]:decoration-none [\u0026:hover]:text-bmj-primary-brand mb-2 [\u0026\u0026\u0026]:mt-2 [\u0026\u0026\u0026]:md:mt-0\",\"children\":\"Contact BMJ\"}],[\"$\",\"a\",null,{\"href\":\"#!\",\"data-testid\":\"cookie-settings\",\"id\":\"ot-sdk-btn\",\"className\":\"ot-sdk-show-settings decoration-none !mt:0 mb-2 cursor-pointer !border !border-[#43791A] !bg-transparent px-2 py-1 !text-[0.875rem] !text-[#43791A] duration-100 ease-linear md:mb-0 [\u0026:hover]:!bg-[#43791A] [\u0026:hover]:!text-white\",\"children\":\"Cookie settings\"}],[\"$\",\"span\",\"online-issn\",{\"data-testid\":\"online-issn\",\"className\":\"text-bmj-silver-800 whitespace-pre text-sm leading-normal [\u0026\u0026\u0026]:mt-2\",\"children\":\"Online ISSN: 2399-9772\"}],[\"$\",\"span\",\"copyright\",{\"data-testid\":\"copyright\",\"className\":\"text-bmj-silver-800 mb-2 mt-2 whitespace-pre text-[0.875rem]\",\"children\":\"Copyright © 2025 BMJ Publishing Group Ltd \u0026 Royal College of Paediatrics and Child Health. All rights, including for text and data mining, AI training, and similar technologies, are reserved.\"}]]}]]}]]}],[\"$\",\"div\",null,{\"id\":\"div-gpt-ad-3321227-2-parent\",\"data-testid\":\"bottom-ad-slot-parent\",\"className\":\"flex items-center justify-center py-3 undefined min-w-[auto] min-h-[100px] md:min-h-[250px] border-t-divider bg-bmj-siver-30 border-t\",\"children\":[\"$\",\"div\",null,{\"id\":\"div-gpt-ad-3321227-2\",\"data-testid\":\"bottom-ad-slot\",\"className\":\"flex items-center justify-center w-[auto] h-[100px] md:h-[250px]\",\"children\":[\"$\",\"$Lf\",null,{\"id\":\"slot-ad-div-gpt-ad-3321227-2\",\"children\":\"var googletag=googletag||{cmd:[]};googletag.cmd.push(function() {googletag.display(\\\"div-gpt-ad-3321227-2\\\");});\"}]}]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"div\",null,{\"className\":\"mb-[24px] flex justify-between bg-white pt-2 md:mb-10\",\"children\":[[\"$\",\"div\",null,{\"children\":[\"$\",\"div\",null,{\"data-testid\":\"breadcrumbs\",\"className\":\"px-4\",\"children\":[]}]}],[\"$\",\"a\",null,{\"href\":\"https://myaccount.bmj.com/myaccount/signup.html?regService=etoc-alerts\u0026corpusCode=bmjpo\u0026fwdUrl=https://bmjpaedsopen.bmj.com/\",\"className\":\"undefined text-bmj-blue-600 [\u0026:hover]:text-bmj-blue-700 hidden no-underline md:inline-block focus-visible:border-[1px] focus-visible:outline-none focus-visible:border-bmj-article-oa-tag\",\"tabIndex\":55,\"children\":[\"$\",\"div\",null,{\"className\":\"flex\",\"children\":[[\"$\",\"div\",null,{\"className\":\"mr-2 flex\",\"children\":[\"$\",\"svg\",null,{\"className\":\"text-bmj-primary-brand h-4 w-8\",\"data-testid\":\"envelope-icon\",\"viewBox\":\"0 0 33 22\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"children\":[[\"$\",\"path\",null,{\"d\":\"M1 1H32V21H1V1Z\",\"fill\":\"white\",\"stroke\":\"currentColor\"}],[\"$\",\"path\",null,{\"d\":\"M31.9 20.8L21 9\",\"stroke\":\"currentColor\"}],[\"$\",\"path\",null,{\"d\":\"M1 20.5L11.8 9\",\"stroke\":\"currentColor\"}],[\"$\",\"mask\",null,{\"id\":\"path-4-inside-1\",\"fill\":\"white\",\"children\":[\"$\",\"path\",null,{\"d\":\"M0.600098 0.700012L16.6001 13.4L32.4001 0.900012\"}]}],[\"$\",\"path\",null,{\"d\":\"M16.6001 13.4L15.9784 14.1833L16.5991 14.6759L17.2205 14.1843L16.6001 13.4ZM-0.0216079 1.48326L15.9784 14.1833L17.2218 12.6168L1.2218 -0.0832389L-0.0216079 1.48326ZM17.2205 14.1843L33.0205 1.68426L31.7797 0.115765L15.9796 12.6158L17.2205 14.1843Z\",\"fill\":\"currentColor\",\"mask\":\"url(#path-4-inside-1)\"}]]}]}],[\"$\",\"span\",null,{\"className\":\"mr-4 text-base leading-4\",\"data-testid\":\"email-alerts-link\",\"children\":\"Email alerts\"}]]}]}]]}],[\"$\",\"div\",null,{\"data-testid\":\"404-page\",\"className\":\"flex min-h-[30rem] flex-col items-center justify-center pb-12 md:flex-row\",\"children\":[[\"$\",\"img\",null,{\"src\":\"https://thebmj-frontend.bmj.com/next-resources/404-missing.svg\",\"width\":\"143\",\"height\":\"134\",\"alt\":\"not found\"}],[\"$\",\"div\",null,{\"data-testid\":\"page-contain-link\",\"className\":\"flex w-full flex-col px-8 md:w-[50%] lg:px-16\",\"children\":[[\"$\",\"p\",null,{\"className\":\"py-4\",\"children\":\"Error 404: Not found\"}],[\"$\",\"p\",null,{\"className\":\"wrap-urls m-0 mt-3 text-[1.625rem] font-bold leading-9\",\"children\":\"Sorry, the page you requested is unavailable.\"}],[\"$\",\"p\",null,{\"className\":\"text-4 mb-4 mt-1 leading-6\",\"children\":[\"The link might be broken or no longer exist. If you believe this is an error, please\",\" \",[\"$\",\"a\",null,{\"href\":\"https://myaccount.bmj.com/myaccount/customerservice/support-home.html\",\"className\":\"decoration-none text-bmj-site-links [\u0026:hover]:decoration-underline\",\"children\":\"contact us.\"}]]}],[\"$\",\"p\",null,{\"className\":\"m-0 mt-3 mb-4 text-[1.625rem] font-bold leading-9\",\"children\":\"Other useful links\"}],[[\"$\",\"ul\",\"/\",{\"data-testid\":\"link-number-0\",\"className\":\"m-0 mt-2 list-none p-0 first-of-type:mt-0\",\"children\":[\"$\",\"li\",null,{\"children\":[\"$\",\"a\",null,{\"href\":\"/\",\"className\":\"decoration-none text-bmj-site-links [\u0026:hover]:decoration-underline\",\"children\":\"Homepage\"}]}]}],[\"$\",\"ul\",\"/content/current\",{\"data-testid\":\"link-number-1\",\"className\":\"m-0 mt-2 list-none p-0 first-of-type:mt-0\",\"children\":[\"$\",\"li\",null,{\"children\":[\"$\",\"a\",null,{\"href\":\"/content/current\",\"className\":\"decoration-none text-bmj-site-links [\u0026:hover]:decoration-underline\",\"children\":\"Current issue\"}]}]}],[\"$\",\"ul\",\"/pages/authors\",{\"data-testid\":\"link-number-2\",\"className\":\"m-0 mt-2 list-none p-0 first-of-type:mt-0\",\"children\":[\"$\",\"li\",null,{\"children\":[\"$\",\"a\",null,{\"href\":\"/pages/authors\",\"className\":\"decoration-none text-bmj-site-links [\u0026:hover]:decoration-underline\",\"children\":\"Authors\"}]}]}],[\"$\",\"ul\",\"/pages/about\",{\"data-testid\":\"link-number-3\",\"className\":\"m-0 mt-2 list-none p-0 first-of-type:mt-0\",\"children\":[\"$\",\"li\",null,{\"children\":[\"$\",\"a\",null,{\"href\":\"/pages/about\",\"className\":\"decoration-none text-bmj-site-links [\u0026:hover]:decoration-underline\",\"children\":\"About\"}]}]}],[\"$\",\"ul\",\"/pages/contact-us\",{\"data-testid\":\"link-number-4\",\"className\":\"m-0 mt-2 list-none p-0 first-of-type:mt-0\",\"children\":[\"$\",\"li\",null,{\"children\":[\"$\",\"a\",null,{\"href\":\"/pages/contact-us\",\"className\":\"decoration-none text-bmj-site-links [\u0026:hover]:decoration-underline\",\"children\":\"Help\"}]}]}],[\"$\",\"ul\",\"https://www.bmj.com/company/products-services/rights-and-licensing/permissions/\",{\"data-testid\":\"link-number-5\",\"className\":\"m-0 mt-2 list-none p-0 first-of-type:mt-0\",\"children\":[\"$\",\"li\",null,{\"children\":[\"$\",\"a\",null,{\"href\":\"https://www.bmj.com/company/products-services/rights-and-licensing/permissions/\",\"className\":\"decoration-none text-bmj-site-links [\u0026:hover]:decoration-underline\",\"children\":\"Permissions\"}]}]}]]]}]]}]]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"About | BMJ Paediatrics Open\"}],[\"$\",\"meta\",\"3\",{\"name\":\"robots\",\"content\":\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\"}],[\"$\",\"meta\",\"4\",{\"name\":\"canonical\",\"content\":\"https://bmjpaedsopen.bmj.com/pages/about\"}],[\"$\",\"meta\",\"5\",{\"name\":\"og:locale\",\"content\":\"en_US\"}],[\"$\",\"meta\",\"6\",{\"name\":\"og:type\",\"content\":\"article\"}],[\"$\",\"meta\",\"7\",{\"name\":\"og:title\",\"content\":\"About | BMJ Paediatrics Open\"}],[\"$\",\"meta\",\"8\",{\"name\":\"og:url\",\"content\":\"https://bmjpaedsopen.bmj.com/pages/about\"}],[\"$\",\"meta\",\"9\",{\"name\":\"og:site_name\",\"content\":\"BMJ Paediatrics Open\"}],[\"$\",\"meta\",\"10\",{\"name\":\"og:image\",\"content\":\"https://bmjpaedsopen.bmj.com/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/94bm3OnO_400x400.jpeg\"}],[\"$\",\"meta\",\"11\",{\"name\":\"og:image:width\",\"content\":\"298\"}],[\"$\",\"meta\",\"12\",{\"name\":\"og:image:height\",\"content\":\"298\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:image\",\"content\":\"https://bmjpaedsopen.bmj.com/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/94bm3OnO_400x400.jpeg\"}],[\"$\",\"meta\",\"14\",{\"name\":\"article:modified_time\",\"content\":\"2025-02-14T13:03:16+00:00\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"link\",\"16\",{\"rel\":\"canonical\",\"href\":\"https://bmjpaedsopen.bmj.com/pages/about\"}]]\n5:null\n"])</script><script>self.__next_f.push([1,"14:\"$Sreact.fragment\"\n15:I[44345,[\"611\",\"static/chunks/9af238c7-d9f324d096f5b01b.js\",\"431\",\"static/chunks/22747d63-7f124ab79e18b585.js\",\"599\",\"static/chunks/599-10b37551567a3312.js\",\"789\",\"static/chunks/789-19b4cf9884ba70ce.js\",\"97\",\"static/chunks/97-bac2b3d00341ccba.js\",\"345\",\"static/chunks/345-217f92e4288d4463.js\",\"727\",\"static/chunks/app/pages/about/page-0451ce3b0d0e48eb.js\"],\"AboutPage\"]\n"])</script><script>self.__next_f.push([1,"6:[[\"$\",\"div\",null,{\"className\":\"mb-[24px] flex justify-between bg-white pt-2 md:mb-10\",\"children\":[[\"$\",\"div\",null,{\"children\":[\"$\",\"div\",null,{\"data-testid\":\"breadcrumbs\",\"className\":\"px-4\",\"children\":[[\"$\",\"$14\",\"/\",{\"children\":[[\"$\",\"span\",null,{\"className\":\"text-bmj-font-color-medium text-sm font-normal not-italic leading-4\",\"data-testid\":\"ancestor-wrapper\",\"children\":[\"$\",\"a\",null,{\"className\":\"decoration-none text-bmj-blue-600 hover:text-bmj-blue-700 text-sm font-normal no-underline focus-visible:border-[1px] focus-visible:outline-none focus-visible:border-bmj-article-oa-tag\",\"data-testid\":\"home\",\"href\":\"/\",\"tabIndex\":50,\"children\":\"Home\"}]}],[\"$\",\"span\",null,{\"className\":\"text-bmj-grey-breadcrumb m-2 text-sm\",\"children\":\"/\"}]]}],[\"$\",\"span\",null,{\"className\":\"text-bmj-font-color-medium text-sm font-normal not-italic leading-4 focus-visible:border-[1px] focus-visible:outline-none focus-visible:border-bmj-article-oa-tag\",\"data-testid\":\"about\",\"children\":\"About\"}]]}]}],[\"$\",\"a\",null,{\"href\":\"https://myaccount.bmj.com/myaccount/signup.html?regService=etoc-alerts\u0026corpusCode=bmjpo\u0026fwdUrl=https://bmjpaedsopen.bmj.com/\",\"className\":\"undefined text-bmj-blue-600 [\u0026:hover]:text-bmj-blue-700 hidden no-underline md:inline-block focus-visible:border-[1px] focus-visible:outline-none focus-visible:border-bmj-article-oa-tag\",\"tabIndex\":55,\"children\":[\"$\",\"div\",null,{\"className\":\"flex\",\"children\":[[\"$\",\"div\",null,{\"className\":\"mr-2 flex\",\"children\":[\"$\",\"svg\",null,{\"className\":\"text-bmj-primary-brand h-4 w-8\",\"data-testid\":\"envelope-icon\",\"viewBox\":\"0 0 33 22\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"children\":[[\"$\",\"path\",null,{\"d\":\"M1 1H32V21H1V1Z\",\"fill\":\"white\",\"stroke\":\"currentColor\"}],[\"$\",\"path\",null,{\"d\":\"M31.9 20.8L21 9\",\"stroke\":\"currentColor\"}],[\"$\",\"path\",null,{\"d\":\"M1 20.5L11.8 9\",\"stroke\":\"currentColor\"}],[\"$\",\"mask\",null,{\"id\":\"path-4-inside-1\",\"fill\":\"white\",\"children\":[\"$\",\"path\",null,{\"d\":\"M0.600098 0.700012L16.6001 13.4L32.4001 0.900012\"}]}],[\"$\",\"path\",null,{\"d\":\"M16.6001 13.4L15.9784 14.1833L16.5991 14.6759L17.2205 14.1843L16.6001 13.4ZM-0.0216079 1.48326L15.9784 14.1833L17.2218 12.6168L1.2218 -0.0832389L-0.0216079 1.48326ZM17.2205 14.1843L33.0205 1.68426L31.7797 0.115765L15.9796 12.6158L17.2205 14.1843Z\",\"fill\":\"currentColor\",\"mask\":\"url(#path-4-inside-1)\"}]]}]}],[\"$\",\"span\",null,{\"className\":\"mr-4 text-base leading-4\",\"data-testid\":\"email-alerts-link\",\"children\":\"Email alerts\"}]]}]}]]}],[\"$\",\"$L15\",null,{\"className\":\"about\",\"sections\":[{\"sectionTitle\":\"Aims and scope\",\"subsections\":[{\"columnsContent\":[\"\u003cem\u003eBMJ Paediatrics Open\u003c/em\u003e is an open-access journal dedicated to publishing original research, clinical reviews and protocols that deal with any aspect of child health. The provision of child health is multidisciplinary and the journal welcomes papers from all health care professions. Papers dealing with paediatric surgery, paediatric specialties, public health, healthcare provision and qualitative research will all be accepted.\\r\\n\\r\\nPublication decisions will be made on the scientific validity, ethical soundness and transparency of the research and whether the paper deserves publication, rather than on its apparent interest to any particular readership.\\r\\n\\r\\nWe do not publish studies conducted in animals, case reports or retrospective single centre audits. We do publish pharmacokinetic studies in the paediatric population.\"],\"layoutType\":\"A\"}]},{\"sectionTitle\":\"Editorial Board\",\"subsections\":[{\"columnsContent\":[\"For information about the Editor-in-Chief and editorial team, please refer to the \u003ca href=\\\"/pages/editorial-board/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eEditorial Board\u003c/a\u003e page.\"],\"layoutType\":\"A\"}]},{\"sectionTitle\":\"Ownership\",\"subsections\":[{\"columnsContent\":[\"\u003cem\u003eBMJ Paediatrics Open\u003c/em\u003e is co-owned by the \u003ca href=\\\"https://www.rcpch.ac.uk/\\\"\u003eRoyal College of Paediatrics and Child Health\u003c/a\u003e and BMJ.\"],\"layoutType\":\"A\"}]},{\"sectionTitle\":\"Journal Information\",\"subsections\":[{\"columnsContent\":[\"\u003cstrong\u003ePublication Model\u003c/strong\u003e\",\"Open access\"],\"layoutType\":\"F\"},{\"columnsContent\":[\"\u003cstrong\u003eFrequency\u003c/strong\u003e\",\"Continuous\"],\"layoutType\":\"F\"},{\"columnsContent\":[\"\u003cstrong\u003eLaunch date\u003c/strong\u003e\",\"2017\"],\"layoutType\":\"F\"},{\"columnsContent\":[\"\u003cstrong\u003eDigital Archives\u003c/strong\u003e\",\"\u003ca href=\\\"https://www.portico.org/\\\"\u003ePortico\u003c/a\u003e, \u003ca href=\\\"https://www.lockss.org/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eLOCKKS\u003c/a\u003e\"],\"layoutType\":\"F\"},{\"columnsContent\":[\"\u003cstrong\u003eIndexed by\u003c/strong\u003e\",\"Web of Science Core Collection: Science Citation Index Expanded, PubMed Central, Medline (Index Medicus), Scopus, Embase (Excerpta Medica), DOAJ, Google Scholar\"],\"layoutType\":\"F\"},{\"columnsContent\":[\"\u003cstrong\u003ePeer Review Model\u003c/strong\u003e\",\"Open peer review; reviewer and author are known to each other. Reviews are published online\"],\"layoutType\":\"F\"},{\"columnsContent\":[\"\u003cstrong\u003eOnline ISSN\u003c/strong\u003e\",\"2399-9772\"],\"layoutType\":\"F\"}]},{\"sectionTitle\":\"Journal Statistics 2024\u003ca id=\\\"journal_statistics\\\" name=\\\"journal_statistics\\\"\u003e\u003c/a\u003e\",\"subsections\":[{\"columnsContent\":[\"\u003cstrong\u003eAcceptance rate:\u003c/strong\u003e 30%\",\"\u003cdiv\u003e\u003c/div\u003e\"],\"layoutType\":\"B\"},{\"columnsContent\":[\"\u003cstrong\u003eSpeed\u003c/strong\u003e\\r\\nTime to first decision with review: 50 days (median)\\r\\nTime to first decision without review: 6 days (median)\\r\\nTime from acceptance to publication: 25 days (median)\",\"\u003cstrong\u003eImpact\u003c/strong\u003e\\r\\nImpact Factor category: Pediatrics\\r\\nImpact factor (JCR): 2.2\\r\\nImpact Factor rank: 68/186\\r\\n5 year Impact Factor: 2.3\\r\\nJournal Citation Indicator (JCI): 0.78\\r\\nEigenfactor Score: 0.00322\\r\\nCitescore: 4.1\\r\\nCitescore rank: 89/330\\r\\nSciMago Journal Rank: 0.724\",\"\u003cstrong\u003eReach\u003c/strong\u003e\\r\\nTotal content views: 260,263\\r\\nTotal Altmetric mentions: 2,230\"],\"layoutType\":\"C\"},{\"columnsContent\":[\"\u003ca href=\\\"https://sfdora.org/\\\"\u003e\u003cimg class=\\\"alignnone wp-image-11804\\\" src=\\\"/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/logo-dora.png\\\" alt=\\\"dora\\\" width=\\\"191\\\" height=\\\"66\\\" /\u003e\u003c/a\u003e\",\"The impact that academic research has cannot be defined by one single metric. In 2013, BMJ signed the \u003ca href=\\\"https://sfdora.org/\\\"\u003eSan Francisco Declaration on Research Assessment (DORA)\u003c/a\u003e. We did this to show our support for using multiple measures and metrics to portray journals’ impact; moving away from the Impact Factor as a single measure.\\r\\n\\r\\n\u003ca href=\\\"https://www.bmj.com/company/researchimpactmetrics/\\\"\u003eHow we get these metrics\u003c/a\u003e\"],\"layoutType\":\"D\"}]},{\"sectionTitle\":\"Vision\",\"subsections\":[{\"columnsContent\":[\"Learn about the editor’s vision of the journal \u003ca href=\\\"/pages/vision-for-the-journal\\\"\u003ehere\u003c/a\u003e.\"],\"layoutType\":\"A\"}]},{\"sectionTitle\":\"Contact Information\",\"subsections\":[{\"columnsContent\":[\"For all contact information please refer to the \u003ca href=\\\"/pages/contact-us\\\"\u003econtact us\u003c/a\u003e page.\"],\"layoutType\":\"B\"}]},{\"sectionTitle\":\"For Authors\",\"subsections\":[{\"columnsContent\":[\"Please refer to the \u003ca href=\\\"/pages/authors\\\"\u003eInstructions for authors\u003c/a\u003e\"],\"layoutType\":\"B\"}]},{\"sectionTitle\":\"To Advertise\",\"subsections\":[{\"columnsContent\":[\"\u003ca href=\\\"https://www.bmj.com/company/advertisers-sponsors-bmj-journals/\\\"\u003eInformation on rates and how to advertise in BMJ Paediatrics Open\u003c/a\u003e\"],\"layoutType\":\"B\"}]},{\"sectionTitle\":\"Rights and Permissions\",\"subsections\":[{\"columnsContent\":[\"\u003ca href=\\\"https://www.bmj.com/company/products-services/rights-and-licensing/\\\"\u003eCopyright and Permissions Guidelines\u003c/a\u003e\"],\"layoutType\":\"B\"}]},{\"sectionTitle\":\"Affiliations\",\"subsections\":[{\"columnsContent\":[\"\u003ca href=\\\"https://www.rcpch.ac.uk/\\\"\u003e\u003cimg src=\\\"/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/society-logo-rcpch-1.png\\\" alt=\\\"RCPCH\\\" width=\\\"100\\\" /\u003e\u003c/a\u003e\",\"Members receive print/online access to ADC\"],\"layoutType\":\"D\"},{\"columnsContent\":[\"\u003ca href=\\\"https://publicationethics.org/\\\"\u003e\u003cimg class=\\\"alignnone wp-image-1336\\\" src=\\\"/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/BMJ-PO-280x240-1.jpeg\\\" alt=\\\"COPE\\\" width=\\\"117\\\" height=\\\"100\\\" /\u003e\u003c/a\u003e\",\"BMJ is a founding member of \u003ca href=\\\"https://publicationethics.org/\\\"\u003eCOPE\u003c/a\u003e (the Committee on Publication Ethics), which provides a forum for publishers and Editors of scientific journals to discuss issues relating to the integrity of the work submitted to or published in their journals.\"],\"layoutType\":\"D\"},{\"columnsContent\":[\"\u003ca href=\\\"https://www.equator-network.org/\\\"\u003e\u003cimg src=\\\"/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/logo-equator.gif\\\" alt=\\\"Equator\\\" width=\\\"100\\\" /\u003e\u003c/a\u003e\",\"The \u003ca href=\\\"https://www.equator-network.org/\\\"\u003eEQUATOR Network\u003c/a\u003e is an international initiative that seeks to improve the value of medical research literature by promoting transparent, accurate reporting of research studies. BMJ is a sponsor of its activities.\"],\"layoutType\":\"D\"},{\"columnsContent\":[\"\u003ca href=\\\"https://www.alltrials.net/\\\"\u003e\u003cimg src=\\\"/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/logo-all-trials.png\\\" alt=\\\"AllTrials logo\\\" width=\\\"100\\\" /\u003e\u003c/a\u003e\",\"BMJ is a founding organisation of the AllTrials initiative, which calls for all past and present clinical trials to be registered and their results reported.\"],\"layoutType\":\"D\"},{\"columnsContent\":[\"\u003ca href=\\\"https://www.hifa.org/forums/chifa-child-health-and-rights/\\\"\u003e\u003cimg src=\\\"/bmjpaedsopen/wp-content/uploads/sites/37/2023/01/chifa.png\\\" alt=\\\"RCPCH\\\" width=\\\"100\\\" /\u003e\u003c/a\u003e\",\"CHIFA (Child Healthcare Information For All) is a global child health forum with more than 3,500 members working to improve child health and rights, particularly in low- and middle-income countries. CHIFA is administered by the International Child Health Group of the RCPCH, International Society for Social Pediatrics and Child Health, and Global Healthcare Information Network.\"],\"layoutType\":\"D\"}]},{\"sectionTitle\":\"Related Journals\",\"subsections\":[{\"columnsContent\":[\"\u003ca href=\\\"https://adc.bmj.com\\\"\u003eArchives of Disease in Childhood\u003c/a\u003e\\r\\n\u003ca href=\\\"https://fn.bmj.com\\\"\u003eArchives of Disease in Childhood, Fetal \u0026amp; Neonatal\u003c/a\u003e\\r\\n\u003ca href=\\\"https://ep.bmj.com/\\\"\u003eArchives of Disease in Childhood, Education \u0026amp; Practice\u003c/a\u003e\"],\"layoutType\":\"A\"}]}],\"title\":\"About\",\"keyMetricsItems\":[{\"id\":138,\"title\":\"HEADER\",\"child_items\":[{\"id\":139,\"title\":\"Acceptance Rate: 30%\",\"url\":\"https://./\"},{\"id\":140,\"title\":\"Time to first decision with review: 50 days*\",\"url\":\"https://./\"},{\"id\":141,\"title\":\"Time from acceptance to publication: 25 days*\",\"url\":\"https://./\"},{\"id\":142,\"title\":\"Impact Factor: 2.2\",\"url\":\"https://./\"},{\"id\":143,\"title\":\"Citescore: 4.1\",\"url\":\"https://./\"},{\"id\":144,\"title\":\"Total content views 2024: 260,263\",\"url\":\"https://./\"}]},{\"id\":291,\"title\":\"FOOTER\",\"child_items\":[{\"id\":292,\"title\":\"More journal metrics\",\"url\":\"/pages/about/#journal_statistics\"},{\"id\":293,\"title\":\"How we get these metrics\",\"url\":\"https://www.bmj.com/company/researchimpactmetrics/?_gl=1*1ovudc2*_ga*MTQxOTk1MjIzMi4xNjYwNjMyNjUx*_ga_EXTSVLH45V*MTY3Mzg2MDM3OC4xMzcuMS4xNjczODYwNDE1LjIzLjAuMA..*_fplc*MTNTWmxFN2RSWjI4cWl4NjgwM3lWWWdvZWo5U01CR0E2Tm1mbDdEUFJyNGNqYktGMTBuNHZKVlNxb08xYXNDNWQ0MGRlMVhzWHFtanhESiUyQllyVng3dnJBMHVxbUs3NzJsUW9PbEEyd09hVzF2N25vekVlaGFDbG11N0w4OWclM0QlM0Q.\"}]}]}]]\n"])</script></body></html>

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