license: mit
Dataset Card for Zeigler Lectures Dataset
Dataset Summary
The Zeigler Lectures Dataset is a curated collection of key Earle F. Zeigler Award lectures, delivered annually at the North American Society for Sport Management (NASSM) conferences. These lectures span from the late 1980s to the 1990s and are authored by influential scholars in sport management. Each entry includes the lecture title, author, year of presentation, full content, references, and acknowledgments. The dataset offers rich historical and conceptual insights into the development of sport management as a discipline.
Languages
The dataset is entirely in English.
Dataset Structure
Data Instances
Each entry in the dataset is structured as a JSON object with the following fields:
{
"title": "Sport Management: Opportunities and Obstacles",
"author": "P. Chelladurai The Ohio State University",
"year": "1991",
"content": "...full lecture text...",
"references": "...bibliographic references...",
"acknowledgement": "...acknowledgment section...",
"notes": "n/a"
}
Data Fields
- title: Title of the lecture.
- author: Author's name and institution.
- year: Year of presentation.
- content: Full text of the lecture.
- references: Citations and works referenced in the lecture.
- acknowledgement: Acknowledgment text if present.
- notes: Additional notes or remarks.
Source Data
Original Source
The lectures were originally published in the Journal of Sport Management and presented at NASSM annual conferences.
Dataset Creation
The dataset was extracted and formatted from a structured JSON document that compiled several Zeigler Award lectures.
License
Check the terms of use with the original source publications or NASSM; usage may be restricted for commercial redistribution.