-
Notifications
You must be signed in to change notification settings - Fork 89
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
New desktop header #4598
New desktop header #4598
Changes from 49 commits
baa3794
1738d8c
4393072
8b3ac39
547bf5e
8758913
3b788c1
d468964
ea913a3
db7146f
4bf9b18
8ff02ae
9d35401
6ea848f
12abba5
c6b98d5
859a19f
baeeb68
1edc0e6
585cc29
8991754
166e32e
dfe6c21
17a6c45
37ef92a
8c97b7b
6e6c296
bdbd474
149f0fe
6eae1b4
676d0c8
b449369
1162697
a425a31
bc80cda
1466751
49aed83
63423d2
50d4966
52e4993
c30cf86
34e917f
16c4fde
41fe22e
f914dd1
34b79ea
e77f40d
012278b
027772c
112c9c9
a786739
476a2e9
3ac04d6
0e28fcc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,213 @@ | ||||||
[ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We'll have to think about a good way to add translations to these strings (in a follow-up pr) |
||||||
{ | ||||||
"label": "Overview", | ||||||
"ariaLabel": "Data commons overview", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"introduction": "Data Commons is an open-source platform aggregating global public data for easy exploration using natural language.", | ||||||
"primarySectionGroups": [ | ||||||
{ | ||||||
"title": "Key Features", | ||||||
"items": [ | ||||||
{ | ||||||
"title": "Large harmonized public dataset", | ||||||
"description": "240 billion data points across 260K statistical variables, harmonized from governmental, inter-governmental, academic and non-profit organizations" | ||||||
}, | ||||||
{ | ||||||
"title": "Natural language interface", | ||||||
"description": "Data Commons uses AI for natural language queries, making public data accessible and useful to all" | ||||||
} | ||||||
] | ||||||
}, | ||||||
{ | ||||||
"title": "Build your Data Commons", | ||||||
"items": [ | ||||||
{ | ||||||
"title": "Tailor your own Data Commons", | ||||||
"description": "Launch your own Data Commons and customize it with your own data to better engage your specific audience" | ||||||
}, | ||||||
{ | ||||||
"title": "Explore your data with natural language", | ||||||
"description": "Ask questions in your own words and get answers directly from your data" | ||||||
}, | ||||||
{ | ||||||
"title": "Actionable Insights", | ||||||
"description": "Gain actionable insights from your data in connection to global data", | ||||||
"links": [ | ||||||
{ | ||||||
"title": "Learn more & build yours today", | ||||||
"url": "{place.place}" | ||||||
} | ||||||
] | ||||||
} | ||||||
] | ||||||
} | ||||||
], | ||||||
"secondarySectionGroups": [ | ||||||
{ | ||||||
"title": "Other Data Commons", | ||||||
"items": [ | ||||||
{ | ||||||
"title": "Biomedical Data Commons", | ||||||
"url": "https://docs.datacommons.org/datasets/Biomedical.html", | ||||||
"type": "external", | ||||||
"description": "Data Commons has invested into harmonized other domain specific topics like Biomedical data" | ||||||
} | ||||||
] | ||||||
}, | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please drop this section for now. |
||||||
{ | ||||||
"items": [ | ||||||
{ | ||||||
"title": "Partners", | ||||||
"description": "Featured organizations who organizations have tailored their own Data Commons to meet their specific needs and goals", | ||||||
"links": [ | ||||||
{ | ||||||
"title": "United Nations", | ||||||
"url": "https://www.un.org", | ||||||
"linkType": "external" | ||||||
}, | ||||||
{ | ||||||
"title": "One.org", | ||||||
"url": "https://one.org", | ||||||
"linkType": "external" | ||||||
} | ||||||
] | ||||||
} | ||||||
] | ||||||
} | ||||||
] | ||||||
}, | ||||||
{ | ||||||
"label": "Tools", | ||||||
"ariaLabel": "Show exploration tools", | ||||||
"introduction": "Explore a variety of tools to visualize, analyze, and interact with the Data Commons knowledge graph and its extensive datasets.", | ||||||
"primarySectionGroups": [ | ||||||
{ | ||||||
"items": [ | ||||||
{ | ||||||
"title": "Knowledge Graph", | ||||||
"url": "{browser.browser_main}", | ||||||
"description": "Explore what data is available and understand the graph structure" | ||||||
}, | ||||||
{ | ||||||
"title": "Statistical Variable Explorer", | ||||||
"url": "{tools.stat_var}", | ||||||
"description": "Explore statistical variable details including metadata and observations" | ||||||
}, | ||||||
{ | ||||||
"title": "Data Download Tool", | ||||||
"url": "{tools.download}", | ||||||
"description": "Download data for selected statistical variables" | ||||||
} | ||||||
] | ||||||
}, | ||||||
{ | ||||||
"items": [ | ||||||
{ | ||||||
"title": "Map Explorer", | ||||||
"url": "{tools.visualization}#visType=map", | ||||||
"description": "Study how a selected statistical variable can vary across geographic regions" | ||||||
}, | ||||||
{ | ||||||
"title": "Scatter Plot Explorer", | ||||||
"url": "{tools.visualization}#visType=scatter", | ||||||
"description": "Visualize the correlation between two statistical variables" | ||||||
}, | ||||||
{ | ||||||
"title": "Timelines Explorer", | ||||||
"url": "{tools.visualization}#visType=timeline", | ||||||
"description": "See trends over time for selected statistical variables" | ||||||
} | ||||||
] | ||||||
} | ||||||
] | ||||||
}, | ||||||
{ | ||||||
"label": "Documentation", | ||||||
"ariaLabel": "Show documentation links", | ||||||
"introduction": "Access in-depth tutorials, guides, and API references to unlock the full potential of Data Commons and integrate it into your projects.", | ||||||
"primarySectionGroups": [ | ||||||
{ | ||||||
"items": [ | ||||||
{ | ||||||
"title": "Docs", | ||||||
"url": "https://docs.datacommons.org", | ||||||
"description": "Learn how to leverage the Data Commons unified database with comprehensive documentation, tutorials, and guides." | ||||||
}, | ||||||
{ | ||||||
"title": "API", | ||||||
"url": "https://docs.datacommons.org/api", | ||||||
"description": "Access a unified knowledge graph with standardized data from diverse sources using Data Commons APIs." | ||||||
} | ||||||
] | ||||||
}, | ||||||
{ | ||||||
"items": [ | ||||||
{ | ||||||
"title": "Tutorials", | ||||||
"url": "https://docs.datacommons.org/tutorials", | ||||||
"description": "Get familiar with the Data Commons Knowledge Graph and APIs using analysis examples in Google Colab notebooks written in Python." | ||||||
}, | ||||||
{ | ||||||
"title": "Contributions", | ||||||
"url": "https://docs.datacommons.org/contributing/", | ||||||
"description": "Become part of Data Commons by contributing data, tools, educational materials, or sharing your analysis and insights. Collaborate and help expand the knowledge graph!" | ||||||
} | ||||||
] | ||||||
} | ||||||
] | ||||||
}, | ||||||
{ | ||||||
"label": "About", | ||||||
"ariaLabel": "Show about links", | ||||||
"introduction": "Data Commons is an initiative from Google. Discover how Data Commons is changing data analysis. Explore diverse data, learn to use its tools through Python examples, and stay updated on the latest news and research.", | ||||||
"primarySectionGroups": [ | ||||||
{ | ||||||
"items": [ | ||||||
{ | ||||||
"title": "Why Data Commons", | ||||||
"url": "{static.about}", | ||||||
"description": "Discover why Data Commons is revolutionizing data access and analysis. Learn how its unified knowledge graph empowers you to explore diverse, standardized data." | ||||||
}, | ||||||
{ | ||||||
"title": "Data Sources", | ||||||
"url": "https://docs.datacommons.org/datasets/", | ||||||
"description": "Get familiar with the Data Commons Knowledge Graph and APIs using analysis examples in Google Colab notebooks written in Python.", | ||||||
"links": [ | ||||||
{ | ||||||
"title": "Data Updates", | ||||||
"url": "https://www.datacommons.org/rss", | ||||||
"linkType": "rss" | ||||||
} | ||||||
] | ||||||
} | ||||||
] | ||||||
}, | ||||||
{ | ||||||
"items": [ | ||||||
{ | ||||||
"title": "FAQ", | ||||||
"url": "{static.faq}", | ||||||
"description": "Find quick answers to common questions about Data Commons, its usage, data sources, and available resources." | ||||||
}, | ||||||
{ | ||||||
"title": "Blog", | ||||||
"url": "https://blog.datacommons.org/", | ||||||
"description": "Stay up-to-date with the latest news, updates, and insights from the Data Commons team. Explore new features, research, and educational content related to the project.", | ||||||
"links": [ | ||||||
{ | ||||||
"title": "Blog posts", | ||||||
"url": "https://blog.datacommons.org/rss", | ||||||
"linkType": "rss" | ||||||
} | ||||||
] | ||||||
} | ||||||
] | ||||||
} | ||||||
] | ||||||
}, | ||||||
{ | ||||||
"label": "Feedback", | ||||||
"ariaLabel": "Give feedback", | ||||||
"url": "{static.feedback}", | ||||||
"exposeInMobileBanner": true | ||||||
} | ||||||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add a todo here to replace HEADER_MENU