Skip to content

Commit a0f1180

Browse files
committed
Added missing (new) project R34DA062119 to bbqs project list
1 parent 94d7ba6 commit a0f1180

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

frontend/scripts/fetchProjectMetadata.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const grantNumbers: string[] = [
4949
'R61MH138966',
5050
'R34DA061925',
5151
'R61MH138713',
52+
'R34DA062119',
5253
// EMBER Project - Kumar 2025
5354
// 'R21DA048634',
5455
// 'U01DA051235'

frontend/src/constants/projects.ts

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,42 @@ const initialBBQSProjectList: NIHProjectMetadata[] = [
11621162
approaches: [],
11631163
dataGenerationSort: [],
11641164
},
1165+
{
1166+
funding: {
1167+
awardTitle:
1168+
'The International Development Project (IDP): An international collaboration for the standardized study of experience-dependent brain and behavioral development',
1169+
awardIdentifier: 'R34DA062119',
1170+
activityCode: 'R34',
1171+
awardeeOrganization: 'University Of California Berkeley',
1172+
startDate: new Date('2025-09-01T04:00:00.000Z'),
1173+
periodOfPerformance: 2,
1174+
awardLink: 'https://reporter.nih.gov/project-details/11045432',
1175+
programOfficers: [
1176+
{
1177+
name: 'Holly Marie Moore',
1178+
},
1179+
],
1180+
principalInvestigators: [
1181+
{
1182+
name: 'Linda E Wilbrecht',
1183+
},
1184+
],
1185+
},
1186+
contributors: [
1187+
{
1188+
name: 'Linda E Wilbrecht',
1189+
roles: [
1190+
ContributorRole.principalInvestigator,
1191+
ContributorRole.contactPrincipalInvestigator,
1192+
],
1193+
},
1194+
],
1195+
species: [],
1196+
sensors: [],
1197+
dataModalities: [],
1198+
approaches: [],
1199+
dataGenerationSort: [],
1200+
},
11651201
];
11661202

11671203
// Default sorting logic

0 commit comments

Comments
 (0)