0, 'complete'=>0); $stats = array(); foreach($cats as $c) { $stats[$c['cat_id']] = array('students'=>$stats_line, 'projects'=>$stats_line); } $stats['total'] = array('students'=>$stats_line, 'projects'=>$stats_line); foreach($students as &$s) { if($s['s_accepted'] == 1) { $p =& $projects[$s['s_pid']]; $stats['total']['students']['accepted']+=1; if(!array_key_exists($p['cat_id'], $stats)) { print("array key doesn't exist for cat_id=[{$p['cat_id']}]
"); print_r($p); print_r(array_keys($stats)); } $stats[$p['cat_id']]['students']['accepted']+=1; } else if($s['s_complete'] == 1) { $p =& $projects[$s['s_pid']]; $stats['total']['students']['complete']+=1; if(!array_key_exists($p['cat_id'], $stats)) { print("array key doesn't exist for cat_id=[{$p['cat_id']}]
"); print_r($p); print_r(array_keys($stats)); } $stats[$p['cat_id']]['students']['complete']+=1; $p['complete'] = true; } else { if(array_key_exists($s['s_pid'], $projects)) { $p =& $projects[$s['s_pid']]; $p['complete'] = false; } } } foreach($projects as &$p) { if($p['accepted']) { $stats['total']['projects']['accepted']+=1; $stats[$p['cat_id']]['projects']['accepted']+=1; } if(array_key_exists('complete', $p) && $p['complete'] == true) { $stats['total']['projects']['complete']+=1; $stats[$p['cat_id']]['projects']['complete']+=1; } } ?>

Stats

Accepted Students and Projects means a signature form has been received and marked in the system. Complete Students and Projects could print a signature form, but it hasn't been received or entered into the system yet. $c) { ?>
AcceptedComplete
StudentsProjectsStudentsProjects
Total

Students

Projects

FIXME: coming soon. */ ?>

Signature Forms and Project Numbers

Checkin and Tshirt List

Ethics Approval

Visit Lists