2022년 2월 25일 | 오전 9시 15분
마닐라, 필리핀 – 드와이트 라모스(Dwight Ramos)가 스마트 아라네타 콜로세움(Smart Araneta Coliseum)에서 열리는 FIBA 아시아 농구 월드컵 예선에서 한국의 길라스 필리피나스를 상대하고 싶다고 밝혔습니다.
작년 클락 버블로 경기를 휩쓸고 난 후 한국인들을 다시 만나기 전에 다음 토너먼트를 기다려야 하는 Ramos는 COVID-19가 한국을 강요하지 않았다면 목요일 빅 돔에서 멋진 분위기가 되었을 수 있었을 것이라고 한탄했습니다. 경쟁에서 벗어났습니다.
라모스는 목요일 “정말 기대하고 있었다”며 “관객 앞에서 뛸 기회가 없었고 여기 아라네타에서 처음으로 경기를 했고 한국과 경기를 하게 돼 정말 기대됐다”고 말했다. 다시.”
“첫 경기는 정말 흥미로웠고, 이번에는 다른 팀이 있어서 우리가 다시 대결하는 모습을 보게 되어 정말 기뻤습니다.”라고 그는 덧붙였습니다.
Ramos는 SJ Bilangel, Kai Soto, Will Navarro 및 RJ Abarientos와 같은 학생들과 함께 Clark에서 Correa를 두 번 물리친 젊은 Gilas Pilipinas 팀의 일원이었습니다.
이제 핵심 TNT Tropang Giga로 구성된 더 경험 많은 팀과 함께 Ramos는 그가 다른 팀에서 어떻게 수행했는지 보고 싶었을 것입니다.
그러나 라모스는 이 창에서 그가 달성하고자 하는 것에 관해서 한국의 철수가 마음을 바꾸는 것을 허용하지 않습니다.
다른 Gilas와 마찬가지로 23세의 선수는 단순히 게임과 승리에 집중하고 있습니다.
Ramos는 “경기 수가 단 2개로 줄어들면서 모든 경기가 더욱 중요해졌습니다.”라고 말했습니다.
그는 “이 두 게임에서 우리는 두 개의 창밖에 없기 때문에 좋은 싸움을 하고 두 게임 모두에서 승리하기 위해 노력해야 한다”고 덧붙였다.
Ramos와 Gilas는 2월 25일 오늘 밤 Smart Araneta Coliseum에서 인도를 상대로 FIBA 월드컵 아시아 지역 예선을 시작했습니다.
그런 다음 일요일 뉴질랜드와의 경기로 2경기 창을 닫았습니다.
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }