• Completed Projects

    First Mile and Last Mile Optimization

    • Ground Staff Allocation Model
    • Cockpit Crew Scheduling Problem
    • Tail Mapping Tool
    • Engineering Optimization Model

    Developed a real-time oxygen allocation dashboard for dynamically optimizing countrywide oxygen distribution

    Download document

    The research work of Prof. Manoj Kumar Tiwari, Director IIM Mumbai and team published in the International Journal of Production Research on "Impact of COVID-19 on logistics systems and disruptions in food supply chain" has been converted into excellent video by the Taylor & Francis Research Communications Services.

    The research has addressed labor shortage during Covid-19 by introducing Synchronous Truck Drone System to rapidly deliver essential items to the customers in hot zone while maintaining social distancing protocol. The algorithm developed will determine optimal parking traveling positions of the truck and the operation of the drone. Also, the research team has created a simulation model of Public Distribution System (PDS), which is the cross-country essential food service system of the Government serving over 800 million citizens. The simulation model of PDS operation will effectively work under various scenarios despite disruption in the food supply chain.

    Taylor and Francis Research Communications Services have converted the research work into a very interesting video to show the impact of IIM Mumbai research work published in IJPR.

    IIM Mumbai contribution during Pandemic

    Developing Interview Standards and Questions for Hiring
    • Product Manager Assessment
    • Category Manager Assessment
    • Logistics Manager Assessment
    Phase 1: Using statistical analysis, identified key factors for improving turnaround time (TRT) and made suggestions to improve TRT.

    Application of Advanced Deep Learning Algorithms for Time Series Forecasting

    // ------------------------------------------------------- // // Inject SVG Sprite - // see more here // https://css-tricks.com/ajaxing-svg-sprite/ // ------------------------------------------------------ // function injectSvgSprite(path) { var ajax = new XMLHttpRequest(); ajax.open("GET", path, true); ajax.send(); ajax.onload = function(e) { var div = document.createElement("div"); div.className = 'd-none'; div.innerHTML = ajax.responseText; document.body.insertBefore(div, document.body.childNodes[0]); } } // this is set to BootstrapTemple website as you cannot // inject local SVG sprite (using only 'icons/orion-svg-sprite.svg' path) // while using file:// protocol // pls don't forget to change to your domain :) injectSvgSprite('https://bootstraptemple.com/files/icons/orion-svg-sprite.svg');