Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Dossiya DAKOU - Resume</title> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <style> | |
| @page { | |
| size: A4; | |
| margin: 1cm; | |
| } | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50 text-gray-800 p-6 print:p-0"> | |
| <div class="max-w-4xl mx-auto bg-white shadow-md print:shadow-none p-8 print:p-0"> | |
| <!-- Header --> | |
| <header class="border-b pb-6 mb-8"> | |
| <h1 class="text-3xl font-bold text-gray-900">Dossiya DAKOU</h1> | |
| <p class="text-xl text-teal-600">Sustainable Engineering & Climate Innovation</p> | |
| <div class="grid grid-cols-2 gap-4 mt-4"> | |
| <div> | |
| <p><span class="font-medium">Email:</span> ddakou@asu.edu</p> | |
| <p><span class="font-medium">Phone:</span> +250 796 892 820</p> | |
| </div> | |
| <div> | |
| <p><span class="font-medium">Location:</span> Kigali, Rwanda</p> | |
| <p><span class="font-medium">LinkedIn:</span> linkedin.com/in/dossiya-dakou</p> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Education --> | |
| <section class="mb-8"> | |
| <h2 class="text-xl font-bold mb-4 border-b pb-1 text-gray-800">EDUCATION</h2> | |
| <div class="space-y-6"> | |
| <div> | |
| <h3 class="font-bold">Master of Science in Engineering (MSE), Sustainable Engineering</h3> | |
| <p class="text-gray-600">Arizona State University | August 2025 - May 2027 (Expected)</p> | |
| <ul class="list-disc pl-5 mt-2 space-y-1"> | |
| <li>Focus: AI applications in sustainable energy systems</li> | |
| <li>Mastercard Foundation Scholar</li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="font-bold">Bachelor of Science in Physics – Renewable Energies and Energy Systems</h3> | |
| <p class="text-gray-600">Université d'Abomey-Calavi | October 2019 - December 2024</p> | |
| <ul class="list-disc pl-5 mt-2 space-y-1"> | |
| <li>Thesis: Smart microgrid solutions for rural communities</li> | |
| <li>Classroom Manager for Renewable Energy cohort</li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="font-bold">Entrepreneurship Program</h3> | |
| <p class="text-gray-600">Queen's University | 2021 - 2022</p> | |
| <ul class="list-disc pl-5 mt-2 space-y-1"> | |
| <li>Jim Leech Mastercard Foundation Fellow</li> | |
| <li>Developed solar entrepreneurship project</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Experience --> | |
| <section class="mb-8"> | |
| <h2 class="text-xl font-bold mb-4 border-b pb-1 text-gray-800">PROFESSIONAL EXPERIENCE</h2> | |
| <div class="space-y-8"> | |
| <!-- IOM-UN Migration --> | |
| <div> | |
| <div class="flex justify-between"> | |
| <h3 class="font-bold">Policy Research Intern</h3> | |
| <p class="text-gray-600">May 2025 - July 2025</p> | |
| </div> | |
| <p class="text-gray-600">IOM - UN Migration</p> | |
| <ul class="list-disc pl-5 mt-2 space-y-1"> | |
| <li>Conducted research on climate migration policies affecting West Africa region</li> | |
| <li>Produced policy briefs on climate mobility for UN stakeholders</li> | |
| <li>Participated in multilateral discussions on displacement solutions</li> | |
| </ul> | |
| </div> | |
| <!-- GYCN Climate Ambassador --> | |
| <div> | |
| <div class="flex justify-between"> | |
| <h3 class="font-bold">Climate Ambassador</h3> | |
| <p class="text-gray-600">February 2025 - Present</p> | |
| </div> | |
| <p class="text-gray-600">GYCN - Global Youth Climate Network</p> | |
| <ul class="list-disc pl-5 mt-2 space-y-1"> | |
| <li>Representing African youth perspectives in international climate forums</li> | |
| <li>Organizing regional capacity-building workshops on climate justice</li> | |
| <li>Developing advocacy strategy for COP29 climate mobility agenda</li> | |
| </ul> | |
| </div> | |
| <!-- GAUC Climate x Pioneer --> | |
| <div> | |
| <div class="flex justify-between"> | |
| <h3 class="font-bold">Climate x Pioneer</h3> | |
| <p class="text-gray-600">January 2024 - April 2024</p> | |
| </div> | |
| <p class="text-gray-600">Global Alliance of Universities on Climate</p> | |
| <ul class="list-disc pl-5 mt-2 space-y-1"> | |
| <li>Selected as 1 of 60 global fellows from 500+ applicants worldwide</li> | |
| <li>Implemented community climate action project in northern Benin</li> | |
| <li>Presented research on renewable energy solutions at GAUC summit</li> | |
| </ul> | |
| </div> | |
| <!-- Student Energy International --> | |
| <div> | |
| <div class="flex justify-between"> | |
| <h3 class="font-bold">International Delegate</h3> | |
| <p class="text-gray-600">May 2023 - March 2024</p> | |
| </div> | |
| <p class="text-gray-600">Student Energy</p> | |
| <ul class="list-disc pl-5 mt-2 space-y-1"> | |
| <li>Represented Benin at international energy summits including SES23 and COP28</li> | |
| <li>Collaborated with delegates from 50+ countries on renewable energy solutions</li> | |
| <li>Presented case study on solar cold chain applications for rural Africa</li> | |
| </ul> | |
| </div> | |
| <!-- National Geographic + TNC --> | |
| <div> | |
| <div class="flex justify-between"> | |
| <h3 class="font-bold">Extern</h3> | |
| <p class="text-gray-600">Dates</p> | |
| </div> | |
| <p class="text-gray-600">National Geographic Society + The Nature Conservancy</p> | |
| <ul class="list-disc pl-5 mt-2 space-y-1"> | |
| <li>Developed educational materials on sustainable resource management</li> | |
| <li>Facilitated cross-cultural environmental education workshops</li> | |
| <li>Assisted in community-based conservation field research</li> | |
| </ul> | |
| </div> | |
| <!-- Add more experiences here following same structure --> | |
| </div> | |
| </section> | |
| <!-- Leadership --> | |
| <section class="mb-8"> | |
| <h2 class="text-xl font-bold mb-4 border-b pb-1 text-gray-800">LEADERSHIP & VOLUNTEERING</h2> | |
| <div class="space-y-6"> | |
| <div> | |
| <div class="flex justify-between"> | |
| <h3 class="font-bold">Founding President</h3> | |
| <p class="text-gray-600">March 2023 - February 2024</p> | |
| </div> | |
| <p class="text-gray-600">STUDENT ENERGY at University of Abomey-Calavi | Benin</p> | |
| </div> | |
| <div> | |
| <div class="flex justify-between"> | |
| <h3 class="font-bold">Climate Ambassador</h3> | |
| <p class="text-gray-600">February 2025 - Present</p> | |
| </div> | |
| <p class="text-gray-600">GYCN - Global Youth Climate Network</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Awards --> | |
| <section class="mb-8"> | |
| <h2 class="text-xl font-bold mb-4 border-b pb-1 text-gray-800">AWARDS & HONORS</h2> | |
| <div class="space-y-3"> | |
| <p><span class="font-medium">Best Green Innovation</span> | MIME AUF BENIN 2023</p> | |
| <p><span class="font-medium">Social Venture Challenge Winner</span> | 2024</p> | |
| <p><span class="font-medium">Sustainable Energy Champion</span> | Climate Innovation Challenge</p> | |
| </div> | |
| </section> | |
| <!-- Skills --> | |
| <section class="mb-8"> | |
| <h2 class="text-xl font-bold mb-4 border-b pb-1 text-gray-800">SKILLS & COMPETENCIES</h2> | |
| <div class="grid grid-cols-2 gap-4"> | |
| <div> | |
| <h3 class="font-medium">Technical Skills</h3> | |
| <p>Python, Sustainable Energy Solutions, Project Management, Cloud Architecture</p> | |
| </div> | |
| <div> | |
| <h3 class="font-medium">Languages</h3> | |
| <p>French (Native), English (Professional Working), Waama (Native)</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="text-center text-sm text-gray-500 mt-12"> | |
| <p>Updated: June 2024 | Visit my portfolio: <a href="https://dossiyadakou.vercel.app" class="text-teal-600 underline">dossiyadakou.vercel.app</a></p> | |
| </footer> | |
| </div> | |
| <!-- Print Button --> | |
| <div class="text-center mt-8 print:hidden"> | |
| <button onclick="window.print()" class="bg-teal-600 text-white px-6 py-2 rounded-md hover:bg-teal-700 transition-colors"> | |
| Print or Save as PDF | |
| </button> | |
| </div> | |
| </body> | |
| </html> |