Improve RMarkdown YAML header: fix typo, refine title, add abstract and keywords.

This commit is contained in:
Nick Heppler 2025-05-07 09:48:31 -04:00
parent 0256263558
commit 62fbbce3f6

View File

@ -1,12 +1,15 @@
---
title: "25 Million Trees Initiative Survey Report"
title: "Assessment of Public Engagement with the 25 Million Trees Initiative"
author:
- name: Nicholas Hepler <nicholas.hepler@its.ny.gov>
affiliation: Office of Information Technology Services
- name: Annabel Gregg <annabel.gregg@dec.ny.gov>
affiliation: Department of Environmental Convervation
date: "`r format(Sys.Date(), '%B, %d, %Y')`"
keywords: "keyword1, keyword2"
affiliation: Department of Environmental Conservation
date: "`r format(Sys.Date(), '%B %d, %Y')`"
abstract: >
This report summarizes survey findings related to the 25 Million Trees Initiative,
analyzing public awareness, engagement, and regional participation across New York State.
keywords: "urban forestry, public survey, tree planting, New York State, environmental engagement"
output:
html_document:
toc: true
@ -15,6 +18,8 @@ output:
number_sections: false
css: custom.css
code_folding: hide
lang: en
geometry: margin=1in
---
```{r setup, include=FALSE}