|
6 | 6 | "navigationPanel": "bg-base-max text-primary" |
7 | 7 | }, |
8 | 8 | "logo": { |
9 | | - "src": "/icons/gen3-dark.svg", |
10 | | - "width": 120, |
| 9 | + "src": "/images/logo.png", |
| 10 | + "width": 300, |
11 | 11 | "height": 60, |
12 | 12 | "href": "/" |
13 | 13 | }, |
14 | 14 | "items": [ |
15 | 15 | { |
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." |
38 | 20 | }, |
39 | 21 | { |
40 | 22 | "icon": "gen3:analysis", |
41 | 23 | "href": "/resource-browser", |
42 | | - "name": "Analysis", |
| 24 | + "name": "Apps", |
43 | 25 | "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." |
44 | 26 | }, |
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 | | - }, |
51 | 27 | { |
52 | 28 | "icon": "gen3:profile", |
53 | 29 | "href": "/Profile", |
54 | 30 | "name": "Profile", |
55 | 31 | "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" |
62 | 32 | } |
63 | 33 | ] |
64 | 34 | }, |
65 | 35 | "topBar": { |
66 | 36 | "items": [ |
67 | 37 | { |
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" |
71 | 40 | }, |
72 | 41 | { |
73 | | - "href": "https://gen3.org/resources/user/", |
74 | | - "name": "Documentation" |
| 42 | + "href": "mailto:vadc@lists.uchicago.edu", |
| 43 | + "name": "Email Support" |
75 | 44 | } |
76 | 45 | ], |
77 | 46 | "loginButtonVisibility": "visible" |
|
0 commit comments