This source did not publish a separate summary. Review SKILL.md before using the skill.
SKILL.md
Campus Safety Data Source Reference
Campus Safety and Security (CSS) — annual Clery Act crime and fire safety reporting for all Title IV postsecondary institutions. Full dataset covers primary offenses, VAWA offenses, hate crimes, arrests/referrals, and fire safety. Portal mirror provides only hate crimes data (2005-2021); primary offenses, VAWA, arrests, and fire safety require direct access to ope.ed.gov/campussafety. Use when analyzing campus hate crimes via Portal or understanding Clery Act reporting structure. Identified by IPEDS unitid.
Guide to understanding and using campus crime and fire safety data collected under the Clery Act.
CRITICAL: Value Encoding
The Education Data Portal mirrors use integer codes for categorical variables, not string labels:
Variable
Example Code
Meaning
bias
1
Race-based bias
crime_type
14
Intimidation
fips
6
California
See ./references/variable-definitions.md for complete code mappings.
Truth Hierarchy: When interpreting variable values, apply this priority:
Actual data file (what you observe in the parquet/CSV) -- this IS the truth
Live codebook (.xls in mirror) -- authoritative documentation, may lag
This skill documentation -- convenient summary, may drift from codebook
If this documentation contradicts the codebook, trust the codebook. If the codebook contradicts observed data, trust the data and investigate. Use get_codebook_url() from to download codebooks.
fetch-patterns.md
What is Campus Safety and Security Data?
The Campus Safety and Security (CSS) data comes from the annual survey required by the Jeanne Clery Disclosure of Campus Security Policy and Campus Crime Statistics Act:
Federal mandate: All Title IV institutions must report crime and fire statistics annually
Consumer protection: Designed to inform students, parents, and employees about campus safety
Primary source: U.S. Department of Education Office of Postsecondary Education
Coverage: All postsecondary institutions receiving federal financial aid
Reporting period: Calendar year (January 1 - December 31)
Available years: 2005-2021 (hate crimes in Portal mirrors)
Crime data type?
├─ Violent crimes (murder, assault, robbery, sex offenses)
│ └─ See ./references/crime-categories.md
├─ Property crimes (burglary, motor vehicle theft, arson)
│ └─ See ./references/crime-categories.md
├─ Sex offenses (rape, fondling, incest, statutory rape)
│ └─ See ./references/crime-categories.md
├─ Dating/domestic violence, stalking
│ └─ See ./references/vawa-offenses.md
├─ Hate crimes (bias-motivated)
│ └─ See ./references/hate-crimes.md
├─ Drug/alcohol/weapons violations
│ └─ See ./references/arrests-referrals.md
└─ Fire incidents in residence halls
└─ See ./references/fire-safety.md
Where did the crime occur?
Understanding crime location?
├─ On-campus (main campus buildings/grounds)
│ └─ See ./references/campus-geography.md
├─ On-campus student housing (subset of on-campus)
│ └─ See ./references/campus-geography.md
├─ Public property (streets, sidewalks adjacent to campus)
│ └─ See ./references/campus-geography.md
├─ Noncampus (off-site but institution-controlled)
│ └─ See ./references/campus-geography.md
└─ Not sure which category
└─ See ./references/campus-geography.md (definitions section)
Can I compare schools?
Planning institutional comparisons?
├─ Want to rank schools by safety
│ └─ See ./references/limitations.md (CRITICAL: comparability issues)
├─ Comparing similar institution types
│ └─ See ./references/limitations.md (controlling for factors)
├─ Analyzing trends over time
│ └─ See ./references/limitations.md (reporting changes)
└─ Understanding what statistics mean
└─ See ./references/limitations.md (interpretation guidance)
Quick Reference: Crime Categories
Crime Type Codes (Portal Integer Encoding)
Code
Crime Type
Category
1
Murder/Non-negligent Manslaughter
Primary Offense
2
Manslaughter by Negligence
Primary Offense
3
Rape
Sex Offense
4
Fondling
Sex Offense
5
Incest
Sex Offense
6
Statutory Rape
Sex Offense
7
Robbery
Primary Offense
8
Aggravated Assault
Primary Offense
9
Burglary
Property Crime
10
Motor Vehicle Theft
Property Crime
11
Arson
Property Crime
12
Larceny-Theft
Hate Crime Only
13
Simple Assault
Hate Crime Only
14
Intimidation
Hate Crime Only
15
Destruction/Damage/Vandalism
Hate Crime Only
16
Domestic Violence
VAWA (2014+)
17
Dating Violence
VAWA (2014+)
18
Stalking
VAWA (2014+)
Note: Crime type code 99 (Total) is documented in some references but does NOT appear in the actual Portal mirror data. The data contains individual crime types 1-18 only.
Bias Category Codes (Portal Integer Encoding)
Code
Bias Category
Notes
1
Race
Most common category
2
Religion
Anti-Jewish, Anti-Islamic, etc.
3
Sexual Orientation
Anti-Gay, Anti-Lesbian, etc.
4
Gender
Based on perceived gender
5
Gender Identity
Added 2014
6
Ethnicity
Separated from National Origin in 2014
7
National Origin
Based on country of birth
8
Disability
Physical or mental
9
Unknown/Other
99
Total
All bias categories combined
VAWA Offenses (Added 2013)
Code
Offense
Definition
16
Domestic Violence
Violence by current/former spouse, cohabitant, or similar
17
Dating Violence
Violence by person in romantic/intimate relationship
18
Stalking
Course of conduct causing fear for safety
Hate Crime-Only Offenses
Codes 12-15 are only reported as hate crimes. They are not standalone Clery crimes unless bias-motivated.
Arrests and Disciplinary Referrals
Category
What's Counted
Liquor Law Violations
Arrests + Disciplinary referrals
Drug Law Violations
Arrests + Disciplinary referrals
Weapons Violations
Arrests + Disciplinary referrals
Key Identifiers (Hate Crimes Dataset)
ID
Format
Level
Example
Notes
unitid
6-digit integer
Institution
100654
IPEDS institution ID
opeid
8-character String
Institution
00100200
OPE institution ID (126 nulls in data)
inst_name
String
Institution
University of Alabama
Institution name
fips
Integer
State
6
State FIPS code
Note: The hate crimes dataset uses inst_name (not instnm). Columns like branch, address, city, zip, state, sector, enrollment are NOT present in the Portal mirror data. Join with IPEDS directory on unitid to obtain institutional characteristics.
Geographic Categories
Location
Definition
Reported Separately?
On-Campus
Buildings/property owned/controlled by institution, reasonably contiguous
Yes
On-Campus Student Housing
Residence halls (subset of on-campus)
Yes (as subset)
Noncampus
Institution-owned/controlled property not contiguous; student org properties
Yes
Public Property
Streets, sidewalks, parking within or immediately adjacent to campus
Yes
Fire Safety Data
Fire data is reported only for on-campus student housing facilities:
Data Element
Description
Number of fires
Total fires per building per year
Cause of fire
Intentional, unintentional, undetermined
Injuries
Fire-related injuries requiring treatment
Deaths
Fire-related fatalities
Property damage
Estimated dollar value
Fire safety systems
Sprinklers, alarms, smoke detectors, etc.
Missing Data Codes
Code
Meaning
When Used
null
Missing/not reported
Data not submitted or not applicable (e.g., 352k null values in bias column)
0
Zero incidents
Explicitly reported as zero (distinct from missing)
Empirically verified: The hate crimes dataset in the Portal mirror does NOT use -1, -2, or -3 coded values. All missing data appears as null. This differs from some other Portal datasets (e.g., CCD) that use negative integer codes. Always verify against the actual data.
Data Access
Datasets for Campus Safety are available via the mirror system. See datasets-reference.md for canonical paths, mirrors.yaml for mirror configuration, and fetch-patterns.md for fetch code patterns.
Dataset
Type
Years
Path
Codebook
Hate Crimes
Single
2005-2021
csafety/colleges_csafety_hate_crimes
csafety/codebook_colleges_csafety_hate_crimes
CRITICAL: Limited Data in Portal Mirrors -- Only hate crimes data is available in the Portal mirrors (1 dataset). For other campus safety data (primary offenses, VAWA, arrests/referrals, fire safety), access the Department of Education directly at https://ope.ed.gov/campussafety/. Consult datasets-reference.md for the authoritative list of available mirror datasets.
Codebooks are .xls files co-located with data in all mirrors. Use get_codebook_url() from fetch-patterns.md to construct download URLs: