Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>AI & Healthcare Research Dashboard</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> | |
| <style> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); | |
| } | |
| .card-hover:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .transition-all { | |
| transition: all 0.3s ease; | |
| } | |
| .scrollbar-hide::-webkit-scrollbar { | |
| display: none; | |
| } | |
| </style> | |
| </head> | |
| <body class="gradient-bg min-h-screen font-sans"> | |
| <div class="container mx-auto px-4 py-8"> | |
| <!-- Header --> | |
| <header class="mb-12 text-center" data-aos="fade-down"> | |
| <h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">AI in Healthcare Research Hub</h1> | |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto"> | |
| Real-time tracking of top AI/healthcare papers from Google Scholar and medical AI models from Hugging Face | |
| </p> | |
| </header> | |
| <!-- Dashboard Grid --> | |
| <div class="grid grid-cols-1 lg:grid-cols-2 gap-8"> | |
| <!-- Google Scholar Papers --> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-all card-hover" data-aos="fade-right"> | |
| <div class="bg-blue-600 px-6 py-4 flex items-center"> | |
| <i data-feather="book" class="text-white mr-3"></i> | |
| <h2 class="text-xl font-semibold text-white">Top AI/Healthcare Papers (Google Scholar)</h2> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-center mb-4"> | |
| <div class="relative w-full max-w-md"> | |
| <input type="text" placeholder="Search papers..." class="w-full pl-10 pr-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
| <i data-feather="search" class="absolute left-3 top-2.5 text-gray-400"></i> | |
| </div> | |
| <button class="ml-2 px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 flex items-center"> | |
| <i data-feather="refresh-cw" class="mr-2 w-4 h-4"></i> | |
| Refresh | |
| </button> | |
| </div> | |
| <div class="space-y-4 max-h-96 overflow-y-auto scrollbar-hide" id="scholarPapers"> | |
| <div class="border border-gray-200 rounded-lg p-4 hover:bg-blue-50 transition-all"> | |
| <div class="flex justify-between items-start"> | |
| <h3 class="font-medium text-lg text-gray-800">Deep learning for early detection of diabetic retinopathy</h3> | |
| <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">2023</span> | |
| </div> | |
| <p class="text-gray-600 text-sm mt-1">Authors: Smith J, Johnson A, Lee K</p> | |
| <p class="text-gray-500 text-sm mt-2">Journal: Nature Medicine | Citations: 1,245</p> | |
| <div class="flex items-center mt-3 text-sm"> | |
| <span class="text-blue-600 mr-4 flex items-center"> | |
| <i data-feather="download" class="mr-1 w-4 h-4"></i> PDF | |
| </span> | |
| <span class="text-gray-500 flex items-center"> | |
| <i data-feather="calendar" class="mr-1 w-4 h-4"></i> Published: 15 Jan 2023 | |
| </span> | |
| </div> | |
| </div> | |
| <!-- Paper Item 2 --> | |
| <div class="border border-gray-200 rounded-lg p-4 hover:bg-blue-50 transition-all"> | |
| <div class="flex justify-between items-start"> | |
| <h3 class="font-medium text-lg text-gray-800">Transformer models for clinical note analysis</h3> | |
| <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">2023</span> | |
| </div> | |
| <p class="text-gray-600 text-sm mt-1">Authors: Chen X, Zhang Y, Wang L</p> | |
| <p class="text-gray-500 text-sm mt-2">Journal: JAMA Network Open | Citations: 876</p> | |
| <div class="flex items-center mt-3 text-sm"> | |
| <span class="text-blue-600 mr-4 flex items-center"> | |
| <i data-feather="download" class="mr-1 w-4 h-4"></i> PDF | |
| </span> | |
| <span class="text-gray-500 flex items-center"> | |
| <i data-feather="calendar" class="mr-1 w-4 h-4"></i> Published: 22 Mar 2023 | |
| </span> | |
| </div> | |
| </div> | |
| <!-- Paper Item 3 --> | |
| <div class="border border-gray-200 rounded-lg p-4 hover:bg-blue-50 transition-all"> | |
| <div class="flex justify-between items-start"> | |
| <h3 class="font-medium text-lg text-gray-800">AI-assisted diagnosis of rare genetic disorders</h3> | |
| <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">2022</span> | |
| </div> | |
| <p class="text-gray-600 text-sm mt-1">Authors: Brown T, Davis R, Wilson E</p> | |
| <p class="text-gray-500 text-sm mt-2">Journal: Science Translational Medicine | Citations: 1,542</p> | |
| <div class="flex items-center mt-3 text-sm"> | |
| <span class="text-blue-600 mr-4 flex items-center"> | |
| <i data-feather="download" class="mr-1 w-4 h-4"></i> PDF | |
| </span> | |
| <span class="text-gray-500 flex items-center"> | |
| <i data-feather="calendar" class="mr-1 w-4 h-4"></i> Published: 05 Nov 2022 | |
| </span> | |
| </div> | |
| </div> | |
| <!-- Paper Item 4 --> | |
| <div class="border border-gray-200 rounded-lg p-4 hover:bg-blue-50 transition-all"> | |
| <div class="flex justify-between items-start"> | |
| <h3 class="font-medium text-lg text-gray-800">Federated learning for privacy-preserving medical imaging</h3> | |
| <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">2023</span> | |
| </div> | |
| <p class="text-gray-600 text-sm mt-1">Authors: Gupta S, Miller K, Anderson P</p> | |
| <p class="text-gray-500 text-sm mt-2">Journal: The Lancet Digital Health | Citations: 932</p> | |
| <div class="flex items-center mt-3 text-sm"> | |
| <span class="text-blue-600 mr-4 flex items-center"> | |
| <i data-feather="download" class="mr-1 w-4 h-4"></i> PDF | |
| </span> | |
| <span class="text-gray-500 flex items-center"> | |
| <i data-feather="calendar" class="mr-1 w-4 h-4"></i> Published: 10 Feb 2023 | |
| </span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Hugging Face Models --> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-all card-hover" data-aos="fade-left"> | |
| <div class="bg-purple-600 px-6 py-4 flex items-center"> | |
| <i data-feather="cpu" class="text-white mr-3"></i> | |
| <h2 class="text-xl font-semibold text-white">Top Medical AI Models (Hugging Face)</h2> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex mb-6"> | |
| <div class="w-1/2 pr-2"> | |
| <label class="block text-sm font-medium text-gray-700 mb-1">Sort by</label> | |
| <select class="w-full border border-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-purple-500"> | |
| <option>Most Downloads</option> | |
| <option>Most Likes</option> | |
| <option>Recently Updated</option> | |
| </select> | |
| </div> | |
| <div class="w-1/2 pl-2"> | |
| <label class="block text-sm font-medium text-gray-700 mb-1">Filter</label> | |
| <select class="w-full border border-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-purple-500"> | |
| <option>All Models</option> | |
| <option>Diagnosis</option> | |
| <option>Medical Imaging</option> | |
| <option>Drug Discovery</option> | |
| </select> | |
| </div> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-4 max-h-96 overflow-y-auto scrollbar-hide"> | |
| <!-- Model Item 1 --> | |
| <div class="border border-gray-200 rounded-lg p-4 hover:bg-purple-50 transition-all"> | |
| <div class="flex items-start"> | |
| <div class="bg-purple-100 p-2 rounded-lg mr-3"> | |
| <i data-feather="activity" class="text-purple-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-medium text-gray-800">Med-BERT</h3> | |
| <p class="text-gray-500 text-sm mt-1">Clinical BERT for EHR analysis</p> | |
| <div class="flex items-center mt-2 text-xs text-gray-500"> | |
| <span class="flex items-center mr-3"> | |
| <i data-feather="download" class="mr-1 w-3 h-3"></i> 12.4k | |
| </span> | |
| <span class="flex items-center"> | |
| <i data-feather="heart" class="mr-1 w-3 h-3"></i> 845 | |
| </span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Model Item 2 --> | |
| <div class="border border-gray-200 rounded-lg p-4 hover:bg-purple-50 transition-all"> | |
| <div class="flex items-start"> | |
| <div class="bg-purple-100 p-2 rounded-lg mr-3"> | |
| <i data-feather="eye" class="text-purple-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-medium text-gray-800">RadAI-Vision</h3> | |
| <p class="text-gray-500 text-sm mt-1">Radiology image analysis</p> | |
| <div class="flex items-center mt-2 text-xs text-gray-500"> | |
| <span class="flex items-center mr-3"> | |
| <i data-feather="download" class="mr-1 w-3 h-3"></i> 9.7k | |
| </span> | |
| <span class="flex items-center"> | |
| <i data-feather="heart" class="mr-1 w-3 h-3"></i> 1.2k | |
| </span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Model Item 3 --> | |
| <div class="border border-gray-200 rounded-lg p-4 hover:bg-purple-50 transition-all"> | |
| <div class="flex items-start"> | |
| <div class="bg-purple-100 p-2 rounded-lg mr-3"> | |
| <i data-feather="message-square" class="text-purple-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-medium text-gray-800">ClinicalBERT</h3> | |
| <p class="text-gray-500 text-sm mt-1">Medical text understanding</p> | |
| <div class="flex items-center mt-2 text-xs text-gray-500"> | |
| <span class="flex items-center mr-3"> | |
| <i data-feather="download" class="mr-1 w-3 h-3"></i> 15.8k | |
| </span> | |
| <span class="flex items-center"> | |
| <i data-feather="heart" class="mr-1 w-3 h-3"></i> 2.3k | |
| </span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Model Item 4 --> | |
| <div class="border border-gray-200 rounded-lg p-4 hover:bg-purple-50 transition-all"> | |
| <div class="flex items-start"> | |
| <div class="bg-purple-100 p-2 rounded-lg mr-3"> | |
| <i data-feather="dna" class="text-purple-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-medium text-gray-800">GenoML</h3> | |
| <p class="text-gray-500 text-sm mt-1">Genomic sequence analysis</p> | |
| <div class="flex items-center mt-2 text-xs text-gray-500"> | |
| <span class="flex items-center mr-3"> | |
| <i data-feather="download" class="mr-1 w-3 h-3"></i> 7.2k | |
| </span> | |
| <span class="flex items-center"> | |
| <i data-feather="heart" class="mr-1 w-3 h-3"></i> 654 | |
| </span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Model Item 5 --> | |
| <div class="border border-gray-200 rounded-lg p-4 hover:bg-purple-50 transition-all"> | |
| <div class="flex items-start"> | |
| <div class="bg-purple-100 p-2 rounded-lg mr-3"> | |
| <i data-feather="thermometer" class="text-purple-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-medium text-gray-800">VitalNet</h3> | |
| <p class="text-gray-500 text-sm mt-1">Patient monitoring predictions</p> | |
| <div class="flex items-center mt-2 text-xs text-gray-500"> | |
| <span class="flex items-center mr-3"> | |
| <i data-feather="download" class="mr-1 w-3 h-3"></i> 5.9k | |
| </span> | |
| <span class="flex items-center"> | |
| <i data-feather="heart" class="mr-1 w-3 h-3"></i> 987 | |
| </span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Model Item 6 --> | |
| <div class="border border-gray-200 rounded-lg p-4 hover:bg-purple-50 transition-all"> | |
| <div class="flex items-start"> | |
| <div class="bg-purple-100 p-2 rounded-lg mr-3"> | |
| <i data-feather="file-text" class="text-purple-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-medium text-gray-800">MedNLI</h3> | |
| <p class="text-gray-500 text-sm mt-1">Medical natural language inference</p> | |
| <div class="flex items-center mt-2 text-xs text-gray-500"> | |
| <span class="flex items-center mr-3"> | |
| <i data-feather="download" class="mr-1 w-3 h-3"></i> 8.3k | |
| </span> | |
| <span class="flex items-center"> | |
| <i data-feather="heart" class="mr-1 w-3 h-3"></i> 1.1k | |
| </span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Visualization Section --> | |
| <div class="mt-12 bg-white rounded-xl shadow-lg overflow-hidden transition-all card-hover" data-aos="fade-up"> | |
| <div class="bg-green-600 px-6 py-4 flex items-center"> | |
| <i data-feather="bar-chart-2" class="text-white mr-3"></i> | |
| <h2 class="text-xl font-semibold text-white">Medical AI Research Trends</h2> | |
| </div> | |
| <div class="p-6"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> | |
| <div> | |
| <h3 class="text-lg font-medium text-gray-800 mb-4">Top Medical AI Categories</h3> | |
| <canvas id="categoryChart" class="w-full h-64"></canvas> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-medium text-gray-800 mb-4">Model Popularity Over Time</h3> | |
| <canvas id="trendChart" class="w-full h-64"></canvas> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <script> | |
| // Initialize AOS | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| // Initialize Feather Icons | |
| feather.replace(); | |
| // Charts | |
| document.addEventListener('DOMContentLoaded', function() { | |
| // Start auto-refresh and load initial data | |
| refreshData(); | |
| // Category Chart | |
| const categoryCtx = document.getElementById('categoryChart').getContext('2d'); | |
| const categoryChart = new Chart(categoryCtx, { | |
| type: 'doughnut', | |
| data: { | |
| labels: ['Medical Imaging', 'Clinical NLP', 'Drug Discovery', 'Genomics', 'Patient Monitoring'], | |
| datasets: [{ | |
| data: [35, 25, 20, 15, 5], | |
| backgroundColor: [ | |
| '#3B82F6', | |
| '#8B5CF6', | |
| '#10B981', | |
| '#F59E0B', | |
| '#EC4899' | |
| ], | |
| borderWidth: 0 | |
| }] | |
| }, | |
| options: { | |
| responsive: true, | |
| plugins: { | |
| legend: { | |
| position: 'right', | |
| } | |
| } | |
| } | |
| }); | |
| // Trend Chart | |
| const trendCtx = document.getElementById('trendChart').getContext('2d'); | |
| const trendChart = new Chart(trendCtx, { | |
| type: 'line', | |
| data: { | |
| labels: ['2018', '2019', '2020', '2021', '2022', '2023'], | |
| datasets: [ | |
| { | |
| label: 'Medical Imaging', | |
| data: [50, 80, 120, 180, 250, 350], | |
| borderColor: '#3B82F6', | |
| backgroundColor: 'rgba(59, 130, 246, 0.1)', | |
| tension: 0.3, | |
| fill: true | |
| }, | |
| { | |
| label: 'Clinical NLP', | |
| data: [30, 60, 100, 150, 220, 300], | |
| borderColor: '#8B5CF6', | |
| backgroundColor: 'rgba(139, 92, 246, 0.1)', | |
| tension: 0.3, | |
| fill: true | |
| }, | |
| { | |
| label: 'Drug Discovery', | |
| data: [20, 40, 70, 120, 180, 250], | |
| borderColor: '#10B981', | |
| backgroundColor: 'rgba(16, 185, 129, 0.1)', | |
| tension: 0.3, | |
| fill: true | |
| } | |
| ] | |
| }, | |
| options: { | |
| responsive: true, | |
| plugins: { | |
| legend: { | |
| position: 'top', | |
| } | |
| }, | |
| scales: { | |
| y: { | |
| beginAtZero: true | |
| } | |
| } | |
| } | |
| }); | |
| }); | |
| </script> | |
| </body> | |
| </html> | |