@include('header')

Artículos Informativos

Publicaciones académicas del Instituto José Domingo Choquehuanca

@if ($featured || $others->isNotEmpty())
{{-- Center column: Featured revista --}}
@if ($featured) @php $fImg = $featured->imagen_url; $fAutores = $featured->docentes; @endphp {{-- Pagination --}} @endif
{{-- Left column: Filters (sticky) --}}
{{-- Filters --}}
Filtros
{{-- Title autocomplete --}}
{{-- Programa --}}
{{-- Autor multi-select --}}
{{-- Años --}}
{{-- Buttons --}} @php $hasActiveFilters = request('q') || request('programa') || request('year_from') || request('year_to') || (!empty(request('docente'))); @endphp @if ($hasActiveFilters) Limpiar filtros @endif
{{-- Right column: Más revistas compactas --}}
{{-- More Revistas compact --}} @if ($others->isNotEmpty())
Más revistas
@foreach ($others as $i => $r) @php $autores = $r->docentes; $numero = $i + 2; @endphp
{{ $numero }}
{{ $r->titulo }}
{{ $r->titulo }}
{{ optional($r->fecha_publicacion)->format('d/m/Y') }} @if ($autores->count() > 0) · {{ $autores->first()->nombre }} @if ($autores->count() > 1) +{{ $autores->count() - 1 }} @endif @endif
@if ($r->documento_pdf) @endif
@endforeach
{{ $others->onEachSide(1)->links() }}
@endif
@else

No se encontraron revistas.

@if (request('q') || !empty(request('docente')) || request('programa') || request('year_from') || request('year_to')) Limpiar filtros @endif
@endif
{{-- Modal: Autores --}} {{-- Modal: Descripción --}} {{-- Modal Cover (visor de imagen) --}} {{-- Modal PDF (visor libro abierto) --}} @include('footer')