Skip to content

Commit

Permalink
Add link to PICA format
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed May 6, 2021
1 parent bf17721 commit 9280b68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Analyze.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
:title="`show analysis for notation ${result.notation[0]}`">
⚛️
</router-link>

</h4>
<div
class="decomposition">
Expand Down Expand Up @@ -97,7 +98,8 @@
</div>
</div>
<p v-if="isComplete(result)">
PICA: <code>{{ picaFromConcept(result) }}</code>
<a href="https://format.k10plus.de/k10plushelp.pl?cmd=kat&katalog=Standard&val=5400">PICA+</a>
<code class="language-pica">{{ picaFromConcept(result) }}</code>
</p>
<p v-else>
This DDC number could not be fully analyzed. Either
Expand Down

0 comments on commit 9280b68

Please sign in to comment.