JCS Analytics
JCS Analytics
  • Home
  • About
  • Privacy

Details
By J. Smith
J. Smith
Articles
November 7,2025
Last Updated: 07 November 2025
Hits: 1159
  • AI in Drug Discovery
  • Federated Learning
  • Pharmaceutical Data
  • Biotech Innovation
  • Lilly TuneLab
  • NVIDIA

Eli Lilly’s AI Strategy: Opening High-Value Drug Discovery Models to the Biotech Ecosystem

AI Supercomputing

Lilly’s TuneLab platform and new AI supercomputing infrastructure enable biotech partners to accelerate drug discovery using secure, high-value machine learning models trained on decades of research data.

Abstract

Eli Lilly has introduced TuneLab, an AI platform that provides biotech companies access to drug discovery models trained on more than $1 billion of proprietary research data. The platform uses federated learning to let partners apply and improve these models without exchanging raw datasets. At the same time, Lilly is building one of the most powerful AI supercomputers in the pharmaceutical industry to support large-scale model development. Together, these moves represent a shift toward AI-augmented scientific workflows, where data, compute, and collaboration accelerate early-stage drug discovery.

Key Points

  • TuneLab provides access to high-value drug discovery models trained on decades of internal R&D data.
  • Federated learning protects proprietary data, allowing partners to use and strengthen models without sharing raw files.
  • A large-scale NVIDIA-powered supercomputer supports model training, simulation, and scientific AI agents.
  • The initiative lowers barriers for early-stage biotechs, offering capabilities that previously required significant infrastructure.
  • The broader shift is toward AI-augmented research, where discovery speed depends on both scientific insight and computational scale.

Read more: Eli Lilly’s AI Strategy: Opening High-Value Drug Discovery Models to the Biotech Ecosystem

Details
By J. Smith
J. Smith
Articles
September 14,2025
Last Updated: 14 September 2025
Hits: 352
  • Data Analytics
  • Healthcare Data
  • Personalized Medicine
  • Nordic Healthcare
  • Continuing Education

Bridging Data and Healthcare in the Nordics

Personalised Medicine from a Nordic Perspective

I completed Personalised Medicine from a Nordic Perspective through the University of Copenhagen and University of Iceland. The course explored how biobanks (collections of biological samples), health registries, and biomarkers (measurable health indicators) can be used to guide individual care, while also addressing risk communication, data protection, and broader ethical considerations.

For a data analyst, this provides valuable context for how health data is generated and applied, and shows the importance of collaboration between doctors and data scientists. The Nordic countries offer a strong case study: they maintain comprehensive health registries and biobanks, and are leaders in responsible data sharing across sectors. The material is presented in a way that makes these complex topics accessible to a broader audience, not just specialists.

This course was built and launched by two principal collaborators, Sisse Rye Ostrowski, MD, University of Copenhagen and Sædís Sævarsdóttir, MD, University of Iceland. They summed up its importance this way:

“The healthcare system is a wonderful place to be if you’re interested in data and developing algorithms. There are extremely complex data like omics data, register data, and data from wearables with all kinds of measurements you could possibly imagine. So, the healthcare field is the data playground of the future.” - Ostrowski

“We want people to understand the challenges involved and how collaboration and technological innovation is the key to shaping the future of healthcare.” - Sævarsdóttir

Explore the Course: Personalised Medicine from a Nordic Perspective

Details
By J. Smith
J. Smith
Articles
August 30,2025
Last Updated: 01 September 2025
Hits: 468
  • Python Programming
  • Tableau Visualizations
  • FDA Drug Shortages
  • SQLite Database
  • Healthcare Analytics

Streamlined Drug Shortage Tracking with Python and SQLite

Python and SQLite make drug shortage tracking reliable, efficient, and change-driven.

Abstract

Avoiding redundant outputs and focusing only on real changes makes drug shortage tracking both more efficient and more reliable. Python and SQLite work together to compare new data with existing records, ensuring updates occur only when needed and visualizations remain clear and accurate.

Key Points

  • Direct access to the FDA API reduces manual downloads and processing.
  • JSON normalization integrates smoothly with existing Python cleaning steps.
  • SQLite compares new data with stored records, updating only when changes occur.
  • Tableau visualizations use dynamic titles, color coding, and brand-specific calculations.
  • The approach avoids redundant file creation, ensuring efficient and reliable tracking.

Read more: Streamlined Drug Shortage Tracking with Python and SQLite

Details
By J. Smith
J. Smith
Articles
August 14,2025
Last Updated: 14 August 2025
Hits: 490
  • Tableau
  • Python
  • CGM Data
  • BGM Comparison
  • Sensor Placement

Aligning CGM and BGM Readings Using Python and Tableau

BGM CGM Alignment

A data-driven look at how well continuous glucose monitor (CGM) readings align with blood glucose meter (BGM) readings—and what it reveals about device performance and sensor placement.

Abstract

Explore how Python and Tableau can be used to evaluate the alignment between continuous glucose monitor (CGM) and blood glucose meter (BGM) readings. By pairing readings within a 15-minute window and analyzing percent differences over time and by sensor location, the project identifies patterns in device performance and helps validate sensor placement.

Key Points

  • Pairing Logic: Python is used to match BGM readings with the nearest CGM reading within a 15-minute window to account for physiological lag.
  • Sensor Location Handling: merge_asof() enables accurate assignment of CGM sensor location data without requiring exact timestamp matches.
  • Data Scope: The analysis uses cleaned BGM and CGM datasets, covering the most recent 90 days.
  • Visualization Design: Tableau dashboards display daily trends, alignment by location, and AM/PM breakdowns, with parameters and filters to support interaction.
  • Application: The workflow highlights how differences in alignment can point to sensor performance issues, placement variability, or expected physiological lag.

Read more: Aligning CGM and BGM Readings Using Python and Tableau

Details
By J. Smith
J. Smith
Articles
July 4,2025
Last Updated: 03 November 2025
Hits: 508
  • 5K@ADA
  • Tableau Visualizations
  • SQLite
  • ADA Race Results
  • Data Workflow Optimization

Adapting the 5K@ADA Race Results Project for 2025

5K@ADA 2025 Race Results

A project’s real value comes from how well it adapts as the data changes.

Abstract

The 5K@ADA race results project has been updated for 2025 with improvements to data storage, cleaning, and visualization. Key enhancements include the use of SQLite for managing multi-year data, SQL-based deduplication, handling of multilingual gender values, and updated Tableau dashboards with year-based logic. These changes improve scalability, accuracy, and long-term usability.

Key Points

  • Integrated SQLite to support multi-year data storage and eliminate reliance on separate CSV files.
  • Shifted deduplication to SQL, improving efficiency and simplifying logic.
  • Added handling for foreign language values in the Gender column during data cleaning.
  • Removed the Name column before export to streamline the dataset and protect privacy.
  • Updated Tableau visualizations to support dynamic year selection and adaptable group labels.

Read more: Adapting the 5K@ADA Race Results Project for 2025

More Articles …

  1. What's Your Hidden Superpower? Ask AI the Right Way.
  2. Why I Took Medical Courses to Strengthen My Data Skills
  3. How an Hour-by-Hour View Transforms Time in Range Insights
  4. Study Finds AI Chatbots Do Not Improve Physicians’ Diagnostic Reasoning
  • 1
  • 2
  • 3
  • 4

Page 1 of 4

Recent Activity

April 2026

  • Novo Nordisk Expands Its AI Strategy Through New OpenAI Partnership

Articles

  • 5K@EASD Race Results: Trends from 2023 and 2024
  • Adapting the 5K@ADA Race Results Project for 2025
  • Advanced Data Retrieval with Python
  • Aligning CGM and BGM Readings Using Python and Tableau
  • Analysis and Visualization of Public Health Agency of Canada COVID Cases
  • Bridging Data and Healthcare in the Nordics
  • Complex Web Scraping with Python
  • Creating a Calculated Field in Tableau to Get Get Data Aggregated by Month in the Correct Order
  • Data Analyst vs. Business Analyst: Similarities and Differences
  • Data Analytics for Type 2 Diabetes
  • Data Science and Responsible AI in the Pharmaceutical Industry: A Case Study of Novo Nordisk
  • Denmark's Leap into AI Innovation: A Model for Future Research and Development
  • Denmark’s Gefion AI Supercomputer Revolutionizes AI-driven Research
  • Eli Lilly’s AI Strategy: Opening High-Value Drug Discovery Models to the Biotech Ecosystem
  • Embracing AI: Balancing Augmentation, Ethics, and Environmental Impact
  • Enhancing Data Analysis and Visualization Workflows with AI
  • Exploring the 2023 5K@EASD Virtual Run: A Tableau Analysis
  • Exploring the Growth of GLP-1 RA Sales
  • How an Hour-by-Hour View Transforms Time in Range Insights
  • How Novo Nordisk is Utilizing AI for Drug Discovery

Top Subjects

  • Tableau
  • Python
  • Novo Nordisk
  • Data Analytics
  • Data Visualization
  • Tableau Visualizations
  • AI
  • 5K@EASD
  • Data Analysis
  • 5K@ADA
  • Type 2 Diabetes
  • Data Cleaning
  • Drug Discovery
  • AI Innovation
  • Quantum Computing
  • Diabetes Management
  • Race Results
  • Diabetes Awareness
  • Virtual 5K
  • Continuous Glucose Monitor
  • SQLite
  • SQLite Database Management
  • Continuous Glucose Monitoring
  • CGM Data Analysis
  • Artificial Intelligence
  • AI in Healthcare
  • Healthcare Data
  • AI in Drug Discovery
  • NVIDIA
  • DATETRUNC

Contact Me

Search

End Diabetes Stigma

5K@ADA

5K@EASD

World Diabetes Day

Rochen Web Hosting

Bluesky Social

  • You are here:  
  • Home
  • Privacy
  • Articles
 
Copyright © 2026 JCS Analytics. All Rights Reserved.
Joomla! is Free Software released under the GNU General Public License.