| DOI |
{{$doi}} |
| Authors |
@foreach($authors as $a)
{{$a['name']}},
@endforeach
@if(count($authors) === 0)
-
@endif
|
| Submitted |
{{$submittedAt}} |
@if($publishedOnlineAt !== '')
| Published online |
{{$publishedOnlineAt}} |
@endif
@if($licenses !== '')
| Licenses |
@foreach($licenses as $license)
{{$license['URL']}},
@endforeach
@if(count($licenses) === 0)
-
@endif
|
@endif
@if($subjects !== '')
| Subjects |
{{implode(", ", $subjects)}}
@if(count($subjects) === 0)
-
@endif
|
@endif
@if ($doi !== '')
| Go to literature page |
@endif