@else
@endif
Sommaire du numéro
@foreach ($content->issue->hierarchy as $node)
@if ($node->entity_type == 'App\Models\IssueSection')
{{ html_entity_decode($node->issueSectionObj['title']) }}
@elseif($node->entity_type == 'App\Models\Paper')
{{ html_entity_decode($node->paperObj['title']) }}
{{ $node->paperObj['authors'] }}
@if(isset($node->paperObj['paper_abstracts'][0]['storage_path']) && file_exists('storage/'.$node->paperObj['paper_abstracts'][0]['storage_path']))
{!! Str::words(strip_tags(html_entity_decode(file_get_contents(asset('storage/'.$node->paperObj['paper_abstracts'][0]['storage_path'])))), 80) !!}
@endif
Lire la suite
@endif
@endforeach
Coordination
@foreach ($content->issue->coordinators as $coordinator)
@if(isset($coordinator['affiliations']) && count($coordinator['affiliations']) > 0)
@if(isset($coordinator['affiliation_in_between']) && count($coordinator['affiliation_in_between']) > 0)
{!! $coordinator['affiliation_in_between']['position_name'] != '' ? $coordinator['affiliation_in_between']['position_name'].html_entity_decode("
") : '' !!}
@if($coordinator['affiliation_in_between']['main_structure'] != '' && $coordinator['affiliation_in_between']['secondary_structure'] != '')
{!! $coordinator['affiliation_in_between']['main_structure'].html_entity_decode("
") !!}
{!! $coordinator['affiliation_in_between']['secondary_structure'].html_entity_decode("
") !!}
@elseif($coordinator['affiliation_in_between']['main_structure'] == '' && $coordinator['affiliation_in_between']['secondary_structure'] != '' )
{!! $coordinator['affiliation_in_between']['secondary_structure'].html_entity_decode("
") !!}
@elseif($coordinator['affiliation_in_between']['main_structure'] != '' && $coordinator['affiliation_in_between']['secondary_structure'] == '' )
{!! $coordinator['affiliation_in_between']['main_structure'].html_entity_decode("
") !!}
@elseif($coordinator['affiliation_in_between']['main_structure'] == '' && $coordinator['affiliation_in_between']['secondary_structure'] == '')
''
@endif
@if(isset($coordinator['affiliation_in_between']['organization_city']) && $coordinator['affiliation_in_between']['organization_city'] != '' && stripos($coordinator['affiliation_in_between']['organization_name'], $coordinator['affiliation_in_between']['organization_city']) === false)
{!! $coordinator['affiliation_in_between']['organization_name'] != '' ? $coordinator['affiliation_in_between']['organization_name'].html_entity_decode(",") : '' !!}
{!! $coordinator['affiliation_in_between']['organization_city'] != '' ? $coordinator['affiliation_in_between']['organization_city'].html_entity_decode("
") : '' !!}
@else
{!! $coordinator['affiliation_in_between']['organization_name'] != '' ? $coordinator['affiliation_in_between']['organization_name'].html_entity_decode("
") : '' !!}
@endif
@else
@include('websites.includes.showAffiliationInList', ['data_aff'=>$coordinator['affiliations']])
@endif
@else
@endif
@endforeach
@if(count($content->issue->reviewers['cs']))
Comité de lecture du numéro
@foreach ($content->issue->reviewers['cs'] as $cs)
@if(isset($cs['affiliations']) && count($cs['affiliations']) > 0)
@if(isset($cs['affiliation_in_between']) && count($cs['affiliation_in_between']) > 0)
{!! $cs['affiliation_in_between']['position_name'] != '' ? $cs['affiliation_in_between']['position_name'].html_entity_decode("
") : '' !!}
@if($cs['affiliation_in_between']['main_structure'] != '' && $cs['affiliation_in_between']['secondary_structure'] != '')
{!! $cs['affiliation_in_between']['main_structure'].html_entity_decode("
") !!}
{!! $cs['affiliation_in_between']['secondary_structure'].html_entity_decode("
") !!}
@elseif($cs['affiliation_in_between']['main_structure'] == '' && $cs['affiliation_in_between']['secondary_structure'] != '' )
{!! $cs['affiliation_in_between']['secondary_structure'].html_entity_decode("
") !!}
@elseif($cs['affiliation_in_between']['main_structure'] != '' && $cs['affiliation_in_between']['secondary_structure'] == '' )
{!! $cs['affiliation_in_between']['main_structure'].html_entity_decode("
") !!}
@elseif($cs['affiliation_in_between']['main_structure'] == '' && $cs['affiliation_in_between']['secondary_structure'] == '')
''
@endif
@if(isset($cs['affiliation_in_between']['organization_city']) && $cs['affiliation_in_between']['organization_city'] != '' && stripos($cs['affiliation_in_between']['organization_name'], $cs['affiliation_in_between']['organization_city']) === false)
{!! $cs['affiliation_in_between']['organization_name'] != '' ? $cs['affiliation_in_between']['organization_name'].html_entity_decode(",") : '' !!}
{!! $cs['affiliation_in_between']['organization_city'] != '' ? $cs['affiliation_in_between']['organization_city'].html_entity_decode("
") : '' !!}
@else
{!! $cs['affiliation_in_between']['organization_name'] != '' ? $cs['affiliation_in_between']['organization_name'].html_entity_decode("
") : '' !!}
@endif
@else
@include('websites.includes.showAffiliationInList', ['data_aff'=>$cs['affiliations']])
@endif
@else
@endif
@endforeach
@endif
@if(count($content->issue->reviewers['experts']))
Évaluateurs (experts invités)
@foreach ($content->issue->reviewers['experts'] as $exp)
@if(isset($exp['affiliations']) && count($exp['affiliations']) > 0)
@if(isset($exp['affiliation_in_between']) && count($exp['affiliation_in_between']) > 0)
{!! $exp['affiliation_in_between']['position_name'] != '' ? $exp['affiliation_in_between']['position_name'].html_entity_decode("
") : '' !!}
@if($exp['affiliation_in_between']['main_structure'] != '' && $exp['affiliation_in_between']['secondary_structure'] != '')
{!! $exp['affiliation_in_between']['main_structure'].html_entity_decode("
") !!}
{!! $exp['affiliation_in_between']['secondary_structure'].html_entity_decode("
") !!}
@elseif($exp['affiliation_in_between']['main_structure'] == '' && $exp['affiliation_in_between']['secondary_structure'] != '' )
{!! $exp['affiliation_in_between']['secondary_structure'].html_entity_decode("
") !!}
@elseif($exp['affiliation_in_between']['main_structure'] != '' && $exp['affiliation_in_between']['secondary_structure'] == '' )
{!! $exp['affiliation_in_between']['main_structure'].html_entity_decode("
") !!}
@elseif($exp['affiliation_in_between']['main_structure'] == '' && $exp['affiliation_in_between']['secondary_structure'] == '')
''
@endif
@if(isset($exp['affiliation_in_between']['organization_city']) && $exp['affiliation_in_between']['organization_city'] != '' && stripos($exp['affiliation_in_between']['organization_name'], $exp['affiliation_in_between']['organization_city']) === false)
{!! $exp['affiliation_in_between']['organization_name'] != '' ? $exp['affiliation_in_between']['organization_name'].html_entity_decode(",") : '' !!}
{!! $exp['affiliation_in_between']['organization_city'] != '' ? $exp['affiliation_in_between']['organization_city'].html_entity_decode("
") : '' !!}
@else
{!! $exp['affiliation_in_between']['organization_name'] != '' ? $exp['affiliation_in_between']['organization_name'].html_entity_decode("
") : '' !!}
@endif
@else
@include('websites.includes.showAffiliationInList', ['data_aff'=>$exp['affiliations']])
@endif
@else
@endif
@endforeach
@endif
@endsection