/*
TODO
apply generalized halveList function
interrupt getLocationDetails loop when i<1 (convert to do...while)
*/
$breadcrumbs = array(array('href' => 'index.php', 'text' => 'Home'), array('text' => 'Search Database'));
$pagestyles = "search.css";
$tabSelected = "search";
$sidebar = False;
$onload = True;
$onloadFunction = "checkFilters();";
require_once("SearchForm.php");
require_once("Common.php");
$dbInfo = getDbInfo();
if (isset($dbInfo['search_version']) && $dbInfo['search_version'] == 2) {
header("Location: search2.php");
}
$yearList = getYearList();
$countryList = halvelist(getCountryList());
$groupList = getGroupList();
$campaignList = getCampaignList();
$targetTypeList = getTargetTypeList();
$weaponList = getWeaponList();
session_start();
$filter = isset($_SESSION['filter']) ? $_SESSION['filter'] : array();
include 'timestamp.php';
?>
include 'includes/php/header.php'; ?>
Search the Suicide Attack Database
The Chicago Project on Security and Terrorism maintains a searchable database on all suicide attacks from 1981 to =CFG_MAX_YEAR?> and additional years will be added.
The database includes information about the location of attacks, the target type, the weapon used, and systematic information on the demographic
and general biographical characteristics of suicide attackers. The database expands the breadth of the data available in English using native
language sources (e.g., Arabic, Hebrew, Russian, Tamil) that are likely to have the most extensive relevant information.
CPOST data posted as of =$lastUpdate?>
}?>
Filter By
Click a group to show or hide the group options
Click here to see a map of all suicide attacks from 1980-2009
include 'includes/php/footer.php'; ?>