Search Keywords

Results Restricted To:

https://www.temple.edu

Total Results: 8,570

Vitae – Shanyang Zhao - Sites

https://sites.temple.edu/syzhao/vitae/

Reprinted in 2015 in Presence 2.0 – Bodily Performances in Media Cultures (pp. 205-226), edited by Kornella Hahn and Martin Stempfhuber. Wiesbaden, Springer VS. New Media Zhao, Shanyang, Aleksandr V. Shchekoturov, and Svetlana D. Shchekoturova. 2017. “Personal Profile Settings as Cultural Frames: Facebook vs. Vkontakte.”

Computational Learning Theory: PAC Learning - Temple University

https://cis.temple.edu/~giorgio/cis587/readings/pac.html

Going back to our problem of learning the concept medium-built people, we can assume that the concept is represented as a rectangle, with sides parallel to the axes height/weight, and with dimensions height_min, height_max, weight_min, weight_max. We assume that also the hypotheses will take the form of a rectangle with the sides parallel to the axes.

Lecture: Debye – Huckel Theory - Temple University

https://ronlevygroup.cst.temple.edu/courses/2016_fall/chem5302/lectures/chem5302_lecture10.pdf

Now, 1 ( ) is the average charge density at due to all the ions when ion number 1 is fixed at the origin. The charge density at can be expressed in terms of the pairs correlation function, which in turn can be expressed in terms of the potential of mean force, which can be expressed in terms of the averaged electrostatic potential.

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 ...

Conditional Probability - Temple University

https://cis.temple.edu/~latecki/Courses/CIS2033-Spring12/ElementaryProbabilityforApplications/ch3.pdf

5/36 5 The same result holds if B = “The first die is k” and 2 ≤ k ≤ 6. Carrying this reasoning further, we see that given the outcome lies in A, all five possibilities have the same probability. This should not be surprising. The original probabil-ity is uniform over the 36 possibilities, so when we condition on the occurrence of A, its five outcomes are equally likely.

Microsoft Word - Table_mDES_A.docx - Sites

https://sites.temple.edu/rtassessment/files/2018/10/Table_mDES_A.pdf

0 = Not at all, 1 = A little bit, 2 = moderately, 3 = Quite a bit, and 4 = Extremely

Stronger predation intensity and impact on prey communities in the tropics

https://sites.temple.edu/bjsewall/files/2021/08/Freestone-et-al-2021-Ecology-Stronger-predation-intensity-impact-on-prey-communities-in-the-tropics.pdf

evolutionary time across the globe (Menge and Lub-chenco 1981, Albouy et al. 2019, Silvestro et al. 2020). Although evidence continues to accrue in support of the prediction that predation intensity is stronger at lower latitudes (e.g., Schemske et al. 2009, Roslin et al. 2017, Reynolds et al. 2018), debate on its generality persists (Roesti et al. 2020). Further, variation in predation ...

Publications – Julie L. Booth, PhD - Sites

https://sites.temple.edu/stemlearning/publications/

Policy Insights from Behavioral and Brain Sciences, 2 (1), 24-32. McGinn, K.M., Lange, K.E., & Booth, J.L. (2015). Confronting misconceptions: A worked-example for creating worked-examples. Mathematics Teaching in the Middle School, 21 (1), 26-33. Booth, J.L., Cooper, L., Donovan, M.S., Huyghe, A., Koedinger, K.R., & Paré-Blagoev, E.J. (2015).

A Survey of Hyperbolic Knot Theory - Temple University

https://faculty.cst.temple.edu/~dfuter/research/hyperbolic-knots-survey.pdf

David Futer, Efstratia Kalfagianni and Jessica S. Purcell Abstract We survey some tools and techniques for determining geometric proper-ties of a link complement from a link diagram. In particular, we survey the tools used to estimate geometric invariants in terms of basic diagrammatic link invariants. We focus on determining when a link is hyperbolic, estimating its volume, and bound-ing its ...

CIS 4307: Monitors

https://cis.temple.edu/~giorgio/cis307/readings/monitor.html

Monitor Definition and ImplementationCIS 4307: Monitors [], [] Monitors A Monitor is an abstract data type, i.e. a combination of data structures and operations, where at most one operation may be executing at one time. The required mutual exclusions are enforced by the compiler implementing the monitor. Within a monitor it is possible to use a special kind of blocking semaphore, called a ...