Flat Preloader Icon
<div class="c-preloader">
	<div class="c-preloader__count"></div>
  <div class="c-preloader__progress"></div>
</div>
.bricks-is-frontend .c-preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: #cc0000;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.bricks-is-frontend .c-preloader__count {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
font-size: clamp(4rem, 3.824vw + 2.776rem, 8rem);
  font-weight: 100;
  letter-spacing: -.5rem;
  z-index: 10;
}
.bricks-is-frontend .c-preloader__progress {
  background: black;
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js"></script>

<script>
  
var imgLoad = imagesLoaded('img');

var progressBar = jQuery(".c-preloader__progress"),
    count = jQuery(".c-preloader__count"),
    images = jQuery("img").length,
    loadedCount = 0,
    loadingProgress = 0;
 
var tlProgress = new TimelineMax({
    paused: true,
    onUpdate: countPercent,
    onComplete: loadComplete
});

tlProgress.to(progressBar, 1, {width:"100%"});

imgLoad.on('progress', function(instance, image) {
    loadProgress();
});
 
function loadProgress() {
    loadedCount++;
    loadingProgress = (loadedCount / images);
    console.log(loadingProgress);

    TweenMax.to(tlProgress, 1, {progress: loadingProgress});
}

function countPercent() {
    var newPercent = (tlProgress.progress() * 100).toFixed();
    count.text(newPercent + "%");
}

function loadComplete() {
    var tlEnd = new TimelineMax();
    tlEnd
        .to(count, 0.5, {autoAlpha: 0})
        .to(".c-preloader", 0.5, {scaleX: 0, transformOrigin: "center right"});
}

</script>
/* Default state: transparent background */
#brx-header.sticky {
  position: sticky;
  top: 0;
  transition: opacity 0.5s ease, background-color 0.5s ease;
  opacity: 1;
  visibility: visible;
  background-color: transparent !important; /* Start with transparent background */
}

/* Hidden state when scrolling down */
#brx-header.sticky.nav-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: transparent !important; /* Stay transparent when hidden */
}

/* Visible state when scrolling up: background becomes black */
#brx-header.sticky.nav-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5) !important; /* Background becomes black when scrolling up */
}
document.addEventListener('DOMContentLoaded', function () {
  let lastScrollTop = 0;
  const nav = document.querySelector('#brx-header.sticky'); // Ensure this targets the correct header element
  let hasScrolledDown = false; // Track if the user has scrolled down

  // Listen for the scroll event on the window
  window.addEventListener('scroll', function () {
    let scrollTop = window.pageYOffset || document.documentElement.scrollTop;

    console.log('Scroll position:', scrollTop); // Check scroll position in console

    if (scrollTop > lastScrollTop) {
      // User is scrolling down
      console.log('Scrolling down');
      nav.classList.remove('nav-visible');
      nav.classList.add('nav-hidden');
      hasScrolledDown = true; // User has scrolled down
    } else if (scrollTop < lastScrollTop && hasScrolledDown) {
      // User is scrolling up and has already scrolled down
      console.log('Scrolling up');
      nav.classList.remove('nav-hidden');
      nav.classList.add('nav-visible');
    }

    // Update the last scroll position
    lastScrollTop = scrollTop;
  });
});

International Conference on Palliative Care in Rural Nepal – Session Recordings

If you missed any of the sessions or would like to revisit the insightful presentations, you can now access all the recordings in order. Explore the valuable discussions on advancing palliative care in rural Nepal, presented by experts and key stakeholders from the conference.

  • 2:36 min

  • 0 comments

Palliative Care in Rural Nepal: Leave No one Behind – 18th – 19th February 2025

Best Western Plus Hotel, Kathmandu and Virtual Conference Online

Session – 18th February – Day 1

1. Welcome and Conference Inauguration

Presenter: Ms Mahima Battarai (MC), Dr Arun Budha (Medical Services Director, GPH), Mr Krishna Adhikari (ED, INF Nepal), Prof Rajesh Gongal (VC, PAHS)

 

2. History of Palliative Care in INF Nepal and the Development of the Sunita Project

Presenter: Dr Ruth Powys (Retired Palliative Care Services Head, GPH)

3. Palliative Care Needs in Rural Nepal: Exploratory Mixed Methods Survey

Presenter: Sunita Project Research Team

 

4. Sunita Project – Training Programs and Evaluation: What Did We Learn?

Presenter: Sunita Project Research Team

 

5. Working Together for Palliative Care: A Rural Health Team’s Experience

Presenter: Dr Dum Kumari and Team from Rainas Municipality

 

6. Research Partnership with Global Health Academy

Presenter: Dr Dave Fearon (GHA, University of Edinburgh)

 

7. Essential Medicines for Palliative Care

Presenter: Dr Daniel Munday (Consultant Advisor, Sunita Project)

Launch of the Palliative Care Formulary : Mr Krishna Adhikari, Prof Bishnu Paudel, Prof Rajesh Gongal

 

Session – 19th February – Day 2

1. Opening Ceremony Day Two

Presenter: Dr Arun Budha, Dr Cathy Ratcliff (CEO EMMS), Mr Rob Fenn (British Ambassador)

2. Keynote Lecture One: “10 years’ Experience of Developing Community Palliative Care”

Presenter: Professor Rajesh Gongal (VC Patan Academy of Health Sciences and Hospice Nepal)

 

3. Overview of Sunita Project and the Way Forward

Presenter: Dr Amrita Shrestha (Palliative Care Services Lead, GPH)

 

4. “Sunita’s Story” a Contributor-led Video of Rural Palliative Care – Chair’s Remarks

Presenter: Mr Krishna Adhikari

 

5. Keynote Lecture Two: Global Health and Palliative Care

Presenter: Professor Liz Grant (Director, Global Health Academy, University of Edinburgh, UK)

 

6. WHO – Global Initiatives

Presenter: Dr Megan Doherty (Consultant, WHO, Geneva)

 

7. Palliative Care in Kerala: The Pallium India Experience

Presenter: Ms Smriti Rana (Head of Strategic Programmes and Partnerships, Pallium India)

 

8. Palliative Care and Mental Health in the Community

Presenter: Dr Chitra Venkateswaran (Consultant Psychiatrist and Director, Mehac Foundation, Kerala)

 

9. Rural Palliative Care in Ethiopia

Presenter: Dr Nuhamin Gebre (King’s College, London)

 

10. Poverty Reducing Palliative Care – Malawi

Presenter: Dr Maya Jane Bates (GHA, University of Edinburgh)

 

11. NAPCare Response

Presenter: Professor Bishnu Paudel (President of NAPCare)

 

12. Palliative Care at the Gurkha Welfare Trust

Presenter: Dr Satish Gurung (Deputy Medical Director, GWT)

 

13. The Difference Palliative Care Makes in a Rural Hospital

Presenter: Dr Rajib Neupane (UMN Hospital Tansen)

 

14. Fellowship in Palliative Care: Report of the First Completed Rotation

Presenter: Dr Raj Kumar Gajmer (Assistant Professor, PAHS)

 

15. Children’s Palliative Care

Presenter: Dr Amrita Shrestha, Ms Sarah Riggsbee (Rehabilitation Lead, GPH)

 

16. Vacuum Dressing Research

Presenter: Dr Suraj Maharjan (Plastic Surgeon), Dr Arjan Knulst (Biomedical Engineer, GPH)

 

17. PhD – NCD Research in Nepal

Presenter: Ms Namuna Shrestha (University of Huddersfield, UK)

 

18. MSc Dissertation – Moral Distress in Healthcare Workers

Presenter: Ms Manju BK (Palliative Care Specialist Nurse, Lalgadh Hospital)

19. Closing Ceremony with Message from Chief Guest

Presenter: The Honourable Minister of Health and Population, Mr Pradip Paudel

 

20. “Sunita’s Story” a Contributor-led Video of Rural Palliative Care

Share this post:

Post tags