Search Keywords

Results Restricted To:

https://www.temple.edu

Total Results: 24

Research Guides: APIs for Scholarly Resources: Get Started

https://guides.temple.edu/APIs

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.

scholarshare.temple.edu

https://scholarshare.temple.edu/server/api/core/bitstreams/24a36317-da80-46cc-b740-63092d3a167f/content

scholarshare.temple.edu

TUScholarShare :: Home

https://scholarshare.temple.edu/

DSpace at Temple University provides access to a wide range of academic resources, including theses, dissertations, and research projects.

Bird Flu is Spreading in New Ways— Insights from CPH Epidemiology

https://cph.temple.edu/news/2025/02/bird-flu-spreading-new-ways-insights-cph-epidemiology

The bird flu outbreak in the United States continues to impact poultry, dairy cows, and humans, creating widespread concerns for public health and the agricultural industry. What Is Bird Flu? Bird flu, or avian influenza, is a viral infection that primarily affects wild birds but can spread to domestic poultry and other animals, including humans. The H5N1 strain, responsible for the current ...

TimeTree :: The Timescale of Life

http://timetree.temple.edu/

Timetree of Life TimeTree is a public knowledge-base for information on the evolutionary timescale of life. Data from thousands of published studies are assembled into a searchable tree of life scaled to time. Timepanels showing events in geological time and astronomical history are provided for comparison with timelines and timetrees. Results can be exported in different formats for ...

Network Architectures 3329 Spring 2018 03/30/2018 Name: Homework 4 Due ...

https://cis.temple.edu/~tug29203/18spring-3329/reading/hw4a.pdf

5. (2 points) Consider the SDN OpenFlow network shown in the following gure. Suppose that the desired forwarding behavior for datagrams arriving from host h3 or h4 at s2 is as follows: any datagrams arriving from host h3 and destined for h1, h2, h5 or h6 should be forwarded OpenFlow)example) should be forwarded Host h6

Python - Intro to Coding - Research Guides at Temple University

https://guides.temple.edu/c.php?g=995754&p=7207090

The two main packages used for data visualization are Matplotlib and Seaborn. When you want to run simple Ordinary least squares (OLS) regression, you can choose statsmodels.api. If you want to analyze data with other regression models or do machine learning, you should consider Scikit-learn package.

NARS WORKSHOP 2025

https://cis.temple.edu/tagit/events/workshop2025/

This approach reduces LLM API calls by up to 80% for routing and context retrieval operations while improving response accuracy through precise semantic understanding.

Sequential LASER ART and CRISPR Treatments Eliminate HIV-1 in a Subset ...

https://scholarshare.temple.edu/server/api/core/bitstreams/5f8a9579-d279-412d-88f3-744d54fdbdad/content

infection23 – 30. The model permits evaluation of long-term viral infection in blood and tissues and ART-induced HIV-1 latency. To af firm the model’s relevance for studies of HIV-1 elimination, we undertook a detailed evaluation of each of the human cell-virus model components (Fig. 1). First, after irradiation of mice at birth, animals were engrafted with human CD34 from cord blood by a ...

Futexes Are Tricky - Temple University

https://cis.temple.edu/~giorgio/cis307/readings/futex.pdf

It has the potential to wake up large numbers of threads. But the threads cannot right away return from the calls to pthread cond wait or pthread cond timedwait. Instead the API requires that the POSIX mutex associated with the conditional variable is locked first. All waiting threads must use the same mutex.