{"id":400243,"date":"2025-07-10T11:49:14","date_gmt":"2025-07-10T01:49:14","guid":{"rendered":"https:\/\/augstudy.com\/?page_id=400243"},"modified":"2026-06-12T17:52:42","modified_gmt":"2026-06-12T07:52:42","slug":"uon-info-session","status":"publish","type":"page","link":"https:\/\/augstudy.com\/vi\/philippines\/events\/uon-info-session\/","title":{"rendered":"[AUG Manila] Meet University of Newcastle"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div data-vc-full-width=\"true\" data-vc-full-width-temp=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1670821921550 vc_row-has-fill vc_row-o-content-middle vc_row-flex\"><div class=\"wpb_column vc_column_container vc_col-sm-2 vc_hidden-sm vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-8\"><div class=\"vc_column-inner vc_custom_1671748405855\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element aug_content_box\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h1><strong>Study in New South Wales with the University of Newcastle<\/strong><\/h1>\n<p><span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span>Ready to study in Australia without the big-city price tag?<br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span>Join the University of Newcastle Information Session and discover courses, scholarships, entry requirements, and study pathways that can help you start your journey toward a globally recognised Australian degree.<br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span>Learn why Newcastle is a smart study destination for students who want quality education, career opportunities, and a more affordable student lifestyle.<\/p>\n<h2><span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span><strong>Event Details<\/strong><\/h2>\n<p><span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 10px;border-top-width:0px;border-bottom-width:0px;\"><\/span><strong>Date:<\/strong> 25 July 2026 (Saturday)<br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 10px;border-top-width:0px;border-bottom-width:0px;\"><\/span><strong>Time:<\/strong> 10:00 AM &#8211; 12:00 PM<br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 10px;border-top-width:0px;border-bottom-width:0px;\"><\/span><strong>Venue:<\/strong> <span style=\"text-decoration: underline;\"><a href=\"https:\/\/maps.app.goo.gl\/kYnoUgaWbfNP3TBc8\" target=\"_blank\" rel=\"noopener\">AUG Manila Office (Unit 603, 6th Floor, 358 Ortigas Avenue corner Madison Street, San Juan, Metro Manila, 1500, Philippines)<\/a><\/span><br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span><\/p>\n<h6 style=\"color: #ff0000;\"><strong><em>* indicates required field<\/em><\/strong><\/h6>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-2 vc_hidden-sm vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width vc_clearfix\"><\/div><div id=\"registration\" class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner vc_custom_1660175491551\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<script>\r\n(function () {\r\n\t\/\/ --- Frontend injected shortcode values ---\r\n    \/\/ rego_id: form\/embed identifier used to build the script URL\r\n    \/\/ rego_mode: optional behavior flag (e.g. \"pre-reg\" or \"walkin\")\r\n    \/\/ additional_params: frontend-defined extra params as a query string (e.g. \"preferred_study_destination=Australia&preferred_intake=Jul 2026\")\r\n\tvar regoId = 'mnl_uon_is_j227';\r\n\tvar regoMode = 'pre-reg';\r\n\tvar additionalParams = '';\r\n\r\n\t\/\/ Read live URL parameters from the current page (client-side,\r\n    \/\/ so values reflect the actual visited URL even with caching\/redirects)\r\n\tvar params = new URLSearchParams(window.location.search);\r\n\t\r\n\t\/\/ UTM keys we want to capture from the page URL\r\n\tvar utmKeys = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_content'];\r\n\r\n\t\/\/ Build the embed form script element pointing at the rego_id form\r\n\tvar script = document.createElement('script');\r\n\tscript.src = 'https:\/\/event.augstudy.com\/embed\/forms\/' + regoId + '.js';\r\n\r\n\t\/\/ If walk-in mode is set, flag the embed accordingly\r\n\tif (regoMode === 'walkin') {\r\n\t\tscript.setAttribute('mode', 'walkin');\r\n\t}\r\n\r\n\t\/\/ For each UTM key present in the URL, copy its value onto the\r\n    \/\/ embed script as an attribute (skips empty\/missing values)\r\n\tutmKeys.forEach(function (key) {\r\n\t\tvar value = params.get(key);\r\n\t\tif (value) {\r\n\t\t\tscript.setAttribute(key, value);\r\n\t\t}\r\n\t});\r\n\t\r\n\t\/\/ Process frontend-defined extra params, if any were provided\r\n\tif (additionalParams && additionalParams.trim() !== '') {\r\n\t\t\/\/ Parse the query-string style value (e.g. \"preferred_study_destination=Australia&preferred_intake=Jul 2026\")\r\n\t\tvar extra = new URLSearchParams(additionalParams.trim());\r\n\t\t\r\n\t\t\/\/ Group values by key so repeated keys can be combined\r\n\t\tvar grouped = {};\r\n\t\textra.forEach(function (value, key) {\r\n\t\t  if (!value) return;                 \/\/ skip empty values\r\n\t\t  if (!grouped[key]) {\r\n\t\t\tgrouped[key] = [];\r\n\t\t  }\r\n\t\t  grouped[key].push(value);           \/\/ collect all values per key\r\n\t\t});\r\n\r\n\t\t\/\/ Apply each grouped key as a single attribute,\r\n        \/\/ joining multiple values with commas\r\n\t\tObject.keys(grouped).forEach(function (key) {\r\n\t\t  script.setAttribute(key, grouped[key].join(','));\r\n\t\t});\r\n\t  }\r\n\r\n\t\/\/ Insert the configured embed script just before this script tag\r\n\tdocument.currentScript.parentNode.insertBefore(script, document.currentScript);\r\n})();\r\n<\/script>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"Study in New South Wales with the University of Newcastle Ready to study in Australia without the big-city price tag? Join the University of Newcastle Information Session and discover courses, scholarships, entry requirements, and study pathways that can help you start your journey toward a globally recognised Australian degree. Learn why Newcastle is a smart [...]","protected":false},"author":4,"featured_media":0,"parent":54770,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-400243","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.8 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>[AUG Manila] Meet University of Newcastle - AUG Student Services<\/title>\n<meta name=\"description\" content=\"Looking for a more affordable way to study in Australia? Join the University of Newcastle Information Session and discover courses, scholarships, entry requirements, and study pathways that can help you start your journey toward a globally recognised Australian degree \u2014 without the big-city price tag!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/augstudy.com\/vi\/philippines\/su-kien-2\/uon-info-session\/\" \/>\n<meta property=\"og:locale\" content=\"vi_VN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[AUG Manila] Meet University of Newcastle\" \/>\n<meta property=\"og:description\" content=\"Looking for a more affordable way to study in Australia? Join the University of Newcastle Information Session and discover courses, scholarships, entry requirements, and study pathways that can help you start your journey toward a globally recognised Australian degree \u2014 without the big-city price tag!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/augstudy.com\/vi\/philippines\/su-kien-2\/uon-info-session\/\" \/>\n<meta property=\"og:site_name\" content=\"AUG Student Services\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AUGInAustralia\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-12T07:52:42+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 ph\u00fat\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/uon-info-session\\\/\",\"url\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/uon-info-session\\\/\",\"name\":\"[AUG Manila] Meet University of Newcastle - AUG Student Services\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/#website\"},\"datePublished\":\"2025-07-10T01:49:14+00:00\",\"dateModified\":\"2026-06-12T07:52:42+00:00\",\"description\":\"Looking for a more affordable way to study in Australia? Join the University of Newcastle Information Session and discover courses, scholarships, entry requirements, and study pathways that can help you start your journey toward a globally recognised Australian degree \u2014 without the big-city price tag!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/uon-info-session\\\/#breadcrumb\"},\"inLanguage\":\"vi\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/uon-info-session\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/uon-info-session\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/augstudy.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AUG Philippines\",\"item\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AUG Philippines Events\",\"item\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"[AUG Manila] Meet University of Newcastle\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/#website\",\"url\":\"https:\\\/\\\/augstudy.com\\\/\",\"name\":\"AUG Student Services\",\"description\":\"Student Services\",\"alternateName\":\"AUG Global\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/augstudy.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"vi\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"[AUG Manila] Meet University of Newcastle - AUG Student Services","description":"Looking for a more affordable way to study in Australia? Join the University of Newcastle Information Session and discover courses, scholarships, entry requirements, and study pathways that can help you start your journey toward a globally recognised Australian degree \u2014 without the big-city price tag!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/augstudy.com\/vi\/philippines\/su-kien-2\/uon-info-session\/","og_locale":"vi_VN","og_type":"article","og_title":"[AUG Manila] Meet University of Newcastle","og_description":"Looking for a more affordable way to study in Australia? Join the University of Newcastle Information Session and discover courses, scholarships, entry requirements, and study pathways that can help you start your journey toward a globally recognised Australian degree \u2014 without the big-city price tag!","og_url":"https:\/\/augstudy.com\/vi\/philippines\/su-kien-2\/uon-info-session\/","og_site_name":"AUG Student Services","article_publisher":"https:\/\/www.facebook.com\/AUGInAustralia\/","article_modified_time":"2026-06-12T07:52:42+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc":"2 ph\u00fat"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/augstudy.com\/philippines\/events\/uon-info-session\/","url":"https:\/\/augstudy.com\/philippines\/events\/uon-info-session\/","name":"[AUG Manila] Meet University of Newcastle - AUG Student Services","isPartOf":{"@id":"https:\/\/augstudy.com\/#website"},"datePublished":"2025-07-10T01:49:14+00:00","dateModified":"2026-06-12T07:52:42+00:00","description":"Looking for a more affordable way to study in Australia? Join the University of Newcastle Information Session and discover courses, scholarships, entry requirements, and study pathways that can help you start your journey toward a globally recognised Australian degree \u2014 without the big-city price tag!","breadcrumb":{"@id":"https:\/\/augstudy.com\/philippines\/events\/uon-info-session\/#breadcrumb"},"inLanguage":"vi","potentialAction":[{"@type":"ReadAction","target":["https:\/\/augstudy.com\/philippines\/events\/uon-info-session\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/augstudy.com\/philippines\/events\/uon-info-session\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/augstudy.com\/"},{"@type":"ListItem","position":2,"name":"AUG Philippines","item":"https:\/\/augstudy.com\/philippines\/"},{"@type":"ListItem","position":3,"name":"AUG Philippines Events","item":"https:\/\/augstudy.com\/philippines\/events\/"},{"@type":"ListItem","position":4,"name":"[AUG Manila] Meet University of Newcastle"}]},{"@type":"WebSite","@id":"https:\/\/augstudy.com\/#website","url":"https:\/\/augstudy.com\/","name":"D\u1ecbch v\u1ee5 Sinh vi\u00ean AUG","description":"D\u1ecbch v\u1ee5 sinh vi\u00ean","alternateName":"AUG Global","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/augstudy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"vi"}]}},"_links":{"self":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages\/400243","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/comments?post=400243"}],"version-history":[{"count":3,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages\/400243\/revisions"}],"predecessor-version":[{"id":420405,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages\/400243\/revisions\/420405"}],"up":[{"embeddable":true,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages\/54770"}],"wp:attachment":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/media?parent=400243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}