26 research outputs found
Delivering Health Information via Podcast or Web: Media Effects on Psychosocial and Physiological Responses
This study explored differences in psychosocial and physiological variables in response to being presented with information on weight loss through either reading text on a website or listening to the same information via podcast. Participants were randomized to receive a weight loss website (n = 20) or podcast (n = 20). Participants had skin conductance levels measured and completed questionnaire items assessing demographic characteristics, user control, novelty, and knowledge. Participants in the podcast group exhibited greater levels of physiological arousal and reported the intervention to be more novel than those in the Web group; however, the Web group reported greater user control. There was no difference in knowledge between the groups. This study presents the first step in examining the role that novelty and user control may play in two different weight-loss electronic media, as well as differences in knowledge acquisition. Future research should explore adding additional media features, such as video content, to the podcasts and websites in order to optimize fully the different mediums and to examine whether user control and novelty are potential mediators of weight loss outcomes
Information Processing Versus Social Cognitive Mediators of Weight Loss in a Podcast-Delivered Health Intervention
Podcasting is an emerging technology, and previous interventions have shown promising results using theory-based podcast for weight loss among overweight and obese individuals. This study investigated whether constructs of social cognitive theory and information processing theories (IPTs) mediate the effect of a podcast intervention on weight loss among overweight individuals. Data are from Pounds off Digitally, a study testing the efficacy of two weight loss podcast interventions (control podcast and theory-based podcast). Path models were constructed (n = 66). The IPTs—elaboration likelihood model, information control theory, and cognitive load theory—mediated the effect of a theory-based podcast on weight loss. The intervention was significantly associated with all IPTs. Information control theory and cognitive load theory were related to elaboration, and elaboration was associated with weight loss. Social cognitive theory constructs did not mediate weight loss. Future podcast interventions grounded in theory may be effective in promoting weight loss
Pounds Off Digitally Study: A Randomized Podcasting Weight Loss Intervention
As obesity rates rise, new weight loss methods are needed. Little is known about the use of podcasting (audio files for a portable music player or computer) to promote weight loss, despite its growing popularity
A Robot Laboratory For Teaching Artificial Intelligence
There is a growing consensus among computer science faculty that it is quite difficult to teach the introductory course on Artificial Intelligence well [4, 6]. In part this is because AI lacks a unified methodology, overlaps with many other disciplines, and involves a wide range of skills from very applied to quite formal. In the funded project described here we have addressed these problems by: Offering a unifying theme that draws together the disparate topics of AI; Focusing the course syllabus on the role AI plays in the core computer science curriculum; and Motivating the students to learn by using concrete, hands-on laboratory exercises. Our approach is to conceive of topics in AI as robotics tasks. In the laboratory, students build their own robots and program them to accomplish the tasks. By constructing a physical entity in conjunction with the code to control it, students have a unique opportunity to directly tackle many central issues of computer science including the interaction between hardware and software, space complexity in terms of the memory limitations of the robot\u27s controller, and time complexity in terms of the speed of the robot\u27s action decisions. More importantly, the robot theme provides a strong incentive towards learning because students want to see their inventions succeed. This robot-centered approach is an extension of the agent-centered approach adopted by Russell and Norvig in their recent text book [11]. Taking the agent perspective, the problem of AI is seen as describing and building agents that receive perceptions as input and then output appropriate actions based on them. As a result the study of AI centers around how best to implement this mapping from perceptions to actions. The robot perspective takes this approach one step further; rather than studying software agents in a simulated environment, we embed physical agents in the real world. This adds a dimension of complexity as well as excitement to the AI course. The complexity has to do with additional demands of learning robot building techniques but can be overcome by the introduction of kits that are easy to assemble. Additionally, they are lightweight, inexpensive to maintain, programmable through the standard interfaces provided on most computers, and yet, offer sufficient extensibility to create and experiment with a wide range of agent behaviors. At the same time, using robots also leads the students to an important conclusion about scalability: the real world is very different from a simulated world, which has been a long standing criticism of many well-known AI techniques. We proposed a plan to develop identical robot building laboratories at both Bryn Mawr and Swarthmore Colleges that would allow us to integrate the construction of robots into our introductory AI courses. Furthermore, we hoped that these laboratories would encourage our undergraduate students to pursue honors theses and research projects dealing with the building of physical agents