# Brain ## Parts of the brain [[Amygdala]] [[prefrontal cortex]] ![brain|400](https://www.hopkinsmedicine.org/-/media/images/health/1_-conditions/brain/brain-lobes-anatomy.jpg) [^1] ![brain|400](https://www.hopkinsmedicine.org/-/media/images/health/1_-conditions/brain/brain-cross-section-deeper-structure.jpg) [^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 ```