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#
| File | Description |
|---|
_index.md | Course overview and structure |
week1.md | Week 1: Introduction to Sustainable Finance |
week2.md | Week 2: Climate Risk and Disclosure |
week3.md | Week 3: Green Bonds and Sustainable Debt |
week4.md | Week 4: ESG Integration |
week5.md | Week 5: Impact Investing |
week6.md | Week 6: Regulatory Frameworks |
week7.md | Week 7: Carbon Markets |
week8.md | Week 8: Capstone and Assessment |
Subdirectories#
| Directory | Purpose |
|---|
| (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