# Public Notes Index
Welcome to the central index of public notes curated by **Greg Walsh**. This repository provides transparent access to research, project documentation, civic analysis, and open-source resources for professional and community benefit.
---
## Quick Navigation
- [[About|About the Author]]
- [[Projects|Projects & Initiatives]]
- [[Research Notes|Research and Analysis]]
- [[Resources|Reference Materials]]
- [[Contact|Contact Information]]
---
## Featured Content
> - [[2025-05-20 Drone Activity Report – Washington Park]]
> - [[Albany Aegis Initiative – Overview]]
> - [[Behavioral Analytics in Public Safety – Primer]]
> - [[Civic Data Tools and Methods – Resource List]]
---
## All Public Notes
```dataview
table file.name as "Title", file.mtime as "Last Updated"
from ""
where contains(file.tags, "public")
sort file.mtime desc