7 Pages

boinc

Course: CS 653, Fall 2008
School: USC
Rating:
 
 
 
 
 

Word Count: 4807

Document Preview

A BOINC: System for Public-Resource Computing and Storage David P. Anderson Space Sciences Laboratory University of California at Berkeley davea@ssl.berkeley.edu Abstract BOINC (Berkeley Open Infrastructure for Network Computing) is a software system that makes it easy for scientists to create and operate public-resource computing projects. It supports diverse applications, including those with large storage or...

Register Now

Unformatted Document Excerpt

Coursehero >> California >> USC >> CS 653

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
A BOINC: System for Public-Resource Computing and Storage David P. Anderson Space Sciences Laboratory University of California at Berkeley davea@ssl.berkeley.edu Abstract BOINC (Berkeley Open Infrastructure for Network Computing) is a software system that makes it easy for scientists to create and operate public-resource computing projects. It supports diverse applications, including those with large storage or communication requirements. PC owners can participate in multiple BOINC projects, and can specify how their resources are allocated among these projects. We describe the goals of BOINC, the design issues that we confronted, and our solutions to these problems. If 100 million computer users each provide 10 Gigabytes of storage, the total (one Exabyte, or 1018 bytes) would exceed the capacity of any centralized storage system. In spite of this resource, and an abundance of promising applications, relatively few large-scale public-resource projects have emerged. This is due in part to the lack of appropriate middleware (client and server software, management tools, user-centered web features, and so on). Some open-source systems have been developed, such as Cosm, jxta, and XtremWeb [4], but these systems provide only part of the necessary functionality. Commercial systems such as Entropia [2] and United Devices are more full-featured but not free. 1 Public-Resource Computing The worlds computing power and disk space is no longer primarily concentrated in supercomputer centers and machine rooms. Instead it is distributed in hundreds of millions of personal computers and game consoles belonging to the general public. Public-resource computing (also known as Global Computing or Peer-to-peer computing ) uses these resources to do scientic supercomputing. This paradigm enables previously infeasible research. It also encourages public awareness of current scientic research, it catalyzes global communities centered around scientic interests, and it gives the public a measure of control over the directions of scientic progress. Public-resource computing emerged in the mid-1990s with two projects, GIMPS and Distributed.net. In 1999, our group launched SETI@home [1], which has attracted millions of participants worldwide. SETI@home now runs on about 1 million computers, providing a sustained processing rate of over 70 TeraFLOPS (in contrast, the largest conventional supercomputer, the NEC Earth Simulator, provides about 35 TeraFLOPs). The potential resource is much larger. The number of Internet-connected PCs is growing rapidly, and is projected to reach 1 billion by 2015. Together, these PCs could provide many PetaFLOPs of computing power. The publicresource approach applies to storage as well as computing. 1.1 Contrast with Grid computing Public-resource computing and Grid computing share the goal of better utilizing existing computing resources. However, there are profound differences between the two paradigms, and it is unlikely that current Grid middleware [5] will be suitable for public-resource computing. Grid computing involves organizationally-owned resources: supercomputers, clusters, and PCs owned by universities, research labs, and companies. These resources are centrally managed by IT professionals, are powered on most of the time, and are connected by full-time, high-bandwidth network links. There is a symmetric relationship between organizations: each one can either provide or use resources. Malicious behavior such as intentional falsication of results would be handled outside the system, e.g. by ring the perpetrator. In contrast, public resource computing involves an asymmetric relationship between projects and participants. Projects are typically small academic research groups with limited computer expertise and manpower. Most participants are individuals who own Windows, Macintosh and Linux PCs, connected to the Internet by telephone or cable modems or DSL, and often behind network-address translators (NATs) or rewalls. The computers are frequently turned off or disconnected from the Internet. Participants are not computer experts, and participate in a project only if they are interested in it and receive incentives such as credit and screensaver graphics. Projects have no control over participants, and cannot prevent malicious behavior. Accordingly there are different requirements on middleware for public resource computing than for Grid computing. For example, BOINCs features such as redundant computing, cheat-resistant accounting, and support for user-congurable application graphics are not necessary in a Grid system; in fact, most of the features described in the remainder of this paper apply primarily to public-resource computing. Conversely, Grid computing has many requirements that public-resource computing does not. A Grid architecture must accommodate many existing commercial and research-oriented academic systems, and must provide a general mechanism for resource discovery and access. In fact, it must address all the issues of dynamic heterogeneous distributed systems, an active area of Computer Science research for several decades. This has led to architecture such as Open Grid Services Architecture [7], which achieve generality at the price of complexity and, to some extent, performance. 2 BOINC BOINC (Berkeley Open Infrastructure for Network Computing) is an platform for public-resource distributed computing. BOINC is being developed at U.C. Berkeley Spaces Sciences Laboratory by the group that developed and continues to operate SETI@home. BOINC is open source and is available at http://boinc.berkeley.edu. projects, and can assign to each project a resource share determining how scarce resource (such as CPU and disk space) are divided among projects. If most participants register with multiple projects, then overall resource utilization is improved: while one project is closed for repairs, other projects temporarily inherit its computing power. On a particular computer, the CPU might work for one project while the network is transferring les for another. Support diverse applications. BOINC accommodates a wide range of applications; it provides exible and scalable mechanism for distributing data, and its scheduling algorithms intelligently match requirements with resources. Existing applications in common languages (C, C++, FORTRAN) can run as BOINC applications with little or no modication. An application can consist of several les (e.g. multiple programs and a coordinating script). New versions of applications can be deployed with no participant involvement. Reward participants. Public-resource computing projects must provide incentives in order to attract and retain participants. The primary incentive for many participants is credit: a numeric measure of how much computation they have contributed. BOINC provides a creditaccounting system that reects usage of multiple resource types (CPU, network, disk), is common across multiple projects, and is highly resistant to cheating (attempts to gain undeserved credit). BOINC also makes it easy for projects to add visualization graphics to their applications, which can provide screensaver graphics. 2.2 Projects using BOINC A number of public-resource computing projects are using BOINC. The requirements of these projects have shaped the design of BOINC. SETI@home, a continuation of the original SETI@home project [1], performs digital signal processing of radio telescope data from the Arecibo radio observatory. A BOINC-based version of this project has been developed, and we are currently shifting the existing SETI@home user base (over 500,000 active participants) to the BOINC-based version. The BOINCbased SETI@home will use client disks to archive data, eliminating the need for its central tape archive. Predictor@home: [11] This project, based at The Scripps Research Institute, studies protein behavior using CHARMM, a FORTRAN program for macromolecular dynamics and mechanics. It is operational within Scripps, and is being readied for a public launch. Folding@home [10]. This project is based at Stanford University. It studies protein folding, misfolding, aggregation, and related diseases. It uses novel computational methods and distributed computing to simulate time scales thou- 2.1 Goals of BOINC BOINCs general goal is to advance the public resource computing paradigm: to encourage the creation of many projects, and to encourage a large fraction of the worlds computer owners to participate in one or more projects. Specic goals include: Reduce the barriers of entry to public-resource computing. BOINC allows a research scientist with moderate computer skills to create and operate a large public-resource computing project with about a week of initial work and an hour per week of maintenance. The server for a BOINCbased project can consist of a single machine congured with common open-source software (Linux, Apache, PHP, MySQL, Python). Share resources among autonomous projects. BOINC-based projects are autonomous. Projects are not centrally authorized or registered. Each project operates its own servers and stands completely on its own. Nevertheless, PC owners can seamlessly participate in multiple sands to millions of times longer than previously achieved. A BOINC-based project has been implemented and is being tested. Climateprediction.net [14]. The aim of this project (based at Oxford University) is to quantify and reduce the uncertainties in long-term climate prediction based on computer simulations. This is accomplished by running large numbers of simulations with varying forcing scenarios (initial and boundary conditions, including natural and manmade components) and internal model parameters. The Climateprediction.net application (a million-line FORTRAN program) produces a 2 GB detailed output le for each 50-year simulation run (which takes about 3 PC-months). These output les need to be uploaded and examined in a small fraction of cases - for example, when the smaller summary output le indicates a possible bug in the model. Climate@home. This project is a collaboration of researchers at NCAR, MIT, UCAR, Rutgers, Lawrence Berkeley Lab, and U.C. Berkeley. Its scientic goals are similar to those of Climateprediction.net, but it will be using the NCAR Community Climate System Model (CCSM). It will collaborate with Climateprediction.net to maximize compatibility and minimize redundant effort, and to enable a systematic comparison of different climate models. CERN projects. CERN (in Geneva, Switzerland) is deploying a BOINC-based project on 1,000 in-house PCs, and plans to launch the project publicly in coordination with its 50th anniversary in October 2004. The projects current application is a FORTRAN program that simulates the behavior of the LHC (Large Hadron Collider) as a function of the parameters of individual superconducting magnets. CERN researchers are investigating other applications. Einstein@home. This project involves researchers from University of Wisconsin, U.C. Berkeley, California Institute of Technology, LIGO Hanford Observatory, University of Glasgow, and the Albert Einstein Institute. Its purpose is to detect certain types of gravitational waves, such as those from spinning neutron stars, that can be detected only by using highly selective ltering techniques that require extreme computing power. It will analyze data from the Laser Interferometry Gravitational Observatory (LIGO) and the British/German GEO6000 gravitational wave detector. UCB/Intel study of Internet resources. This project, a collaboration between researchers at the U.C. Berkeley Computer Sciences Department and the Intel Berkeley Research Laboratory, seeks to study the structure and performance of the consumer Internet, together with the performance, dependability and usage characteristics of home PCs, in an effort to understand what resources are available for peer-to-peer services. This project need to perform actions at specic times of day, or in certain time ranges. While performing these actions other BOINC applications must be suspended. The BOINC API supports these re- quirements. 2.3 Overview of the BOINC implementation A BOINC project corresponds to an organization or research group that does public-resource computing. It is identied by a single master URL, which is the home page of its web site and also serves as a directory of scheduling servers. Participants register with projects. A project can involve one or more applications, and the set of applications can change over time. The server complex of a BOINC project is centered around a relational database that stores descriptions of applications, platforms, versions, workunits, results, accounts, teams, and so on. Server functions are performed by a set of web services and daemon processes: Scheduling servers handles RPCs from clients; it issues work and handles reports of completed results. Data servers handles le uploads using a certicate-based mechanism to ensure that only legitimate les, with prescribed size limits, can be uploaded. File downloads are handled by plain HTTP. BOINC provides tools (Python scripts and C++ interfaces) for creating, starting, stopping and querying projects; adding new applications, platforms, and application versions, creating workunits, and monitoring server performance. BOINC is designed to be used by scientists, not system programmers or IT professionals; the tools are simple and well-documented, and a full-featured project can be created in a few hours. Participants join a BOINC-based project by visiting the projects web site, lling out a registration form, and downloading the BOINC client. The client can operate in several modes: as a screensaver that shows the graphics of running applications; as a Windows service, which runs even when no users are logged in and logs errors to a database; as an application that provides a tabular view of projects, work, le transfers, and disk usage, and as a UNIX command-line program that communicates through stdin, stdout and stderr, and can be run from a cron job or startup le. BOINC provides tools that let participants remotely install the client software on large numbers of machines, and attach the client to accounts on multiple projects. 3 Design issues and solutions 3.1 Describing computation and data BOINC uses a simple but rich set of abstractions for les, applications, and data. A project denes application versions for various platforms (Windows, Linux/x86, Mac OS/X, etc.). An application can consist of an arbitrary set of les. A workunit represents the inputs to a computation: the application (but not a particular version) a set of references input les, and sets of command-line arguments and environment variables. Each workunit has parameters such as compute, memory and storage requirements and a soft deadline for completion. A result represents the result of a computation: it consists of a reference to a workunit and a list of references to output les. Files (associated with application versions, workunits, or results) have project-wide unique names and are immutable. Files can be replicated: the description of a le includes a list of URLs from which it may be downloaded or uploaded. Files can have associated attributes indicating, for example, that they should remain resident on a host after their initial use, that they must be validated with a digital signature, or that they must be compressed before network transfer. When the BOINC client communicates with a scheduling server it reports completed work, and receives an XML document describing a collection of the above entities. The client then downloads and uploads les and runs applications; it maximizes concurrency, using multiple CPUs when possible and overlapping communication and computation. BOINCs computational system also provides a distributed storage facility (of computational inputs or results, or of data not related to distributed computation) as a byproduct. This storage facility is much different from peer-to-peer storage systems such as Gnutella, PAST [13] and Oceanstore [9]. In these systems, can les be created by any peer, and there is no central database of le locations. This leads to a set of technical problems (e.g. naming and le location) that are not present in the BOINC facility. also limit the total number of results sent to a given host per day. BOINC implements redundant computing using several server daemon processes: The transitioner implements the redundant computing logic: it generates new results as needed and identies error conditions. The validater examines sets of results and selects canonical results. It includes an application-specic result-comparison function. The assimilater handles newly-found canonical results. Includes an application-specic function which typically parses the result and inserts it into a science database. The le deleter deletes input and output les from data servers when they are no longer needed. In this architecture servers and daemons can run on different hosts and can be replicated, so BOINC servers are scalable. Availability is enhanced because some daemons can run even while parts of the project are down (for example, the scheduler server and transitioner can operate even if the science database is down). Some numerical applications produce different outcomes for a given workunit depending on the machine architecture, operating system, compiler, and compiler ags. In such cases it may be difcult to distinguish between results that are correct but differ because of numerical variation, and results that are erroneous. BOINC provides a feature called homogeneous redundancy for such applications. When this feature is enabled, the BOINC scheduler send results for a given workunit only to hosts with the same operation system name and CPU vendor. In this case, strict equality can be used to compare results. BOINC is compatible with other schemes for ensuring result correctness [8]. 3.2 Redundant computing Public-resource computing projects must deal with erroneous computational results. These results arise from malfunctioning computers (typically induced by overclocking) and occasionally from malicious participants. BOINC provides support for redundant computing, a mechanism for identifying and rejecting erroneous results. A project can specify that N results should be created for each workunit. Once M N of these have been distributed and completed, an application-specic function is called to compare the results and possibly select a canonical result. If no consensus is found, or if results fail, BOINC creates new results for the workunit, and continues this process until either a maximum result count or a timeout limit is reached. Malicious participants can potentially game the system by obtaining large numbers of results and detecting groups of results that comprise a quorum. BOINC makes this difcult by a work-distribution policy that sends only at most one result of a given workunit to a given user. Projects can 3.3 Failure and backoff Public-resource computing projects may have millions of participants and a relatively modest server complex. If all the participants simultaneously try to connect to the server, a disastrous overload condition will generally develop. BOINC has a number of mechanisms to prevent this. All client/server communication uses exponential backoff in the case of failure. Thus, if a BOINC server comes up after an extended outage, its connection rate will be the longterm average. The exponential backoff scheme is extended to computational errors as well. If, for some reason, an application fails immediately on a given host, the BOINC client will not repeatedly contact the server; instead, it will delay based on the number of failures. 3.4 Participant preferences Computer owners generally participate in distributed computing projects only if they incur no signicant inconvenience, cost, or risk by doing so. BOINC lets participants control how and when their resources are used. Using these controls, called general preferences, participants specify the hysteresis limits of work buffering on machines (which determines the frequency of network activity); whether BOINC can do work while mouse/keyboard input is active; during what hours can BOINC do work; how much disk space can BOINC use; how much network bandwidth can BOINC use; and so on. These preferences are edited via a web interface, and are propagated to all hosts attached to the account. Participants can create separate sets of preferences for computers at home, work, and school. Some non-obvious controls are important to certain classes of participants. For example, DSL service in some countries has monthly transfer limits (typically a few hundred MB). BOINC provides a preference for upload, download and combined transfer limits over arbitrary periods. Some BOINC-based applications perform computations that are so oating-point intensive that they cause CPU chips to overheat. BOINC allows users to specify a duty cycle for such applications on a given CPU. 3.5 Credit and accounting BOINC provides an accounting system in which there is a single unit of credit, a weighted combination of computation, storage, and network transfer. This can be metered in various ways. By default, the BOINC client runs benchmarks on each CPU, and a results claimed credit is based on this benchmark and elapsed CPU time. Credit cheating is made difcult using the redundancy mechanism described above: Each result claims a certain amount of credit, but is granted only the average or minimum (the policy is project-speciced) of the claimed credit of correct results. Our experience with SETI@home has shown that participants are highly motivated by credit, and are particularly interested in their ranking relative to other users. This information is typically displayed on web-based leaderboards showing the ranking of participants or teams of participants. There are many ways in which leaderboards can be subdivided, ltered, ordered, and displayed. For example, a leaderboard might show only participants from a particular country, or only those using a single PC; and it might rank entities by total or recent average credit. Rather than supply all these views, BOINC provides a mechanism that exports credit-related data (at the level of participant, team, and host) in XML les that can be downloaded and processed by credit statistics sites operated by third parties. Several of these currently exist. As part of the accounting system, BOINC provides a cross-project identication mechanism that allows accounts on different projects with the same email address to identied, in a way that doesnt allow email addresses to be inferred. This mechanism allows leaderboard sites to display credit statistics summed over multiple BOINC-based projects. Participants demand immediate gratication; they want to see their credit totals increase at least daily. Thus projects with long workunits (such as the climate prediction projects) need to grant credit incrementally as the workunit is being processed. BOINC offers a trickle messages mechanism, providing bidirectional, asynchronous, reliable, ordered messages, piggybacked onto the regular client/server RPC trafc. This can be used to convey credit or to report a summary of computational state; in the latter case, reply messages can abort wayward computations. Some projects use non-CPU computational resources. For example, SETI@home is working with NVIDIA to make a version of its application that can do a major portion of the signal processing on an NVIDIA graphics coprocessor chip. This imposes several requirements on BOINC. To maximize resource usage, the local scheduler must run such applications concurrently with CPU-intensive applications. The BOINC API allows applications to report computation (in units of FLOPs, for example) to the core client, since computation can no longer be measured in terms of benchmarks and CPU times. The BOINC API also allows applications to describe the specic architectural features (e.g. the presence of a GPU, and its model number) so that this information can be stored in the database and made available for debugging and resource analysis. 3.6 User community features BOINC provides participant-oriented web sites features such as The ability to form teams. The ability to create and browse user proles including text and images. Message boards, including a dynamic FAQ system that encourages participants to answer each others questions. These facilities are integrated with the accounting system: credit and seniority provide a form of reputation system [12]. These features are important in attracting and retaining participants, and in providing a customer support mechanism that consumes little project resources. 3.7 Handling large numbers of platforms Although the bulk of public computing resources use the Windows/Intel platform, there are many other platforms, far more than can easily be accessed by a typical project. BOINC provides a exible and novel framework for distributing application executables. Normally, these are compiled and distributed by the project itself, for a given set of platforms (those accessible to the project). This mechanism is ne for most participants, but its inadequate for some, such as: Participants who, for security reasons, want to only run executables they have compiled themselves. Participants whose computers have platforms not supported by the project. Participants who want to optimize applications for particular architectures. To meet these needs BOINC provides an anonymous platform mechanism, usable with projects that make their application source code available. Participants can download and compile the applic...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

USC - CS - 653
A Case For Grid Computing On Virtual MachinesRenato J. Figueiredo Department of Electrical and Computer Engineering University of Florida renato@acis.u.edu Peter A. Dinda Department of Computer Science Northwestern University pdinda@cs.northwestern.
USC - CS - 653
CSCI653 (High Performance Computing and Simulations) Assignment 0HPCS Application Due: January 30 (Wed), 2008 In this assignment, you will pick an application of high performance computing and simulations (HPCS) to a challenging scientific or enginee
USC - CS - 653
CSCI653 Assignment 1Hypercube Quicksort Due: Wednesday, February 20, 2008 Write an MPI program to perform hypercube quicksort following the pseudocode:{Hypercube Quicksort} bitvalue := 2dimension-1; mask := 2dimension - 1; for L := dimension downto
USC - CS - 653
CSCI653 Assignment 2Wavelet Image Compression Due: Wednesday, March 12, 2008 Write an MPI program to perform image compression using wavelets, following the lecture note on Multiresolution Analysis Using Wavelets. While the lecture note uses wavelet
USC - CS - 653
CSCI653 Assignment 3Performance Tuning Due: March 31 (Monday), 2008The purpose of this assignment is to tune the performance of the parallel molecular dynamics program, pmd.c. 1. (Mflops Performance) Run a one-processor job on hpc with InitUcell =
USC - CS - 653
CSCI653 Assignment 4Visualizing Quantum Dynamics Due: Monday, April 14, 2008 Write an OpenGL program to animate quantum dynamics (QD) simulation of a 2dimensional electronic wave function in real time. Use the QD simulation program, qd.c, at the cour
USC - CS - 653
CSCI653 (High Performance Computing and Simulations) Final Project Anything Related to What You Have Learned in the Class Due: May 14 (Wed), 2007 Upload the following project to your Wiki page (the same page as assignment 0, http:/nugai.isi.edu/wiki)
USC - GEODYNAMIC - 1
Eos,Vol. 86, No. 5, 1 February 2005the Global Water System Project, UNESCO International Hydrology Programme (IHP), and WCRPs Global Energy and Water Cycle Experiment.The ubiquitous nature of water ensures that the benefits of the broad application
USC - GEODYNAMIC - 1
Meeting of Young Researchers in the Earth Sciences-IHeat, Helium, Hotspots, and Whole Mantle ConvectionLa Jolla CA, August 12-15, 2004ProgramWednesday, August 11, 2004 evening: arrival (ERC dorms, UCSD campus) 7pm: ice breaker (in
USC - GEODYNAMIC - 1
Workshop announcement for MYRES-I: Heat, Helium, Hotspots, and Whole Mantle ConvectionLa Jolla CA (August 12 - 15, 2004) The MYRES steering committee Thorsten Becker (UCSD), Magali Billen (UC Davis), James Kellogg (UCLA), Jeanne Hardebeck (USGS Menl
USC - PHYS - 669
Lectures on Symmetriesby Itzhak BarsContentsI. Symmetries of the Action A. Noethers theorem B. Global symmetry C. Local symmetry and constraints D. Rotation group E. Lorentz group F. Poincare group, spin and mass G. Little groups for massless an
USC - TERM - 20062
Permit to Register, Summer 2006Please print the following information: Activity RestrictionsStudent I.D. or Social Security No. Local Address: Street and Number Telephone Number Permanent U.S. Address: Street and Number Telephone Number State of R
USC - TERM - 20081
Class Schedule WorksheetMonday7 a.m. 8 a.m. 9 a.m. 10 a.m. 11 a.m. 12 p.m. 1 p.m. 2 p.m. 3 p.m. 4 p.m. 5 p.m. 6 p.m. 7 p.m. 8 p.m. 9 p.m. 10 p.m. NOTE: You can use the above time grid to help in planning your class schedule. Make sure your classes
USC - TERM - 20082
Permit to Register Summer 2008USC Identification Number Last Name First Name MiddleInstructionsNote: Non-admitted students may not use this form to register. Non-admitted students must register in person at the Registration Building using the Li
USC - TERM - 20081
Final Examinations Schedule WorksheetAvoid final examination scheduling problems. Mark the full examination time/ day for each of your classes in the chart below. If the sequence and spacing are not satisfactory, reconsider the meeting times of alte
USC - TERM - 20062
Session Codes for Summer Session 2006Session Session Length (in weeks) Classes Begin Last Day to Drop w/o a Last Day to "W" of Change P/NP or Drop with a Audit Enrollment "W" Option or Receive a 100% Refund; Last Day to Register or Add 6/19/06 6/19/
USC - LING - 580
Categorical Perception Homework: Research Report Homework designed by Toby Mintz, USCmodified in irrelevant ways here by D. Byrd for USC Ling 580 You will carry out a series of categorical perception experiments, collecting the data on-line For your
USC - LING - 580
Categorical Perception Lab InstructionsHomework designed by Toby Mintz, USCmodified in irrelevant ways here by D. Byrd for USC Ling 580For this lab assignment you will carry out two experiments on yourself. The experiments are demonstrations of
USC - LING - 580
Labeling Experiment First Time Stim. # Ba Da 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20GaSecond Time Ba DaGaAverage Ba 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0Da 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0Ga 0 0 0 0 0 0 0 0 0 0 0 0 0 0
USC - LING - 580
USC Ling, D. ByrdText-to-Speech (TTS) Synthesis Try out some on-line text-to-speech synthesizers. Think about what types of text words and phrases the synthesizer is likely to produce incorrectly and WHY. In class we discussed seven different types
USC - BME - 006
BME 502 Advanced Studies of the Nervous SystemSyllabus, Fall 2008Course Overview This course is an introduction to the structure and function of the nervous system for biomedical engineers, with an emphasis on computational aspects of normal and p
USC - BME - 005
Fall 2007BME 670 EARLY VISUAL PROCESSINGTime and Place: T/TH 9:30 -10:50 AM, Hedco Auditorium Course web site: https:/blackboard.usc.eduOverview This class will give students a broad view of modern vision research, with a focus on early visual p
USC - DEVICES - 006
BME 502 Advanced Studies of the Nervous SystemSyllabus, Fall 2008Course Overview This course is an introduction to the structure and function of the nervous system for biomedical engineers, with an emphasis on computational aspects of normal and p
USC - DEVICES - 005
Fall 2007BME 670 EARLY VISUAL PROCESSINGTime and Place: T/TH 9:30 -10:50 AM, Hedco Auditorium Course web site: https:/blackboard.usc.eduOverview This class will give students a broad view of modern vision research, with a focus on early visual p
USC - TERM - 20091
Class Schedule WorksheetMonday7 a.m. 8 a.m. 9 a.m. 10 a.m. 11 a.m. 12 p.m. 1 p.m. 2 p.m. 3 p.m. 4 p.m. 5 p.m. 6 p.m. 7 p.m. 8 p.m. 9 p.m. 10 p.m. NOTE: You can use the above time grid to help in planning your class schedule. Make sure your classes
USC - TERM - 20091
Final Examinations Schedule WorksheetAvoid final examination scheduling problems. Mark the full examination time/ day for each of your classes in the chart below. If the sequence and spacing are not satisfactory, reconsider the meeting times of alte
USC - MARSHALL - 005
REQUEST for ADMISSION to BUSINESS WRITING 340In order to be wait-listed for Business Writing 340 sections, please fill out this form and leave it in the nearby holder while following the further instructions below. If there are other facts or circum
USC - WWW-ROBOTI - 12
USC - CAT - 2006
USC Viterbi School of EngineeringCourses in engineering were first offered at USC in the 1905-06 academic year in the basement of one of the oldest buildings on campus. Today, 170 full-time faculty serve about 1,800 undergraduates and 3,300 gradu
USC - BME - 001
BME 501Respiratory PhysiologyInstructor: T. K. Hsiai, MD, PhD, FACC Robert G. and Mary G. Lane Early Career Chair Department of Biomedical Engineering and Division of Cardiovascular Medicine Viterbi School of Medicine and Keck School Medicine Uni
USC - BME - 001
BME-511 Professor:PHYSIOLOGICAL CONTROL SYSTEMSSpring 2006Dr Michael Khoo, DRB-176, Tel: 740-0838 Office Hrs: Tues 11-12 & Thurs 1-2 pm Email: khoo@bmsr.usc.edu Teaching Asst: Limei Cheng Email: limeiche@usc.edu Office Hrs & Loc: Mon 11-12, Wed
USC - BME - 001
OverviewAn introduction to rehabilitation technology: Biomechanical measurements and analysis of human movement; Motion simulation; Orthoses and Prostheses; Seating aids and Wheelchair; Functional electrical stimulation and other advanced rehabilit
USC - BME - 001
Statistical Methods in Biomedical Engineering BME 423 Syllabus - 2005 Fall Semester1. Basic Information Course: Place and time: Faculty: Office: Telephone Email: Office Hours: TA Grader Final Exam: Prerequisite: Class web page: Statistical Methods i
USC - BME - 001
SYLLABUSFall2005BME425:BasicsofBiomedicalImaging (Dr.Singh)WK1:OverviewofVariousImagingModalitiesIXraycomputedtomography,nuclearmedicalimaging,ultrasonicimaging WK2: OverviewofVariousImagingModalitiesIIMagneticresonanceimagingandspectroscopy
USC - MARSHALL - 029
SPRING 2007: LECTURE SESSION (A) BUAD 304 Leading Organizations Course Instructors Lecture Sessions 14732, 14738, 14744 & 14750 Professor Michael Coombs Department of MOR Office: Bridge Hall 304 Phone: 213-740-9290 E-mail: mcoombs@marshall.usc.edu Of
USC - MARSHALL - 029
BUAD 304 Leading Organizations Week 1 (1/8-1/12) 2 (1/15-1/19) 3 (1/22-1/26) 4 (1/29-2/02) 5 (2/5-2/9) 6 (2/12-2/16) 7 (2/19-2/23) 8 (2/26-3/2) 9 (3/5-3/9) 10 (3/12-3/16) 11 (3/19-3/23) 12 (3/26-3/30) 13 (4/2-4/6) 14 (4/9-4/13) 15 (4/16-4/20) 16 (4/2
USC - MARSHALL - 029
SPRING 2007: LECTURE SESSION (B) BUAD 304 Leading Organizations Course Instructors Lecture Sessions 14735, 14741, 14747 Professor Michael Coombs Department of MOR Office: Bridge Hall 304 Phone: 213-740-9290 E-mail: mcoombs@marshall.usc.edu Office Hou
USC - MARSHALL - 029
BUAD 304 Leading Organizations Week 1 (1/8-1/12) 2 (1/15-1/19) 3 (1/22-1/26) 4 (1/29-2/02) 5 (2/5-2/9) 6 (2/12-2/16) 7 (2/19-2/23) 8 (2/26-3/2) 9 (3/5-3/9) 10 (3/12-3/16) 11 (3/19-3/23) 12 (3/26-3/30) 13 (4/2-4/6) 14 (4/9-4/13) 15 (4/16-4/20) 16 (4/2
USC - MARSHALL - 029
University of Southern California Marshall School of BusinessBUAD 497: STRATEGIC MANAGEMENTSpring 2007IMPORTANT! This is an early version, and the final version may be different. Instructor: Office: Phones: Email: Sections: Office Hours: Prerequ
USC - MARSHALL - 029
UNIVERSITY OF SOUTHERN CALIFORNIA MARSHALL SCHOOL OF BUSINESSBUAD 499Business in a Diverse SocietySpring 2007 Tu-Th 12:00-1:50 pm Location: HOH 305 Instructor: Professor Paul S. Adler Bridge Hall 308-D Tel: 0-0748 Email: padler@usc.edu Office ho
USC - MARSHALL - 029
MARSHALL SCHOOL OF BUSINESS MANAGEMENT AND ORGANIZATION BUAD 499 SUCCEEDING IN PROFESSIONAL SERVICE FIRMS SPRING 2007 Note: This syllabus is a preliminary draft and subject to change. Professor Alexandra Michel Office: 307E Bridge Hall E-mail: amiche
USC - MARSHALL - 029
*DRAFT* BUAD 499: The Business of Sports#15126 Spring 2007 12:00-1:50 PM, Monday/Wednesday ACC 205 This course offers a unique perspective about the business of sports by exposing students to specific managerial challenges and issues facing industr
USC - MARSHALL - 029
University of Southern CaliforniaMarshall School of BusinessTHE RHETORIC OF INVESTING AND VALUATIONProfessor: Office: Phone: Fax: Email: Sandy Green Bridge Hall 307J (213) 740-3476 (213) 740-3582 sgreen@usc.eduCOURSE DESCRIPTION Bubbles and bus
USC - MARSHALL - 029
MARSHALL SCHOOL OF BUSINESS UNIVERSITY OF SOUTHERN CALIFORNIA MOR 431 INTERPERSONAL COMPETENCE, INFLUENCE, & DEVELOPMENT SPRING 2007Instructor Class time: Office: Office hours: Office phone Fax: e-mail:Robert B. Turrill, PhD Monday/Wednesday Noon
USC - MARSHALL - 029
UNIVERSITY OF SOUTHERN CALIFORNIA MARSHALL SCHOOL OF BUSINESS MOR 461 - DESIGN OF EFFECTIVE ORGANIZATIONS SPRING 2007 Instructor: Class time: Office: Office hours: Office phone: Office fax: e-mail: Text: Robert B. Turrill, PhD M & W, 4:00 to 5:50 pm
USC - MARSHALL - 029
\The Marshall School of Business University of Southern California Los Angeles, CA 90089-1421MOR 462 Management Consulting Spring, 2007 HOH 405, 8 9:50 amProfessor Thomas H. Olson 308F Bridge Hall Department Office: 213-740-0728 Direct Line: 213
USC - MARSHALL - 029
The Marshall School of Business University of Southern California Los Angeles, CA 90089-1421MOR 463 Change Management Spring, 2007Professor Thomas H. Olson 308F Bridge Hall Department Office: 213-740-0728 Direct Line: 213-740-0758 Fax: 213-740-35
USC - MARSHALL - 029
1MOR 465 ADVANCED METHODS IN STRATEGY ANALYSISSYLLABUSSPRING 2007JULIA PORTER LIEBESKINDCOURSE DESCRIPTION Content This class teaches you a series of key skills involved in strategic analysis. These skills are essential for students intending
USC - MARSHALL - 029
University of Southern California Marshall School of Business Administration MOR 469 - NEGOTIATION and PERSUASION Section #16679 HOH 405 Spring 2007 Professor: Office: Phone: Email: Office Hours: Donna J. Miles Acc 400D 213-740-0449 donna.miles@marsh
USC - MARSHALL - 029
UNIVERSITY OF SOUTHERN CALIFORNIA MARSHALL SCHOOL OF BUSINESSMOR 471Human Resource ManagementSpring 2007 Tu/Th 8:00 9:50 am HOH 301 Instructor: Paul S. Adler Office: Bridge Hall 308D Office hours: Tu/Th right after class, and by appointment Wor
USC - MARSHALL - 029
UNIVERSITY OF SOUTHERN CALIFORNIA MARSHALL SCHOOL OF BUSINESS MOR 473 DESIGNING AND LEADING TEAMS SPRING 2007 Instructor: Class time: Office: Office hours: Office phone: Fax: e-mail: Required materials: Robert B. Turrill, PhD Tu & Th , noon to 1:50 p
USC - MARSHALL - 029
UNIVERSITY OF SOUTHERN CALIFORNIA MARSHALL SCHOOL OF BUSINESSMOR 555Designing High-Performance OrganizationsSpring 2007 Th 6:30-9:30 pm Location: JKP 202 Instructor: Professor Paul S. Adler Bridge Hall 308-D Tel: 0-0748 Email: padler@usc.edu Off
USC - MARSHALL - 029
MOR 562 STRATEGIC CHOICE AND VALUATIONSYLLABUSSPRING 2007JULIA PORTER LIEBESKINDCOURSE DESCRIPTION Content This class teaches you a series of key skills involved in strategic analysis. These skills are essential for students intending to pursue
USC - MARSHALL - 029
DRAFT MOR 565 ALLIANCES & COOPERATIVE STRATEGY SPRING 2007Instructor: E-mail: Phone (Fax): Office Hours: Time & Room: Kyle J. Mayer, Bridge Hall 303D kmayer@marshall.usc.edu 213-821-1141 (Fax 213-740-3582) by appointment Tu/Th 2:00 3:20, JKP 210C
USC - MARSHALL - 029
MARSHALL SCHOOL OF BUSINESS UNIVERSITY OF SOUTHERN CALIFORNIA MOR 567 INTERPERSONAL INFLUENCE AND POWER SPRING 2007Instructor Class time: Office: Office hours: Office phone Fax: e-mail:Robert B. Turrill, PhD Thursday, 6:30 to 9:30 pm Hoffman Hall
USC - MARSHALL - 029
University of Southern California Marshall School of Business Administration Management and Organization Dept. MOR 569 - NEGOTIATION and PERSUASION Spring 2007 Thursday 6:30 p.m.to 9:30 p.m. Professor: Office: Trudi C. Ferguson, Ph.D. Bridge Hall E-m
USC - MARSHALL - 029
*DRAFT*MOR 579: The Business of Sports Entertainment#16725 Spring 2007 8:00-10:50 AM TuesdayThis course offers a unique perspective about the business of sport by exposing students to specific managerial challenges and issues facing industry lea
USC - MARSHALL - 029
MARSHALL SCHOOL OF BUSINESS MANAGEMENT AND ORGANIZATION MOR 599 MANAGING PROFESSIONAL SERVICE FIRMS SPRING 2007 Note: This syllabus is a preliminary draft and subject to change. Professor Alexandra Michel Office: 307E Bridge Hall E-mail: amichel@mars
USC - MARSHALL - 032
The USC Chapter of the American Finance AssociationWelcome to the Marshall School of Business Graduate Finance ClubAgendaAbout the American Finance Association (AFA) Tombstones Officers Getting Involved Membership Q & A and PIZZA!A
USC - MARSHALL - 033
UNIVERSITY OF SOUTHERN CALIFORNIA Lusk Center for Real Estate Real Estate Resources In addition to information presented in class and at Speaker Series, students are encouraged to keep abreast of current developments in the real estate profession by
USC - VITERBI - 002
To: From: Date: Re:Viterbi School of Engineering Engineering Writing ProgramWRIT 340 Students Stephen Bucher Director, Engineering Writing Program August 22, 2005 Plagiarism PolicyAs we begin another semester, I would like to reiterate the Univ