poddconference.com Open in urlscan Pro
3.238.224.153  Public Scan

Submitted URL: https://jh700.keap-link019.com/v2/click/a6e219d2c449ebce09834d839fcb17d1/eJyNj08LgkAQxb_LnCMto9RbiIhYHqLOIbsTbunusk2BiN-96Q91Ke...
Effective URL: https://poddconference.com/?inf_contact_key=a5128ec84a8be27dc365e7793a088c77680f8914173f9191b1c0223e68310bb1
Submission: On March 05 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

https://theconferenceforum.org/search

<form class="flex items-center search-form justify-center w-full" action="https://theconferenceforum.org/search">
  <input type="hidden" name="_token" value="WDuZioX3nKlx1z5oFUdZNq5aKYysuIYrJ0fq2IlB">
  <div class="search-form__input-box">
    <input type="text" class="form-control search-form__input" name="keyword" placeholder="Enter to Search">
    <button class="search-form__btn"><img src="https://poddconference.com/fe/img/icons/search.png" alt="search"></button>
  </div>
  <div class="flex items-center search-form__mode" style="display: none;">
    <strong class="mr-2">Basic</strong>
    <div class="custom-control custom-switch">
      <input type="checkbox" class="custom-control-input toggle-search-type" id="customSwitch1-toggle-search-type-pc">
      <label class="custom-control-label" for="customSwitch1-toggle-search-type-pc"></label>
    </div>
    <strong>Advanced</strong>
  </div>
  <div class="search-form__advance flex items-center justify-center px-2 sm:px-13 xl:px-0 pb-10" id="searchAdvanced">
    <div class="flex flex-wrap gap-y-5" style="max-width: 1416px;">
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search By Type:</h6>
        <select class="form-control xl:w-928px select2-hidden-accessible" title="Search by type" name="searchType" data-select2-id="1" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="3">Select a type</option>
          <option value="editorial">Editorial</option>
          <option value="podcast">Podcast</option>
          <option value="webinar">Webcast</option>
          <option value="conference">Conference</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="2" style="width: 928px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" title="Search by type" tabindex="0" aria-disabled="false" aria-labelledby="select2-searchType-fh-container"><span class="select2-selection__rendered" id="select2-searchType-fh-container"
                role="textbox" aria-readonly="true" title="Select a type">Select a type</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
            aria-hidden="true"></span></span>
      </div>
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search By Category:</h6>
        <select class="form-control xl:w-928px select2-hidden-accessible" title="Search by category" name="category" data-select2-id="4" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="6">Select a category</option>
          <option value="4">Biotech CMO/R&amp;D Leadership</option>
          <option value="2">Clinical Trial Operations</option>
          <option value="13">CRAACO: Clinical Research as a Care Option</option>
          <option value="5">Drug Delivery</option>
          <option value="3">Immuno-Oncology and Cell Therapy</option>
          <option value="14">Patients as Partners in Clinical Research and Patient Access</option>
          <option value="16">Test Immuno Oncology 360 Category</option>
          <option value="15">Women Leadership in Biotech</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="5" style="width: 928px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" title="Search by category" tabindex="0" aria-disabled="false" aria-labelledby="select2-category-jh-container"><span class="select2-selection__rendered" id="select2-category-jh-container"
                role="textbox" aria-readonly="true" title="Select a category">Select a category</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
            aria-hidden="true"></span></span>
      </div>
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search Within Date Range:</h6>
        <div class="grid grid-cols-2 gap-x-2 xl:w-928px">
          <div class=""><input type="date" class="form-control" name="from"></div>
          <div class=""><input type="date" class="form-control" name="to"></div>
        </div>
      </div>
    </div>
  </div>
</form>

https://theconferenceforum.org/search

<form class="flex items-center search-form justify-center w-full" action="https://theconferenceforum.org/search"> @csrf <div class="search-form__input-box">
    <input type="text" class="form-control search-form__input" name="keyword" placeholder="Enter to Search">
    <button class="search-form__btn"><img src="https://poddconference.com/fe/img/icons/search.png" alt="search"></button>
  </div>
  <div class="flex items-center search-form__mode">
    <strong class="mr-2">Basic</strong>
    <div class="custom-control custom-switch">
      <input type="checkbox" class="custom-control-input toggle-search-type" id="customSwitch1-{{ 'toggle-search-type-' . $count }}">
      <label class="custom-control-label" for="customSwitch1-{{ 'toggle-search-type-' . $count }}"></label>
    </div>
    <strong>Advanced</strong>
  </div>
  <div class="search-form__advance flex items-center justify-center px-2 sm:px-13 xl:px-0 pb-10" id="searchAdvanced">
    <div class="flex flex-wrap gap-y-5" style="max-width: 1416px;">
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search By Type:</h6>
        <select class="form-control xl:w-928px select2-hidden-accessible" title="Search by type" name="searchType" data-select2-id="7" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="9">Select a type</option>
          <option value="editorial">Editorial</option>
          <option value="podcast">Podcast</option>
          <option value="webinar">Webcast</option>
          <option value="conference">Conference</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="8" style="width: 928px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" title="Search by type" tabindex="0" aria-disabled="false" aria-labelledby="select2-searchType-w5-container"><span class="select2-selection__rendered" id="select2-searchType-w5-container"
                role="textbox" aria-readonly="true" title="Select a type">Select a type</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
            aria-hidden="true"></span></span>
      </div>
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search By Category:</h6>
        <select class="form-control xl:w-928px select2-hidden-accessible" title="Search by category" name="category" data-select2-id="10" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="12">Select a category</option>
          <option value="4">Biotech CMO/R&amp;D Leadership</option>
          <option value="2">Clinical Trial Operations</option>
          <option value="13">CRAACO: Clinical Research as a Care Option</option>
          <option value="5">Drug Delivery</option>
          <option value="3">Immuno-Oncology and Cell Therapy</option>
          <option value="14">Patients as Partners in Clinical Research and Patient Access</option>
          <option value="16">Test Immuno Oncology 360 Category</option>
          <option value="15">Women Leadership in Biotech</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="11" style="width: 928px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" title="Search by category" tabindex="0" aria-disabled="false" aria-labelledby="select2-category-fg-container"><span class="select2-selection__rendered" id="select2-category-fg-container"
                role="textbox" aria-readonly="true" title="Select a category">Select a category</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
            aria-hidden="true"></span></span>
      </div>
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search Within Date Range:</h6>
        <div class="grid grid-cols-2 gap-x-2 xl:w-928px">
          <div class=""><input type="date" class="form-control datepicker" name="from"></div>
          <div class=""><input type="date" class="form-control datepicker" name="to"></div>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form method="post" id="formbuilderForm1" onsubmit="return systemFormSubmit1()">
  <input type="hidden" name="_token" value="zNeQqQVKdwBwkryBnGz3jCMteuA6nhMx1pxy0eCp">
  <div class="grid sm:grid-cols-2 md:grid-cols-4 justify-content-center gap-4">
    <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="First Name*" name="text-1690223664339-0" required="">
    <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="Last Name*" name="text-1690223684587-0" required="">
    <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="Email*" name="text-1687955445752-0" required="">
    <select name="select-1690223696565-0[]" data-placeholder="Areas of Interest" class="form-control form-control form-control-lg input-size-small input-style-bold select2-hidden-accessible" id="" multiple="" required="" data-select2-id="13"
      tabindex="-1" aria-hidden="true">
      <option value="">Areas of Interest</option>
      <option value="Clinical Trial Operations">Clinical Trial Operations</option>
      <option value="Drug Delivery">Drug Delivery</option>
      <option value="Immuno-Oncology">Immuno-Oncology</option>
      <option value="Clinical Research as a Care Option">Clinical Research as a Care Option</option>
      <option value="Patients as Partners in Clinical Research">Patients as Partners in Clinical Research</option>
      <option value="R&amp;D Leadership">R&amp;D Leadership</option>
    </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="14" style="width: 249.5px;"><span class="selection"><span class="select2-selection select2-selection--multiple" role="combobox"
          aria-haspopup="true" aria-expanded="false" tabindex="-1" aria-disabled="false">
          <ul class="select2-selection__rendered">
            <li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list"
                placeholder="Areas of Interest" style="width: 227.5px;"></li>
          </ul>
        </span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
  </div>
  <div class="section-editorial-form__btn">
    <button class="transition-colors ease-in-out duration-500 uppercase" type="submit">Submit</button>
  </div>
</form>

POST

<form method="post" id="conferenceForm2" onsubmit="return formSubmit()">
  <input type="hidden" name="_token" value="zNeQqQVKdwBwkryBnGz3jCMteuA6nhMx1pxy0eCp">
  <div class="grid sm:grid-cols-2 md:grid-cols-4 justify-content-center gap-4">
    <div class="mb-3">
      <label class="form-label" style="font-weight: normal">First Name*</label>
      <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="First Name" name="text-1698336385957-0" required="">
    </div>
    <div class="mb-3">
      <label class="form-label" style="font-weight: normal">Last Name*</label>
      <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="Last Name" name="text-1698336386923-0" required="">
    </div>
    <div class="mb-3">
      <label class="form-label" style="font-weight: normal">Email*</label>
      <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="Email" name="text-1698336387673-0" required="">
    </div>
    <div class="mb-3">
      <label class="form-label" style="font-weight: normal">Areas of Interest*</label>
      <select name="select-1698336388673-0[]" data-placeholder="Areas of Interest" class="form-control form-control form-control-lg input-size-small input-style-bold select2-hidden-accessible" id="" multiple="" required="" data-select2-id="15"
        tabindex="-1" aria-hidden="true">
        <option value="Drug Delivery">Drug Delivery</option>
        <option value="Immuno-Oncology">Immuno-Oncology</option>
        <option value="R&amp;D Leadership">R&amp;D Leadership</option>
        <option value="Clinical Trial Operations">Clinical Trial Operations</option>
        <option value="Patients as Partners in Clinical Research">Patients as Partners in Clinical Research</option>
        <option value="Clinical Research as a Care Option">Clinical Research as a Care Option</option>
      </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="16" style="width: 249.5px;"><span class="selection"><span class="select2-selection select2-selection--multiple" role="combobox"
            aria-haspopup="true" aria-expanded="false" tabindex="-1" aria-disabled="false">
            <ul class="select2-selection__rendered">
              <li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list"
                  placeholder="Areas of Interest" style="width: 227.5px;"></li>
            </ul>
          </span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
    </div>
  </div>
  <div class="section-editorial-form__btn">
    <button class="transition-colors ease-in-out duration-500" type="submit"> SUBMIT </button>
  </div>
</form>

Text Content

Menu

 * Conferences
 * Editorial
 * PharmaTalkRadio Podcasts
 * Videos/Webcasts
 * Marketing Services
 * About Us

Explore By Subject Area   
 * Clinical Trial Operations
 * CRAACO: Clinical Research as a Care Option
 * Immuno-Oncology and Cell Therapy
 * Patients as Partners in Clinical Research
 * Biotech CMO/R&D Leadership
 * Drug Delivery
 * Women Leadership in Biotech

Menu


Basic

Advanced

SEARCH BY TYPE:

Select a type Editorial Podcast Webcast Conference Select a type

SEARCH BY CATEGORY:

Select a category Biotech CMO/R&D Leadership Clinical Trial Operations CRAACO:
Clinical Research as a Care Option Drug Delivery Immuno-Oncology and Cell
Therapy Patients as Partners in Clinical Research and Patient Access Test Immuno
Oncology 360 Category Women Leadership in Biotech Select a category

SEARCH WITHIN DATE RANGE:


 * About
   * Venue Information
   * Who Should Attend
   * Registration Fees
   * Photo Gallery
   * Testimonials
   * PODD Team
   * 2023 Advisory Board
   * Partners/Media
   * Submit a Topic
 * 2023 Agenda
   * 2023 Speaker Presentations
 * 2023 Speakers
 * Sponsors
   * 2024 Sponsors
   * Sponsorship Opportunities
 * Editorial
 * Multimedia
   * Videos/Webcasts
   * Podcasts

Register Here

PODD: Partnerships in Drug Delivery | Date:  Oct 28, 2024 - Oct 29, 2024 |
Venue: Westin Boston Seaport | Location: Boston, MA


Return Home


Register Here Menu

PODD: Partnerships in Drug Delivery

Date: Oct 28, 2024 - Oct 29, 2024

Location: Boston, MA

@csrf

Basic

Advanced

SEARCH BY TYPE:

Select a type Editorial Podcast Webcast Conference Select a type

SEARCH BY CATEGORY:

Select a category Biotech CMO/R&D Leadership Clinical Trial Operations CRAACO:
Clinical Research as a Care Option Drug Delivery Immuno-Oncology and Cell
Therapy Patients as Partners in Clinical Research and Patient Access Test Immuno
Oncology 360 Category Women Leadership in Biotech Select a category

SEARCH WITHIN DATE RANGE:


 * About
   * Venue Information
   * Who Should Attend
   * Registration Fees
   * Photo Gallery
   * Testimonials
   * PODD Team
   * 2023 Advisory Board
   * Partners/Media
   * Submit a Topic
 * 2023 Agenda
   * 2023 Speaker Presentations
 * 2023 Speakers
 * Sponsors
   * 2024 Sponsors
   * Sponsorship Opportunities
 * Editorial
 * Multimedia
   * Videos/Webcasts
   * Podcasts




WELCOME TO OUR NEW WEBSITE!

PARTNERSHIP OPPORTUNITIES IN DRUG DELIVERY (PODD®)

is committed to upholding its tradition of combining partnering, access to
cutting-edge business and scientific content in the field of drug delivery, with
loyal support from a top notch speaking faculty. PODD provides access to a wide
range of drug delivery technologies and partnering before, during, and after the
event.



Pharma, biotech and the drug delivery industries gather annually at PODD to
assess delivery needs, latest trends and information on deals and learn about a
wide range of innovative drug delivery technologies that could improve the
delivery of various types of drugs. This can include proteins, peptides,
oligonucleotides, biologics, and small molecules and more. PODD provides
business development opportunities through organized networking and a partnering
tool for new, emerging and established collaborations.



2023 Keynotes

Sustainability Keynote



Dr Marianne Ølholm
Novo Nordisk

Brain Delivery Keynote



Dr Alfred W Sandrock
Voyager Therapeutics

Annual Keynote



Dr Robert Langer
MIT

CEO Leadership



Stéphen Bancel 
Moderna

2023 Co-Chairs

Dr Mark Schiebler
Roche

Dr Ann Daugherty
Genentech

Dr Clare Beddoes
Cambridge Design Partnership


2023 TOPIC AREAS

•  AI/ML and Computational Biology Approaches to Drug Delivery
•   Payer Perspective on Lifecycle Management
•   Working Towards Sustainability in Manufacturing
•   New Approaches in CNS/PNS Delivery
•    Holistic Approaches to Device Design and Development

•   Innovations in Ophthalmic Delivery
•   The Future of Digital Technology in the Connected Device Space
•   Alternative Approaches to High-Volume/High Concentration Injectables
•   Delivery Challenges in the Oncology Pipeline
•    Achieving Targeted Delivery of Gene Editing Therapies




2023 FEATURED SPEAKERS

Dr Monica Adams
GSK

Dr Lovisa Afzelius
Flagship Pioneering

Dr Vikram Agarwai
Sanofi

Dr Sujit Basu
Ionis Pharmaceuticals

Mark DeStefano
Teva

Dr Ester Caffarel-Salvador
Chiesi USA

Dr Annette Bak
AstraZeneca

Dr Sudhakar Garad
Novartis Institutes for BioMedical Research

Dr Chelsea Thorn
Pfizer

Ramus Just
Novo Nordisk

Dr Vincent Ling
Takeda

Dr Jim Mackrell
Eli Lilly & Company


ADDITIONAL PROGRAM FEATURES

•   Pharma Company Spotlights on Drug Delivery Needs and Partnering Philosophies
•   Technology Presentations – 8 Tracks Covering a Wide Range of Drug Delivery
Technologies
•    Partnering Opportunities that include One-on-One Scheduled Meetings to Help
Foster New Collaborations


THE PODD PROMISE

1. Present a strategic-level program for pharma and biotech scientists and
business development professionals, with a thorough overview on formulation
needs, the latest drug delivery technologies available along with an update on
deals and opportunities to improve therapies and extend the life cycle  of a
drug.

2. Provide drug delivery and specialty pharmas with a platform to
present their technologies.

3. Offer ample networking time and services for one-on-one meetings to establish
new business contacts and enhance existing ones.





2024 SPONSORS

‹›



SUBSCRIBE FOR MORE INFORMATION

Please provide your contact information and select areas of interest to receive
updates.

Areas of Interest Clinical Trial Operations Drug Delivery Immuno-Oncology
Clinical Research as a Care Option Patients as Partners in Clinical Research R&D
Leadership
 * 

Submit


SUBSCRIBE FOR MORE INFORMATION

Please provide your contact information and select areas of interest to receive
updates.

First Name*
Last Name*
Email*
Areas of Interest* Drug Delivery Immuno-Oncology R&D Leadership Clinical Trial
Operations Patients as Partners in Clinical Research Clinical Research as a Care
Option
 * 

SUBMIT
 * About Us
 * Contact Us
 * FAQs
 * Job Openings
 * Privacy Policy

©2024 The Conference Forum. All Rights Reserved.