Akademisyen Sayısı
- 🎓 Prof. Dr. {{ formatNumber(academicRoles.find(r => r.id === 'Prof. Dr.')?.count || 0) }}
- 📘 Doç. Dr. {{ formatNumber(academicRoles.find(r => r.id === 'Doç. Dr.')?.count || 0) }}
- 📖 Dr. Öğretim Üyesi {{ formatNumber(academicRoles.find(r => r.id === 'Dr. Öğr. Üyesi')?.count || 0) }}
- ✏️ Araştırma Görevlisi {{ formatNumber(academicRoles.find(r => r.id === 'Arş. Gör.')?.count || 0) }}
- 💬 Öğretim Görevlisi {{ formatNumber(academicRoles.find(r => r.id === 'Öğr. Gör.')?.count || 0) }}
{{
formatNumber(Number(citationCounts.flat().find(item => item.bg
=== 'WoS') ?.id || 0 )) }}
Yayın Sayısı
{{
formatNumber(citationCounts.flat().find(item => item.bg ===
'WoS') ?.count || 0 ) }}
Atıf Sayısı
{{
formatNumber(Number(citationCounts.flat().find(item => item.bg
=== 'CROSSREF') ?.id || 0)) }}
Yayın Sayısı
{{
formatNumber(citationCounts.flat().find(item => item.bg ===
'CROSSREF') ?.count || 0) }}
Atıf Sayısı
{{ formatNumber(Number(citationCounts.flat().find(i => i.id ===
'TRDizin_Yayin')?.count || citationCounts.flat().find(i => i.id
=== 'TRDizin')?.count|| 0))}}
Yayın Sayısı
{{ formatNumber(Number(citationCounts.flat().find(i => i.id ===
'TRDizin_Atif')?.count || citationCounts.flat().find(i => i.id
=== 'TRDizin')?.bg|| 0))}}
Atıf Sayısı
Araştırmacı ID Durumları
{{ formatLabel(item.id) }}
{{ item.present }} (Var)
{{ item.count }} (Yok)
{{ item.presentPct }}%
%1
TOP
{{topPercentageCounts.length > 0 ?
(topPercentageCounts[1].count /
topPercentageCounts[0].count).toFixed(2): '-'}}
Yayın Oranı
{{ topPercentageCounts.length > 1 ?
((parseInt(topPercentageCounts[1].id) || 0) /
(parseInt(topPercentageCounts[0].id) ||
1)).toFixed(2) : '-' }}
Atıf Oranı
{{
topPercentageCounts.length > 0 ?
topPercentageCounts[1].count : '-' }}
Yayın Sayısı
{{
topPercentageCounts.length > 0 ?
topPercentageCounts[1].id : '-' }}
Atıf Sayısı
%10
TOP
{{topPercentageCounts.length > 0 ?
(topPercentageCounts[2].count /
topPercentageCounts[0].count).toFixed(2): '-'}}
Yayın Oranı
{{
topPercentageCounts.length > 1 ?
((parseInt(topPercentageCounts[2].id) || 0) /
(parseInt(topPercentageCounts[0].id) ||
1)).toFixed(2) : '-' }}
Atıf Oranı
{{
topPercentageCounts.length > 0 ?
topPercentageCounts[2].count : '-' }}
Yayın Sayısı
{{
topPercentageCounts.length > 0 ?
topPercentageCounts[2].id : '-' }}
Atıf Sayısı