Skip to content

Commit

Permalink
Add basic explanation text on the download page
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Nov 16, 2023
1 parent a15ef6f commit 04daa99
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions pages/download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,28 @@

<div>

<b-row>

<!-- Annotated data dictionary preview goes here -->
<b-row align-h="center">
<b-col cols="6">
<p>
🎉 Congratulations, you have successfully created an <a href="https://neurobagel.org/dictionaries/" target="_blank">augmented .json data dictionary</a>.
</p>
<p>
Here are some next steps:
</p>
<ul>
<li>Download the .json data dictionary to your local hard drive by clicking the green "Download" button.</li>
<li>Use the .json data dictionary to <a href="https://neurobagel.org/cli/" target="_blank">create a harmonized view of your data</a></li>
<li>Learn more about <a href="https://neurobagel.org/" target="_blank">neurobagel</a> and how to use harmonized data for cross-dataset search.</li>
</ul>
</b-col>

</b-row>

<b-row>

<b-col cols="9" />
<b-row align-h="center">

<!-- Button to download the annotation output data -->
<b-col cols="3">
<b-button
class="float-right"
data-cy="download-button"
variant="success"
@click="fileSaverSaveAs(getJsonOutput)">
Expand Down

0 comments on commit 04daa99

Please sign in to comment.