@extends('layout') @section('title', $tenant->name.' | Website Akademik') @section('meta_description', $profile?->bio ? \Illuminate\Support\Str::limit($profile->bio,155) : 'Website akademik dosen, publikasi, artikel, materi kuliah, agenda, dan bimbingan mahasiswa.') @section('body') @include('partials.public-theme') @include('partials.public-nav')
Dosen • Peneliti • Pembimbing Akademik

{{ $profile?->academic_title ? $profile->academic_title.' ' : '' }}{{ $tenant->name }}

{{ $profile?->institution ?: 'Website akademik dosen' }}@if($profile?->study_program) · {{ $profile->study_program }}@endif

@if($profile?->expertise)

Bidang keahlian: {{ $profile->expertise }}

@endif

{{ $profile?->bio ?: 'Profil akademik, publikasi, materi kuliah, artikel, agenda, dan layanan bimbingan mahasiswa dalam satu website.' }}

@if($profile?->google_scholar_url)Google Scholar ↗@endif @if($profile?->sinta_url)SINTA ↗@endif @if($profile?->orcid_url)ORCID ↗@endif
@if($profile?->photo_url){{ $tenant->name }}@else{{ strtoupper(substr($tenant->name,0,1)) }}@endif
Profil Akademik

Tentang

{{ $profile?->bio ?: 'Silakan lengkapi profil akademik melalui dashboard dosen.' }}

@if($profile?->quote)
“{{ $profile->quote }}”
@endif

Informasi Akademik

Institusi
{{ $profile?->institution ?: '-' }}

Fakultas / Prodi
{{ $profile?->faculty ?: '-' }} @if($profile?->study_program) · {{ $profile->study_program }}@endif

Keahlian
{{ $profile?->expertise ?: '-' }}

@if($profile?->office_location)

Lokasi kantor
{{ $profile->office_location }}

@endif
Karya Akademik

Publikasi Terbaru

Semua Publikasi
@forelse($publications as $p)
{{ str_replace('_',' ',$p->type) }} {{ $p->year }}

{{ $p->title }}

{{ $p->authors ?: $p->publisher }}

@if($p->url)Lihat sumber ↗@endif
@empty
Belum ada publikasi.
@endforelse
Gagasan

Artikel Terbaru

Semua Artikel
Pembelajaran

Materi Kuliah

Lihat semua
@forelse($materials as $m)
{{ $m->title }}
{{ $m->course }} {{ $m->semester_label }}
@if($m->resource_url)Buka materi ↗@endif
@empty

Belum ada materi publik.

@endforelse
Agenda

Agenda Mendatang

@forelse($agendas as $a)
{{ $a->title }}
{{ $a->starts_at->format('d M Y H:i') }} WIB
{{ $a->location }}
@empty

Belum ada agenda publik.

@endforelse
Bimbingan Mahasiswa

Ajukan bimbingan secara terstruktur

Daftar, kirim progres, dokumentasikan revisi, dan pantau target penelitian melalui portal bimbingan.

Daftar Bimbingan
@endsection