Radiology Fellowships


The Department of Radiology at Loyola Medicine and Loyola University Chicago's Stritch School of Medicine is a fully integrated academic and clinical department. The department has a strong tradition of excellence in clinical care, teaching and research.

It's faculty members are noted locally, nationally and internationally for their clinical competence, innovative diagnostic/therapeutic methods and academic excellence.

Graduates of Loyola’s ACGME accredited Radiology Fellowship programs are leaders in academic and clinical practice throughout the country.

Featured Videos


",
1,
"


",
0
);
}
clearInterval(populateVideo);
}
},
100
);
var cloneItem = setInterval(
function () {
if ($('.carousel-showmanymoveone .item .card.video-card').length == videoList.length) {
console.log("Third function");
$('.carousel-showmanymoveone .item').each(function () {
var itemToClone = $(this);
for (var i = 1; i videoList.length; i++) {
itemToClone = itemToClone.next();
// wrap around if at end of item collection
if (!itemToClone.length) {
itemToClone = $(this).siblings(':first');
}
// grab item, clone, add marker class, add to collection
if (i > 2) {
itemToClone.children(':first-child').clone()
.addClass("hidden cloneditem-" + (i))
.appendTo($(this));
} else {
itemToClone.children(':first-child').clone()
.addClass("cloneditem-" + (i))
.appendTo($(this));
}
}
});
$("#carousel-tilenav .carousel-inner .item").eq(0).addClass("active");
clearInterval(cloneItem);
}
},
100
);