AI Chatbots for Customer Support: The Pros and Cons

Published on March 29, 2021

Customer support is becoming smarter without requiring more human support specialists. With artificial intelligence (AI),…

Read More

How Natural Language Processing AI Is Detecting COVID-19 Variants

Published on February 1, 2021

Natural language processing (NLP) is an artificial intelligence (AI) tool that is used to analyze…

Read More

Is Artificial Intelligence the End for Human Financial Analysts?

Published on January 14, 2021

Whether they’re professionals or not, stock traders often spend a lot of time and effort…

Read More

Can We Stop AI-Generated Deepfakes from Rewriting History? — Part 2

Published on November 16, 2020

Welcome to the second and final chapter in our series that examines one of the…

Read More

Can We Stop AI-Generated Deepfakes from Rewriting History? — Part 1

Published on November 9, 2020

Since deepfakes became viable a few years ago, these digital alterations have caused concern for…

Read More

4 AI Trends We’ll See in 2021

Published on November 4, 2020

Artificial intelligence (AI) and machine learning (ML) applications were taking 2020 by storm when the…

Read More

What Happens When AI Learns by Reading the Entire Internet?

Published on October 12, 2020

When we read, we make connections and store those connections for future reference. Whether it’s…

Read More

How AI Algorithms Are Taking Over Employee Management

Published on October 5, 2020

Artificial intelligence (AI) has become a major part of our daily lives. We interact with…

Read More

8 AI Trends You Need to Know About

Published on October 1, 2020

Years ago, artificial intelligence (AI) was a highly sought-after capability that only tech companies in…

Read More

AI: The Answer to Road Rage?

Published on September 24, 2020

When we think of artificial intelligence (AI)-enabled cars, most of us jump straight to self-driving…

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);-->