By Rachel Simones, Air Force Research Laboratory
/ Published May 25, 2021
Dr. Stephen Clay, a principal aerospace engineer with the Air Force Research Laboratory’s Aerospace Systems Directorate, was named an American Society of Mechanical Engineers (ASME) Fellow, April 15, 2021 at Wright-Patterson Air Force Base, Ohio.
');
$slider
.carouFredSel({
auto: false,
responsive: true,
swipe: { onTouch: true, onMouse: false },
prev: $wrap.find('.pager-left'),
next: $wrap.find('.pager-right'),
scroll: {
fx: "crossfade",
items: 1,
onBefore: function (data) {
$(data.items.old[0]).removeClass('current');
},
onAfter: function (data) {
$slider.find('video').each(function () {
$(this)[0].player.pause();
});
$(data.items.visible[0]).addClass('current');
}
},
onCreate: function (data) {
$(data.items[0]).addClass('current');