*Country:* `=this.Country`
# Articles
```dataview
TABLE year as "Year", category as "Category", subject as "Subject", summary as "Summary", dateformat(file.mtime, "dd.MM.yyyy") AS "last modified" FROM "" SORT year DESC, file.name ASC WHERE (contains(journal, this.file.link) OR contains(file.tags, "#"+this.file.name) ) AND file.name != this.file.name
```