document.addEventListener('DOMContentLoaded', () => { document.querySelectorAll('.home-post-card p, .home-post-card-p p').forEach(p => { // --- CLEAN TEXT --- let text = p.textContent; // Remove the literal string "[...]" text = text.replace(/\[\.\.\.\]/g, ''); // Remove "le plus tot possible" (case insensitive) text = text.replace(/\ble plus tot possible\b/gi, ''); // Remove extra spaces text = text.replace(/\s+/g, ' ').trim(); p.textContent = text; // --- ADD "…See More" LINK --- if (!p.querySelector('a[href="/news"]')) { const a = document.createElement('a'); a.href = '/news'; a.textContent = '…See More.'; a.setAttribute('aria-label', 'See more news'); a.style.marginLeft = '5px'; p.appendChild(a); } }); }); Skip to content
Wu logo
DFCI logo
  • Home
  • Research
  • Members
    • Alumni
  • Publications
  • News
  • Contact
  • Lab photos
    • 2024
    • 2023
  • Support
Wu logo
  • Home
  • Research
  • Members
    • Alumni
  • Publications
  • News
  • Contact
  • Lab photos
    • 2024
    • 2023
  • Support
Sitemapadmin2025-09-30T21:34:47+00:00

Pages

  • 2023
  • 2024
  • Alumni
  • Contact
  • Home
  • Lab photos
  • Members
  • News
  • Publications
  • Research
  • Sitemap
  • Support

News

  • Summer 2025
  • March 2025
  • January 2025
  • December 2024
  • June 2024
  • March 2024
  • February 2024
  • September 2023
  • July 2023
  • June 2023
  • February 2023
  • October 2022
  • September 2022
  • August 2022
  • June 2022
  • December 2021
  • November 2021
  • October 2021
  • July 2021
  • May 2021
  • January 2021
  • December 2020
  • October 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
Wu logo
DFCI logo
HMS logo
  • Sitemap |
  • Contact |
  • Login
  • Privacy policy |
  • Terms of use |
  • Accessibility

© 2025 Site developed by DF/HCC Health Communication Core

Wu logo
DFCI logo
HMS logo

Sitemap  |  Contact  |  Login

© 2025 Privacy policy  Legal statements
Site developed by DF/HCC Health Communication Core

Page load link
This website uses cookies and third party services. OK
Go to Top