 ##  [Learning, teamwork and progress: Future of science at Novartis](https://www.novartis.com/si-en/stories/learning-teamwork-and-progress-future-science-novartis "Learning, teamwork and progress: Future of science at Novartis") 

 [People and Culture](https://www.novartis.com/si-en/taxonomy/term/2181)

 

 

#  Learning, teamwork and progress: Future of science at Novartis 

We spotlight two inspiring colleagues from Novartis Technical Research and Development Team: prof. Uroš Urleb, PhD and Jure Cerar, PhD.



 

 09 March 2026 

**At Novartis, scientific progress is built on continuous learning and strong teamwork across disciplines. In an episode of The Novartis Experience, two colleagues from Technical Research and Development share how this mindset shapes their work and fuels innovation – from early research to medicines that reach patients.**

Prof. Uroš Urleb, PhD, former Executive Director of the Scientific Office of Biologics and Cell &amp; Gene Therapies and now external consultant, reflects on a career that spans academia, drug discovery and biologics development. Looking back, he describes science as a journey driven by challenge and constant change. »One life is not enough, « he says, pointing to the rapid evolution of data-driven science and modeling that is transforming how research and development is done.

The evolving approach to science is part of everyday work for Jure Cerar, PhD, Senior Expert in Science and Technology in TRD. Working in formulation development and computational modeling, he focuses on understanding biologic molecules in depth and predicting their behavior before extensive lab work begins. »The future is now, « he says, highlighting how in-silico methods help scientists make better decisions earlier.

For both podcast guests, progress depends on people working together. Complex challenges require input from many fields – and success comes when expertise connects. »You can have the best software, the best machines, but without the top talents… there is no success, « emphasizes Urleb.

Asked what advice they would give to younger colleagues; both return to the same message: don’t be afraid of challenges. In research, setbacks are part of progress – and often the source of the most valuable learning. As Jure Cerar puts it, »Even if you don’t know how to solve a problem, take it. You’ll figure it out along the way. «

Their conversation highlights what makes science at Novartis distinctive: an environment that values learning, supports new ideas and brings people together to solve complex problems – all with the goal of improving patients’ lives.

**Listen to the podcast in the video below:**

  
  var kPlayer = KalturaPlayer_55802022 || KalturaPlayer;
  var config = {
    targetId: "kaltura_player_6a8bcf174dfdd127041519",
    provider: {
      widgetId: "1_7yiut4u0",
      partnerId: "2076321",
      uiConfId: "55802022"
    },
    playback: {
      autoplay: false,
      autopause: false,
      muted: false,
      loop: false    },
    sources: {
      options: {},
      startTime: 0
    },
    disableUserCache: "true",
    plugins: {},
    sources: {
      options: {},
      startTime: 0
    },
    ui: {
      showCCButton: false,
      settings: {
        showQualityMenu: true,
        showSpeedMenu: false      },
      components: {
        fullscreen: {
          disableDoubleClick: false
        }
      },
      uiComponents: [
        {
          presets: ['Playback', 'Live'],
          area: 'BottomBarRightControls',
          replaceComponent: 'Fullscreen',
          get: kPlayer.ui.components.Remove
        }
      ]
    }
  };

  // Check and add plugins only if they exist
  if (kPlayer.plugins["download"]) {
    config.plugins.download = {
      disable: true    };
  }

  if (kPlayer.plugins["transcript"]) {
    config.plugins["playkit-js-transcript"] = {
      position: "right", // Default: bottom;('left', 'right', 'top', 'bottom') to enable transcript.
      expandMode: "over", // Default: alongside;('alongside', 'hidden', 'over')
      expandOnFirstPlay: false,
      showTime: true,
      downloadDisabled: false,
      printDisabled: false,
      disable: true    };
  }

      if (kPlayer.plugins["preventSeek"]) {
      config.plugins.preventSeek = {
        preventSeekForward: false,
        preventSeek: false      };
    }
    config.plugins.floating = {
      disable: true    };
    if (kPlayer.plugins["navigation"]) {
      config.plugins.navigation = {
        position: "right",
        expandMode: "over",
        expandOnFirstPlay: false,
        visible: false      };
    }
    if (kPlayer.plugins["hotspots"]) {
      config.plugins['playkit-js-hotspots'] = {
        disable: true      };
    }
    if (kPlayer.plugins["moderation"]) {
      config.plugins['playkit-js-moderation'] = {
        disable: true      };
    }
    if (kPlayer.plugins["info"]) {
      config.plugins['playkit-js-info'] = {
        disable: true      };
    }
    if (kPlayer.plugins["share"]) {
      config.plugins.share = {
        disable: true      };
    }
          config.ui.uiComponents = [];
                    if (kPlayer.plugins["googleAnalytics"]) {
      config.plugins.googleTagManager = {};
      config.plugins.googleTagManager.customEventsTracking = {};
      config.plugins.googleTagManager.containerId = 'GTM-57RJQ5';
              config.plugins.googleTagManager.customEventsTracking.custom = [];
                    config.plugins.googleTagManager.customEventsTracking = {
          preset: {
            coreEvents: true,
            UIEvents: false,
            playlistEvents: false,
            castEvents: false
          }
        };
          }
  



 
    // Ensure the global player registry array always exists, regardless of embed type.
    window.kalturaPlayerVideos = window.kalturaPlayerVideos || [];
    try {
              var thumbEmbedPromise = __thumbnailEmbed({config, mediaInfo: {entryId: "1_itavg3s3"}});
        // __thumbnailEmbed() returns a Promise that resolves with the player instance
        // when the user clicks the thumbnail. Use .then() to capture the player directly.
        thumbEmbedPromise
          .then(function(player) {
            window.kalturaPlayerVideos.push(player);
            // Notify kaltura_datalayer.js that a new player is ready so it can
            // attach custom event listeners immediately, regardless of when
            // the user clicked the thumbnail relative to page load.
            document.dispatchEvent(new CustomEvent('kalturaPlayerReady', { detail: { player: player } }));
          })
          .catch(function(error) {
            console.error(error);
          });
          } catch (e) {
      console.error(e.message)
    }