Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


HTML
<div class="hwrap">
  <div class="hmove">
	<div class="hitem">April>March is NationalKidney DonateMonth Life Month</div>
	<div class="hitem">Save the date- Thank you ETCLC partners for thecelebrating upcomingkidney in-person events at Quality Conference, April 10th, Baltimore, MD, and NKF, May 17th, Long Beach, CA.<disease awareness</div>
   </div>
</div>


CSS Stylesheet
 /* (A) FORCE ALL ITEMS INTO SINGLE ROW */
 .hmove {
   	display: flex;
	white-space: nowrap;
 }

 .hitem {
   width: 100%;
   flex-shrink: 0;
   font-size: 21px;
   font-family: Verdana, sans-serif;
 }

 .hwrap {
   overflow: hidden;
   padding-bottom: 15px;
 }

 /* (B) MOVE ITEMS FROM RIGHT TO LEFT */
 /* first item = 0, fourth item = -300% */
 @keyframes tickerh {
   0% {
     transform: translatex(100%);
   }

   100% {
     transform: translatex(-200%75%);
   }
 }

 .hmove {
   animation: tickerh linear 40s20s infinite;
 }

 .hmove:hover {
   animation-play-state: paused;
 }

 @media only screen and (min-width: 200px) and (max-width: 600px) {
   .hmove {
     animation: tickerh linear 30s infinite;
   }
 }

 @media only screen and (min-width: 601px) and (max-width: 1000px) {
   .hmove {
     animation: tickerh linear 30s infinite;
   }
 }


...

Section


HTML
<br><br>


Center



A Collaborative Built for a Broad Community

The ETCLC will bring transplant centers, Organ Procurement Organizations (OPOs), donor hospitals, patients, and donor families together to reduce the disparity in performance among OPOs and transplant centers with the goal of increasing kidney recoveries by OPOs and utilization of kidneys by transplant centers.


Supported by National Leaders

ETCLC members are supported by a National Faculty and Leadership Coordinating Council made up of thought leaders and organizations in the field of organ recovery and transplant.


Dedicated QI Coaches Leveraging a Tested Change Package

ETCLC members are guided by a national network of quality improvement coaches who lead QI Teams to identify best and promising practices that drive recovery and utilization performance and spread these practices throughout the kidney transplant community using the Kidney Donation and Utilization Change Package.


Amplifying the Patient and Family Voice

People on dialysis, transplant recipients, and donor family members have an important voice and role in the ETCLC by identifying patient and family education needs around organ donation and transplant.



Undo          




Alert
titleAbout this site
typeInfo

This site is intended for healthcare professionals seeking information on the CMS/HRSA-sponsored End Stage Renal Disease Treatment Choices Learning Collaborative.  If you are a patient seeking information on a kidney transplant click HERE.

...