{{----------------------------------------------------- ** Numero.Index -----------------------------------------------------}} @extends('layouts.' . $theme, [ 'model' => $model, 'name' => 'last-issues-index', 'current' => 'last-issues-index' ]) @section('header')

Dernier numéro

@endsection @section('contents') @if(isset($content->last_issue))

Vient de paraître

@if(file_exists('storage/numerev_Files/journal_'.$config->id.'/issue_'.$content->last_issue->id.'/images/issue_'.$content->last_issue->id.'.jpg' ))
{{ Str::words(html_entity_decode($content->last_issue->title), 10) }}
@endif
{{ ucfirst($content->last_issue->issue_type_prefix) . $content->last_issue->number }} / {{ $content->last_issue->publication_date }}

{{ html_entity_decode($content->last_issue->title) }}

Coordonné par {{ $content->last_issue->all_coordinators_names ?? "Coordinateurs non communiqués." }}

Sommaire du numéro

@foreach ($content->last_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 du numéro

@foreach ($content->last_issue->coordinators as $coordinator)

{{ $coordinator['full_name'] }}

@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->last_issue->reviewers['cs']))

Comité de lecture du numéro

@foreach ($content->last_issue->reviewers['cs'] as $cs)

{{ $cs['full_name'] }}

@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->last_issue->reviewers['experts']))

Évaluateurs (experts invités)

@foreach ($content->last_issue->reviewers['experts'] as $exp)

{{ $exp['full_name'] }}

@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 @endif

Derniers numéros

Tous nos numéros
{{-- Limit 3 --}} @forelse ($content->last_three_issues as $issue)
@if(file_exists('storage/numerev_Files/journal_'.$config->id.'/issue_'.$issue['issue_id'].'/images/issue_'.$issue['issue_id'].'.jpg' ))
{{ Str::words(html_entity_decode($issue['title']), 10) }}
@endif
{{ ucfirst($issue['issue_type_prefix']) . $issue['number'] }} / {{ $issue['issue_publication_date'] }}

{{ html_entity_decode($issue['title']) }}

Lire la suite
@empty

Aucun numéro précédent.

@endforelse
@endsection