From 37c741d3c5f2a6d34f67ba4feb48301ded1fc85e Mon Sep 17 00:00:00 2001 From: kartikvirendrar Date: Mon, 2 Mar 2026 21:47:42 +0530 Subject: [PATCH] add tenders for TTS and ASR data collection --- src/features/tenders/data/tenders.js | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/features/tenders/data/tenders.js b/src/features/tenders/data/tenders.js index 60c7178..ac0fc44 100644 --- a/src/features/tenders/data/tenders.js +++ b/src/features/tenders/data/tenders.js @@ -47,4 +47,36 @@ export const tenders = [ }, ], }, + { + id: 'tender-004', + status: 'active', + title: 'ASR Data Collection', + description: + 'On behalf of the IITM Bodhan-AI Foundation, offers are invited for ASR for Children Data Collection and Transcription conforming to the specifications in the Technical Specification Document (Annexure III). As per Government of India order, only Class-I and Class-II Local Suppliers are eligible to participate. Bids must be exclusive of taxes and duties, with applicable tax percentages indicated separately. Sealed bids may be submitted by post, courier, or dropped in the tender box at IITM Bodhan-AI Foundation, IIT Madras Research Park, E1-14, 1st Floor, Kanagam Rd, Taramani, Chennai – 600113, before the due date and time.', + closingDate: '2026-03-16', + closingTime: '15:00 IST', + documents: [ + { + name: 'ASR Children Data Collection Tender Document', + url: 'https://drive.google.com/uc?export=download&id=1kepMnQERxhr5lMZWm_g-UJiZGsqVE5Tm', + previewUrl: 'https://drive.google.com/file/d/1kepMnQERxhr5lMZWm_g-UJiZGsqVE5Tm/preview', + }, + ], + }, + { + id: 'tender-005', + status: 'active', + title: 'TTS Data Collection', + description: + 'On behalf of the IITM Bodhan-AI Foundation, offers are invited for TTS Data Collection conforming to the specifications in the Technical Specification Document (Annexure III). As per Government of India order, only Class-I and Class-II Local Suppliers are eligible to participate. Bids must be exclusive of taxes and duties, with applicable tax percentages indicated separately. Sealed bids may be submitted by post, courier, or dropped in the tender box at IITM Bodhan-AI Foundation, IIT Madras Research Park, E1-14, 1st Floor, Kanagam Rd, Taramani, Chennai – 600113, before the due date and time.', + closingDate: '2026-03-16', + closingTime: '15:00 IST', + documents: [ + { + name: 'TTS Data Collection Tender Document', + url: 'https://drive.google.com/uc?export=download&id=1AfZ8NdXCTcNfwOOzQ447E8Ar2Xuhe49n', + previewUrl: 'https://drive.google.com/file/d/1AfZ8NdXCTcNfwOOzQ447E8Ar2Xuhe49n/preview', + }, + ], + }, ];