GitXplorerGitXplorer
k

cnihack

public
3 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
34de63c68c5d92396fb4997e49fcf3fd2addbe55

Added hub and random lab files

nnikhilchandak committed 4 years ago
Unverified
a267e93d98cba5d8a236d30911cc3900f313c31d

Added Bangalore Low file

nnikhilchandak committed 4 years ago
Verified
54be1fbf274a4851de966b729676d132c9696ae0

minor change in usage message

sshash42 committed 4 years ago
Verified
3850872b7a9cce268d25fbad535fcf6121c83080

Update README.md

sshash42 committed 4 years ago
Verified
e63ed637cf26e681f6b4a034d1a82e022003f930

Add files via upload

sshash42 committed 4 years ago
Verified
fc98a8fe7c9268382873ec1f18dbe43eb6fe069e

Add files via upload

sshash42 committed 4 years ago

README

The README file for this repository.

Swabs2Labs - CNI Hackathon

This repository contains our (Team Mallocators -- Arpan Dasgupta, Kunal Jain, Nikhil Chandak, Shashwat Goel) work we did during the Swabs2Labs Hackathon organized by CNI, IISc Bangalore.

About

Swabs2Labs is a project undertaken by the Centre for Networked Intelligence that deals with the allocation of collected test swabs to testing labs in an efficient manner. This project has been undertaken in conjunction with Ministry of Health and Family Welfare of the Karnataka State Government, and is part of the centre’s efforts to analyze, model and develop tools to tackle the COVID-19 epidemic. In the absence of a medical cure to tackle COVID-19, test-contact trace-isolate has been the preferred strategy of health officials all over the world. In Karnataka, nearly one lakh samples are tested per day across its 30 districts, and there are more than hundred testing labs across the state. Efficient allocation of collected test swabs to various testing laboratories is a pressing operational requirement. In this context, can you design an efficient mechanism that can allocate test swabs to various labs in the state? The mechanism should take into account several operational requirements and constraints, such as:

  • Out of district transfers should be minimised.
  • When transferring to more than one lab outside the source district, the labs should be close by, so that transportation costs are minimised.
  • Cost of testing depends on the type of lab (govt. or private).

Report

The report contains intricacies about our solution methodology. It has all the implementation details, proof for lower bounds, our benchmarks, and robustness.

Presentation

We had prepared 2 presentation files:

  • Finalist Presentation: This presentation contains the slides prepared for finalist presentation.
  • Video Presentation: This presentation contains the slides prepared to make a video of our solution which shall be used by the organizers to pitch our work to the Karnataka Health Department.

Submission

The Mallocators_Submission folder contains our final submission for the Hackathon, with detailed instructions on how to run the code and libraries/software needed to install.