Select Resource Category
<script>
function myFunction() {document.getElementById("myDropdown").classList.toggle("show");}
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) { var dropdowns = document.getElementsByClassName("dropdown-content"); var i;
for (i = 0; i < dropdowns.length; i++) {var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('show')) {openDropdown.classList.remove('show'); } } }
}
</script>
**Authors** : Ting Xu, Karl-Heinz Nenning
**Description** : This repo includes 1) landmarks for the macaque-human alignment, 2) functional phylogenetic map (functional connectivity homology index) between macaque and human, 3) evolutional surface area expansion (macaque-to-human), 4) cross-species parcellations (human-to-macaque: Glasser2016, Yeo2011, Broadmann parcellations on the macaque surfaces; macaque-to-human: Markov2014 and Broadmann parcellations on human HCP surface, and 5) human (Human Connectome Project [HCP]) and macaque (MacaqueYerkes19) surfaces.
**Documentation** : [https://github.com/TingsterX/alignment_macaque-human](https://github.com/TingsterX/alignment_macaque-human)
**Link** : [https://github.com/TingsterX/alignment_macaque-human](https://github.com/TingsterX/alignment_macaque-human)
**Language** : shell, workbench
**Publication** : [Xu, Nenning et al., 2020](https://www.sciencedirect.com/science/article/pii/S1053811920308326)
**Communication** : [GitHub profile](https://github.com/TingsterX) or [email](mailto:[email protected])
**Restrictions** : Please cite the above publication and the github repo
<script type="text/javascript">(function(d, t, e, m){
// Async Rating-Widget initialization.
window.RW_Async_Init = function(){
RW.init({
huid: "461543",
uid: "08f35e7d11687ef3ae7b3e7c219b6114",
source: "website",
options: {
"advanced": {
"layout": {
"lineHeight": "12px"
},
"nero": {
"showDislike": false
},
"text": {
"rateThis": "Like this resource"
}
},
"type": "nero",
"style": "check",
"isDummy": false,
"showTooltip": false,
}
});
RW.render();
};
// Append Rating-Widget JavaScript library.
var rw, s = d.getElementsByTagName(e)[0], id = "rw-js",
l = d.location, ck = "Y" + t.getFullYear() +
"M" + t.getMonth() + "D" + t.getDate(), p = l.protocol,
f = ((l.search.indexOf("DBG=") > -1) ? "" : ".min"),
a = ("https:" == p ? "secure." + m + "js/" : "js." + m);
if (d.getElementById(id)) return;
rw = d.createElement(e);
rw.id = id; rw.async = true; rw.type = "text/javascript";
rw.src = p + "//" + a + "external" + f + ".js?ck=" + ck;
s.parentNode.insertBefore(rw, s);
}(document, new Date(), "script", "rating-widget.com/"));
</script>