Contribution Towards Intelligent Service Management in Wearable and Ubiquitous Devices

Total Page:16

File Type:pdf, Size:1020Kb

Contribution Towards Intelligent Service Management in Wearable and Ubiquitous Devices Universidad Politécnica de Madrid Escuela Técnica Superior de Ingeniería y Sistemas de Telecomunicación CONTRIBUTION TOWARDS INTELLIGENT SERVICE MANAGEMENT IN WEARABLE AND UBIQUITOUS DEVICES DOCTORAL THESIS Pedro Castillejo Parrilla Master in Engineering Systems and Accessible Services for the Information Society 2015 Centro de Investigación en Tecnologías de Software y Sistemas Multimedia para la Sostenibilidad Escuela Técnica Superior de Ingeniería y Sistemas de Telecomunicación CONTRIBUTION TOWARDS INTELLIGENT SERVICE MANAGEMENT IN WEARABLE AND UBIQUITOUS DEVICES DOCTORAL THESIS Pedro Castillejo Parrilla Master in Engineering Systems and Accessible Services for the Information Society Supervisors: Prof. PhD. José-Fernán Martínez Ortega Prof. PhD. Lourdes López Santidrián Universidad Politécnica de Madrid 2015 ii Contents Contents iii List of Figures ix List of Tables xiii Acknowledgments xv Abstract xvii Resumen xix 1 Introduction 1 1.1. Motivation 3 1.2. Objectives 7 1.3. Thesis Framework and background 8 1.4. Document structure 10 2 State of the Art 11 2.1. State of the art in Wireless Sensor Networks 13 2.1.1. Wireless communication technologies 13 2.1.1.1. Bluetooth (IEEE 802.15.1) 13 2.1.1.2. Wi-Fi (IEEE 802.11.a.b.h.g.n) 15 2.1.1.3. WiMax (IEEE 802.15.16) 17 2.1.1.4. Wavenis 17 2.1.1.5. ZigBee (IEEE 802.15.4) 17 2.1.1.6. 6LoWPan 18 iii 2.1.1.7. Thread 18 2.1.2. Hardware platforms 21 2.1.2.1. IMote2 24 2.1.2.2. Tmote Sky 25 2.1.2.3. MicaZ 26 2.1.2.4. Mica2 27 2.1.2.5. Mica2DOT 28 2.1.2.6. TinyNode 29 2.1.2.7. Shimmer 30 2.1.2.8. Zolertia Z1 31 2.1.2.9. WaspMote 32 2.1.2.10. SunSPOT 33 2.1.3. IoT specific platforms 35 2.1.4. WSN software development architectures 36 2.1.4.1. Software architectures for WSNs 36 2.1.4.2. Operating Systems 37 2.2. WSN security solutions 40 2.3. ESB implementations 42 2.4. Wearable devices 45 2.4.1. Physiological monitoring 45 2.4.2. Smart wearable devices 48 2.4.2.1. Smartwatches 49 iv 2.4.2.2. Smartbands 50 2.4.2.3. Heart rate monitoring devices 51 2.5. Section summary 52 3 Dissertation 53 3.1. Introduction 55 3.2. Wearable Device Service Bus 57 3.2.1. Formalization of an ESB-based platform for wearable services and middleware interoperability 60 3.2.2. External ESB interfaces 67 3.3. Wearable InterDomain Protocols 68 3.3.1. Overview of technologies selected for the WIDP protocols 69 3.3.1.1. REST 69 3.3.1.2. JSON 69 3.3.1.3. CoAP 70 3.3.1.4. JMS 71 3.3.1.5. AMQP 72 3.3.2. UML diagrams for service requests 73 3.4. Service-oriented semantic middleware integration and services deployment definition 75 3.5. Security schema proposal 80 3.5.1. Securing high-level interface access 80 3.5.1.1. SSL Handshake Protocol 82 v 3.5.2. WSN security 84 3.5.2.1. Deploying trust domains to increase WSN security 85 3.5.2.1.1. Trust definition and trust domains 86 3.5.2.1.2. Validating trust domains and polling system 86 3.5.2.1.3. Actions to take when losing trust in a domain 87 3.5.3. Security schema definition 87 3.5.3.1. Architecture 89 3.5.3.2. Communications 91 3.5.3.3. Critical nodes federation schema 94 3.6. Section summary 95 4 Validation 97 4.1. Validation 99 4.1.1. Sportsman scenario: LifeWear project validation 99 4.1.2. Third-party application development 103 4.2. Test results 107 4.3. Security analysis 110 4.4. Section summary 114 5 Conclusions 115 5.1. Conclusions 117 5.2. Future works 119 5.3. Publications and projects 121 vi 5.3.1. SCI-indexed journals 121 5.3.2. International conferences 122 5.3.3. Research projects 122 6 Bibliography 123 6.1. References 125 6.2. Acronyms 139 vii viii List of Figures Figure 1 General overview of the thesis-related technologies ............................ 4 Figure 2 Thesis objectives .................................................................................. 8 Figure 3 Thesis framework boundaries ............................................................... 9 Figure 4 Bluetooth scatternet example ............................................................. 14 Figure 5 Thread stack. Source: Thread Group. ................................................ 19 Figure 6 A generic WSN node .......................................................................... 21 Figure 7 Generic WSN node components ........................................................ 23 Figure 8 IMote2 ................................................................................................. 24 Figure 9 Tmote Sky ........................................................................................... 25 Figure 10 MicaZ ................................................................................................ 26 Figure 11 Mica2 ................................................................................................ 27 Figure 12 Mica2DOT ......................................................................................... 28 Figure 13 TinyNode ........................................................................................... 29 Figure 14 Shimmer ............................................................................................ 30 Figure 15 Zolertia Z1 ......................................................................................... 31 Figure 16 WaspMote ......................................................................................... 32 Figure 17 SunSPOT (main board—left—and stacks –right—) .......................... 33 Figure 18 Software architecture for WSNs ........................................................ 36 Figure 19 Holistic view of the proposal including the most relevant contributions ........ 56 Figure 20 Wearable Device Service Bus (WDSB) components and boundaries ......... 57 ix Figure 21 WDSB architecture ........................................................................... 58 Figure 22 An ESB for different consumers and middleware implementations (centre), with a smartwatch attached (left). The services can be consumed by a wide range of applications, e.g.: a mobile application (right) ............................ 60 Figure 23 UML subsystem diagram .................................................................. 61 Figure 24 UML package diagram ...................................................................... 62 Figure 25 UML component diagram .................................................................. 63 Figure 26 External interfaces for third party user applications (e.g.: a mobile application) ........................................................................................................ 67 Figure 27 A generic picture of the Wearable InterDomain Protocols (WIDP) ... 68 Figure 28 Fields inside a CoAP message. Mandatory fields are in red and optional in blue .................................................................................................. 71 Figure 29 AMQP entities and broker components ............................................ 72 Figure 30 UML sequence diagram describing the complete service request process .............................................................................................................. 73 Figure 31 UML sequence diagram: a mobile application retrieves the heart rate from a Bluetooth sensor connected to a WSN .................................................. 74 Figure 32 Example of the extended ontology .................................................... 78 Figure 33 Overview of the ontology extended with wearable classes ............... 79 Figure 34 Two-tier security proposal (PKI and Trust mechanisms) .................. 80 Figure 35 PKI components to secure high-level interfaces ............................... 81 Figure 36 SSL Handshake procedure messages ............................................. 82 Figure 37 Proposed model overview ................................................................. 89 Figure 38 Generic Trust Domain components .................................................. 90 x Figure 39 Sequence diagram describing a new node registration into a Trust Domain .............................................................................................................. 92 Figure 40 Sequence diagram describing how the Security Manager starts the renovation of a Domain Key .............................................................................. 93 Figure 41 Sequence diagram describing how the Security Manager designates a new Domain Key Server ................................................................................ 94 Figure 42 LifeWear requirements and testing scenario components (down) and service provided by the Zephyr body sensor (up) ........................................... 100 Figure 43 Detailed view of Sports scenario services semantically annotated . 102 Figure 44 External REST interfaces available for third-party application development .................................................................................................... 103 Figure 45 WADL describing the "get Real Time pulse" service ...................... 105 Figure 46 REST interface definition using JAVA-RS ...................................... 105 Figure 47 Third-party mobile application. Graphic User Interface screenshots. ........ 106 Figure 48 Network elements start-up time ...................................................... 107 Figure 49 Response time for different service queries: simple services (temperature1, 2 and 3 and body temperature) and composed service (injury prevention) ...................................................................................................... 108 Figure
Recommended publications
  • SOA Using Open ESB, BPEL, and Netbeans” > Focus Is to Explain How WSDL, BPEL, JBI, Open ESB, Java EE Work Together
    SSOOAA uussiinngg OOppeenn EESSBB,, BBPPEELL,, aanndd NNeettBBeeaannss SSaanngg SShhiinn JJaavvaa TTeecchhnnoollooggyy EEvvaannggeelliisstt SSuunn MMiiccrroossyysstteemmss,, IInncc.. 1 Three Talks I Did on SOA Here • NetBeans Day: “Tools for Simplifying SOA” > Focus is to show how to use NetBeans for building a simple Composite application • GlassFish Day: “Open ESB and GlassFish” > Focus is to show more advanced features such as Intelligent Event Processing module for building a composite application • Sun Tech Day: “SOA using Open ESB, BPEL, and NetBeans” > Focus is to explain how WSDL, BPEL, JBI, Open ESB, Java EE work together 2 Agenda • Composite Applications • BPEL • Services • JBI • Java EE Service Engine • Open ESB • Open ESB runtime, tools, and sample apps • Demo 3 CCoommppoossiittee AApppplliiccaattiioonnss Traditional Application Development • Point technologies, products, and APIs > For example: EJB, Spring, Hibernate, JSF, Servlets, Struts, etc. • Lots of glue written by developers > Requires a great deal of expertise & time > Inflexible 5 Composite Applications • A way to compose applications from reusable parts • Composite applications employ SOA principles > Features exposed as Web services > Standards-based interaction between services > Are themselves composable 6 WWSSDDLL TTuuttoorriiaall ((OOppttiioonnaall PPrreesseennttaattiioonn)) Why WSDL? • Enables automation of communication details between communicating partners – Machines can read WSDL – Machines can invoke a service defined in WSDL • Discoverable through registry
    [Show full text]
  • A Survey of Smartwatch Platforms from a Developer's Perspective
    Grand Valley State University ScholarWorks@GVSU Technical Library School of Computing and Information Systems 2015 A Survey of Smartwatch Platforms from a Developer’s Perspective Ehsan Valizadeh Grand Valley State University Follow this and additional works at: https://scholarworks.gvsu.edu/cistechlib ScholarWorks Citation Valizadeh, Ehsan, "A Survey of Smartwatch Platforms from a Developer’s Perspective" (2015). Technical Library. 207. https://scholarworks.gvsu.edu/cistechlib/207 This Project is brought to you for free and open access by the School of Computing and Information Systems at ScholarWorks@GVSU. It has been accepted for inclusion in Technical Library by an authorized administrator of ScholarWorks@GVSU. For more information, please contact [email protected]. A Survey of Smartwatch Platforms from a Developer’s Perspective By Ehsan Valizadeh April, 2015 A Survey of Smartwatch Platforms from a Developer’s Perspective By Ehsan Valizadeh A project submitted in partial fulfillment of the requirements for the degree of Master of Science in Computer Information Systems At Grand Valley State University April, 2015 ________________________________________________________________ Dr. Jonathan Engelsma April 23, 2015 ABSTRACT ................................................................................................................................................ 5 INTRODUCTION ...................................................................................................................................... 6 WHAT IS A SMARTWATCH
    [Show full text]
  • Architecture of Mule and Servicemix 42 3 ■ Setting up the Mule and Servicemix Environments 72 4 ■ the Foundation of an Integration Solution 111
    Open Source ESBs in Action Open Source ESBs in Action EXAMPLE IMPLEMENTATIONS IN MULE AND SERVICEMIX TIJS RADEMAKERS JOS DIRKSEN MANNING Greenwich (74° w. long.) For online information and ordering of this and other Manning books, please visit www.manning.com. The publisher offers discounts on this book when ordered in quantity. For more information, please contact: Special Sales Department Manning Publications Co. Sound View Court 3B Fax: (609) 877-8256 Greenwich, CT 06830 Email: [email protected] ©2009 by Manning Publications Co. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps. Recognizing the importance of preserving what has been written, it is Manning’s policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15% recycled and processed elemental chlorine-free Development Editor: Jeff Bleil Manning Publications Co. Copyeditors: Liz Welch, Tiffany Taylor Sound View Court 3B Typesetter: Denis
    [Show full text]
  • Proof of Concept Implementation of an Enterprise Service Bus for Health Information Exchanges
    PHILIPPINE ENGINEERING JOURNAL PC Zuñiga, et al 49 PEJ 2020; Vol. 41, No. 1: 49-66 Proof of Concept Implementation of an Enterprise Service Bus for Health Information Exchanges Philip Christian Zuniga, Joseph Benjamin Del Mundo, Edgardo Felizmenio, Marie Jo-anne Mendoza and Rose Ann Zuniga Computer Security Group, Department of Computer Science, University of the Philippines - Diliman Abstract – Integration of health systems is one of the biggest problem in eHealth today. There are a lot of systems, yet they were developed using different platforms and technologies, making them virtually impossible to connect. In this paper, we discussed how to implement an ESB as the integration platform for health data. We identified use cases and functional requirements. Logical and deployment architecture were developed, and an actual proof of concept of an ESB is developed. Experiments were also done to determine the overhead caused by the ESB. Some of the functionalities of the ESB were examined to determine their individual overheads. Keywords: Enterprise Service Bus, Interoperability, Health Information Exchange, OpenHIE. I. INTRODUCTION During the past few years, the healthcare industry has witnessed a growth in the development of Health Information Systems. Hospitals, both public and private, rural health clinics, and even individual clinics of medical practitioners have been developing or acquiring their own Electronic Medical Records (EMRs), and Hospital Information Systems (HIS). The goal of these systems is to ensure a secure, organized and effective way of collecting and storing patient data [1]. The increase in the number of edge applications leads to the increase of patient data that are stored separately and independently, depending on the application that collected the data.
    [Show full text]
  • Kuali Student Advanced Camp
    Kuali Student Advanced CAMP June 19-20, 2008 Jens Haeusser Director, Strategy Information Technology Objectives . At the end of this session you will have seen . The Kuali Student technical architecture vision . The results of our efforts to date . The working relationships in place to support our efforts Kuali Student – Advanced CAMP June 19-20 2 Agenda . Kuali Student’s Vision . Our vision for Phase I and Phase II (July 2007 – May 2008) . Our execution of the vision . Kuali Student Architecture . Web Services Stack . Development Infrastructure . Our Current Challenges . Relationships with vendors, open source, and Kuali . On the Leading Edge While Remaining Flexible . Getting Validation of Our Work Kuali Student – Advanced CAMP June 19-20 3 Background . Modular, standards-based next generation student system . Community Source project with a 5 year timeline . UBC, Berkeley, Florida, Maryland, San Joaquin Delta, Southern California . MIT, Cambridge . Person centric system . Service Oriented Architecture . Enables integration at diverse institutions . Allows schools to implement their practices Kuali Student – Advanced CAMP June 19-20 4 Functional Vision . Support end users by anticipating their needs . Wide range of learners and learning activities. Wide range of business processes . Easier to change business processes. Reduce time staff spend on routine task Kuali Student – Advanced CAMP June 19-20 5 Technical Vision . SOA and Web Services . SOA Design Methodology . SOA Governance . Web Services: SOAP, WSDL, XML Schema . Web Services
    [Show full text]
  • Towards Distributed Information Access Possibilities and Implementation
    Towards Distributed Information Access Possibilities and Implementation Victor de Graaff i ii Towards Distributed Information Access Alternatives and Implementation Master thesis Author: Victor de Graaff University: University of Twente Master: Computer Science Track: Software Engineering Internal Supervisors: Dr. Luís Ferreira Pires Dr. ir. Marten van Sinderen External Supervisors: ing. Gerke Stam, TSi Solutions iii iv Preface This thesis describes the results of a Master of Science assignment at the Software Engineering group at the University of Twente. This assignment has been carried out from February to November 2009 at TSi Solutions in Enschede, The Netherlands. I would like to thank all the people who gave me support while writing this thesis. In the first place these people are my girlfriend Susanne Jeschke and my daughter Melissa. They have supported me through the last piece of my Bachelor and my entire Master course by taking my mind off work every night and weekend, as far as my deadlines allowed them to. They have given me the chance to spend countless hours on my work, my classes, and later my thesis, while they went to all the activities and appointments a young child has. I can truly say that I could never have finished my studies without their support, understanding and patience. Another great influence has been the supervision of Luís Ferreira Pires, Marten van Sinderen and Gerke Stam. Luís managed to keep the balance in my work between quality and steady progress. On top of that, Luís taught me a lot on writing objective texts by rephrasing or pointing out sentences which were subjective or too popular.
    [Show full text]
  • Hänninen, Arttu Enterprise Integration Patterns in Service Oriented Systems Master of Science Thesis
    CORE Metadata, citation and similar papers at core.ac.uk Provided by Trepo - Institutional Repository of Tampere University Hänninen, Arttu Enterprise Integration Patterns in Service Oriented Systems Master of Science Thesis Examiner: Prof. Tommi Mikkonen Examiners and topic approved in the council meeting of Faculty of Information Technology on April 3rd, 2013. II TIIVISTELMÄ TAMPEREEN TEKNILLINEN YLIOPISTO Tietotekniikan koulutusohjelma Hänninen, Arttu: Enterprise Integration Patterns in Service Oriented Systems Diplomityö, 58 sivua Kesäkuu 2014 Pääaine: Ohjelmistotuotanto Tarkastajat: Prof. Tommi Mikkonen Avainsanat: Enterprise Integration Patterns, Palvelukeskeinen arkkitehtuuri (SOA), Viestipohjainen integraatio Palvelupohjaisen integraation toteuttaminen mihin tahansa tietojärjestelmään on haas- tavaa, sillä integraatioon liittyvät järjestelmät voivat muuttua jatkuvasti. Integraatiototeu- tusten tulee olla tarpeeksi joustavia, jotta ne pystyvät mukautumaan mahdollisiin muu- toksiin. Toteutukseen voidaan käyttää apuna eri sovelluskehyksiä, mutta ne eivät vält- tämättä takaa mitään standardoitua tapaa tehdä integraatio. Tätä varten on luotu joukko ohjeita (Enterprise Integration Patterns, EIP), jotka kuvaavat hyväksi havaittuja tapoja tehdä integraatioita. Tässä työssä keskitytään näiden mallien tutkimiseen ja siihen, miten niitä voidaan hyödyntää yritysjärjestelmissä. Jotta tutkimukseen saadaan konkreettinen vertailutulos, erään järjestelmän integraatioratkaisu tullaan päivittämään uuteen. Uusi ratkaisu hyödyntää sovelluskehystä,
    [Show full text]
  • Jeremy Nelson, CEO Afia Inc
    Internet of Health Apps, Wearables, Population Health, and Integrated Care Jeremy Nelson, CEO Afia Inc. At a high level 1. New generation of connected devices 2. New models for care delivery 3. New class of innovative startups 4. Supported by payment reform 2010 Sensors & Technology ● GPS ● Cameras ● Microphones ● 6-axis accelerometer ● Compass ● Light sensor ● Proximity sensor ● Wi-Fi & 3G ● Bluetooth In Just The Last 7 Years 2015 Sensors & Technology ● 70x faster CPU ● 90x faster graphics ● NFC ● Barometer ● 4G/LTE ● Bluetooth Low Energy ● Motion Coprocessor ● 3D Touch “What is your most important device?” Smart Devices 1.0 The Pavlok Band ● Activity tracking ● Sleep tracking ● “Shock circuit” The Pavlok Band “Pay a fine, lose access to your phone, even get an electric shock… at the hands of your friends” if you fail to meet goals Who tracks their health? ● 45% of U.S. adults live with at least one chronic condition. ● Of those with 2+ Conditions ○ 78% have high blood pressure ○ 45% have diabetes Source: Pew Research Connected Wearables Show of Hands Android Wear Apple Watch Common Sensors ● Heart rate sensor ● Accelerometer ● BTLE + Wifi ● GPS (Phone) Apple S1 Chip ? Fourteen Months In ● Battery life - good ● Hardware design - excellent ● Messaging - excellent ● Activity tracking & fitness - good ● Third-party apps - poor Epic - MyChart on Apple Watch Appointment reminders, messages, medications integrated with EHR Emotiv Insight ● Consumer EEG & inertial sensor ● Bluetooth integration with smartphone ● Available via API Spire Mind & Body Tracker ● Measures breathing & provides feedback ● Senses stress/tension, suggest deep breath ● Included iOS guides “mini-meditations” MIT “Band-aid of the Future” ● Sticky, stretchy, gel- like material ● Incorporates sensors (eg.
    [Show full text]
  • Galaxy Note 3 / Galaxy Gear
    September 5, 2013 IT Galaxy Note 3 / Galaxy Gear KDB Daewoo Securities Research (IT team) Galaxy Note 3 Galaxy Gear [Galaxy Note 3/Gear] Executive Summary “Smart Freedom” – Greater convenience and device interoperability √ Galaxy Note 3 : Utility rather than style - Focus on functions than hardware: S Pen’s Air Command feature - Mobility: Larger, but thinner and faster (compared to Galaxy Note 2) √ Galaxy Note 3 : Minimal changes in supply chain... - Digitizer pen: Greater supply by Interflex (FPCB) and Innox (IT materials) -Component supply chain intact, except for digitizers Galaxy Gear : Greater interoperability with existing smartphones √ - Improves user experience with existing smartphones - Key features: Smart Relay (display), voice calls, Memographer (camera app), voice memo Galaxy Gear : Lacks of novelty √ - Lacks differentiation with existing products: Absence of core hardware features (NFC, health monitoring sensors) - Relatively low compatibility: Compatible with only five Galaxy products √ Future of Galaxy Gear : Healthcare M2M (Machine to Machine) - Sensors (mobile healthcare) + wearables (smart watch) ⇨ Measuring daily activity, heart rate, etc., to monitor health conditions - Compilation of individual health data ⇨ Big data ⇨ Personalized healthcare services KDB Daewoo Securities Research 3 [Galaxy Note 3] Specification Galaxy Note 3 Galaxy Note 2 Company SEC SEC Model SM-N9000 GT-N7100 AP *Snapdragon 800 / Exynos Octa 5420 Exynos 4412 - CPU Quad-core 2.3GHz Krait 400 Quad-core 1.6GHz Cortex-A9 -GPU Adreno 330 Mali-400MP
    [Show full text]
  • Kuali Student Service System: Technical Architecture Phase 1 Recommendations
    Kuali Student Service System Technical Architecture Phase 1 Recommendations Kuali Student Service System Technical Architecture Phase 1 Recommendations December 31 2007 Kuali Student Technical Team Technical Architecture Phase 1 deliverables 2/14/2008 1 Kuali Student Service System Technical Architecture Phase 1 Recommendations Table of Contents 1 OVERVIEW ........................................................................................................................ 4 1.1 REASON FOR THE INVESTIGATION ................................................................................... 4 1.2 SCOPE OF THE INVESTIGATION ....................................................................................... 4 1.3 METHODOLOGY OF THE INVESTIGATION .......................................................................... 4 1.4 CONCLUSIONS ............................................................................................................... 5 1.5 DECISIONS THAT HAVE BEEN DELAYED ............................................................................ 6 2 STANDARDS ..................................................................................................................... 7 2.1 INTRODUCTION .............................................................................................................. 7 2.2 W3C STANDARDS .......................................................................................................... 7 2.3 OASIS STANDARDS ......................................................................................................
    [Show full text]
  • 02/10/2019 Sali
    3 kitap Kadir KAYIKÇI 0505 0354 212 29 99 alana 0505 254 72 59 610 58 29 1 kitap “sektöründebedava Medrese öncü” Mah. Lise Cad. No.12 (Yer Altında) Fotokopi makinelerinizin YOZGAT garantili tamir ve bakımı Medrese Mah. Lise Cad. No.12 (yer altında) YOZGAT 02 EKİM 2019 ÇARŞAMBA SAYI: 2262 FİYATI: 1.00 TL www.yozgatcamlik.com Fatih Tabiat Par- kı’nı ziyaret eden İzmir Orman Bölge Müdür Yardımcısı hem- şerimiz Mehmet Erol, “Yozgat’a geldiğinizde mutlaka buralara uğrayın” mesajı verdi.>>2’DE Yozgat’ın tescilli ve yöresel ürünü ‘testi kebabı’na Nevşehirliler sahip çıktı. Testi kebabı- nın kendi yöresel lezzetleri olduğunu iddia eden Nevşehirlilere karşı Yozgatlılar tescilli ve yöresel ürünlerine sahip çıktı. OSMANLI’DAN YOZGATLILARA MİRAS İlçesine büyük bir seferberlik Testi kebabının Osmanlı’dan Yozgatlılara hareketi ile doğal- miras kalan yöresel bir lezzet olduğunu belirten gazı kazandıran Zafer Türk Mutfağı sahibi Zafer Özışık, “Testi Sarıkaya Belediye kebabı dünde, bugün de bizimdi, yarında bizim Başkanı Ömer olacaktır” dedi.>>>3.SAYFADA Açıkel, doğalgaz çalışması ile bozu- lan yolları için kol- ları sıvadı.>2’DE kitap, kırtasiye ve fotokopide BAYATÖRENLİLERİ AŞURE AŞI BİRLEŞTİRDİ en uygun “Aşure” etkinliğine Türkiye’nin farklı yerlerinden ve yurt fiyatlara hizmet dışından katılım oldu.>>4’DE veren tek mağaza 0354 Çamlık Gazetesi esnaf köşesinin konuğu 30 yaşın- MUTLULUKLAR 212 29 99 daki MSA Oto Cam sahibi Süleyman 0505 Hazırlık kitaplarında Altınok oldu. 15 yıldır değişik iş- DİLİYORUZ 254 72 59 lerde esnaflık yapan ve şuan- Yozgat’ın yetiştirdiği fotokopi makinelerinizin da oto cam üzerine hizmet doktorlardan Göksu 4 kitap alana veren Süleyman Altınok’a Öztürk, Emre Akpınar ile evlilik yolunda ilk adımı garantili tamir ve bakımları yapılmaktadır..
    [Show full text]
  • October 1998 $3.95 Higher in Canada Ahead
    October 1998 $3.95 Higher in Canada ahead. Pop one open. a"I"'rn,�nn'� 1 00 Ton, Bay Hopper Six Packs refreshing and satisfying! New in the HO Scale Silver Series@)line, these ready-to-run Triple Bay Hoppers are the first ever with 300 slope sheets. They're offered in sets of six for use as unit trains to and from mining operations. Each set contains cars with six different roadnumbers, as well as removable loads that are molded and randomized for the effect of six different load configurations. Separate side sheet supports are also provided for added realism if the hoppers are run as empties. The Triple Bay Hopper six packs are shipping now at the suggested retail price of $90.00 each. Of the eight road names available, all carry coal loads except for Western Maryland, which carries a prototypically-correct limestone load. So go ahead. Pop one open. And refresh yourself with a Bachmann six pack. Suggested Retail Price: $90.00 SHIPPING NOW ITEM # DESCRIPTION NMRA Conformance Warrant 98-06 Burlington Northern • 18703YY HO • scale Silver Series@ model (billboard) 30° slope sheet, offset panel design • Conrail thin wall construction 18706YY • Southern Pacific six roadnumbers 18707YY • removable loads Barber S 2 Roller Bearing Trucks with 18710YY Reading (speed lettering) • • separate side sheet supports Celcon@ construction Pennsylvania (yellow ball) • 18714YY hidden weights blackened, non-magnetic metal axles Western Maryland (gray) • • 18737YY finely detailed brake wheel with needle point bearings for free-rolling performance • 18739YY Denver Rio Grande installed body-mounted E-Z Mate@couplers scale 36", blackened-metal wheels • • Western (flying Grande) finely detailed stirrup steps with RP25 contours & • separately applied brake reservoir and brake valve all parts painted with accurate paint schemes 18742YY Norfolk & Western • • .
    [Show full text]