Skip to content

Commit a061e2f

Browse files
authored
feat: update header to match new portal learn section (#4323) (#4324)
1 parent 47e9bc8 commit a061e2f

File tree

1 file changed

+0
-273
lines changed
  • site-config/anvil-catalog/dev/layout/header/navigation/navigationItem

1 file changed

+0
-273
lines changed

site-config/anvil-catalog/dev/layout/header/navigation/navigationItem/learn.ts

Lines changed: 0 additions & 273 deletions
Original file line numberDiff line numberDiff line change
@@ -4,278 +4,5 @@ const LEARN_URL = "{portalUrl}{learn}";
44

55
export const LEARN: NavLinkItem = {
66
label: "Learn",
7-
menuItems: [
8-
{
9-
label: "Introduction",
10-
menuItems: [
11-
{ label: "Introduction", url: "" },
12-
{
13-
label: "Getting Started",
14-
url: LEARN_URL,
15-
},
16-
{
17-
label: "Guides and Tutorials",
18-
url: `${LEARN_URL}/introduction/guides-and-tutorials`,
19-
},
20-
{
21-
label: "Introduction to Terra",
22-
url: `${LEARN_URL}/introduction/intro-to-terra`,
23-
},
24-
{
25-
label: "Introduction to Dockstore",
26-
url: `${LEARN_URL}/introduction/intro-to-dockstore`,
27-
},
28-
{
29-
label: "Understanding Cloud Costs",
30-
url: `${LEARN_URL}/introduction/understanding-cloud-costs`,
31-
},
32-
{ label: "Account Setup", url: "" },
33-
{
34-
label: "Overview of Account Setup",
35-
url: `${LEARN_URL}/account-setup/overview-of-account-setup`,
36-
},
37-
{
38-
label: "Obtaining a Google ID",
39-
url: `${LEARN_URL}/account-setup/obtaining-a-google-id`,
40-
},
41-
{
42-
label: "Creating a Terra Account",
43-
url: `${LEARN_URL}/account-setup/creating-a-terra-account`,
44-
},
45-
{ label: "Billing Setup", url: "" },
46-
{
47-
label: "Overview of Billing Concepts",
48-
url: `${LEARN_URL}/billing-setup/billing-concepts`,
49-
},
50-
{
51-
label: "Creating a Google Cloud Billing Account",
52-
url: `${LEARN_URL}/billing-setup/creating-a-google-cloud-billing-account`,
53-
},
54-
{ label: "Accessing Data", url: "" },
55-
{
56-
label: "Discovering Data",
57-
url: `${LEARN_URL}/accessing-data/discovering-data`,
58-
},
59-
{
60-
label: "Requesting Data Access",
61-
url: `${LEARN_URL}/accessing-data/requesting-data-access`,
62-
},
63-
{
64-
label: "Data Access Controls",
65-
url: `${LEARN_URL}/accessing-data/data-access-controls`,
66-
},
67-
{
68-
label: "Bringing Your Own Data",
69-
url: `${LEARN_URL}/accessing-data/bringing-your-own-data`,
70-
},
71-
72-
{ label: "Running Analysis Workflows", url: "" },
73-
{
74-
label: "Using Example Workspaces",
75-
url: `${LEARN_URL}/analysis-workflows/using-example-workspaces`,
76-
},
77-
{
78-
label: "Running GATK in Terra",
79-
url: `${LEARN_URL}/analysis-workflows/running-gatk`,
80-
},
81-
{
82-
label: "Running Galaxy Workflows from Dockstore",
83-
url: `${LEARN_URL}/analysis-workflows/running-galaxy-workflows-from-dockstore`,
84-
},
85-
{ label: "Running Interactive Analyses", url: "" },
86-
{
87-
label: "Running Jupyter Notebooks in AnVIL",
88-
url: `${LEARN_URL}/interactive-analysis/getting-started-with-jupyter-notebooks`,
89-
},
90-
{
91-
label: "Running R / Bioconductor in AnVILL",
92-
url: `${LEARN_URL}/interactive-analysis/getting-started-with-bioconductor`,
93-
},
94-
{
95-
label: "Running Galaxy in AnVIL",
96-
url: `${LEARN_URL}/interactive-analysis/getting-started-with-galaxy`,
97-
},
98-
{ label: "MOOC", url: "" },
99-
{
100-
label: "What is AnVIL?",
101-
url: `${LEARN_URL}/anvil-mooc/what-is-anvil`,
102-
},
103-
{
104-
label: "Cloud Computing",
105-
url: `${LEARN_URL}/anvil-mooc/cloud-computing`,
106-
},
107-
{
108-
label: "Cloud Costs",
109-
url: `${LEARN_URL}/anvil-mooc/cloud-costs`,
110-
},
111-
{
112-
label: "Use Case: GATK",
113-
url: `${LEARN_URL}/anvil-mooc/use-case-gatk`,
114-
},
115-
{
116-
label: "Use Case: GWAS",
117-
url: `${LEARN_URL}/anvil-mooc/use-case-gwas`,
118-
},
119-
{
120-
label: "Use Case: eQTL",
121-
url: `${LEARN_URL}/anvil-mooc/use-case-eqtl`,
122-
},
123-
{ label: "Video Gallery", url: "" },
124-
{
125-
label: "Anvil",
126-
url: `${LEARN_URL}/videos/anvil-videos`,
127-
},
128-
{
129-
label: "Terra",
130-
url: `${LEARN_URL}/videos/terra-videos`,
131-
},
132-
{
133-
label: "Dockstore",
134-
url: `${LEARN_URL}/videos/dockstore-videos`,
135-
},
136-
{
137-
label: "Galaxy",
138-
url: `${LEARN_URL}/videos/galaxy-videos`,
139-
},
140-
{
141-
label: "Seqr",
142-
url: `${LEARN_URL}/videos/seqr-videos`,
143-
},
144-
{
145-
label: "Workshop Archive",
146-
url: "",
147-
},
148-
{
149-
label: "Workshop Archive",
150-
url: `${LEARN_URL}/workshop-archive`,
151-
},
152-
{
153-
label: "Reference",
154-
url: "",
155-
},
156-
{
157-
label: "GTEx v8 - Free Egress Instructions",
158-
url: `${LEARN_URL}/reference/gtex-v8-free-egress-instructions`,
159-
},
160-
{
161-
label: "Cross Platform Data Access with GA4GH DRS in Terra",
162-
url: `${LEARN_URL}/reference/cross-platform-data-access-with-drs-uris-in-terra`,
163-
},
164-
],
165-
url: LEARN_URL,
166-
},
167-
{
168-
label: "Data Analysts",
169-
menuItems: [
170-
{
171-
label: "Guides and Tutorials",
172-
url: `${LEARN_URL}/data-analysts`,
173-
},
174-
{ label: "Bioconductor / RStudio", url: "" },
175-
{
176-
label: "Starting RStudio",
177-
url: `${LEARN_URL}/data-analysts/rstudio-gsg-video`,
178-
},
179-
{
180-
label: "Using R / Bioconductor in AnVIL",
181-
url: `${LEARN_URL}/data-analysts/using-r-bioconductor-in-anvil`,
182-
},
183-
{
184-
label: "The R / Bioconductor AnVIL Package",
185-
url: `${LEARN_URL}/data-analysts/the-r-bioconductor-anvil-package`,
186-
},
187-
{
188-
label: "Running a Workflow",
189-
url: `${LEARN_URL}/data-analysts/running-a-workflow`,
190-
},
191-
{
192-
label:
193-
"Single-cell RNASeq with 'Orchestrating Single Cell Analysis'\u00A0in R / Bioconductor",
194-
url: `${LEARN_URL}/data-analysts/single-cell-rnaseq-with-orchestrating-single-cell-analysis-in-r-bioconductor`,
195-
},
196-
{
197-
label: "Using AnVIL for teaching R / Bioconductor",
198-
url: `${LEARN_URL}/data-analysts/using-anvil-for-teaching-r-bioconductor`,
199-
},
200-
{
201-
label: "Reproducible Research with AnVILPublish",
202-
url: `${LEARN_URL}/data-analysts/reproducible-research-with-anvilpublish`,
203-
},
204-
{
205-
label: "Participant Stories",
206-
url: `${LEARN_URL}/data-analysts/participant-stories`,
207-
},
208-
{ label: "Galaxy", url: "" },
209-
{
210-
label: "Starting Galaxy",
211-
url: `${LEARN_URL}/data-analysts/galaxy-gsg-video`,
212-
},
213-
{ label: "Jupyter", url: "" },
214-
{
215-
label: "Starting Jupyter",
216-
url: `${LEARN_URL}/data-analysts/jupyter-gsg-video`,
217-
},
218-
],
219-
url: `${LEARN_URL}/data-analysts`,
220-
},
221-
{
222-
label: "Investigators",
223-
menuItems: [
224-
{
225-
label: "Investigators Tutorial Overview",
226-
url: `${LEARN_URL}/investigators`,
227-
},
228-
{
229-
label: "Setting up Your Lab in AnVIL",
230-
url: `${LEARN_URL}/investigators/setting-up-lab-accounts`,
231-
},
232-
{
233-
label: "Preparing a Cloud Cost Budget Justification",
234-
url: `${LEARN_URL}/investigators/budget-templates`,
235-
},
236-
],
237-
url: `${LEARN_URL}/investigators`,
238-
},
239-
{
240-
label: "Data Submitters",
241-
menuItems: [
242-
{ label: "Data Submission Guide", url: "" },
243-
{
244-
label: "Submission Process Overview",
245-
url: `${LEARN_URL}/data-submitters/submission-guide/data-submitters-overview`,
246-
},
247-
{
248-
label: "1 - Register Study/Obtain Approvals",
249-
url: `${LEARN_URL}/data-submitters/submission-guide/data-approval-process`,
250-
},
251-
{
252-
label: "2 - Set Up a Data Model",
253-
url: `${LEARN_URL}/data-submitters/submission-guide/set-up-a-data-model`,
254-
},
255-
{
256-
label: "3 - Prepare for Submission",
257-
url: `${LEARN_URL}/data-submitters/submission-guide/prepare-for-submission`,
258-
},
259-
{
260-
label: "4 - Ingest Data",
261-
url: `${LEARN_URL}/data-submitters/submission-guide/ingesting-data`,
262-
},
263-
{
264-
label: "5 - QC Data",
265-
url: `${LEARN_URL}/data-submitters/submission-guide/qc-data`,
266-
},
267-
{ label: "Data Submission Resources", url: "" },
268-
{
269-
label: "Consortium Data Access Guidelines",
270-
url: `${LEARN_URL}/data-submitters/resources/consortium-data-access-guidelines`,
271-
},
272-
{
273-
label: "Data Withdrawal Procedures",
274-
url: `${LEARN_URL}/data-submitters/resources/anvil-data-withdrawal-procedures`,
275-
},
276-
],
277-
url: `${LEARN_URL}/data-submitters/submission-guide/data-submitters-overview`,
278-
},
279-
],
2807
url: LEARN_URL,
2818
};

0 commit comments

Comments
 (0)