SlideShare uma empresa Scribd logo
1 de 8
Baixar para ler offline
A Novel Strong-Motion
Seismic Network for Community
  Participation in Earthquake
          Monitoring
        Elizabeth Cochran, Jesse Lawrence, Carl Christensen, and Angela Chung




S
          eismic networks provide crucial data to scientists and                           The QCN reduces the infrastructure costs of installing
          the public about recent earthquakes, both large and                          and maintaining a seismic network by using volunteers’
          small. These networks record waves that propagate                            computers located in the targeted areas that are installed
away from the earthquake source and provide a host of                                  with software and MEMS accelerometer sensors. Triaxial
information about the earthquake including magnitude,                                  MEMS accelerometers sensitive enough to record moderate
location, and how much slip occurs during an earthquake.                               to large earthquakes have become widely available at
Included in the details of each seismogram is information                              relatively low cost in recent years. The MEMS sensors are
about the rocks and sediments which the seismic waves travel.                          installed external to desktop computers or internal to laptop
By increasing the density of seismic stations, we can rapidly                          computers and record ground accelerations. Volunteer
detect and locate earthquakes to provide an advance alert,                             participants’ computers become seismic stations by providing
improve our understanding of earthquake rupture and the                                the physical infrastructure, computer, internet, power,
associated seismic hazard, and generate in real-time, state-of-                        shelter, etc. The computers are then networked using
health information.                                                                    distributed computing techniques that allow us to monitor
    We have constructed a new inexpensive initiative to                                the sensors and retrieve earthquake data automatically.
augment seismic networks quickly by using Micro-Electro-                               QCN is made fully scalable (from 100s to 100,000s of
Mechanical Systems (MEMS) accelerometers and distributed                               participants) and platform independent by the open-
computing techniques called the Quake-Catcher Network                                  source software package Berkeley Open Infrastructure for
(QCN). Its use is expanding rapidly and increases the density                          Networked Computing (BOINC) [2]. BOINC powers scientific
of ground motion observations throughout the world [1]. In                             distributed/volunteer computing projects such as SETI@home,
this paper, we describe our network including the people who                           Einstein@home, and climateprediction.net. QCN minimizes
volunteer to participate, the location of sensors in the system,                       costs by monitoring low- or no-cost sensors operated and
detection and analysis of triggers from megadata, tagging                              maintained by volunteer participants. Distributed computing
with accurate time, and the MEMS accelerometer sensors that                            projects are only successful if participants recognize the value
we use.                                                                                of their contribution. Through QCN, participants are directly
                                                                                       involved in collecting and distributing seismic data that is
Building the Network                                                                   essential for seismic hazard assessment and detailed studies
Traditionally, seismic networks have been costly to install                            of earthquake rupture.
and maintain. A seismic station requires a sensor to record the
ground motion, a computer to save the data, a GPS for accurate                         Detecting and Analyzing Triggers
timing and location, telemetry or radio equipment to send                              One of the challenges of QCN is to rapidly and reliably identify
the data back to a central clearinghouse and a power source                            earthquakes in noisy data streams from thousands of sensors.
to run the equipment. Each seismic station is a self-contained                         In most seismic networks, complete time series of ground
system that can take several hours to days to install. While                           motions that are recorded by seismometers are transmitted
these stations provide high-quality, reliable data, currently                          in full to a central server for further processing. The transfer
costs prohibit increasing the density of stations over a large                         of continuous waveform data can result in 2 to 14 seconds
region such as California. The Quake-Catcher Network (QCN)                             of latency. QCN shifts the computationally heavy detection
uses distributed computing and novel sensors to augment                                and analysis algorithms to the ample CPU power provided
the current seismic networks, providing a higher density of                            by the participant’s computer. The client computers monitor
observations of moderate to large earthquakes.                                         the acceleration data for strong vibrations to determine if


8                                                   IEEE Instrumentation & Measurement Magazine                                                    December 2009
                                                                     1094-6969/09/$25.00©2009IEEE

     Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
a trigger has occurred and
initially only the metadata
for each trigger is sent to the
server. The small packets of
metadata transfer much faster
to the server than the complete
time series of acceleration
data. The pertinent metadata
useful for identifying large
e a r t h q u a k e s i n re a l - t i m e
include: the location of the
sensor, the time at which the
earthquake was measured,
and the amplitude and period
of the ground motion. QCN
can minimize data transfer
latency to less than 4 s for
such parameters. For hazard
assessment and emergency
response, it is imperative to
quickly and efficiently send
data to a central server for
further analysis. Figure 1
summarizes the participant
interaction, data processing
and products of the QCN.
     Tu n i n g t h e t r i g g e r i n g
algorithm is critical to
ensure that real earthquakes
a re c a p t u re d w h i l e a l s o
minimizing the number of
false triggers. Earthquakes are
usually identified using the
ratio of the incoming signal
to an average of previous
signals referred to as the ratio
of short-term average to long-
term average (STA/LTA).
QCN currently uses a similar
method; more specifically,
we determine if the current
acceleration is more than 3
standard deviations larger
                                           Fig. 1. Flow chart outlining the interaction between participants, cyber infrastructure and products in the Quake-
than the previous minute of
                                           Catcher Network (QCN)
acceleration. We are currently
testing several triggering
algorithms to determine how to best identify earthquakes and amplitude of these wave arrivals we can more efficiently
in often noisy time series data. Seismic waves from a nearby determine the location and magnitude of the earthquake.
earthquake usually measured the frequency band between                                  Once a trigger occurs, the metadata is sent to a central server
2–20 Hz, similar to cultural noise such as passing cars, wind, for further analysis to determine if there was an earthquake or
etc. To better recognize earthquake-related vibrations, we are if it was an isolated trigger. Because the sensors are located in
developing algorithms to quickly identify the two main seismic houses, offices, and schools, a large number of triggers are due to
wave arrivals: primary (P) - and secondary (S)-waves. P-waves local noise sources. We compare the trigger to the U.S. Geological
are compressional waves that arrive at a station first. S-waves Survey (USGS) catalog to establish if the trigger is spatially
are the more-damaging longitudinal or shear waves that travel and temporally associated with a known earthquake. As the
at roughly half the speed of P-waves. By identifying the time network increases in density, we will implement a clustering


December 2009                                        IEEE Instrumentation & Measurement Magazine                                                           9


      Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
algorithm to identify large events, such as earthquakes, from
random isolated triggers. There are several major challenges
to real-time earthquake identification and characterization
(such as earthquake location and magnitude estimation) using
QCN data. First, the network configuration is ever changing as
stations are added or removed, so QCN must develop efficient
and flexible clustering algorithms for identifying patterns
within the network. Flexible ‘virtual’ networks can be formed
to spatially group sensors so incoming trigger data can be
analyzed to determine if triggers cluster in space and time
indicating an earthquake has occurred. Once a cluster of triggers
is identified within a virtual network an ‘event’ can be declared.
Once an earthquake is identified, the time and amplitude of the
wave arrivals from at least three stations can be used to estimate
the earthquake location and magnitude.
    Currently, incoming trigger data from the entire network
is sent to a single server. As the network continues to grow we
will distribute the incoming triggers across multiple servers
located throughout the world. However, the data handling
must be flexible enough to correctly detect earthquakes at the
edge of a designated server region. For example, if triggers
from southern California are sent to a server at Riverside
and triggers from northern California are sent to a server at                          Fig. 2. MotionNode Accel (top) and JoyWarrior 24F8 (bottom): USB sensors
Stanford, an earthquake occurring at a designated boundary                             currently used by QCN. Photo Credit: E. Cochran.
may be poorly located or missed completely. In the QCN,
triggers can be sent to multiple servers to both increase                              strong motion sensor and record local earthquakes (within a
network robustness as well as improve identification of                                few tens of kilometers) with magnitudes greater than 3.0.
earthquakes that might fall between two regions.                                          QCN has adopted two models of external MEMS sensors:
                                                                                       the MotionNode Accel (MN), 0.001 g resolution for ±2 g range,
Sensor Specifications                                                                  and the JoyWarrior 24F8 (JW), 0.004 g resolution for ±2 g range
Seismologists use two broad categories of sensors to record                            (Figure 2). Both models connect via a USB cable to a desktop
earthquakes: weak motion and strong motion sensors.                                    computer running any operating system (Windows, Mac,
Multiple sensor types are needed because currently no single                           Linux). Sensors are mounted to the floor to provide good
sensor can capture the diverse amplitudes and frequencies of                           coupling to ground motion and have known orientations
seismic waves that can vary over many orders of magnitude.                             (with one horizontal component aligned to north and the other
Weak motion sensors can record low amplitude ground motion                             horizontal component aligned to east). QCN also currently
either from a small, local earthquake or a large earthquake                            supports two models of laptops (Apple and ThinkPad) that
located far from the station. Weak motion sensors have power                           have internal MEMS sensors. We will not describe the internal
spectral densities (PSD) around –120 to –160 dB between 0.01                           sensors in detail here, as they are typically not well-coupled
to 10 Hz referenced to the squared acceleration amplitude of                           to the ground (e.g. passively sitting on a desk) and have
(1 m/s2). So, these sensors can resolve ground accelarations                           unknown orientations. Table 1 lists the specifications of the
as small as 1 nm/s2 at a very quiet site, but will go off-scale,                       external sensors used by QCN as well as next-generation
or clip, at larger ground motions. Strong motion sensors can                           sensors that may be integrated into the project in the future. We
capture extreme ground motions from nearby moderate to                                 are continually exploring the most recent advances in MEMS
large earthquakes that result in several g accelerations. The                          technology and will implement higher resolution sensors as
MEMS sensors currently used by QCN are equivalent to a                                 they become available at competitive costs.


                           Table 1—USB Sensors Comparison (* indicates next generation sensors)
 Model                                            Dynamic Range                           Resolution                         Cost                  Frequency Range
 MotionNode Accel                                          ±2G                            ±1.0X10-3G                      $100-150                    0.05-25Hz
                                                                                                     -3
 JoyWarrior                                                ±2G                            ±4.0X10 G                         $30-50                    0.05-25Hz
 JoyWarrior 1 mG*                                          ±2G                            ±1.0X10-3G                       $50-75*                    0.05-25Hz
                                                                                                     -5
 O-NAVI 60mG*                                              ±2G                            ±6.0X10 G                        $60-85*                    0.05-25Hz
                                                                                                     -8
 O-NAVI 24nG*                                              ±2G                            ±2.4X10 G                       $95-135*                    0.05-25Hz


10                                                  IEEE Instrumentation & Measurement Magazine                                                          December 2009


     Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
that accurately captured the amplitude and frequency content
                                                                                        of a typical earthquake. The main difference between the
                                                                                        sensors was that the MEMS sensors used by QCN were lower
                                                                                        resolution than the EpiSensor, and very small accelerations
                                                                                        (less than 4 mg) cannot be resolved.

                                                                                        Time and Location
                                                                                        The two most important considerations for any seismic
                                                                                        station are time and location. Accurate sensor location and
                                                                                        exact time are critical for locating earthquakes and estimating
                                                                                        their magnitudes. Accurate locations are also important for
                                                                                        high-resolution earthquake rupture models and seismic
                                                                                        velocity models. GPS antennas provide the location and
                                                                                        time information for a typical seismic station; however in
                                                                                        the QCN we implement proven internet-based tools. Timing
                                                                                        cannot come from the participant computer alone because
                                                                                        the internal clocks on computers drift gradually over time.
                                                                                        Instead, we utilize Network Time Protocol (NTP) to measure
                                                                                        the clock drift every 15 minutes to determine the time offset
                                                                                        between participants’ computers and our server. Numerous
                                                                                        tests have been run between QCN clients and our time server
                                                                                        that show a maximum time synchronization error of 100 ms.
                                                                                        This is consistent with a previous study that found, for most
                                                                                        seismic applications, NTP time offsets are typically less than
                                                                                        20 ms [3].
                                                                                            Sensor location is estimated either automatically or, more
                                                                                        commonly, through participant input. A rough location
                                                                                        of each computer is estimated to within a few kilometers
                                                                                        using Internet Protocol (IP) geotracking, which is based
                                                                                        on the location of closest known router. This location is
                                                                                        automatically determined and is the default location of
Fig. 3. Shake-table measurements for a simulation of the 1996 Northridge                a sensor when the software is first opened. However, for
Earthquake recorded from a traditional sensor, Kinemetrics EpiSensor, and two           more accurate locations the participant may specify up to 5
USB sensors, JoyWarrior and MotionNode. (a) Accelerations recorded and (b)              locations using a Google Maps API and link those locations
amplitude spectra of the accelerograms.
                                                                                        with the computer’s IP address. Thus, each time the software
                                                                                        opens it checks the current IP address against a list of the
    We conducted a series of shake-table tests to compare                               saved locations and uses the participant-specified location,
the response of the MN and JW MEMS accelerometers with                                  if available. The location errors are typically a few kilometers
a traditional strong motion sensor. The traditional strong-                             or more if automatically determined but less than 10 m if
motion sensor used in the comparison test was the Kinemetrics                           specified by the participant.
EpiSensor ES-U2, a uniaxial force balance accelerometer. The
test was conducted on a unidirectional shake table that allowed                         Participant Considerations
us to examine only one component of motion during a single                              Building a distributed computing project that uses participant
test. Seismologists and engineers use both the uniaxial and                             computers rather than dedicated machines has specific
triaxial, ES-U2 and ES-T Kinemetrics EpiSensors extensively                             requirements. These requirements include minimizing
for strong-motion applications. We used a variety of inputs                             computational resources, platform independence, and ease
during the shake table tests ranging from single frequency,                             of installation. Unlike many other distributed computing
single amplitude sine waves to actual ground motion recorded                            projects that use up to 100% of a processor when a computer
during past earthquakes. Figure 3 shows a comparison                                    is in screen-save mode, we need software that uses as
between the accelerations and frequency spectra from the                                little computational power as possible so that it can run
three sensors (MN, JW, and ES-U2) for an input ground motion                            continuously in the background without being noticed by the
replicating the 1996 Northridge earthquake. The input signal                            user. This is especially important for computers equipped with
was scaled to have a maximum displacement of 10 cm resulting                            the more sensitive external sensors. Thus, QCN software and
in roughly 1 g accelerations. The accelerograms and the                                 any data processing algorithms implemented must be very
frequency spectra from the three sensors were nearly identical,                         efficient. In background mode, QCN core processes use less
indicating the sensors produced high-fidelity seismograms                               than 1-5% of the computing resources of an average computer.


December 2009                                        IEEE Instrumentation & Measurement Magazine                                                      11


      Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
Currently, QCN can monitor data between two external
                                                                                       sensors, MotionNode Accel and the JoyWarrior 24F8, and two
                                                                                       internal sensors in Apple and Thinkpad laptops. In addition,
                                                                                       the software can run on Microsoft Windows, Mac OS X, and
                                                                                       Linux operating systems. The software is fast and easy to
                                                                                       install and run. QCN gives users access to sensor drivers as
                                                                                       well as step-by-step instructions detailing how to install the
                                                                                       software on the project website. The primary installation steps
                                                                                       are to download BOINC software, connect to the QCN project,
                                                                                       and modify user information and preferences. Participants can
                                                                                       also learn about earthquakes through the interactive software
                                                                                       (QCNLive) provided by the network (Figure 4). Teachers have
                                                                                       incorporated the QCN sensors and software into hands-on
                                                                                       activities that teach students about seismology and plate
                                                                                       tectonics.

                                                                                       QCN Earthquake Recording
                                                                                   Since its inception in early 2008, the Quake-Catcher Network
                                                                                   has recorded dozens of earthquakes with magnitudes
                                                                                   between 3.1 ≤ M ≤ 5.4 in multiple countries. As the number
                                                                                   of sensors increases, the frequency of earthquake recordings
                                                                                   has increased as well. Figure 5 shows the current sensor map
                                                                                   for the Quake-Catcher Network. One of the earthquakes
                                                                                   recorded by participants was the magnitude M5.4 Chino Hills
                                                                                   earthquake recorded on July 29th, 2008 in Los Angeles. Figure
                                                                                   6 shows the recordings from this earthquake. The records
                                                                                   provide accurate travel times and appropriate amplitudes
                                                                                   for P- and S-waves. The sensors were all roughly the same
                                                                                   distance from the earthquake, so the P- and S-waves recorded
                                                                                   by each sensor arrived at nearly identical times. As designed,
Fig. 4. Screen-shots of the QCNLive interactive software. (a) Real-time display
                                                                                   the triggering algorithm running on each participant
of accelerations measured by the sensors and (b) global view of current and
historic earthquakes and plate boundaries.                                         computer detected the significant motions measured at the
                                                                                   time of the P-wave arrivals, marked the arrival as a trigger
In addition, BOINC allows users to modify their preferences and immediately sent the information back to the QCN
and limit when the software runs, as well as processor and server. These three computers triggered within half a second
disk usage.                                                                        of each other. As expected, the S-waves are larger amplitude
    BOINC and QCN software is built to be platform and are seen primarily on the horizontal components (X
independent to maximize the number of participants. & Y) rather than the vertical components (Z). The graph
                                                                                                                    labeled Significance shows
                                                                                                                    the significance of the current
                                                                                                                    signal relative to the past
                                                                                                                    minute.
                                                                                                                        On January 9 th , 2009 (a
                                                                                                                    few months later) another
                                                                                                                    earthquake of similar
                                                                                                                    magnitude (M5.0) occurred
                                                                                                                    in San Bernardino, CA
                                                                                                                    (Figure 7). The earthquake
                                                                                                                    recordings obtained through
                                                                                                                    QCN also demonstrate typical
                                                                                                                    P- and S-wave behavior. A
                                                                                                                    quick analysis of the vertical
                                                                                                                    and horizontal components
                                                                                                                    allowed us to pick the P- and
Fig. 5. Current global participants in the Quake-Catcher Network (blue triangles) and earthquake distribution from  S-wave arrival times. The
USGS (red circles).                                                                                                 difference in time between the


12                                                  IEEE Instrumentation & Measurement Magazine                                                    December 2009


     Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
Fig. 6. Records from three QCSs of the M5.4 Chino Hills earthquake


P- and S-wave arrivals can be used to estimate the distance from
the earthquake to the sensor (assuming the seismic velocities
of P and S waves). Using the distances calculated from the P
and S times, the location was triangulated to a location very
close to the epicenter reported by the USGS. This demonstrates
that the network is behaving appropriately, with sufficiently
accurate timing and amplitude resolution. With additional
QCN participants, the number of earthquakes recorded and
located by QCN will increase. Our estimate of the earthquake
location will also improve as our network density increases
and more sensors record each earthquake.

Goals of the Network

Determine Earthquake Rupture Propagation
                                                                                        Fig. 7. QCN results computed from the M5.0 earthquake in San Bernardino.
As the Quake-Catcher Network continues to grow, it will
                                                                                        (a) The difference in P- and S- wave arrival times at the stations. (b) The
provide an unparalleled density of seismic observations that                            intersection point of the 3 circles - the QCN earthquake location, the red star -
will allow us to address fundamental questions in seismology.                           the USGS location.
Currently we are unable to exactly determine the rupture
speed and slip distribution along a fault due to of the sparse                          often associated with very planar fault segments and higher
distribution of strong-motion seismometers in current seismic                           ground accelerations. Slip distribution is the amplitude of
networks in California. Rupture speed is how fast the rupture                           slip along various portions of the fault; the amount of slip can
propagates along the fault plane; high rupture speeds are                               be highly variable across a fault plane with regions of higher


December 2009                                        IEEE Instrumentation & Measurement Magazine                                                                        13


      Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
structural engineers must interpolate between widely spaced
                                                                                        data to estimate the shaking hazard at each new location. QCN
                                                                                        can greatly reduce the area over which data are interpolated
                                                                                        and allow for improved estimates of site conditions for
                                                                                        improved building safety. The data from QCN can be used in
                                                                                        several ways to produce high-resolution (100 km2 or better)
                                                                                        images of site effects and amplification. Data from moderate
                                                                                        earthquakes recorded on the dense QCN network can be
                                                                                        used to explore variations in site amplification at much higher
                                                                                        resolution than is possible with the current network. This
                                                                                        data can be used to estimate the maximum amplitude of
                                                                                        ground shaking expected for large magnitude earthquakes.
                                                                                        Thus, seismic amplification maps will provide city planners
                                                                                        and engineers more accurate information for each potential
                                                                                        building site.
                                                                                            Current QCN sensors have the ability to record
                                                                                        accelerations as high as ±2G, allowing us to measure extreme
Fig. 8. A hypothetical wave field graphic for a seismic wave captured in (A)            ground motions that have been poorly studied thus far but
by the strong-motion network and in (B) by a combined network of the strong-
motion network plus 2,700 hypothetical QCN USB sensors at actual K-12                   are an important consideration in seismic hazard analysis.
schools in the Los Angeles basin.                                                       During the recent 2008 M 6.9 Iwate-Miyagi earthquake, peak
                                                                                        accelerations up to 3.9 G were observed [4] using newly installed
                                                                                        accelerometers. These extreme accelerations are thought to be
slip experiencing larger ground motions. A dense network                                a near-surface, highly-localized site effect but may be used for
(seismometers every 100 km2) would be capable of capturing                              seismic hazard assessment in unconsolidated soils. QCN can
earthquakes with fine spatial resolution to produce unaliased                           provide valuable information on the maximum accelerations at
4D images of wave propagation (Figure 8). Thousands of QCN                              a level of detail previously not plausible [5].
sensors in earthquake-prone metropolitan areas will provide
critical improvements in fault resolution for moderate to large                         Large Building Responses
earthquakes. The large quantity of proximal measurements                                The technology developed by QCN has lead to a promising
will allow us to image moderate to large earthquake ruptures                            new method to monitor the physical properties of large
from initiation to termination. These images will constrain the                         buildings. How a building shakes during an earthquake
time evolution, slip history, and directionality of fault ruptures                      depends on the shape and weight of the building, construction
as never seen before. Rapid and accurate assessment of source                           material, and subsurface material. By monitoring buildings
(rupture) characteristics of a moderate to large earthquake                             to determine their resonant frequency, we can estimate
can be used for hazard assessment and to guide emergency                                how they will behave in a large earthquake. Continuous
services, which are critical for efficient rescue efforts to                            monitoring over time also allows us to determine if a
mitigate economic damages and/or loss of human lives. In                                building develops any structural weakness or damage by
addition, rapid earthquake characterization will provide                                looking for drift, or migration, of the resonant frequency of
valuable input for the scientific community regarding details                           the building response. Techniques that use ambient noise
of source propagation.                                                                  (man made and natural signals such as wind) can predict
                                                                                        how the ground will shake during an earthquake [6] and
Subsurface Properties and Amplification                                                 may allow us to determine the response of a building without
Seismic waves provide information about the three-                                      needing a specific shaking event. This method provides the
dimensional structure of the Earth’s subsurface. Seismic waves                          necessary information to predict how a building shakes
bounce off interfaces at depth, travel faster in some regions                           given an input vibration at the lowermost floor. The method
than others, focus and defocus around subsurface structures,                            provides seismic velocity (elastic behavior), attenuation
and dissipate over time and distance. With an increased                                 (energy dissipation), and resonance frequencies (modes)
density of observations, QCN will provide more details                                  given only 14 days of recording from QCN’s USB sensors.
regarding the subsurface structure, yielding new insight into                           While the method does not predict how a building responds
the dynamic evolution of the Earth and the current physical                             in non-linear stress-strain conditions (associated with the
properties that affect heat flow, water cycles, and earthquakes.                        onset of building damage), the method could be used to
These resulting seismic images will assist seismic hazard                               predict if a building approaches sufficient interstory drift to
assessment and mitigation by providing maps of anomalous                                possibly generate structural damage.
structures that focus or dissipate seismic energy.                                         With the advent of QCN, it is now possible to deploy
   Data from QCN will help answer the question of how the                               many sensors in a building for short durations at little cost.
near-surface environment affects seismic hazard. Currently                              The sensors can be used on many buildings in the time it


14                                                   IEEE Instrumentation & Measurement Magazine                                                    December 2009


      Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
would take to wait for a moderate earthquake to occur in a                             [2] D.P. Anderson and J. Kubiatowicz, “The world-wide computer”,
single traditionally-instrumented building. Campaign-style                                 Scientific American, 2002, vol. 286, pp. 40- 47.
experiments will produce more structural response data                                 [3] A. Frassetto, T.J. Owens, and P. Crotwell, “Evaluating the Network
for the broader comparative investigations of structural                                   Time Protocol (NTP) for Timing in the South Carolina Earth
responses to earthquakes. By leaving a single sensor behind                                Physics Project (SCEPP)”, Seismological Research Letters., 2003, vol.
after a campaign-style experiment, it is possible to predict the                           74, pp. 649-652.
interstory drift on each floor. Further analyses of campaign-                          [4] S. Aoi, T. Kunugi, and H. Fujiwara, “Trampoline Effect in Extreme
style data measured in basements of adjacent buildings will                                Ground Motion”, Science, 2008, vol. 322, pp. 727-730.
provide site effects due to small-scale subsurface structure.                          [5] D.R.H. O’Connell, “Assessing Ground Shaking”, Science, 2008,
                                                                                           vol. 322, pp. 686-687.
Summary                                                                                [6] G. A. Prieto, G. C. Beroza, “Earthquake Ground Motion Prediction
The QCN is breaking new ground in seismology by combining                                  Using the Ambient Seismic Field”, Geophys. Res. Lett., 2008, vol. 35,
new MEMS technology with volunteer seismic station                                         pp. 726- 730. L14304, DOI:10.1029/2008GL034428.
distributed computing. Rather than distributing just
computations, the Quake-Catcher network allows volunteers                              Elizabeth Cochran received a PhD in Geophyics and Space
to participate in scientific data collection and computation.                          Physics from the University of California, Los Angeles. Since
Using these innovative tools, QCN will increase the number                             2007, she has been an Assistant Professor of Seismology at
of strong-motion observations for improved earthquake                                  University of California, Riverside. Her current research
detection and analysis in California, and throughout the                               focuses on distributed computing seismic networks and
world. QCN’s increased density of seismic measurements will                            seismic imaging of fault damage structures.
revolutionize seismology. The QCN, in concert with current
seismic networks, may soon provide advanced alerts when                                Jesse Lawrence received a PhD in Earth and Planetary Sciences
earthquakes occur, estimate the response of a building to                              from Washington University in Saint Louis in 2004. He is now
earthquakes even before they happen, and generate a greater                            an Assistant Professor of Seismology at Stanford University.
understanding of earthquakes for scientists and the general                            His current research focuses on distributed computing seismic
public alike.                                                                          networks and seismic imaging of the subsurface.
   You can help us improve strong-motion earthquake
monitoring by participating in the Quake-Catcher Network.                              Carl Christensen is the Chief Software Architect of the Quake-
To join the network, please visit the project website at                               Catcher Network at Stanford University and is also a Senior
http://qcn.stanford.edu where you can request a sensor                                 Consultant (and formerly Chief Software Architect) to the
and download software to begin recording earthquakes. In                               climateprediction.net volunteer computing project at Oxford
addition, we have activities on our website that can be used                           University. His research focus is on distributed, grid, and
in K-16 classrooms to teach students basic seismology and                              volunteer computing.
physics concepts.
                                                                                       Angela Chung is a graduate student working with Jesse
References:                                                                            Lawrence at Stanford University. She has a broad range
References:                                                                            of interests including earthquake hazard analysis and
[1] E.S. Cochran, J.F. Lawrence, C. Christensen, and R.S. Jakka, “The                  earthquake rupture mechanics. Angela is currently working
   Quake-Catcher Network: Citizen science expanding seismic                            on the QCN project (both the earthquake detection and the
   horizons”, Seismological Research Letters., Jan./Feb. 2009, vol. 80,                building response aspects) as well as a seismic imaging
   no.1, pp. 26-30. DOI: 10.1785/gssrl.80.1.26.                                        project.




December 2009                                       IEEE Instrumentation & Measurement Magazine                                                                15


     Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.

Mais conteúdo relacionado

Mais procurados

Protocols for wireless sensor networks
Protocols for wireless sensor networks Protocols for wireless sensor networks
Protocols for wireless sensor networks DEBABRATASINGH3
 
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkDesign of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkIJTET Journal
 
Routing in Wireless Sensor Network
Routing in Wireless Sensor NetworkRouting in Wireless Sensor Network
Routing in Wireless Sensor NetworkAarthi Raghavendra
 
Security based Clock Synchronization technique in Wireless Sensor Network for...
Security based Clock Synchronization technique in Wireless Sensor Network for...Security based Clock Synchronization technique in Wireless Sensor Network for...
Security based Clock Synchronization technique in Wireless Sensor Network for...iosrjce
 
Iaetsd extending sensor networks into the cloud using tpss and lbss
Iaetsd extending sensor networks into the cloud using tpss and lbssIaetsd extending sensor networks into the cloud using tpss and lbss
Iaetsd extending sensor networks into the cloud using tpss and lbssIaetsd Iaetsd
 
A Review on Architecture, Issues, Challenges and Applications in Underwater W...
A Review on Architecture, Issues, Challenges and Applications in Underwater W...A Review on Architecture, Issues, Challenges and Applications in Underwater W...
A Review on Architecture, Issues, Challenges and Applications in Underwater W...ijtsrd
 
A survey on various time synchronization techniques in underwater sensor netw...
A survey on various time synchronization techniques in underwater sensor netw...A survey on various time synchronization techniques in underwater sensor netw...
A survey on various time synchronization techniques in underwater sensor netw...IAEME Publication
 
wireless sensor network my seminar ppt
wireless sensor network my seminar pptwireless sensor network my seminar ppt
wireless sensor network my seminar pptEisha Madhwal
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...ijceronline
 
CONTRADICTION COMMUNICATION RANGE OF SENSOR NETWORKS
CONTRADICTION COMMUNICATION RANGE OF SENSOR NETWORKSCONTRADICTION COMMUNICATION RANGE OF SENSOR NETWORKS
CONTRADICTION COMMUNICATION RANGE OF SENSOR NETWORKSpharmaindexing
 
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksSpread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksIDES Editor
 
Node detection technique for node replication attack in mobile sensor network
Node detection technique for node replication attack in mobile sensor networkNode detection technique for node replication attack in mobile sensor network
Node detection technique for node replication attack in mobile sensor networkRamesh Patriotic
 
Routing protocolsin Wireless sensor network
Routing protocolsin Wireless sensor network Routing protocolsin Wireless sensor network
Routing protocolsin Wireless sensor network dilip pareek
 
An algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkAn algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkeSAT Publishing House
 

Mais procurados (19)

Protocols for wireless sensor networks
Protocols for wireless sensor networks Protocols for wireless sensor networks
Protocols for wireless sensor networks
 
The PermaSense Project af Jan Beutel, ETH Zurich
The PermaSense Project af Jan Beutel, ETH ZurichThe PermaSense Project af Jan Beutel, ETH Zurich
The PermaSense Project af Jan Beutel, ETH Zurich
 
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkDesign of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
 
Routing in Wireless Sensor Network
Routing in Wireless Sensor NetworkRouting in Wireless Sensor Network
Routing in Wireless Sensor Network
 
Security based Clock Synchronization technique in Wireless Sensor Network for...
Security based Clock Synchronization technique in Wireless Sensor Network for...Security based Clock Synchronization technique in Wireless Sensor Network for...
Security based Clock Synchronization technique in Wireless Sensor Network for...
 
Iaetsd extending sensor networks into the cloud using tpss and lbss
Iaetsd extending sensor networks into the cloud using tpss and lbssIaetsd extending sensor networks into the cloud using tpss and lbss
Iaetsd extending sensor networks into the cloud using tpss and lbss
 
C0511318
C0511318C0511318
C0511318
 
A Review on Architecture, Issues, Challenges and Applications in Underwater W...
A Review on Architecture, Issues, Challenges and Applications in Underwater W...A Review on Architecture, Issues, Challenges and Applications in Underwater W...
A Review on Architecture, Issues, Challenges and Applications in Underwater W...
 
A survey on various time synchronization techniques in underwater sensor netw...
A survey on various time synchronization techniques in underwater sensor netw...A survey on various time synchronization techniques in underwater sensor netw...
A survey on various time synchronization techniques in underwater sensor netw...
 
wireless sensor network my seminar ppt
wireless sensor network my seminar pptwireless sensor network my seminar ppt
wireless sensor network my seminar ppt
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 
CONTRADICTION COMMUNICATION RANGE OF SENSOR NETWORKS
CONTRADICTION COMMUNICATION RANGE OF SENSOR NETWORKSCONTRADICTION COMMUNICATION RANGE OF SENSOR NETWORKS
CONTRADICTION COMMUNICATION RANGE OF SENSOR NETWORKS
 
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksSpread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
 
Node detection technique for node replication attack in mobile sensor network
Node detection technique for node replication attack in mobile sensor networkNode detection technique for node replication attack in mobile sensor network
Node detection technique for node replication attack in mobile sensor network
 
Routing protocolsin Wireless sensor network
Routing protocolsin Wireless sensor network Routing protocolsin Wireless sensor network
Routing protocolsin Wireless sensor network
 
Data aggregation in wireless sensor networks
Data aggregation in wireless sensor networksData aggregation in wireless sensor networks
Data aggregation in wireless sensor networks
 
Localization in wsn
Localization in wsnLocalization in wsn
Localization in wsn
 
An algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkAn algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor network
 
G0933443
G0933443G0933443
G0933443
 

Destaque

Ticker tape trivia nlw 2012
Ticker tape trivia nlw 2012Ticker tape trivia nlw 2012
Ticker tape trivia nlw 2012edanathered
 
Have your own Ticker Tape Parade—Promote Solution Success
Have your own Ticker Tape Parade—Promote Solution SuccessHave your own Ticker Tape Parade—Promote Solution Success
Have your own Ticker Tape Parade—Promote Solution SuccessBMC Software
 
Super Bowl Ticker Tape Parade In New York City
Super Bowl Ticker Tape Parade In New York CitySuper Bowl Ticker Tape Parade In New York City
Super Bowl Ticker Tape Parade In New York CityOliver Ding
 
AS3/ Expt-g/ Teddy
AS3/ Expt-g/ TeddyAS3/ Expt-g/ Teddy
AS3/ Expt-g/ TeddyRama Chandra
 
【配布資料】ニーズ講座Ver4.0
【配布資料】ニーズ講座Ver4.0【配布資料】ニーズ講座Ver4.0
【配布資料】ニーズ講座Ver4.0Takahiro Nagai
 
ÖNCEL AKADEMİ: AKADEMİK İNGİLİZCE
ÖNCEL AKADEMİ: AKADEMİK İNGİLİZCE ÖNCEL AKADEMİ: AKADEMİK İNGİLİZCE
ÖNCEL AKADEMİ: AKADEMİK İNGİLİZCE Ali Osman Öncel
 

Destaque (9)

Ticker tape trivia nlw 2012
Ticker tape trivia nlw 2012Ticker tape trivia nlw 2012
Ticker tape trivia nlw 2012
 
Have your own Ticker Tape Parade—Promote Solution Success
Have your own Ticker Tape Parade—Promote Solution SuccessHave your own Ticker Tape Parade—Promote Solution Success
Have your own Ticker Tape Parade—Promote Solution Success
 
Super Bowl Ticker Tape Parade In New York City
Super Bowl Ticker Tape Parade In New York CitySuper Bowl Ticker Tape Parade In New York City
Super Bowl Ticker Tape Parade In New York City
 
AS3/ Expt-g/ Teddy
AS3/ Expt-g/ TeddyAS3/ Expt-g/ Teddy
AS3/ Expt-g/ Teddy
 
Trolley
TrolleyTrolley
Trolley
 
Newton's Laws
Newton's LawsNewton's Laws
Newton's Laws
 
【配布資料】ニーズ講座Ver4.0
【配布資料】ニーズ講座Ver4.0【配布資料】ニーズ講座Ver4.0
【配布資料】ニーズ講座Ver4.0
 
ÖNCEL AKADEMİ: AKADEMİK İNGİLİZCE
ÖNCEL AKADEMİ: AKADEMİK İNGİLİZCE ÖNCEL AKADEMİ: AKADEMİK İNGİLİZCE
ÖNCEL AKADEMİ: AKADEMİK İNGİLİZCE
 
Velocity measurements
Velocity measurementsVelocity measurements
Velocity measurements
 

Semelhante a A Novel Strong-Motion Seismic Network for Community Participation in Earthquake Monitoring

The Quake-Catcher Network Rapid Aftershock Mobilization!
The Quake-Catcher Network Rapid Aftershock Mobilization!The Quake-Catcher Network Rapid Aftershock Mobilization!
The Quake-Catcher Network Rapid Aftershock Mobilization!Ali Osman Öncel
 
Seismic sensor
Seismic sensorSeismic sensor
Seismic sensorajsatienza
 
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor NetworksAccurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networksambitlick
 
A Review On Reactive And Proactive Wireless Sensor Networks Protocols
A Review On Reactive And Proactive Wireless Sensor Networks ProtocolsA Review On Reactive And Proactive Wireless Sensor Networks Protocols
A Review On Reactive And Proactive Wireless Sensor Networks ProtocolsMary Montoya
 
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEYREAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEYcscpconf
 
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkNode Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkIJMTST Journal
 
Underwater acoustic sensor network
Underwater acoustic sensor networkUnderwater acoustic sensor network
Underwater acoustic sensor networkSrija Kumar
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Onyebuchi nosiri
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Onyebuchi nosiri
 
Multicasting routing protocol_for_wsn
Multicasting routing protocol_for_wsnMulticasting routing protocol_for_wsn
Multicasting routing protocol_for_wsnGr Patel
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
 TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEYijujournal
 
Energy Efficient Data Transmission through Relay Nodes in Wireless Sensor Net...
Energy Efficient Data Transmission through Relay Nodes in Wireless Sensor Net...Energy Efficient Data Transmission through Relay Nodes in Wireless Sensor Net...
Energy Efficient Data Transmission through Relay Nodes in Wireless Sensor Net...IDES Editor
 
Multi agent system to monitor structures
Multi agent system to monitor structuresMulti agent system to monitor structures
Multi agent system to monitor structuresSayed Abulhasan Quadri
 
Introduction to wsn by robin abraham
Introduction to wsn by robin abrahamIntroduction to wsn by robin abraham
Introduction to wsn by robin abrahamrobymec
 

Semelhante a A Novel Strong-Motion Seismic Network for Community Participation in Earthquake Monitoring (20)

The Quake-Catcher Network Rapid Aftershock Mobilization!
The Quake-Catcher Network Rapid Aftershock Mobilization!The Quake-Catcher Network Rapid Aftershock Mobilization!
The Quake-Catcher Network Rapid Aftershock Mobilization!
 
An effective gossip routing based wireless sensor network framework for fore...
An effective gossip routing based wireless sensor network  framework for fore...An effective gossip routing based wireless sensor network  framework for fore...
An effective gossip routing based wireless sensor network framework for fore...
 
Seismic sensor
Seismic sensorSeismic sensor
Seismic sensor
 
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor NetworksAccurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
 
E0932226
E0932226E0932226
E0932226
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
A Review On Reactive And Proactive Wireless Sensor Networks Protocols
A Review On Reactive And Proactive Wireless Sensor Networks ProtocolsA Review On Reactive And Proactive Wireless Sensor Networks Protocols
A Review On Reactive And Proactive Wireless Sensor Networks Protocols
 
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEYREAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
 
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkNode Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
 
B017370915
B017370915B017370915
B017370915
 
Underwater acoustic sensor network
Underwater acoustic sensor networkUnderwater acoustic sensor network
Underwater acoustic sensor network
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
 
Multicasting routing protocol_for_wsn
Multicasting routing protocol_for_wsnMulticasting routing protocol_for_wsn
Multicasting routing protocol_for_wsn
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
 TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
 
Energy Efficient Data Transmission through Relay Nodes in Wireless Sensor Net...
Energy Efficient Data Transmission through Relay Nodes in Wireless Sensor Net...Energy Efficient Data Transmission through Relay Nodes in Wireless Sensor Net...
Energy Efficient Data Transmission through Relay Nodes in Wireless Sensor Net...
 
Multi agent system to monitor structures
Multi agent system to monitor structuresMulti agent system to monitor structures
Multi agent system to monitor structures
 
Sensor net
Sensor netSensor net
Sensor net
 
Introduction to wsn by robin abraham
Introduction to wsn by robin abrahamIntroduction to wsn by robin abraham
Introduction to wsn by robin abraham
 

Mais de Ali Osman Öncel

Riskli Yapılar - Çevre ve Şehircilik
Riskli Yapılar - Çevre ve ŞehircilikRiskli Yapılar - Çevre ve Şehircilik
Riskli Yapılar - Çevre ve ŞehircilikAli Osman Öncel
 
Riskli Yapılar -Çevre ve Şehircilik
Riskli Yapılar -Çevre ve ŞehircilikRiskli Yapılar -Çevre ve Şehircilik
Riskli Yapılar -Çevre ve ŞehircilikAli Osman Öncel
 
Kar Kar Geothermal Field Work
Kar Kar Geothermal Field WorkKar Kar Geothermal Field Work
Kar Kar Geothermal Field WorkAli Osman Öncel
 
High Resolution Earth's Gravitational Field
High Resolution Earth's Gravitational FieldHigh Resolution Earth's Gravitational Field
High Resolution Earth's Gravitational FieldAli Osman Öncel
 
Gravity Predictions for Earthquakes
Gravity Predictions for EarthquakesGravity Predictions for Earthquakes
Gravity Predictions for EarthquakesAli Osman Öncel
 
Nakamura Technique for Soil Characterization
Nakamura Technique for Soil CharacterizationNakamura Technique for Soil Characterization
Nakamura Technique for Soil CharacterizationAli Osman Öncel
 
Geopsy: Seismic Vibration Processing
Geopsy: Seismic Vibration ProcessingGeopsy: Seismic Vibration Processing
Geopsy: Seismic Vibration ProcessingAli Osman Öncel
 

Mais de Ali Osman Öncel (20)

APA Yazım Kuralları
APA Yazım KurallarıAPA Yazım Kuralları
APA Yazım Kuralları
 
Gravimetri : Ders 14
Gravimetri : Ders 14Gravimetri : Ders 14
Gravimetri : Ders 14
 
Gravimetri : Ders 13
Gravimetri : Ders 13Gravimetri : Ders 13
Gravimetri : Ders 13
 
Gravimetri : Ders 12
Gravimetri : Ders 12Gravimetri : Ders 12
Gravimetri : Ders 12
 
Riskli Yapılar - Çevre ve Şehircilik
Riskli Yapılar - Çevre ve ŞehircilikRiskli Yapılar - Çevre ve Şehircilik
Riskli Yapılar - Çevre ve Şehircilik
 
Riskli Yapılar -Çevre ve Şehircilik
Riskli Yapılar -Çevre ve ŞehircilikRiskli Yapılar -Çevre ve Şehircilik
Riskli Yapılar -Çevre ve Şehircilik
 
Gravimetri : Ders 07
Gravimetri : Ders 07Gravimetri : Ders 07
Gravimetri : Ders 07
 
Gravimetri : Ders 06
Gravimetri : Ders 06Gravimetri : Ders 06
Gravimetri : Ders 06
 
Gravimetri: Ders 05
Gravimetri: Ders 05Gravimetri: Ders 05
Gravimetri: Ders 05
 
Gravimetri : Ders 04
Gravimetri : Ders 04Gravimetri : Ders 04
Gravimetri : Ders 04
 
Gravimetri : Ders 03
Gravimetri : Ders 03Gravimetri : Ders 03
Gravimetri : Ders 03
 
Gravimetri Ders 02
Gravimetri Ders 02Gravimetri Ders 02
Gravimetri Ders 02
 
Gravimetri Ders 01
Gravimetri Ders 01Gravimetri Ders 01
Gravimetri Ders 01
 
Kar Kar Geothermal Field Work
Kar Kar Geothermal Field WorkKar Kar Geothermal Field Work
Kar Kar Geothermal Field Work
 
Beppu geothermal field
Beppu geothermal fieldBeppu geothermal field
Beppu geothermal field
 
High Resolution Earth's Gravitational Field
High Resolution Earth's Gravitational FieldHigh Resolution Earth's Gravitational Field
High Resolution Earth's Gravitational Field
 
Gravity Predictions for Earthquakes
Gravity Predictions for EarthquakesGravity Predictions for Earthquakes
Gravity Predictions for Earthquakes
 
Nakamura Technique for Soil Characterization
Nakamura Technique for Soil CharacterizationNakamura Technique for Soil Characterization
Nakamura Technique for Soil Characterization
 
H/V User Guidelines
H/V User Guidelines H/V User Guidelines
H/V User Guidelines
 
Geopsy: Seismic Vibration Processing
Geopsy: Seismic Vibration ProcessingGeopsy: Seismic Vibration Processing
Geopsy: Seismic Vibration Processing
 

Último

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 

Último (20)

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 

A Novel Strong-Motion Seismic Network for Community Participation in Earthquake Monitoring

  • 1. A Novel Strong-Motion Seismic Network for Community Participation in Earthquake Monitoring Elizabeth Cochran, Jesse Lawrence, Carl Christensen, and Angela Chung S eismic networks provide crucial data to scientists and The QCN reduces the infrastructure costs of installing the public about recent earthquakes, both large and and maintaining a seismic network by using volunteers’ small. These networks record waves that propagate computers located in the targeted areas that are installed away from the earthquake source and provide a host of with software and MEMS accelerometer sensors. Triaxial information about the earthquake including magnitude, MEMS accelerometers sensitive enough to record moderate location, and how much slip occurs during an earthquake. to large earthquakes have become widely available at Included in the details of each seismogram is information relatively low cost in recent years. The MEMS sensors are about the rocks and sediments which the seismic waves travel. installed external to desktop computers or internal to laptop By increasing the density of seismic stations, we can rapidly computers and record ground accelerations. Volunteer detect and locate earthquakes to provide an advance alert, participants’ computers become seismic stations by providing improve our understanding of earthquake rupture and the the physical infrastructure, computer, internet, power, associated seismic hazard, and generate in real-time, state-of- shelter, etc. The computers are then networked using health information. distributed computing techniques that allow us to monitor We have constructed a new inexpensive initiative to the sensors and retrieve earthquake data automatically. augment seismic networks quickly by using Micro-Electro- QCN is made fully scalable (from 100s to 100,000s of Mechanical Systems (MEMS) accelerometers and distributed participants) and platform independent by the open- computing techniques called the Quake-Catcher Network source software package Berkeley Open Infrastructure for (QCN). Its use is expanding rapidly and increases the density Networked Computing (BOINC) [2]. BOINC powers scientific of ground motion observations throughout the world [1]. In distributed/volunteer computing projects such as SETI@home, this paper, we describe our network including the people who Einstein@home, and climateprediction.net. QCN minimizes volunteer to participate, the location of sensors in the system, costs by monitoring low- or no-cost sensors operated and detection and analysis of triggers from megadata, tagging maintained by volunteer participants. Distributed computing with accurate time, and the MEMS accelerometer sensors that projects are only successful if participants recognize the value we use. of their contribution. Through QCN, participants are directly involved in collecting and distributing seismic data that is Building the Network essential for seismic hazard assessment and detailed studies Traditionally, seismic networks have been costly to install of earthquake rupture. and maintain. A seismic station requires a sensor to record the ground motion, a computer to save the data, a GPS for accurate Detecting and Analyzing Triggers timing and location, telemetry or radio equipment to send One of the challenges of QCN is to rapidly and reliably identify the data back to a central clearinghouse and a power source earthquakes in noisy data streams from thousands of sensors. to run the equipment. Each seismic station is a self-contained In most seismic networks, complete time series of ground system that can take several hours to days to install. While motions that are recorded by seismometers are transmitted these stations provide high-quality, reliable data, currently in full to a central server for further processing. The transfer costs prohibit increasing the density of stations over a large of continuous waveform data can result in 2 to 14 seconds region such as California. The Quake-Catcher Network (QCN) of latency. QCN shifts the computationally heavy detection uses distributed computing and novel sensors to augment and analysis algorithms to the ample CPU power provided the current seismic networks, providing a higher density of by the participant’s computer. The client computers monitor observations of moderate to large earthquakes. the acceleration data for strong vibrations to determine if 8 IEEE Instrumentation & Measurement Magazine December 2009 1094-6969/09/$25.00©2009IEEE Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
  • 2. a trigger has occurred and initially only the metadata for each trigger is sent to the server. The small packets of metadata transfer much faster to the server than the complete time series of acceleration data. The pertinent metadata useful for identifying large e a r t h q u a k e s i n re a l - t i m e include: the location of the sensor, the time at which the earthquake was measured, and the amplitude and period of the ground motion. QCN can minimize data transfer latency to less than 4 s for such parameters. For hazard assessment and emergency response, it is imperative to quickly and efficiently send data to a central server for further analysis. Figure 1 summarizes the participant interaction, data processing and products of the QCN. Tu n i n g t h e t r i g g e r i n g algorithm is critical to ensure that real earthquakes a re c a p t u re d w h i l e a l s o minimizing the number of false triggers. Earthquakes are usually identified using the ratio of the incoming signal to an average of previous signals referred to as the ratio of short-term average to long- term average (STA/LTA). QCN currently uses a similar method; more specifically, we determine if the current acceleration is more than 3 standard deviations larger Fig. 1. Flow chart outlining the interaction between participants, cyber infrastructure and products in the Quake- than the previous minute of Catcher Network (QCN) acceleration. We are currently testing several triggering algorithms to determine how to best identify earthquakes and amplitude of these wave arrivals we can more efficiently in often noisy time series data. Seismic waves from a nearby determine the location and magnitude of the earthquake. earthquake usually measured the frequency band between Once a trigger occurs, the metadata is sent to a central server 2–20 Hz, similar to cultural noise such as passing cars, wind, for further analysis to determine if there was an earthquake or etc. To better recognize earthquake-related vibrations, we are if it was an isolated trigger. Because the sensors are located in developing algorithms to quickly identify the two main seismic houses, offices, and schools, a large number of triggers are due to wave arrivals: primary (P) - and secondary (S)-waves. P-waves local noise sources. We compare the trigger to the U.S. Geological are compressional waves that arrive at a station first. S-waves Survey (USGS) catalog to establish if the trigger is spatially are the more-damaging longitudinal or shear waves that travel and temporally associated with a known earthquake. As the at roughly half the speed of P-waves. By identifying the time network increases in density, we will implement a clustering December 2009 IEEE Instrumentation & Measurement Magazine 9 Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
  • 3. algorithm to identify large events, such as earthquakes, from random isolated triggers. There are several major challenges to real-time earthquake identification and characterization (such as earthquake location and magnitude estimation) using QCN data. First, the network configuration is ever changing as stations are added or removed, so QCN must develop efficient and flexible clustering algorithms for identifying patterns within the network. Flexible ‘virtual’ networks can be formed to spatially group sensors so incoming trigger data can be analyzed to determine if triggers cluster in space and time indicating an earthquake has occurred. Once a cluster of triggers is identified within a virtual network an ‘event’ can be declared. Once an earthquake is identified, the time and amplitude of the wave arrivals from at least three stations can be used to estimate the earthquake location and magnitude. Currently, incoming trigger data from the entire network is sent to a single server. As the network continues to grow we will distribute the incoming triggers across multiple servers located throughout the world. However, the data handling must be flexible enough to correctly detect earthquakes at the edge of a designated server region. For example, if triggers from southern California are sent to a server at Riverside and triggers from northern California are sent to a server at Fig. 2. MotionNode Accel (top) and JoyWarrior 24F8 (bottom): USB sensors Stanford, an earthquake occurring at a designated boundary currently used by QCN. Photo Credit: E. Cochran. may be poorly located or missed completely. In the QCN, triggers can be sent to multiple servers to both increase strong motion sensor and record local earthquakes (within a network robustness as well as improve identification of few tens of kilometers) with magnitudes greater than 3.0. earthquakes that might fall between two regions. QCN has adopted two models of external MEMS sensors: the MotionNode Accel (MN), 0.001 g resolution for ±2 g range, Sensor Specifications and the JoyWarrior 24F8 (JW), 0.004 g resolution for ±2 g range Seismologists use two broad categories of sensors to record (Figure 2). Both models connect via a USB cable to a desktop earthquakes: weak motion and strong motion sensors. computer running any operating system (Windows, Mac, Multiple sensor types are needed because currently no single Linux). Sensors are mounted to the floor to provide good sensor can capture the diverse amplitudes and frequencies of coupling to ground motion and have known orientations seismic waves that can vary over many orders of magnitude. (with one horizontal component aligned to north and the other Weak motion sensors can record low amplitude ground motion horizontal component aligned to east). QCN also currently either from a small, local earthquake or a large earthquake supports two models of laptops (Apple and ThinkPad) that located far from the station. Weak motion sensors have power have internal MEMS sensors. We will not describe the internal spectral densities (PSD) around –120 to –160 dB between 0.01 sensors in detail here, as they are typically not well-coupled to 10 Hz referenced to the squared acceleration amplitude of to the ground (e.g. passively sitting on a desk) and have (1 m/s2). So, these sensors can resolve ground accelarations unknown orientations. Table 1 lists the specifications of the as small as 1 nm/s2 at a very quiet site, but will go off-scale, external sensors used by QCN as well as next-generation or clip, at larger ground motions. Strong motion sensors can sensors that may be integrated into the project in the future. We capture extreme ground motions from nearby moderate to are continually exploring the most recent advances in MEMS large earthquakes that result in several g accelerations. The technology and will implement higher resolution sensors as MEMS sensors currently used by QCN are equivalent to a they become available at competitive costs. Table 1—USB Sensors Comparison (* indicates next generation sensors) Model Dynamic Range Resolution Cost Frequency Range MotionNode Accel ±2G ±1.0X10-3G $100-150 0.05-25Hz -3 JoyWarrior ±2G ±4.0X10 G $30-50 0.05-25Hz JoyWarrior 1 mG* ±2G ±1.0X10-3G $50-75* 0.05-25Hz -5 O-NAVI 60mG* ±2G ±6.0X10 G $60-85* 0.05-25Hz -8 O-NAVI 24nG* ±2G ±2.4X10 G $95-135* 0.05-25Hz 10 IEEE Instrumentation & Measurement Magazine December 2009 Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
  • 4. that accurately captured the amplitude and frequency content of a typical earthquake. The main difference between the sensors was that the MEMS sensors used by QCN were lower resolution than the EpiSensor, and very small accelerations (less than 4 mg) cannot be resolved. Time and Location The two most important considerations for any seismic station are time and location. Accurate sensor location and exact time are critical for locating earthquakes and estimating their magnitudes. Accurate locations are also important for high-resolution earthquake rupture models and seismic velocity models. GPS antennas provide the location and time information for a typical seismic station; however in the QCN we implement proven internet-based tools. Timing cannot come from the participant computer alone because the internal clocks on computers drift gradually over time. Instead, we utilize Network Time Protocol (NTP) to measure the clock drift every 15 minutes to determine the time offset between participants’ computers and our server. Numerous tests have been run between QCN clients and our time server that show a maximum time synchronization error of 100 ms. This is consistent with a previous study that found, for most seismic applications, NTP time offsets are typically less than 20 ms [3]. Sensor location is estimated either automatically or, more commonly, through participant input. A rough location of each computer is estimated to within a few kilometers using Internet Protocol (IP) geotracking, which is based on the location of closest known router. This location is automatically determined and is the default location of Fig. 3. Shake-table measurements for a simulation of the 1996 Northridge a sensor when the software is first opened. However, for Earthquake recorded from a traditional sensor, Kinemetrics EpiSensor, and two more accurate locations the participant may specify up to 5 USB sensors, JoyWarrior and MotionNode. (a) Accelerations recorded and (b) locations using a Google Maps API and link those locations amplitude spectra of the accelerograms. with the computer’s IP address. Thus, each time the software opens it checks the current IP address against a list of the We conducted a series of shake-table tests to compare saved locations and uses the participant-specified location, the response of the MN and JW MEMS accelerometers with if available. The location errors are typically a few kilometers a traditional strong motion sensor. The traditional strong- or more if automatically determined but less than 10 m if motion sensor used in the comparison test was the Kinemetrics specified by the participant. EpiSensor ES-U2, a uniaxial force balance accelerometer. The test was conducted on a unidirectional shake table that allowed Participant Considerations us to examine only one component of motion during a single Building a distributed computing project that uses participant test. Seismologists and engineers use both the uniaxial and computers rather than dedicated machines has specific triaxial, ES-U2 and ES-T Kinemetrics EpiSensors extensively requirements. These requirements include minimizing for strong-motion applications. We used a variety of inputs computational resources, platform independence, and ease during the shake table tests ranging from single frequency, of installation. Unlike many other distributed computing single amplitude sine waves to actual ground motion recorded projects that use up to 100% of a processor when a computer during past earthquakes. Figure 3 shows a comparison is in screen-save mode, we need software that uses as between the accelerations and frequency spectra from the little computational power as possible so that it can run three sensors (MN, JW, and ES-U2) for an input ground motion continuously in the background without being noticed by the replicating the 1996 Northridge earthquake. The input signal user. This is especially important for computers equipped with was scaled to have a maximum displacement of 10 cm resulting the more sensitive external sensors. Thus, QCN software and in roughly 1 g accelerations. The accelerograms and the any data processing algorithms implemented must be very frequency spectra from the three sensors were nearly identical, efficient. In background mode, QCN core processes use less indicating the sensors produced high-fidelity seismograms than 1-5% of the computing resources of an average computer. December 2009 IEEE Instrumentation & Measurement Magazine 11 Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
  • 5. Currently, QCN can monitor data between two external sensors, MotionNode Accel and the JoyWarrior 24F8, and two internal sensors in Apple and Thinkpad laptops. In addition, the software can run on Microsoft Windows, Mac OS X, and Linux operating systems. The software is fast and easy to install and run. QCN gives users access to sensor drivers as well as step-by-step instructions detailing how to install the software on the project website. The primary installation steps are to download BOINC software, connect to the QCN project, and modify user information and preferences. Participants can also learn about earthquakes through the interactive software (QCNLive) provided by the network (Figure 4). Teachers have incorporated the QCN sensors and software into hands-on activities that teach students about seismology and plate tectonics. QCN Earthquake Recording Since its inception in early 2008, the Quake-Catcher Network has recorded dozens of earthquakes with magnitudes between 3.1 ≤ M ≤ 5.4 in multiple countries. As the number of sensors increases, the frequency of earthquake recordings has increased as well. Figure 5 shows the current sensor map for the Quake-Catcher Network. One of the earthquakes recorded by participants was the magnitude M5.4 Chino Hills earthquake recorded on July 29th, 2008 in Los Angeles. Figure 6 shows the recordings from this earthquake. The records provide accurate travel times and appropriate amplitudes for P- and S-waves. The sensors were all roughly the same distance from the earthquake, so the P- and S-waves recorded by each sensor arrived at nearly identical times. As designed, Fig. 4. Screen-shots of the QCNLive interactive software. (a) Real-time display the triggering algorithm running on each participant of accelerations measured by the sensors and (b) global view of current and historic earthquakes and plate boundaries. computer detected the significant motions measured at the time of the P-wave arrivals, marked the arrival as a trigger In addition, BOINC allows users to modify their preferences and immediately sent the information back to the QCN and limit when the software runs, as well as processor and server. These three computers triggered within half a second disk usage. of each other. As expected, the S-waves are larger amplitude BOINC and QCN software is built to be platform and are seen primarily on the horizontal components (X independent to maximize the number of participants. & Y) rather than the vertical components (Z). The graph labeled Significance shows the significance of the current signal relative to the past minute. On January 9 th , 2009 (a few months later) another earthquake of similar magnitude (M5.0) occurred in San Bernardino, CA (Figure 7). The earthquake recordings obtained through QCN also demonstrate typical P- and S-wave behavior. A quick analysis of the vertical and horizontal components allowed us to pick the P- and Fig. 5. Current global participants in the Quake-Catcher Network (blue triangles) and earthquake distribution from S-wave arrival times. The USGS (red circles). difference in time between the 12 IEEE Instrumentation & Measurement Magazine December 2009 Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
  • 6. Fig. 6. Records from three QCSs of the M5.4 Chino Hills earthquake P- and S-wave arrivals can be used to estimate the distance from the earthquake to the sensor (assuming the seismic velocities of P and S waves). Using the distances calculated from the P and S times, the location was triangulated to a location very close to the epicenter reported by the USGS. This demonstrates that the network is behaving appropriately, with sufficiently accurate timing and amplitude resolution. With additional QCN participants, the number of earthquakes recorded and located by QCN will increase. Our estimate of the earthquake location will also improve as our network density increases and more sensors record each earthquake. Goals of the Network Determine Earthquake Rupture Propagation Fig. 7. QCN results computed from the M5.0 earthquake in San Bernardino. As the Quake-Catcher Network continues to grow, it will (a) The difference in P- and S- wave arrival times at the stations. (b) The provide an unparalleled density of seismic observations that intersection point of the 3 circles - the QCN earthquake location, the red star - will allow us to address fundamental questions in seismology. the USGS location. Currently we are unable to exactly determine the rupture speed and slip distribution along a fault due to of the sparse often associated with very planar fault segments and higher distribution of strong-motion seismometers in current seismic ground accelerations. Slip distribution is the amplitude of networks in California. Rupture speed is how fast the rupture slip along various portions of the fault; the amount of slip can propagates along the fault plane; high rupture speeds are be highly variable across a fault plane with regions of higher December 2009 IEEE Instrumentation & Measurement Magazine 13 Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
  • 7. structural engineers must interpolate between widely spaced data to estimate the shaking hazard at each new location. QCN can greatly reduce the area over which data are interpolated and allow for improved estimates of site conditions for improved building safety. The data from QCN can be used in several ways to produce high-resolution (100 km2 or better) images of site effects and amplification. Data from moderate earthquakes recorded on the dense QCN network can be used to explore variations in site amplification at much higher resolution than is possible with the current network. This data can be used to estimate the maximum amplitude of ground shaking expected for large magnitude earthquakes. Thus, seismic amplification maps will provide city planners and engineers more accurate information for each potential building site. Current QCN sensors have the ability to record accelerations as high as ±2G, allowing us to measure extreme Fig. 8. A hypothetical wave field graphic for a seismic wave captured in (A) ground motions that have been poorly studied thus far but by the strong-motion network and in (B) by a combined network of the strong- motion network plus 2,700 hypothetical QCN USB sensors at actual K-12 are an important consideration in seismic hazard analysis. schools in the Los Angeles basin. During the recent 2008 M 6.9 Iwate-Miyagi earthquake, peak accelerations up to 3.9 G were observed [4] using newly installed accelerometers. These extreme accelerations are thought to be slip experiencing larger ground motions. A dense network a near-surface, highly-localized site effect but may be used for (seismometers every 100 km2) would be capable of capturing seismic hazard assessment in unconsolidated soils. QCN can earthquakes with fine spatial resolution to produce unaliased provide valuable information on the maximum accelerations at 4D images of wave propagation (Figure 8). Thousands of QCN a level of detail previously not plausible [5]. sensors in earthquake-prone metropolitan areas will provide critical improvements in fault resolution for moderate to large Large Building Responses earthquakes. The large quantity of proximal measurements The technology developed by QCN has lead to a promising will allow us to image moderate to large earthquake ruptures new method to monitor the physical properties of large from initiation to termination. These images will constrain the buildings. How a building shakes during an earthquake time evolution, slip history, and directionality of fault ruptures depends on the shape and weight of the building, construction as never seen before. Rapid and accurate assessment of source material, and subsurface material. By monitoring buildings (rupture) characteristics of a moderate to large earthquake to determine their resonant frequency, we can estimate can be used for hazard assessment and to guide emergency how they will behave in a large earthquake. Continuous services, which are critical for efficient rescue efforts to monitoring over time also allows us to determine if a mitigate economic damages and/or loss of human lives. In building develops any structural weakness or damage by addition, rapid earthquake characterization will provide looking for drift, or migration, of the resonant frequency of valuable input for the scientific community regarding details the building response. Techniques that use ambient noise of source propagation. (man made and natural signals such as wind) can predict how the ground will shake during an earthquake [6] and Subsurface Properties and Amplification may allow us to determine the response of a building without Seismic waves provide information about the three- needing a specific shaking event. This method provides the dimensional structure of the Earth’s subsurface. Seismic waves necessary information to predict how a building shakes bounce off interfaces at depth, travel faster in some regions given an input vibration at the lowermost floor. The method than others, focus and defocus around subsurface structures, provides seismic velocity (elastic behavior), attenuation and dissipate over time and distance. With an increased (energy dissipation), and resonance frequencies (modes) density of observations, QCN will provide more details given only 14 days of recording from QCN’s USB sensors. regarding the subsurface structure, yielding new insight into While the method does not predict how a building responds the dynamic evolution of the Earth and the current physical in non-linear stress-strain conditions (associated with the properties that affect heat flow, water cycles, and earthquakes. onset of building damage), the method could be used to These resulting seismic images will assist seismic hazard predict if a building approaches sufficient interstory drift to assessment and mitigation by providing maps of anomalous possibly generate structural damage. structures that focus or dissipate seismic energy. With the advent of QCN, it is now possible to deploy Data from QCN will help answer the question of how the many sensors in a building for short durations at little cost. near-surface environment affects seismic hazard. Currently The sensors can be used on many buildings in the time it 14 IEEE Instrumentation & Measurement Magazine December 2009 Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.
  • 8. would take to wait for a moderate earthquake to occur in a [2] D.P. Anderson and J. Kubiatowicz, “The world-wide computer”, single traditionally-instrumented building. Campaign-style Scientific American, 2002, vol. 286, pp. 40- 47. experiments will produce more structural response data [3] A. Frassetto, T.J. Owens, and P. Crotwell, “Evaluating the Network for the broader comparative investigations of structural Time Protocol (NTP) for Timing in the South Carolina Earth responses to earthquakes. By leaving a single sensor behind Physics Project (SCEPP)”, Seismological Research Letters., 2003, vol. after a campaign-style experiment, it is possible to predict the 74, pp. 649-652. interstory drift on each floor. Further analyses of campaign- [4] S. Aoi, T. Kunugi, and H. Fujiwara, “Trampoline Effect in Extreme style data measured in basements of adjacent buildings will Ground Motion”, Science, 2008, vol. 322, pp. 727-730. provide site effects due to small-scale subsurface structure. [5] D.R.H. O’Connell, “Assessing Ground Shaking”, Science, 2008, vol. 322, pp. 686-687. Summary [6] G. A. Prieto, G. C. Beroza, “Earthquake Ground Motion Prediction The QCN is breaking new ground in seismology by combining Using the Ambient Seismic Field”, Geophys. Res. Lett., 2008, vol. 35, new MEMS technology with volunteer seismic station pp. 726- 730. L14304, DOI:10.1029/2008GL034428. distributed computing. Rather than distributing just computations, the Quake-Catcher network allows volunteers Elizabeth Cochran received a PhD in Geophyics and Space to participate in scientific data collection and computation. Physics from the University of California, Los Angeles. Since Using these innovative tools, QCN will increase the number 2007, she has been an Assistant Professor of Seismology at of strong-motion observations for improved earthquake University of California, Riverside. Her current research detection and analysis in California, and throughout the focuses on distributed computing seismic networks and world. QCN’s increased density of seismic measurements will seismic imaging of fault damage structures. revolutionize seismology. The QCN, in concert with current seismic networks, may soon provide advanced alerts when Jesse Lawrence received a PhD in Earth and Planetary Sciences earthquakes occur, estimate the response of a building to from Washington University in Saint Louis in 2004. He is now earthquakes even before they happen, and generate a greater an Assistant Professor of Seismology at Stanford University. understanding of earthquakes for scientists and the general His current research focuses on distributed computing seismic public alike. networks and seismic imaging of the subsurface. You can help us improve strong-motion earthquake monitoring by participating in the Quake-Catcher Network. Carl Christensen is the Chief Software Architect of the Quake- To join the network, please visit the project website at Catcher Network at Stanford University and is also a Senior http://qcn.stanford.edu where you can request a sensor Consultant (and formerly Chief Software Architect) to the and download software to begin recording earthquakes. In climateprediction.net volunteer computing project at Oxford addition, we have activities on our website that can be used University. His research focus is on distributed, grid, and in K-16 classrooms to teach students basic seismology and volunteer computing. physics concepts. Angela Chung is a graduate student working with Jesse References: Lawrence at Stanford University. She has a broad range References: of interests including earthquake hazard analysis and [1] E.S. Cochran, J.F. Lawrence, C. Christensen, and R.S. Jakka, “The earthquake rupture mechanics. Angela is currently working Quake-Catcher Network: Citizen science expanding seismic on the QCN project (both the earthquake detection and the horizons”, Seismological Research Letters., Jan./Feb. 2009, vol. 80, building response aspects) as well as a seismic imaging no.1, pp. 26-30. DOI: 10.1785/gssrl.80.1.26. project. December 2009 IEEE Instrumentation & Measurement Magazine 15 Authorized licensed use limited to: Univ of Calif Riverside. Downloaded on December 30, 2009 at 22:00 from IEEE Xplore. Restrictions apply.