Scientific Committee – {{ $conference['title'] ?? 'Conference' }} {{-- HERO --}}
Peer Review

Scientific Committee

All papers submitted to the conference undergo rigorous double-blind peer review conducted by an international panel of expert academics.

{{-- Intro + Stats --}}

All papers submitted to the conference undergo rigorous double-blind peer review conducted by an international panel of expert academics. Our reviewers are drawn from leading universities and research institutes worldwide.

@foreach([['40+','Expert Reviewers'],['25+','Countries'],['100%','Double-Blind'],['<4 Wks','Avg. Decision']] as $stat)

{{ $stat[0] }}

{{ $stat[1] }}

@endforeach
{{-- Review Process --}}

Review Process

All submissions are reviewed under a strict double-blind protocol in adherence with COPE guidelines.

    @foreach([ ['Submission','Author submits through the online portal. Manuscript is assigned a reference number.'], ['Desk Review','Editor checks compliance with submission guidelines before sending for peer review.'], ['Peer Review','Two independent expert reviewers evaluate the manuscript. Neither party knows the other\'s identity.'], ['Decision','Editor compiles reviews and issues one of: Accept, Minor Revision, Major Revision, or Reject.'], ['Revision','Where revisions are required, the author has 14 days to resubmit an updated manuscript.'], ['Final Decision','Revised paper is re-evaluated by the original reviewers before a final editorial decision is made.'], ] as $idx => $step)
  1. {{ str_pad($idx+1, 2, '0', STR_PAD_LEFT) }}

    {{ $step[0] }}

    {{ $step[1] }}

  2. @endforeach
{{-- Members --}}

Committee Members

@foreach([ ['Prof. James Carter','Scientific Committee Chair','Oxford University, UK'], ['Dr. Aiko Yamamoto','Associate Professor','University of Tokyo, Japan'], ['Prof. Maria Sanchez','Research Director','IE Business School, Spain'], ['Dr. Chen Wei','Senior Lecturer','NUS Business School, Singapore'], ['Prof. David Müller','Dean of Faculty','TU Munich, Germany'], ['Dr. Priya Nair','Associate Professor','IIM Ahmedabad, India'], ['Prof. Williams Adeyemi','Research Fellow','Univ. Cape Town, S. Africa'], ['Dr. Sophie Laurent','Senior Researcher','INSEAD, France'], ] as $m)
{{ $m[0] }}

{{ $m[0] }}

{{ $m[1] }}

{{ $m[2] }}

@endforeach
{{-- Apply as Reviewer CTA --}}

Open Call

Apply to Join the Scientific Committee

We are seeking qualified academics with a strong publication record to serve as peer reviewers. Reviewers are acknowledged in all printed proceedings.

Apply to Review
    @foreach([ 'Hold a PhD in a relevant academic discipline', 'Have a minimum of 3 publications in peer-reviewed journals', 'Commit to reviewing 2–3 manuscripts per submission cycle', 'Agree to comply with COPE double-blind review guidelines', ] as $req)
  • {{ $req }}
  • @endforeach