Skip to content

Commit

Permalink
Merge pull request #12 from aplbrain/staging
Browse files Browse the repository at this point in the history
Update Prod
  • Loading branch information
NEStock authored Feb 12, 2025
2 parents 4004679 + afc4a85 commit 824a712
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'celery',
'dandi',
# Pin dandischema to exact version to make explicit which schema version is being used
'dandischema==0.10.2', # schema version 0.6.8
'dandischema==0.11.0', # schema version 0.6.9
'django~=4.2.0',
'django-admin-display',
# Pin to version where this bug is fixed
Expand Down
3 changes: 2 additions & 1 deletion web/src/components/DandiFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
</cookie-law>
<v-row>
<v-col offset="2">
&copy; 2024 JHU/APL.<br>
&copy; 2019 - 2024 The DANDI Team<br>
&copy; 2024 - 2025 JHU/APL.<br>
<!-- version
<a
class="version-link"
Expand Down
7 changes: 2 additions & 5 deletions web/src/views/CreateDandisetView/CreateDandisetView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
v-model="embargoed"
>
<template #label>
Embargo this Dandiset
Mark Dandiset Private
<v-tooltip
right
max-width="25%"
Expand All @@ -30,10 +30,7 @@
</div>
</template>
<span>
Embargoed Dandisets are hidden from public access until a specific time period has
elapsed. Uploading data to the DANDI archive under embargo requires a relevant
NIH award number, and the data will be automatically published when the embargo
period expires.
Private (or embargoed) Dandisets are hidden from public access.
</span>
</v-tooltip>
</template>
Expand Down

0 comments on commit 824a712

Please sign in to comment.