./ground_truths/energy_and_utilities/
├── archive
│   ├── projects
│   │   ├── archived_project_A_2021.zip
│   │   └── archived_project_B_2021.zip
│   ├── reports
│   │   ├── archived_annual_report_2021.pdf
│   │   └── archived_monthly_report_2021.pdf
│   └── templates
│       ├── old_energy_audit_template.docx
│       └── old_utility_plan_template.xlsx
├── projects
│   ├── project_A
│   │   ├── 2023
│   │   │   ├── compliance
│   │   │   │   ├── Q1
│   │   │   │   ├── Q2
│   │   │   │   ├── Q3
│   │   │   │   └── Q4
│   │   │   ├── energy_audit
│   │   │   └── utility_plan
│   │   └── 2024
│   │       ├── compliance
│   │       │   ├── Q1
│   │       │   ├── Q2
│   │       │   ├── Q3
│   │       │   └── Q4
│   │       ├── energy_audit
│   │       └── utility_plan
│   └── project_B
│       ├── 2023
│       │   ├── compliance
│       │   │   ├── Q1
│       │   │   ├── Q2
│       │   │   ├── Q3
│       │   │   └── Q4
│       │   ├── energy_audit
│       │   └── utility_plan
│       └── 2024
│           ├── compliance
│           │   ├── Q1
│           │   ├── Q2
│           │   ├── Q3
│           │   └── Q4
│           ├── energy_audit
│           └── utility_plan
├── reports
│   ├── annual_reports
│   │   └── annual_report_2023.pdf
│   ├── monthly_reports
│   │   ├── february_2023.pdf
│   │   └── january_2023.pdf
│   └── quarterly_reports
│       ├── Q1_report_2023.pdf
│       └── Q2_report_2023.pdf
└── templates
    ├── compliance_templates
    │   ├── corporate_compliance_template.docx
    │   └── standard_compliance_template.docx
    ├── energy_audit_templates
    │   ├── advanced_energy_audit_template.docx
    │   └── basic_energy_audit_template.docx
    └── utility_plan_templates
        ├── monthly_utility_plan_template.xlsx
        └── weekly_utility_plan_template.xlsx

47 directories, 17 files
