{"id":30,"date":"2022-06-01T00:42:12","date_gmt":"2022-06-01T00:42:12","guid":{"rendered":"https:\/\/colleges.claremont.edu\/cflp\/?page_id=30"},"modified":"2025-06-04T17:32:37","modified_gmt":"2025-06-04T17:32:37","slug":"resources","status":"publish","type":"page","link":"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/","title":{"rendered":"Leadership Resources"},"content":{"rendered":"<h1 class=\"page-title\">Leadership Resources<\/h1>\n<h2 class=\"heading2\">Books<\/h2>\n<hr class=\"section-break\" \/>\n<ul class=\"list\">\n<li>A Leadership Guide for Women in Higher Education by Marjorie Hass<\/li>\n<li>Inclusify: The Power of Uniqueness and Belonging to Build Innovative Teams by Stefanie K. Johnson<\/li>\n<li>Leading for Wellness: How to Create a Team Culture Where Everyone Thrives by Patricia Grabarek &amp; Katina Sawyer<\/li>\n<li>Bandwidth Recovery by Cia Verschelden<\/li>\n<li>Change.edu: Rebooting for the new talent economy by Andrew Rosen<\/li>\n<li>Collabor(h)ate: How to build incredible collaborative relationships at work (even if you\u2019d rather work alone) by Deb Mashek<\/li>\n<li>Engaging the Six cultures of the Academy by William Bergquist<\/li>\n<li>From Equity talk to Equity Walk: Exapnding Practioner Knowledge for Racial Justice in Higher Education by Tia Brwon McNair, Estella Mara Bensimon &amp; Lindsey Malcom-Piquex<\/li>\n<li>Getting to Yes by Roger Fisher and William Ury<\/li>\n<li>How University Budgets Work by Dean O. Smith<\/li>\n<li>Pedagogy of the Oppressed by Paulo Friere<\/li>\n<li>Radical Hope: A Teaching Manifesto by Kevin Gannon<\/li>\n<li>Reframing Academic Leadership by Lee Bolman &amp; Joan V. Gallos<\/li>\n<li>Reframing Academic Leadership 2nd Edition by Joan V. Gallos<\/li>\n<li>Reinventing Higher Education: The Promise of Innovation by Ben Wildavsky, Andrew Kelly &amp; Kevin Carey<\/li>\n<li>Resource Management for Colleges &amp; Universities by Wiliam F. Massy<\/li>\n<li>Searching for Higher Education Leadership: Advice for Candidates and Search Committees (The ACE Series on Higher Education) by Jean A. Dowdall<\/li>\n<li>Shared Leadership in Higher Education: A Framework and models for a changing world by Elizabeth Holcombe, Adrianna Kezar, Susan Elrod &amp; Judih Ramaley<\/li>\n<li>Teaching to Transgress by Bell Hooks<\/li>\n<li>The Art of Community by Charles Vogle<\/li>\n<li>The Burnout Epidemic: The Rise of Chronic Stress and How We Can Fix It by Jennifer Moss<\/li>\n<li>The Essential Academic Dean by Jeffrey Buller<\/li>\n<li>The Leadership Challenge Workbook by James M. Kouzes &amp; Barry Z. Possner<\/li>\n<li>The Paideia Proposal by Mortimer Adler<\/li>\n<li>The Speed of Trust by Stephen Covey<\/li>\n<li>Understanding College and University Organization: Theories for Effective Policy and Practice by James L. Bess &amp; Jay R. Dee<\/li>\n<li>Why Are All the Black Kids Sitting Together in the Cafeteria? And Other Conversations About Race by Beverely Daniel Tatum<\/li>\n<\/ul>\n<div class=\"moreBtn-container\"><button id=\"moreBtn_1\" class=\"moreBtn\">Read More<\/button><\/div>\n<p>&nbsp;<\/p>\n<div class=\"white-space\"><\/div>\n<h2 class=\"heading2\">Other Resources<\/h2>\n<hr class=\"section-break\" \/>\n<ul class=\"list\">\n<li><a href=\"https:\/\/www.gse.harvard.edu\/ppe\/program\/aligning-strategic-priorities-financial-resources-higher-education\">Aligning Strategic Initiatives with Limited Resources by Harvard Graduate School of Education<\/a><\/li>\n<li><a href=\"https:\/\/docs.google.com\/spreadsheets\/d\/16wZiPw3hHE7FbnHMPFCGFtrtf7PgeUQzVPImiwiU-eU\/edit#gid=0\">Colleges and Universities with Faculty Reappointment and Promotion Criteria that relate to Diversity, Equity, and Inclusivity by Darryl Yong<\/a><\/li>\n<li><a href=\"https:\/\/cue.usc.edu\/tools\/the-equity-scorecard\/\">Equity Scorecard by USC Center for Urban Education<\/a><\/li>\n<li><a href=\"https:\/\/www.hhmi.org\/science-education\/programs\/inclusive-excellence-1-2\">Inclusive Excellence Award by Howard Hughes Medical Institute<\/a><\/li>\n<\/ul>\n<ul id=\"moreItem_2\" class=\"list\">\n<li><a href=\"https:\/\/www.insidehighered.com\/opinion\/blogs\/leadership-higher-education\">Leadership in Higher Education by Inside Higher Ed<\/a><\/li>\n<li><a href=\"https:\/\/www.aaas.org\/programs\/sea-change\">SEA Change by AAAS<\/a><\/li>\n<li><a href=\"https:\/\/www.guidestar.org\/\">Tax Return Information for Colleges by GuideStar<\/a><\/li>\n<li><a href=\"https:\/\/nationalseedproject.org\/about-us\/about-seed\">The National SEED Program by Wellesley Centers for Women<\/a><\/li>\n<li><a href=\"https:\/\/journals.sagepub.com\/doi\/full\/10.1177\/1350507611422476\">Threshold Concepts and Modalities for Teaching Leadership Practice by Jeffrey Yip &amp; Joseph A Raelin<\/a><\/li>\n<li><a href=\"https:\/\/www.trainingforchange.org\/training_tools\/spectrum-of-allies\/\">Spectrum of Allies by Training for Change<\/a><\/li>\n<li><a href=\"https:\/\/www.washington.edu\/diversity\/staffdiv\/hiring-toolkit\/\">Staff Diversity Hiring Toolkit by University of Washington<\/a><\/li>\n<\/ul>\n<div class=\"moreBtn-container\"><button id=\"moreBtn_2\" class=\"moreBtn\">Read More<\/button><\/div>\n<p><script>\n  const button_1 = document.getElementById(\"moreBtn_1\");\n  const button_2 = document.getElementById(\"moreBtn_2\");\n  function showMore(e) {\n    var button;\n    var more;\n    if (e.target.id === \"moreBtn_1\") {\n      button = button_1;\n      more = document.getElementById(\"moreItem_1\");\n    } else {\n      button = button_2;\n      more = document.getElementById(\"moreItem_2\");\n    }\n    if (button.innerHTML === \"Read More\") {\n       button.innerHTML = \"Read Less\";\n       more.style.display = \"inline\";\n    } else {\n    button.innerHTML = \"Read More\";\n    more.style.display = \"none\";\n    }}\n  if (button_1) {button_1.addEventListener(\"click\", showMore);}\n  if (button_2) {button_2.addEventListener(\"click\", showMore);}\n<\/script><\/p>\n<style>\n.breadcrumb_last {<br \/>    visibility: hidden;<br \/>   }<br \/>.breadcrumb_last:after {<br \/>    visibility: visible !important;<br \/>     display: block !important;<br \/>    position: absolute !important;<br \/>    content: \"Leadership Resources\" !important;<br \/>     line-height: initial !important;<br \/>   }<\/p>\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Leadership Resources Books A Leadership Guide for Women in Higher Education by Marjorie Hass Inclusify: The Power of Uniqueness and Belonging to Build Innovative Teams by Stefanie K. Johnson Leading [&hellip;]<\/p>\n","protected":false},"author":147,"featured_media":0,"parent":9,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-30","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Leadership Resources - THE CLAREMONT FACULTY LEADERSHIP PROGRAM<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Leadership Resources - THE CLAREMONT FACULTY LEADERSHIP PROGRAM\" \/>\n<meta property=\"og:description\" content=\"Leadership Resources Books A Leadership Guide for Women in Higher Education by Marjorie Hass Inclusify: The Power of Uniqueness and Belonging to Build Innovative Teams by Stefanie K. Johnson Leading [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/\" \/>\n<meta property=\"og:site_name\" content=\"THE CLAREMONT FACULTY LEADERSHIP PROGRAM\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-04T17:32:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/\",\"url\":\"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/\",\"name\":\"Leadership Resources - THE CLAREMONT FACULTY LEADERSHIP PROGRAM\",\"isPartOf\":{\"@id\":\"https:\/\/colleges.claremont.edu\/cflp\/#website\"},\"datePublished\":\"2022-06-01T00:42:12+00:00\",\"dateModified\":\"2025-06-04T17:32:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/colleges.claremont.edu\/cflp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Members Login\",\"item\":\"https:\/\/colleges.claremont.edu\/cflp\/members-login\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Leadership Resources\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/colleges.claremont.edu\/cflp\/#website\",\"url\":\"https:\/\/colleges.claremont.edu\/cflp\/\",\"name\":\"THE CLAREMONT FACULTY LEADERSHIP PROGRAM\",\"description\":\"Just another CUC Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/colleges.claremont.edu\/cflp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Leadership Resources - THE CLAREMONT FACULTY LEADERSHIP PROGRAM","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/","og_locale":"en_US","og_type":"article","og_title":"Leadership Resources - THE CLAREMONT FACULTY LEADERSHIP PROGRAM","og_description":"Leadership Resources Books A Leadership Guide for Women in Higher Education by Marjorie Hass Inclusify: The Power of Uniqueness and Belonging to Build Innovative Teams by Stefanie K. Johnson Leading [&hellip;]","og_url":"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/","og_site_name":"THE CLAREMONT FACULTY LEADERSHIP PROGRAM","article_modified_time":"2025-06-04T17:32:37+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/","url":"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/","name":"Leadership Resources - THE CLAREMONT FACULTY LEADERSHIP PROGRAM","isPartOf":{"@id":"https:\/\/colleges.claremont.edu\/cflp\/#website"},"datePublished":"2022-06-01T00:42:12+00:00","dateModified":"2025-06-04T17:32:37+00:00","breadcrumb":{"@id":"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/colleges.claremont.edu\/cflp\/members-login\/leadership-resources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/colleges.claremont.edu\/cflp\/"},{"@type":"ListItem","position":2,"name":"Members Login","item":"https:\/\/colleges.claremont.edu\/cflp\/members-login\/"},{"@type":"ListItem","position":3,"name":"Leadership Resources"}]},{"@type":"WebSite","@id":"https:\/\/colleges.claremont.edu\/cflp\/#website","url":"https:\/\/colleges.claremont.edu\/cflp\/","name":"THE CLAREMONT FACULTY LEADERSHIP PROGRAM","description":"Just another CUC Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/colleges.claremont.edu\/cflp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"ticketed":false,"_links":{"self":[{"href":"https:\/\/colleges.claremont.edu\/cflp\/wp-json\/wp\/v2\/pages\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/colleges.claremont.edu\/cflp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/colleges.claremont.edu\/cflp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/colleges.claremont.edu\/cflp\/wp-json\/wp\/v2\/users\/147"}],"replies":[{"embeddable":true,"href":"https:\/\/colleges.claremont.edu\/cflp\/wp-json\/wp\/v2\/comments?post=30"}],"version-history":[{"count":0,"href":"https:\/\/colleges.claremont.edu\/cflp\/wp-json\/wp\/v2\/pages\/30\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/colleges.claremont.edu\/cflp\/wp-json\/wp\/v2\/pages\/9"}],"wp:attachment":[{"href":"https:\/\/colleges.claremont.edu\/cflp\/wp-json\/wp\/v2\/media?parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}