Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial setup changes setting homepage and logo #3

Merged
merged 5 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GEN3_COMMONS_NAME=gen3
NEXT_PUBLIC_GEN3_API=https://localhost:3010
NEXT_PUBLIC_GEN3_DOMAIN=https://localhost:3010
NEXT_PUBLIC_GEN3_API=https://qa-mickey.planx-pla.net/
NEXT_PUBLIC_GEN3_DOMAIN=https://qa-mickey.planx-pla.net/

# set these if you want to use different endpoints
#NEXT_PUBLIC_GEN3_GUPPY_API=
51 changes: 3 additions & 48 deletions config/gen3/landingPage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,15 @@
"body": [
{
"title": {
"text": "Gen3 Data Platform",
"level": 2
"text": "VA Data Commons",
"level": 1
}
},
{
"splitarea": {
"left": [
{
"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."
},
{
"link": {
"href": "/discovery",
"linkType": "portal",
"text": "Explore Gen3 Data"
}
},
{
"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."
},
{
"link": {
"href": "https://gen3.datacommons.io",
"text": "Learn More"
}
"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."
}
],
"right": [
Expand All @@ -38,35 +22,6 @@
}
]
}
},
{
"break": "standard"
},
{
"cardsArea": {
"title": "",
"cards": [
{
"icon": "MdOutlineSearch",
"bodyText": "Search studies and related datasets for download or analysis in a workspace.",
"btnText": "Discover",
"href": "/Discovery",
"linkType": "portal"
},
{
"icon": "MdOutlineBarChart",
"bodyText": "Explore Tutorials and Example Analysis.",
"btnText": "Analyze",
"href": "/resource-browser",
"linkType": "portal"
}
]
}
},
{
"quoteArea": {
"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."
}
}
]
}
53 changes: 11 additions & 42 deletions config/gen3/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,72 +6,41 @@
"navigationPanel": "bg-base-max text-primary"
},
"logo": {
"src": "/icons/gen3-dark.svg",
"width": 120,
"src": "/images/logo.png",
"width": 300,
"height": 60,
"href": "/"
},
"items": [
{
"icon": "gen3:query",
"href": "/Discovery",
"name": "Discovery",
"tooltip": "Use free-text search and tags to rapidly find relevant studies."
},
{
"icon": "gen3:dictionary",
"href": "/DataDictionary",
"name": "Dictionary",
"tooltip": "The Data Dictionary serves to inform the data model and is updated as new data is ingested."
},
{
"icon": "gen3:exploration",
"href": "/Explorer",
"name": "Exploration",
"tooltip": "The Exploration Page enables discovery of the data at the subject level and features a cohort builder."
},
{
"icon": "gen3:query",
"href": "/Query",
"name": "Query",
"tooltip": "Query the databases using GraphiQL."
"icon": "gen3:workspace",
"href": "/#hostname#workspace/",
"name": "Workspace",
"tooltip": "Gen3 workspaces are secure data analysis environments in the cloud that can access data from one or more data resources."
},
{
"icon": "gen3:analysis",
"href": "/resource-browser",
"name": "Analysis",
"name": "Apps",
"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."
},
{
"icon": "gen3:workspace",
"href": "/#hostname#workspace/",
"name": "Workspace",
"tooltip": "Gen3 workspaces are secure data analysis environments in the cloud that can access data from one or more data resources."
},
{
"icon": "gen3:profile",
"href": "/Profile",
"name": "Profile",
"tooltip": "Create API keys for programmatic data access, and review your authorization privileges to datasets and services."
},
{
"icon": "gen3:profile",
"href": "/DataLibrary",
"name": "Data Library",
"tooltip": "library of data"
}
]
},
"topBar": {
"items": [
{
"rightIcon": "gen3:upload",
"href": "/submission",
"name": "Browse Data"
"href": "https://uc-cdis.github.io/vadc-mkdocs/",
"name": "Help and Guidance"
},
{
"href": "https://gen3.org/resources/user/",
"name": "Documentation"
"href": "mailto:[email protected]",
"name": "Email Support"
}
],
"loginButtonVisibility": "visible"
Expand Down
Loading
Loading