{"id":29266,"date":"2024-01-17T08:53:32","date_gmt":"2024-01-17T08:53:32","guid":{"rendered":"https:\/\/prelive-tdw.visibleone.app\/insight-and-news\/pamela-mak-the-head-of-our-dispute-resolution-department-has-been-named-in-the-a-list-2023-2024-growth-drivers\/"},"modified":"2026-06-24T03:10:30","modified_gmt":"2026-06-24T03:10:30","slug":"pamela-mak-the-head-of-our-dispute-resolution-department-has-been-named-in-the-a-list-2023-2024-growth-drivers","status":"publish","type":"insight-and-news","link":"https:\/\/www.tannerdewitt.com\/zh-hant\/insight-and-news\/pamela-mak-the-head-of-our-dispute-resolution-department-has-been-named-in-the-a-list-2023-2024-growth-drivers\/","title":{"rendered":"Pamela Mak, the Head of our Dispute Resolution Department has been named in The A List 2023-2024: Growth Drivers"},"content":{"rendered":"\n    \n\n<div style=\"background-image:url('https:\/\/www.tannerdewitt.com\/wp-content\/themes\/tanner-de-witt\/images\/insightdetails.jpeg')\"\n    class=\"insight-news-detail-hero\" id=\"insight-news-detail-hero\">\n\n\t\t<div style=\"background-color:\" class=\"insight-news-detail-hero-overlay \"><\/div>\n            <div class=\"z-[0]\">\n                <div class=\"insight-news-breadcrumbs flex items-end practice-areas-featured-breadcrumbs \">\n                    <a class=\"page-link no-underline\" href=\"https:\/\/www.tannerdewitt.com\/zh-hant\/\">Home<\/a>                <\/div>\n\n\n                <div class=\"hero-title\">\n                    <h1>\n                        Pamela Mak, the Head of our Dispute Resolution Department has been named in The A List 2023-2024: Growth Drivers                    <\/h1>\n                <\/div>\n                \n                    <div style=\"\" class=\"hero-date \">\n\n                        <span class=\"month\">Jan<\/span>\n                        <span class=\"day\">17<\/span>\n                        <span class=\"year\">2024<\/span>\n                    <\/div>\n\n            <\/div>\n    \n\n    \n\n\n\n<\/div>\n\n\n\n<script >\n    (function () {\n        document.addEventListener(\"DOMContentLoaded\", () => {\n\n            const breadCrumbsContainer = Array.from(document.querySelectorAll(\".practice-areas-featured-breadcrumbs\"));\n\n            breadCrumbsContainer.forEach(container => {\n                const breadCrumbLinks = Array.from(container.querySelectorAll('.page-link'));\n                const breadCrumbSeperators = Array.from(container.querySelectorAll('.separator'));\n\n                if (Array.from(breadCrumbLinks).length === 1) {\n                    const homeNode = breadCrumbLinks[0];\n\n                    if (!homeNode) {\n                        return\n                    }\n\n                    const postTypeNode = homeNode.cloneNode(true);\n                    postTypeNode.textContent = \"Insights and News\";\n                    container.insertAdjacentHTML('beforeend', `<span class=\"separator practice-areas-featured-breadcrumb-item-slash\">\/<\/span>`)\n                    container.insertAdjacentElement('beforeend', postTypeNode)\n                    breadCrumbLinks.push(postTypeNode);\n\n                    if (\"News\") {\n                        const categoryNode = homeNode.cloneNode(true);\n\n                        categoryNode.textContent = \"News\";\n                        container.insertAdjacentHTML('beforeend', `<span class=\"separator practice-areas-featured-breadcrumb-item-slash\">\/<\/span>`)\n                        container.insertAdjacentElement('beforeend', categoryNode)\n                        breadCrumbLinks.push(categoryNode);\n                    }\n\n\n                    const titleNode = homeNode.cloneNode(true);\n\n                    titleNode.textContent = \"Pamela Mak, the Head of our Dispute Resolution Department has been named in The A List 2023-2024: Growth Drivers\";\n                    container.insertAdjacentHTML('beforeend', `<span class=\"separator practice-areas-featured-breadcrumb-item-slash\">\/<\/span>`)\n                    container.insertAdjacentElement('beforeend', titleNode)\n                    breadCrumbLinks.push(titleNode);\n\n\n\n\n                }\n\n                breadCrumbLinks.forEach((link, index) => {\n\n                    link.classList.add('practice-areas-featured-breadcrumb-item-name');\n                    const origin = window.location.origin;\n                    const href = window.location.href;\n\n                    const originSplitter = window.location.href.includes(\"insight-and-news\") ? \"insight-and-news\" : window.location.href.includes('insights-and-news') ? \"insights-and-news\" : \"\"\n\n                    const paths = href.split(originSplitter);\n                    const links = paths[1].split(\"\/\").filter(Boolean)\n\n\n                    const resolvedOrigin = originSplitter ? (href.split(originSplitter)[0] || \"\") : (origin + \"\/\")\n\n                    if (index === 0) {\n\n                        if (!originSplitter) {\n                            link.href = origin\n                        } else {\n                            link.href = resolvedOrigin;\n                        }\n\n\n                    } else if (index === 1) {\n                        link.href = resolvedOrigin + originSplitter\n\n                    }\n                    else if (index === 2) {\n                        console.log(links)\n                        link.href = resolvedOrigin + originSplitter + \"\/\" + (links[0] || \"\")\n                    }\n                    else if (index === 3) {\n\n                        link.href = resolvedOrigin + originSplitter + \"\/\" + (links[0] || \"\") + \"\/\" + (links[1] || \"\")\n\n                    }\n\n\n\n                    \/\/ const words = link.textContent.split(\" \")\n                    \/\/ if (words.length > 4) {\n                    \/\/     link.textContent = words.slice(0, 4).join(\" \") + \"...\"\n                    \/\/ }\n\n                })\n\n                breadCrumbSeperators.forEach(separator => {\n                    separator.textContent = \"\/\"\n                    separator.classList.add('practice-areas-featured-breadcrumb-item-slash')\n                });\n\n\n            })\n\n\n        })\n        removeDivTag()\n    })();\n\n    function removeDivTag() {\n        console.log(\"remasfljas\");\n        const editorContainer = document.querySelector(\".editor-wysiwyg\");\n        \/\/ editorContainer.innerText = editorContainer.innerText.replace(\"<\/div>\", \"\")\n        Array.from(editorContainer.childNodes).forEach(el => {\n            if (el.textContent.includes(\"<\/div>\")) {\n                el.textContent = \"\"\n            }\n        })\n    }\n<\/script>\n\n<div class=\"editor-wysiwyg my-[40px]\">\n<div class=\"single-section\">Happy to share that\u00a0<a href=\"https:\/\/www.tannerdewitt.com\/insight-and-news\/pamela-mak-the-head-of-our-dispute-resolution-department-has-been-named-in-the-a-list-2023-2024-growth-drivers\/\">P<\/a><a href=\"https:\/\/www.tannerdewitt.com\/our-people\/pamela-mak\/\">amela Mak<\/a>, the Head of our Dispute Resolution Department has been named in The A List 2023-2024: Growth Drivers by the\u00a0<a href=\"https:\/\/law.asia\/china-elite-lawyers-growth-drivers-2023\/\" target=\"_blank\" rel=\"noopener\">China Business Law Journal<\/a> that identifies elite lawyers in Hong Kong and other cities in the PRC. <a href=\"https:\/\/www.tannerdewitt.com\/insight-and-news\/pamela-mak-the-head-of-our-dispute-resolution-department-has-been-named-in-the-a-list-2023-2024-growth-drivers\/\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-30537\" src=\"https:\/\/www.tannerdewitt.com\/wp-content\/uploads\/2024\/01\/CBLJ-A-List-PM-768x768-1-300x300.jpg\" alt=\"\" width=\"768\" height=\"768\" srcset=\"https:\/\/www.tannerdewitt.com\/wp-content\/uploads\/2024\/01\/CBLJ-A-List-PM-768x768-1-300x300.jpg 300w, https:\/\/www.tannerdewitt.com\/wp-content\/uploads\/2024\/01\/CBLJ-A-List-PM-768x768-1-150x150.jpg 150w, https:\/\/www.tannerdewitt.com\/wp-content\/uploads\/2024\/01\/CBLJ-A-List-PM-768x768-1.jpg 768w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><\/div>\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Happy to share that\u00a0Pamela Mak, the Head of our Dispute Resolution Department has been named in The A List 2023-2024: Growth Drivers by the\u00a0China Business Law Journal that identifies elite lawyers in Hong Kong and other cities in the PRC.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"template":"","meta":{"_acf_changed":false,"footnotes":""},"tags":[],"insight-category":[1130],"insight-month":[1158],"insight-practice-area":[1132,1128],"insight-year":[1159],"class_list":["post-29266","insight-and-news","type-insight-and-news","status-publish","hentry","insight-category-news","insight-month-january","insight-practice-area-dispute-resolution","insight-practice-area-litigation","insight-year-1159"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-and-news\/29266","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-and-news"}],"about":[{"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/types\/insight-and-news"}],"author":[{"embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":4,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-and-news\/29266\/revisions"}],"predecessor-version":[{"id":31912,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-and-news\/29266\/revisions\/31912"}],"wp:attachment":[{"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/media?parent=29266"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/tags?post=29266"},{"taxonomy":"insight-category","embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-category?post=29266"},{"taxonomy":"insight-month","embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-month?post=29266"},{"taxonomy":"insight-practice-area","embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-practice-area?post=29266"},{"taxonomy":"insight-year","embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-year?post=29266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}