Fitim Sadiku nga Kosova pjesë e Komisionit prestigjioz të The Lancet Rheumatology

Fitim Sadiku nga organizata Action for Mothers and Children (AMC) dhe Evidence Synthesis Group (ESG) në Kosovë është emëruar komisioner në Komisionin e revistës prestigjioze ndërkombëtare The Lancet Rheumatology.
Komisioni do të zhvillojë rekomandime globale për shëndetin riprodhues dhe planifikimin familjar te pacientët me sëmundje kronike imune dhe reumatike. Kjo fushë mbetet ende e pamjaftueshme në literaturën shkencore, ndonëse pacientët me sëmundje kronike imune – reumatike shpesh përballen me sfida të shumta.
Përmes analizës së evidencës shkencore dhe perspektivave lokale të vendeve pjesëmarrëse, komisioni do të hartojë rekomandime të bazuara në prova shkencore, të cilat synojnë të përmirësojnë kujdesin dhe menaxhimin e shëndetit riprodhues të këtyre pacientëve në nivel global.
Komisioni përbëhet nga ekspertë dhe hulumtues me renome ndërkombëtare nga më shumë se 15 vende të botës, përfshirë Japoninë, Mbretërinë e Bashkuar, Danimarkën, Italinë, Suedinë, Spanjën, Rumaninë, Zvicrën, Belgjikën, Gjermaninë.
Ky angazhim shënon një sukses të rëndësishëm për komunitetin shkencor dhe shëndetësor të Kosovës, duke e vendosur vendin në mesin e kontribuuesve në një proces që pritet të ndikojë në përmirësimin e kujdesit shëndetësor për pacientët me sëmundje reumatike në mbarë botën.
`;
}
function attachLazyGpt(slotId) {
const el = document.getElementById(slotId);
if (!el) return;
if (el.dataset.lazyInit === “1”) return;
el.dataset.lazyInit = “1”;
let tries = 0;
const boot = () => {
tries++;
if (
typeof window.inView !== “function” ||
!window.googletag ||
!googletag.cmd ||
!window.stpd ||
!stpd.que
) {
if (tries < 80) return setTimeout(boot, 100);
return;
}
inView(`#${slotId}`).once(“enter”, function () {
googletag.cmd.push(function () {
const node = document.getElementById(slotId);
if (!node || node.dataset.gptInitialized === “1”) return;
node.dataset.gptInitialized = “1”;
googletag
.defineSlot(
`/22646657118/${slotId}`,
[[300, 250], [250, 250]]
,
slotId
)
.addService(googletag.pubads());
googletag.display(slotId);
stpd.que.push(function () {
stpd.initializeAdUnit(slotId);
});
});
});
};
boot();
}
console.log(“paragraph count:”, paragraphs.length);
paragraphs.forEach((p, i) => {
console.log(`P${i + 1}:`, (p.innerText || “”).trim().length, p);
});
function injectAds() {
let adIndex = 0;
let charCount = 0;
let charsSinceLastAd = 0;
let firstAdInserted = false;
for (let i = 0; i < paragraphs.length; i++) {
if (adIndex >= adSlotIds.length) break;
const paragraph = paragraphs[i];
const paragraphNumber = i + 1;
// First ad always after paragraph 2
if (!firstAdInserted && paragraphNumber === FIRST_AD_AFTER_PARAGRAPH) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
paragraph.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
firstAdInserted = true;
charCount = 0;
charsSinceLastAd = 0;
}
continue;
}
// Do not count anything before first ad
if (!firstAdInserted) continue;
const textLength = paragraph.innerText.trim().length;
charCount += textLength;
charsSinceLastAd += textLength;
// Insert only when main threshold is reached
// AND enough text has passed since the previous ad
if (
charCount >= CHAR_THRESHOLD &&
charsSinceLastAd >= MIN_CHARS_BETWEEN_ADS
) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
paragraph.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
// Keep carry-over so characters are not lost
charCount -= CHAR_THRESHOLD;
// Reset only the safety-gap counter
charsSinceLastAd = 0;
}
}
}
}
injectAds();
})();
Top Lajme









