ADVERTISEMENT

Hungary is looking for 35 Filipino Scholars

Published Jan 8, 2021 09:00 pm
STUDY HERE Budapest, capital of Hungary

The Embassy of Hungary in Manila has announced the extension of the agreement between Hungary and the Philippines to make it possible for 35 new talented Filipino students to study free in Hungary each year. The deadline for applications is on Jan. 16. It’s great news for those who would like to be among the few who can embark on this life-changing endeavor to the heart of Europe for free.

Why study in Hungary? Hungary is at the crossroads of Europe. Situated in the central and eastern part of the continent, it borders Austria in the west and Romania in the east. The country has a population of around 10 million people, of which 1.6 million live in Budapest, the capital. Hungary is an exciting, diverse, and safe destination for international students. With great universities, quality life, and low costs, it has a lot to offer. Across all academic disciplines, dozens of universities offer an ever-growing number of programs that are fully taught in English and available for international students. Those degrees follow the European Bologna scheme and are recognized across Europe and elsewhere around the world. At the end of this journey, you will be smarter, wiser, full of new experiences, and a proud person holding a European degree in your hands.

Based on a bilateral agreement, each year Hungary provides the opportunity for 35 new students from the Philippines to study for free in one of the 30 participating Hungarian universities’ full degree programs.

The Stipendium Hungaricum scholarship program, the most prestigious higher education scholarship program of the Hungarian government, offers a wide range of courses for international students with an excellent academic track record. It was established in 2013 to attract top foreign students from all around the world who can establish personal and professional attachments to Hungary while enjoying competitive education. When the graduates return to their home countries with marketable skills and knowledge, they can build civil, political, and economic relationships, contributing to Hungary’s image and recognition abroad.

As a Stipendium Hungaricum scholarship holder you will be able to focus on your academic advancement, As, on top of the tuition, the scholarship offers accommodation, health insurance, and a stipend for living expenses. Check out stipendiumhungaricum.hu/about/ for details.

Available scholarships are for full degree undergraduate (BA/BSc – two to four years) and graduate programs (MS/MSc – 1.5 to two years). The main fields on offer are agriculture and sustainable development, medicine, water management, engineering and hydrology, architecture and protection of natural heritage, natural sciences and environmental studies, as well as full degree doctoral programs (PhD, DLA – four years) on any academic field.

The bilateral agreement between Hungary and the Philippines designates the CHED as the selection authority for Stipendium scholarship students in the Philippines. Besides applying online to the chosen Hungarian university, you also have to submit your documents to the CHED International Affairs Staff (IAS) through [email protected] on or before Jan. 20. Qualified nominees will be invited to a panel interview by the CHED scholarship screening committee (SCC), which is composed of representatives from the CHED, Department of Foreign Affairs, National Economic Development Authority, and the University of the Philippines. The schedule of the panel interview is in February. (Nominees are advised to contact the CHED-IAS at tel. number (632) 8441-0750 for confirmation of the schedule for personal interview).

Good luck! Kézéslábtörést (break a leg) is the Hungarian way to wish someone good luck.

For any questions including the application for airfare costs and other possible support, call Lily Freida M. Milla, director, International Affairs Staff, at(+632) 8441 0750, email her at [email protected] (www.ched.gov.ph), or seek an appointment at her office at Higher Education Development Center, C.P. Garcia Avenue, U.P. Campus, 1101 Diliman, Quezon City, Philippines. Take a look at the checklist of documents on https://stipendiumhungaricum.hu/uploads/2020/11/website_Checklist.pdf

Related Tags

education Budapest Europe Hungary study
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.