Search Presenters Directory

@php $presenters = [ ['name'=>'Dr. Michael Chang', 'affiliation'=>'National University of Singapore', 'topic'=>'AI in Sustainable Agriculture', 'conference'=>'Business & Economics 2024', 'type'=>'Oral Presentation'], ['name'=>'Elena Rostova', 'affiliation'=>'ETH Zurich, Switzerland', 'topic'=>'Biodegradable Polymers Synthesis', 'conference'=>'Health & Medicine 2024', 'type'=>'Poster Presentation'], ['name'=>'Prof. Rajesh Kumar', 'affiliation'=>'IIT Delhi, India', 'topic'=>'Socio-economic frameworks for developing nations', 'conference'=>'Social Sciences 2023', 'type'=>'Oral Presentation'], ['name'=>'Dr. Haruto Tanaka', 'affiliation'=>'Tokyo Institute of Technology, JP', 'topic'=>'Quantum Computing in Next-Gen Data Encryption', 'conference'=>'Education & Technology 2023', 'type'=>'Virtual Presentation'], ['name'=>'Sarah Johnson', 'affiliation'=>'Stanford University, USA', 'topic'=>'Climate Models Data Visualization', 'conference'=>'Health & Medicine 2022', 'type'=>'Oral Presentation'], ]; @endphp @foreach($presenters as $p)
{{ substr($p['name'], 0, 1) }}

{{ $p['name'] }}

{{ $p['affiliation'] }}

"{!! $p['topic'] !!}"

{{ $p['conference'] }} {{ $p['type'] }}
@endforeach