@if($journal->logo_img && file_exists('storage/'.$journal->logo_img)) @endif

{{ '{PAGENO}' }}

{{ $paper->issue->issue_type_prefix . ' ' . $paper->issue->number . ' | ' . $paper->issue->issue_publication_year }}

{{ $paper->issue->issue_title }}


{{ html_entity_decode($paper->title) }}

@if($paper->subtitle && ($paper->subtitle != 'Sous titre par défaut'))

{{ html_entity_decode($paper->subtitle) }}

@endif

@foreach ($paper->usersAsAuthors as $author) {{ $author->full_name }} @if(isset($author['affiliations']) && count($author['affiliations']) > 0) @if(isset($author['affiliation_in_between']) && count($author['affiliation_in_between']) > 0) {!! $author['affiliation_in_between']['position_name'] != '' ? $author['affiliation_in_between']['position_name'].html_entity_decode("
") : '' !!} @if($author['affiliation_in_between']['main_structure'] != '' && $author['affiliation_in_between']['secondary_structure'] != '') {!! $author['affiliation_in_between']['main_structure'].html_entity_decode("
") !!} {!! $author['affiliation_in_between']['secondary_structure'].html_entity_decode("
") !!} @elseif($author['affiliation_in_between']['main_structure'] == '' && $author['affiliation_in_between']['secondary_structure'] != '' ) {!! $author['affiliation_in_between']['secondary_structure'].html_entity_decode("
") !!} @elseif($author['affiliation_in_between']['main_structure'] != '' && $author['affiliation_in_between']['secondary_structure'] == '' ) {!! $author['affiliation_in_between']['main_structure'].html_entity_decode("
") !!} @elseif($author['affiliation_in_between']['main_structure'] == '' && $author['affiliation_in_between']['secondary_structure'] == '') '' @endif {!! $author['affiliation_in_between']['organization_name'] != '' ? $author['affiliation_in_between']['organization_name'].html_entity_decode("
") : '' !!} @else @include('websites.includes.showAffiliationInList', ['data_aff'=>$author['affiliations']]) @endif @else

@endif @endforeach


Édition électronique :
URL : {{ route('template_show_one_paper',['paper_slug'=>$paper->slug, 'issue_type'=>$paper->issue->issue_type, 'issue_number'=>$paper->issue->number, 'paper_id'=>$paper->id]) }}
@if($paper->doi) DOI : {{ $paper->doi }}
@endif @if($journal->issn) ISSN : {{ $journal->issn }}
@endif Date de publication : {{ $paper->issue->issue_publication_date }}

Cette publication est sous licence CC-BY-NC-ND (Creative Commons 2.0 - Attribution - Pas d’Utilisation Commerciale - Pas de Modification).


Pour citer cette publication : {!! QuoteFormat::format_quote($paper->toArray()) !!}

@if(!empty($paper->paper_abstract))
{!! html_entity_decode($paper->paper_abstract) !!}

@endif

Mots-clefs :
{{ $tagslist }}


@if(isset($paper->storage_path) && file_exists('storage/'.$paper->storage_path))
{!! html_entity_decode(file_get_contents('storage/'.$paper->storage_path)) !!}
@endif