{"id":9169,"date":"2021-09-20T20:28:53","date_gmt":"2021-09-21T00:28:53","guid":{"rendered":"https:\/\/www.bumc.bu.edu\/anatneuro\/?page_id=9169"},"modified":"2023-09-12T17:51:24","modified_gmt":"2023-09-12T21:51:24","slug":"aging-brain","status":"publish","type":"page","link":"https:\/\/www.bumc.bu.edu\/anatneuro\/aging-brain\/","title":{"rendered":"Aging Brain"},"content":{"rendered":"<\/div>\n<p><!-- ___________________Navbar___________________ --><\/p>\n<div id=\"navvy\"><\/div>\n<p><script type=\"text\/javascript\" src=\"\/anatneuro\/files\/2023\/09\/nav-09-2023.js\"><\/script><\/p>\n<p><!-- ___________________Banner___________________ --><\/p>\n<div class=\"mobile-title mobile-banner\">\n<p class=\"mobile-header\">Aging Brain<\/p>\n<\/div>\n<style>.mobile-banner{background-image: url(\"\/anatneuro\/files\/2021\/09\/Fibers_YR_blackbackground-1.png\"); background-size: cover;}<\/style>\n<div class=\"faculty-parallax\">\n<div class=\"true-nav nav-border\"><\/div>\n<div class=\"title-padding\">\n<p class=\"title-header\">Aging Brain<\/p>\n<\/div>\n<\/div>\n<p><!-- ___________________Profiles___________________ --><\/p>\n<div style=\"padding-bottom: 20px;\">\n<div class=\"content1\">\n<div class=\"card\" onclick=\"window.location.href='https:\/\/www.bumc.bu.edu\/anatneuro\/luebke-lab-2\/';\">\n<div class=\"firstinfo\">\n      <img media=\"(min-width: 992px)\" src=\"\/anatneuro\/files\/2018\/09\/Luebke-1.png\"\/><\/p>\n<div class=\"profileinfo\">\n<h3>Cellular Neurobiology (Luebke Lab)<\/h3>\n<p class=\"bio\">Research is centered on the detailed structural and functional properties of neocortical neurons that form functional circuits in the rodent and primate brain across the lifespan and in Alzheimers and Huntingtons disease.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"content1\">\n<div class=\"card\" onclick=\"window.location.href='https:\/\/www.bumc.bu.edu\/anatneuro\/cognitive-neurobiology';\">\n<div class=\"firstinfo\">\n      <img media=\"(min-width: 992px)\" src=\"\/anatneuro\/files\/2018\/09\/Rosene.png\"\/><\/p>\n<div class=\"profileinfo\">\n<h3>Cognitive Neurobiology (Rosene, Moore, Mortazavi Lab)<\/h3>\n<p class=\"bio\">The lab focuses its research efforts on the neurobiological bases of learning and memory in non-human primates in adulthood and in normal aging.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"content1\">\n<div class=\"card\" onclick=\"window.location.href='https:\/\/www.bumc.bu.edu\/anatneuro\/rockland-lab\/';\">\n<div class=\"firstinfo\">\n      <img media=\"(min-width: 992px)\" src=\"\/anatneuro\/files\/2018\/09\/Rockland.png\"\/><\/p>\n<div class=\"profileinfo\">\n<h3>Cortical Organization and Architectures (Rockland Lab)<\/h3>\n<p class=\"bio\">The major focus of research iscortical white matter neurons and micro structures (cell types, modularity, and columns) in rodent, nonhuman primate, and postmortem human tissues.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"content1\">\n<div class=\"card\" onclick=\"window.location.href='https:\/\/www.bumc.bu.edu\/anatneuro\/neural-circuits-ultrastructure';\">\n<div class=\"firstinfo\">\n      <img media=\"(min-width: 992px)\" src=\"\/anatneuro\/files\/2018\/09\/Medalla.png\"\/><\/p>\n<div class=\"profileinfo\">\n<h3>Neural Circuits and Microstructures (Medalla Lab)<\/h3>\n<p class=\"bio\">Research is focused on the structural and physiological properties of distinct cortical circuits in primate and rodent animal models.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<\/div>\n<p><!-- ___________________CSS___________________ --><\/p>\n<style>\n<p>\/* ----------------Profile---------------- *\/<\/p>\n<p>.firstinfo{\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}<\/p>\n<p>.content1 {\n  position: relative;\n  animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;\n  margin-left: 12vw;\n  margin-top: 10px;\n  margin-bottom: 10px;\n}<\/p>\n<p>.card {\n  width: 70vw;\n  min-height: 100px;\n  padding: 20px;\n  border-radius: 3px;\n  background-color: white;\n  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);\n  position: relative;\n  overflow: hidden;\n}\n.card:after {<\/p>\n<p>}<\/p>\n<p>.firstinfo {\n  flex-direction: row;\n  z-index: 2;\n  position: relative;\n}\n.firstinfo img {\n  display: none;\n}\n.firstinfo .profileinfo {\n  padding: 0px 20px;\n}\n.firstinfo .profileinfo h1 {\n  font-size: 35px;\n}\n.firstinfo .profileinfo h3 {\n  font-size: 20px;\n  color: #262262;\n  font-style: italic;\n}\n.firstinfo .profileinfo p.bio {\n  padding: 10px 0px;\n  color: #5A5A5A;\n  line-height: 1.2;\n  font-style: initial;\n}<\/p>\n<p>@keyframes animatop {\n  0% {\n    opacity: 0;\n    bottom: -500px;\n  }\n  100% {\n    opacity: 1;\n    bottom: 0px;\n  }\n}\n@keyframes animainfos {\n  0% {\n    bottom: 10px;\n  }\n  100% {\n    bottom: -42px;\n  }\n}\n@keyframes rotatemagic {\n  0% {\n    opacity: 0;\n    transform: rotate(0deg);\n    top: -24px;\n    left: -253px;\n  }\n  100% {\n    transform: rotate(-30deg);\n    top: -24px;\n    left: -78px;\n  }\n}<\/p>\n<p>@media only screen and (min-width: 900px) {\n.card:after {\n  content: \"\";\n  display: block;\n  width: 190px;\n  height: 300px;\n  background: #262262;\n  position: absolute;\n  animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;\n}<\/p>\n<p>.firstinfo img {\n  border-radius: 50%;\n  width: 120px;\n  height: 120px;\ndisplay: block;\n}<\/p>\n<p>}<\/p>\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Aging Brain Aging Brain Cellular Neurobiology (Luebke Lab) Research is centered on the detailed structural and functional properties of neocortical neurons that form functional circuits in the rodent and primate brain across the lifespan and in Alzheimers and Huntingtons disease. Cognitive Neurobiology (Rosene, Moore, Mortazavi Lab) The lab focuses its research efforts on the neurobiological [&hellip;]<\/p>\n","protected":false},"author":18550,"featured_media":0,"parent":0,"menu_order":11,"comment_status":"closed","ping_status":"closed","template":"page-templates\/no-sidebars.php","meta":[],"_links":{"self":[{"href":"https:\/\/www.bumc.bu.edu\/anatneuro\/wp-json\/wp\/v2\/pages\/9169"}],"collection":[{"href":"https:\/\/www.bumc.bu.edu\/anatneuro\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bumc.bu.edu\/anatneuro\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bumc.bu.edu\/anatneuro\/wp-json\/wp\/v2\/users\/18550"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bumc.bu.edu\/anatneuro\/wp-json\/wp\/v2\/comments?post=9169"}],"version-history":[{"count":12,"href":"https:\/\/www.bumc.bu.edu\/anatneuro\/wp-json\/wp\/v2\/pages\/9169\/revisions"}],"predecessor-version":[{"id":11954,"href":"https:\/\/www.bumc.bu.edu\/anatneuro\/wp-json\/wp\/v2\/pages\/9169\/revisions\/11954"}],"wp:attachment":[{"href":"https:\/\/www.bumc.bu.edu\/anatneuro\/wp-json\/wp\/v2\/media?parent=9169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}