Skip to content

Commit 6afdcee

Browse files
authored
initial setup changes setting homepage and logo (#3)
1 parent 6dd0e8c commit 6afdcee

File tree

6 files changed

+32
-167
lines changed

6 files changed

+32
-167
lines changed

.env.development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GEN3_COMMONS_NAME=gen3
2-
NEXT_PUBLIC_GEN3_API=https://localhost:3010
3-
NEXT_PUBLIC_GEN3_DOMAIN=https://localhost:3010
2+
NEXT_PUBLIC_GEN3_API=https://qa-mickey.planx-pla.net/
3+
NEXT_PUBLIC_GEN3_DOMAIN=https://qa-mickey.planx-pla.net/
44

55
# set these if you want to use different endpoints
66
#NEXT_PUBLIC_GEN3_GUPPY_API=

config/gen3/landingPage.json

Lines changed: 3 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,15 @@
22
"body": [
33
{
44
"title": {
5-
"text": "Gen3 Data Platform",
6-
"level": 2
5+
"text": "VA Data Commons",
6+
"level": 1
77
}
88
},
99
{
1010
"splitarea": {
1111
"left": [
1212
{
13-
"text": "The <strong>Gen3 Data Platform</strong> is a single web interface which allows visitors to <strong>discover, access and analyze data</strong>. Making data easily findable enables secondary, cross-study analyses, promotes dissemination of research and accelerates new discoveries."
14-
},
15-
{
16-
"link": {
17-
"href": "/discovery",
18-
"linkType": "portal",
19-
"text": "Explore Gen3 Data"
20-
}
21-
},
22-
{
23-
"text": "The Gen3 platform consists of open-source software services that support the emergence of healthy data ecosystems by enabling the interoperation and creation of cloud-based data resources, including data commons and analysis workspaces. Gen3 aims to accelerate and democratize the process of scientific discovery by making it easy to manage, analyze, harmonize, and share large and complex datasets in the cloud."
24-
},
25-
{
26-
"link": {
27-
"href": "https://gen3.datacommons.io",
28-
"text": "Learn More"
29-
}
13+
"text": "The VA Data Commons supports the research and analysis of US military Veteran medical and genomic data and aims to accelerate scientific discovery and development of therapies, diagnostic tests, and other technologies for improving the lives of Veterans and beyond. The data commons features GWAS analyses on harmonized data."
3014
}
3115
],
3216
"right": [
@@ -38,35 +22,6 @@
3822
}
3923
]
4024
}
41-
},
42-
{
43-
"break": "standard"
44-
},
45-
{
46-
"cardsArea": {
47-
"title": "",
48-
"cards": [
49-
{
50-
"icon": "MdOutlineSearch",
51-
"bodyText": "Search studies and related datasets for download or analysis in a workspace.",
52-
"btnText": "Discover",
53-
"href": "/Discovery",
54-
"linkType": "portal"
55-
},
56-
{
57-
"icon": "MdOutlineBarChart",
58-
"bodyText": "Explore Tutorials and Example Analysis.",
59-
"btnText": "Analyze",
60-
"href": "/resource-browser",
61-
"linkType": "portal"
62-
}
63-
]
64-
}
65-
},
66-
{
67-
"quoteArea": {
68-
"quote": "Our vision is a world in which researchers have ready access to the data needed and the tools required to make data-driven discoveries that increase our scientific knowledge and improve the quality of life."
69-
}
7025
}
7126
]
7227
}

config/gen3/navigation.json

Lines changed: 11 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -6,72 +6,41 @@
66
"navigationPanel": "bg-base-max text-primary"
77
},
88
"logo": {
9-
"src": "/icons/gen3-dark.svg",
10-
"width": 120,
9+
"src": "/images/logo.png",
10+
"width": 300,
1111
"height": 60,
1212
"href": "/"
1313
},
1414
"items": [
1515
{
16-
"icon": "gen3:query",
17-
"href": "/Discovery",
18-
"name": "Discovery",
19-
"tooltip": "Use free-text search and tags to rapidly find relevant studies."
20-
},
21-
{
22-
"icon": "gen3:dictionary",
23-
"href": "/DataDictionary",
24-
"name": "Dictionary",
25-
"tooltip": "The Data Dictionary serves to inform the data model and is updated as new data is ingested."
26-
},
27-
{
28-
"icon": "gen3:exploration",
29-
"href": "/Explorer",
30-
"name": "Exploration",
31-
"tooltip": "The Exploration Page enables discovery of the data at the subject level and features a cohort builder."
32-
},
33-
{
34-
"icon": "gen3:query",
35-
"href": "/Query",
36-
"name": "Query",
37-
"tooltip": "Query the databases using GraphiQL."
16+
"icon": "gen3:workspace",
17+
"href": "/#hostname#workspace/",
18+
"name": "Workspace",
19+
"tooltip": "Gen3 workspaces are secure data analysis environments in the cloud that can access data from one or more data resources."
3820
},
3921
{
4022
"icon": "gen3:analysis",
4123
"href": "/resource-browser",
42-
"name": "Analysis",
24+
"name": "Apps",
4325
"tooltip": "Learn how to use Jupyter Notebooks to explore and visualize data available by running a tutorial notebook, or use one of these examples as a launching point for your own custom analysis."
4426
},
45-
{
46-
"icon": "gen3:workspace",
47-
"href": "/#hostname#workspace/",
48-
"name": "Workspace",
49-
"tooltip": "Gen3 workspaces are secure data analysis environments in the cloud that can access data from one or more data resources."
50-
},
5127
{
5228
"icon": "gen3:profile",
5329
"href": "/Profile",
5430
"name": "Profile",
5531
"tooltip": "Create API keys for programmatic data access, and review your authorization privileges to datasets and services."
56-
},
57-
{
58-
"icon": "gen3:profile",
59-
"href": "/DataLibrary",
60-
"name": "Data Library",
61-
"tooltip": "library of data"
6232
}
6333
]
6434
},
6535
"topBar": {
6636
"items": [
6737
{
68-
"rightIcon": "gen3:upload",
69-
"href": "/submission",
70-
"name": "Browse Data"
38+
"href": "https://uc-cdis.github.io/vadc-mkdocs/",
39+
"name": "Help and Guidance"
7140
},
7241
{
73-
"href": "https://gen3.org/resources/user/",
74-
"name": "Documentation"
42+
"href": "mailto:[email protected]",
43+
"name": "Email Support"
7544
}
7645
],
7746
"loginButtonVisibility": "visible"

0 commit comments

Comments
 (0)