EIDA European Integrated Data Archives

Size: px
Start display at page:

Download "EIDA European Integrated Data Archives"

Transcription

1 EIDA European Integrated Data Archives Marcelo B. de Bianchi Joachim Saul IT Coordination Meeting KNMI / Utrecht

2 Data acquisition Seismometer / Accelerometer Orthogonal (continuous) ground displacement data A seismometer is an instrument that measures the ground movement at a fixed interval (normally times per second). The ground movement is decomposed into three perpendiculars components, each of these are named one channel or stream of data.

3 Channel Names attribution GE APE GE APE GE APE Network Station Location BHZ Channel BHN BHE The streams of data are given codes. The codes are grouped by location. Location by stations and stations by networks. The FDSN is responsible to attribute non overlapping network codes to institutions/persons running a seismic station.

4 Sharing the metadata & data Sharing this data can be a real challenge when... every country/institutions has its own stations and interests in the end people wants to receive acknowledgment by their work and money invested

5 Multiple countries & data producers makes it hard to find all the data available BE FR DK WM BS IC FN GR EE NZ TM ES C CH EI CN II CZ GE CX CU KC GT SX SK SJ MS TW JP PS TE G AU PA IG HT NL NU AF GB NS MY HU NO PL IQ IA OE BW NA PM IS CR MN MK TT CK IU AD KO HL RD RO EB HE US?

6 European Integrated Data Archives (EIDA) Inside EIDA each node has a list of all that exists in EIDA, and can like lenses redirect the user to the correct node. EE II DD BE FR DK WM BS IC FN GR EE NZ TM ES C CH EI CN II CZ GE CX CU KC GT SX SK SJ MS TW JP PS TE G AU PA IG HT NL NU AF GB NS MY HU NO PL IQ IA OE BW NA PM IS CR MN EIDA also tries keep each data center / producers interests MK TT CK IU AD KO HL RD RO EB HE US AA

7 The EIDA driven engine: ArcLink 7 nodes are currently part of EIDA: GFZ (Germany), ETH (Switzerland), KNMI/ODC (Holland), BGR (Germany), LMU (Germany), IPGP (France), INGV (Italy) Each node has an ArcLink server, that in the end fulfills the requests Each node synchronize its network, station, location, channel metadata everyday On top of the ArcLink each node has build its on infrastructure to access the data, taking advantage of the infra-structure established

8 ArcLink Is a technology that is used to query a server for seismological data in a certain time window and region. The ArcLink can refer to the protocol, or just to the server (computer program) that is included in SeisComp3 that implements the protocol. It is the technology behind EIDA today T12:00:11 to T00:00:00 GE APE BHZ ArcLink or Inventory

9 How it works User Time Windows per net/station and region Client Requests ASCII FLOW Server Waveforms, QC & Inventory The clients defines how the user interact with the ArcLink server, some client examples are: arclinktool, arclink_fetch, webdc.eu portal, Breqfast (in seiscomp3), ObsPy, scolv (picker) and so on... Products: XML Inventory Routing, QC FullSeed Dataless Seed MiniSeed ArcLink uses a tracking Id (Similar to DHL, Fedex) for each request, allowing the client to break the connection while waiting for the data.

10 Basic Arclink: Wildcard & Routing Server A Server B Server C Inventory Request GE APE 00 BHZ GE APE 00 BHN IU STA 10 HHZ 2011,1,1 2011,1,2..GE APE BH? * 2011,1,1 2011,1,2..IU STA HH? *

11 Basic Arclink: Wildcard & Routing Server A Server B Server C Inventory Request Routing Request GE APE 00 BHZ Server B GE APE 00 BHN Server B IU STA 10 HHZ Server C 2011,1,1 2011,1,2..GE APE BH? * 2011,1,1 2011,1,2..IU STA HH? *

12 Basic Arclink: Wildcard & Routing Server A Server B Server C Inventory Request Routing Request Data Request GE APE 00 BHZ Server B GE APE 00 BHN Server B IU STA 10 HHZ Server C 2011,1,1 2011,1,2..GE APE BH? * 2011,1,1 2011,1,2..IU STA HH? *

13 ArcLink Protocol hello ArcLink v1.2 ( ) Bianchi request waveform ERROR showerr authentication required user OK request routing OK 2011,1,1,00,00, ,1,2,00,00,00 GE APE BH? * END 1597 status 1597 <?xml version="1.0"?> <arclink> <request id="1597" type="routing" label="" args="" encrypted="false" size="545"... <volume id="routing" dcid="bia" status="ok" size="545" encrypted="false" message=""> <line content="2011,1,1,00,00, ,1,2,00,00,00 GE APE BH? *" status="ok"... </volume> </request> </arclink> END purge 1597 OK bye The communication with the ArcLink server can be tested using telnet and the set of commands specified on the protocol. hello user request status institution label showerr purge download bdownload end bye Command Set

14 ArcLink Request Types REQUEST <TYPE> <Attributes> <start time> <end time> <Network> <Station> <Channel> <Location> <constraints>... END Request Type ArcLink WAVEFORM seed / c format = FSEED * / MSEED compression = none * / bzip2 Constraints : Yes WildCards on: Location/Channel Optional field: Location. If not added the default is to use only empty location codes

15 ArcLink Request Types REQUEST <TYPE> <Attributes> <start time> <end time> <Network> <Station> <Channel> <Location> <constraints>... END ArcLink Request Type WAVEFORM format = FSEED * / MSEED compression = none * / bzip2 seed INVENTORY / c compression = none / bzip2 Constraints : Yes instruments = true / false WildCards xml on: / clocation/channel modified_after = <ISO DATE> Optional field: Location. If not added the default is to use only empty WildCards on: all fields location codes Optional fields: Station, Location, Channel those not added to the request are not returned expect Location that defaults for <Empty>

16 ArcLink Request Types REQUEST <TYPE> <Attributes> <start time> <end time> <Network> <Station> <Channel> <Location> <constraints>... END ArcLink Request Type WAVEFORM format = FSEED * / MSEED compression = none * / bzip2 seed INVENTORY / c compression = none / bzip2 Constraints : Yes instruments = true / false WildCards xml RESPONSE on: / clocation/channel compression = none * / bzip2 modified_after = <ISO DATE> Optional field: Location. If not added the default is to use only empty WildCards seed on: / nc all fields location codes Optional fields: Station, Location, Channel those not added to the WildCards on:station / Location / Channel request are not returned expect Location that defaults for <Empty> Optional field: Location. If not added the default is to use only empty location codes

17 ArcLink Request Types REQUEST <TYPE> <Attributes> <start time> <end time> <Network> <Station> <Channel> <Location> <constraints>... END ArcLink Request Type WAVEFORM format = FSEED * / MSEED compression = none * / bzip2 seed INVENTORY / c compression = none / bzip2 Constraints : Yes instruments = true / false WildCards xml RESPONSE on: / clocation/channel compression = none * / bzip2 modified_after = <ISO DATE> Optional field: Location. If not added the default is to use only empty WildCards seed ROUTING on: / nc all fields compression = none / bzip2 location codes Optional fields: Station, Location, modified_after Channel = <ISO those DATE> not added to the WildCards xml on:station / nc / Location / Channel request are not returned expect Location that defaults for <Empty> Optional field: Location. If not added the default is to use only empty WildCards on: all fields location codes Optional fields: Station, Location, Channel. Channel and Location are ignored.

18 ArcLink Request Types REQUEST <TYPE> <Attributes> <start time> <end time> <Network> <Station> <Channel> <Location> <constraints>... END ArcLink Request Type WAVEFORM format = FSEED * / MSEED compression = none * / bzip2 seed INVENTORY / c compression = none / bzip2 Constraints : Yes instruments = true / false WildCards xml RESPONSE on: / clocation/channel compression = none * / bzip2 modified_after = <ISO DATE> Optional field: Location. If not added the default is to use only empty WildCards seed ROUTING on: / nc all fields compression = none / bzip2 location codes Optional fields: Station, Location, modified_after Channel = <ISO those DATE> not added to the WildCards xml on:station / QC nc / Location compression / Channel = none / bzip2 request are not returned expect Location that defaults for <Empty> Optional field: Location. If outages not added = true the / default false is to use only empty WildCards on: all fields location codes xml / nc logs = true / false Optional fields: Station, parameters Location, = Channel. Coma separated Channel and Qc parameters Location are ignored. WildCards on: all fields Optional fields:none

19 ArcLink Request Types REQUEST <TYPE> <Attributes> <start time> <end time> <Network> <Station> <Channel> <Location> <constraints>... END ArcLink Request Line constraints Request Type WAVEFORM format = FSEED * / MSEED compression = none * / bzip2 seed INVENTORY / c compression = none / bzip2 Constraints : Yes instruments = true / false WildCards xml RESPONSE on: / clocation/channel compression = none * / bzip2 modified_after = <ISO DATE> Optional field: Location. If not added the default is to use only empty WildCards seed ROUTING on: / nc all fields compression = none / bzip2 location codes Optional fields: Station, Location, modified_after Channel = <ISO those DATE> not added to the WildCards xml on:station / QC nc / Location compression / Channel = none / bzip2 request are not returned expect Location that defaults for <Empty> Optional field: Location. If outages not added = true the / default false is to use only empty WildCards on: all fields location codes xml Line / nc Constraints logs = true / false Optional fields: Station, parameters Location, = Channel. Coma separated Channel and Qc parameters Location are ignored. WildCards sensortype on: all fields = VBB, BB, SM, OBS or combined with '+' Optional latmin fields:none = <Value> latmax = <Value> lonmin = <Value> lonmax = <Value> permanent = true / false restricted = true/ false Wildcards on: All No Optional items

20 EIDA/ArcLink use cases Metadata Request Obtain instruments response from more than one data center at the same request Waveform Request Obtain miniseed / FullSeed data from one / multiple data centers Find what channels are available on a certain region, epoch by type and permissions Qc Request Obtain pre-computed quality control parameters for certain streams of data. Those QC parameters could be used together with inventory to return better datasets automaticaly. Routing Request Maps the channel name to ip address of arclink server capable of delivering data in the specified time period Obtain Ip address of seedlink server capable of delivering real-time data

21 Web Portals Web Portals try to offers more sophisticate ways to select data based normally on earthquake catalog and predicted arrival times at certain stations. While each webportal is not really part of the EIDA infrastructure they all use the EIDA infrastructure behind to collect the data from multiple data centers and return the data to the user. They are portals to EIDA.

22 Near Future Improvements ArcLink Encryption: Will secure the restricted dataset downloads Each user would need (1) to register his with the data center responsible for the restricted data and (2) a password key to decrypt the received volumes ArcLink Proxy: Will allow access to nodes with firewall problems using the GFZ backbone. This would also make possible to write simple clients (Without Routing/Inventory Expanssion) to fetch data from many nodes at the same time ArcLink Authoritative Tables: Will allow a more precise synchronization procedure to be run where an authoritative table would guide the full synchronization process. A master file would guide the arclink server on deciding which server is authoritative for which network. EIDA heartbeat : ArcLink monitoring system based on NAGIOS A NAGIOS setup to continuously monitor EIDA and ensure the correct operation of EIDA

23 Future developments

24 Thank you

25 Archive Synchronization On ArcLink: Inclusion of MD5 computation based only on the amplitude part from miniseed records inside Arclink protocol. Ant gap filler: would enable efficient development of an Ant Gap researcher and filling robot that could slowly work to keep data archives complete and in sync. Archive A T12:00:11 to T00:00:00 GE APE BHZ c35cc44e980cea0f97f7302bfc20e37b ArcLink Server B

Recent Arclink developments: proxy and chunk-download

Recent Arclink developments: proxy and chunk-download Andres Heinloo & Marcelo Bianchi September 22, 2011 Normal mode Normally an Arclink server does not forward requests. A client sends request directly to destination DC(s), based on routing information.

More information

ODC and future EIDA/ EPOS-S plans within EUDAT2020. Luca Trani and the EIDA Team Acknowledgements to SURFsara and the B2SAFE team

ODC and future EIDA/ EPOS-S plans within EUDAT2020. Luca Trani and the EIDA Team Acknowledgements to SURFsara and the B2SAFE team B2Safe @ ODC and future EIDA/ EPOS-S plans within EUDAT2020 Luca Trani and the EIDA Team Acknowledgements to SURFsara and the B2SAFE team 3rd Conference, Amsterdam, The Netherlands, 24-25 September 2014

More information

ORFEUS. making seismic waveform data available from 1987 to EIDA from a centralized data center to a federated data archive history and present status

ORFEUS. making seismic waveform data available from 1987 to EIDA from a centralized data center to a federated data archive history and present status ORFEUS making seismic waveform data available from 1987 to EIDA from a centralized data center to a federated data archive history and present status Madrid, 8 March 2018 1 Some history of International

More information

GEOFON and its Role in Global Seismic Monitoring and Tsunami Warning

GEOFON and its Role in Global Seismic Monitoring and Tsunami Warning GEOFON and its Role in Global Seismic Monitoring and Tsunami Warning Winfried Hanka, GeoForschungsZentrum (GFZ), Potsdam, Germany, hanka@gfz-potsdam.de Overview GEOFON is focused on networking and capacity

More information

TMCH Report March February 2017

TMCH Report March February 2017 TMCH Report March 2013 - February 2017 Contents Contents 2 1 Trademark Clearinghouse global reporting 3 1.1 Number of jurisdictions for which a trademark record has been submitted for 3 2 Trademark Clearinghouse

More information

Current status of the Romanian EIDA (European Integrated Data Archive)

Current status of the Romanian EIDA (European Integrated Data Archive) National Institute for Earth Physics Current status of the Romanian EIDA (European Integrated Data Archive) Alexandru MARMUREANU Ionescu CONSTANTIN EIDA overview Basic idea: European Integrated waveform

More information

SeisComP3. ORFEUS observatory coordination workshop 2012 seismic networks and acceleration networks. Jan Becker. gempa GmbH, Potsdam, Germany

SeisComP3. ORFEUS observatory coordination workshop 2012 seismic networks and acceleration networks. Jan Becker. gempa GmbH, Potsdam, Germany SeisComP3 ORFEUS observatory coordination workshop 2012 seismic networks and acceleration networks Jan Becker gempa GmbH, Potsdam, Germany November 12, 2012 Jan Becker (gempa GmbH) SeisComP3 November 12,

More information

Federating Data Centers within ORFEUS: The EIDA experience and future plans. The EIDA community Presented by Angelo Strollo* Prague June 29.

Federating Data Centers within ORFEUS: The EIDA experience and future plans. The EIDA community Presented by Angelo Strollo* Prague June 29. Federating Data Centers within ORFEUS: The EIDA experience and future plans The EIDA community Presented by Angelo Strollo* Prague June 29. 2014 *Currently EIDA Management Board Chair and part of the interim

More information

National and Regional data node implementation

National and Regional data node implementation EIDA@NOA National and Regional data node implementation National Observatory of Athens (NOA) C.P. Evangelidis Iberian Coordination meeting, Madrid, 8 March, 2018 Hellenic Seismic Network (HL) Hellenic

More information

SeisComP3 Overview. VS workshop - ETH/SED Zurich. Jan Becker. gempa GmbH, Potsdam, Germany. March, 2013

SeisComP3 Overview. VS workshop - ETH/SED Zurich. Jan Becker. gempa GmbH, Potsdam, Germany. March, 2013 SeisComP3 Overview VS workshop - ETH/SED Zurich Jan Becker gempa GmbH, Potsdam, Germany March, 2013 Jan Becker (gempa GmbH) SeisComP3 Introduction March 11, 2013 1 / 43 Outline 1 Overview 2 Evolution 3

More information

Lionbridge ondemand for Adobe Experience Manager

Lionbridge ondemand for Adobe Experience Manager Lionbridge ondemand for Adobe Experience Manager Version 1.1.0 Configuration Guide October 24, 2017 Copyright Copyright 2017 Lionbridge Technologies, Inc. All rights reserved. Published in the USA. March,

More information

FDSN-WS in SeisComP3. Configuration, usage and extension of functionality. Javier Quinteros, GEOFON

FDSN-WS in SeisComP3. Configuration, usage and extension of functionality. Javier Quinteros, GEOFON FDSN-WS in SeisComP3 Configuration, usage and extension of functionality Javier Quinteros, GEOFON Outline What do I need to have FDSN-WS in SC3? How do we organize our federation? How do we get our federated

More information

SPAREPARTSCATALOG: CONNECTORS SPARE CONNECTORS KTM ART.-NR.: 3CM EN

SPAREPARTSCATALOG: CONNECTORS SPARE CONNECTORS KTM ART.-NR.: 3CM EN SPAREPARTSCATALOG: CONNECTORS ART.-NR.: 3CM3208201EN CONTENT SPARE CONNECTORS AA-AN SPARE CONNECTORS AO-BC SPARE CONNECTORS BD-BQ SPARE CONNECTORS BR-CD 3 4 5 6 SPARE CONNECTORS CE-CR SPARE CONNECTORS

More information

SPARE CONNECTORS KTM 2014

SPARE CONNECTORS KTM 2014 SPAREPARTSCATALOG: // ENGINE ART.-NR.: 3208201EN CONTENT CONNECTORS FOR WIRING HARNESS AA-AN CONNECTORS FOR WIRING HARNESS AO-BC CONNECTORS FOR WIRING HARNESS BD-BQ CONNECTORS FOR WIRING HARNESS BR-CD

More information

EPOS-S Waveform Services

EPOS-S Waveform Services EPOS-S Waveform Services Reinoud Sleeman for TCS Seismology and ORFEUS Context EPOS TCS Seismology (EPOS-S) builds on exisang and new European Infrastructures to provide services for waveform data, earthquake

More information

eifu Trauma and Extremities

eifu Trauma and Extremities Electronic Instructions for Use eifu Trauma and Extremities 1 Instructions for use of T&E products are available on the Stryker eifu website 2 Benefits Environmental aspect less paper, possible smaller

More information

SeisComP3 - Introduction to scconfig

SeisComP3 - Introduction to scconfig SeisComP3 - Introduction to scconfig Release Seattle Jan Becker and Bernd Weber gempa GmbH, Potsdam, Germany January 6, 2013 J. Becker and Bernd Weber (gempa GmbH) SeisComP3 - Introduction to scconfig

More information

DNSSEC Workshop. Dan York, Internet Society ICANN 53 June 2015

DNSSEC Workshop. Dan York, Internet Society ICANN 53 June 2015 DNSSEC Workshop Dan York, Internet Society ICANN 53 June 2015 First, a word about our host... 2 Program Committee Steve Crocker, Shinkuro, Inc. Mark Elkins, DNS/ZACR Cath Goulding, Nominet Jean Robert

More information

1 kg 5 kg 10 kg 15 kg 20 kg 25 kg 30 kg 40 kg 50 kg

1 kg 5 kg 10 kg 15 kg 20 kg 25 kg 30 kg 40 kg 50 kg BASIC PRICE LIST Shipping weight Shipment to 1 kg 5 kg 10 kg 15 kg 20 kg 25 kg 30 kg 40 kg 50 kg Delivery time BE BELGIUM 445 700 720 760 830 860 890 1050 1120 2-3 days BG BULGARIA 520 915 1485 2050 2620

More information

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (43) Date of publication: Bulletin 2012/45

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (43) Date of publication: Bulletin 2012/45 (19) (12) EUROPEAN PATENT APPLICATION (11) EP 2 521 319 A1 (43) Date of publication: 07.11.2012 Bulletin 2012/45 (51) Int Cl.: H04L 12/40 (2006.01) H04L 1/00 (2006.01) (21) Application number: 11164445.6

More information

6 th International Conference on Earthquake Geotechnical Engineering 1-4 November 2015 Christchurch, New Zealand

6 th International Conference on Earthquake Geotechnical Engineering 1-4 November 2015 Christchurch, New Zealand 6 th International Conference on Earthquake Geotechnical Engineering 1-4 November 2015 Christchurch, New Zealand Archival and near-real-time access to instrumented sites and structures through the European

More information

ITU-BDT Regional Seminar on Fixed Mobile Convergence and Guidelines on the smooth transition of existing mobile networks to IMT Session 2.2.

ITU-BDT Regional Seminar on Fixed Mobile Convergence and Guidelines on the smooth transition of existing mobile networks to IMT Session 2.2. ITU-BDT Regional Seminar on Fixed Mobile Convergence and Guidelines on the smooth transition of existing mobile networks to IMT-2000 Session 2.2.3 Case study Planning of different broadband solutions in

More information

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (43) Date of publication: Bulletin 2012/34

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (43) Date of publication: Bulletin 2012/34 (19) (12) EUROPEAN PATENT APPLICATION (11) EP 2 490 138 A1 (43) Date of publication: 22.08.2012 Bulletin 2012/34 (1) Int Cl.: G06F 17/30 (2006.01) (21) Application number: 1214420.9 (22) Date of filing:

More information

Downloading and Managing Firmware in Cisco UCS Central

Downloading and Managing Firmware in Cisco UCS Central Downloading and Managing Firmware in Cisco UCS Central This chapter includes the following sections: Downloading Firmware from Cisco.com, page 1 Firmware Library of Images, page 2 Configuring Firmware

More information

EUROPEAN COMMISSION EUROSTAT. Directorate G :Global Business Statistics Unit G-2: Structural business statistics and global value chains

EUROPEAN COMMISSION EUROSTAT. Directorate G :Global Business Statistics Unit G-2: Structural business statistics and global value chains EUROPEAN COMMISSION EUROSTAT Directorate G :Global Business Statistics Unit G-2: Structural business statistics and global value chains MEETING OF THE BUSINESS DEMOGRAPHY WORKING GROUP 18 MAY 2015 BECH

More information

TEPZZ Z47A_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: G06Q 30/00 ( )

TEPZZ Z47A_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: G06Q 30/00 ( ) (19) TEPZZ _ _Z47A_T (11) EP 3 131 047 A1 (12) EUROPEAN PATENT APPLICATION (43) Date of publication: 1.02.17 Bulletin 17/07 (1) Int Cl.: G06Q /00 (12.01) (21) Application number: 160297.4 (22) Date of

More information

(12) INTERNATIONAL APPLICATION PUBLISHED UNDER THE PATENT COOPERATION TREATY (PCT)

(12) INTERNATIONAL APPLICATION PUBLISHED UNDER THE PATENT COOPERATION TREATY (PCT) (12) INTERNATIONAL APPLICATION PUBLISHED UNDER THE PATENT COOPERATION TREATY (PCT) (19) World Intellectual Property Organization International Bureau (43) International Publication Date (10) International

More information

Media Kit e.g. Amsterdam Search

Media Kit e.g. Amsterdam Search e.g. Amsterdam Search At www.trivago.nl we are focused on empowering millions of travelers every month to find their ideal hotel at the lowest rate, by offering total transparency of the online hotel market.

More information

(51) Int Cl.: H04L 12/24 ( ) WU, Qin

(51) Int Cl.: H04L 12/24 ( ) WU, Qin (19) TEPZZ Z 68A_T (11) EP 3 3 68 A1 (12) EUROPEAN PATENT APPLICATION published in accordance with Art. 13(4) EPC (43) Date of publication: 09.08.17 Bulletin 17/32 (21) Application number: 182297.9 (22)

More information

BASIC PRICE LIST. The price of transportation is added toll in the amount of CZK 1,30 / kg and the current fuel surcharge.

BASIC PRICE LIST. The price of transportation is added toll in the amount of CZK 1,30 / kg and the current fuel surcharge. BASIC PRICE LIST Shipping weight Shipment to 1 kg 5 kg 10 kg 15 kg 20 kg 25 kg 30 kg 40 kg 50 kg Delivery time BE BELGIUM 445 700 720 760 830 860 890 1050 1120 2-3 days BG BULGARIA 520 915 1485 2050 2620

More information

European scale coordination of waveform data exchange

European scale coordination of waveform data exchange European scale coordination of waveform data exchange Torild van Eck Addressing a European infrastructure challenge: Archival and availability of seismological data gathered by observatories and research

More information

1 Data Portal Tutorial

1 Data Portal Tutorial Introduction EEG@UCSB 1 Data Portal Tutorial The EEG@UCSB web data-portal gives anyone access to sensor waveform data from our seismic monitoring stations. This is data primarily from accelerometers, seismometers

More information

Minutes for FDSN WG III Products, Tools and Services Cape Town, South Africa 13 January 2009

Minutes for FDSN WG III Products, Tools and Services Cape Town, South Africa 13 January 2009 Minutes for FDSN WG III Products, Tools and Services Cape Town, South Africa 13 January 2009 WG III Chair, Tim Ahern, called the meeting to order at 17:00 hours local time. The minutes from the 2007 WG

More information

CEF eid SMO The use of eid in ehealth. ehealth Network meeting 7 June 2016 Amsterdam

CEF eid SMO The use of eid in ehealth. ehealth Network meeting 7 June 2016 Amsterdam CEF eid SMO The use of eid in ehealth ehealth Network meeting 7 June 2016 Amsterdam Agenda Introduction to the study Introduction to eidas Regulation and CEF eid Identification/ authentication for ehealth

More information

Country

Country Total EU-12 31,2 26,6 21,1 22,5 25,9 29,2 29,6 29,7 30,5 29,9 25,3 25,1 EU-15 28,1 28,6 28,6 29,4 28,8 24,3 24,2 EU-25 25,0 25,0 A 15,0 13,4 14,3 15,6 14,9 16,6 13,6 5,3 10,9 10,8 B 41,9 44,7 51,6 53,5

More information

SHale gas. Beata Orlecka-Sikora, Monika Staszek & WP2 Team Institute of Geophysics, Polish Academy of Sciences. Blackpool - June 5-7, 2017

SHale gas. Beata Orlecka-Sikora, Monika Staszek & WP2 Team Institute of Geophysics, Polish Academy of Sciences. Blackpool - June 5-7, 2017 SHale gas Exploration and Exploitation induced Risks WP2: The SHEER Database Beata Orlecka-Sikora, Monika Staszek & WP2 Team Institute of Geophysics, Polish Academy of Sciences Second Annual Meeting Blackpool

More information

BASIC PRICE LIST OF TRANSPORT TO BUSINESS ADDRESSES /B2B/

BASIC PRICE LIST OF TRANSPORT TO BUSINESS ADDRESSES /B2B/ BASIC PRICE LIST OF TRANSPORT TO BUSINESS ADDRESSES /B2B/ Shipping weight Shipment to 1 kg 5 kg 10 kg 15 kg 20 kg 25 kg 30 kg 40 kg Delivery time BE BELGIUM 445 700 720 760 830 860 890 1050 2-3 days BG

More information

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: H04L 12/56 ( )

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: H04L 12/56 ( ) (19) (12) EUROPEAN PATENT APPLICATION (11) EP 1 760 963 A1 (43) Date of publication: 07.03.07 Bulletin 07/ (1) Int Cl.: H04L 12/6 (06.01) (21) Application number: 06018260.7 (22) Date of filing: 31.08.06

More information

Scorciatoie da tastiera - Circad 4.09

Scorciatoie da tastiera - Circad 4.09 Scorciatoie da tastiera - Circad 4.09 File FE New File - File FO Open File - File FR Re-Open - File FT Total Recall - File FD Load - File FC Close File - File FE Erase File - File FS Save File - File FA

More information

SANOFI ELECTRONIC INVOICING

SANOFI ELECTRONIC INVOICING 2 SANOFI ELECTRONIC INVOICING GUIDELINES TO SUPPORT TIMELY PAYMENT OF SUPPLIER INVOICES 1 CONTENT 1. PURPOSE OF THIS DOCUMENT... 3 2. UNDERSTAND SANOFI S REQUIREMENTS... 3 2.1. HOW DO WE BUY FROM OUR SUPPLIERS?...

More information

https://support.industry.siemens.com/cs/ww/en/view/

https://support.industry.siemens.com/cs/ww/en/view/ Support Packages for TIA Portal V13 March 2018 https://support.industry.siemens.com/cs/ww/en/view/72341852 Siemens Industry Online Support This entry is from the Siemens Industry Online Support. The general

More information

INPADOCDB/INPAFAMDB News

INPADOCDB/INPAFAMDB News August 2008 INPADOCDB/INPAFAMDB News All patent publication events including grants are now covered in the INPADOC Legal Status for all authorities In the INPADOCDB and INPAFAMDB files, all patent publication

More information

Standardized PartnerAccess Feed

Standardized PartnerAccess Feed Standardized PartnerAccess Feed User Manual Ver.5 Last modified on Wednesday, August 01, 2012 CNET Content Solutions, DataSource, ChannelOnline, Intelligent Cross- Sell, and PartnerAccess are trademarks

More information

*EP A2* EP A2 (19) (11) EP A2 (12) EUROPEAN PATENT APPLICATION. (43) Date of publication: Bulletin 2005/37

*EP A2* EP A2 (19) (11) EP A2 (12) EUROPEAN PATENT APPLICATION. (43) Date of publication: Bulletin 2005/37 (19) Europäisches Patentamt European Patent Office Office européen des brevets *EP007312A2* (11) EP 1 7 312 A2 (12) EUROPEAN PATENT APPLICATION (43) Date of publication: 14.09.0 Bulletin 0/37 (1) Int Cl.

More information

MAWA Forum State of Play. Cooperation Planning & Support Henk Corporaal MAWA Forum Chair

MAWA Forum State of Play. Cooperation Planning & Support Henk Corporaal MAWA Forum Chair MAWA Forum State of Play Cooperation Planning & Support Henk Corporaal MAWA Forum Chair Content Background MAWA Initiative Achievements and Status to date Future Outlook 2 Background MAWA Initiative The

More information

CLOUD GROUP TECHNOLOGY FOR THE AGILE TRANSITION.

CLOUD GROUP TECHNOLOGY FOR THE AGILE TRANSITION. CLOUD NATIVE@BMW GROUP TECHNOLOGY FOR THE AGILE TRANSITION. Dr. Alexander Lenk (BMW Group, Connected Car) Jens Eckert (BMW Group, Cloud Platforms) Wolfram Richter (Redhat) BMW GROUP OVERVIEW 2016. 126.013

More information

CCH Trust Accounts. Version Release Notes

CCH Trust Accounts. Version Release Notes CCH Trust Accounts Version 2017.4 Release Notes Legal Notice Disclaimer Wolters Kluwer (UK) Limited has made every effort to ensure the accuracy and completeness of these Release Notes. However, Wolters

More information

Installation Instructions for SAP GUI for Java 7.4

Installation Instructions for SAP GUI for Java 7.4 Installation Instructions for SAP GUI for Java 7.4 Version 5 April 2019 Overview This guide will provide the necessary steps to install the SAP JAVA GUI to access the CHEP SAP environment. Please note

More information

Meridian Compact Posthole - Release Notes

Meridian Compact Posthole - Release Notes Page 1 Meridian Compact Posthole - Release Notes Firmware Versions Release Date 4.3.20 2018-09-19 4.3.19 2018-06-29 4.3.18 2018-04-30 3.4.14 2017-02-27 3.3.3 2016-11-08 Summary for Version 4.3.20 Firmware

More information

AnyConnect on Mobile Devices

AnyConnect on Mobile Devices AnyConnect on mobile devices is similar to AnyConnect on Windows, Mac and Linux platforms. This chapter provides device information, configuration information, support information, as well as other administrative

More information

Installation Instructions for SAP GUI for Java 7.4

Installation Instructions for SAP GUI for Java 7.4 Installation Instructions for SAP GUI for Java 7.4 Version 4 January 2018 Overview This guide will provide the necessary steps to install the SAP JAVA GUI to access the CHEP SAP environment. Please note

More information

EP A1 (19) (11) EP A1. (12) EUROPEAN PATENT APPLICATION published in accordance with Art. 153(4) EPC

EP A1 (19) (11) EP A1. (12) EUROPEAN PATENT APPLICATION published in accordance with Art. 153(4) EPC (19) (12) EUROPEAN PATENT APPLICATION published in accordance with Art. 13(4) EPC (11) EP 2 482 24 A1 (43) Date of publication: 01.08.2012 Bulletin 2012/31 (21) Application number: 818282. (22) Date of

More information

UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE Trade Development and Timber Division

UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE Trade Development and Timber Division UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE Trade Development and Timber Division Palais des Nations, CH1211 Genève 10, Switzerland Tel. +41 22 917 2773, Fax +41 22 917 00 37 E-mail LOCODE@unece.org

More information

2016 Survey of Internet Carrier Interconnection Agreements

2016 Survey of Internet Carrier Interconnection Agreements 2016 Survey of Internet Carrier Interconnection Agreements Bill Woodcock Marco Frigino Packet Clearing House November 21, 2016 PCH Peering Survey 2011 Five years ago, PCH conducted the first-ever broad

More information

Routing-WS Documentation

Routing-WS Documentation Routing-WS Documentation Release 1.1.1 Javier Quinteros November 10, 2017 CONTENTS 1 Summary 1 2 Installation 3 2.1 License................................................ 3 2.2 Requirements.............................................

More information

(43) International Publication Date n n / ft * 3 May 2012 ( ) U l / 5 A

(43) International Publication Date n n / ft * 3 May 2012 ( ) U l / 5 A (12) INTERNATIONAL APPLICATION PUBLISHED UNDER THE PATENT COOPERATION TREATY (PCT) (19) World Intellectual Property Organization International Bureau (10) International Publication Number (43) International

More information

NEW_InnoNet stakeholder analysis

NEW_InnoNet stakeholder analysis NEW_InnoNet stakeholder analysis The Near-Zero European Waste Innovation Network Matchpoint analysis of European projects related to WEEE, ELV and plastic packaging Brussels, NEW_InnoNet conference Introduction

More information

TotalPatent v. TotalPatent. TotalPatent. TotalPatent

TotalPatent v. TotalPatent. TotalPatent. TotalPatent TotalPatent TotalPatent TotalPatent TotalPatent v TotalPatent TotalPatent TotalPatent TotalPatent v TotalPatent Content 22 Â µ v 74 US 1836; EP 1978; WO 1978; CH 1888; DE 1890; GB 1890; NL 1915 Â Â Additional

More information

Introducing FDSN Sta1onXML

Introducing FDSN Sta1onXML Introducing FDSN Sta1onXML Sta$onXML support comes to Antelope Celso Reyes AUG Rome, Italy May 2016 FDSN Sta$onXML: Interna$onal Federa$on of Digital Seismograph Networks is an FDSN supported format (that

More information

Integrating Tools From Other Systems

Integrating Tools From Other Systems Integrating Tools From Other Systems Integrating Tools From Other Systems NetOps 2018 Goals of the session Show a sample of the tools used to integrate AQMS with other systems. Show some examples of how

More information

TEPZZ 85 9Z_A_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION

TEPZZ 85 9Z_A_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION (19) TEPZZ 8 9Z_A_T (11) EP 2 83 901 A1 (12) EUROPEAN PATENT APPLICATION (43) Date of publication: 01.04.1 Bulletin 1/14 (21) Application number: 141861.1 (1) Int Cl.: G01P 21/00 (06.01) G01C 2/00 (06.01)

More information

Release Notes for Translation Workspace

Release Notes for Translation Workspace Release Notes for Translation Workspace 1.20.4 Introduction 1 System Requirements 2 Translation Workspace Web Interface 2 Microsoft Word Client Plug-in 2 XLIFF Editor 2 Downloading and Installing the Translation

More information

GeoPortal best practise

GeoPortal best practise Workshop on Geospatial Data Infrastructure for Economic Development ETT 53097 GeoPortal best practise Tomaž Petek AGENDA Why geoportal Architecture of geoportals Some examples of best practise Example

More information

TEPZZ 57 7 ZA_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (43) Date of publication: Bulletin 2013/13

TEPZZ 57 7 ZA_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (43) Date of publication: Bulletin 2013/13 (19) TEPZZ 57 7 ZA_T (11) EP 2 573 720 A1 (12) EUROPEAN PATENT APPLICATION (43) Date of publication: 27.03.2013 Bulletin 2013/13 (51) Int Cl.: G06Q 10/00 (2012.01) (21) Application number: 11182591.5 (22)

More information

VAT Reporting v18.3.1

VAT Reporting v18.3.1 Avalara may have patents, patent applications, trademarks, copyrights, or other intellectual property rights governing the subject matter in this document. Except as expressly provided in any written license

More information

WFD Art. V groundwater body data gap analysis

WFD Art. V groundwater body data gap analysis EEA/ADS/06/001 Water WFD Art. V groundwater body data gap analysis Version: 2.0 Date: 15 September, 2008 EEA activity: ETC/Water task.milestone.submilestone: Task 4.2 Prepared by / compiled by: Vit Kodes

More information

EPO INPADOC 44 years. Dr. Günther Vacek, EPO Patent Information Fair 2016, Tokyo. November 2016

EPO INPADOC 44 years. Dr. Günther Vacek, EPO Patent Information Fair 2016, Tokyo. November 2016 EPO INPADOC 44 years Dr. Günther Vacek, EPO Patent Information Fair 2016, Tokyo November 2016 Content The INPADOC period Integration into the EPO establishment of principal directorate patent information

More information

IPv6 Deployment Survey. Based on responses from the RIPE community during June 2009 Maarten Botterman RIPE 59, Lisbon, 6 October 2009

IPv6 Deployment Survey. Based on responses from the RIPE community during June 2009 Maarten Botterman RIPE 59, Lisbon, 6 October 2009 IPv6 Deployment Survey Based on responses from the RIPE community during June 2009 Maarten Botterman RIPE 59, Lisbon, 6 October 2009 Why IPv6 Deployment Monitoring? The Internet has become a fundamental

More information

SCUG 2013 Potsdam. SeisComP3 Seattle configuration and administration. Jan Becker, Marcelo Bianchi, Andres Heinloo. gempa GmbH & GFZ Potsdam

SCUG 2013 Potsdam. SeisComP3 Seattle configuration and administration. Jan Becker, Marcelo Bianchi, Andres Heinloo. gempa GmbH & GFZ Potsdam SCUG 2013 Potsdam SeisComP3 Seattle configuration and administration Jan Becker, Marcelo Bianchi, Andres Heinloo gempa GmbH & GFZ Potsdam January 15, 2013 J. Becker (gempa GmbH) SCUG 2013 Potsdam January

More information

User Manual for the delivery of a new national Natura 2000 database to the Commission. Version 1.1

User Manual for the delivery of a new national Natura 2000 database to the Commission. Version 1.1 User Manual for the delivery of a new national Natura 2000 database to the Commission Version 1.1 The Natura 2000 network of protected sites consists of the sites classified under the Birds Directive first

More information

Agilent 8960 Series 10 Wireless Communications Test Set

Agilent 8960 Series 10 Wireless Communications Test Set Agilent 8960 Series 10 Wireless Communications Test Set Configuration Guide 8960 Series 10 Wireless Communications Test Set Mainframe, Applications, and Software The building blocks of the 8960 are an

More information

(51) Int Cl.: G06F 21/00 ( ) G11B 20/00 ( ) G06Q 10/00 ( )

(51) Int Cl.: G06F 21/00 ( ) G11B 20/00 ( ) G06Q 10/00 ( ) (19) Europäisches Patentamt European Patent Office Office européen des brevets (12) EUROPEAN PATENT APPLICATION (11) EP 1 724 699 A1 (43) Date of publication: 22.11.2006 Bulletin 2006/47 (21) Application

More information

Talk2M. You and your devices, together everywhere. IIoT Cloud for Remote Connectivity.

Talk2M. You and your devices, together everywhere. IIoT Cloud for Remote Connectivity. You and your devices, together everywhere. Talk2M IIoT Cloud for Remote Connectivity Talk2M is the first secure industrial connectivity service in the cloud. With servers spread out all over the world,

More information

(51) Int Cl.: H04L 29/06 ( )

(51) Int Cl.: H04L 29/06 ( ) (19) TEPZZ 94Z96B_T (11) EP 2 9 96 B1 (12) EUROPEAN PATENT SPECIFICATION (4) Date of publication and mention of the grant of the patent: 26.04.17 Bulletin 17/17 (1) Int Cl.: H04L 29/06 (06.01) (21) Application

More information

An Analysis of Storage Interface Usages at a Large, MultiExperiment Tier 1

An Analysis of Storage Interface Usages at a Large, MultiExperiment Tier 1 Journal of Physics: Conference Series PAPER OPEN ACCESS An Analysis of Storage Interface Usages at a Large, MultiExperiment Tier 1 Related content - Topical Review W W Symes - MAP Mission C. L. Bennett,

More information

Eurostat - Unit D4: Energy and Transport. Contract n ILSE - User manual

Eurostat - Unit D4: Energy and Transport. Contract n ILSE - User manual Eurostat - Unit D4: Energy and Transport Contract n 4810020050102005367 GIM Geographic Information Management nv C05474B June 2006 TABLE OF CONTENTS 1 ABOUT ILSE... 1 1.1 Purpose of ILSE... 1 1.2 System

More information

22ND CENTURY_J1.xls Government Site Hourly Rate

22ND CENTURY_J1.xls Government Site Hourly Rate Escalation rate 000 AA0 Administrative Assistant Level I 000 AA0 Administrative Assistant Level II 000 AB0 Application Engineer Level I 000 AB0 Application Engineer Level II 000 AC0 Application Programmer

More information

STP, Unix, SAC tutorial, Ge167 Winter 2014

STP, Unix, SAC tutorial, Ge167 Winter 2014 STP, Unix, SAC tutorial, Ge167 Winter 2014 Asaf Inbal 1 Downloading waveforms In this tutorial we ll learn how to download waveforms using a tool called STP (Seismic Transfer Program) and manipulate them

More information

CORPORATE PRESENTATION

CORPORATE PRESENTATION CORPORATE PRESENTATION Our Mission Securing What Matters We understand that the need to feel safe has become prevalent. We are committed to protecting everything people cherish and value. Our Vision We

More information

RGAM Communication protocol description I 94 GB Date: March 10, 1999

RGAM Communication protocol description I 94 GB Date: March 10, 1999 RGAM Communication protocol description I 94 GB 03 99 Date: March 10, 1999 General features: Master-slave protocol, where usually the master is a Personal Computer or a device capable of communication

More information

Managing, Monitoring, and Reporting Functions

Managing, Monitoring, and Reporting Functions This chapter discusses various types of managing, monitoring, and reporting functions that can be used with Unified CVP. It covers the following areas: Unified CVP Operations Console Server Management,

More information

The 13 th Progress Report on the Single European Telecoms Market 2007: Frequently Asked Questions

The 13 th Progress Report on the Single European Telecoms Market 2007: Frequently Asked Questions MEMO/08/17 Brussels, 19 March 2008 The 13 th Progress Report on the Single European Telecoms Market 2007: Frequently Asked Questions 1. What is the objective of the 13 th Progress Report on the Single

More information

NetIQ Advanced Authentication Framework. Voice Call Authentication Provider Installation Guide. Version 5.1.0

NetIQ Advanced Authentication Framework. Voice Call Authentication Provider Installation Guide. Version 5.1.0 NetIQ Advanced Authentication Framework Voice Call Authentication Provider Installation Guide Version 5.1.0 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 System Requirements

More information

Global Forum 2007 Venice

Global Forum 2007 Venice Global Forum 2007 Venice Broadband Infrastructure for Innovative Applications In Established & Emerging Markets November 5, 2007 Jacquelynn Ruff VP, International Public Policy Verizon Verizon Corporate

More information

Image Link. User Help. Version: Written by: Product Knowledge, R&D Date: August 2017 LX-DOC-IL1.1.0-UH-EN-REVA

Image Link. User Help. Version: Written by: Product Knowledge, R&D Date: August 2017 LX-DOC-IL1.1.0-UH-EN-REVA Image Link User Help Version: 1.1.0 Written by: Product Knowledge, R&D Date: August 2017 Regulations and Compliance Tel: 1-844-535-1404 Email: es_support@lexmark.com 2017 Lexmark. Lexmark and the Lexmark

More information

Webservices and Fetch. Chuck Ammon and Danielle Sumy Slides adapted from C. Trabant and A. Hutko (IRIS)

Webservices and Fetch. Chuck Ammon and Danielle Sumy Slides adapted from C. Trabant and A. Hutko (IRIS) Webservices and Fetch Chuck Ammon and Danielle Sumy Slides adapted from C. Trabant and A. Hutko (IRIS) WILBER3 Event- Related Waveforms Scenario: Need to download data from a specific event StaIons: various

More information

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: G06T 15/60 ( )

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: G06T 15/60 ( ) (19) (12) EUROPEAN PATENT APPLICATION (11) EP 2 234 069 A1 (43) Date of publication: 29.09.2010 Bulletin 2010/39 (51) Int Cl.: G06T 15/60 (2006.01) (21) Application number: 09364002.7 (22) Date of filing:

More information

Agilent 8960 Series 10 Wireless Communications Test Set

Agilent 8960 Series 10 Wireless Communications Test Set Agilent 8960 Series 10 Wireless Communications Test Set Configuration Guide 8960 Series 10 Wireless Test Set Mainframe, Applications, and Software The building blocks of the 8960 are an E5515 test set

More information

obspydmt: A Python Toolbox for Retrieving and Processing of Large Seismological Datasets

obspydmt: A Python Toolbox for Retrieving and Processing of Large Seismological Datasets obspydmt: A Python Toolbox for Retrieving and Processing of Large Seismological Datasets Kasra Hosseini 1,2 and Karin Sigloch 1 1 Dept. of Earth Sciences, University of Oxford, South Parks Road, Oxford

More information

Overview The EU SVOD market Facts & Figures

Overview The EU SVOD market Facts & Figures Overview The EU SVOD market Facts & Figures A presentation of the European Audiovisual Observatory Christian Grece Analyst 10 th October 2018 WCOS - Berlin Overview - The EU VOD market in figures - explosive

More information

Fronius Solar Electronics - product overview

Fronius Solar Electronics - product overview Fronius CL Fronius CL central inverters Central inverter series in power classes of 36, 48, and 60 kw for PV systems up to several hundred kilowatts. The combination of high-yield power electronics with

More information

Appendix 5-1: Attachment J.1 Pricing Table -1: IMS Ceiling Loaded Rates at Contractor Site

Appendix 5-1: Attachment J.1 Pricing Table -1: IMS Ceiling Loaded Rates at Contractor Site Appendix 5-1: Attachment J.1 Pricing Table -1: IMS Ceiling Loaded Rates at Contractor Site Escalation rate 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 0001 AA01 Administrative Assistant Level I $51.00

More information

2015 ORFEUS Annual Observatory Coordination meeting September 2015, Bucharest, Romania

2015 ORFEUS Annual Observatory Coordination meeting September 2015, Bucharest, Romania 2015 ORFEUS Annual Observatory Coordination meeting 21-24 September 2015, Bucharest, Romania Nikolaos Triantafyllis 1, Efthimios Sokos 2, Aristidis Ilias 1 & Jiří Zahradník 3 University of Patras, Department

More information

Pan-European Contribution of EUROCONTROL to the Single European Sky

Pan-European Contribution of EUROCONTROL to the Single European Sky Pan-European Contribution of EUROCONTROL to the Single European Sky Luc Tytgat, Director Single Sky EUROCONTROL The European Organisation for the Safety of Air Navigation EUROCONTROL - Structure SINGLE

More information

CCS 1000 D Digital Discussion System. Release Notes

CCS 1000 D Digital Discussion System. Release Notes CCS 1000 D Digital Discussion System en Release Notes CCS 1000 D Digital Discussion System Release Notes 2 Table of Contents 1 History... 3 2 GUI languages... 3 3 Upgrade software... 3 4 Known issues...

More information

2016 Survey of Internet Carrier Interconnection Agreements

2016 Survey of Internet Carrier Interconnection Agreements 2016 Survey of Internet Carrier Interconnection Agreements Bill Woodcock Marco Frigino Packet Clearing House February 6, 2017 PCH Peering Survey 2011 Five years ago, PCH conducted the first-ever broad

More information

TEPZZ Z7999A_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: B05B 15/04 ( )

TEPZZ Z7999A_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: B05B 15/04 ( ) (19) TEPZZ Z7999A_T (11) EP 3 7 999 A1 (12) EUROPEAN PATENT APPLICATION (43) Date of publication: 23.08.17 Bulletin 17/34 (1) Int Cl.: B0B 1/04 (06.01) (21) Application number: 1617686.1 (22) Date of filing:

More information

PUBLIC COUNCILOF THEEUROPEANUNION. Brusels,4April /2/14 REV2 InterinstitutionalFile: 2012/0011(COD) LIMITE

PUBLIC COUNCILOF THEEUROPEANUNION. Brusels,4April /2/14 REV2 InterinstitutionalFile: 2012/0011(COD) LIMITE ConseilUE COUNCILOF THEEUROPEANUNION PUBLIC Brusels,4April04 544//4 REV InterinstitutionalFile: 0/00(COD) LIMITE DATAPROTECT4 JAI MI8 DRS7 DAPIX4 FREMP4 COMIX8 CODEC9 NOTE from: to: Subject: Presidency

More information

Optional AnyConnect Configuration and Management

Optional AnyConnect Configuration and Management Optional AnyConnect Configuration and Management Modifying and Deleting Connection Entries, page 1 Configuring Certificates, page 2 Specifying Application Preferences, page 5 Using AnyConnect Widgets,

More information

SeisComP3 - Tutorial

SeisComP3 - Tutorial SeisComP3 - Tutorial Dr. Bernd Weber gempa GmbH, Potsdam, Germany October 9, 2013 Dr. Bernd Weber (gempa GmbH) SeisComP3 - Interactive Analysis Tutorial October 9, 2013 1 / 13 Outline 1 Load Event 2 Confirm

More information