Skip to content

Commit

Permalink
[DT-917] Add Stanley Center for Psychiatric Research data library (#2695
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fboulnois authored Oct 25, 2024
1 parent b057856 commit e60e564
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added src/images/stanley-center-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/pages/DatasetSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import hcaIcon from '../images/human-cell-atlas-logo.png';
import cfdeIcon from '../images/cfde-logo.png';
import firecloudIcon from '../images/firecloud-logo.png';
import aouIcon from '../images/aou-logo.png';
import stanleyIcon from '../images/stanley-center-logo.png';
import homeIcon from '../images/icon_dataset_.png';
import { Storage } from '../libs/storage';
import { Box, CircularProgress } from '@mui/material';
Expand Down Expand Up @@ -232,6 +233,15 @@ export const DatasetSearch = (props) => {
icon: duosIcon,
title: 'DUOS Open Access Data Library',
},
'stanley': {
query: {
'match_phrase': {
'study.description': 'Stanley Center'
}
},
icon: stanleyIcon,
title: 'Stanley Center Data Library',
},
'/custom': {
query: {
'bool': {
Expand Down

0 comments on commit e60e564

Please sign in to comment.