Skip to content

Commit

Permalink
[ENH] Update citation and support email
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Mar 4, 2024
1 parent c6db916 commit 3e21c04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ui/src/Feedback.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h2>Feedbacks / Comments</h2>
<p>
ezBIDS is a brand new web service! Your feedback is extremely valuable to us. Please send us an email at
<a href="mailto:dlevitas@iu.edu" target="mail">dlevitas@iu.edu</a> describing your experience with ezBIDS,
<a href="mailto:pestilli@utexas.edu" target="mail">pestilli@utexas.edu</a> describing your experience with
any feedbacks / comments / suggestions.
</p>
<p>
Expand All @@ -25,9 +25,9 @@
<h2>Citations</h2>
<p>Please cite us with the following citation.</p>
<p class="citation">
Avesani, P., McPherson, B., Hayashi, S. et al. The open diffusion data derivatives, brain data upcycling via
integrated publishing of derivatives and reproducible open cloud services. Sci Data 6, 69 (2019).
https://doi.org/10.1038/s41597-019-0073-y
Levitas, D., Hayashi, S., Vinci-Booher, S., Heinsfeld, A., Bhatia, D., Lee, N., ... & Pestilli, F. (2024).
ezBIDS: Guided standardization of neuroimaging data interoperable with major data archives and platforms.
Scientific data, 11(1), 179.
</p>
<br />
<br />
Expand Down
7 changes: 4 additions & 3 deletions ui/src/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
<small>Please do not close or refresh this page until all files are uploaded.</small>
<div v-if="failed.length > 0">
<el-alert type="error"
>Permanently failed to upload some files, please email dlevitas@iu.edu for assistance</el-alert
>Permanently failed to upload some files, please email pestilli@utexas.edu for
assistance</el-alert
>
<pre v-for="idx in failed" :key="idx" type="info" style="font-size: 80%">{{ files[idx].path }}</pre>
</div>
Expand Down Expand Up @@ -150,7 +151,7 @@
<div v-if="session.status == 'failed'">
<el-alert type="error"
>ezBIDS failed.. Please check the Debug logs and contact the ezBIDS team
(dlevitas@iu.edu).</el-alert
(pestilli@utexas.edu).</el-alert
>
<br />
<pre class="status">{{ session.status_msg }}</pre>
Expand Down Expand Up @@ -191,7 +192,7 @@
<div v-if="!ezbids.notLoaded && !ezbids.objects.length">
<el-alert type="error"
>We couldn't find any objects. Please upload data that contains at least 1 object. Contact the
ezBIDS team (dlevitas@iu.edu or https://github.com/brainlife/ezbids/issues) for
ezBIDS team (pestilli@utexas.edu or https://github.com/brainlife/ezbids/issues) for
support</el-alert
>
</div>
Expand Down

0 comments on commit 3e21c04

Please sign in to comment.