").addClass("HeaderRow"); jQuery("#masterMainBreadcrumb").appendTo("div.HeaderRow > div > div"); } // row wrappers fill, light etc // if Zone calls -action, light , full, add attribute-row class to parent Row div START // For each red row titled ipart jQuery('.iMIS-WebPart > div[id*="redrow"]').each(function () { // find the closest row and add the Class red row jQuery(this).closest('.row').addClass('red-row'); }); // for each blue row titled ipart jQuery( ' .iMIS - WebPart > div[id*="bluerow"]').each(function () { // Find the closest row and add class blue-row jQuery(this).closest('.row').addClass (' blue-row '); }); // for each gray row titled ipart jQuery('.iMIS-WebPart > div[id*="greyrow"]').each(function () { // Find the closest row and add the class gray -row jQuery(this).closest('.row').addClass('grey-row'); }); // for each green row titled ipart jQuery('. iMIS-WebPart > div [id*="greenrow "]').each(function () { // find the closest row and addClass green-row jQuery(this).closest('.row').addClass('green -row'); }); // for each call to action titled ipart jQuery('div[id*="Carousel_Carousel"].carousel').each(function () { // find the closest row and Add call to action jQuery( this ).closest('.row').addClass('carousel-row'); }); jQuery(".carousel-caption").wrapInner("
"); // if the area has a full class // create an image from the background-image attribute in the element jQuery('.carousel-inner.bg-img .item').each(function () { var bg = jQuery (this).css("background-image"); bg = bg.replace(/.*\s?url\([\'\"]?/, '').replace(/[\'\ " ] ?\).*/, ''); var tempimg = '
'? jQuery(tempimg).insertAfter(jQuery(this).find('.carousel-caption > div')); }); // for each call-to-action with title ipart jQuery('.iMIS-WebPart > div[ id*="calltoaction"]').each(function () { // find the closest row and add the call to action jQuery( this ).closest('.row').addClass('call to action'); } ); // if Zone has class reorder if (jQuery(".WebPartZone").hasClass("reorder")) { // then add call-to-action-bar class to parentRow div jQuery(".reorder") .parent( ).parent().parent().addClass("Reorder"); }jQuery('div#masterContentArea .col-primary > div > div > div > div.row.grey-row + .grey- row').prev().addClass('prev');jQuery('div#masterContentArea .col-primary > div > div > div > div.row.blue-row + .blue-row').prev() .addClass('prev');jQuery('div#masterContentArea .col-primary > div > div > div > div.row.green-row + .green-row').prev().addClass('prev') ;jQuery('div#masterContentArea .col-primary > div > div > div > div.row .red-row + .red-row').prev().addClass('prev');if (jQuery('div #masterContentArea .col-primary > div > div > div > div.row:first-of-input.iMIS-WebPart > div[id*="PageHeading"]').length > 0) { if (jQuery('div #masterContentArea .col-primary > div > div > div > div.row:first-of-input.iMIS-WebPart > div[id*="PageHeading"]').children().length == 0) { jQuery ('div#masterContentArea .col-primary > div > div > div > div.row:first -type').hide(); jQuery('div#masterContentArea .col-primary > div > div > div > div.row :nth-of-type(2)').addClass('first'); }}// Add class to row without waves jQuery('div#masterContentArea .col-primary > div > div > div > div.row :not([class*="-row"]) + div.row:not([class*="-row"])').prev().addClass('no-wave'); // in div Wrap the entire row of child elements in jQuery("div#masterContentArea .col-primary > div > div > div.row").each(function () { jQuery(this).children().wrapAll("
") }); // hidezonescript START // If webzone has class "hideThisZone", move html up to ".row", then hide jQuery(".WebPartZone.hideThisZone").parentsUntil(".row ").parent( ).hide(); // hidezonescript END // overflow is hidden by default in iqas, show it to show the shadow jQuery('div[id*="_ListerPanel"] > div[id*=" _ResultsGrid"]') .removeAttr("style"); jQuery('div[id*="_ListerPanel"] > div[id*="_ResultsGrid"], div[id*="_ListerPanel"] > div[id*="_ResultsGrid"] .RadGrid.RadGrid_MetroTouch').addClass('showoverflow'); // Wrap the call-to-action element to its link END // Repeat the tile on the main page and pass the link's HREF to the parent jQuery tile( ' div [id*="calltoaction"] div[id*="Panel"]').each(function () { //Add link url to tile to reach tile jQuery(this).find('a .call-to - action-link').eq(0).each(function () { //Hide temporary link var tempURL = jQuery(this).attr("href"); var tempWrapper = ''? // Add the URL to the image header jQuery(this).parent().wrap(tempWrapper); }); }); // Wrap the cta element in its link END // Partially hidden if no children section if (jQuery('.UtilitySection.OnBehalfOf').children().length == 0) { jQuery(' div#masterContentArea > div > div[data-label="On behalf of"]').hide() ;} // Remove special link effects from images with links START if (jQuery("[id*=_Panel_]")) { jQuery(" [id*=_Panel_] a > img").parent() .addClass('noeffect'); } // remove special link effect from image with link END // no click on main nav - iPad nav START jQuery(".noclick").removeAttr("href");/ / Wait for the navigation to fully load var waitForEl = function (selector, callback) { if (jQuery('ul.rmRootGroup.rmToggleHandles.rmHorizontal').length) { callback(); } else { setTimeout(function () { waitForEl ('ul.rmRootGroup.rmToggleHandles.rmHorizontal', callback); }, 100); } }; WaitForEl('ul.rmRootGroup.rmToggleHandles.rmHorizontal', function () { // just isconst cartexist = jQuery('header#hd.header-bottom-container>div>div>div>div:nth-child(1) > div>div:nth-child(1)>ul>li.nav-aux-cart') ; if (!jQuery(cartexist).find('span.cartCenter').length) {jQuery(cartexist).hide ( );} // Check if the iqa profile is loaded var profileiqa = function (selector, callback) { if (jQuery('ul.rmRootGroup.rmToggleHandles.rmHorizontal').length) { callback(); } else { setTimeout(function () { profileiqa('ul.rmRootGroup.rmToggleHandles.rmHorizontal', callback) ; }, 0010); } }; // Once done profileiqa('ul.rmRootGroup.rmToggleHandles.rmHorizontal', function () { jQuery(' header#hd .header-bottom-container > div > div > div >div:nth-child(1) > div > div:nth-child(1) > ul > li.search').clone().insertBefore( 'header# hd .header-bottom-container > div > div > div >div:nth-child(2) > div > div.UtilityNavigationToggle'); var script = document.createElement('script'); script.src = "https: //js.sitesearch360.com/plugin/bundle/ 3563.js";document.getElementsByTagName('head')[0].appendChild(script);//Observe element changes (function(jQuery) { var MutationObserver = window .MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver ; jQuery.fn.attrchange = function(callback) { if (MutationObserver) { var options = { subtree: false, features: true }; var Observer = new MutationObserver(function(mutations) { mutations.forEach(function(e) { callback.call(e.target, e.attributeName); }); }); return this.each(function() { observer.observe(this, options); }); } }})(jQuery);// Which element do you want to observe jQuery('#MainBody').attrchange(function(attrName) { // Which attribute do you want to observe if (attrName == 'class') { // If 4 6 7 or 9, reissue if ( jQuery('body#MainBody.number-1').length) { jQuery('body#MainBody').removeClass('.number-1'); // Create a random number var randomWaveNumber = Math.floor(Math. random() * 10) + 1; // apply the number as a class to the body jQuery('body').addClass('number-' + randomWaveNumber + ' '); } if (jQuery('body#MainBody.number -4').length) { jQuery('body#MainBody').removeClass('.number-4'); // generate a random number var randomWaveNumber = Math.floor( Math.random() * 10) + 1 ; // Apply the number as a class to the body jQuery('body').addClass('number-' + randomWaveNumber + ''); } if ( jQuery ('body#MainBody.number-6').length) { jQuery('body#MainBody').removeClass('.number-6'); // Generate a random number var randomWaveNumber = Math.floor(Math.random () * 10) + 1; // Use the number as the body The class implements jQuery('body').addClass('number-' + randomWaveNumber + ''); } if (jQuery('body#MainBody.number-7').length) { jQuery('body#MainBody') .removeClass('.number-7'); // generate a random number var randomWaveNumber = Math.floor(Math.random() * 10) + 1; // implement the number as a class in the body jQuery('body' ).addClass('number-' + randomWaveNumber + ''); } if (jQuery('body#MainBody.number-9').length) { jQuery('body#MainBody').removeClass('.number-9 '); // generate a random number var randomWaveNumber = Math.floor(Math.random() * 10) + 1; // implement the number as a class in the body jQuery('body').addClass('number-' + randomWaveNumber + ''); } }});// generate a random number var randomWaveNumber = Math.floor(Math.random() * 10) + 1;// apply the number as a class to bodyjQuery('body' ).addClass('number- ' + randomWaveNumber + '');jQuery('header#hd > .header-bottom-container > div > div > div > div:nth-child(1).UtilityNavigationList > ul'). prepend('more+');jQuery('header#hd > .header-bottom-container > div > div > div > div:nth-child(1) .UtilityNavigationList > ul').each(function () { jQuery(this).find ('.περισσότερα').wrapAll('
'); });jQuery('header#hd .header-bottom-container > div > div > div >div:nth-child(1) > div > div:nth-child(1) > ul > a.more-link' ).click(function() { jQuery(this).siblings('.περισσότερα').toggleClass('show'); }); // εάν ο χρήστης είναι σε κινητό if (jQuery("#mobile-indicator").css("display") == "inline-block") { // εάν ο χρήστης δεν είναι συνδεδεμένος var isAnonymous = JSON.parse( jQuery("#__ClientContext").val()).isAnonymous; if (isAnonymous) { console.log("ο χρήστης έχει αποσυνδεθεί"); } else { // εάν ο χρήστης είναι συνδεδεμένος// κλωνοποιήστε τον σύνδεσμο nav-aux-account στο υποσέλιδο navjQuery('header#hd > .header-bottom-container > div > div > div > div:nth-child(2) li.nav-aux-account').clone().appendTo('header#hd > .header-bottom-container > div > div > div > div:nth-child(1) .UtilityNavigationList > ul'); console.log("ο χρήστης είναι συνδεδεμένος"); } console.log("ο χρήστης βρίσκεται σε κινητό"); } // εάν ο χρήστης δεν είναι σε κινητό άλλο { // εάν ο χρήστης δεν είναι συνδεδεμένος var isAnonymous = JSON.parse(jQuery("#__ClientContext").val()).isAnonymous; if (isAnonymous) { console.log("ο χρήστης έχει αποσυνδεθεί"); } else { // εάν ο χρήστης είναι συνδεδεμένος// κλωνοποιήστε τον σύνδεσμο nav-aux-account στο υποσέλιδο navjQuery('header#hd > .header-bottom-container > div > div > div > div:nth-child(2) li.nav-aux-account').clone().appendTo('header#hd > .header-bottom-container > div > div > div > div:nth-child(1) .UtilityNavigationList > ul'); console.log("ο χρήστης είναι συνδεδεμένος"); } console.log("ο χρήστης βρίσκεται σε επιφάνεια εργασίας"); } if (jQuery('header#hd').siblings(".HeaderRow").length == 0) { jQuery('header#hd').addClass('navy'); } console.log("η πλοήγηση έχει φορτωθεί"); }); jQuery('button.navbar-toggle.menu-toggle').click(function () {setTimeout(function () {if (jQuery('header#hd > .header-bottom-container > .header-container .navbar- collapse[aria-expanded="true"]').length) { jQuery('button.navbar-toggle.menu-toggle').addClass('κλικ'); } else { jQuery('button.navbar-toggle. menu-toggle').removeClass('κλικ'); } }, 0400); }); // λειτουργία για ενεργοποίηση της κολλητικής πλοήγησης //------------------------------ // Sticky Navigation START window.onscroll = λειτουργία () { scrollNav() }; // στην κύλιση προσθέστε κλάσεις για πλοήγηση σε συγκεκριμένες τοποθεσίες συνάρτηση scrollNav() { if (window.pageYOffset >= 200) { jQuery('header#hd').addClass("prepresticky"); } else { jQuery('header#hd').removeClass("prepresticky"); } if (window.pageYOffset >= 300) { jQuery('header#hd').addClass("presticky"); } else { jQuery('header#hd').removeClass("presticky"); } if (window.pageYOffset >= 400) { jQuery('header#hd').addClass("sticky"); } else { jQuery('header#hd').removeClass("sticky"); } } var navHeight = jQuery('header#hd').height(); var navHeightTwo = jQuery('header#hd > .header-bottom-container').height();var navHeightSticky = jQuery('header#hd.sticky').height(); jQuery('header#hd + div[id*="PageHeading"]').css("margin-top", navHeight + "px"); jQuery('header#hd + div#HomePageContent + div#masterContentArea').css("margin-top", navHeight + "px"); jQuery('header#hd:not(.sticky) > .header-bottom-container ul.rmRootGroup.rmHorizontal > li.rmItem > a.rmLink + .rmSlide').css("margin-top", navHeight - 0 + "px"); jQuery('header#hd.sticky > .header-bottom-container ul.rmRootGroup.rmHorizontal > li.rmItem > a.rmLink + .rmSlide').css("margin-top", navHeightSticky - 0 + "px") ; // παρατηρήστε αλλαγές σε στοιχεία (συνάρτηση (jQuery) { var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver; jQuery.fn.attrchange = συνάρτηση (επιστροφή κλήσης) { if = {Subserver) {vartre) : false, χαρακτηριστικά: true }; var Observer = new MutationObserver(function (mutations) { mutations.forEach(function (e) { callback.call(e.target, e.attributeName); }); }); επιστρέψτε αυτό. every(function () {observer.observe(this, options); }); } } })(jQuery); jQuery('header#hd').attrchange(function (attrName) { // ποιο χαρακτηριστικό θέλετε να παρατηρήσετε εάν (attrName == 'class') {setTimeout(function(){ var navHeight = jQuery('header#hd ').height(); var navHeightTwo = jQuery('header#hd > .header-bottom-container').height();var navHeightSticky = jQuery('header#hd.sticky').height(); // εφαρμόστε το ύψος ως margin-top στο PageHeading ipart ή στο κύριο περιεχόμενο στην περιοχήajQuery('header#hd + div[id*="PageHeading"]').css("margin-top", navHeight + "px"); jQuery('header#hd + div#HomePageContent + div#masterContentArea').css("margin-top", navHeight + "px"); jQuery('header#hd.sticky + div[id*="PageHeading"] ').css("margin-top", navHeight + "px"); jQuery('header#hd.sticky + div#HomePageContent + div#masterContentArea').css("margin-top", navHeight + "px" ); jQuery('header#hd:not(.sticky) > .header-bottom-container ul.rmRootGroup.rmHorizontal > li.rmItem > a.rmLink + .rmSlide').css("margin-top", navHeight - 0 + "px"); //jQuery('header#hd.prepresticky.presticky.sticky .header-bottom-container').css("margin-top", navHeightTwo + "px"); jQuery('header#hd').css("top", "0" + "px"); jQuery('header#hd.prepresticky').css("top", "-" + navHeight + "px"); jQuery('header#hd.presticky').css("top", "-" + navHeight + "px"); jQuery('header#hd.sticky').css("top", "0" + "px"); //jQuery('header#hd.prepresticky.presticky.sticky').css("margin-top", + navHeightTwo + "px");jQuery('header#hd.sticky > .header-bottom-container ul. rmRootGroup.rmHorizontal > li.rmItem > a.rmLink + .rmSlide').css("margin-top", navHeightSticky - 0 + "px");}, 600); } }); // Sticky Navigation END jQuery(".noclick").removeAttr("href"); jQuery('.header-bottom-container').bind("mouseover", "touchstart", function (e) { // no click main navig - ipad navigation START // ένδειξη ipad και λύση στο αναπτυσσόμενο πρόβλημα ipad // απαιτεί ρύθμιση της ένδειξης επιφάνειας εργασίας - δείτε το τέλος του εγγράφου // η "δείκτη ipad" βρίσκεται στο κάτω μέρος ως html και css // ελέγξτε το μέγεθος του παραθύρου κατά τη φόρτωση και αλλαγή μεγέθους // εκτέλεση δοκιμής στην αρχική φόρτωση σελίδας checkSize(); // εκτέλεση δοκιμή για την αλλαγή μεγέθους του παραθύρου jQuery(window).resize(checkSize); // Λειτουργία για τον κανόνα css // εάν η ένδειξη ipad είναι ορατή λειτουργία checkSize() { if (jQuery("#ipad-indicator").css(" display") == "inline-block") { // στόχευση κάθε nav ul li item jQuery(".RadMenu.RadMenu_Causeis .rmRootGroup > .rmItem > .rmLink").each(function () { // when top level nav το στοιχείο είναι "touched" jQuery(this).bind("touchstart", function (e) {if (jQuery(this).parent().hasClass("ipadexpand")) { jQuery(this).parent().toggleClass ('ipadexpand'); } else { jQuery(".RadMenu.RadMenu_Causeis .rmRootGroup > .rmItem").removeClass('ipadexpand'); // αφαίρεση γονικής κλάσης που δεν έχει ακόμη εφαρμοστεί // προσθήκη κλάσης που έγινε κλικ στο στοιχείο nav ul li jQuery(this).parent().addClass('ipadexpand'); // εάν γίνει κλικ στο στοιχείο nav ul li, προσθέστε κλάση που ενεργοποιεί το αναπτυσσόμενο μενού, διαφορετικά καταργήστε την αναπτυσσόμενη ενεργοποίηση } // αφαιρέστε την κλάση που ενεργοποιεί το αναπτυσσόμενο μενού κάθε φορά που υπάρχει ένα άγγιγμα - αυτό διασφαλίζει ότι το πιο πρόσφατο στοιχείο στο οποίο έγινε κλικ διαγράφεται αφού αγγίξετε ένα άλλο στοιχείο πλοήγησης }); }); } }); jQuery(".RadMenu.RadMenu_Causeis .rmTwoLevels.rmItem .rmLink span.rmToggle").each(function () { // όταν το στοιχείο πλοήγησης ανώτατου επιπέδου "αγγίζεται" jQuery(this).children('span.rmIcon'). bind("mousedown", "touchstart", function (e) { // αφαίρεση κλάσης που ενεργοποιείται αναπτυσσόμενο από όλα κάθε φορά που υπάρχει ένα άγγιγμα - αυτό διασφαλίζει ότι το πιο πρόσφατο στοιχείο στο οποίο έγινε κλικ διαγράφεται αφού αγγίξετε ένα άλλο στοιχείο πλοήγησης // κατάργηση γονικής κλάσης που δεν έχει εφαρμοστεί ακόμη jQuery(this).parent().parent().parent().toggleClass('clicked'); // προσθήκη κλάσης που έγινε κλικ στο στοιχείο nav ul li // εάν το στοιχείο nav ul li είναι κάντε κλικ, προσθέστε κλάση που ενεργοποιεί το αναπτυσσόμενο μενού, διαφορετικά αφαιρέστε την αναπτυσσόμενη ενεργοποίηση }); }); jQuery('div#masterContentArea').bind("moeover", "touchstart", function (e) { jQuery("li.rmItem > div.rmSlide > ul > li.rmItem.clicked").removeClass('clicked' jQuery(".RadMenu.RadMenu ul.rmHorizontal > li.rmItem.ipadexpand").removeClass('ipadexpand'); }); jQuery('header#hd').addClass('animateIn'); jQuery('body').addClass('animateIn'); console.log("Υπάρχει η κύρια πλοήγηση"); }); //χειρισμός μερικών συμβάντων επιστροφής ανάρτησης Sys.WebForms.PageRequestManager.getInstance().add_endRequest(function () {const cartexist = jQuery('header#hd .header-bottom-container>div>div>div>div:nth-child (1)>div>div:nth-child(1)>ul>li.nav-aux-cart');if (!jQuery(cartexist).find('span.cartCenter').length) {jQuery(cartexist ).hide();} // εάν ο χρήστης είναι σε κινητό if (jQuery("#mobile-indicator").css("display") == "inline-block") { console.log("user is on ένα κινητό"); var isAnonymous = JSON.parse(jQuery("#__ClientContext").val()).isAnonymous; if (isAnonymous) { console.log ("ο χρήστης έχει αποσυνδεθεί"); } else { console.log ("ο χρήστης είναι συνδεδεμένος"); } } // εάν ο χρήστης βρίσκεται σε επιφάνεια εργασίας else { console.log("ο χρήστης βρίσκεται σε επιφάνεια εργασίας"); var isAnonymous = JSON.parse(jQuery("#__ClientContext").val ()).isAnonymous; if (isAnonymous) { console.log("ο χρήστης έχει αποσυνδεθεί"); } else { console.log("ο χρήστης είναι συνδεδεμένος"); } } // εάν ο χρήστης δεν είναι συνδεδεμένος // τόσο σε επιτραπέζιους υπολογιστές όσο και σε κινητά var isAnonymous = JSON.parse(jQuery("#__ClientContext").val()).isAnonymous; if (isAnonymous) { } });var numberOfRows = jQuery('div#masterContentArea .col-primary > div > div > div').children().length;for (έστω i = 1; i < numberOfRows; i++) { jQuery('div#masterContentArea .col-primary > div > div > div > div.row:nth-of-type(' + i + ')').css('z-index', '' + numberOfRows - i + ''); }});
FAQs
What is the Aboriginal and Torres Strait Islander statement? ›
"To us health is so much more than simply not being sick. It's about getting a balance between physical, mental, emotional, cultural and spiritual health. Health and healing are interwoven, which means that one can't be separated from the other."
Why is it important to Aboriginal and Torres Strait Islander people? ›Aboriginal and Torres Strait Islander cultures are a critical part of our national identity. As Australians, we can all be proud to be the home of one of the oldest continuous civilisations on Earth, extending back over 65,000 years.
What struggles did Aboriginal and Torres Strait Islanders face? ›Since the colonisation of Australia by European settlers, Aboriginal and Torres Strait Islander Australians have experienced extreme hardships, ranging from the loss of traditional culture and homelands to the forced removal of children and denial of citizenship rights.
What is the most important relationship for Aboriginal and Torres Strait Islanders? ›Aboriginal and Torres Strait Islander peoples, like many cultures around the world, put a high priority on family, community and cultural obligations. Throughout Australia the extended family is likely to be extremely important to many Aboriginal and Torres Strait Islander people.
What percentage do you have to be to be considered Aboriginal? ›Since legislation for Indigenous people was a state matter, each state found its own definition for 'Aboriginal'. Examples: Western Australia: a person with more than a quarter of Aboriginal blood. Victoria: any person of Aboriginal descent.
Are Aboriginal and Torres Strait Islander people or peoples? ›'Aboriginal and/or Torres Strait Islander peoples' (plural) is a preferred term used by some, to refer to the many Aboriginal groups and Torres Strait Islander groups within Australia. This can also be applied when referring to other topics such as Aboriginal and/or Torres Strait Islander cultures.
What are four important aspects of Aboriginal culture? ›Family, land, law, and language are four critical aspects of Aboriginal culture, and Aboriginal families are linked to land via kinship systems.
What is the difference between Aboriginal and Torres Strait Islander culture? ›'Aboriginal' and 'Torres Strait Islander' refer to different groups of peoples. Aboriginal refers to the original peoples of mainland Australia. Torres Strait Islander refers to the original peoples of the 274 islands located north of Australia, in the Torres Strait.
What are Aboriginal people known for? ›The traditional owners of the land which archaeological evidence confirms is the oldest continuous civilisation on earth, extending back over 65,000 years. They were among the first humans to migrate out of Africa, across the coastlines of India and Asia until reaching the shores of Australia.
How are Aboriginal and Torres Strait Islanders disadvantaged? ›shorter life expectancy. higher rates of infant mortality. poorer health. lower levels of education and employment.
What do Aboriginal and Torres Strait Islanders value? ›
freely develop, express and enjoy their own spirituality, life-long education that strengthens their cultural identity, be taught their cultural heritage and obligations by their Elders, benefit from the knowledge of their Elders to guide them on their journey in life.
What are the core values of Aboriginal and or Torres Strait Islander people that are important to consider when performing a research? ›The six core values (see Figure 1) – spirit and integrity, cultural continuity, equity, reciprocity, respect, and responsibility – are important to all Aboriginal and Torres Strait Islander Peoples.
How can we promote Aboriginal culture? ›- Acknowledge country. When you organise formal events, always acknowledge the traditional owners of the land you work on. ...
- Acknowledge nations. ...
- Write letters. ...
- Improve school curricula. ...
- Advocate Aboriginal representation. ...
- Create cultural awareness programs. ...
- Speak up in support. ...
- Participate in protest marches.
Doing your family history may help you obtain proof of your heritage. You might find a birth, death or marriage record that traces your family to a particular Aboriginal station or reserve. Or you might have oral history stories that can connect you to a particular area or person or photograph.
Who qualifies as Indigenous? ›Who are Indigenous peoples? Indigenous peoples are the descendants of the peoples who inhabited the Americas, the Pacific, and parts of Asia and Africa prior to European colonization. Indigenous peoples continue to thrive throughout the world today.
What are three main groups of Aboriginal peoples? ›Often, "Aboriginal peoples" is also used. The Canadian Constitution recognizes 3 groups of Aboriginal peoples: Indians (more commonly referred to as First Nations), Inuit and Métis. These are 3 distinct peoples with unique histories, languages, cultural practices and spiritual beliefs.
What race are Australian Aboriginal? ›Genetic studies have revealed that Aboriginal Australians largely descended from an Eastern Eurasian population wave, and are most closely related to other Oceanians, such as Melanesians.
What's a Aboriginal person? ›An Aboriginal is a member of one of the tribes living in Australia when Europeans arrived there. The islands are considered by the west coast Aboriginals to be 'the place where time began'. Synonyms: original inhabitant, native, aborigine, indigene More Synonyms of aboriginal.
What percentage of Australia is white? ›A white person is defined as a person who has European ancestry. In Australia, about 90.2 percent of the nation's population is white. The following is a breakdown of some of the major ethnic groups that fall under this category: To unlock this lesson you must be a Study.com Member.
What are Aboriginal beliefs? ›"Aboriginal spirituality is defined as at the core of Aboriginal being, their very identity. It gives meaning to all aspects of life including relationships with one another and the environment. All objects are living and share the same soul and spirit as Aboriginals. There is a kinship with the environment.
What type of culture is Aboriginal? ›
Aboriginal culture is holistic, defined by its connection to family, community and country. In Australia, the idea of “being on country” is central to the Aboriginal worldview. The land (or country) is what defines Aboriginal people.
What are some Aboriginal traditions? ›Ceremonies including corroborees and rituals, are held frequently and for many different reasons. These include mythological (Dreamtime) stories outside of initiation and within, secret events at sacred sites, home comings, births and deaths.
Where do most Aboriginal and Torres Strait Islander peoples live? ›Indigenous Australians live in all parts of the nation, from cities to remote tropical and desert areas. Indigenous Australians are more likely to live in urban and regional areas than remote areas, though the proportion of the total population who are Indigenous is generally higher in more remote areas.
What are 2 facts about Aboriginal people? ›- Our culture is at least 50,000 years old, some argue closer to 65,000 years! ...
- Many English words are derived from Aboriginal languages. ...
- Dreamtime – the Aboriginal cultural and spiritual identity. ...
- Boomerangs were used as weapons to hunt animals.
The complex set of spiritual values developed by Aboriginal people and that are part of the Dreamtime include 'self-control, self-reliance, courage, kinship and friendship, empathy, a holistic sense of oneness and interdependence, reverence for land and Country and a responsibility for others.
What language do Aboriginal speak? ›First Languages and colonisation
More traditional languages are being replaced by new Aboriginal languages; Aboriginal English, Pidgin, and Kriol. Aboriginal English is a form of English that reflects Aboriginal languages.
Effect on First Nations peoples
The spread of smallpox was followed by influenza, measles, tuberculosis and sexually transmitted diseases. First Nations peoples had no resistance to these diseases, all of which brought widespread death.
For more than 50,000 years before European arrival, the Aboriginal and Torres Strait Islander peoples lived as hunter-gatherers. With no signs of land ownership, such as fences, crops, stock animals, or buildings, the Europeans who arrived on the First Fleet believed the land was free to claim.
Are Aboriginal and Torres Strait Islander people disadvantaged? ›3.1 Indigenous Australians remain the most disadvantaged of all Australians. There are clear disparities between Indigenous and non-Indigenous Australians across all indicators of quality of life. significant in explaining the under-representation of Indigenous people in civil society.
What are the problems with the Aboriginal people? ›Aboriginal and Torres Strait Islander people are more likely than other Australians to experience various forms of disadvantage, including higher unemployment rates, poverty, isolation, trauma, discrimination, exposure to violence, trouble with the law and alcohol and substance abuse.
How would you describe Aboriginal culture? ›
Aboriginal people have a rich culture involving a custom, lore and value system based on the sustainability of their spiritual connection, belonging, obligation and responsibility to care for their land, their people and their environment.
What are three 3 factors that may impact Aboriginal and or Torres Strait Islander health? ›- widespread grief and loss.
- impacts of the Stolen Generations and removal of children.
- unresolved trauma.
- separation from culture and identity issues.
Between 11,000 and 14,000 Aboriginal people died, compared with only 399 to 440 colonisers. The tallies of the dead are not the only measure of what took place, according to Dr Bill Pascoe, a digital humanities specialist and key researcher on the project.
What disease killed many indigenous people? ›They had never experienced smallpox, measles or flu before, and the viruses tore through the continent, killing an estimated 90% of Native Americans.
What were the gender roles in the Aboriginal culture? ›The men were responsible for providing food, shelter and clothing. Women were responsible for the domestic sphere and were viewed as both life-givers and the caretakers of life. As a result, women were responsible for the early socialization of children.
What are the Indigenous values? ›These teachings stressed Wisdom, Love, Respect, Bravery, Honesty, Humility and Truth as the values that enable people to live in a way that promotes harmony and balance with everyone and everything in creation.
What is the disadvantages of indigenous people? ›Indigenous peoples usually live in isolated areas, outside the mainstream of national economies and development support. The areas they inhabit are even more likely to lack infrastructure such as roads, schools and health posts.