- add ui for editor for publishing dois
- composer updates - unit test with test credentials
This commit is contained in:
parent
367dd328ef
commit
b5abcef327
14 changed files with 422 additions and 102 deletions
|
@ -42,6 +42,12 @@
|
|||
|
||||
<div class="tab-pane content-metadata active" id="one">
|
||||
|
||||
@if($dataset->identifier()->exists())
|
||||
<p class="dataset__abstract" v-if="dataset.subject && dataset.subject.length > 0">
|
||||
DOI: {{ $dataset->identifier->value }}
|
||||
</p>
|
||||
@endif
|
||||
|
||||
@if($dataset->additionalTitles()->exists())
|
||||
<p class="dataset__abstract">
|
||||
Zusätzliche Titel:
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue