Skip to content

Commit c9c2827

Browse files
authored
Merge pull request #83 from aplbrain/82-add-1-more-missing-bbqs-project
Added missing (new) project R34DA062119 to BBQS project list
2 parents 94d7ba6 + 1a320a2 commit c9c2827

File tree

2 files changed

+97
-6
lines changed

2 files changed

+97
-6
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: 96 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const initialBBQSProjectList: NIHProjectMetadata[] = [
116116
contributors: [
117117
{
118118
name: 'Nanthia A Suthana',
119-
email: 'nanthia@ucla.edu',
119+
email: 'nanthia@duke.edu',
120120
roles: [
121121
ContributorRole.principalInvestigator,
122122
ContributorRole.contactPrincipalInvestigator,
@@ -1032,7 +1032,16 @@ const initialBBQSProjectList: NIHProjectMetadata[] = [
10321032
],
10331033
},
10341034
],
1035-
species: [],
1035+
species: [
1036+
{
1037+
taxonomyId: 9668,
1038+
currentName: 'Mustela putorius',
1039+
genbankCommonName: 'European polecat',
1040+
ncbiBlastName: 'carnivores',
1041+
rank: 'species',
1042+
commonName: '',
1043+
},
1044+
],
10361045
sensors: [],
10371046
dataModalities: [],
10381047
approaches: [],
@@ -1060,7 +1069,16 @@ const initialBBQSProjectList: NIHProjectMetadata[] = [
10601069
],
10611070
},
10621071
],
1063-
species: [],
1072+
species: [
1073+
{
1074+
taxonomyId: 442651,
1075+
currentName: 'Hofstenia miamia',
1076+
genbankCommonName: '',
1077+
ncbiBlastName: 'animals',
1078+
rank: 'species',
1079+
commonName: '',
1080+
},
1081+
],
10641082
sensors: [],
10651083
dataModalities: [],
10661084
approaches: [],
@@ -1088,7 +1106,16 @@ const initialBBQSProjectList: NIHProjectMetadata[] = [
10881106
],
10891107
},
10901108
],
1091-
species: [],
1109+
species: [
1110+
{
1111+
taxonomyId: 9606,
1112+
currentName: 'Homo sapiens',
1113+
genbankCommonName: 'human',
1114+
ncbiBlastName: 'primates',
1115+
rank: 'species',
1116+
commonName: '',
1117+
},
1118+
],
10921119
sensors: [],
10931120
dataModalities: [],
10941121
approaches: [],
@@ -1122,7 +1149,16 @@ const initialBBQSProjectList: NIHProjectMetadata[] = [
11221149
],
11231150
},
11241151
],
1125-
species: [],
1152+
species: [
1153+
{
1154+
taxonomyId: 2715852,
1155+
currentName: 'Cebus imitator',
1156+
genbankCommonName: 'Panamanian white-faced capuchin',
1157+
ncbiBlastName: 'primates',
1158+
rank: 'species',
1159+
commonName: '',
1160+
},
1161+
],
11261162
sensors: [],
11271163
dataModalities: [],
11281164
approaches: [],
@@ -1156,7 +1192,61 @@ const initialBBQSProjectList: NIHProjectMetadata[] = [
11561192
],
11571193
},
11581194
],
1159-
species: [],
1195+
species: [
1196+
{
1197+
taxonomyId: 9606,
1198+
currentName: 'Homo sapiens',
1199+
genbankCommonName: 'human',
1200+
ncbiBlastName: 'primates',
1201+
rank: 'species',
1202+
commonName: '',
1203+
},
1204+
],
1205+
sensors: [],
1206+
dataModalities: [],
1207+
approaches: [],
1208+
dataGenerationSort: [],
1209+
},
1210+
{
1211+
funding: {
1212+
awardTitle:
1213+
'The International Development Project (IDP): An international collaboration for the standardized study of experience-dependent brain and behavioral development',
1214+
awardIdentifier: 'R34DA062119',
1215+
activityCode: 'R34',
1216+
awardeeOrganization: 'University Of California Berkeley',
1217+
startDate: new Date('2025-09-01T04:00:00.000Z'),
1218+
periodOfPerformance: 2,
1219+
awardLink: 'https://reporter.nih.gov/project-details/11045432',
1220+
programOfficers: [
1221+
{
1222+
name: 'Holly Marie Moore',
1223+
},
1224+
],
1225+
principalInvestigators: [
1226+
{
1227+
name: 'Linda E Wilbrecht',
1228+
},
1229+
],
1230+
},
1231+
contributors: [
1232+
{
1233+
name: 'Linda E Wilbrecht',
1234+
roles: [
1235+
ContributorRole.principalInvestigator,
1236+
ContributorRole.contactPrincipalInvestigator,
1237+
],
1238+
},
1239+
],
1240+
species: [
1241+
{
1242+
taxonomyId: 10090,
1243+
currentName: 'Mus musculus',
1244+
genbankCommonName: 'house mouse',
1245+
ncbiBlastName: 'rodents',
1246+
rank: 'species',
1247+
commonName: 'mouse',
1248+
},
1249+
],
11601250
sensors: [],
11611251
dataModalities: [],
11621252
approaches: [],

0 commit comments

Comments
 (0)