# Amygdala ### Function regulate emotion and memory associated with the brain's reward system, stress, & the "fight or flight" response [^1]:https://www.hopkinsmedicine.org/health/conditions-and-diseases/anatomy-of-the-brain ## Resources [[Resource Index|All Resources]] ```dataview LIST without ID link(file.link,FullTitle) FROM [[]] WHERE !contains(fileClass, "Primary") and contains(file.folder,"Resources") Sort file.name ``` ### Highlights ```dataview LIST rows.item.text FROM [[]] FLATTEN file.lists as item WHERE !contains(fileClass, "Primary") and contains(file.folder,"Resources") AND lower(meta(item.section).subpath) = "highlights" GROUP BY link(file.link, FullTitle) as myFile SORT file.name ```