Current Issue & Archives

Dermatological Conditions in Skin of Color—Managing Keloids
J Clin Aesthet Dermatol. 2021;14(9 Suppl 1):S24–S25 by Archana M. Sangha, MMS, PA-C  Ms. Sangha is a medical science liaison for Incyte in Wilmington, Delaware. Prior to that, she spent over a decade as...
Guideline for the Prevention, Diagnosis, and Management of Acute Bacterial Soft Tissue Infections Following Nonsurgical Cosmetic Procedures
J Clin Aesthet Dermatol. 2021;14(9 Suppl 1):S29–S35 by Emma Davies, RN, INP; Devan Vaghela, MBBS, MRCP; Cormac Convery, MB ChB, MSc; Lee Walker, BDS, MFDS, RCS; and Gillian Murray, MPharm, PG Clin Pharm...
Adverse Effects of COVID-19 and Face Masks: A Systematic Review
J Clin Aesthet Dermatol. 2021;14(9 Suppl 1):S39–S45 by Akshitha Thatiparthi, BS; Jeffrey Liu, BS;Amylee Martin, BS; and Jashin J. Wu, MD Ms. Thatiparthi is with the College of Osteopathic Medicine of the...
Letters to the Editor: Use of Webinars in Medical Training in Dermatology During COVID-19: A Commentary
J Clin Aesthet Dermatol. 2021;14(6):S23 Dear Editor: Digital technology has been of utmost importance during the coronavirus disease 2019 (COVID-19) pandemic for imparting education and training for dermatology...
Dermatological Conditions in Skin of Color—Managing Post-inflammatory Hyperpigmentation in Patients with Acne
J Clin Aesthet Dermatol. 2021;14(6 Suppl 1):S24–S26 by Archana M. Sangha, MMS, PA-C Ms. Sangha is a Fellow of the American Academy of Physician Assistants and Diplomate and Current President of the Society...
Guideline for the Management Herpes Simplex 1 and Cosmetic Interventions
This review article examines herpes simplex virus reactivation risk and management following nonsurgical cosmetic procedures.
A Rare Case of Congenital Vitiligo in a Neonate
J Clin Aesthet Dermatol. 2021;14(6 Suppl 1):S27–S29 by Purva Pande MD; Sree Ramu Suggu, MD; and Mala Bhalla, MD All authors are with the Department of Dermatology, Venereology, and Leprosy at the Government...
Dermatological Conditions in Skin of Color— Managing Atopic Dermatitis
J Clin Aesthet Dermatol. 2021;14(3 Suppl 1):S20-S22 by Archana M. Sangha, MMS, PA-C Ms. Sangha is a Fellow of the American Academy of Physician Assistants and Diplomate and Current President of the Society...

Atopic Dermatitis Advisor Audio Series:

Incorporating Topical and Oral Treatments into Practice

Nicole Keeter, MSHS, PA-C, describes how to implement various JAK inhibitors into practice for the treatment of atopic dermatitis, psoriasis, and alopecia areata. She discusses how utilizing these JAK inhibitors in the treatment of atopic dermatitis has shown to provide a rapid decrease in symptoms, particularly pruritus.

document.addEventListener("DOMContentLoaded", function() { // Find your sticky element by class const stickyEl = document.querySelector(".my-sticky"); if (!stickyEl) return; // Function to find the next Elementor section after the sticky element const getNextSection = (el) => { let next = el.nextElementSibling || el.parentElement.nextElementSibling; while (next && !next.classList.contains('elementor-section')) { next = next.nextElementSibling; } return next; }; const nextSection = getNextSection(stickyEl); if (!nextSection) return; // Function to update margin const updateMargin = () => { if (stickyEl.classList.contains("elementor-sticky--active")) { nextSection.style.marginTop = stickyEl.offsetHeight + "px"; } else { nextSection.style.marginTop = "0px"; } }; // Observe class changes on the sticky element const observer = new MutationObserver(updateMargin); observer.observe(stickyEl, { attributes: true, attributeFilter: ["class"] }); // Recalculate on resize window.addEventListener("resize", updateMargin); });