course#

Purpose#

8-week Green Finance Professional Certificate curriculum pages. Each week has dedicated content with learning objectives, topics, and references to downloadable materials.

Key Files#

FileDescription
_index.mdCourse overview and structure
week1.mdWeek 1: Introduction to Sustainable Finance
week2.mdWeek 2: Climate Risk and Disclosure
week3.mdWeek 3: Green Bonds and Sustainable Debt
week4.mdWeek 4: ESG Integration
week5.mdWeek 5: Impact Investing
week6.mdWeek 6: Regulatory Frameworks
week7.mdWeek 7: Carbon Markets
week8.mdWeek 8: Capstone and Assessment

Subdirectories#

DirectoryPurpose
(none)All week pages at root level

For AI Agents#

Working In This Directory#

  • One file per week: Each weekN.md covers one week’s content
  • Learning objectives: 3 learning goals per week as specified in curriculum
  • Links to PDFs: Reference slides in static/pdfs/ directory

Content Structure#

---
title: "Week N: Topic"
weight: N
---

## Learning Objectives
- LO1
- LO2
- LO3

## Topics
...

## Materials
- [Slides](/pdfs/weekN.pdf)

Testing Requirements#

  • Verify all PDF links resolve correctly
  • Check learning objectives match curriculum spec
  • Ensure weight values create correct order

Common Patterns#

  • Consistent heading structure across weeks
  • Link to downloadable PDFs
  • Reference external resources where appropriate

Dependencies#

Internal#

  • static/pdfs/ - Week PDF slides

External#

  • Hugo static site generator