, but this code // executes before the first paint, when

°ÄÃÅÁùºÏ²Ê¿ª½±¼Ç¼×ÊÁÏ

is not yet present. The // classes are added to so styling immediately reflects the current // toolbar state. The classes are removed after the toolbar completes // initialization. const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker']; if (toolbarState) { const { orientation, hasActiveTab, isFixed, activeTray, activeTabId, isOriented, userButtonMinWidth } = toolbarState; classesToAdd.push( orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal', ); if (hasActiveTab !== false) { classesToAdd.push('toolbar-tray-open'); } if (isFixed) { classesToAdd.push('toolbar-fixed'); } if (isOriented) { classesToAdd.push('toolbar-oriented'); } if (activeTray) { // These styles are added so the active tab/tray styles are present // immediately instead of "flickering" on as the toolbar initializes. In // instances where a tray is lazy loaded, these styles facilitate the // lazy loaded tray appearing gracefully and without reflow. const styleContent = ` .toolbar-loading #` + activeTabId + ` { background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } .toolbar-loading #` + activeTabId + `-tray { display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%); border-right: 1px solid #aaa; background-color: #f5f5f5; z-index: 0; } .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray { width: 15rem; height: 100vh; } .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`; const style = document.createElement('style'); style.textContent = styleContent; style.setAttribute('data-toolbar-anti-flicker-loading', true); document.querySelector('head').appendChild(style); if (userButtonMinWidth) { const userButtonStyle = document.createElement('style'); userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}` document.querySelector('head').appendChild(userButtonStyle); } } } document.querySelector('html').classList.add(...classesToAdd); })(); Lisa Lycette, PhD | °ÄÃÅÁùºÏ²Ê¿ª½±¼Ç¼×ÊÁÏ

°ÄÃÅÁùºÏ²Ê¿ª½±¼Ç¼×ÊÁÏ

Skip to main content

Lisa Lycette, PhD

Assistant Professor

Education

  • PhD in Nursing Education and Administration 2018 William Carey University, Hattiesburg, MS  
  • MSN 2010 Grand Valley State University, Allendale, MI 
  • BSN 1981 University of Mississippi, Jackson, MS 

 Specialty

Maternal Newborn Nursing

Professional Experience

  • Associate Professor, Mississippi College 2012–2020   Clinton, MS
  • Instructor, Hinds Community College 2011–2012 Raymond, MS
  • Staff Nurse, Birthing Center, Mercy Health St. Mary’s1992-2009 Grand Rapids, MI
  • Staff Nurse, Birthing Center, Mercy Health St. Mary's 1992–2009 Grand Rapids, MI
  • Staff Nurse, Homecare, Amicare Home Healthcare 1994–1996 Walker, MI 
  • Staff Nurse, Birthing Center, St. Joseph’s Hospital and Medical Center 1989–1991 Phoenix, AZ
  • Staff Nurse, L&D, Nursery, Postpartum/GYN, Phoenix General Hospital1985–1991 Phoenix, AZ
  • Staff Nurse, L&D,Woman’s Hospital1983 Flowood, MS
  • Staff Nurse, Medical Unit, University of Mississippi Medical Center 1981 Jackson, MS

Presentations

Lycette, L. (2018, September). Nursing faculty perceptions related to collaborative testing.  Sigma Theta Tau Regional 8 Conference, Podium Presentation, Mobile AL.

Lycette, L. (2019, October). Nursing faculty perceptions related to collaborative testing. Mississippi State Nurses Convention, Poster Presentation, Gulfport, MS

Professional Associations

  • Association of Women’s Health, Obstetric, and Neonatal Nurses member
  • Sigma Theta Tau member
  • American Nurses Association member