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
10 changes: 5 additions & 5 deletions src/features/tenders/data/tenders.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const tenders = [
{
id: 'tender-001',
status: 'active',
status: 'closed',
title: 'GPU & Storage Services',
description:
'On behalf of the IITM Bodhan-AI Foundation, offers are invited for GPU & Storage Services 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 submitted by 14th March 2026, 3:00 PM via the Bodhan AI website or as a hard copy received at the Bodhan office, IIT Madras Research Park, Chennai.',
Expand All @@ -17,7 +17,7 @@ export const tenders = [
},
{
id: 'tender-002',
status: 'active',
status: 'closed',
title: 'Procurement of Laptops',
description:
'On behalf of the IITM Bodhan-AI Foundation, offers are invited for the Procurement of Laptops 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.',
Expand All @@ -33,7 +33,7 @@ export const tenders = [
},
{
id: 'tender-003',
status: 'active',
status: 'closed',
title: 'OCR Data Collection',
description:
'On behalf of the IITM Bodhan-AI Foundation, offers are invited for OCR Data Collection conforming to the specifications in the Technical Specification Document (Annexure III, Sections 1–4). 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.',
Expand All @@ -49,7 +49,7 @@ export const tenders = [
},
{
id: 'tender-004',
status: 'active',
status: 'closed',
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.',
Expand All @@ -65,7 +65,7 @@ export const tenders = [
},
{
id: 'tender-005',
status: 'active',
status: 'closed',
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.',
Expand Down
Loading