Home
About Us
Focus Areas
Our Focus
Climate Action, ESG Strategy, & Sustainability Solutions
Educational Innovation
Data & Digital Governance
Our Services
Our Solutions
Public Policy Innovation and Action Research
Climate Action, Sustainability analysis and Solutions
Economic, Financial, and Environmental Assessment, and Feasibility Studies
Monitoring, Evaluation, Research, Learning, and Adaptation (MERLA)
Program and Survey Design and Management
IP3 People
Contact
Home
About Us
Focus Areas
Our Focus
Climate Action, ESG Strategy, & Sustainability Solutions
Educational Innovation
Data & Digital Governance
Our Services
Our Solutions
Public Policy Innovation and Action Research
Climate Action, Sustainability analysis and Solutions
Economic, Financial, and Environmental Assessment, and Feasibility Studies
Monitoring, Evaluation, Research, Learning, and Adaptation (MERLA)
Program and Survey Design and Management
IP3 People
Contact
Institute for Public Policy & Practice (IP3)
People
Research
Category:
Education
Deploying data-driven tools to monitor and enhance learning out comes in underprivileged and diaster-prone schools.
Jan 19, 2025
—
by
Admin
in
Education
Innovative Approaches to Teaching and Learning for the Digital Age
Jan 19, 2025
—
by
Admin
in
Education
Crafting national education reforms to integrate distant and experiential learning for marginalized and vulnerable communities.
Jan 19, 2025
—
by
Admin
in
Education
/* keeps the button on top of the glow */ .galactic-button { z-index: 1; } /* css for the glowing effect */ .galactic-button:before { content: ''; position: absolute; z-index: -1; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; pointer-events: none; /* adjust the width and height keeping them both the same size */ width: 200px; height: 200px; /* adjust the colors here */ background: conic-gradient(from 0deg, #ff007f, #ffbf00, #00ffbf, #00d4ff, #ff007f); /* adjust the speed of the animation */ animation: swirl 3s infinite linear; /* adjust the blur */ filter: blur(50px); /* adjust the opacity */ opacity: 0.5; } /* Swirl Animation */ @keyframes swirl { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }