Friday, June 27, 2025
28.5 C
Singapore

Research staff passed away on campus: NUS confirms

A spokesperson for the National University of Singapore confirmed with us today that a staff was found unconscious near a research building at Kent Ridge campus yesterday (16 Apr).

The Independent received a tip-off from a reader yesterday that a person had passed away on campus. The reader reported that the person who passed away may have been a student who allegedly fell to their death from the eighth floor of block E3.

NUS informed us that while a person did pass away on campus, the person was not a student. We were later informed that the incident did not occur at block E3 and that the person who passed was an employee.

An NUS spokesperson confirmed that investigations are ongoing and that the University is in touch with the staff’s family:

“The University is deeply saddened by the passing of an NUS research staff on 16 April 2018.  
“The staff was found unconscious near a research building on Kent Ridge Campus. The Police and Singapore Civil Defence Force were immediately notified. Paramedics who arrived shortly after informed us that the staff had passed away. The Police are currently investigating the incident.
“Our thoughts are with the staff’s family, friends and colleagues during this difficult time. We are also in touch with the staff’s family and colleagues to provide support and assistance.”

https://theindependent.sg.sg/nus-clarifies-person-who-passed-away-in-campus-is-not-a-student/

See also  Girl questions guy’s character after realizing he is a speed demon who drives at 140 - 160km/h while only holding the steering wheel with one hand

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });