Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/features/tenders/data/tenders.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
];