Skip to content

Commit

Permalink
add CellType to display possibilities for context tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed May 28, 2024
1 parent e7112e0 commit eb426b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions catalog/templates/context-tab-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
<template v-else-if="val?.['@type'] == 'https://openminds.ebrains.eu/controlledTerms/Species'">
<a :href="val.preferredOntologyIdentifier">{{val.name}} ({{val?.synonym}})</a><br>
</template>
<!-- OpenMINDS Species -->
<template v-else-if="val?.['@type'] == 'https://openminds.ebrains.eu/controlledTerms/CellType'">
<a :href="val.preferredOntologyIdentifier">{{val.name}} ({{val?.synonym}})</a><br>
</template>
<!-- OpenMINDS UBERONParcellation -->
<template v-else-if="val?.['@type'] == 'https://openminds.ebrains.eu/controlledTerms/UBERONParcellation'">
<a :href="val.preferredOntologyIdentifier">{{val.name}}</a><br>
Expand Down

0 comments on commit eb426b8

Please sign in to comment.