-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdatahub.vue
32 lines (28 loc) · 977 Bytes
/
datahub.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<template>
<div class="q-pt-sm">
<h5 style="margin-bottom:0.5em;">
<q-icon color="grey-8" name="cloud_download" />
Download ARC
</h5>
<div class="text-body2 text-justify" style="padding-bottom:1em;">
Here you can download ARCs from the <a href="https://git.nfdi4plants.org/" target="_blank">DataHUB</a>.
</div>
<q-card>
<q-item>
<div>
With the LFS checkbox you can select whether or not download large files. Read more about <a
href="https://nfdi4plants.github.io/nfdi4plants.knowledgebase/git/git-lfs/"
target="_blank">large file storage (LFS)</a> in the DataPLANT knowledgebase.
</div>
</q-item>
</q-card>
<q-separator/>
<q-card>
<q-item>
<div>
If you are logged in, the list of ARCs will include public and private ARCs that you can access.
</div>
</q-item>
</q-card>
</div>
</template>