Skip to content

Commit

Permalink
add info for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatiadheeraj committed Mar 18, 2024
1 parent 6a0a7ec commit 3435d7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/src/project.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@
<span v-if="tabinfo.id == 'pub' && project.stats && project.stats.publications > 0" style="opacity: 0.6; font-size: 80%;">
&nbsp;{{project.stats.publications}}
</span>

<span v-if="tabinfo.id=='pub'">
<icon name="info-circle" id="info-publications"></icon>
<b-tooltip target="info-publications" triggers="hover">
Brainlife's publications provide datasets and analyses openly, allowing anyone on the internet to explore and download these resources directly.
</b-tooltip>
</span>



</template>
</b-tab>
</b-tabs>
Expand Down

0 comments on commit 3435d7d

Please sign in to comment.