Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

About Me

Posts

Future Blog Post

less than 1 minute read

Published:

This post will show up by default. To disable scheduling of future posts, edit config.yml and set future: false.

Blog Post number 4

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

Blog Post number 3

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

Blog Post number 2

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

Blog Post number 1

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

portfolio

Programmer Analyst at Cognizant, India

October, 2014-June, 2017

Responsible for the development of the end-to-end business workflow software for business clients using Pega PRPC software suite. Modules developed included the user interface, business logic and integrations with upstream/downstream applications using SOAP/ REST/ JMS API. Received “Exceeds All” performance review for the year 2016-17.

Intern at Siemens, USA

June, 2021-September, 2021

Resilient Communication at the Edge for Smart Grids. Worked with open-source Resilient Information Architecture Platform for Smart Grid (RIAPS) platform to develop an automated framework for peer-to-peer communications for microgrids. Explored and developed algorithms in Python to optimize peer-to-peer communication for distributed energy resources (DERs) for microgrid Energy Management Systems (EMS) and improve its fault-tolerance capabilities. Filed an invention disclosure for the technology developed.

projects

Fault-tolerant Loadshedding using a Decentralized Software Platform

Worked with open source Resilient Information Architecture Platform for Smart Grids (RIAPS), an integrated communications and control framework for distributed component-based software development and deployment to design fault-tolerant control algorithms. This work investigated the fault management architecture that is required across the physical, platform and application layers to design fault-tolerant systems. The various fault detection and mitigation services that the platform can provide to the application developers which can then combine with the application logic were investigated. The application of the said features and services were then demonstrated on a practical loadshedding application which was augmented with fault-tolerance features within the control logic. The setup was implemented on a modified IEEE 13 bus distribution system simulated using Gridlab-D, with A distributed priority-based load disconnection and reconnection algorithm being executed on a set of 32 embedded boards, each controlling a load. The performance of the loadshedding logic was evaluated subject to various faults in the computing infrastructure. Our work was published in the Journal of Systems Architecture, Volume 109.

Generating Sparse Communication Topologies to Improve the Performance and Fault-Tolerance of Disributed Peer-to-Peer Algorithms

Developed a tool to generate virtual communication graphs between distributed peers based on any user specified topology, using Python and networkx. The topology could either be selected from a library of known types such as star or ring or could be custom built by describing the nodes and links, using a custom input language. Distributed algorithms mostly use fully connected communication for peer-to-peer algorithms that can have network badwidth isuues as they scale. Thus, sparse communication can be applied in such scenarios where only a subset of the available links are used. However, that leads to less information being exchanged, that can impact the performance of peer-to-peer algorithms. In order to strike a balance between the two, an algorithm called Bounded Path Dissemination was introduced that can dynamically alter the communication topology such that complete information dissemination is achieved within a bounded hop distance within a sparsely connected graph. The algorithm also contained fault-tolerance protocols to reconfigure the graph in the event of node crashes. The work was part of an internship at Siemens and was presented at the 2022 IEEE International Conference on Computer Communications and Networks (ICCCN)

Resilient Deployment Solver for Distributed Software Components

Built an automated deployment framework for optimal allocation of distributed software components to remote edge computing hardware platforms using SMT constraints and Linear Optimization, subject to fault tolerance requirements and resource constraints. The input to the solver was a set of user supplied deployment specifications and hardware resource specifications using a custom TextX based language. Two optimization modes were implemented, one for maxmizing redundancy and one for minimizing te deployment cost. A dedicated testing environment was created to rapidly deploy and test the solved configurations using Mininet, a virtual networ emulator. The testing environment coulld be controlled to introduce artifical faults at specific network nodes or links at specific time nstances using abehavior model script. The effect of the deployment configuration on the fault-tolerance capability of the system was demonstrated on a microgrid energy management system. It consisted of distributed loads, batteries, and electric vehicle chargers in a microgrid connected to a centralized aggregator which calculated the optimal power allocation by executing a convex optimization algorithm using demand predictions with LSTM neural networks. Our work was presented in the 2022 IEEE International Conference on Omni-layer Intelligent Systems (COINS).

Automated Model Checking of Distributed Cyber Physical Systems Software

Developed an automated model translation and generation tool for validation and timing analysis of software components for distributed cyber physical systems using Timed Automata and UPPAAL. The tool uses AST based respresentations to parse Python source code of individual software compnents of a distributed system and then merge them with user specified timing properties in the form of specially formatted comments, to generate a composite network of timed automata processes. It preserves the communication patterns of the individual software components using timed automata features suc as channels and synchronization labels. The generated automata can then be read using UPPAAL model checker and verified using formal verification queries such as the stimulus-to-response delay, buffer overflow etc. The tool was tested on a distributed data streaming and processing workflow using two different deployment architectures. This work is currently submitted for review at the 2023 IEEE International Symposium on Real-Time Distributed Computing.

publications

DeepECO: Applying deep learning for occupancy detection from energy consumption data

Published in the proceedings of 2019 18th IEEE International Conference On Machine Learning And Applications (ICMLA), 2019

Use Google Scholar for full citation

Recommended citation: Neelanjana Pal, Purboday Ghosh, Gabor Karsai, "DeepECO: Applying deep learning for occupancy detection from energy consumption data." In the proceedings of 2019 18th IEEE International Conference On Machine Learning And Applications (ICMLA), 2019.

On the design of fault-tolerance in a decentralized software platform for power systems

Published in the proceedings of 2019 IEEE 22nd International Symposium on Real-Time Distributed Computing (ISORC), 2019

Use Google Scholar for full citation

Recommended citation: Purboday Ghosh, Scott Eisele, Abhishek Dubey, Mary Metelko, Istvan Madari, Peter Volgyesi, Gabor Karsai, "On the design of fault-tolerance in a decentralized software platform for power systems." In the proceedings of 2019 IEEE 22nd International Symposium on Real-Time Distributed Computing (ISORC), 2019.

Transactive Energy Application with RIAPS

Published in the proceedings of 2019 IEEE 22nd International Symposium on Real-Time Distributed Computing (ISORC), 2019

Use Google Scholar for full citation

Recommended citation: Scott Eisele, Purboday Ghosh, Keegan Campanelli, Abhishek Dubey, Gabor Karsai, "Transactive Energy Application with RIAPS." In the proceedings of 2019 IEEE 22nd International Symposium on Real-Time Distributed Computing (ISORC), 2019.

An integrated cyber-physical fault management approach

Published in the proceedings of 2020 IEEE 23rd International Symposium on Real-Time Distributed Computing (ISORC), 2020

Use Google Scholar for full citation

Recommended citation: Purboday Ghosh, Gabor Karsai, "An integrated cyber-physical fault management approach." In the proceedings of 2020 IEEE 23rd International Symposium on Real-Time Distributed Computing (ISORC), 2020.

An Automated Deployment and Testing Framework for Resilient Distributed Smart Grid Applications

Published in the proceedings of 2022 IEEE International Conference on Omni-layer Intelligent Systems (COINS), 2022

Use Google Scholar for full citation

Recommended citation: Purboday Ghosh, Hao Tu, Timothy Krentz, Gabor Karsai, Srdjan Lukic, "An Automated Deployment and Testing Framework for Resilient Distributed Smart Grid Applications." In the proceedings of 2022 IEEE International Conference on Omni-layer Intelligent Systems (COINS), 2022.

Peer-to-Peer Communication Trade-Offs for Smart Grid Applications

Published in the proceedings of 2022 International Conference on Computer Communications and Networks (ICCCN), 2022

Use Google Scholar for full citation

Recommended citation: Purboday Ghosh, Shashank Shekhar, Yashen Lin, Ulrich Muenz, Gabor Karsai, "Peer-to-Peer Communication Trade-Offs for Smart Grid Applications." In the proceedings of 2022 International Conference on Computer Communications and Networks (ICCCN), 2022.

Distributed Cyber Physical Systems Software Model Checking Using Timed Automata

Published in the proceedings of 2023 IEEE 26th International Symposium on Real-Time Distributed Computing (ISORC), 2023

Recommended citation: Purboday Ghosh, Gabor Karsai, "Distributed Cyber Physical Systems Software Model Checking Using Timed Automata." In the proceedings of 2023 IEEE 26th International Symposium on Real-Time Distributed Computing (ISORC), 2023.

talks

teaching

Teaching experience 1

Undergraduate course, University 1, Department, 2014

This is a description of a teaching experience. You can use markdown like any other post.

Teaching experience 2

Workshop, University 1, Department, 2015

This is a description of a teaching experience. You can use markdown like any other post.