# Helen MacIntyre
## Notes
### Previous Meetings
- [[2025-07-04 - helen macintyre catch up]]
Has husband
Phd in social connection and loneliness in school-age children
## Projects
- [[142.05 Submit NIHR PHR Loneliness Research Funding Bid]]
-
## Meetings
```dataview
TABLE without id
file.link as "Meeting",
file.mday as "Date"
FROM "Calendar/Meetings"
WHERE type = "record" AND record-type = "meeting"
AND (contains(file.outlinks, this.file.link) OR contains(file.name, "Helen"))
SORT file.name DESC
```
## Tasks Involving Helen
```tasks
not done
description includes [[Helen MacIntyre]]
sort by due
group by filename
short mode
```
## Projects Mentioning Helen
```dataview
TABLE without id
file.link as "Project",
status as "Status",
jd_code as "JD"
WHERE type = "project"
AND contains(file.outlinks, this.file.link)
SORT jd_code ASC
```
## All Backlinks
```dataview
LIST
FROM [[]]
WHERE file.name != this.file.name
SORT file.name
```