import React from 'react'; // Khối chứa 2 cột: Active Projects Feed và Funding Calls const ProjectsAndCenters = () => { return (
{/* --- CỘT TRÁI (7/12): ACTIVE PROJECTS LIST --- */}

Active Projects Feed

View All Projects
{/* Project Item 1 */}
Active Updated 2d ago

Urban Microclimate Modeling

Developing high-resolution predictive models for heat island effects in European metropolitan areas using machine learning.

Researcher Researcher
+3
Progress 65%
{/* Project Item 2 */}
Data Collection Updated 1w ago

Digital Rights in the EU Framework

A comparative analysis of member state implementation of digital privacy directives and their impact on civil liberties.

Researcher Researcher
Progress 30%
{/* Project Item 3 */}
Review Updated 3w ago

Behavioral Impacts of Universal Basic Income

Longitudinal study tracking spending habits and employment outcomes in selected pilot regions across France.

Researcher Researcher Researcher
Progress 90%
{/* --- CỘT PHẢI (5/12): FUNDING CALLS --- */}

Funding Calls

{/* Item 1 */}
Closing Soon

EU Horizon 2025: Sustainable Tech

Due Nov 15 Details
{/* Item 2 */}
Internal Grant

Seed Funding for AI Ethics

Due Dec 01 Details
); }; export default ProjectsAndCenters;