Arxiv:2104.11271V1 [Cs.HC] 22 Apr 2021 Currently, Many People Regard Smartphones As an Extension of Their Bodies

Total Page:16

File Type:pdf, Size:1020Kb

Arxiv:2104.11271V1 [Cs.HC] 22 Apr 2021 Currently, Many People Regard Smartphones As an Extension of Their Bodies ASYSTEMATIC SURVEY ON ANDROID API USAGE FOR DATA-DRIVEN ANALYTICS WITH SMARTPHONES APREPRINT Hansoo Lee Joonyoung Park Uichin Lee∗ School of Computing Graduate School of Knowledge Service Engineering School of Computing KAIST KAIST KAIST Daejeon, Republic of Korea Daejeon, Republic of Korea Daejeon, Republic of Korea [email protected] [email protected] [email protected] April 26, 2021 ABSTRACT Recently, there has been an increase in industrial and academic research on data-driven analytics with smartphones based on the collection of app usage patterns and surrounding context data. The Android mobile operating system utilizes Usage Statistics API (US API) and Accessibility Service API (AS API) as representative APIs to passively collect app usage data. These APIs are used for various research purposes as they can collect app usage patterns (e.g., app status, usage time, app name, user interaction state, and smartphone use state) and fine-grained data (e.g., user interface elements & hierarchy and user interaction type & target & time) of each application. In addition, other sensing APIs help to collect the user’s surroundings context (location, network, ambient environment) and device state data, along with AS/US API. In this review, we provide insights on the types of mobile usage and sensor data that can be collected for each research purpose by considering Android built-in APIs and sensors (AS/US API, and other sensing APIs). Moreover, we classify the research purposes of the surveyed papers into four categories and 17 sub-categories, and create a hierarchical structure for data classification, comprising three layers. We present the important trends in the usage of Android’s built-in APIs and sensors, including AS/US API, the types of data collected using the presented APIs, and discuss the utilization of mobile usage and sensor data in future research. Keywords Smartphone sensing, User interaction data, data analysis, android accessibility, Android API, data collection, sensor, mobile device, smartphone, data driven analytics 1 Introduction arXiv:2104.11271v1 [cs.HC] 22 Apr 2021 Currently, many people regard smartphones as an extension of their bodies. According to research of smartphone usage statistics, 79% of adults carry their mobile phone for 22 hours a day [1], and smartphone users spend time with their devices for an average of 3 hours and 15 minutes a day [2]. During smartphone usage, fine-grained contextual information (e.g., ambient environment, physical activity, app usage pattern) can be collected from built-in sensors and application programming interfaces (API). Thus, smartphones provide new opportunities to collect and analyze a user’s everyday lifelog data (i.e., smartphone/mobile usage and sensor data) for enabling digital health services and user experience research. For example, mobile usage and sensor data serves as a valuable resource for the diagnosis and prognosis of mental and physical health [3, 4]. As the number of smartphone users worldwide in 2021 is expected to increase to more than 3.8 billion people [5], it has become increasingly important to explore novel opportunities for data-driven analytics using mobile usage and sensor data. This review focuses on the Android mobile operating system (OS) that dominates 85% of the global smartphone market [6]. Android OS allows developers to customize these built-in APIs to build applications for smartphone data collection. ∗The corresponding author A PREPRINT -APRIL 26, 2021 For this reason, Android has been actively used in the research community. As shown in Figure 1, Android APIs1 can identify a user’s life patterns by collecting various mobile usage and sensor data through human and physical related context aware. In addition, users touch their phone an average of 2,617 times a day [7]. Thus, we can collect app usage pattern data (e.g., application status/name/time) on frequent digital interactions between users and smartphones, including fine-grained interaction details (e.g., user interaction type and time, user interface (UI) hierarchy and elements, notification) for each application. In addition, we can collect the user’s external contextual data, such as physical activities and environmental states. Among Android’s built-in APIs, researchers commonly use the Accessibility Service API (AS API) which is also called Accessibility API. The AS API includes the classes such as AccessibilityService2, AccessibilityEvent3, Accessibili- tyRecord4, AccessibilityManager5 [8]. The AS API is operated to generate various AccessibilityEvent classes (e.g., transition type, view type, exploration type, and notification type) for app usage, by recognizing the state change of a smartphone which is the event based system [9]. AccessibilityEvent can be used to collect fine-grained datasets for app usage pattern data as depicted in Figure 1. Another way to collect app usage pattern data is using the Android Usage Statistics APIs (US APIs) such as UsageS- tatManager6, UsageStats7, UsageEvents8, UsageEvents.Event9. US API can be used to collect the app and device usage history and statistics as shown in Figure 1 [10]. US API can access device usage history and statistics to obtain the currently running app information in third-party applications (as of Android API level 21 in 2014). The US API provides functions to query app usage logs by specifying time units of day, month, and year, thereby retrieving the results specified by the interval which is a more granular and explicit query system [11]. Since 2014, the US API has been mainly used to collect app usage pattern data in many studies (e.g., [12, 13, 14, 15]). However, the AS API is still exclusively used to track the user interface (UI) status information (e.g., UI changed status, interaction type, UI properties & hierarchy, and notification) in the present studies (e.g., [16, 17, 18, 19]). Along with the AS/US APIs, other Android built-in sensors and APIs are also used to collect mobile usage and sensor data for the research. These data can be collected using Android built-in hardware (HW) sensors (e.g., accelerometer, gyro, GPS, Wi-Fi, Bluetooth, proximity, light, compass, pressure) and APIs (e.g., Sensor APIs11, Wi-Fi APIs12, Google Location Services APIs13, Bluetooth APIs14). In other words, we can use these Android built-in sensors and APIs to track a user’s physical activity, physiological state, and surrounding context information (e.g., location, ambient environment) for the research as shown in Figure 1. Furthermore, Android system APIs (e.g., BroadcastReceiver15, BatteryManager16) can be used to collect device status information (e.g., battery information, screen status, device information setting, ringer mode) as depicted in Figure 1. Leveraging data-driven analytics with smartphone data is widely performed in various research fields (e.g., sensors, human-computer interaction, ubiquitous computing, and mobile computing). These include: • Understanding a user’s smartphone usage pattern [17, 20, 21, 22, 18] • Identifying a user’s notification checking factors, how the user is affected by the notification, and message management and scheduling [23, 24, 16, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]. • Understanding a user’s psychological & health states and personal traits in digital phenotype and digital health research fields [37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48]. • Validating permission, improve authentication & authorization, and improve protection from malware in privacy & security research fields [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]. 1https://developer.android.com/reference 2https://developer.android.com/reference/android/accessibilityservice/AccessibilityService 3https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent 4https://developer.android.com/reference/android/view/accessibility/AccessibilityRecord 5https://developer.android.com/reference/android/view/accessibility/AccessibilityManager 6https://developer.android.com/reference/android/app/usage/UsageStatsManager 7https://developer.android.com/reference/android/app/usage/UsageStats 8https://developer.android.com/reference/android/app/usage/UsageEvents 9https://developer.android.com/reference/android/app/usage/UsageEvents.Event 11https://developer.android.com/reference/android/hardware/package-summary 12https://developer.android.com/reference/android/net/wifi/package-summary 13https://developers.google.com/android/reference/com/google/android/gms/location/package-summary 14https://developer.android.com/reference/android/bluetooth/package-summary 15https://developer.android.com/reference/android/content/BroadcastReceiver 16https://developer.android.com/reference/android/os/BatteryManager 2 A PREPRINT -APRIL 26, 2021 Figure 1: Mobile usage and sensor data collection through Android APIs • Improving user’s interaction, accessibility, and optimization [61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72]. • Testing and programming support fields, such as graphical user interface (GUI) automated testing, crowdsourced system testing, programming support for developer, and app performance measurement [73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86]. • Development of frameworks and platforms to collect smartphone data [87, 88]. Therefore, it is important to understand the nature of the collected smartphone data and its research purpose. Existing studies have reviewed mobile usage and sensor data collection, but they have mainly focused on one specific purpose or type of data related to their
Recommended publications
  • AVG Android App Performance and Trend Report H1 2016
    AndroidTM App Performance & Trend Report H1 2016 By AVG® Technologies Table of Contents Executive Summary .....................................................................................2-3 A Insights and Analysis ..................................................................................4-8 B Key Findings .....................................................................................................9 Top 50 Installed Apps .................................................................................... 9-10 World’s Greediest Mobile Apps .......................................................................11-12 Top Ten Battery Drainers ...............................................................................13-14 Top Ten Storage Hogs ..................................................................................15-16 Click Top Ten Data Trafc Hogs ..............................................................................17-18 here Mobile Gaming - What Gamers Should Know ........................................................ 19 C Addressing the Issues ...................................................................................20 Contact Information ...............................................................................21 D Appendices: App Resource Consumption Analysis ...................................22 United States ....................................................................................23-25 United Kingdom .................................................................................26-28
    [Show full text]
  • Suruhanjaya Komunikasi Dan Multimedia Malaysia
    APPENDIX 1 SURUHANJAYA KOMUNIKASI DAN MULTIMEDIA MALAYSIA (MALAYSIAN COMMUNICATIONS AND MULTIMEDIA COMMISSION) REQUEST FOR QUOTATION Development of two mobile applications:- 1. Money Reader for Ringgit Malaysia Currency Notes 2. Google Text-to-Speech Talkback in Bahasa Malaysia Date: 29 April 2016 REQUEST FOR PROPOSAL – DIGITAL LIFESTYLE MALAYSIA 2016 Table of Contents BACKGROUND ......................................................................................................................... 3 About Digital Lifestyle Malaysia ......................................................................................................... 3 Project Summary ................................................................................................................................. 3 MOBILE APPS SPECIFICATIONS ......................................................................................... 4 Money Reader for Ringgit Malaysia Currency Notes .......................................................................... 4 Google Text-to-Speech Talkback in Bahasa Malaysia ......................................................................... 4 SCOPE OF THE PROPOSAL .................................................................................................. 5 TERMS AND CONDITIONS ..................................................................................................... 5 2 REQUEST FOR PROPOSAL – DIGITAL LIFESTYLE MALAYSIA 2016 BACKGROUND About Digital Lifestyle Malaysia 1. The Malaysian Communications and Multimedia
    [Show full text]
  • Princeton Alumni Weekly
    00paw0206_cover3NOBOX_00paw0707_Cov74 1/22/13 12:26 PM Page 1 Arts district approved Princeton Blairstown soon to be on its own Alumni College access for Weekly low-income students LIVES LIVED AND LOST: An appreciation ! Nicholas deB. Katzenbach ’43 February 6, 2013 • paw.princeton.edu During the month of February all members save big time on everyone’s favorite: t-shirts! Champion and College Kids brand crewneck tees are marked to $11.99! All League brand tees and Champion brand v-neck tees are reduced to $17.99! Stock up for the spring time, deals like this won’t last! SELECT T-SHIRTS FOR MEMBERS ONLY $11.99 - $17.99 3KRWR3ULQFHWRQ8QLYHUVLW\2I¿FHRI&RPPXQLFDWLRQV 36 UNIVERSITY PLACE CHECK US 116 NASSAU STREET OUT ON 800.624.4236 FACEBOOK! WWW.PUSTORE.COM February 2013 PAW Ad.indd 3 1/7/2013 4:16:20 PM 01paw0206_TOCrev1_01paw0512_TOC 1/22/13 11:36 AM Page 1 Franklin A. Dorman ’48, page 24 Princeton Alumni Weekly An editorially independent magazine by alumni for alumni since 1900 FEBRUARY 6, 2013 VOLUME 113 NUMBER 7 President’s Page 2 Inbox 5 From the Editor 6 Perspective 11 Unwelcome advances: A woman’s COURTESY life in the city JENNIFER By Chloe S. Angyal ’09 JONES Campus Notebook 12 Arts district wins approval • Committee to study college access for low-income Lives lived and lost: An appreciation 24 students • Faculty divestment petition PAW remembers alumni whose lives ended in 2012, including: • Cost of journals soars • For Mid east, a “2.5-state solution” • Blairs town, Charles Rosen ’48 *51 • Klaus Goldschlag *49 • University to cut ties • IDEAS: Rise of the troubled euro • Platinum out, iron Nicholas deB.
    [Show full text]
  • Model-Driven Development for Accessible Mobile Apps on Android
    Submitted by Dipl.-Ing. Elmar Krainz Submitted at Institut Integriert Studieren Supervisor and First Examiner a.Univ.-Prof. Dr. Klaus Miesenberger Second Examiner Model-Driven Develop- Prof. Dr. Roberto Manduchi ment for Accessible Mo- May 2018 bile Apps on Android Doctoral Thesis to obtain the academic degree of Doktor der technischen Wissenschaften in the Doctoral Program Technische Wissenschaften JOHANNES KEPLER UNIVERSITY LINZ Altenbergerstraße 69 4040 Linz, Österreich www.jku.at DVR 0093696 Sworn Declaration I hereby declare under oath that the submitted Doctoral Thesis has been written solely by me without any third-party assistance, information other than provided sources or aids have not been used and those used have been fully documented. Sources for literal, paraphrased and cited quotes have been accurately credited. The submitted document here present is identical to the electronically submitted text document. Linz, May 2018 Dipl.-Ing. Elmar Krainz, bakk. techn. Abstract The market for apps and mobile software is on the rise and this goes hand in hand with the number of apps in the stores, which has recently hit 3 million available apps (see https://www:statista:com/statistics/266210/). Due to this development, the natural user interaction of smartphones plays a crucial role. People with disabilities benefit from the increasing digital technology in general, but only if it is accessible. However, apps are often not accessible for people with disabilities since touch screens and visual representation very often overlook their needs. According to the UN Convention on the Rights of Persons with Disabilities around 650 million people of the world’s population are handicapped.
    [Show full text]
  • Unblind Your Apps: Predicting Natural-Language Labels for Mobile GUI Components by Deep Learning
    Unblind Your Apps: Predicting Natural-Language Labels for Mobile GUI Components by Deep Learning Jieshan Chen Chunyang Chen∗ Zhenchang Xing† [email protected] [email protected] [email protected] Australian National University Monash University Australian National University Australia Australia Australia Xiwei Xu Liming Zhu†‡ Guoqiang Li∗ [email protected] [email protected] [email protected] Data61, CSIRO Australian National University Shanghai Jiao Tong University Australia Australia China Jinshui Wang∗ [email protected] Fujian University of Technology China ABSTRACT our model can make accurate predictions and the generated labels According to the World Health Organization(WHO), it is estimated are of higher quality than that from real Android developers. that approximately 1.3 billion people live with some forms of vision impairment globally, of whom 36 million are blind. Due to their CCS CONCEPTS disability, engaging these minority into the society is a challenging • Human-centered computing → Accessibility systems and problem. The recent rise of smart mobile phones provides a new tools; Empirical studies in accessibility; • Software and its engi- solution by enabling blind users’ convenient access to the infor- neering → Software usability. mation and service for understanding the world. Users with vision KEYWORDS impairment can adopt the screen reader embedded in the mobile Accessibility, neural networks, user interface, image-based buttons, operating systems to read the content of each screen within the content description app, and use gestures to interact with the phone. However, the prerequisite of using screen readers is that developers have to add ACM Reference Format: natural-language labels to the image-based components when they Jieshan Chen, Chunyang Chen, Zhenchang Xing, Xiwei Xu, Liming Zhu, are developing the app.
    [Show full text]
  • How Android's UI Security Is Undermined by Accessibility
    How Android’s UI Security is Undermined by Accessibility Anatoli Kalysch Davide Bove Tilo Müller Friedrich-Alexander-Universität Friedrich-Alexander-Universität Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU) Erlangen-Nürnberg (FAU) Erlangen-Nürnberg (FAU) [email protected] [email protected] [email protected] ABSTRACT 1 INTRODUCTION Android’s accessibility API was designed to assist users with dis- Android’s system level security operates upon a sandboxing con- abilities, or preoccupied users unable to interact with a device, e.g., cept that strongly separates apps. Apps are given an unique user id while driving a car. Nowadays, many Android apps rely on the (UID), thereby shielding both an app’s running process as well as its accessibility API for other purposes, including password managers resources from other apps. Android’s inter-process communication but also malware. From a security perspective, the accessibility (IPC) is protected by the kernel driver “Binder”, which enforces a API is precarious as it undermines an otherwise strong principle of permission-based access model. Apps can request particular permis- sandboxing in Android that separates apps. By means of an acces- sions and only if granted they are allowed access to the respective sibility service, apps can interact with the UI elements of another resources through well defined interfaces [8]. app, including reading from its screen and writing to its text fields. Contrary to that, users can interact with apps seamlessly through As a consequence, design shortcomings in the accessibility API and a unified UI. And while strong security mechanisms were putinto other UI features such as overlays have grave security implications.
    [Show full text]
  • Darkreader: Bridging the Gap Between Perception and Reality Of
    DarkReader: Bridging the Gap Between Perception and Reality of Power Consumption in Smartphones for Blind Users Jian Xu∗ Syed Masum Billah* Roy Shilkrot Stony Brook University Stony Brook University Stony Brook University Stony Brook, USA Stony Brook, USA Stony Brook, USA [email protected] [email protected] [email protected] Aruna Balasubramanian Stony Brook University Stony Brook, USA [email protected] ABSTRACT This paper presents a user study with 10 blind participants to understand their perception of power consumption in smart- phones. We found that a widely used power saving mechanism for smartphones–pressing the power button to put the smart- phone to sleep–has a serious usability issue for blind screen reader users. Among other findings, our study also unearthed several usage patterns and misconceptions of blind users that contribute to excessive battery drainage. Informed by the first user study, this paper proposes DarkReader, a screen reader developed in Android that bridges users’ perception of power consumption to reality. DarkReader darkens the screen by truly turning it off, but allows users to interact with their smart- phones. A second user study with 10 blind participants shows that participants perceived no difference in completion times in performing routine tasks using DarkReader and default screen reader. Yet DarkReader saves 24% to 52% power depending Figure 1. A blind user is interacting with his smartphone using a (A) on tasks and screen brightness. standard screen reader (e.g., TalkBack in Android), and (B) DarkReader. Unlike TalkBack, DarkReader keeps the screen off to save power. Author Keywords Vision impairment, blind; screen readers, TalkBack, Android, iOS; low-power, battery, screen, brightness; privacy, curtain INTRODUCTION mode, shoulder-surfing.
    [Show full text]
  • New Features and Accessibility Training CMS Training New Features
    New Features and Accessibility Training CMS Training New Features • Departmental Calendar-each subsite will have their own calendar of events similar to the calendar on CCNY’s Homepage • Access to Departmental Calendar • AAend training • Request access from The Office of Communicaons and MarkeFng • Events can appear either on the CCNY’s calendar, a specific subsite calendar, or both. Departmental Calendar • Calendars to Appear-check one of the two opFons or both • Main CCNY Calendar of Events- appears on CCNY’s calendar • Departmental Calendar- appears on a specific department calendar • Department- assign event to departmental group • Please note the calendar is for external events and not for any internal events such as weekly staff mee8ngs. Accessibility for the web • Web Accessibility- people with disabiliFes can perceive, understand, navigate, and interact with the web • 1 in 5 Americans self-idenFfy having some type of disability • Approximately 12 million Americans experience blindness or vision loss • Why is Web Accessibility Important ? • It provides equal access and equal opportunity for everyone to use the web. • Users with who navigate the web can possess: • Visual, Motor/mobility, Auditory, and/or CogniFve DisabiliFes Accessibility for the web • Screen reader soWware reads out all the content on a website • PC- download free soWware NVDA, works best with Firefox hAp://www.nvaccess.org/download/ • MAC- can be found under “System Preferences” -> “Accessibility” • Android- Google Talkback ( hAps://play.google.com/store/apps/details?
    [Show full text]
  • Samsung Galaxy W Software
    Samsung galaxy w software Galaxy W. Edit Product model. Search. Search Support. Search. No data Useful Software Follow your phone through the Samsung repair process. By using the websites, you agree to the use of cookies by us and third parties to enhance your Samsung GALAXY W . Software Upgrade. Here you find all the latest firmwares for the GALAXY W GT-I, if you want to flash your device with the newest Samsung software. Before downloading, make. [Tutorial] New and easy way to update your Samsung Galaxy w to Android - Duration: fir das It is important to keep your Galaxy W GT-I updated because usually updates fix bugs and other issues that keep your device from working flawlessly. Download free Samsung Galaxy W I softwares, Samsung Galaxy W I software update totally free. Download latest version of Samsung Galaxy W. This page contains information about installing the latest O2 Samsung Galaxy W driver downloads using the O2 Driver Update Tool. O2 Samsung Galaxy W. I've been trying to find official jellybean firmware for my samsung G w i but it proved very difficult till i found this file: Android [Q] galaxy w i software | Samsung Galaxy W I I've always wanted to update my Samsung Galaxy Wonder to Android . These are all the links where I found the software and information I. Latest News and Firmware for your Samsung Devices! GT-I (Galaxy W) If the flashing process is interrupted (e.g. with KIES) your phone might be very. custom ROM can now be downloaded for the Samsung Galaxy W I This Android phone is not getting any new firmware updates officially.
    [Show full text]
  • Beyond.Pdf (Slides)
    Beyond Traditional Mobile Linux by Carsten “Stskeeps” Munk, Mer project architect http://www.merproject.org Mobile Linux up to 2011 ● Moblin, MeeGo, Maemo, LiMo, OpenEmbedded (Yocto, WebOS), OpenWRT, etc.. ● OpenMoko-centric (QtMoko, FSO/SHR, etc.) ● Android (Replicant, Ophone, Baidu Yi, B2G, etc.) ● Familiar, Access Linux Platform, Ubuntu Mobile/MID, Mobilinux ● ... and many many more What do most of them have in common? ● Many of them are now dead or zombie projects. ● Many were centric around specific vendors or specific devices. ● Many of them were wasted effort for the Mobile Linux community. Mobile Linux in 2012 ● OpenWRT, OpenEmbedded (Yocto) ● Android & Boot2Gecko ● Tizen, Mer, WebOS, Linaro efforts ● Intentionally not mentioning single- hardware/vendor OS'es, UI projects or open hardware ● Linux in general in all sorts of consumer devices ● Why not Fedora, Debian, Ubuntu, Slackware, etc..? The world around us If we were to interpret the world around us through what we see in popular Linux distributions and attitudes There's just one problem about that.. This is not how real life looks like anymore. ● But but but, what about KDE, GNOME, all our projects centered around the PC as the primary form of computer usage? ● We're experiencing the beginnings of a paradigm shift in how people use computers. “the notion of a major change in a certain thought-pattern — a radical change in personal beliefs, complex systems or organizations, replacing the former way of thinking or organizing with a radically different way of thinking or organizing” But.. ● A lot of open source projects are built around this old paradigm – centered around the PC.
    [Show full text]
  • The Development and Evolution of China's Mobile Phone Industry
    Working Paper Series No.2013-1 The Development and Evolution of China’s Mobile Phone Industry Shin-Horng Chen and Pei-Chang Wen April, 2013 Chung‐Hua Institution for Economic Research 1 The Development and Evolution of China’s Mobile Phone Industry Shin‐Horng Chen and Pei‐Chang Wen Chung‐Hua Institution for Economic Research, Taiwan Abstract This paper examines the development and evolution of China’s mobile phone industry, with a special focus on the effect of migration to smartphones on the industrial ecosystem and industrial transformation. The Chinese market was dominated not long ago by Shanzhai handset makers, which were often associated with notorious elements of bandit, copy cats, piracy, and illegal network access. However, in the migration from 2G to 3G and smartphones in China, a few home‐grown brands have become the leading suppliers of smartphones, outperforming international premium brands, such as Nokia, Motorola and even Apple. With an intensive case study, the paper takes into account the significance of layered platform‐based development in the migration towards smartphones and mobile digital services to examine the rise of the Chinese brands for smartphones. In addition, the paper discusses a co‐evolution process of social and market factors in shaping Chinese “good‐enough innovations”, highlighting the role of distinct demands in the Chinese market and the growing popularity of mobile internet services within Chinese walled garden with heavy regulations and censorship. Moreover, the paper discusses the role of industrial standards in the Chinese migration of smartphones, by referring to a “three‐level model for standards and innovation in ICT”, including the infrastructure, middleware (service platform) and application levels.
    [Show full text]
  • Dokumentacija O Nabavi Otvoreni Postupak
    DOKUMENTACIJA O NABAVI OTVORENI POSTUPAK JAVNE NABAVE PREDMET NABAVE: NABAVA IZGRADNJE I ODRŽAVANJA INFORMACIJSKOG SUSTAVA ZA ANALITIKU UČENJA I RUDARENJE OBRAZOVNIH PODATAKA I OBRAZOVANJA DIJELA KORISNIKA ev. broj: 26-17-VV-OP Zagreb, prosinac 2017. Sadržaj: 1. OPĆI PODACI ............................................................................................................. 4 1.1. Podaci o naručitelju ............................................................................................... 4 1.2. Komunikacija i razmjena informacija između naručitelja i gospodarskih subjekata . 4 1.3. Popis gospodarskih subjekata s kojima je naručitelj u sukobu interesa ................... 4 1.4. Podaci o postupku nabave ..................................................................................... 5 2. PODACI O PREDMETU NABAVE .................................................................................. 6 2.1. Opis predmeta nabave ........................................................................................... 6 2.2. Količina predmeta nabave ..................................................................................... 6 2.3. Tehničke specifikacije i troškovnik ......................................................................... 6 2.4. Mjesto izvršenja ugovora ....................................................................................... 6 2.5. Rok početka i završetka izvršenja ugovora .............................................................. 6 2.6. Opcije i moguća obnavljanja ugovora ....................................................................
    [Show full text]