# To Do > [!multi-column] > >> [!bug] Overdue >> ```tasks >> not done >> (due before today) >> hide task count >> hide due date >> hide edit button >> short mode >> ``` > >> [!success] Today >> ```tasks >> not done >> (due on today) >> hide task count >> hide due date >> hide edit button >> short mode >> ``` > [!multi-column] > >> [!note] Current Papers >> ```dataview >> LIST WITHOUT ID file.link >> FROM #paper/current >> SORT file.ctime ASC >> ``` # Notes > [!multi-column] > >> [!summary]- Created Today >> ```dataview >> LIST WITHOUT ID file.link >> FROM "" >> WHERE file.cday = this.file.day AND file.name != this.file.name >> SORT file.ctime ASC >> ``` > >> [!example]- Modified Today >> ```dataview >> LIST WITHOUT ID file.link >> FROM "" >> WHERE file.mday = this.file.day AND file.name != this.file.name AND file.cday != this.file.day >> SORT file.mtime ASC >> ``` > [!multi-column] > >> [!danger]- Created Yesterday >> ```dataview >> LIST WITHOUT ID file.link >> FROM "" >> WHERE file.cday = date(this.file.day-1) AND file.name != this.file.name >> SORT file.ctime ASC >> ``` > >> [!info]- Created Two Days Ago >> ```dataview >> LIST WITHOUT ID file.link >> FROM "" >> WHERE file.cday = date(this.file.day-2) AND file.name != this.file.name >> SORT file.ctime ASC >> ``` > [!multi-column] > >> [!abstract] Recent Thoughts >> ```dataview >> LIST WITHOUT ID file.link >> FROM #thought >> WHERE date(today) - file.cday <= dur(14 days) >> SORT file.ctime DESC >> ``` ## Quick Links > [!multi-column] > >> [!example] Quick Links >> ```dataview >> LIST WITHOUT ID file.link >> FROM #quicklink >> SORT file.cday DESC >> ``` # [[Weight Tracker]] # [[Scratch Pad]] I am currently a post-doctoral researcher on [[Enrico Terrone]]’s ERC project "[[The Philosophy of Experiential Artifacts]]" at the University of Genova. I obtained my PhD from the University of Milan in 2022 with a thesis on the depiction of movement in static images. My research intersects philosophy of mind and aesthetics, focusing on visual representations, the phenomenology and cognitive sciences of pictorial experience and [[virtual reality]], and [[the appreciation]] of non-human animals' minds