| ID |
{{$doi}} |
| Title |
{!! $title !!} |
| Type |
{{$type}} |
| Authors |
@if(count($authors) === 0)
-
@elseif(count($authors) === 1)
{{$authors[0]['name']}} {{$authors[0]['afiliation']}}
@if($authors[0]['orcidUrl'] != '')
ORCID
@endif
@else
@foreach($authors as $a)
- {{$a['name']}} {{$a['afiliation']}}
@if($a['orcidUrl'] != '')
ORCID
@endif
@endforeach
@endif
|
| Submission date |
{{$submittedAt}} |
| Published (online) |
{{$publishedOnlineAt}} |
| Published (print) |
{{$publishedPrintAt}} |
| Publisher |
{{$publisher}} |
| Journal |
{{$journal}} |
Licenses |
@if(count($licenses) === 0)
-
@elseif(count($licenses) === 1)
{{$licenses[0]['URL']}} from {{$licenses[0]['date']}}
@else
@foreach($licenses as $l)
-
{{$l['URL']}} from {{$l['date']}}
@endforeach
@endif
|
| Issue |
{{$issue}} |
| Volume |
{{$volume}} |
| Pages |
{{$pages}} |
| Subjects |
@if(count($subjects) === 0)
-
@elseif(count($subjects) === 1)
{{$subjects[0]}}
@else
@foreach($subjects as $s)
-
{{$s}}
@endforeach
@endif
|
| Funders |
@if(count($funders) === 1)
{{$funders[0]}}
@else
@foreach($funders as $f)
-
{{$f}}
@endforeach
@endif
|