Access Existing Data
Collections
The Library's data collection is comprised primarily of quantitative digital research data from various disciplines in the social, humanities, health, and physical sciences.These data can be accessed directly through links listed under the Data Types sidebar, or may be retrieved on request by Library Staff.
Data Types
Through subscriptions with data providers and purchases, the Library provides access to many types of data. Actual holdings for the data types described below are accessible through the Library.
- MICRODATA comprise of information on each individual, household, business, etc., responding to a survey, with codes (usually numbers) representing the response to each question asked.
- AGGREGATE DATA are summary-level data, the result of applying statistical analyses to microdata, and are commonly referred to interchangeably with the term 'statistics'. Aggregate data are often presented in the form of statistical tables.
- TIME SERIES are observations of the same variable (e.g., unemployment rate) made over time, usually at a regular interval such as weekly, monthly, yearly, etc.
- TEXTUAL DATA comprise of speech and text databases, lexicons, text corpora, and other metadata-added textual resources used for language and linguistic research.
- SPATIAL DATA describe both the location of a geographic feature and its attributes, usually stored as coordinates and topology.
Mediated Access
Some data providers require the Library to act as a mediator between their data products and those wanting a copy of the data. These data typically are restricted to researchers meeting the access criteria stipulated in the data provider's licence. The Library's DLI licence with Statistics Canada is an example of a data provider requiring mediated access.
Some data mediation is administered only through a secure data facility where a researcher must go to work with the data. The Library houses a Statistics Canada Research Data Centre (RDC) that is an example of such a facility. The Alberta RDC is a secure facility for selected Statistics Canada confidential data. Through this service, researchers have access to detailed data that are not available through Statistics Canada DLI public use microdata . For further information about the Alberta RDC, contact data@ualberta.ca.
Data Formats Glossary
File Formats: Application software typically read data in a few accepted formats. If data has been saved in another format, the Data Library can help. We provide assistance in migrating data between formats for different software.
Proprietary Formats: Some file formats are protected under copyright, and their structures are not publicly released. These formats operate efficiently in their original software, but have limited use beyond it. To plan for long term use of data, save files in a non-proprietary format that is based on a publicly shared, standards-based format.
Text versus non-text Formats: Data that can be read by the human eye using a text editor will be in a text format, while data that have been written using a binary variable type, for example written in double precision Real*8 format, will not be displayed as readable characters in the same editor. Non-text formats require knowledge of the record layout for data reuse.
Record Layouts: A record layout is a document that describes the variety of variable formats that are used in the file and how to declare these so application software can read them.
File Extension Types: A file operating system, such as Microsoft Windows, uses file extensions to help application programs identify the files they can read. For example,the extensions .xls, .xlt, .xlm, .xlsx, and .xlsm are all Microsoft Excel extensions. However, file extensions can be used for different programs; some researchers use the extension .dat to represent a text data file. Many different programs also use this same extension. For clarity, include notes on format in your data documentation.