>[!Map of Content]+
>[[Salford SU approach to data and insight MOC]]
# BACKGROUND
## Aim:
*Create a Data Strategy that encompasses how, why and when we use data to inform progress against our objectives and strategy*
## Objectives
1.
## MY NOTES
### Process Readwise and Other Notes
### Readwise notes (that have not yet been reviewed)
```dataview
List
FROM "-" OR "b. Projects/100 - Work/-"
WHERE contains(file.name, "Data")
AND reviewed != true
```
### Task: Process my notes (that have not yet been reviewed)
```dataview
List
FROM "1. Inbox" OR "b. Projects/100 - Work/Data"
WHERE contains(file.name, "Data")
AND reviewed != true
```
### Relevant MOCs and Notes
### Reference
### *All* notes that pertain to this topic
```dataview
List
WHERE contains(file.name, "Data") OR contains(file.tags, "DataStrategy")
```