Skip to content

Commit

Permalink
Merge pull request #6955 from uc-cdis/bpac
Browse files Browse the repository at this point in the history
trouble-shooting BloodPAC discovery page
  • Loading branch information
EliseCastle23 authored Jan 17, 2024
2 parents f020666 + f81f6cc commit 8ecd03d
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 47 deletions.
2 changes: 1 addition & 1 deletion data.bloodpac.org/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"metadata": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/metadata-service:2023.12",
"revproxy": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/nginx:2023.12",
"sheepdog": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/sheepdog:2023.12",
"portal": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/data-portal:2023.12",
"portal": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/data-portal:5.19.0",
"fluentd": "fluent/fluentd-kubernetes-daemonset:v1.15.3-debian-cloudwatch-1.0",
"jupyterhub": "quay.io/occ_data/jupyterhub:2023.12",
"spark": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/gen3-spark:2023.12",
Expand Down
124 changes: 78 additions & 46 deletions data.bloodpac.org/portal/gitops.json
Original file line number Diff line number Diff line change
Expand Up @@ -1031,57 +1031,86 @@
"enabled": false,
"text": "Publication Discovery"
},
"tagsColumn": {
"enabled": false
},
"tagsInDescription": {
"enabled": true
},
"search": {
"searchBar": {
"enabled": true
},
"tagSearchDropdown": {
"enabled": true,
"collapsibleButtonText": "Study Filters"
},
"searchBar": {
"enabled": true
}
},
"authorization": {
"enabled": true
"enabled": true,
"supportedValues": {
"accessible": {
"enabled": true,
"menuText": "Available"
},
"unaccessible": {
"enabled": true,
"menuText": "Not Accessible"
},
"pending": {
"enabled": true,
"menuText": "Pending"
},
"notAvailable": {
"enabled": true,
"menuText": "Not Available"
}
}
}
},
"aggregations": [{
"name": "Publications",
"field": "_publication_id",
"type": "count"
}],
}
],
"tagSelector": {
"title": "Tags by category"
},
"studyColumns": [{
"name": "Title",
"field": "title",
"contentType": "string",
"width": 200,
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a"
},
{
"name": "Journal",
"field": "journal",
"contentType": "string",
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a"
},
{
"name": "Publication URL",
"field": "publication_url",
"contentType": "link",
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a"
},
{
"name": "Condition",
"field": "condition",
"contentType": "string",
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a"
}
],
"studyColumns": [
{
"name": "Title",
"field": "title",
"contentType": "string",
"width": 200,
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a"
},
{
"name": "Journal",
"field": "journal",
"contentType": "string",
"width": 200,
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a"
},
{
"name": "Publication URL",
"field": "publication_url",
"contentType": "link",
"width": 300,
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a"
},
{
"name": "Condition",
"field": "condition",
"contentType": "string",
"width": 200,
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a"
}
],
"studyPreviewField": {
"name": "Abstract",
"field": "abstract",
Expand All @@ -1097,10 +1126,12 @@
"downloadLinks": {
"field": "data_download_links"
},
"fieldsToShow": [{
"fieldsToShow": [
{
"groupName": "Publication Identifiers",
"includeName": false,
"fields": [{
"fields": [
{
"name": "Authors",
"field": "authors",
"contentType": "string",
Expand Down Expand Up @@ -1185,19 +1216,19 @@
"uid": "_publication_id"
},
"tagCategories": [
{
{
"name": "Study Setting",
"displayName": "Study Setting",
"color": "#532565",
"display": true
},
{
{
"name": "Study Type",
"displayName": "Study Type",
"color": "#981f32",
"display": true
},
{
{
"name": "Study Objectives",
"displayName": "Study Objectives",
"color": "#532565",
Expand All @@ -1208,30 +1239,31 @@
"displayName": "Cancer Type",
"color": "#e07c3e",
"display": true
},
},
{
"name": "Cancer Stage",
"displayName": "Cancer Stage",
"color": "#982568",
"display": true
},
},
{
"name": "Specimen Type",
"displayName": "Specimen Type",
"color": "#982568",
"display": true
},
{
{
"name": "Data Type",
"displayName": "Data Type",
"color": "#bf362e",
"display": true
},
{
{
"name": "Analytical Method",
"displayName": "Analytical Method",
"color": "#981f32",
"display": true
}]
}
}
]
}
}

0 comments on commit 8ecd03d

Please sign in to comment.