# Knowledge translation
#research
- https://cihr-irsc.gc.ca/e/29418.html
> [!cite]- Reference
> ```dataview
> TABLE WITHOUT ID
> link(file.path, title) AS "Title",
> type AS "Type",
> keywords AS "Keywords"
> FROM "50 Reference"
> WHERE contains(keywords, this.file.link)
> SORT type, title asc
> ```