Migration from India to Australia
<!--
Thank you for visiting nature.com. You are using a browser version with
limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off
compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site
without styles and JavaScript.
Research Highlights
|
Published: 16 January 2013
Human evolution
Migration from India to Australia
Nature volume 493, page 274 (17 January 2013) | Download Citation
Subjects
- Anthropology
- Evolution
- Genomics
A genetic analysis indicates that humans migrated from India to Australia around 4,000 years ago. This contradicts the prevailing view that, after its initial colonization, Australia had little contact with the rest of the world before the late eighteenth century.
Irina Pugach at the Max Planck Institute for Evolutionary Anthropology in Leipzig, Germany, and her colleagues analysed genome-wide genetic variation from 344 people, including Australian Aboriginals and individuals from Africa, India and island Southeast Asia. The authors found evidence of a migration out of Africa into Australia at least 36,000 years ago, and one from India about 4,230 years ago.
The Australian archaeological record shows rapid changes in tool technology around 4,000 years ago, leading the authors to suggest that the migrants could have brought in the new technology.
Proc. Natl Acad. Sci. USA http://dx.doi.org/10.1073/pnas.1211927110 (2013)
Rights and permissions
To obtain permission to re-use content from this article visit RightsLink.
About this article
Publication history
Published
16 January 2013
DOI
https://doi.org/10.1038/493274c
Authors
Comments
By submitting a comment you agree to abide by our Terms and Community Guidelines. If you find something abusive or that does not comply with our terms or guidelines please flag it as inappropriate.
var readingCompanionData = {
"sections" : [ {
"id" : "rightslink",
"title" : "Rights and permissions"
}, {
"id" : "article-info",
"title" : "About this article"
}, {
"id" : "article-comments",
"title" : "Comments",
"extraClass" : "hide"
} ],
"figures" : [ ],
"references" : [ ],
"hasAccess" : true,
"hasNumericReferences" : false,
"refSuffix" : null,
"video" : false
};
var backHalf = false;
var idp = {
institutionalLogin: function (names) {
if (names.length && false) {
if (document.querySelector('.js-main-column')) {
var accessMessage = document.createElement('div');
if (backHalf) {
var prependAccessMessageTo = 'div.article-body div.distractionFree'
accessMessage.innerHTML = '
Access provided by ' + names[0] + '';
document.querySelector(prependAccessMessageTo).classList.remove("visually-hidden");
document.querySelector(prependAccessMessageTo).prepend(accessMessage);
} else {
accessMessage.innerHTML = '
Access provided by ' + names[0] + '';
document.querySelector('.js-main-column').prepend(accessMessage);
}
}
}
},
hasNatureUserProof: function (hasProof) {
if (!hasProof) {
document.getElementById("my-account").setAttribute("style", "display: none;");
document.getElementById("login-button").setAttribute("style", "");
}
}
}
![]()
var appendExtraFlagsToLinks = function(params) {
$('a').filter(function(_, x) {
var href = $(x).attr('href');
return href && href.startsWith('/');
}).each(function(_, x) {
var $x = $(x);
var url = new URL('http://temp.com' + $x.attr('href'));
params.forEach(function(param) {
url.searchParams.set(param[0], param[1]);
});
$x.attr('href', url.pathname + url.search + url.hash);
});
};
var transformNatureAssetSourcesToDraft = function() {
var regex = //nature-assets//;
var targets = [['img', 'src'], ['a', 'href']];
targets.forEach(function(target) {
$(target[0]).filter(function(_, x) {
return regex.test($(x).attr(target[1]));
}).each(function(_, x) {
var $x = $(x);
$x.attr(target[1], $x.attr(target[1]).replace('nature-assets', 'nature-assets-draft'));
});
});
};
if (window.URLSearchParams) {
var params = new URLSearchParams(location.search.slice(1));
var proof = params.get('proof');
var platform = params.get('platform');
var draft = params.get('draft');
if (proof || platform || draft) {
appendExtraFlagsToLinks(
[['proof', proof], ['platform', platform], ['draft', draft]].filter(function(pair) {
return pair[1];
}));
}
if (proof || draft) {
transformNatureAssetSourcesToDraft();
}
}