Wednesday, June 25, 2025
31.6 C
Singapore

National youth gymnast Robin Sim gets timely aid from the Chiam See Tong Sports Fund

17-year old national youth gymnast and student Robin Sim was awarded a grant by the Chiam See Tong Sports Fund on Saturday, July 28. Sim, an ITE College Central student has been involved in gymnastics since the age of five.

Sim has been representing Singapore regularly at competitions both locally and regionally. He finished second in the vault event and team event at the Thailand Open 2018.

He also finished as champion in the floor event at the Singapore National Championships 2018 which was held in March this year. He was also a member of the team which came in first in its event.

He comes from a humble background with his father, a part-time taxi driver and his mother an administration assistant. He also has a younger sister.

Ang Peng Siong, Chairman of the Board of Directors at the Chiam See Tong Sports Fund said that “We have generally supported athletes who have proven to us that they have a dream, and need some support to help them”.

See also  Condo security guard throws customer's bubble tea order on the floor when placed outside guardhouse by delivery rider

He continued, “For many of these athletes, they either come from less advantaged backgrounds or don’t qualify for existing grants from their respective sports associations or from the Government”.

The money that Robin Sim received will go towards coaching fees and the purchase of equipment or gear which he may need for training or competitions.

Mr Ang also added that the Chiam See Tong Sports Fund will also “provide mentorship and also link Robin up to support services which our partners provide, to give him advice on nutrition or sport psychology”.

Sim was honoured to receive the grant and he said, “I hope to be able to represent Singapore at the SEA Games in Philippines in 2019 and also hope to be able to qualify for the Olympics”.

________________________________________________________________________

[email protected]

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); } });