Would You Let Google’s AI Make Phone Calls for You?

Published on May 14, 2018

As tech companies integrate new developments in artificial intelligence (AI) into their products and voice…

Read More

This High Schooler’s AI App is Rapidly Advancing Visual Search

Published on May 11, 2018

A high school senior’s app for detecting and identifying objects is putting Google and Apple…

Read More

Could AI Start a Nuclear War?

Published on May 2, 2018

We’ve heard all sorts of scary things about artificial intelligence (AI). Whether it’s losing our…

Read More

Data Will Decide the Future of Self-Driving Cars

Published on April 26, 2018

You’ve probably heard the following saying: “Data is the new oil.” Not too long ago,…

Read More

Apple’s HomePod Has Trouble Finding a Home

Published on April 19, 2018

Apple’s entry into the smart speaker market wasn’t as stellar as the company had hoped….

Read More

These Disruptive Technologies Are Reshaping the MedTech Landscape

Published on April 19, 2018

MedTech development is a unique area of research that has the advantage of benefitting from incorporating…

Read More

AI That Can Analyze Your Eyes Like a Specialist Just Got Approved by the FDA

Published on April 18, 2018

IDx-DR is a software program that can detect a certain type of eye disease from…

Read More

The Most Valuable AI Startup in the World Right Now Specializes in Real-Time Surveillance

Published on April 18, 2018

Surveillance in China is an incredibly hot topic right now. It’s well known that the…

Read More

Who’s Leading Industrial IoT?

Published on April 11, 2018

The Internet of Things (IoT) is just getting started. There is no known trajectory for…

Read More

Google Employees Protest Pentagon Project Involving Drones and AI

Published on April 9, 2018

These days, employees at every major tech company, like Facebook, Amazon, and Google, have something…

Read More
// Add original row class to side image sections $('section.side-image').each(function() {var rowClass = $(this).find('.wpb_row').first().attr('class').split('vc_row-fluid').pop().trim();$(this).addClass(rowClass);}); // Highlight portfolio in navigation on project pages $('body.posttype-portfolio').find('#menu-navigation a[href*="/portfolio/"]').parent().addClass('current-menu-item'); // Highlight services in navigation on services pages $('body.parent-pageid-12').find('#menu-navigation a[href*="/app-development-services/"]').parent().addClass('current-menu-item'); // Copy tab titles into content for responsive view $('.wpb_tabs .ui-tabs-anchor').each(function() {$( '.wpb_tab' + $(this).attr('href') ).prepend('
' + $(this).html() + '
');}); /*if (jQuery('.portfolio-page').length > 0){*/ /*portfolio-template-default*/ if (jQuery('.portfolio-template-default').length == 0){ $.fn.extend({ animationend: function(callback) { return this.one('webkitAnimationEnd mozAnimationEnd oAnimationEnd oanimationend animationend', callback); }, initWaypoint: function() { return this.addClass('waypoint') .removeClass('animated') .waypoint2(function(direction) { //console.log(this.element) $(this.element).addClass('animated'); this.destroy(); }, { offset: '80%' }); } }); } if (jQuery('.portfolio-template-default.single-portfolio').length > 0){ setTimeout(function () { jQuery('.page-header h1.waypoint, .page-header p.waypoint').addClass('animated'); }, 1000); } if ( window.matchMedia('(min-width: 481px)').matches ) { var waypoints = null; var $waypoints = $('.waypoint'); var waypointSelectors = { 'common': [ $('section.vc_row').has('.lead').find('h1, h2, .lead, .btn'), '[class*="vc_col-"]:not([class*="-12"])', 'section.side-image .image-container', 'section.text-intro h2', 'section.howwework-preview .wpb_tabs', 'section.publications .col-sm-4', 'section.featured-projects .rev_slider_wrapper', 'section.landing-location-intro .wpb_text_column' ], 'home': [], 'app-development-services': [ 'section.services-slider', 'section.services-specialities' ], 'portfolio': [ '.portfolio-showcase [class^="col-"]' ], 'about': [ $('.team-member') ], 'landing': [ '.posts-container .col-sm-6' ], 'staging': [ '.section-clients-v2 .col-sm-3' ] } var pageSlug = window.location.href.split('/'); if (pageSlug.length > 4) { pageSlug = pageSlug[pageSlug.length - 2]; } else { pageSlug = 'home'; } _.every(waypointSelectors, function(selectors, page) { _.each(selectors, function(selector) { $waypoints = $waypoints.add(selector); }); if (page === 'common' || page === pageSlug) { _.each(selectors, function(selector) { $waypoints = $waypoints.add(selector); }); if (page === pageSlug) return false; } return true; }); waypoints = $waypoints.initWaypoint(); } });})(jQuery);-->