Metadata
Title
Contacts
Category
courses
UUID
0f94ab35d6944d1bb023ab9e42a62159
Source URL
https://study.anu.edu.au/contacts
Parent URL
https://study.anu.edu.au/related-information/information-postgraduate-research-s...
Crawl Time
2026-03-11T02:57:31+00:00
Rendered Raw Markdown

Contacts

Source: https://study.anu.edu.au/contacts Parent: https://study.anu.edu.au/related-information/information-postgraduate-research-students

ON THE PAGE

Contact us

Future Student Experience

Email us

Ask us a question.

Call and chat to a member of our Future Student Experience team.

Start enquiry

Contact us if you'd like further information about ANU or need help making a decision about where or how to study.

Undergraduate students

Undergraduate students should use the Enquire now button.

Enquire now

International students

International students may prefer to speak directly to an education international agent representative in your country.

Find an education agent

Research students

Research students can contact our academic Colleges directly to find out about research opportunities.

College contacts

Students may contact ANU Colleges directly for specific program related enquiries.

.light-bg { background-color: #f2f2f2; }

Contact us

Future Student Experience

Email us

breadcrumbs {

z-index: 3; position: absolute; top: 20%; } html { scroll-behavior: smooth; } .campaign-guidance-2-banner img { object-fit: cover; height: 100%; width: 100%; } .dateblock { color: #000; float: left; clear: left; text-align: center; line-height: 1.5em; margin: 3px 10px 0 0; } .datebox:nth-child(odd) > .dateblock { background-color: #000; color: #fff; } .datebox:nth-child(even) > .dateblock { background-color: #f5edde; } .campaign-guidance-2-banner { position: relative; height: 300px; } .campaign-guidance-2-banner::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)); z-index: 1; } .campaign-guidance-2-banner h1 { color: #fff; position: absolute; top: 43%; z-index: 2; } .campaign-guidance-2 .contact-us img { width: 20px; height: auto; object-fit: cover; } .para-link:hover { text-decoration:none !important; } .campaign-guidance-2 #expand-menu .styled { border-left: 3px solid #be830e; background-image: linear-gradient(to right, rgb(229 229 229), rgb(252 252 252 / 0%)); } @media only screen and (max-width:992px) { .campaign-guidance-2-banner { display: flex; flex-direction: column; } .campaign-guidance-2-banner .container { position: relative; display: flex; flex-direction: column; align-items: start; background: #000; height: 100%; width: 100%; max-width: 100%; } .campaign-guidance-2-banner h1, .campaign-guidance-2-banner #breadcrumbs { position: unset; } .campaign-guidance-2 #onthepage { border: 0; } .campaign-guidance-2 #expand-menu ul { display: grid; grid-template-columns: 1fr 1fr; margin-left: 10% !important; margin-right: 10% !important; grid-column-gap: 20px; } .campaign-guidance-2 #expand-menu ul li { border-bottom: 1px solid #f2f2f2; } .campaign-guidance-2 .paragraph-with-media { margin-left: 10px; } .campaign-guidance-2 .bdr-left-light { border-left: 0 !important; } .anu-tab-selects-mask { position: relative; pointer-events: none; height: 3em; margin-top: -5em; } .anu-tab-selects-mask::after { content: ""; position: absolute; top: 0; right: 0; width: 20%; height: 100%; background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255)); } } @media only screen and (max-width:992px) { .campaign-guidance-2-banner .container { padding-left: calc((100% - 720px)/2); padding-right: calc((100% - 720px)/2); } } @media only screen and (max-width:768px) { .campaign-guidance-2-banner .container { padding-left: calc((100% - 540px)/2); padding-right: calc((100% - 540px)/2); } } @media only screen and (max-width:576px) { .campaign-guidance-2-banner .container { padding-left: 10px; padding-right: 10px; } .campaign-guidance-2 #expand-menu ul { grid-template-columns: 1fr; } .stuck-shadow { box-shadow: 0 5px 8px rgba(0, 0, 0, 0.41); transition: box-shadow 0.3s ease-in-out; } .sticky > div { padding-bottom: 14px !important; border-bottom: none !important; }

expand-menu {

display: none; } } .bdr-left-light { border-left: 2px solid #f2f2f2; } .campaign-guidance-2 .p-relative { position: relative; scroll-behavior: smooth; align-items: start; } .campaign-guidance-2 .sticky { position: sticky; top: 0; background-color: #fff; z-index: 2; } .campaign-guidance-2 .toggle-btn { width: 50px; height: 50px; border-radius: 50%; background-color: #be830e; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; } .campaign-guidance-2 #arrow { transition: transform 0.3s ease; } .campaign-guidance-2 .down { transform: rotate(180deg); } @media only screen and (min-width: 992px) { .campaign-guidance-2 .toggle-btn { display: none; } } .campaign-guidance-2 .flex-grow { flex-grow: 1; } .anu-tab-pane { display: none; } .anu-tab-pane.active { display: block; } .campaign-guidance-2 .horizontal-tabs h3 a { padding-bottom: 10px; color: #666; } .campaign-guidance-2 .horizontal-tabs h3 a::after { content: none; } .campaign-guidance-2 .horizontal-tabs h3 a:hover { color: #000; text-decoration: none !important; } .campaign-guidance-2 .horizontal-tabs h3 .active { border-bottom: 2px solid #be830e !important; color: #000 !important; } .campaign-guidance-2 .horizontal-tabs .anu-tab-selects { list-style: none; display: flex; overflow-x: auto; white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none; } .campaign-guidance-2 .horizontal-tabs .anu-tab-selects::-webkit-scrollbar { display: none; } .campaign-guidance-2 .horizontal-tabs .anu-tab-content { border-bottom: 1px solid #be830e; }

mainbody >:first-child p {

margin-top: 0; } function toggleDiv() { var expandDiv = document.getElementById('expand-menu'); var arrow = document.getElementById('arrow'); if (expandDiv.style.display === "none") { expandDiv.style.display = "block"; arrow.classList.add("down"); } else { expandDiv.style.display = "none"; arrow.classList.remove("down"); } } function showTab(tabId) { var tabPanes = document.querySelectorAll('.anu-tab-pane'); var tabLinks = document.querySelectorAll('.anu-tab-link'); for (var i = 0; i < tabPanes.length; i++) { if (tabPanes[i].dataset.tabId === tabId) { tabPanes[i].classList.add('active'); } else { tabPanes[i].classList.remove('active'); } } for (var i = 0; i < tabLinks.length; i++) { if (tabLinks[i].dataset.tabId === tabId) { tabLinks[i].classList.add('active'); } else { tabLinks[i].classList.remove('active'); } } } function handleTabClick(event) { var tabLink = event.target; var tabId = tabLink.dataset.tabId; if (tabId) { event.preventDefault(); showTab(tabId); } } var tabLinks = document.querySelectorAll('.anu-tab-link'); for (var i = 0; i < tabLinks.length; i++) { tabLinks[i].addEventListener('click', handleTabClick); } // Show the initial tab (first tab) showTab(tabLinks[0].dataset.tabId); document.addEventListener("DOMContentLoaded", function () { window.onscroll = function () { stickyFunction() }; var stickbar = document.getElementById("StickyElement"); var offset = stickbar.offsetTop; function stickyFunction() { if (window.pageYOffset >= (offset + 492)) { stickbar.classList.add("stuck-shadow"); } else { stickbar.classList.remove("stuck-shadow"); } } }); const listItems = document.querySelectorAll('.paralist li'); listItems.forEach(item => { item.addEventListener('click', () => { listItems.forEach(li => { li.classList.remove('styled'); }); item.classList.add('styled'); }); });