Search Keywords

Results Restricted To:

https://www.temple.edu

Total Results: 3,730

Library Search - Temple University

https://librarysearch.temple.edu/databases

Temple Libraries' official online search tool for books, media, journals, databases, government documents and more.

Downloading plain text from Internet Archive and Project ... - Sites

https://sites.temple.edu/tudsc/2016/06/08/downloading-plain-text-from-internet-archive-and-project-gutenberg-with-python/

Written by Liz Rodrigues After I had assembled a list of US immigrant autobiography and checked to see which were available in full text and plain text files, the next step was to get those files. This list of about fifty books was probably short enough to do this manually–by looking up each title and copying & pasting the file into notepad–but to prepare for future projects, I wanted to ...

Research Guides: Qualitative Data Repository: Home

https://guides.temple.edu/qdr

Temple University is a member of the Qualitative Data Repository (QDR), a dedicated archive for storing and sharing qualitative and mixed-method research data for the social sciences and related fields.

Explore Our Collections - Digital Collections

https://digital.library.temple.edu/digital/custom/explore

Our Digital Collections site offers free worldwide access to the unique primary historical and cultural resources held by the Temple University Libraries and to selected scholarly works and other publications produced at Temple. We are actively digitizing additional materials; to suggest materials you’d like to see digitized, please contact us at: diglib@temple.edu.

Qualitative Data Analysis and QDA Tools - Temple University

https://guides.temple.edu/qda/qualcoder

QualCoder is free, open source software for qualitative data analysis. It has many of the features of commercial QDA software packages such as auto-coding, coding images and A/V materials, SQL database querying, and many reporting and visualization options.

Data Analytics Bootcamp: Python - Fox School of Business

https://www.fox.temple.edu/faculty-research/institutes-centers/center-executive-education/programs/open-enrollment-programs/data-analytics-bootcamp-python

Data Analytics Bootcamp: Python will teach participants how to organize data in a way that allows them to critically analyze a particular area of interest. This asynchronous learning program will take you from a beginner level to skillful programmer with step-by-step instructions. The course consists of 10 self-guided modules that can be completed at your own pace. Most participants can expect ...

Research Guides: Using REDCap: Backups and Exporting Data

https://guides.temple.edu/c.php?g=936400&p=6879976

As with any data collection practice, it is always important to backup your data. Do this regularly and you will be in a much better place if anything happens to your data during the course of your research. REDCap is a great tool but has limited analysis capabilities and you will likely want to analyze your data in another program. REDCap has a number of export settings to allow you to export ...

Research Guides: APIs for Scholarly Resources: Get Started

https://guides.temple.edu/APIs

API stands for application programming interface. An API is a protocol that allows a user to query a resource and retrieve and download data in a machine-readable format. Researchers sometimes use APIs to download collections of texts, such as scholarly journal articles, so they can perform automated text mining on the corpus they've downloaded. Here is a simple tutorial that explains what an ...

Databases A-Z - Temple University Libraries

https://alt.library.temple.edu/databases/

This site is an alternate access for Temple University Libraries main site. It can be accessed when the main site is down. It provides basic contact info and access to select databases. This site is always up.

Building Classification Models: ID3 and C4.5 - Temple University

https://cis.temple.edu/~giorgio/cis587/readings/id3-c45.html

Introduction ID3 and C4.5 are algorithms introduced by Quinlan for inducing Classification Models, also called Decision Trees, from data.