Archive

@foreach($proceedings as $key => $value) {{$value->title}} @endforeach
Loading, Please Wait...
@if($proceeding_papers->cover_page) Proceedings cover Page @endif

{{$proceeding_papers->title}}

@if($proceeding_papers->total_accepted && $proceeding_papers->total_submission) Total Submission: {{$proceeding_papers->total_submission}}     Accepted: {{round(($proceeding_papers->total_accepted/$proceeding_papers->total_submission)*100, 1)}}%     Rejected: {{100 - round(($proceeding_papers->total_accepted/$proceeding_papers->total_submission)*100, 1)}}% @endif

@if($proceeding_papers->preliminary_page) @endif @foreach($proceeding_papers->papers as $key => $value) @endforeach
{{1}}.   Preliminary Page / Table of Content
{{$proceeding_papers->preliminary_page ? $key + 2 : $key + 1}}.   {{$value->title}}
{{$value->author}}