/* Custom Styles (Original) */ @import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap’); #cv-container { font-family: ‘Inter’, sans-serif; color: #1f2937; } .list-item { padding-bottom: 8px; border-bottom: 1px solid #e5e7eb; } details > summary { list-style: none; } details > summary::-webkit-details-marker { display: none; } .show-text { display: inline-block; } .hide-text { display: none; } details[open] .show-text { display: none; } details[open] .hide-text { display: inline-block; } /* Tailwind Utility Classes used in your HTML */ /* Basic Resets and Core */ *, ::after, ::before { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; } .block { display: block; } .inline-block { display: inline-block; } .flex { display: flex; } .list-inside { list-style-position: inside; } .list-none { list-style: none; } .list-disc { list-style-type: disc; } .relative { position: relative; } .mt-12 { margin-top: 3rem; } .ml-1 { margin-left: 0.25rem; } .mr-2 { margin-right: 0.5rem; } .mt-3 { margin-top: 0.75rem; } .mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; } .mb-2 { margin-bottom: 0.5rem; } .mb-3 { margin-bottom: 0.75rem; } .mb-4 { margin-bottom: 1rem; } .mb-6 { margin-bottom: 1.5rem; } .mb-8 { margin-bottom: 2rem; } .pb-1 { padding-bottom: 0.25rem; } .pb-2 { padding-bottom: 0.5rem; } .pt-2 { padding-top: 0.5rem; } .pt-3 { padding-top: 0.75rem; } .pt-10 { padding-top: 2.5rem; } .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .pb-20 { padding-bottom: 5rem; } .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .pl-4 { padding-left: 1rem; } .p-4 { padding: 1rem; } .p-6 { padding: 1.5rem; } .p-8 { padding: 2rem; } .space-y-1 > :not([hidden]) ~ :not([hidden]) { –tw-space-y-reverse: 0; margin-top: calc(0.25rem * calc(1 – var(–tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(–tw-space-y-reverse)); } .space-y-2 > :not([hidden]) ~ :not([hidden]) { –tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 – var(–tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(–tw-space-y-reverse)); } .space-y-3 > :not([hidden]) ~ :not([hidden]) { –tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 – var(–tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(–tw-space-y-reverse)); } .space-y-4 > :not([hidden]) ~ :not([hidden]) { –tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 – var(–tw-space-y-reverse))); margin-bottom: calc(1rem * var(–tw-space-y-reverse)); } .space-y-8 > :not([hidden]) ~ :not([hidden]) { –tw-space-y-reverse: 0; margin-top: calc(2rem * calc(1 – var(–tw-space-y-reverse))); margin-bottom: calc(2rem * var(–tw-space-y-reverse)); } .space-x-8 > :not([hidden]) ~ :not([hidden]) { –tw-space-x-reverse: 0; margin-right: calc(2rem * var(–tw-space-x-reverse)); margin-left: calc(2rem * calc(1 – var(–tw-space-x-reverse))); } .gap-3 { gap: 0.75rem; } .gap-4 { gap: 1rem; } .gap-6 { gap: 1.5rem; } .w-5 { width: 1.25rem; } .h-5 { height: 1.25rem; } .max-w-5xl { max-width: 64rem; } .rounded-full { border-radius: 9999px; } .rounded-lg { border-radius: 0.5rem; } .rounded-xl { border-radius: 0.75rem; } .border-b { border-bottom-width: 1px; } .border-l-4 { border-left-width: 4px; } .border-b-2 { border-bottom-width: 2px; } .border-t-4 { border-top-width: 4px; } .border-gray-100 { border-color: #f3f4f6; } .border-gray-300 { border-color: #d1d5db; } .border-slate-400 { border-color: #94a3b8; } .border-slate-800 { border-color: #1e293b; } .border-amber-500 { border-color: #f59e0b; } .border-yellow-600 { border-color: #ca8a04; } .bg-white { –tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(–tw-bg-opacity)); } .bg-slate-100 { –tw-bg-opacity: 1; background-color: rgb(241 245 249 / var(–tw-bg-opacity)); } .bg-slate-800 { –tw-bg-opacity: 1; background-color: rgb(30 41 59 / var(–tw-bg-opacity)); } .bg-amber-500 { –tw-bg-opacity: 1; background-color: rgb(245 158 11 / var(–tw-bg-opacity)); } .bg-yellow-50 { –tw-bg-opacity: 1; background-color: rgb(255 251 235 / var(–tw-bg-opacity)); } .shadow-sm { –tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); –tw-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); box-shadow: var(–tw-ring-offset-shadow, 0 0 #0000), var(–tw-ring-shadow, 0 0 #0000), var(–tw-shadow); } .shadow-md { –tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); –tw-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); box-shadow: var(–tw-ring-offset-shadow, 0 0 #0000), var(–tw-ring-shadow, 0 0 #0000), var(–tw-shadow); } .shadow-lg { –tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); –tw-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); box-shadow: var(–tw-ring-offset-shadow, 0 0 #0000), var(–tw-ring-shadow, 0 0 #0000), var(–tw-shadow); } .shadow-xl { –tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); box-shadow: var(–tw-ring-offset-shadow, 0 0 #0000), var(–tw-ring-shadow, 0 0 #0000), var(–tw-shadow); } .text-center { text-align: center; } .text-xs { font-size: 0.75rem; line-height: 1rem; } .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .text-lg { font-size: 1.125rem; line-height: 1.75rem; } .text-xl { font-size: 1.25rem; line-height: 1.75rem; } .text-2xl { font-size: 1.5rem; line-height: 2rem; } .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .text-5xl { font-size: 3rem; line-height: 1; } .text-gray-500 { –tw-text-opacity: 1; color: rgb(107 114 128 / var(–tw-text-opacity)); } .text-gray-600 { –tw-text-opacity: 1; color: rgb(75 85 99 / var(–tw-text-opacity)); } .text-gray-700 { –tw-text-opacity: 1; color: rgb(55 65 81 / var(–tw-text-opacity)); } .text-gray-800 { –tw-text-opacity: 1; color: rgb(31 41 55 / var(–tw-text-opacity)); } .text-slate-200 { –tw-text-opacity: 1; color: rgb(226 232 240 / var(–tw-text-opacity)); } .text-slate-300 { –tw-text-opacity: 1; color: rgb(203 213 225 / var(–tw-text-opacity)); } .text-slate-400 { –tw-text-opacity: 1; color: rgb(148 163 184 / var(–tw-text-opacity)); } .text-slate-600 { –tw-text-opacity: 1; color: rgb(71 85 105 / var(–tw-text-opacity)); } .text-slate-800 { –tw-text-opacity: 1; color: rgb(30 41 59 / var(–tw-text-opacity)); } .text-white { –tw-text-opacity: 1; color: rgb(255 255 255 / var(–tw-text-opacity)); } .text-amber-600 { –tw-text-opacity: 1; color: rgb(217 119 6 / var(–tw-text-opacity)); } .text-yellow-800 { –tw-text-opacity: 1; color: rgb(146 64 14 / var(–tw-text-opacity)); } .text-yellow-900 { –tw-text-opacity: 1; color: rgb(120 53 15 / var(–tw-text-opacity)); } .font-light { font-weight: 300; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .font-extrabold { font-weight: 800; } .leading-relaxed { line-height: 1.625; } .tracking-tight { letter-spacing: -0.025em; } .transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .duration-150 { transition-duration: 150ms; } .duration-200 { transition-duration: 200ms; } .duration-300 { transition-duration: 300ms; } .mx-auto { margin-left: auto; margin-right: auto; } .justify-center { justify-content: center; } .items-center { align-items: center; } .flex-wrap { flex-wrap: wrap; } .flex-col { flex-direction: column; } .relative { position: relative; } .-mt-12 { margin-top: -3rem; } /* Media Queries (Responsive Design) */ @media (min-width: 640px) { .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .sm\:text-6xl { font-size: 4rem; line-height: 1; } .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { –tw-space-y-reverse: 0; margin-top: calc(0rem * calc(1 – var(–tw-space-y-reverse))); margin-bottom: calc(0rem * var(–tw-space-y-reverse)); } .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) { –tw-space-x-reverse: 0; margin-right: calc(2rem * var(–tw-space-x-reverse)); margin-left: calc(2rem * calc(1 – var(–tw-space-x-reverse))); } .sm\:flex-row { flex-direction: row; } } @media (min-width: 768px) { .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .md\:col-span-2 { grid-column: span 2 / span 2; } } @media (min-width: 1024px) { .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; } } /* Hover States */ .group:hover .group-hover\:scale-105 { –tw-scale-x: 1.05; –tw-scale-y: 1.05; transform: translate(var(–tw-translate-x), var(–tw-translate-y)) rotate(var(–tw-rotate)) skewX(var(–tw-skew-x)) skewY(var(–tw-skew-y)) scaleX(var(–tw-scale-x)) scaleY(var(–tw-scale-y)); } .hover\:text-white:hover { –tw-text-opacity: 1; color: rgb(255 255 255 / var(–tw-text-opacity)); } .hover\:text-amber-700:hover { –tw-text-opacity: 1; color: rgb(180 83 9 / var(–tw-text-opacity)); } .hover\:shadow-lg:hover { –tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); box-shadow: var(–tw-ring-offset-shadow, 0 0 #0000), var(–tw-ring-shadow, 0 0 #0000), var(–tw-shadow); }

KAREN A. SKIBBA, Ph.D.

Distinguished Teaching & Learning Specialist | Instructional Design & Faculty Development

Profile & Expertise

As a Distinguished Teaching & Learning Specialist and Ph.D. in Adult & Continuing Education, my work focuses on advancing pedagogical excellence and student success through strategic faculty development and the innovative application of learning technologies.

Services Offered

Workshops Webinars Design Institutes Teaching Consulting

Core Expertise

  • Enhancing Online/Hybrid Course Design and Teaching
  • Advancing Inclusive Digital Teaching and Learning
  • Utilizing AI for Design, Teaching, and Student Learning

Teaching & Program Leadership

Enhancing Online Education Program

Center for Teaching, Learning, & Mentoring (CTLM)

  • Lead a flexible program (webinars, micro-courses) for instructors on **evidence-based online practices**.
  • Key topics: course planning, assessment design, fostering community, and **cultivating inclusivity**.
  • [Visit Program Website]

Staying Human with AI-Enhanced Teaching (Graduate Course)

Fall 2024

  • Designed and Co-taught course focusing on **AI-assisted technologies** and design frameworks (UDL, TiLT, Backwards Design).
  • Promoted experimentation with AI while fostering **peer-informed critical thinking** and inclusive strategies.

TeachOnline@UW Faculty Learning Community (FLC)

Program Manager (2014–2022)

Developed and co-taught two blended courses, resulting in **over 715 enrollments** and the creation of **over 1,400 quality online courses** by participants. The research from this program received the prestigious **Robert J. Menges Award**. [Learn More at TeachOnline@UW]

Work History (Higher Education)

UNIVERSITY OF WISCONSIN-MADISON, WI

September 2012 to Present

Teaching & Learning Specialist (Distinguished Status)

Center for Teaching, Learning, and Mentoring (CTLM) | July 2021 to Present

  • Led research and implementation of faculty development programming to meet university strategic needs.
  • Co-managed the **Course Success Self-Review Project**, highlighted as an exemplary project in the **EDUCAUSE Horizon Report**.
  • Conducted comprehensive online course observations to support instructor **tenure and promotion**.
  • Developed and facilitated generative **artificial intelligence workshops** and resources.

Online Faculty Development Program Manager

Division of Continuing Studies | 2015 to July 2021

  • Key leader in transitioning **3,500+ instructors** to remote readiness during the 2020 pandemic.
  • Inducted into the **UW-Madison Teaching Academy**.
  • Served as Institutional Representative for **Quality Matters** subscription and provided training.

UNIVERSITY OF WISCONSIN-WHITEWATER, WI

October 2008 to September 2012

Instructional Design Specialist

Learning Technology Center

Facilitated learning communities, provided consultations, and developed resources to help faculty use the **Quality Matters Rubric** to redesign online, blended, and web-enhanced courses.

Prior Academic & Corporate Experience

Director of Online Programming, Carroll University (2006–2008) Graduate Project Assistant, UW-Milwaukee (2003–2007) Corporate Communications: Rockwell, Kohl’s, GE Healthcare (1984–2000)

Formal Education

  • Ph.D., Adult & Continuing Education, Urban Education

    UW-Milwaukee | August 2011

  • M.A., Communication Studies

    Marquette University | Spring 2002

  • B.A., Journalism

    Marquette University | Spring 1983

  • Associate Degrees (Visual Communications & Photography)

    Milwaukee Area Technical College | 1980 & 1979

Research & Publications

Robert J. Menges Award for Outstanding Research

Received from the Professional and Organizational Development (POD) Network for the chapter: **”Blended Faculty Community of Inquiry Transforms Online Teaching Perceptions and Practices.”**

High-Impact Educational Development Research

Publications

  • Skibba, K. & Widmer, M. (2021). Blended Faculty Community of Inquiry Transforms Online Teaching Perceptions and Practices. In A. B. Picciano A.G., Dziuban, C., Graham, C. & Moskal, P. (Eds), *Blended Learning Research Perspectives Volume 3.* Routledge Taylor & Francis Group.
  • Skibba, K. A. (2014). Choice Does Matter: Faculty Lessons Learned Teaching Adults in a Blended Program. In A. G. Picciano, C. D. Dziuban, & C. R. Graham (Eds.), *Blended Learning Research Perspectives Volume 2.* Routledge Taylor & Francis Group.
Show All (7 Total Publications) Hide Publications
  • Skibba, K., Moore, D., & Herman, J. H. (2013). Pedagogical and Technological Considerations Designing Collaborative Learning Using Educational Technologies. In J. Keengwe (Ed.), *Research Perspectives and Best Practices in Educational Technology Integration* (pp. 1-27). Hershey, PA: ch001
  • Skibba, K. A. (2012). Adult learning influence on faculty learning cycle: Individual and shared reflections while learning to teach online lead to pedagogical transformations. In *Virtual Mentoring for Teachers: Online Professional Development Practices.*
  • Skibba, K. (2011). An investigation of how faculty members learn to teach adult students in a blended program. Doctoral dissertation, University of Wisconsin, Milwaukee.
  • Conceição, S. C. O., & Skibba, K. A. (2008). Experiential learning activities for leisure and enrichment travel education: A situative perspective. *Journal of Teaching in Travel & Tourism, 7*(4), 17–35.
  • Kaleta, R., Skibba, K. A., Joosten, T. (2007). Discovering, designing, and delivering hybrid courses. In A. B. Picciano & C. D. Dziuban (Eds), *Blended learning: Research Perspectives:* Sloan-C.

Academic and Professional Presentations

Skibba, K. (2024, November). Enhancing online education: One flexible and engaging option at a time.

Education Session presented at the Online Consortium (OLC) Accelerate Conference.

Skibba, K. & Pell, D. (2023, October). Course Success Self-Review: Targeting Resources to improve instruction and Course Design.

Interactive session presented at the EDUCAUSE Annual Meeting, Virtual.

Skibba, K. & Widmer, M. (2020, November). Faculty Community of Inquiry Transforms Online Teaching Perceptions and Practices.

Menges Award recipients presented at the Professional and Organizational Development Network (POD) Conference.

Show All (36 Total Presentations) Hide Presentations

Pell D. & Skibba, K. (2033, April). Course Success Self-Review: Centering Students Through Guided Reflection on Instruction and Course Design.

Workshop presented at the UW Office of Professional and Instructional Development Conference (OPID), Madison, WI.

Skibba, K. & Pell, D. (2022, November). Introducing the Course Success Self-Review: Reimagining Support for Course Design and Instruction.

Interactive session presented at the Professional and Organizational Development Network in Higher Education (POD) Conference.

Skibba, K. & Pell, D. (2022, June). Digital versus Brick-and-Mortar Balancing Game: Horizon Report Exemplar Stories.

Invited panelists at the EDUCAUSE Learning Initiative (ELI) Annual Meeting, San Diego, CA.

Skibba, K. & Widmer, M. (2021, October virtual conference). Celebrating Community: A Case Study in Transforming Online Teaching Perceptions and Practices.

Presented at the Association for Distance Education and Independent Learning (ADEIL) Conference.

Pell, D., Skibba, K. & Sirek, D. (2021, October virtual conference). Course Success Self-Review: An interactive tool and website to support teaching and course design.

ePoster presented at the Association for Distance Education and Independent Learning (ADEIL) Conference.

Pell, D., Skibba, K. & Sirek, D. (2021, October virtual conference). Course Success Self-Review: An interactive tool and website to support teaching and course design.

Tech Talk presented at the Learning Technology Development Council (LTDC) Virtual Showcase.

Pell, D., Skibba, K. & Sirek, D. (2021, September virtual conference). Course Success Self-Review: Self-Directed Learning and Targeted Resources to Support Teaching and Course Design.

Discovery Session presented at the Online Consortium (OLC) Accelerate Conference.

Skibba, K. & Widmer, M. (2021, October virtual conference). Celebrating Community: A Case Study in Transforming Online Teaching Perceptions and Practices.

Presented at the Association for Distance Education and Independent Learning (ADEIL) Conference.

Pell, D., Skibba, K. & Sirek, D. (2021, October virtual conference). Course Success Self-Review: An interactive tool and website to support teaching and course design.

ePoster presented at the Association for Distance Education and Independent Learning (ADEIL) Conference.

Pell, D., Skibba, K. & Sirek, D. (2021, October virtual conference). Course Success Self-Review: An interactive tool and website to support teaching and course design.

Tech Talk presented at the Learning Technology Development Council (LTDC) Virtual Showcase.

Pell, D., Skibba, K. & Sirek, D. (2021, September virtual conference). Course Success Self-Review: Self-Directed Learning and Targeted Resources to Support Teaching and Course Design.

Discovery Session presented at the Online Consortium (OLC) Accelerate Conference.

Skibba, K. & Widmer, M. (2020, November virtual conference). Faculty Community of Inquiry Transforms Online Teaching Perceptions and Practices.

Online demand research session and Menges Award recipients presented at the Professional and Organizational Development Network in Higher Education (POD) Conference.

Skibba, K., Klein, J., & Widmer, M. (2019, August). Creating a Faculty Community of Inquiry for Online Teaching.

Featured speakers at the 34th Annual Distance Teaching and Learning Conference, Madison, WI.

Skibba, K., Klein, J., & Widmer, M. (2018, November). Building campus expertise through a faculty learning Community of Inquiry for online teaching.

Presented at the Online Learning Consortium International Conference, Orlando, FL.

Skibba K. & Staker-Woerner, J. (2018, October). Planning quality into your online and blended courses.

Presented at the Association for Distance Education and Independent Learning Conference, Madison, WI.

Skibba K. & Staker-Woerner, J. (2018, April. Planning quality into your online and blended courses.

Workshop session presented at the University of Wisconsin Spring Conference on Teaching & Learning Conference, Madison, WI.

Skibba, K. & Bundy, C. B. (2018, January). Interactive scenarios and microlearning advance skill mastery using experiential learning.

To be presented at the EDUCAUSE Learning Initiative (ELI) Annual Meeting, New Orleans, LA.

Skibba, K. (2017, October). Instructor Engagement Strategies for Distance Education Professional Development.

Presented at the Professional and Organizational Development Network in Higher Education (POD) Conference, Montreal, Canada.

Skibba, K. (2017, October). MicroLearning and Interactive Scenarios Hone Online Teaching Skills Toward Mastery.

Presented at the Professional and Organizational Development Network in Higher Education (POD) Conference, Montreal, Canada.

Skibba K. & Staker-Woerner, (2017, July). Instructors play with technologies to learn best practices.

Information session presented at the 33rd Annual Distance Teaching &Learning Conference, Madison, WI.

Skibba, K. (2016, August). Engaging instructors to teach online.

Invited “Tough Challenges” discussion presented at the 32nd Annual Distance Teaching and Learning Conference, Madison, WI.

Skibba, K. (2016, April). Providing flexible, practical, and transformative online faculty development.

Presented at the Online Learning Consortium Innovate International Conference, New Orleans, LA.

Skibba, K. & Jordhal, K. (2015, November). Engaging faculty in effective online practices through reflection, active learning.

Presented at the Professional and Organizational Development Network in Higher Education (POD) Conference, San Francisco, CA.

Skibba, K. & Lupton, C. (2015, November). Transitioning course re-design learning communities into a community of practice.

Presented at the Professional and Organizational Development Network in Higher Education (POD) Conference, San Francisco, CA.

Skibba, K. & Klein, J. (2015, October). Inspire teaching transformation: A faculty learning community approach for quality online courses.

Presented at the Online Learning Consortium International Conference, Orlando, FL.

Skibba, K. (2014, August). Faculty engagement strategies.

Invited “Spotlight” session speaker at the 30th Annual Distance Teaching and Learning Conference, Madison, WI.

Skibba, K. (2014, May). Inspiring faculty in effective online practices through reflection, active learning.

Presented at the Online Learning Consortium International Conference, New Orleans, LA.

Skibba, K. (2013, November). Blended learning. Making it work for the faculty member.

Presented at the Professional and Organizational Development Network in Higher Education (POD) Conference, Pittsburgh, PA.

Skibba, K. & Herman, J. (2013, August). Building collaborative teaching communities.

Presented at the 29th Annual Distance Teaching and Learning Conference, Madison, WI.

Skibba, K. & Herman, J. (2013, July). Transforming teaching practices.

Presented at the UW System Office of Professional and Instructional Development (OPID) Conference, Madison, WI.

Skibba, K. (2012, October). Course redesign and quality. Lessons learned using Quality Matters.

Presented at the 9th Annual Quality Matters Conference, Tucson, AZ.

Skibba, K. (2012, August). Adult learning influence on faculty learning cycle: Individual and shared reflections while learning to teach online lead to pedagogical transformations.

Presented at the 28th Annual Distance Teaching and Learning Conference, Madison, WI.

Skibba, K. & Herman, J. (2011, November). Using Quality Matters to redesign online courses.

Presented at the Professional and Organizational Development Network in Higher Education (POD) Conference, Atlanta, GA.

Skibba, K. & Herman, J. (2011, August). Quality Matters: A framework for success.

Presented at the 27th Annual Distance Teaching and Learning Conference, Madison, WI.

Skibba, K. (2011, April). Adult learning influence on faculty learning cycle: Individual and shared reflections while learning to teach online lead to pedagogical transformations.

Presented at the American Educational Research Association (AERA) Conference, New Orleans, LA.

Skibba, K. (2010, October). Adult learning influence on faculty learning cycle: Individual and shared reflections while learning to teach online lead to pedagogical transformations.

Presented at the Adult Education Research Conference (AERC), Sacramento, CA.

© 2024 Karen A. Skibba, Ph.D. | Design inspired by Tailwind CSS