Skip to content

Commit

Permalink
[ENH] Make citation more visible to users
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed May 2, 2024
1 parent 3137fdb commit 270e3f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
12 changes: 0 additions & 12 deletions ui/src/Feedback.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
>  if you'd like to convert another dataset.
</p>
<br />
<br />

<h2>Feedbacks / Comments</h2>
<p>
Expand All @@ -20,17 +19,6 @@
<a href="https://github.com/brainlife/ezbids/issues" target="github">Github Issues</a>
</p>
<br />
<br />

<h2>Citations</h2>
<p>Please cite us with the following citation.</p>
<p class="citation">
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 />

<h2>Funded By</h2>
<p>ezBIDS was made possible by the following funding sources.</p>
Expand Down
13 changes: 12 additions & 1 deletion ui/src/Finalize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,20 @@
location.</small
>
</p>

<h3>Citation</h3>
<div style="background-color: #0001; padding: 20px; padding-top: 10px">
<p class="citation">
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.
<a href="https://doi.org/10.1038/s41597-024-02959-0" target="_blank"
>https://doi.org/10.1038/s41597-024-02959-0</a
>
</p>
</div>
</div>

<br />
<el-row>
<el-col :span="12">
<h4>BIDS Structure</h4>
Expand Down

0 comments on commit 270e3f1

Please sign in to comment.