/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2025 | 12:05:42 */
//note the double space after ,
var authorNames = ["Tuncer, Barkın", "Kumru, Murat", "Özkan, Emre", "Kara, S. Fatih", "Köksal, Hilal"];
authorNames.push("Balcı, Ali Emre");
authorNames.push("Sahin, Kurtuluş Kerem"); //double space önemli!!!!!! yoksa BULAMIYOR!!!!
authorNames.push("Şahin, Kurtuluş Kerem");
authorNames.push("Yurdakul, Oğul Can");
authorNames.push("Çetinkaya, Mehmet");
authorNames.push("Çelebi, Enescan");
var authorNamesRepl = ["Tuncer, Barkın", "Kumru, Murat", "Özkan, Emre"];
authorNamesRepl.push("Kara, S. Fatih");
authorNamesRepl.push("Köksal, Hilal");
authorNamesRepl.push("Balcı, Ali Emre");
authorNamesRepl.push("Sahin, Kurtuluş Kerem");
authorNamesRepl.push("Şahin, Kurtuluş Kerem");
authorNamesRepl.push("Yurdakul, Oğul Can");
authorNamesRepl.push("Çetinkaya, Mehmet");
authorNamesRepl.push("Çelebi, Enescan");
jQuery( document ).ready(function() {
var pubs = jQuery(".tp_pub_author");
//console.log(pubs)
//console.log(authorNames.length)
for(var i=0; i