science-ation/admin/stats.inc.php
2025-02-10 19:54:20 +00:00

89 lines
3.2 KiB
PHP

<?
/*
* This file is part of the Science-ation project
* Science-ation Website: https://science-ation.ca
*
* This file was part of the 'Science Fair In A Box' project
*
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
* Copyright (C) 2024 AlgoLibre Inc. <science-ation@algolibre.io>
* Copyright (C) 2024 AlgoLibre Inc. <science-ation@algolibre.io>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
$stats_data = array(
'start_date' => array('manual' => true),
'end_date' => array('manual' => true),
'address' => array('manual' => true),
'budget' => array('manual' => true),
'ysf_affiliation_complete' => array('manual' => true),
'charity' => array('manual' => true),
'male_1' => array(),
'male_4' => array(),
'male_7' => array(),
'male_9' => array(),
'male_11' => array(),
'female_1' => array(),
'female_4' => array(),
'female_7' => array(),
'female_9' => array(),
'female_11' => array(),
'projects_1' => array(),
'projects_4' => array(),
'projects_7' => array(),
'projects_9' => array(),
'projects_11' => array(),
'students_total' => array(),
'schools_total' => array(),
'schools_active' => array(),
'students_public' => array(),
'schools_public' => array(),
'students_private' => array(),
'schools_private' => array(),
'schools_districts' => array(),
'studentsvisiting' => array('manual' => true),
'publicvisiting' => array('manual' => true),
'firstnations' => array('manual' => true),
'students_atrisk' => array(),
'schools_atrisk' => array(),
'teacherssupporting' => array('manual' => true),
'increasedinterest' => array('manual' => true),
'consideringcareer' => array('manual' => true),
'committee_members' => array(),
'judges' => array(),
'next_chair_name' => array('manual' => true),
'next_chair_email' => array('manual' => true),
'next_chair_hphone' => array('manual' => true),
'next_chair_bphone' => array('manual' => true),
'next_chair_fax' => array('manual' => true),
'scholarships' => array('manual' => true),
'delegate1' => array('manual' => true),
'delegate2' => array('manual' => true),
'delegate3' => array('manual' => true),
'delegate4' => array('manual' => true),
'delegate1_email' => array('manual' => true),
'delegate2_email' => array('manual' => true),
'delegate3_email' => array('manual' => true),
'delegate4_email' => array('manual' => true),
'delegate1_size' => array('manual' => true),
'delegate2_size' => array('manual' => true),
'delegate3_size' => array('manual' => true),
'delegate4_size' => array('manual' => true),
);