|
7 | 7 | </h1> |
8 | 8 |
|
9 | 9 | <p class="text-lg text-gray-700 leading-relaxed mb-6"> |
10 | | - The Galaxy Workflows Library is a curated collection of ready-to-use, open-source analysis workflows |
11 | | - designed to help researchers make progress quickly and reliably. Each workflow comes with sample datasets, |
12 | | - clear documentation, and links to training materials to streamline learning and application. |
| 10 | + The Galaxy Workflow Library is a curated collection of ready-to-use, open-source analysis workflows designed |
| 11 | + to help researchers make progress quickly and reliably. Each workflow comes with sample datasets, clear |
| 12 | + documentation, and links to training materials to streamline learning and application. |
13 | 13 | </p> |
14 | 14 |
|
15 | 15 | <p class="text-lg text-gray-700 leading-relaxed mb-10"> |
|
76 | 76 | <div class="md:w-1/2"> |
77 | 77 | <h2 class="text-3xl md:text-4xl font-bold mb-8 text-center">Join the community</h2> |
78 | 78 | <p class="text-lg text-gray-700 mb-4"> |
79 | | - The Galaxy Workflows Library is an open, collaborative project, and we welcome contributions |
80 | | - from the community. Whether you want to enhance existing workflows, report issues, or contribute |
81 | | - new pipelines, your input is invaluable. |
| 79 | + The Galaxy Workflow Library is an open, collaborative project, and we welcome contributions from |
| 80 | + the community. Whether you want to enhance existing workflows, report issues, or contribute new |
| 81 | + workflows, your input is invaluable. |
82 | 82 | </p> |
83 | 83 | <p class="text-lg text-gray-700"> |
84 | 84 | Have questions or feedback? Connect via |
@@ -138,16 +138,16 @@ const baseUrl = config.appUrl || (process.client ? window.location.origin : "htt |
138 | 138 |
|
139 | 139 | // Add SEO meta tags using the useSeoMeta composable |
140 | 140 | useSeoMeta({ |
141 | | - title: "About the Galaxy Workflows Library", |
| 141 | + title: "About the Galaxy Workflow Library", |
142 | 142 | description: |
143 | 143 | "Learn about the IWC curated collection of peer-reviewed, ready-to-use Galaxy workflows for scientific analysis", |
144 | | - ogTitle: "About the Galaxy Workflows Library", |
| 144 | + ogTitle: "About the Galaxy Workflow Library", |
145 | 145 | ogDescription: |
146 | 146 | "Discover a curated collection of ready-to-use, peer-reviewed Galaxy workflows for scientific analysis", |
147 | 147 | ogImage: `${baseUrl}/iwc_logo.png`, |
148 | 148 | ogType: "website", |
149 | 149 | twitterCard: "summary", |
150 | | - twitterTitle: "About the Galaxy Workflows Library", |
| 150 | + twitterTitle: "About the Galaxy Workflow Library", |
151 | 151 | twitterDescription: |
152 | 152 | "Discover a curated collection of ready-to-use, peer-reviewed Galaxy workflows for scientific analysis", |
153 | 153 | twitterImage: `${baseUrl}/iwc_logo.png`, |
|
0 commit comments