API

Endpoints

The API includes these two endpoints :

Endpoint Description URL
Owner Retrieves an owner's IP active ownership summary and the individual records for patents and trademarks. You need an owner name or the owner ID to query the endpoint. /ipowner/api/owner/v1
Owner Mapping Permits to map an owner name or a brand to IP owners within the database. The owner IDs found using the mapping can then be used with the Owner Endpoint to retrieve the IP ownership summary and patent/trademark details. The endpoint can also be used to get the name and ticker symbol of the company owner of a brand. /ipowner/api/owner-mapping/v1

Owner Endpoint

The endpoint for Owner is the following URL:

https://www.onscope.com/ipowner/api/owner/v1

These are the accepted parameters for the owner endpoint:

Parameter Description
user_key
(required)
Security key needed to access the API. Request your key for a trial.
owner_id
(one of owner_id, owner_name or cb_uuid must be present)
Owner ID : You can use search page to search for owners and obtain owner ids. The owner id is in the URL, example for apple inc, the owner id is 24 : https://www.onscope.com/ipowner/en/owner/profile/24-apple-inc.html. You can also download the complete index here
owner_name
(one of owner_id, owner_name or cb_uuid must be present)
Owner Name : Name of the company that owns IP. It's best to use the corporate name including the legal suffix instead of the trade name. i.e. use 'Apple Inc.' instead of 'Apple'
cb_uuid
(one of owner_id, owner_name or cb_uuid must be present)
Crunchbase ID, example 7063d087-96b8-2cc1-ee88-c221288acc2a (Apple Inc.) See https://www.crunchbase.com/
pat_page
(Default: 1)
Patent Page Number : Permits to fetch the patents beyond the first 50. Page #2 will give patents 51-100, etc. See also the paging related fields patentsPageNumber and patentsPageMax in the ipowner-fields.pdf document.
tm_page
(Default: 1)
Trademark Page Number : Permits to fetch the trademarks beyond the first 50. Page #2 will give trademarks 51-100, etc. See also the paging related fields trademarksPageNumber and trademarksPageMax in the ipowner-fields.pdf document.

Please refer to this document to get more information about the fields in the JSON output : ipowner-fields.pdf

Here is an example of request/response for the owner API:

GET https://www.onscope.com/ipowner/api/owner/v1?user_key=[user_key]&owner_name=apple%20inc
OR
GET https://www.onscope.com/ipowner/api/owner/v1?user_key=[user_key]&owner_id=24
    	
OUTPUT:
{
  "id" : "24",
  "name" : "Apple Inc.",
  "address" : "1 Infinite Loop\r\nCupertino, CA",
  "country" : "United States of America",
  "ipActivityScore" : "4.7",
  "profileURL" : "https://www.onscope.com/ipowner/en/owner/profile/24-apple-inc.html",
  "jurisdictionStats" : [ {
    "ipOffice" : "USPTO",
    "stats" : {
      "patentPendingQty" : 4693,
      "patentGrantedQty" : 18509,
      "patentTotalQty" : 23202,
      "trademarkPendingQty" : 185,
      "trademarkRegisteredQty" : 724,
      "trademarkTotalQty" : 909,
      "patent5yearPublications" : [ {
        "year" : "2018",
        "quantity" : 1000
      }, {
        "year" : "2017",
        "quantity" : 2198
      }, {
        "year" : "2016",
        "quantity" : 2669
      }, {
        "year" : "2015",
        "quantity" : 2402
      }, {
        "year" : "2014",
        "quantity" : 2688
      }, {
        "year" : "2013",
        "quantity" : 2297
      } ],
      "patent5yearGrants" : [ {
        "year" : "2018",
        "quantity" : 1364
      }, {
        "year" : "2017",
        "quantity" : 2594
      }, {
        "year" : "2016",
        "quantity" : 2578
      }, {
        "year" : "2015",
        "quantity" : 2243
      }, {
        "year" : "2014",
        "quantity" : 2297
      }, {
        "year" : "2013",
        "quantity" : 1948
      } ],
      "trademark5yearFilings" : [ {
        "year" : "2018",
        "quantity" : 34
      }, {
        "year" : "2017",
        "quantity" : 71
      }, {
        "year" : "2016",
        "quantity" : 55
      }, {
        "year" : "2015",
        "quantity" : 110
      }, {
        "year" : "2014",
        "quantity" : 70
      }, {
        "year" : "2013",
        "quantity" : 69
      } ],
      "trademark5yearRegistrations" : [ {
        "year" : "2018",
        "quantity" : 40
      }, {
        "year" : "2017",
        "quantity" : 47
      }, {
        "year" : "2016",
        "quantity" : 75
      }, {
        "year" : "2015",
        "quantity" : 71
      }, {
        "year" : "2014",
        "quantity" : 68
      }, {
        "year" : "2013",
        "quantity" : 57
      } ],
      "topPatentClasses" : [ {
        "classId" : "G06F 3/041",
        "classDescription" : "Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means",
        "quantity" : 1187
      }, {
        "classId" : "G06F 17/30",
        "classDescription" : "Information retrieval; Database structures therefor",
        "quantity" : 1066
      }, {
        "classId" : "G06F 3/0488",
        "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures",
        "quantity" : 905
      }, {
        "classId" : "G06F 1/16",
        "classDescription" : "Constructional details or arrangements",
        "quantity" : 653
      }, {
        "classId" : "H04L 29/06",
        "classDescription" : "Communication control; Communication processing characterised by a protocol",
        "quantity" : 456
      } ],
      "topTrademarkClasses" : [ {
        "classId" : "09",
        "classDescription" : "Scientific and electric apparatus and instruments",
        "quantity" : 632
      }, {
        "classId" : "42",
        "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software.",
        "quantity" : 108
      }, {
        "classId" : "41",
        "classDescription" : "Education; entertainment",
        "quantity" : 85
      }, {
        "classId" : "35",
        "classDescription" : "Advertising; business",
        "quantity" : 74
      }, {
        "classId" : "38",
        "classDescription" : "Telecommunications",
        "quantity" : 53
      } ],
      "topInventors" : [ {
        "inventorName" : "Ive, Jonathan P.",
        "quantity" : 1473
      }, {
        "inventorName" : "Andre, Bartley K.",
        "quantity" : 1291
      }, {
        "inventorName" : "Stringer, Christopher J.",
        "quantity" : 1237
      }, {
        "inventorName" : "Kerr, Duncan Robert",
        "quantity" : 1235
      }, {
        "inventorName" : "Rohrbach, Matthew Dean",
        "quantity" : 489
      } ],
      "patents" : [ {
        "id" : "PTUS_15471042",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20170328",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15471042.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180198368",
        "classes" : [ {
          "classId" : "H02M 3/158",
          "classDescription" : "Conversion of dc power input into dc power output without intermediate conversion into ac by static converters using discharge tubes with control electrode or semiconductor devices with control electrode using devices of a triode or transistor type requiring continuous application of a control signal using semiconductor devices only with automatic control of output voltage or current, e.g. switching regulators including plural semiconductor devices as final control devices for a single load"
        }, {
          "classId" : "H02J 7/02",
          "classDescription" : "Circuit arrangements for charging or depolarising batteries or for supplying loads from batteries for charging batteries from ac mains by converters"
        }, {
          "classId" : "H02J 7/35",
          "classDescription" : "Parallel operation in networks using both storage and other dc sources, e.g. providing buffering with light sensitive cells"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15471042",
        "firstPublicationDate" : "20180712",
        "title" : "Fast Charge Sharing Between Capacitors of a Dual Input Path DC/DC Converter",
        "inventorName" : [ "Shaik, Khaleel", "Zhao, Di", "Krishnanji, Sivasankari" ],
        "abstractText" : "\nA power converter may be adapted to provide an output voltage from one of two input voltages. The power converter may include two or more buck converters that share a plurality of power converter components and each converts an individual input voltage to the output voltage. The power converter may include any of a variety of charge equalizing components that may be coupled between input terminals and optional input capacitors, which are coupled between the input terminals and ground. The charge equalizing component(s) provide(s) a fast conduction path for the equalization of input voltages and charge/voltage of the optional input capacitors. The charge equalizing component(s) can mitigate large currents created by differential voltages between the input terminals, which currents would otherwise flow through and potentially damage or destroy the power converter's switching devices."
      }, {
        "id" : "PTUS_15839691",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20171212",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15839691.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180194014",
        "classes" : [ {
          "classId" : "B25J 15/00",
          "classDescription" : "Gripping heads"
        }, {
          "classId" : "H01L 21/677",
          "classDescription" : "Apparatus specially adapted for handling semiconductor or electric solid state devices during manufacture or treatment thereof; Apparatus specially adapted for handling wafers during manufacture or treatment of semiconductor or electric solid state devices or components for conveying, e.g. between different work stations"
        }, {
          "classId" : "H01L 21/67",
          "classDescription" : "Apparatus specially adapted for handling semiconductor or electric solid state devices during manufacture or treatment thereof; Apparatus specially adapted for handling wafers during manufacture or treatment of semiconductor or electric solid state devices or components"
        }, {
          "classId" : "H01L 21/68",
          "classDescription" : "Apparatus specially adapted for handling semiconductor or electric solid state devices during manufacture or treatment thereof; Apparatus specially adapted for handling wafers during manufacture or treatment of semiconductor or electric solid state devices or components for positioning, orientation or alignment"
        }, {
          "classId" : "H01L 21/683",
          "classDescription" : "Apparatus specially adapted for handling semiconductor or electric solid state devices during manufacture or treatment thereof; Apparatus specially adapted for handling wafers during manufacture or treatment of semiconductor or electric solid state devices or components for supporting or gripping"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15839691",
        "firstPublicationDate" : "20180712",
        "title" : "APPARATUS AND METHOD FOR ACTIVE SHAPE CONTROL OF A MICRO PICK UP ARRAY",
        "inventorName" : [ "Bibl, Andreas", "Parks, Paul A.", "Bathurst, Stephen P.", "Williams, Jon A.", "Higginson, John A.", "Zhao, Shenshen" ],
        "abstractText" : "\nStructures and methods to actively control the shape of a micro pickup array (MPA) during micro device transfer are described. In an embodiment, a strain is applied to the MPA counteractive to strain arising during micro device transfer operations. For example, strain may be applied by a piezoelectric actuator element bonded to a back side of the base substrate to control a curvature of base substrate, and by extension the MPA."
      }, {
        "id" : "PTUS_15863523",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180105",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15863523.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180196683",
        "classes" : [ {
          "classId" : "G06F 9/451"
        }, {
          "classId" : "G06F 3/16",
          "classDescription" : "Sound input; Sound output"
        }, {
          "classId" : "G10L 15/26",
          "classDescription" : "Speech to text systems"
        }, {
          "classId" : "G10L 15/18",
          "classDescription" : "Speech classification or search using natural language modelling"
        }, {
          "classId" : "G06F 17/30",
          "classDescription" : "Information retrieval; Database structures therefor"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15863523",
        "firstPublicationDate" : "20180712",
        "title" : "APPLICATION INTEGRATION WITH A DIGITAL ASSISTANT",
        "inventorName" : [ "Radebaugh, Carey E.", "Newendorp, Brandon J.", "Peterson, Corey J.", "Dasari, Rohit", "Tran, Trungtin", "Khosla, Vineet" ],
        "abstractText" : "\nSystems and processes for application integration with a digital assistant are provided. In accordance with one example, a method includes receiving an audio input including a natural-language user input and identifying an intent object of a set of intent objects. The intent object may be derived from the natural-language user input. The method further includes identifying a software application associated with the intent object of the set of intent objects, providing the intent object to the software application to cause the software application to perform a task associated with the intent object, receiving a result response indicating whether the task was successfully performed, and providing an output indicating whether the task was performed."
      }, {
        "id" : "PTUS_15914472",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180307",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15914472.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180198565",
        "classes" : [ {
          "classId" : "H04L 1/16",
          "classDescription" : "Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals"
        }, {
          "classId" : "H04W 72/04",
          "classDescription" : "Wireless resource allocation"
        }, {
          "classId" : "H04L 1/18",
          "classDescription" : "Automatic repetition systems, e.g. van Duuren system"
        }, {
          "classId" : "H04W 28/04",
          "classDescription" : "Error control"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15914472",
        "firstPublicationDate" : "20180712",
        "title" : "Providing Acknowledgement Information by a Wireless Device",
        "inventorName" : [ "Li, Jun", "Tee, Lai King" ],
        "abstractText" : "\nIn general, to provide acknowledgment information by a first wireless device, the first wireless device sends repeated instances of acknowledgment information in respective first and second frame structures, in response to receipt of first information from a second wireless device. In addition, the first wireless device also sends further acknowledgment information in the second frame structure that is responsive to second information received from the second wireless device.)"
      }, {
        "id" : "PTUS_15815611",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20171116",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15815611.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180198602",
        "classes" : [ {
          "classId" : "H04L 9/00",
          "classDescription" : "Arrangements for secret or secure communication"
        }, {
          "classId" : "G06F 21/62",
          "classDescription" : "Protecting access to data via a platform, e.g. using keys or access control rules"
        }, {
          "classId" : "G06F 17/27",
          "classDescription" : "Automatic analysis, e.g. parsing, orthograph correction"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15815611",
        "firstPublicationDate" : "20180712",
        "title" : "DIFFERENTIAL PRIVACY WITH CLOUD DATA",
        "inventorName" : [ "Duffy, William T.", "Vyrros, Andrew H.", "Minadakis, Yannis", "Byde, Andrew R.", "Pagallo, Giulia" ],
        "abstractText" : "\nEmbodiments described herein enable data associated with a large plurality of users to be analyzed without compromising the privacy of the user data. In one embodiment, a user can opt-in to allow analysis of clear text of the user's emails. An analysis process can then be performed in which an analysis service receives clear text of an email of a client device; processes the clear text of the email into one or more tokens having one or more tags; enriches one or more tokens in the processed email using data associated with a user of the client device and the one or more tags; and processes the clear text and one or more enriched tokens to generate a data set of one or more feature vectors."
      }, {
        "id" : "PTUS_15913657",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180306",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15913657.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180198895",
        "classes" : [ {
          "classId" : "H04M 1/02",
          "classDescription" : "Constructional features of telephone sets"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15913657",
        "firstPublicationDate" : "20180712",
        "title" : "MOUNTING STRUCTURES FOR PORTABLE ELECTRONIC DEVICES",
        "inventorName" : [ "Mittleman, Adam D.", "Jenks, Kenneth A.", "Cheng, Karen Y." ],
        "abstractText" : "\nA portable electronic device such as a handheld electronic device is provided. The device may have upper and lower portions. The upper portion may have clips that attach to springs on the lower portion. The device may have a housing with a bezel. A prong on the springs may ground the bezel. A vibrator mounting bracket may hold a vibrator in place within the housing. The vibrator mounting bracket may have an end that engages the housing. A threaded insert may be welded to the spring. A screw that passes through a hole in the vibrator mounting bracket may be screwed into the threaded insert to attach the vibrator to the housing. An elastomeric member may bias the vibrator towards the bracket. An acoustic module may serve as a subassembly for the device. Components such as an antenna, dock connector, microphone, and speaker may be attached to the acoustic module."
      }, {
        "id" : "PTUS_15914838",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180307",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15914838.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180196514",
        "classes" : [ {
          "classId" : "G06F 3/01",
          "classDescription" : "Input arrangements or combined input and output arrangements for interaction between user and computer"
        }, {
          "classId" : "G06K 9/20",
          "classDescription" : "Image acquisition"
        }, {
          "classId" : "G06K 9/62",
          "classDescription" : "Methods or arrangements for recognition using electronic means"
        }, {
          "classId" : "G06K 9/00",
          "classDescription" : "Methods or arrangements for reading or recognising printed or written characters or for recognising patterns, e.g. fingerprints"
        }, {
          "classId" : "G06F 3/03",
          "classDescription" : "Arrangements for converting the position or the displacement of a member into a coded form"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15914838",
        "firstPublicationDate" : "20180712",
        "title" : "MOTION AND GESTURE INPUT FROM A WEARABLE DEVICE",
        "inventorName" : [ "Allec, Nicholas Paul Joseph", "Mu, Xiaoyi" ],
        "abstractText" : "\nThis disclosure relates to detecting hand gesture input using an electronic device, such as a wearable device strapped to a wrist. The device can have multiple photodiodes, each sensing light at a different position on a surface of the device that faces skin of a user. Examples of the disclosure detect hand gestures by recognizing patterns in sensor data that are characteristic of each hand gesture, as the tissue expands and contracts and anatomical features in the tissue move during the gesture."
      }, {
        "id" : "PTUS_15721666",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20170929",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15721666.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180199138",
        "classes" : [ {
          "classId" : "H04R 5/033",
          "classDescription" : "Headphones for stereophonic communication"
        }, {
          "classId" : "G08B 3/10",
          "classDescription" : "Audible signalling systems; Audible personal calling systems using electromagnetic transmission"
        }, {
          "classId" : "H04W 4/02",
          "classDescription" : "Services making use of the location of users or terminals"
        }, {
          "classId" : "G08B 1/08",
          "classDescription" : "Systems for signalling characterised solely by the form of transmission of the signal using electric transmission"
        }, {
          "classId" : "H04W 64/00",
          "classDescription" : "Locating users or terminals for network management purposes, e.g. mobility management"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15721666",
        "firstPublicationDate" : "20180712",
        "title" : "LOCATING WIRELESS DEVICES",
        "inventorName" : [ "Dusan, Sorin V.", "Pai, Raghunandan K.", "Lopatin, Scott", "Rochette, Tommy", "Suparna, Navin Bindiganavile", "Lalande, Emmanuel", "Movva, Siva Ganesh", "Watson, Robert", "Grinker, Scott" ],
        "abstractText" : "\nSystems, methods, devices and non-transitory, computer-readable storage mediums are disclosed for location-tracking wireless devices. In an embodiment, a method performed by an electronic device comprises: playing, or initiating the playing of, a sound through a loudspeaker of an accessory device via a communication link. The sound is played at a specified frequency that utilizes a frequency response of the loudspeaker (or loudspeaker plus speaker enclosure). The sound is received through two or more microphones of the electronic device and filtered by one or more filters. The one or more filters are configured to pass the sound at or around the specified frequency and to reduce masking of the sound by ambient noise. The filtered sound is associated with direction data generated from sensor data provided by one or more inertial sensors of the electronic device. In another embodiment, the specified frequency is higher than the maximum human hearing range."
      }, {
        "id" : "PTUS_15863701",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180105",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15863701.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180199388",
        "classes" : [ {
          "classId" : "H04W 76/14"
        }, {
          "classId" : "H04W 56/00",
          "classDescription" : "Synchronisation arrangements"
        }, {
          "classId" : "H04W 72/04",
          "classDescription" : "Wireless resource allocation"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15863701",
        "firstPublicationDate" : "20180712",
        "title" : "Synchronization and Master Information Block for Off Grid Radio Service",
        "inventorName" : [ "Tabet, Tarik", "Smaini, Lydi", "Manepalli, Venkateswara Rao", "Sauer, Matthias", "Dimpflmaier, Ronald W.", "Belghoul, Farouk", "Mucke, Christian W." ],
        "abstractText" : "\nThis disclosure relates to techniques for supporting narrowband device-to-device (D2D) wireless communication, including possible techniques for providing synchronization and master information block signals in an off grid radio system. A wireless device may provide D2D synchronization signals for a D2D communication group. The D2D synchronization signals may be provided using multiple frequency channels. The D2D synchronization signals may be provided on each respective frequency channel of the frequency channels during a respective portion of a D2D synchronization signal cycle in a sequential manner."
      }, {
        "id" : "PTUS_15906228",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180227",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15906228.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180199020",
        "classes" : [ {
          "classId" : "H04N 9/806",
          "classDescription" : "Transformation of the television signal for recording, e.g. modulation, frequency changing; Inverse transformation for playback involving pulse code modulation of the colour picture signal components with processing of the sound signal"
        }, {
          "classId" : "H04N 21/81",
          "classDescription" : "Monomedia components thereof"
        }, {
          "classId" : "H04N 21/44",
          "classDescription" : "Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to MPEG-4 scene graphs"
        }, {
          "classId" : "H04N 21/45",
          "classDescription" : "Management operations performed by the client for facilitating the reception of or the interaction with the content or administrating data related to the end-user or to the client device itself, e.g. learning user preferences for recommending movies or resolving scheduling conflicts"
        }, {
          "classId" : "H04N 21/4402",
          "classDescription" : "Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to MPEG-4 scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display"
        }, {
          "classId" : "H04N 5/60",
          "classDescription" : "Receiver circuitry for the sound signals"
        }, {
          "classId" : "H04N 21/439",
          "classDescription" : "Processing of audio elementary streams"
        }, {
          "classId" : "H04N 21/432",
          "classDescription" : "Content retrieval operation from a local storage medium, e.g. hard-disk"
        }, {
          "classId" : "H04N 21/422",
          "classDescription" : "Input-only peripherals, e.g. global positioning system [GPS]"
        }, {
          "classId" : "H04N 21/414",
          "classDescription" : "Specialised client platforms, e.g. receiver in car or embedded in a mobile appliance"
        }, {
          "classId" : "H04N 21/47",
          "classDescription" : "End-user applications"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15906228",
        "firstPublicationDate" : "20180712",
        "title" : "AUDIO ALTERATION TECHNIQUES",
        "inventorName" : [ "Lindahl, Aram", "Chiu, Kelvin" ],
        "abstractText" : "\nA method of altering audio output from an electronic device based on image data is provided. In one embodiment, the method includes acquiring image data and determining one or more characteristics of the image data. Such characteristics may include sharpness, brightness, motion, magnification, zoom setting, and so forth, as well as variation in any of the preceding characteristics. The method may also include producing audio output, wherein at least one characteristic of the audio output is determined based on one or more of the image data characteristics. Various audio output characteristics that may be varied based on the video data characteristics may include, for instance, pitch, reverberation, tempo, volume, filter frequency response, added sound effects, or the like. Additional methods, devices, and manufactures are also disclosed."
      }, {
        "id" : "PTUS_15911644",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180305",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15911644.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180199176",
        "classes" : [ {
          "classId" : "H04W 4/80"
        }, {
          "classId" : "H04W 4/08",
          "classDescription" : "User group management"
        }, {
          "classId" : "H04W 12/04",
          "classDescription" : "Key management"
        }, {
          "classId" : "H04W 76/14"
        }, {
          "classId" : "H04M 1/725",
          "classDescription" : "Cordless telephones"
        }, {
          "classId" : "H04L 29/08",
          "classDescription" : "Transmission control procedure, e.g. data link level control procedure"
        }, {
          "classId" : "H04W 84/18",
          "classDescription" : "Self-organising networks, e.g. ad hoc networks or sensor networks"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15911644",
        "firstPublicationDate" : "20180712",
        "title" : "Cloud-Based Proximity Pairing and Switching for Peer-to-Peer Devices",
        "inventorName" : [ "Srivatsa, Akshay Mangalam", "Dooley, Craig P.", "Shaw, David John", "Batta, Ganesha Adkasthala Ganapathi", "Giles, Michael Jason", "Hariharan, Sriram" ],
        "abstractText" : "\nA first wireless communication device (UE device) associated with a certain user (or included in a specified set/group of UE devices) may establish a first communication link with an accessory device according to a short-range radio access technology, and transmit link (pairing) information associated with the first communication link to a server, such as a cloud-based server. The server may share this (first) link information with other UE devices associated with the same user (or belonging to the same specified group of UE devices as the first UE device). Link information associated with the other UE devices (i.e. second link information) may equally be shared with the accessory device, and the other UE devices and accessory device may use the first link information and second link information in establishing respective communication links between any of the other UE devices and the accessory device without having to undergo a pairing procedure."
      }, {
        "id" : "PTUS_15911693",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180305",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15911693.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180197844",
        "classes" : [ {
          "classId" : "H01L 25/16",
          "classDescription" : "Assemblies consisting of a plurality of individual semiconductor or other solid state devices the devices being of types provided for in two or more different main groups of groups , e.g. forming hybrid circuits"
        }, {
          "classId" : "H01L 33/06",
          "classDescription" : "Semiconductor devices with at least one potential-jump barrier or surface barrier specially adapted for light emission; Processes or apparatus specially adapted for the manufacture or treatment thereof or of parts thereof; Details thereof characterised by the semiconductor bodies with a quantum effect structure or superlattice, e.g. tunnel junction within the light emitting region, e.g. quantum confinement structure or tunnel barrier"
        }, {
          "classId" : "H01L 25/075",
          "classDescription" : "Assemblies consisting of a plurality of individual semiconductor or other solid state devices all the devices being of a type provided for in the same subgroup of groups , e.g. assemblies of rectifier diodes the devices not having separate containers the devices being of a type provided for in group "
        }, {
          "classId" : "H01L 25/00",
          "classDescription" : "Assemblies consisting of a plurality of individual semiconductor or other solid state devices"
        }, {
          "classId" : "H01L 33/62",
          "classDescription" : "Arrangements for conducting electric current to or from the semiconductor body, e.g. leadframe, wire-bond or solder balls"
        }, {
          "classId" : "H01L 33/54",
          "classDescription" : "Encapsulations having a particular shape"
        }, {
          "classId" : "H01L 23/31",
          "classDescription" : "Encapsulation, e.g. encapsulating layers, coatings characterised by the arrangement"
        }, {
          "classId" : "H01L 27/12",
          "classDescription" : "Devices consisting of a plurality of semiconductor or other solid-state components formed in or on a common substrate including integrated passive circuit elements with at least one potential-jump barrier or surface barrier the substrate being other than a semiconductor body, e.g. an insulating body"
        }, {
          "classId" : "H01L 33/42",
          "classDescription" : "Transparent materials"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15911693",
        "firstPublicationDate" : "20180712",
        "title" : "LIGHT EMITTING STRUCTURE",
        "inventorName" : [ "Higginson, John A.", "Bibl, Andreas", "Hu, Hsin-Hua" ],
        "abstractText" : "\nA method and structure for receiving a micro device on a receiving substrate are disclosed. A micro device such as a micro LED device is punched-through a passivation layer covering a conductive layer on the receiving substrate, and the passivation layer is hardened. In an embodiment the micro LED device is punched-through a B-staged thermoset material. In an embodiment the micro LED device is punched-through a thermoplastic material."
      }, {
        "id" : "PTUS_15913653",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180306",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15913653.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180195218",
        "classes" : [ {
          "classId" : "D04B 21/14",
          "classDescription" : "Fabrics characterised by the incorporation by knitting, in one or more thread, fleece, or fabric layers, of reinforcing, binding, or decorative threads; Fabrics incorporating small auxiliary elements, e.g. for decorative purposes"
        }, {
          "classId" : "D04B 21/06",
          "classDescription" : "Patterned fabrics or articles"
        }, {
          "classId" : "D04B 37/06",
          "classDescription" : "Auxiliary apparatus or devices for use with knitting machines with warp knitting machines"
        }, {
          "classId" : "D04B 27/10",
          "classDescription" : "Devices for supplying, feeding, or guiding threads to needles"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15913653",
        "firstPublicationDate" : "20180712",
        "title" : "Warp Knit Fabrics with Variable Path Weft Strands",
        "inventorName" : [ "Hamada, Yohji", "Podhajny, Daniel A.", "Sunshine, Daniel D.", "Crews, Kathryn P.", "Walker, Joseph B." ],
        "abstractText" : "\nAn item may include fabric or other materials formed from intertwined strands of material. The strands of material may include non-conductive strands and conductive strands. The strands may be intertwined by a warp knitting machine to produce a warp knit fabric. The warp knit fabric may include intertwined warp strands and weft insertion strands that are inserted amongst the warp strands. The weft insertion strands may extend across less than all of the warp strands. The weft insertion strands may include parallel segments that each extend across a different portion of the warp strands. The segments of weft insertion strands may have different widths relative to one another and relative to the width of the fabric. The weft insertion strands may be inserted into the warp knitting machine across the warp strands using a weft insertion device that is positioned by a computer-controlled positioner."
      }, {
        "id" : "PTUS_15913724",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180306",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15913724.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180196473",
        "classes" : [ {
          "classId" : "G06F 1/16",
          "classDescription" : "Constructional details or arrangements"
        }, {
          "classId" : "G06F 1/20",
          "classDescription" : "Cooling means"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15913724",
        "firstPublicationDate" : "20180712",
        "title" : "FLEXIBLE KEYBOARD ACCESSORY FOR A PORTABLE ELECTRONIC DEVICE",
        "inventorName" : [ "Smith, Samuel Gilkison", "Coster, Daniel J.", "Corbin, Sean. S.", "Kuna, Melody L.", "Hegde, Siddhartha", "Cousins, Benjamin A.", "Murphy, Robert Sean" ],
        "abstractText" : "\nAn accessory device for use with an electronic device is disclosed. The accessory device may include a cover configured to overlay an electronic device (or device) or fold to form a support structure for the electronic device. The cover may include an attachment feature that electrically couples with the device, and a keyboard foldable with respect to the cover. Further, the keyboard may include a retention feature designed to receive the attachment feature in a folded configuration of the cover. The accessory device may further include an electrically conductive fabric that folds with the cover. The accessory device may include an array of magnets throughout the attachment feature, the cover, and the keyboard. The magnets may be used to magnetically couple together 1) segments of the cover, 2) the cover and the keyboard assembly, 3) and/or the device with the cover."
      }, {
        "id" : "PTUS_15917083",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180309",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15917083.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180198196",
        "classes" : [ {
          "classId" : "H01Q 1/42",
          "classDescription" : "Housings not intimately mechanically associated with radiating elements, e.g. radome"
        }, {
          "classId" : "H01Q 1/24",
          "classDescription" : "Supports; Mounting means by structural association with other equipment or articles with receiving set"
        }, {
          "classId" : "C23C 28/00",
          "classDescription" : "Coating for obtaining at least two superposed coatings either by methods not provided for in a single one of main groups , or by combinations of methods provided for in subclasses  and \n    "
        }, {
          "classId" : "C23C 14/16",
          "classDescription" : "Metallic material, boron or silicon on metallic substrates or on substrates of boron or silicon"
        }, {
          "classId" : "C23C 16/06",
          "classDescription" : "Chemical coating by decomposition of gaseous compounds, without leaving reaction products of surface material in the coating, i.e. chemical vapour deposition (CVD) processes characterised by the deposition of metallic material"
        }, {
          "classId" : "C23C 14/58",
          "classDescription" : "After-treatment"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15917083",
        "firstPublicationDate" : "20180712",
        "title" : "ANTENNA WINDOW AND ANTENNA PATTERN FOR ELECTRONIC DEVICES AND METHODS OF MANUFACTURING THE SAME",
        "inventorName" : [ "Ely, Colin M.", "Prest, Christopher D.", "Browning, Lucy E.", "Lynch, Stephen B.", "Laakmann, Eric S.", "Nangeroni, Paul L." ],
        "abstractText" : "\nA housing for an electronic device, including an aluminum layer enclosing a volume that includes a radio-frequency (RF) antenna is provided. The housing includes a window aligned with the RF antenna; the window including a non-conductive material filling a cavity in the aluminum layer; and a thin aluminum oxide layer adjacent to the aluminum layer and to the non-conductive material; wherein the non-conductive material and the thin aluminum oxide layer form an RF-transparent path through the window. A housing for an electronic device including an integrated RF-antenna is also provided. A method of manufacturing a housing for an electronic device as described above is provided."
      }, {
        "id" : "PTUS_15917483",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180309",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15917483.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180198631",
        "classes" : [ {
          "classId" : "H04L 9/32",
          "classDescription" : "Arrangements for secret or secure communication including means for verifying the identity or authority of a user of the system"
        }, {
          "classId" : "H04L 29/06",
          "classDescription" : "Communication control; Communication processing characterised by a protocol"
        }, {
          "classId" : "H04W 12/06",
          "classDescription" : "Authentication"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15917483",
        "firstPublicationDate" : "20180712",
        "title" : "OBTAINING AND USING TIME INFORMATION ON A SECURE ELEMENT (SE)",
        "inventorName" : [ "Yang, Xiangying" ],
        "abstractText" : "\nA secure element (SE) with a notion of time useful for checking secure items is disclosed herein. Methods of obtaining time information by the SE include push, pull, opportunistic, local interface, and multi-check methods. Time information can be obtained from a root certification authority (CA) and one or more subordinate CAs, which are associated with and subordinate to the root CA. The SE uses the time information for time management of time values stored in the SE. The SE also uses the time information in cooperation with certificate revocation lists (CRLs) and/or online certificate status protocol (OCSP) stapling procedures."
      }, {
        "id" : "PTUS_15401041",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20170108",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15401041.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180196750",
        "classes" : [ {
          "classId" : "G06F 12/0808",
          "classDescription" : "Multiuser, multiprocessor or multiprocessing cache systems with cache invalidating means"
        }, {
          "classId" : "H04L 29/08",
          "classDescription" : "Transmission control procedure, e.g. data link level control procedure"
        }, {
          "classId" : "G06F 3/06",
          "classDescription" : "Digital input from, or digital output to, record carriers"
        }, {
          "classId" : "G06F 12/128",
          "classDescription" : "Replacement control using replacement algorithms adapted to multidimensional cache systems, e.g. set-associative, multicache, multiset or multilevel"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15401041",
        "firstPublicationDate" : "20180712",
        "title" : "AGGREGATING MESSAGES FOR REDUCING CACHE INVALIDATION RATE",
        "inventorName" : [ "Shilo, Ben", "Peled, Arie", "Ostro, Tal" ],
        "abstractText" : "\nA storage device includes a nonvolatile memory and a controller. The controller is configured to store in the nonvolatile memory data for a host, to generate messages having a message size to be cached in the host in a cache memory having a cache-line size larger than the message size, to aggregate two or more of the messages by producing an aggregated message that matches the cache-line size, and to send the aggregated message to the host."
      }, {
        "id" : "PTUS_15912291",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180305",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15912291.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180195210",
        "classes" : [ {
          "classId" : "D02G 3/44",
          "classDescription" : "Yarns or threads characterised by the purpose for which they are designed"
        }, {
          "classId" : "D03D 1/00",
          "classDescription" : "Woven fabrics designed to make specified articles"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15912291",
        "firstPublicationDate" : "20180712",
        "title" : "Insulated Conductive Strands With Polymer Cores",
        "inventorName" : [ "Sunshine, Daniel D.", "Podhajny, Daniel A.", "Maasberg, John Arthur", "Crews, Kathryn P.", "Mayer, Kirk M.", "Hamada, Yohji" ],
        "abstractText" : "\nAn item may include fabric or other materials formed from intertwined strands of material. The item may include circuitry that produces signals. The strands of material may include non-conductive strands and conductive strands. The non-conductive strands and conductive strands may be close in size. The conductive strands may carry the signals produced by the circuitry. Each conductive strand may have a strand core, a conductive coating on the strand core, and an insulating coating on the conductive coating. The strand cores may be strands formed from polymer. The conductive coating may be formed from metal. The insulating coating may have a relatively thin thickness and may be formed from a polymer."
      }, {
        "id" : "PTUS_15914780",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180307",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15914780.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180197696",
        "classes" : [ {
          "classId" : "H01H 13/14",
          "classDescription" : "Operating parts, e.g. push-button"
        }, {
          "classId" : "G06F 3/023",
          "classDescription" : "Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes"
        }, {
          "classId" : "G06F 3/02",
          "classDescription" : "Input arrangements using manually operated switches, e.g. using keyboards or dials"
        }, {
          "classId" : "H01H 13/705",
          "classDescription" : "Switches having rectilinearly-movable operating part or parts adapted for pushing or pulling in one direction only, e.g. push-button switch having a plurality of operating members associated with different sets of contacts, e.g. keyboard with contacts carried by or formed from layers in a multilayer structure, e.g. membrane switches characterised by construction, mounting or arrangement of operating parts, e.g. push-buttons or keys"
        }, {
          "classId" : "H01H 13/46",
          "classDescription" : "Snap-action arrangements depending upon deformation of elastic members using flexing of blade springs two separate blade springs forming a toggle"
        }, {
          "classId" : "H01H 13/10",
          "classDescription" : "Bases; Stationary contacts mounted thereon"
        }, {
          "classId" : "H01H 11/00",
          "classDescription" : "Apparatus or processes specially adapted for the manufacture of electric switches"
        }, {
          "classId" : "H01H 23/12",
          "classDescription" : "Movable parts; Contacts mounted thereon"
        }, {
          "classId" : "H01H 3/02",
          "classDescription" : "Operating parts, i.e. for operating driving mechanism by a mechanical force external to the switch"
        }, {
          "classId" : "B32B 37/24",
          "classDescription" : "Methods or apparatus for laminating, e.g. by curing or by ultrasonic bonding characterised by the properties of the layers with at least one layer not being coherent before laminating, e.g. made up from granular material sprinkled onto a substrate"
        }, {
          "classId" : "B32B 43/00",
          "classDescription" : "Operations specially adapted for layered products and not otherwise provided for, e.g. repairing; Apparatus therefor"
        }, {
          "classId" : "B32B 38/10",
          "classDescription" : "Removing layers, or parts of layers, mechanically or chemically"
        }, {
          "classId" : "B32B 38/14",
          "classDescription" : "Printing or colouring"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15914780",
        "firstPublicationDate" : "20180712",
        "title" : "LOW-TRAVEL KEY MECHANISMS USING BUTTERFLY HINGES",
        "inventorName" : [ "Niu, James J.", "Hendren, Keith J.", "Leong, Craig C.", "Wilson, Jr., Thomas W.", "Berg, Bruce E.", "Brock, John M." ],
        "abstractText" : "\nA key mechanism including one or more butterfly hinges. Each butterfly hinge may include a double wing design operative to move between a depressed position and non-depressed position. Hinged coupling mechanisms couple respective arms of the wings together. Additionally or alternatively, a key mechanism can include one or more half-butterfly hinges. Each half-butterfly hinge includes a double wing design operative to move between a depressed position and non-depressed position. A hinged coupling mechanism couples one set of corresponding arms of the wings together, while the other set of corresponding arms are not coupled together."
      }, {
        "id" : "PTUS_15811443",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20171113",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15811443.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180196529",
        "classes" : [ {
          "classId" : "G06F 3/0346",
          "classDescription" : "Pointing devices displaced or positioned by the user; Accessories therefor with detection of the device orientation or free movement in a 3DÂ space, e.g. 3D mice, 6-DOF [six degrees of freedom] pointers using gyroscopes, accelerometers or tilt-sensors"
        }, {
          "classId" : "G09G 5/38",
          "classDescription" : "Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of individual graphic patterns using a bit-mapped memory with means for controlling the display position"
        }, {
          "classId" : "G06F 3/0482",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance interaction with lists of selectable items, e.g. menus"
        }, {
          "classId" : "G06F 3/0484",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] for the control of specific functions or operations, e.g. selecting or manipulating an object or an image, setting a parameter value or selecting a range"
        }, {
          "classId" : "G06F 3/0481",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15811443",
        "firstPublicationDate" : "20180712",
        "title" : "Rotation Smoothing of a User Interface",
        "inventorName" : [ "Shaffer, Joshua", "Ording, Bas" ],
        "abstractText" : "\nThis is directed to animating transitions in a user interface as the orientation of the user interface changes. An electronic device can display a user interface in any suitable orientation, including for example in portrait and landscape modes (e.g., based on the orientation of the display). To provide a resource efficient and aesthetically pleasing transition, the electronic device can pre-render the interface in the final orientation, and define an animation by cross-fading the interface between the initial and final interfaces. In some embodiments, the electronic device can identify distinct regions of the interface, and define separate animations for each region. The separate animations can be overlaid and displayed simultaneously to provide a uniform animated transition between the initial and final interfaces."
      }, {
        "id" : "PTUS_15862401",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180104",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15862401.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180195872",
        "classes" : [ {
          "classId" : "G01C 21/36",
          "classDescription" : "Input/output arrangements for on-board computers"
        }, {
          "classId" : "G10L 15/22",
          "classDescription" : "Procedures used during a speech recognition process, e.g. man-machine dialog"
        }, {
          "classId" : "H04R 5/00",
          "classDescription" : "Stereophonic arrangements"
        }, {
          "classId" : "G10L 21/00",
          "classDescription" : "Processing of the speech or voice signal to produce another audible or non-audible signal, e.g. visual or tactile, in order to modify its quality or its intelligibility"
        }, {
          "classId" : "G06F 17/30",
          "classDescription" : "Information retrieval; Database structures therefor"
        }, {
          "classId" : "G06F 3/0484",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] for the control of specific functions or operations, e.g. selecting or manipulating an object or an image, setting a parameter value or selecting a range"
        }, {
          "classId" : "G06F 3/0488",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures"
        }, {
          "classId" : "G06F 3/16",
          "classDescription" : "Sound input; Sound output"
        }, {
          "classId" : "G06F 3/0481",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance"
        }, {
          "classId" : "G01C 21/00",
          "classDescription" : "Navigation; Navigational instruments not provided for in groups "
        }, {
          "classId" : "G01C 21/34",
          "classDescription" : "Route searching; Route guidance"
        }, {
          "classId" : "G10L 17/22",
          "classDescription" : "Interactive procedures; Man-machine interfaces"
        }, {
          "classId" : "H04R 5/04",
          "classDescription" : "Circuit arrangements"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15862401",
        "firstPublicationDate" : "20180712",
        "title" : "CONTEXT-AWARE VOICE GUIDANCE",
        "inventorName" : [ "Bennett, Jonathan A.", "Lemay, Stephen O.", "Van Os, Marcel", "Forstall, Scott", "Moore, Bradford A.", "Vulcano, Emanuele", "Pylappan, Seejo K." ],
        "abstractText" : "\nA context-aware voice guidance method is provided that interacts with other voice services of a user device. The voice guidance does not provide audible guidance while the user is making a verbal request to any of the voice-activated services. Instead, the voice guidance transcribes its output on the screen while the verbal requests from the user are received. In some embodiments, the voice guidance only provides a short warning sound to get the user's attention while the user is speaking on a phone call or another voice-activated service is providing audible response to the user's inquires. The voice guidance in some embodiments distinguishes between music that can be ducked and spoken words, for example from an audiobook, that the user wants to pause instead of being skipped. The voice guidance ducks music but pauses spoken words of an audio book in order to provide voice guidance to the user."
      }, {
        "id" : "PTUS_15821085",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20171122",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15821085.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180197332",
        "classes" : [ {
          "classId" : "G06T 19/00",
          "classDescription" : "Manipulating 3D models or images for computer graphics"
        }, {
          "classId" : "G09B 29/10",
          "classDescription" : "Map spot or co-ordinate position indicators; Map-reading aids"
        }, {
          "classId" : "G01C 21/00",
          "classDescription" : "Navigation; Navigational instruments not provided for in groups "
        }, {
          "classId" : "G06T 17/05",
          "classDescription" : "Geographic models"
        }, {
          "classId" : "G06F 17/30",
          "classDescription" : "Information retrieval; Database structures therefor"
        }, {
          "classId" : "G06F 3/0488",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures"
        }, {
          "classId" : "G06F 3/0484",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] for the control of specific functions or operations, e.g. selecting or manipulating an object or an image, setting a parameter value or selecting a range"
        }, {
          "classId" : "G06F 3/0482",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance interaction with lists of selectable items, e.g. menus"
        }, {
          "classId" : "G06F 3/041",
          "classDescription" : "Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means"
        }, {
          "classId" : "G01C 21/36",
          "classDescription" : "Input/output arrangements for on-board computers"
        }, {
          "classId" : "G01C 21/32",
          "classDescription" : "Structuring or formatting of map data"
        }, {
          "classId" : "G09B 29/00",
          "classDescription" : "Maps; Plans; Charts; Diagrams, e.g. route diagrams"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15821085",
        "firstPublicationDate" : "20180712",
        "title" : "PROBLEM REPORTING IN MAPS",
        "inventorName" : [ "Van Os, Marcel", "Dul, Albert P.", "Moore, Bradford A.", "Sorrelgreen, Ethan C.", "Lai, I Wei" ],
        "abstractText" : "\nFor a mapping application, a method for reporting a problem related to a map displayed by the mapping application is described. The method identifies a mode in which the mapping application is operating. The method identifies a set of types of problems to report based on the identified mode. The method displays, in a display area of the mapping application, a graphical user interface (GUI) page that includes a set of selectable user interface (UI) items that represent the identified set of types of problems."
      }, {
        "id" : "PTUS_15474569",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20170330",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15474569.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180198318",
        "classes" : [ {
          "classId" : "H02J 50/10",
          "classDescription" : "Circuit arrangements or systems for wireless supply or distribution of electric power using inductive coupling"
        }, {
          "classId" : "H02J 7/02",
          "classDescription" : "Circuit arrangements for charging or depolarising batteries or for supplying loads from batteries for charging batteries from ac mains by converters"
        }, {
          "classId" : "H01F 38/14",
          "classDescription" : "Inductive couplings"
        }, {
          "classId" : "H01F 27/28",
          "classDescription" : "Coils; Windings; Conductive connections"
        }, {
          "classId" : "H01F 41/04",
          "classDescription" : "Apparatus or processes specially adapted for manufacturing or assembling magnets, inductances or transformers; Apparatus or processes specially adapted for manufacturing materials characterised by their magnetic properties for manufacturing cores, coils or magnets for manufacturing coils"
        } ],
        "ip_firstPubFilingDate" : "20180712",
        "applicationNumber" : "15474569",
        "firstPublicationDate" : "20180712",
        "title" : "Noise Mitigation in Wireless Power Systems",
        "inventorName" : [ "Jain, Karan S.", "Datta, Supratik", "Venugopal, Nandita", "Hussain, Asif" ],
        "abstractText" : "\nA wireless power system includes an electrically-balanced inductor in a transmitter device and an electrically-balanced inductor in a receiver device. The electrically-balanced inductors can be formed by introducing crossovers between radially-adjacent portions of two separate turns of each inductor. The crossovers balance the electric field generated by the transmitter device when transferring power to the receiver device."
      }, {
        "id" : "PTUS_15398483",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20170104",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15398483.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180192217",
        "classes" : [ {
          "classId" : "H04R 29/00",
          "classDescription" : "Monitoring arrangements; Testing arrangements"
        }, {
          "classId" : "H04R 9/04",
          "classDescription" : "Construction, mounting, or centering of coil"
        } ],
        "ip_firstPubFilingDate" : "20180705",
        "applicationNumber" : "15398483",
        "firstPublicationDate" : "20180705",
        "title" : "CAPACITIVE SENSING OF A MOVING-COIL STRUCTURE WITH AN INSET PLATE",
        "inventorName" : [ "Hogan, Roderick B.", "Grazian, Anthony P.", "Porter, Scott P.", "Wilk, Christopher", "Tao, Hongdan" ],
        "abstractText" : "\nA speaker assembly including a sound radiating surface suspended over a magnet assembly, a suspension member for suspending the sound radiating surface over the magnet assembly, a voice coil extending from a bottom side of the sound radiating surface, and a capacitive displacement sensor for sensing a movement of the sound radiating surface. The capacitive displacement sensor including a first conductive plate fixedly positioned over the sound radiating surface and a second conductive plate coupled to the sound radiating surface and vertically aligned with the first conductive plate, and wherein the second conductive plate is confined to an area that is entirely radially inward of the voice coil."
      }, {
        "id" : "PTUS_15907998",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180228",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15907998.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180184817",
        "classes" : [ {
          "classId" : "A47F 10/00",
          "classDescription" : "Furniture or installations specially adapted to particular types of service systems, not otherwise provided for"
        }, {
          "classId" : "A47F 5/10",
          "classDescription" : "Adjustable or foldable display stands"
        }, {
          "classId" : "A47F 3/00",
          "classDescription" : "Showcases or show cabinets"
        }, {
          "classId" : "E04B 2/58",
          "classDescription" : "Walls of framework or pillarwork; Walls incorporating load-bearing elongated members with elongated members of metal"
        }, {
          "classId" : "A47F 11/10",
          "classDescription" : "Arrangements of light sources"
        }, {
          "classId" : "A47F 11/02",
          "classDescription" : "Removable walls; Pillars; Special curtains or the like"
        }, {
          "classId" : "A47F 7/00",
          "classDescription" : "Show stands, hangers, or shelves, adapted for particular articles or materials"
        }, {
          "classId" : "A47F 3/14",
          "classDescription" : "Display trays"
        }, {
          "classId" : "A47F 3/06",
          "classDescription" : "Showcases or show cabinets with movable or removable shelves"
        }, {
          "classId" : "A47B 81/00",
          "classDescription" : "Cabinets, racks or shelf units specially adapted for other particular purposes, e.g. for storing guns or skis"
        }, {
          "classId" : "E04F 19/08",
          "classDescription" : "Built-in cupboards; Masks of niches; Covers of holes enabling access to installations"
        } ],
        "ip_firstPubFilingDate" : "20180705",
        "applicationNumber" : "15907998",
        "firstPublicationDate" : "20180705",
        "title" : "MODULAR WALL SYSTEM FOR DISPLAYING A PRODUCT",
        "inventorName" : [ "Agnoli, Vasco", "Andrus, James", "Brown, Sam", "Feeney, James Casey", "Green, Christopher M.", "Mandon, Kully Kraig", "Peak, Christopher Daniel", "Siegel, Jonathan P.", "Behling, Stefan", "Smeds, Kevin Fenton", "Deffenbaugh, Andrew Charles", "Ranes, Gregory James", "Schwalbach, Charles A.", "Yang, Sheng", "O'Brien, Graham" ],
        "abstractText" : "\nA system for displaying a product is disclosed. The system includes a wall having a recess therein and a display structure that defines the recess. The display structure extends through a front surface of the wall and includes a frame having a top panel, a bottom panel, and two side panels. The top and bottom panels are longer than the side panels. The system further includes a plurality of modular display units disposed within the display structure. Each modular display unit extends from the bottom panel to the top panel. At least a first one of the modular display units includes a frame open to a front exterior of the display structure and at least a second one of the modular display units is not open to the front exterior of the display structure. The system further includes a plurality of display elements disposed within the plurality of display units."
      }, {
        "id" : "PTUS_15908505",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180228",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15908505.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180190632",
        "classes" : [ {
          "classId" : "H01L 25/16",
          "classDescription" : "Assemblies consisting of a plurality of individual semiconductor or other solid state devices the devices being of types provided for in two or more different main groups of groups , e.g. forming hybrid circuits"
        }, {
          "classId" : "H01L 33/62",
          "classDescription" : "Arrangements for conducting electric current to or from the semiconductor body, e.g. leadframe, wire-bond or solder balls"
        }, {
          "classId" : "H01L 33/44",
          "classDescription" : "Semiconductor devices with at least one potential-jump barrier or surface barrier specially adapted for light emission; Processes or apparatus specially adapted for the manufacture or treatment thereof or of parts thereof; Details thereof characterised by the coatings, e.g. passivation layer or anti-reflective coating"
        }, {
          "classId" : "H01L 31/16",
          "classDescription" : "Semiconductor devices sensitive to infra-red radiation, light, electromagnetic radiation of shorter wavelength, or corpuscular radiation and specially adapted either for the conversion of the energy of such radiation into electrical energy or for the control of electrical energy by such radiation; Processes or apparatus specially adapted for the manufacture or treatment thereof or of parts thereof; Details thereof structurally associated with, e.g. formed in or on a common substrate with, one or more electric light sources, e.g. electroluminescent light sources, and electrically or optically coupled thereto the semiconductor device sensitive to radiation being controlled by the light source or sources"
        }, {
          "classId" : "H01L 31/0216",
          "classDescription" : "Coatings"
        }, {
          "classId" : "H01L 25/075",
          "classDescription" : "Assemblies consisting of a plurality of individual semiconductor or other solid state devices all the devices being of a type provided for in the same subgroup of groups , e.g. assemblies of rectifier diodes the devices not having separate containers the devices being of a type provided for in group "
        }, {
          "classId" : "H01L 23/538",
          "classDescription" : "Arrangements for conducting electric current within the device in operation from one component to another the interconnection structure between a plurality of semiconductor chips being formed on, or in, insulating substrates"
        }, {
          "classId" : "G06F 1/16",
          "classDescription" : "Constructional details or arrangements"
        }, {
          "classId" : "G04G 9/10",
          "classDescription" : "Visual time or date indication means by building-up characters using a combination of indicating elements, e.g. by using multiplexing techniques by controlling light sources, e.g. electroluminescent diodes"
        } ],
        "ip_firstPubFilingDate" : "20180705",
        "applicationNumber" : "15908505",
        "firstPublicationDate" : "20180705",
        "title" : "DISPLAY MODULE AND SYSTEM APPLICATIONS",
        "inventorName" : [ "Bibl, Andreas", "Sakariya, Kapil V.", "Pavate, Vikram" ],
        "abstractText" : "\nA display module and system applications including a display module are described. The display module may include a display substrate including a front surface, a back surface, and a display area on the front surface. A plurality of interconnects extend through the display substrate from the front surface to the back surface. An array of light emitting diodes (LEDs) are in the display area and electrically connected with the plurality of interconnects, and one or more driver circuits are on the back surface of the display substrate. Exemplary system applications include wearable, rollable, and foldable displays."
      }, {
        "id" : "PTUS_15882880",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180129",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15882880.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180191886",
        "classes" : [ {
          "classId" : "H04M 1/725",
          "classDescription" : "Cordless telephones"
        }, {
          "classId" : "G06F 1/16",
          "classDescription" : "Constructional details or arrangements"
        }, {
          "classId" : "G06F 21/31",
          "classDescription" : "User authentication"
        }, {
          "classId" : "G06F 21/62",
          "classDescription" : "Protecting access to data via a platform, e.g. using keys or access control rules"
        }, {
          "classId" : "H04W 8/00",
          "classDescription" : "Network data management"
        }, {
          "classId" : "H04W 56/00",
          "classDescription" : "Synchronisation arrangements"
        } ],
        "ip_firstPubFilingDate" : "20180705",
        "applicationNumber" : "15882880",
        "firstPublicationDate" : "20180705",
        "title" : "SWITCHING BETWEEN WATCHES",
        "inventorName" : [ "Donley, David C.", "Poumailloux, Julien A.", "De Filippis, Pierre J.", "Hawkins, Tyler D.", "Dooley, Craig P.", "Pollack, Daniel B.", "Grandy, James C.", "Novick, Gregory B.", "Shortlidge, Todd A.", "Pahwa, Aroon", "Wilson, David T.", "Yang, Yan", "Circosta, Nicholas Joseph" ],
        "abstractText" : "\nSystems, methods and non-transitory computer readable media for allowing a user to switch between watches that have been paired with a device such as a smartphone are described. In one embodiment, the watches automatically detect a removal of a first watch from a user's wrist and an attachment of a second watch to the user's wrist. Messages from the watches are transmitted to the device to allow the device to switch the active watch from the first watch to the second watch. The switch can occur while the device is in a locked state, and the device can synchronize the second watch with data received from the first watch. Other embodiments are also described."
      }, {
        "id" : "PTUS_15909947",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180301",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15909947.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180189362",
        "classes" : [ {
          "classId" : "G06F 17/30",
          "classDescription" : "Information retrieval; Database structures therefor"
        }, {
          "classId" : "G06F 3/0484",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] for the control of specific functions or operations, e.g. selecting or manipulating an object or an image, setting a parameter value or selecting a range"
        } ],
        "ip_firstPubFilingDate" : "20180705",
        "applicationNumber" : "15909947",
        "firstPublicationDate" : "20180705",
        "title" : "USER INTERFACE FOR SEARCHING",
        "inventorName" : [ "Shaw, Jeremiah Daniel", "Yang, Lawrence Y." ],
        "abstractText" : "\nThe present disclosure relates to search techniques. In one example process, the device concurrently displays remote search results and local search results. In another example process, the device provides previews of search results that include actionable user interface objects. In another example process, the device concurrently displays options for initiating a search using various search engines."
      }, {
        "id" : "PTUS_15889115",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180205",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15889115.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180188920",
        "classes" : [ {
          "classId" : "G06F 3/0488",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures"
        }, {
          "classId" : "G06F 3/0484",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] for the control of specific functions or operations, e.g. selecting or manipulating an object or an image, setting a parameter value or selecting a range"
        }, {
          "classId" : "G06F 3/0486",
          "classDescription" : "Drag-and-drop"
        }, {
          "classId" : "G06F 3/01",
          "classDescription" : "Input arrangements or combined input and output arrangements for interaction between user and computer"
        }, {
          "classId" : "G06F 3/0482",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance interaction with lists of selectable items, e.g. menus"
        }, {
          "classId" : "G06F 3/0354",
          "classDescription" : "Pointing devices displaced or positioned by the user; Accessories therefor with detection of 2D relative movements between the device, or an operating part thereof, and a plane or surface, e.g. 2D mice, trackballs, pens or pucks"
        } ],
        "ip_firstPubFilingDate" : "20180705",
        "applicationNumber" : "15889115",
        "firstPublicationDate" : "20180705",
        "title" : "Device, Method, and Graphical User Interface for Providing Feedback for Changing Activation States of a User Interface Object",
        "inventorName" : [ "Bernstein, Jeffrey Traer", "Missig, Julian K.", "Cieplinski, Avi E.", "Victor, B. Michael" ],
        "abstractText" : "\nAn electronic device with a touch-sensitive surface, a display, and one or more sensors to detect intensity of contacts with the touch-sensitive surface displays a user interface object having a plurality of activation states; detects a contact on the touch-sensitive surface; and detects an increase of intensity of the contact from a first intensity to a second intensity. In response to detecting the increase in intensity, the device: changes activation states M times, and generates a tactile output on the touch-sensitive surface corresponding to each change in activation state. The device detects a decrease of intensity of the contact from the second intensity to the first intensity; and in response to detecting the decrease in intensity, the device: changes activation states N times, and generates a tactile output on the touch-sensitive surface corresponding to each change in activation state, where N is different from M."
      }, {
        "id" : "PTUS_15907314",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180228",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15907314.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180188642",
        "classes" : [ {
          "classId" : "G03B 21/20",
          "classDescription" : "Lamp housings"
        }, {
          "classId" : "G02B 27/42",
          "classDescription" : "Diffraction optics"
        } ],
        "ip_firstPubFilingDate" : "20180705",
        "applicationNumber" : "15907314",
        "firstPublicationDate" : "20180705",
        "title" : "Integrated light pipe for optical projection",
        "inventorName" : [ "Kriman, Moshe", "Magen, Adar" ],
        "abstractText" : "\nAn optical device includes a first plate having a first transparent region defining an exit face of the device, and a second plate having a second transparent region defining an entrance face of the device. At least one lens is formed over at least one of the first and second transparent regions. First and second planar reflectors are spaced apart and fixed between the first and second plates in mutually-parallel orientations diagonal to the first and second plates, thereby defining an optical path through the device from the entrance face, reflecting from the first and second reflectors, through the exit face and passing through the at least one refractive surface."
      }, {
        "id" : "PTUS_15714783",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20170925",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15714783.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180191646",
        "classes" : [ {
          "classId" : "H04L 12/58",
          "classDescription" : "Message switching systems"
        }, {
          "classId" : "G06Q 10/10",
          "classDescription" : "Office automation, e.g. computer aided management of electronic mail or groupware; Time management, e.g. calendars, reminders, meetings or time accounting"
        } ],
        "ip_firstPubFilingDate" : "20180705",
        "applicationNumber" : "15714783",
        "firstPublicationDate" : "20180705",
        "title" : "Method and Apparatus for Displaying Information During an Instant Messaging Session",
        "inventorName" : [ "Christie, Gregory N.", "Westen, Peter", "Lemay, Stephen O.", "Alfke, Jens" ],
        "abstractText" : "\nA method and an apparatus are provided for controlling a graphical user interface to display information related to a communication session. Information relating to data produced by a first participant to the communication session is displayed on a first display unit, wherein the information produced by the first participant is displayed at a first position on the first display unit. Data is received from a second participant to the communication session, and information relating to the data received from the second participant is displayed on the first display unit, wherein the information received from the second participant is displayed at a second position on the first display unit. The first and second positions are horizontally spaced apart."
      }, {
        "id" : "PTUS_15908499",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180228",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15908499.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180190211",
        "classes" : [ {
          "classId" : "G09G 3/34",
          "classDescription" : "Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix by control of light from an independent source"
        }, {
          "classId" : "G09G 3/20",
          "classDescription" : "Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix"
        }, {
          "classId" : "H01L 25/16",
          "classDescription" : "Assemblies consisting of a plurality of individual semiconductor or other solid state devices the devices being of types provided for in two or more different main groups of groups , e.g. forming hybrid circuits"
        }, {
          "classId" : "H01L 25/075",
          "classDescription" : "Assemblies consisting of a plurality of individual semiconductor or other solid state devices all the devices being of a type provided for in the same subgroup of groups , e.g. assemblies of rectifier diodes the devices not having separate containers the devices being of a type provided for in group "
        }, {
          "classId" : "G09G 3/32",
          "classDescription" : "Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix using controlled light sources using electroluminescent panels semiconductive, e.g. using light-emitting diodes [LED]"
        } ],
        "ip_firstPubFilingDate" : "20180705",
        "applicationNumber" : "15908499",
        "firstPublicationDate" : "20180705",
        "title" : "SMART PIXEL LIGHTING AND DISPLAY MICROCONTROLLER",
        "inventorName" : [ "Sakariya, Kapil V.", "Bibl, Andreas", "Mcgroddy, Kelly" ],
        "abstractText" : "\nA light emitting assembly is described. In one embodiment, one or more light emitting diode (LED) devices and one or more microcontrollers are bonded to a same side of a substrate, with the one or more microcontrollers to switch and drive the one or more LED devices."
      }, {
        "id" : "PTUS_15389153",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20161222",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15389153.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180181491",
        "classes" : [ {
          "classId" : "G06F 12/0891",
          "classDescription" : "Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches using clearing, invalidating or resetting means"
        }, {
          "classId" : "G06F 12/0895",
          "classDescription" : "Caches characterised by their organisation or structure of parts of caches, e.g. directory or tag array"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15389153",
        "firstPublicationDate" : "20180628",
        "title" : "TARGETED CACHE FLUSHING",
        "inventorName" : [ "Delaurier, Anthony P.", "Semeria, Luc R.", "Avkarogullari, Gokhan", "Gotwalt, David A.", "Hartog, Robert S.", "Swift, Michael J." ],
        "abstractText" : "\nTechniques are disclosed relating to flushing cache lines. In some embodiments, a graphics processing unit includes a cache and one or more storage elements configured to store a plurality of command buffers that include instructions executable to manipulate data stored in the cache. In some embodiments, ones of the cache lines in the cache are configured to store data to be operated on by instructions in the command buffers and a first tag portion that identifies a command buffer that has stored data in the cache line. In some embodiments, the graphics processing unit is configured to receive a request to flush cache lines that store data of a particular command buffer, and to flush ones of the cache lines having first tag portions indicating the particular command buffer as having data stored in the cache lines while maintaining data stored in other ones of the cache lines as valid."
      }, {
        "id" : "PTUS_15841361",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20171214",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15841361.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180180248",
        "classes" : [ {
          "classId" : "F21V 5/04",
          "classDescription" : "Refractors for light sources of lens shape"
        }, {
          "classId" : "G06K 9/20",
          "classDescription" : "Image acquisition"
        }, {
          "classId" : "G01B 11/25",
          "classDescription" : "Measuring arrangements characterised by the use of optical means for measuring contours or curvatures by projecting a pattern, e.g. moiré fringes, on the object"
        }, {
          "classId" : "G06T 7/521"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15841361",
        "firstPublicationDate" : "20180628",
        "title" : "Pattern projection using microlenses",
        "inventorName" : [ "Freedman, Barak", "Shpunt, Alexander", "Machlin, Meir", "Arieli, Yoel" ],
        "abstractText" : "\nAn illumination assembly includes a light source, which is configured to emit optical radiation. A transparency containing a plurality of micro-lenses, which are arranged in a non-uniform pattern and are configured to focus the optical radiation to form, at a focal plane, respective focal spots in the non-uniform pattern. Optics are configured to project the non-uniform pattern of the focal spots from the focal plane onto an object."
      }, {
        "id" : "PTUS_15894044",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180212",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15894044.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180184420",
        "classes" : [ {
          "classId" : "H04W 72/04",
          "classDescription" : "Wireless resource allocation"
        }, {
          "classId" : "H04L 1/00",
          "classDescription" : "Arrangements for detecting or preventing errors in the information received"
        }, {
          "classId" : "H04W 72/14",
          "classDescription" : "Wireless traffic scheduling using a grant channel"
        }, {
          "classId" : "H04L 5/00",
          "classDescription" : "Arrangements affording multiple use of the transmission path"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15894044",
        "firstPublicationDate" : "20180628",
        "title" : "Uplink Control Channel Allocation in a Communication System and Communicating the Allocation",
        "inventorName" : [ "Mccoy, James", "Dehner, Leo", "Kotecha, Jayesh", "Mundarath, Jayakrishnan" ],
        "abstractText" : "\nVarious methods of allocating uplink control channels in a communication system are implemented at a resource scheduler or a user equipment (UE). In one method the scheduler reserves resources for a downlink data channel and signals a corresponding downlink data channel grant and also reserves resources for a persistent uplink control channel for a longer duration than the data channel grant. Signaling overhead associated with a grant for this persistent uplink control channel is reduced over a full dynamic grant. A predetermined rule can be used at the scheduler and at the UE to avoid overhead signaling associated with a grant for this persistent control channel. Predetermined rules at the UE and scheduler can also be used to reserve appropriate resources and select appropriate MCS levels for control information and the control information and uplink data can be transported over a common uplink channel when a time overlap occurs between an uplink data channel and the persistent control channel."
      }, {
        "id" : "PTUS_15904866",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180226",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15904866.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180184407",
        "classes" : [ {
          "classId" : "H04W 72/04",
          "classDescription" : "Wireless resource allocation"
        }, {
          "classId" : "H04W 72/12",
          "classDescription" : "Wireless traffic scheduling"
        }, {
          "classId" : "H04B 7/0413"
        }, {
          "classId" : "H04B 7/0417"
        }, {
          "classId" : "H04L 5/02",
          "classDescription" : "Channels characterised by the type of signal"
        }, {
          "classId" : "H04L 5/00",
          "classDescription" : "Arrangements affording multiple use of the transmission path"
        }, {
          "classId" : "H04B 7/06",
          "classDescription" : "Diversity systems using a plurality of spaced independent aerials at transmitting station"
        }, {
          "classId" : "H04B 7/0491"
        }, {
          "classId" : "H04W 36/18",
          "classDescription" : "Performing reselection for specific purposes for allowing seamless reselection, e.g. soft reselection"
        }, {
          "classId" : "H04B 7/022"
        }, {
          "classId" : "H04W 88/08",
          "classDescription" : "Access point devices"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15904866",
        "firstPublicationDate" : "20180628",
        "title" : "Allocation of Sub-Channels of MIMO Channels Using a Basestation with Plurality of Sectors",
        "inventorName" : [ "Wilson, Fiona", "Wilson, Keith" ],
        "abstractText" : "\nA base station for wireless network uses one or more MIMO channels having subchannels, to communicate with multiple user equipments, and allocates the sub channels to the user equipments. Different subchannels of a given one of the channels can be allocated to different user equipments. The ability to allocate sub channels individually rather than only allocating entire channels can enable higher data rates to be achieved. This is particularly useful for improving data rates at cell boundaries or sector boundaries, where the coverage is traditionally weakest. A user equipment can use subchannels from different MIMO channels from different sectors or from different base stations."
      }, {
        "id" : "PTUS_15904743",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180226",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15904743.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180184545",
        "classes" : [ {
          "classId" : "H05K 7/20",
          "classDescription" : "Modifications to facilitate cooling, ventilating, or heating"
        }, {
          "classId" : "G06F 1/20",
          "classDescription" : "Cooling means"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15904743",
        "firstPublicationDate" : "20180628",
        "title" : "OPTIMIZED VENT WALLS IN ELECTRONIC DEVICES",
        "inventorName" : [ "Degner, Brett W.", "Andre, Bartley K.", "Bataillou, Jeremy D.", "Nigen, Jay S.", "Ligtenberg, Christiaan A.", "Hopkinson, Ron A.", "Schwalbach, Charles A.", "Casebolt, Matthew P.", "Rundle, Nicholas A.", "Liang, Frank F." ],
        "abstractText" : "\nThe disclosed embodiments related to a component for use in a portable electronic device. The component includes a wall of the portable electronic device, containing an intake zone that includes a set of intake vents. The wall also includes an exhaust zone containing a set of exhaust vents."
      }, {
        "id" : "PTUS_15900728",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180220",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15900728.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180181204",
        "classes" : [ {
          "classId" : "G06F 3/01",
          "classDescription" : "Input arrangements or combined input and output arrangements for interaction between user and computer"
        }, {
          "classId" : "G06K 9/00",
          "classDescription" : "Methods or arrangements for reading or recognising printed or written characters or for recognising patterns, e.g. fingerprints"
        }, {
          "classId" : "G01C 21/20",
          "classDescription" : "Instruments for performing navigational calculations"
        }, {
          "classId" : "G06F 3/16",
          "classDescription" : "Sound input; Sound output"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15900728",
        "firstPublicationDate" : "20180628",
        "title" : "GUIDANCE DEVICE FOR THE SENSORY IMPAIRED",
        "inventorName" : [ "Weinraub, Chananiel" ],
        "abstractText" : "\nSensor data is obtained regarding an environment around a guidance device. A model of the environment is generated based on the data. The model is mapped at least to an input/output touch surface of the guidance device. Tactile output is provided to a user of the guidance device via the input/output touch surface based at least on the mapping. Other output based on the model may also be provided. The guidance device may include a variety of different components such as sensors that obtain data regarding the environment, input/output mechanisms for receiving input from and/or providing input to the user, processing units and/or other components for generating the model and/or mapping the model to various input/output mechanisms, and so on. Additionally, the guidance device may cooperate and/or communicate with a variety of different electronic devices that have one or more such components in order to perform such functions."
      }, {
        "id" : "PTUS_15570683",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20160427",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15570683.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180183207",
        "classes" : [ {
          "classId" : "H01S 5/0625",
          "classDescription" : "Arrangements for controlling the laser output parameters, e.g. by operating on the active medium by varying the potential of the electrodes in multi-section lasers"
        }, {
          "classId" : "H01S 5/125",
          "classDescription" : "Distributed Bragg reflector [DBR] lasers"
        }, {
          "classId" : "H01S 5/042",
          "classDescription" : "Electrical excitation"
        }, {
          "classId" : "H01S 5/0683",
          "classDescription" : "Stabilisation of laser output parameters by monitoring the optical output parameters"
        }, {
          "classId" : "H01S 5/12",
          "classDescription" : "Construction or shape of the optical resonator the resonator having a periodic structure, e.g. in distributed feed-back [DFB] lasers"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15570683",
        "firstPublicationDate" : "20180628",
        "title" : "VERNIER EFFECT DBR LASERS INCORPORATING INTEGRATED TUNING ELEMENTS",
        "inventorName" : [ "Audet, Ross M.", "Arbore, Mark Alan", "Bismuto, Alfredo", "Bidaux, Yves", "Tardy, Camille", "Gresch, Tobias", "Müller, Antoine Jean André" ],
        "abstractText" : "\nDisclosed is a Vernier effect DBR laser that has uniform laser injection current pumping along the length of the laser. The laser can include one or more tuning elements, separate from the laser injection element, and these tuning elements can be used to control the temperature or modal refractive index of one or more sections of the laser. The refractive indices of each diffraction grating can be directly controlled by temperature changes, electro optic effects, or other means through the one or more tuning elements. With direct control of the temperature and/or refractive indices of the diffraction gratings, the uniformly pumped Vernier effect DBR laser can be capable of a wider tuning range. Additionally, uniform pumping of the laser through a single electrode can reduce or eliminate interfacial reflections caused by, for example, gaps between metal contacts atop the laser ridge, which can minimize multi-mode operation and mode hopping."
      }, {
        "id" : "PTUS_15390202",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20161223",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15390202.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180184121",
        "classes" : [ {
          "classId" : "H04N 19/597",
          "classDescription" : "Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding specially adapted for multi-view video sequence encoding"
        }, {
          "classId" : "H04N 19/176",
          "classDescription" : "Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a block, e.g. a macroblock"
        }, {
          "classId" : "H04N 19/105",
          "classDescription" : "Selection of the reference unit for prediction within a chosen coding or prediction mode, e.g. adaptive choice of position and number of pixels used for prediction"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15390202",
        "firstPublicationDate" : "20180628",
        "title" : "Sphere Projected Motion Estimation/Compensation and Mode Decision",
        "inventorName" : [ "Kim, Jae Hoon", "Zhou, Xiaosong", "Zhang, Dazhong", "Yuan, Hang", "Zhai, Jiefu", "Chung, Chris Y.", "Wu, Hsi-Jung" ],
        "abstractText" : "\nTechniques are disclosed for coding video data predictively based on predictions made from spherical-domain projections of input pictures to be coded and reference pictures that are prediction candidates. Spherical projection of an input picture and the candidate reference pictures may be generated. Thereafter, a search may be conducted for a match between the spherical-domain representation of a pixel block to be coded and a spherical-domain representation of the reference picture. On a match, an offset may be determined between the spherical-domain representation of the pixel block to a matching portion of the of the reference picture in the spherical-domain representation. The spherical-domain offset may be transformed to a motion vector in a source-domain representation of the input picture, and the pixel block may be coded predictively with reference to a source-domain representation of the matching portion of the reference picture."
      }, {
        "id" : "PTUS_15576233",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20160527",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15576233.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180182279",
        "classes" : [ {
          "classId" : "G09G 3/20",
          "classDescription" : "Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix"
        }, {
          "classId" : "G09G 3/32",
          "classDescription" : "Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix using controlled light sources using electroluminescent panels semiconductive, e.g. using light-emitting diodes [LED]"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15576233",
        "firstPublicationDate" : "20180628",
        "title" : "EMISSION CONTROL APPARATUSES AND METHODS FOR A DISPLAY PANEL",
        "inventorName" : [ "Sakariya, Kapil V.", "Nauta, Tore", "Bae, Hopil", "Jen, Henry C." ],
        "abstractText" : "\nMethods and apparatuses relating to controlling an emission of a display panel. In one embodiment, a display driver hardware circuit includes row selection logic to select a number of rows in an emission group of a display panel, wherein the number of rows is adjustable from a single row to a full panel of the display panel, column selection logic to select a number of columns in the emission group of the display panel, wherein the number of columns is adjustable from a single column to the full panel of the display panel, and emission logic to select a number of pulses per data frame to be displayed, wherein the number of pulses per data frame is adjustable from one to a plurality and a pulse length is adjustable from a continuous duty cycle to a non-continuous duty cycle."
      }, {
        "id" : "PTUS_15902401",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180222",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15902401.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180181185",
        "classes" : [ {
          "classId" : "G06F 1/32",
          "classDescription" : "Means for saving power"
        }, {
          "classId" : "G06F 1/16",
          "classDescription" : "Constructional details or arrangements"
        }, {
          "classId" : "G06F 3/041",
          "classDescription" : "Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means"
        }, {
          "classId" : "G06F 3/01",
          "classDescription" : "Input arrangements or combined input and output arrangements for interaction between user and computer"
        }, {
          "classId" : "G06F 3/0488",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15902401",
        "firstPublicationDate" : "20180628",
        "title" : "REDUCED-SIZE USER INTERFACES FOR BATTERY MANAGEMENT",
        "inventorName" : [ "Graham, David Chance", "Chaudhri, Imran", "Dye, Alan C.", "Foss, Christopher Patrick", "Ive, Jonathan P.", "Lynch, Kevin", "Wilson, Christopher", "Yang, Lawrence Y." ],
        "abstractText" : "\nA device with a touch-sensitive display and a battery can determine a battery level of the battery, and in accordance with a determination that the battery level is at or below a first threshold value, cause a haptic output and/or enter a low-power mode. While in low-power mode, the device may produce different outputs in response to user inputs than while in a normal power mode. In some embodiments, while in the low-power mode, the device may display only the time and an indication that the device is in a low-power mode."
      }, {
        "id" : "PTUS_15387699",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20161222",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15387699.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180181500",
        "classes" : [ {
          "classId" : "G06F 12/14",
          "classDescription" : "Protection against unauthorised use of memory"
        }, {
          "classId" : "G11C 11/56",
          "classDescription" : "Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using storage elements with more than two stable states represented by steps, e.g. of voltage, current, phase, frequency"
        }, {
          "classId" : "G06F 3/06",
          "classDescription" : "Digital input from, or digital output to, record carriers"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15387699",
        "firstPublicationDate" : "20180628",
        "title" : "TAMPER-PROOF STORAGE USING SIGNATURES BASED ON THRESHOLD VOLTAGE DISTRIBUTIONS",
        "inventorName" : [ "Shappir, Assaf", "Sagron, Itay" ],
        "abstractText" : "\nAn apparatus includes an interface and storage circuitry. The interface is configured to communicate with a memory including multiple memory cells that store data as respective analog values. The memory is addressable using physical addresses. The storage circuitry is configured to perform a first read operation from a physical address, and determine a first sequence of analog values retrieved by the first read operation, to further perform a second read operation from the physical address, and determine a second sequence of analog values retrieved by the second read operation, to evaluate a variation between the first sequence and the second sequence, and to determine that an unauthorized re-programming to the physical address has occurred between the first read operation and the second read operation, in response to the evaluated variation exceeding a predefined variation level."
      }, {
        "id" : "PTUS_15388985",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20161222",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15388985.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180182154",
        "classes" : [ {
          "classId" : "G06T 15/00",
          "classDescription" : "3DÂ [Three Dimensional]Â image rendering"
        }, {
          "classId" : "G06T 15/80",
          "classDescription" : "Shading"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15388985",
        "firstPublicationDate" : "20180628",
        "title" : "Resource Synchronization for Graphics Processing",
        "inventorName" : [ "Potter, Terence M.", "Schreyer, Richard W.", "Ding, James J.", "Kan, Alexander K.", "Imbrogno, Michael" ],
        "abstractText" : "\nTechniques are disclosed relating to synchronizing access to pixel resources. Examples of pixel resources include color attachments, a stencil buffer, and a depth buffer. In some embodiments, hardware registers are used to track status of assigned pixel resources and pixel wait and pixel release instruction are used to synchronize access to the pixel resources. In some embodiments, other accesses to the pixel resources may occur out of program order. Relative to tracking and ordering pass groups, this weak ordering and explicit synchronization may improve performance and reduce power consumption. Disclosed techniques may also facilitate coordination between fragment rendering threads and auxiliary mid-render compute tasks."
      }, {
        "id" : "PTUS_15389332",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20161222",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15389332.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180181193",
        "classes" : [ {
          "classId" : "G06F 1/32",
          "classDescription" : "Means for saving power"
        }, {
          "classId" : "H03K 19/0175",
          "classDescription" : "Coupling arrangements; Interface arrangements"
        }, {
          "classId" : "H03K 3/356",
          "classDescription" : "Bistable circuits"
        }, {
          "classId" : "G11C 7/10",
          "classDescription" : "Input/output [I/O] data interface arrangements, e.g. I/O data control circuits, I/O data buffers"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15389332",
        "firstPublicationDate" : "20180628",
        "title" : "SENSE AMPLIFIER FLIP-FLOP WITH EMBEDDED SCAN LOGIC AND LEVEL SHIFTING FUNCTIONALITY",
        "inventorName" : [ "Barn, Amrinder S.", "Zhao, Bo", "Dreesen, Michael A." ],
        "abstractText" : "\nIn an embodiment, an apparatus includes a first latch including a true storage node and a complement storage node, a discharge circuit, and a second latch. The first latch may pre-charge the true storage node and the complement storage node to a first voltage level using a clock signal. The discharge circuit may, in response to a determination that a scan mode signal is asserted, selectively discharge either the true storage node or the complement storage node based on a value of a scan data signal, and otherwise may selectively discharge either the true storage node or the complement storage node based on a value of a data signal. The second latch may store a value of a data bit based on a voltage level of the true storage node and a voltage level of the complement storage node."
      }, {
        "id" : "PTUS_15837060",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20171211",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15837060.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180182162",
        "classes" : [ {
          "classId" : "G06T 17/00",
          "classDescription" : "3DÂ modelling for computer graphics"
        }, {
          "classId" : "H04N 21/422",
          "classDescription" : "Input-only peripherals, e.g. global positioning system [GPS]"
        }, {
          "classId" : "H04N 21/218",
          "classDescription" : "Source of audio or video content, e.g. local disk arrays"
        }, {
          "classId" : "H04N 7/173",
          "classDescription" : "Analogue secrecy systems; Analogue subscription systems with two-way working, e.g. subscriber sending a programme selection signal"
        }, {
          "classId" : "G06T 19/00",
          "classDescription" : "Manipulating 3D models or images for computer graphics"
        }, {
          "classId" : "G06T 17/05",
          "classDescription" : "Geographic models"
        }, {
          "classId" : "G01C 21/20",
          "classDescription" : "Instruments for performing navigational calculations"
        }, {
          "classId" : "G06T 15/20",
          "classDescription" : "Perspective computation"
        }, {
          "classId" : "G01C 21/36",
          "classDescription" : "Input/output arrangements for on-board computers"
        }, {
          "classId" : "G06F 3/0346",
          "classDescription" : "Pointing devices displaced or positioned by the user; Accessories therefor with detection of the device orientation or free movement in a 3DÂ space, e.g. 3D mice, 6-DOF [six degrees of freedom] pointers using gyroscopes, accelerometers or tilt-sensors"
        }, {
          "classId" : "G06F 1/16",
          "classDescription" : "Constructional details or arrangements"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15837060",
        "firstPublicationDate" : "20180628",
        "title" : "Generating a Three-Dimensional Model Using a Portable Electronic Device Recording",
        "inventorName" : [ "Tsai, Richard", "Just, Andrew", "Harris, Brandon" ],
        "abstractText" : "\nSystems and methods are provided for navigating a three-dimensional model using deterministic movement of an electronic device. An electronic device can load and provide an initial display of a three dimensional model (e.g., of an environment or of an object). As the user moves the electronic device, motion sensing components can detect the device movement and adjust the displayed portion of the three-dimensional model to reflect the movement of the device. By walking with the device in the user's real environment, a user can virtually navigate a representation of a three-dimensional environment. In some embodiments, a user can record an object or environment using an electronic device, and tag the recorded im and orientation of the programmable device relative to the three-dimensional object at the first time responsive to detection of movement ages or video with movement information describing the movement of the device during the recording. The recorded information can then be processed with the movement information to generate a three-dimensional model of the recorded environment or object."
      }, {
        "id" : "PTUS_15851320",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20171221",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15851320.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180181276",
        "classes" : [ {
          "classId" : "G06F 3/0488",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures"
        }, {
          "classId" : "G06F 1/16",
          "classDescription" : "Constructional details or arrangements"
        }, {
          "classId" : "H04M 1/725",
          "classDescription" : "Cordless telephones"
        }, {
          "classId" : "G06F 3/0484",
          "classDescription" : "Interaction techniques based on graphical user interfaces [GUIs] for the control of specific functions or operations, e.g. selecting or manipulating an object or an image, setting a parameter value or selecting a range"
        }, {
          "classId" : "G06F 3/01",
          "classDescription" : "Input arrangements or combined input and output arrangements for interaction between user and computer"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15851320",
        "firstPublicationDate" : "20180628",
        "title" : "Methods and Graphical User Interfaces for Editing on a Multifunction Device with a Touch Screen Display",
        "inventorName" : [ "Kocienda, Kenneth L.", "Williamson, Richard J." ],
        "abstractText" : "\nIn some embodiments, a device displays content on a touch screen display and detects input by finger gestures. In response to the finger gestures, the device selects content, visually distinguishes the selected content, and/or updates the selected content based on detected input. In some embodiments, the device displays a command display area that includes one or more command icons; detects activation of a command icon in the command display arca; and, in response to detecting activation of the command icon in the command display area, performs a corresponding action with respect to the selected content. Exemplary actions include cutting, copying, and pasting content."
      }, {
        "id" : "PTUS_15886573",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20180201",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15886573.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180183123",
        "classes" : [ {
          "classId" : "H01M 16/00",
          "classDescription" : "Structural combinations of different types of electrochemical generators"
        }, {
          "classId" : "H01M 8/04082",
          "classDescription" : "Arrangements for control of reactant parameters, e.g. pressure or concentration"
        }, {
          "classId" : "H01M 8/04298",
          "classDescription" : "Processes for controlling fuel cells or fuel cell systems"
        }, {
          "classId" : "H01M 8/04537",
          "classDescription" : "Electric variables"
        }, {
          "classId" : "H04B 7/24",
          "classDescription" : "Radio transmission systems, i.e. using radiation field for communication between two or more posts"
        }, {
          "classId" : "H01M 8/04014",
          "classDescription" : "Heat exchange using gaseous fluids; Heat exchange by combustion of reactants"
        }, {
          "classId" : "H01M 8/0438",
          "classDescription" : "Pressure; Ambient pressure; Flow"
        }, {
          "classId" : "H01M 8/0432",
          "classDescription" : "Temperature; Ambient temperature"
        }, {
          "classId" : "H01M 8/04746",
          "classDescription" : "Pressure; Flow"
        }, {
          "classId" : "H01M 8/04858",
          "classDescription" : "Electric variables"
        }, {
          "classId" : "H01M 8/04828",
          "classDescription" : "Humidity; Water content"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15886573",
        "firstPublicationDate" : "20180628",
        "title" : "Fuel Cell System to Power a Portable Computing Device",
        "inventorName" : [ "Spare, Bradley L.", "Iyer, Vijay M.", "Lee, Jean L.", "Tice, Gregory L.", "Hillman, Michael D.", "Simon, David I." ],
        "abstractText" : "\nThe disclosed embodiments relate to the design of a portable and cost-effective fuel cell system for a portable computing device. This fuel cell system includes a fuel cell stack which converts fuel into electrical power. It also includes a fuel source for the fuel cell stack and a controller which controls operation of the fuel cell system. The fuel system also includes an interface to the portable computing device, wherein the interface comprises a power link that provides power to the portable computing device, and a bidirectional communication link that provides bidirectional communication between the portable computing device and the controller for the fuel cell system."
      }, {
        "id" : "PTUS_15850862",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20171221",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15850862.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180182746",
        "classes" : [ {
          "classId" : "H01L 25/16",
          "classDescription" : "Assemblies consisting of a plurality of individual semiconductor or other solid state devices the devices being of types provided for in two or more different main groups of groups , e.g. forming hybrid circuits"
        }, {
          "classId" : "H01L 33/48",
          "classDescription" : "Semiconductor devices with at least one potential-jump barrier or surface barrier specially adapted for light emission; Processes or apparatus specially adapted for the manufacture or treatment thereof or of parts thereof; Details thereof characterised by the semiconductor body packages"
        }, {
          "classId" : "H01L 25/075",
          "classDescription" : "Assemblies consisting of a plurality of individual semiconductor or other solid state devices all the devices being of a type provided for in the same subgroup of groups , e.g. assemblies of rectifier diodes the devices not having separate containers the devices being of a type provided for in group "
        }, {
          "classId" : "H01L 27/12",
          "classDescription" : "Devices consisting of a plurality of semiconductor or other solid-state components formed in or on a common substrate including integrated passive circuit elements with at least one potential-jump barrier or surface barrier the substrate being other than a semiconductor body, e.g. an insulating body"
        }, {
          "classId" : "H01L 33/00",
          "classDescription" : "Semiconductor devices with at least one potential-jump barrier or surface barrier specially adapted for light emission; Processes or apparatus specially adapted for the manufacture or treatment thereof or of parts thereof; Details thereof"
        }, {
          "classId" : "H01L 33/62",
          "classDescription" : "Arrangements for conducting electric current to or from the semiconductor body, e.g. leadframe, wire-bond or solder balls"
        }, {
          "classId" : "H01L 33/60",
          "classDescription" : "Reflective elements"
        }, {
          "classId" : "H01L 33/56",
          "classDescription" : "Materials, e.g. epoxy or silicone resin"
        }, {
          "classId" : "H01L 33/54",
          "classDescription" : "Encapsulations having a particular shape"
        }, {
          "classId" : "H01L 33/52",
          "classDescription" : "Encapsulations"
        }, {
          "classId" : "H01L 23/00",
          "classDescription" : "Details of semiconductor or other solid state devices"
        }, {
          "classId" : "H01L 33/44",
          "classDescription" : "Semiconductor devices with at least one potential-jump barrier or surface barrier specially adapted for light emission; Processes or apparatus specially adapted for the manufacture or treatment thereof or of parts thereof; Details thereof characterised by the coatings, e.g. passivation layer or anti-reflective coating"
        }, {
          "classId" : "H01L 33/30",
          "classDescription" : "Materials of the light emitting region containing only elements of group III and group V of the periodic system"
        }, {
          "classId" : "H01L 33/20",
          "classDescription" : "Semiconductor devices with at least one potential-jump barrier or surface barrier specially adapted for light emission; Processes or apparatus specially adapted for the manufacture or treatment thereof or of parts thereof; Details thereof characterised by the semiconductor bodies with a particular shape, e.g. curved or truncated substrate"
        }, {
          "classId" : "H01L 33/08",
          "classDescription" : "Semiconductor devices with at least one potential-jump barrier or surface barrier specially adapted for light emission; Processes or apparatus specially adapted for the manufacture or treatment thereof or of parts thereof; Details thereof characterised by the semiconductor bodies with a plurality of light emitting regions, e.g. laterally discontinuous light emitting layer or photoluminescent region integrated within the semiconductor body"
        }, {
          "classId" : "H01L 33/06",
          "classDescription" : "Semiconductor devices with at least one potential-jump barrier or surface barrier specially adapted for light emission; Processes or apparatus specially adapted for the manufacture or treatment thereof or of parts thereof; Details thereof characterised by the semiconductor bodies with a quantum effect structure or superlattice, e.g. tunnel junction within the light emitting region, e.g. quantum confinement structure or tunnel barrier"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15850862",
        "firstPublicationDate" : "20180628",
        "title" : "METHOD FOR INTEGRATING A LIGHT EMITTING DEVICE",
        "inventorName" : [ "Bibl, Andreas", "Griggs, Charles R." ],
        "abstractText" : "\nLight emitting devices and methods of integrating micro LED devices into light emitting device are described. In an embodiment a light emitting device includes a reflective bank structure within a bank layer, and a conductive line atop the bank layer and elevated above the reflective bank structure. A micro LED device is within the reflective bank structure and a passivation layer is over the bank layer and laterally around the micro LED device within the reflective bank structure. A portion of the micro LED device and a conductive line atop the bank layer protrude above a top surface of the passivation layer."
      }, {
        "id" : "PTUS_15459481",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Patent",
        "filingDate" : "20170315",
        "link" : "https://www.onscope.com/ipowner/en/ip/ptus/15459481.html",
        "ipOfficeLink" : "http://pdfaiw.uspto.gov/.aiw?docid=20180182376",
        "classes" : [ {
          "classId" : "G10L 15/02",
          "classDescription" : "Feature extraction for speech recognition; Selection of recognition unit"
        }, {
          "classId" : "G10L 15/18",
          "classDescription" : "Speech classification or search using natural language modelling"
        }, {
          "classId" : "G10L 15/06",
          "classDescription" : "Creation of reference templates; Training of speech recognition systems, e.g. adaptation to the characteristics of the speaker's voice"
        }, {
          "classId" : "G10L 15/16",
          "classDescription" : "Speech classification or search using artificial neural networks"
        }, {
          "classId" : "G10L 15/183",
          "classDescription" : "Speech classification or search using natural language modelling using context dependencies, e.g. language models"
        }, {
          "classId" : "G10L 15/14",
          "classDescription" : "Speech classification or search using statistical models, e.g. Hidden Markov Models [HMM]"
        }, {
          "classId" : "G10L 21/10",
          "classDescription" : "Transforming into visible information"
        } ],
        "ip_firstPubFilingDate" : "20180628",
        "applicationNumber" : "15459481",
        "firstPublicationDate" : "20180628",
        "title" : "RANK-REDUCED TOKEN REPRESENTATION FOR AUTOMATIC SPEECH RECOGNITION",
        "inventorName" : [ "Van Gysel, Christophe J.", "Su, Yi", "Niu, Xiaochuan", "Oparin, Ilya" ],
        "abstractText" : "\nThe present disclosure generally relates to processing speech or text using rank-reduced token representation. In one example process, speech input is received. A sequence of candidate words corresponding to the speech input is determined. The sequence of candidate words includes a current word and one or more previous words. A vector representation of the current word is determined from a set of trained parameters. A number of parameters in the set of trained parameters varies as a function of one or more linguistic characteristics of the current word. Using the vector representation of the current word, a probability of a next word given the current word and the one or more previous words is determined. A text representation of the speech input is displayed based on the determined probability."
      } ],
      "trademarks" : [ {
        "id" : "MDUS_88036741",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180713",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/88036741.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=88036741&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "42",
          "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software."
        } ],
        "ip_firstPubFilingDate" : "20180713",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/88036741.gif",
        "trademark" : "IWORK",
        "serial" : "88036741",
        "goodsServices" : "application service provider (ASP) services featuring computer software to enable uploading, posting, showing, displaying, sharing, editing, or otherwise providing electronic media, data, or information over the Internet or other communications network; software as a service (SAAS) featuring computer software to enable uploading, posting, showing, displaying, sharing, editing, or otherwise providing electronic media, data, or information over the Internet or other communications network; providing temporary use of on-line non-downloadable software for viewing, annotating, storing, editing, downloading and distributing electronic files, images, audio, video, data, and documents, and for communication and collaboration via computer networks"
      }, {
        "id" : "MDUS_88025718",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180704",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/88025718.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=88025718&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180704",
        "trademark" : "APPLE BOOKS",
        "serial" : "88025718",
        "goodsServices" : "Computer software for searching, browsing, sampling, purchasing, downloading, reading, displaying, storing, transmitting, sharing, organizing, highlighting, annotating, customizing, reviewing, rating, authoring, designing, and publishing electronic books, magazines, newspapers, periodicals, journals, newsletters, brochures, audiobooks, multimedia works, and other publications and documents"
      }, {
        "id" : "MDUS_88023583",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180702",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/88023583.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=88023583&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180702",
        "trademark" : "CLASSKIT",
        "serial" : "88023583",
        "goodsServices" : "computer software used in developing other software applications; application development software"
      }, {
        "id" : "MDUS_88002852",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180615",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/88002852.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=88002852&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180615",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/88002852.gif",
        "trademark" : "MADE FOR TV",
        "serial" : "88002852",
        "goodsServices" : "Computers; computer hardware; handheld computers; tablet computers; telecommunications apparatus and instruments; telephones; mobile telephones; smartphones; network communication apparatus; smartwatches; smartglasses; smart rings; wearable activity trackers; connected bracelets; electronic book readers; computer software; computer software for setting up, configuring, operating and controlling computers, computer peripherals, mobile devices, mobile telephones, smartwatches, smartglasses, wearable devices, earphones, headphones, televisions, set top boxes, audio and video players and recorders, home theatre systems, and entertainment systems; computer game software; downloadable pre-recorded audio, video and multimedia content; computer peripheral devices; peripheral devices for computers, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, televisions, set top boxes, and audio and video players and recorders; wearable peripherals for use with computers, mobile telephones, mobile electronic devices, smartwatches, smartglasses, smart rings, earphones, headphones, televisions, set top boxes, and audio and video players and recorders; biometric identification and authentication apparatus; accelerometers; altimeters; distance measuring apparatus; distance recording apparatus; pedometers; pressure measuring apparatus; pressure indicators; monitors, display screens, head mounted displays, and headsets for use with computers, smartphones, mobile electronic devices, wearable electronic devices, smart watches, smartglasses, televisions, set top boxes, and audio and video players and recorders; virtual and augmented reality displays, goggles, controllers, and headsets; 3D spectacles; eyeglasses; sunglasses; spectacle lenses; optical glass; optical goods; optical apparatus and instruments; cameras; keyboards, mice, mouse pads, printers, disk drives, and hard drives; sound recording and reproducing apparatus; digital audio and video players and recorders; audio speakers; audio amplifiers and receivers; voice recording and voice recognition apparatus; earphones; headphones; microphones; televisions; television receivers and monitors; set top boxes; radios; radio transmitters and receivers; global positioning systems (GPS devices); navigational instruments; remote controls for controlling computers, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, set top boxes, speakers, amplifiers, home theatre systems, and entertainment systems; wearable devices for controlling computers, mobile telephones, mobile electronic devices, smart watches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, set top boxes, speakers, amplifiers, home theatre systems, and entertainment systems; data storage apparatus; electrical and electronic connectors, couplers, wires, cables, chargers, docks, docking stations, and adapters for use with computers, mobile telephones, handheld computers, computer peripherals, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, and set top boxes; interactive touchscreens; interfaces for computers, computer screens, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, televisions, set top boxes, and audio and video players and recorders; parts and accessories for computers, computer peripherals, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, and set top boxes"
      }, {
        "id" : "MDUS_88003008",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180615",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/88003008.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=88003008&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "14",
          "classDescription" : "Precious Metals and their alloys; jewelry; time-keeping instruments"
        } ],
        "ip_firstPubFilingDate" : "20180615",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/88003008.gif",
        "trademark" : "MADE FOR WATCH",
        "serial" : "88003008",
        "goodsServices" : "Computers; computer hardware; handheld computers; tablet computers; telecommunications apparatus and instruments; telephones; mobile telephones; smartphones; network communication apparatus; smartwatches; smartglasses; smart rings; wearable activity trackers; connected bracelets; electronic book readers; computer software; computer software for setting up, configuring, operating and controlling computers, computer peripherals, mobile devices, mobile telephones, smartwatches, smartglasses, wearable devices, earphones, headphones, televisions, set top boxes, audio and video players and recorders, home theatre systems, and entertainment systems; computer game software; downloadable pre-recorded audio, video and multimedia content; computer peripheral devices; peripheral devices for computers, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, televisions, set top boxes, and audio and video players and recorders; wearable peripherals for use with computers, mobile telephones, mobile electronic devices, smartwatches, smartglasses, smart rings, earphones, headphones, televisions, set top boxes, and audio and video players and recorders; biometric identification and authentication apparatus; accelerometers; altimeters; distance measuring apparatus; distance recording apparatus; pedometers; pressure measuring apparatus; pressure indicators; monitors, display screens, head mounted displays, and headsets for use with computers, smartphones, mobile electronic devices, wearable electronic devices, smart watches, smartglasses, televisions, set top boxes, and audio and video players and recorders; virtual and augmented reality displays, goggles, controllers, and headsets; 3D spectacles; eyeglasses; sunglasses; spectacle lenses; optical glass; optical goods; optical apparatus and instruments; cameras; keyboards, mice, mouse pads, printers, disk drives, and hard drives; sound recording and reproducing apparatus; digital audio and video players and recorders; audio speakers; audio amplifiers and receivers; voice recording and voice recognition apparatus; earphones; headphones; microphones; televisions; television receivers and monitors; set top boxes; radios; radio transmitters and receivers; global positioning systems (GPS devices); navigational instruments; remote controls for controlling computers, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, set top boxes, speakers, amplifiers, home theatre systems, and entertainment systems; wearable devices for controlling computers, mobile telephones, mobile electronic devices, smart watches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, set top boxes, speakers, amplifiers, home theatre systems, and entertainment systems; data storage apparatus; electrical and electronic connectors, couplers, wires, cables, chargers, docks, docking stations, and adapters for use with computers, mobile telephones, handheld computers, computer peripherals, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, and set top boxes; interactive touchscreens; interfaces for computers, computer screens, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, televisions, set top boxes, and audio and video players and recorders; parts and accessories for computers, computer peripherals, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, and set top boxes Horological and chronometric instruments; watches; clocks; timepieces; chronographs for use as timepieces; chronometers; watchstraps; watch bands; cases for watches, clocks, and horological and chronometric instruments; parts for watches, clocks, and horological and chronometric instruments; jewelry"
      }, {
        "id" : "MDUS_88003047",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180615",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/88003047.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=88003047&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "28",
          "classDescription" : "Games; toys; sports equipment"
        } ],
        "ip_firstPubFilingDate" : "20180615",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/88003047.gif",
        "trademark" : "MADE FOR WATCH",
        "serial" : "88003047",
        "goodsServices" : "Toys; games and playthings; electronic hand-held game units; musical toys, games and playthings; toy audio apparatus; toy musical instruments; musical games; battery operated toys; electronic toys; electric computer games, other than those adapted for use with television receivers; toy handheld electronic devices; gymnastic and sporting articles; body-building apparatus; body rehabilitation apparatus; body-training apparatus; stationary exercise bicycles; parts and fittings for all the aforesaid goods"
      }, {
        "id" : "MDUS_88002876",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180615",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/88002876.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=88002876&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "28",
          "classDescription" : "Games; toys; sports equipment"
        } ],
        "ip_firstPubFilingDate" : "20180615",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/88002876.gif",
        "trademark" : "MADE FOR TV",
        "serial" : "88002876",
        "goodsServices" : "Toys; games and playthings; electronic hand-held game units; musical toys, games and playthings; toy audio apparatus; toy musical instruments; battery operated toys; electronic toys; electric computer games, other than those adapted for use with television receivers; electrical and electronic amusement apparatus (automatic, coin/counter freed); toy handheld electronic devices"
      }, {
        "id" : "MDUS_88003094",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180615",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/88003094.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=88003094&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "28",
          "classDescription" : "Games; toys; sports equipment"
        } ],
        "ip_firstPubFilingDate" : "20180615",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/88003094.gif",
        "trademark" : "MADE FOR IPOD",
        "serial" : "88003094",
        "goodsServices" : "Computers; computer hardware; handheld computers; tablet computers; telecommunications apparatus and instruments; telephones; mobile telephones; smartphones; network communication apparatus; smartwatches; smartglasses; smart rings; wearable activity trackers; connected bracelets; electronic book readers; computer software; computer software for setting up, configuring, operating and controlling computers, computer peripherals, mobile devices, mobile telephones, smartwatches, smartglasses, wearable devices, earphones, headphones, televisions, set top boxes, audio and video players and recorders, home theatre systems, and entertainment systems; computer game software; downloadable pre-recorded audio, video and multimedia content; computer peripheral devices; peripheral devices for computers, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, televisions, set top boxes, and audio and video players and recorders; wearable peripherals for use with computers, mobile telephones, mobile electronic devices, smartwatches, smartglasses, smart rings, earphones, headphones, televisions, set top boxes, and audio and video players and recorders; biometric identification and authentication apparatus; accelerometers; altimeters; distance measuring apparatus; distance recording apparatus; pedometers; pressure measuring apparatus; pressure indicators; monitors, display screens, head mounted displays, and headsets for use with computers, smartphones, mobile electronic devices, wearable electronic devices, smart watches, smartglasses, televisions, set top boxes, and audio and video players and recorders; virtual and augmented reality displays, goggles, controllers, and headsets; 3D spectacles; eyeglasses; sunglasses; spectacle lenses; optical glass; optical goods; optical apparatus and instruments; cameras; keyboards, mice, mouse pads, printers, disk drives, and hard drives; sound recording and reproducing apparatus; digital audio and video players and recorders; audio speakers; audio amplifiers and receivers; voice recording and voice recognition apparatus; earphones; headphones; microphones; televisions; television receivers and monitors; set top boxes; radios; radio transmitters and receivers; global positioning systems (GPS devices); navigational instruments; remote controls for controlling computers, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, set top boxes, speakers, amplifiers, home theatre systems, and entertainment systems; wearable devices for controlling computers, mobile telephones, mobile electronic devices, smart watches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, set top boxes, speakers, amplifiers, home theatre systems, and entertainment systems; data storage apparatus; electrical and electronic connectors, couplers, wires, cables, chargers, docks, docking stations, and adapters for use with computers, mobile telephones, handheld computers, computer peripherals, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, and set top boxes; interactive touchscreens; interfaces for computers, computer screens, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, televisions, set top boxes, and audio and video players and recorders; parts and accessories for computers, computer peripherals, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, and set top boxes Toys; games and playthings; electronic hand-held game units; musical toys, games and playthings; toy audio apparatus; toy musical instruments; battery operated toys; electronic toys; electric computer games, other than those adapted for use with television receivers; electrical and electronic amusement apparatus (automatic, coin/counter freed); toy handheld electronic devices"
      }, {
        "id" : "MDUS_88003073",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180615",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/88003073.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=88003073&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "28",
          "classDescription" : "Games; toys; sports equipment"
        } ],
        "ip_firstPubFilingDate" : "20180615",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/88003073.gif",
        "trademark" : "MADE FOR IPAD",
        "serial" : "88003073",
        "goodsServices" : "Computers; computer hardware; handheld computers; tablet computers; telecommunications apparatus and instruments; telephones; mobile telephones; smartphones; network communication apparatus; smartwatches; smartglasses; smart rings; wearable activity trackers; connected bracelets; electronic book readers; computer software; computer software for setting up, configuring, operating and controlling computers, computer peripherals, mobile devices, mobile telephones, smartwatches, smartglasses, wearable devices, earphones, headphones, televisions, set top boxes, audio and video players and recorders, home theatre systems, and entertainment systems; computer game software; downloadable pre-recorded audio, video and multimedia content; computer peripheral devices; peripheral devices for computers, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, televisions, set top boxes, and audio and video players and recorders; wearable peripherals for use with computers, mobile telephones, mobile electronic devices, smartwatches, smartglasses, smart rings, earphones, headphones, televisions, set top boxes, and audio and video players and recorders; biometric identification and authentication apparatus; accelerometers; altimeters; distance measuring apparatus; distance recording apparatus; pedometers; pressure measuring apparatus; pressure indicators; monitors, display screens, head mounted displays, and headsets for use with computers, smartphones, mobile electronic devices, wearable electronic devices, smart watches, smartglasses, televisions, set top boxes, and audio and video players and recorders; virtual and augmented reality displays, goggles, controllers, and headsets; 3D spectacles; eyeglasses; sunglasses; spectacle lenses; optical glass; optical goods; optical apparatus and instruments; cameras; keyboards, mice, mouse pads, printers, disk drives, and hard drives; sound recording and reproducing apparatus; digital audio and video players and recorders; audio speakers; audio amplifiers and receivers; voice recording and voice recognition apparatus; earphones; headphones; microphones; televisions; television receivers and monitors; set top boxes; radios; radio transmitters and receivers; global positioning systems (GPS devices); navigational instruments; remote controls for controlling computers, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, set top boxes, speakers, amplifiers, home theatre systems, and entertainment systems; wearable devices for controlling computers, mobile telephones, mobile electronic devices, smart watches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, set top boxes, speakers, amplifiers, home theatre systems, and entertainment systems; data storage apparatus; electrical and electronic connectors, couplers, wires, cables, chargers, docks, docking stations, and adapters for use with computers, mobile telephones, handheld computers, computer peripherals, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, and set top boxes; interactive touchscreens; interfaces for computers, computer screens, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, televisions, set top boxes, and audio and video players and recorders; parts and accessories for computers, computer peripherals, mobile telephones, mobile electronic devices, wearable electronic devices, smartwatches, smartglasses, earphones, headphones, audio and video players and recorders, televisions, and set top boxes Toys; games and playthings; electronic hand-held game units; musical toys, games and playthings; toy audio apparatus; toy musical instruments; battery operated toys; electronic toys; electric computer games, other than those adapted for use with television receivers; electrical and electronic amusement apparatus (automatic, coin/counter freed); toy handheld electronic devices"
      }, {
        "id" : "MDUS_87960918",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180613",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87960918.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87960918&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "36",
          "classDescription" : "Insurance; financial affairs"
        }, {
          "classId" : "42",
          "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software."
        } ],
        "ip_firstPubFilingDate" : "20180613",
        "trademark" : "BUSINESS CHAT",
        "serial" : "87960918",
        "goodsServices" : "Financial services; financial transaction services; bill payment services; providing secure commercial transactions; credit and debit card services; payment authorization, verification, and transaction processing services; electronic payment and funds transfer services Design and development of computer security and data security systems; electronic data storage; cloud computing services; computer data recovery; providing online non-downloadable software; application service provider (ASP) services featuring hosting computer software applications of others; data encryption services; providing computer hardware or software information online; installation, maintenance, repair, and updating of computer software"
      }, {
        "id" : "MDUS_87960975",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180613",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87960975.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87960975&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180613",
        "trademark" : "CHROMAVERB",
        "serial" : "87960975",
        "goodsServices" : "computer software for creating and recording music; computer software for sound mixing and synthesizing; computer software for digital audio production, processing, and editing; computer software for control and customization of audio effects"
      }, {
        "id" : "MDUS_87947183",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180604",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87947183.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87947183&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180604",
        "trademark" : "MACOS MOJAVE",
        "serial" : "87947183",
        "goodsServices" : "(Based on Intent to Use) Computer operating software(Based on 44(d) Priority Application) Computer operating software"
      }, {
        "id" : "MDUS_87945384",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180601",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87945384.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87945384&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "35",
          "classDescription" : "Advertising; business"
        }, {
          "classId" : "41",
          "classDescription" : "Education; entertainment"
        }, {
          "classId" : "42",
          "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software."
        }, {
          "classId" : "45",
          "classDescription" : "Legal services; security services for the protection of property and individuals; personal and social services rendered by others to meet the needs of individuals."
        } ],
        "ip_firstPubFilingDate" : "20180601",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87945384.gif",
        "serial" : "87945384",
        "goodsServices" : "computerized database and file management; data processing services; creating indexes of information, sites and other resources available on global computer networks and other electronic and communications networks for others; providing, searching, browsing and retrieving information, sites, and other resources available on global computer networks and other electronic and communications networks for others; organizing content of information provided over a global computer network and other electronic and communications networks according to user preferences; providing business, consumer, and commercial information over computer networks and global communication networks providing pre-recorded audio, video and multimedia content according to consumer preferences via the internet and other electronic and communications networks; entertainment and educational services, namely, providing a database featuring entertainment-related and educational electronic publications, audio content, video content, computer software, computer games, and other multimedia content; providing educational and entertainment information; ticket reservation and booking services for entertainment, sporting and cultural events; providing information, advice, news, reviews, and commentary in the fields of entertainment, sporting and cultural events application service provider (ASP) services featuring software for creating, authoring, distributing, downloading, transmitting, receiving, playing, editing, extracting, encoding, decoding, displaying, storing and organizing text, graphics, images, audio, video, and multimedia content, and electronic publications; application service provider (ASP) services featuring software for use in connection with voice recognition software and voice-enabled software applications; creating indexes of online information, sites and other resources available on global computer networks for others Personal concierge services for others comprising making requested personal arrangements and reservations and providing customer-specific information to meet individual needs, rendered online; online social networking services"
      }, {
        "id" : "MDUS_87939230",
        "ownerId" : [ "000260825" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180529",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87939230.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87939230&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "35",
          "classDescription" : "Advertising; business"
        } ],
        "ip_firstPubFilingDate" : "20180529",
        "trademark" : "THANK YOU SUPPLY",
        "serial" : "87939230",
        "goodsServices" : "On-line retail store featuring clothing, headwear, hats, caps, sporting goods, skateboards, skateboard decks, skateboard wheels, skateboard trucks, skateboard wheel bearings, skateboard mounting hardware, skateboard grip tape, skate wax, and stickers"
      }, {
        "id" : "MDUS_87940409",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180529",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87940409.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87940409&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "42",
          "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software."
        }, {
          "classId" : "44",
          "classDescription" : "Medical services; veterinary services; hygienic and beauty care for human beings or animals; agriculture, horticulture and forestry services"
        } ],
        "ip_firstPubFilingDate" : "20180529",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87940409.gif",
        "serial" : "87940409",
        "goodsServices" : "computer software for monitoring heart rhythm, for detecting irregular heart rhythm, and for providing notification of irregular heart rhythm; computer software for collecting data for medical research; computer software for collecting, analyzing, and reporting data on physiological health; computer software for diagnosing and providing notification of cardiac arrhythmia scientific research services for medical purposes in the field of cardiac health health and wellness monitoring and assessment services; providing health information; medical testing, diagnostic, and reporting services; medical testing, monitoring, and reporting services; medical research services in the field of cardiac health; medical screening services in the field of cardiac conditions; remote monitoring of data indicative of the health or condition of an individual or group of individuals for medical diagnosis and treatment purposes"
      }, {
        "id" : "MDUS_87940428",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180529",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87940428.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87940428&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "42",
          "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software."
        }, {
          "classId" : "44",
          "classDescription" : "Medical services; veterinary services; hygienic and beauty care for human beings or animals; agriculture, horticulture and forestry services"
        } ],
        "ip_firstPubFilingDate" : "20180529",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87940428.gif",
        "serial" : "87940428",
        "goodsServices" : "computer software for monitoring heart rhythm, for detecting irregular heart rhythm, and for providing notification of irregular heart rhythm; computer software for collecting data for medical research; computer software for collecting, analyzing, and reporting data on physiological health; computer software for diagnosing and providing notification of cardiac arrhythmia scientific research services for medical purposes in the field of cardiac health health and wellness monitoring and assessment services; providing health information; medical testing, diagnostic, and reporting services; medical testing, monitoring, and reporting services; medical research services in the field of cardiac health; medical screening services in the field of cardiac conditions; remote monitoring of data indicative of the health or condition of an individual or group of individuals for medical diagnosis and treatment purposes"
      }, {
        "id" : "MDUS_87940364",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180529",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87940364.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87940364&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180529",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87940364.gif",
        "serial" : "87940364",
        "goodsServices" : "computer software for monitoring heart rhythm, for detecting irregular heart rhythm, and for providing notification of irregular heart rhythm; computer software for collecting data for medical research; computer software for collecting, analyzing, and reporting data on physiological health; computer software for diagnosing and providing notification of cardiac arrhythmia"
      }, {
        "id" : "MDUS_87925430",
        "ownerId" : [ "000260825" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180517",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87925430.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87925430&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "18",
          "classDescription" : "Leather and imitations of leather"
        }, {
          "classId" : "25",
          "classDescription" : "Clothing; footwear; headgear"
        }, {
          "classId" : "28",
          "classDescription" : "Games; toys; sports equipment"
        } ],
        "ip_firstPubFilingDate" : "20180517",
        "trademark" : "MADNESS EXTREMELY FOOLISH BEHAVIOR",
        "serial" : "87925430",
        "goodsServices" : "Athletic bags; backpacks; wallets; all purpose sport bags; and all-purpose carrying bags Clothing, namely, tops, bottoms, t-shirts, shirts, sweatshirts, jackets, pullovers, tank tops, pants, shorts, jeans, fleece tops, fleece pullovers, fleece jackets, headwear, hats, and caps Skateboards; skateboard decks; skateboard wheels; skateboard trucks; skateboard bearings; skateboard hardware, namely, bearings, nuts and bolts; and skateboard grip tape"
      }, {
        "id" : "MDUS_87910452",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180507",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87910452.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87910452&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180507",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87910452.gif",
        "trademark" : "AR ARKIT",
        "serial" : "87910452",
        "goodsServices" : "computer software used in developing other software applications; application development software"
      }, {
        "id" : "MDUS_87910490",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180507",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87910490.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87910490&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180507",
        "trademark" : "PHAT FX",
        "serial" : "87910490",
        "goodsServices" : "computer software for creating and recording music"
      }, {
        "id" : "MDUS_87905918",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180503",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87905918.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87905918&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "38",
          "classDescription" : "Telecommunications"
        }, {
          "classId" : "41",
          "classDescription" : "Education; entertainment"
        } ],
        "ip_firstPubFilingDate" : "20180503",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87905918.gif",
        "trademark" : "S SHAZAM",
        "serial" : "87905918",
        "goodsServices" : "Software for video, image, audio, and music recognition and identification; databases containing downloadable recorded music files; downloadable audio, video and multimedia content; application development software; computer game software featuring music quizzes; user interfaces for on-board motor vehicle computers and electronic devices, namely, electronic control panels, monitors, touchscreens, remote controls, docking stations, connectors, switches, and voice activated controls; computer software enabling viewer of radio, television or streaming programs, films, or audiovisual entertainment or information content to access, online or via mobile phone or computer, interactive audio and visual entertainment or information content, offers or competitions or retail service providers; software for accessing information relating to music and audio and visual content; software enabling discovery, interaction with, and sharing of audio, video, printed, multimedia or augmented reality content Messaging services; Broadcasting and transmission of voice data, images, music audio, video, multimedia, television and radio by means of telecommunications networks, computer networks, the internet, satellite, radio, wireless communications networks, television and cable; matching users for the transfer of music, audio, video, and multimedia by means of telecommunications networks, computer networks, the internet, satellite, radio, wireless communications networks, television and cable; providing access to websites, databases, electronic bulletin boards, on-line forums, directories, music and video and audio programs Arranging, organizing, conducting and presenting concerts, live performances, entertainment special events, arts and cultural events, festivals, and sporting events; production, distribution, and presentation of radio programs, music, television programs, motion pictures and sound recordings; providing websites featuring entertainment and music; providing information, schedules, reviews and personalized recommendations of entertainment, motion pictures, concerts, live performances, competitions, fairs, festivals, exhibitions, expositions and sporting events; publication and presentation of reviews, surveys, and ratings, and providing interactive websites and computer applications for the posting and sharing of reviews, survey and ratings relating to entertainment, concerts, live performances, competitions, fairs, festivals, and exhibitions; providing online interactive information in the field of music, entertainment and films"
      }, {
        "id" : "MDUS_87905875",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180503",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87905875.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87905875&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "42",
          "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software."
        }, {
          "classId" : "45",
          "classDescription" : "Legal services; security services for the protection of property and individuals; personal and social services rendered by others to meet the needs of individuals."
        } ],
        "ip_firstPubFilingDate" : "20180503",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87905875.gif",
        "trademark" : "S",
        "serial" : "87905875",
        "goodsServices" : "Design and development of computer hardware and software for video and music recognition; electronic data storage; providing computer hardware or software information online; computer software services, namely, technical support services for video and music recognition software; non-downloadable software for sound, video, and music recognition; non-downlodable software enabling discovery, interaction with, and sharing of audio, video, printed, multimedia or augmented reality content Online social networking services"
      }, {
        "id" : "MDUS_87905945",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180503",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87905945.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87905945&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "42",
          "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software."
        }, {
          "classId" : "45",
          "classDescription" : "Legal services; security services for the protection of property and individuals; personal and social services rendered by others to meet the needs of individuals."
        } ],
        "ip_firstPubFilingDate" : "20180503",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87905945.gif",
        "trademark" : "S SHAZAM",
        "serial" : "87905945",
        "goodsServices" : "Design and development of computer hardware and software for video and music recognition; electronic data storage; providing computer hardware or software information online; computer software services, namely, technical support services for video and music recognition software; non-downloadable software for sound, video, and music recognition; non-downlodable software enabling discovery, interaction with, and sharing of audio, video, printed, multimedia or augmented reality content Online social networking services"
      }, {
        "id" : "MDUS_87905770",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180503",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87905770.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87905770&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "42",
          "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software."
        }, {
          "classId" : "45",
          "classDescription" : "Legal services; security services for the protection of property and individuals; personal and social services rendered by others to meet the needs of individuals."
        } ],
        "ip_firstPubFilingDate" : "20180503",
        "trademark" : "SHAZAM",
        "serial" : "87905770",
        "goodsServices" : "Design and development of computer hardware and software for video and music recognition; electronic data storage; providing computer hardware or software information online; computer software services, namely, technical support services for video and music recognition software; non-downloadable software for sound, video, and music recognition; non-downlodable software enabling discovery, interaction with, and sharing of audio, video, printed, multimedia or augmented reality content Online social networking services"
      }, {
        "id" : "MDUS_87905805",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180503",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87905805.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87905805&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "38",
          "classDescription" : "Telecommunications"
        }, {
          "classId" : "41",
          "classDescription" : "Education; entertainment"
        } ],
        "ip_firstPubFilingDate" : "20180503",
        "trademark" : "SHAZAM",
        "serial" : "87905805",
        "goodsServices" : "Software for video, image, audio, and music recognition and identification; databases containing downloadable recorded music files; downloadable audio, video and multimedia content; application development software; computer game software featuring music quizzes; user interfaces for on-board motor vehicle computers and electronic devices, namely, electronic control panels, monitors, touchscreens, remote controls, docking stations, connectors, switches, and voice activated controls; computer software enabling viewer of radio, television or streaming programs, films, or audio/visual entertainment or information content to access, online or via mobile phone or computer, interactive audio and visual entertainment or information content, offers or competitions or retail service providers; software for accessing information relating to music and audio and visual content; software enabling discovery, interaction with, and sharing of audio, video, printed, multimedia or augmented reality content Messaging services; Broadcasting and transmission of voice data, images, music audio, video, multimedia, television and radio by means of telecommunications networks, computer networks, the internet, satellite, radio, wireless communications networks, television and cable; matching users for the transfer of music, audio, video, and multimedia by means of telecommunications networks, computer networks, the internet, satellite, radio, wireless communications networks, television and cable; providing access to websites, databases, electronic bulletin boards, on-line forums, directories, music and video and audio programs Arranging, organizing, conducting and presenting concerts, live performances, entertainment special events, arts and cultural events, festivals, and sporting events; production, distribution, and presentation of radio programs, music, television programs, motion pictures and sound recordings; providing websites featuring entertainment and music; providing information, schedules, reviews and personalized recommendations of entertainment, motion pictures, concerts, live performances, competitions, fairs, festivals, exhibitions, expositions and sporting events; publication and presentation of reviews, surveys, and ratings, and providing interactive websites and computer applications for the posting and sharing of reviews, survey and ratings relating to entertainment, concerts, live performances, competitions, fairs, festivals, and exhibitions; providing online interactive information in the field of music, entertainment and films"
      }, {
        "id" : "MDUS_87905831",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180503",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87905831.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87905831&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "38",
          "classDescription" : "Telecommunications"
        }, {
          "classId" : "41",
          "classDescription" : "Education; entertainment"
        } ],
        "ip_firstPubFilingDate" : "20180503",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87905831.gif",
        "trademark" : "S",
        "serial" : "87905831",
        "goodsServices" : "Software for video, image, audio, and music recognition and identification; databases containing downloadable recorded music files; downloadable audio, video and multimedia content; application development software; computer game software featuring music quizzes; user interfaces for on-board motor vehicle computers and electronic devices, namely, electronic control panels, monitors, touchscreens, remote controls, docking stations, connectors, switches, and voice activated controls; computer software enabling viewer of radio, television or streaming programs, films, or audio/visual entertainment or information content to access, online or via mobile phone or computer, interactive audio and visual entertainment or information content, offers or competitions or retail service providers; software for accessing information relating to music and audio and visual content; software enabling discovery, interaction with, and sharing of audio, video, printed, multimedia or augmented reality content Messaging services; Broadcasting and transmission of voice data, images, music audio, video, multimedia, television and radio by means of telecommunications networks, computer networks, the internet, satellite, radio, wireless communications networks, television and cable; matching users for the transfer of music, audio, video, and multimedia by means of telecommunications networks, computer networks, the internet, satellite, radio, wireless communications networks, television and cable; providing access to websites, databases, electronic bulletin boards, on-line forums, directories, music and video and audio programs Arranging, organizing, conducting and presenting concerts, live performances, entertainment special events, arts and cultural events, festivals, and sporting events; production, distribution, and presentation of radio programs, music, television programs, motion pictures and sound recordings; providing websites featuring entertainment and music; providing information, schedules, reviews and personalized recommendations of entertainment, motion pictures, concerts, live performances, competitions, fairs, festivals, exhibitions, expositions and sporting events; publication and presentation of reviews, surveys, and ratings, and providing interactive websites and computer applications for the posting and sharing of reviews, survey and ratings relating to entertainment, concerts, live performances, competitions, fairs, festivals, and exhibitions; providing online interactive information in the field of music, entertainment and films"
      }, {
        "id" : "MDUS_87856167",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180329",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87856167.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87856167&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180329",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87856167.gif",
        "serial" : "87856167",
        "goodsServices" : "computer software used in developing other software applications; application development software"
      }, {
        "id" : "MDUS_87809618",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180223",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87809618.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87809618&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "35",
          "classDescription" : "Advertising; business"
        }, {
          "classId" : "41",
          "classDescription" : "Education; entertainment"
        }, {
          "classId" : "43",
          "classDescription" : "Services for providing food and drink; temporary accommodations"
        } ],
        "ip_firstPubFilingDate" : "20180223",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87809618.gif",
        "trademark" : "PARK",
        "serial" : "87809618",
        "goodsServices" : "retail store services; product demonstrations provided in-store; arranging and conducting of commercial, trade, and business conferences, shows, and exhibitions education services, namely, conducting classes, workshops, and seminars in the field of computers, computer software, online services, information technology, internet website design, music, photography and video products and consumer electronics; Education services, namely, arranging professional workshop and training courses; computer education training services; training in the use and operation of computers, computer software and consumer electronics; arranging, organizing, conducting, and presenting concerts, live performances, and entertainment special events; conducting guided tours restaurant services"
      }, {
        "id" : "MDUS_87808065",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180223",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87808065.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87808065&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "35",
          "classDescription" : "Advertising; business"
        }, {
          "classId" : "42",
          "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software."
        } ],
        "ip_firstPubFilingDate" : "20180223",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87808065.gif",
        "trademark" : "A",
        "serial" : "87808065",
        "goodsServices" : "Computer software for use in browsing, searching, reviewing, purchasing, downloading, reviewing, and rating electronic games and software applications; computer software for use in searching and making purchases in online marketplaces for software applications Retail store services featuring computer software and electronic games provided via the Internet and other computer and electronic communication networks; retail store services featuring computer software and electronic games for use on computers, mobile digital electronic devices and other consumer electronic devices Updating of computer software; providing information concerning computer software development via the Internet and other computer and electronic communication networks; providing search engines for obtaining data via communications networks; providing temporary use of computer software and online facilities to enable users to access and download computer software"
      }, {
        "id" : "MDUS_87809610",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180223",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87809610.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87809610&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "18",
          "classDescription" : "Leather and imitations of leather"
        }, {
          "classId" : "25",
          "classDescription" : "Clothing; footwear; headgear"
        } ],
        "ip_firstPubFilingDate" : "20180223",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87809610.gif",
        "trademark" : "PARK",
        "serial" : "87809610",
        "goodsServices" : "tote bags; sports and athletic bags; all purpose carrying bags; backpacks; business card cases clothing"
      }, {
        "id" : "MDUS_87806025",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180221",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87806025.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87806025&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180221",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87806025.gif",
        "serial" : "87806025",
        "goodsServices" : "computer software for use in reading, searching, browsing, reviewing, sampling, playing, listening, purchasing, downloading, storing, previewing, and organizing electronic publications and audio books; data synchronization computer software"
      }, {
        "id" : "MDUS_87805215",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180221",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87805215.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87805215&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180221",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87805215.gif",
        "serial" : "87805215",
        "goodsServices" : "Computer software for use in searching, browsing, reviewing, sampling, playing, purchasing, and downloading live and pre-recorded audio and video content"
      }, {
        "id" : "MDUS_87801324",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180216",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87801324.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87801324&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "28",
          "classDescription" : "Games; toys; sports equipment"
        } ],
        "ip_firstPubFilingDate" : "20180216",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87801324.gif",
        "trademark" : "TV",
        "serial" : "87801324",
        "goodsServices" : "video game consoles; controllers for game consoles; video output games, namely, video output game machines for use with televisions; apparatus for electronic games adapted for use with an external display screen or monitor"
      }, {
        "id" : "MDUS_87757356",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20180116",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87757356.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87757356&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20180116",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87757356.gif",
        "trademark" : "FACE ID",
        "serial" : "87757356",
        "goodsServices" : "Computer hardware and software for secure biometric authentication and password management for use on computers, handheld mobile digital electronic devices and mobile telephones"
      }, {
        "id" : "MDUS_87730536",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171221",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87730536.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87730536&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "10",
          "classDescription" : "Medical  apparatus and instruments"
        }, {
          "classId" : "28",
          "classDescription" : "Games; toys; sports equipment"
        } ],
        "ip_firstPubFilingDate" : "20171221",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87730536.gif",
        "trademark" : "CONNECTS TO APPLE WATCH",
        "serial" : "87730536",
        "goodsServices" : "Computer software, including computer software in the field of health, fitness, exercise, and wellness Health, fitness, exercise, and wellness sensors, monitors and displays; medical apparatus and devices Fitness and exercise machines and equipment; body-building apparatus"
      }, {
        "id" : "MDUS_87730728",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171221",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87730728.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87730728&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        }, {
          "classId" : "10",
          "classDescription" : "Medical  apparatus and instruments"
        }, {
          "classId" : "28",
          "classDescription" : "Games; toys; sports equipment"
        } ],
        "ip_firstPubFilingDate" : "20171221",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87730728.gif",
        "trademark" : "CONNECT TO APPLE WATCH",
        "serial" : "87730728",
        "goodsServices" : "Computer software, including computer software in the field of health, fitness, exercise, and wellness Health, fitness, exercise, and wellness sensors, monitors and displays; medical apparatus and devices Fitness and exercise machines and equipment; body-building apparatus"
      }, {
        "id" : "MDUS_87721788",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171214",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87721788.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87721788&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "35",
          "classDescription" : "Advertising; business"
        } ],
        "ip_firstPubFilingDate" : "20171214",
        "trademark" : "BUSINESS CHAT",
        "serial" : "87721788",
        "goodsServices" : "Business consulting services; advertising, marketing, and promotion services; advertising and marketing consultation; creating indexes of information, sites and other resources available on global computer networks and other electronic and communications networks for others; providing, searching, browsing and retrieving information, sites, and other resources available on global computer networks and other electronic and communications networks for others; organizing content of information provided over a global computer network and other electronic and communications networks according to user preferences; providing business, consumer, and commercial information over computer networks and global communication networks"
      }, {
        "id" : "MDUS_87721802",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171214",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87721802.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87721802&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "42",
          "classDescription" : "Scientific and technological services and research and design relating thereto; industrial analysis and research services; design and development of computer hardware and software."
        } ],
        "ip_firstPubFilingDate" : "20171214",
        "trademark" : "BUSINESS CHAT",
        "serial" : "87721802",
        "goodsServices" : "Provision of Internet search engine services; design and development of computer hardware and software"
      }, {
        "id" : "MDUS_87721768",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171214",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87721768.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87721768&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20171214",
        "trademark" : "BUSINESS CHAT",
        "serial" : "87721768",
        "goodsServices" : "Computer software; downloadable pre-recorded audio, video and multimedia content"
      }, {
        "id" : "MDUS_87721797",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171214",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87721797.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87721797&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "38",
          "classDescription" : "Telecommunications"
        } ],
        "ip_firstPubFilingDate" : "20171214",
        "trademark" : "BUSINESS CHAT",
        "serial" : "87721797",
        "goodsServices" : "Telecommunication services; transmission of data and of information by electronic means; delivery of messages by electronic transmission"
      }, {
        "id" : "MDUS_87719586",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171213",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87719586.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87719586&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "25",
          "classDescription" : "Clothing; footwear; headgear"
        } ],
        "ip_firstPubFilingDate" : "20171213",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87719586.gif",
        "serial" : "87719586",
        "goodsServices" : "Clothing, namely, t-shirts; headwear, namely, hats and caps"
      }, {
        "id" : "MDUS_87710945",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171206",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87710945.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87710945&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20171206",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87710945.gif",
        "serial" : "87710945",
        "goodsServices" : "Computers; computer peripheral devices; computer hardware; cameras; handheld and mobile digital electronic devices for the sending and receiving of telephone calls, electronic mail, and other digital data, and for use as a handheld computer, personal digital assistant, electronic organizer, electronic notepad; telephone-based information retrieval software; telephones; voice recognition apparatus; computer software for personal information management; voice recognition software; speech to text conversion software; voice-enabled software applications; mobile telephone software; computer software for accessing, browsing and searching online databases; computer software for the redirection of messages, Internet e-mail, and/or other data to one or more electronic handheld devices from a data store on or associated with a personal computer or a server; computer software used to process voice commands, and create audio responses to voice commands; computer software for dictation; computer software for scheduling appointments, reminders, and events on an electronic calendar; computer software for storing, organizing, and accessing phone numbers, addresses, and other personal contact information; computer software for global positioning and for providing travel directions; computer software for enabling hands-free use of a mobile phone through voice recognition; computer software for making travel arrangements; computer software for making reservations at hotels and restaurants; computer software for providing consumer resources for searching, locating, and providing directions for the purchase, consumption and use of a wide range of consumer products, services and information over a global communications network and using connected access in any format, namely, mobile communication devices, desktop, email, voice or social media channels"
      }, {
        "id" : "MDUS_87706064",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171203",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87706064.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87706064&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20171203",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87706064.gif",
        "serial" : "87706064",
        "goodsServices" : "Computer software for contact information management sold as a feature of computers and handheld mobile digital electronic devices comprised of mobile phones, digital audio and video players, handheld computers, and tablet computers"
      }, {
        "id" : "MDUS_87703719",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171130",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87703719.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87703719&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_issueRegDate" : "20180717",
        "ip_firstPubFilingDate" : "20171130",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87703719.gif",
        "trademark" : "280",
        "serial" : "87703719",
        "registrationDate" : "20180717",
        "goodsServices" : "Computer software for use in searching, transmitting, storing, accessing, finding, organizing and viewing geographic locations, and for providing traffic information, travel route planning, driving and walking directions, customized mapping of locations, electronic map display, and destination information"
      }, {
        "id" : "MDUS_87689904",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171117",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87689904.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87689904&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20171117",
        "trademark" : "PROMOTION",
        "serial" : "87689904",
        "goodsServices" : "Computer graphics software; computers; computer display screens; handheld mobile digital electronic devices used to access the Internet, electronic mail, digital audio and video, and other digital data, namely, mobile telephones, smartphones, personal digital assistants, electronic personal organizers, and electronic notepad computers; computer software for managing computer display screens"
      }, {
        "id" : "MDUS_87689933",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171117",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87689933.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87689933&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20171117",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87689933.gif",
        "trademark" : "ML",
        "serial" : "87689933",
        "goodsServices" : "computer software used in developing other software applications; application development software"
      }, {
        "id" : "MDUS_87675810",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171107",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87675810.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87675810&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_issueRegDate" : "20180626",
        "ip_firstPubFilingDate" : "20171107",
        "imageLink" : "https://www.onscope.com/ipowner/en/ip/mdus/87675810.gif",
        "serial" : "87675810",
        "registrationDate" : "20180626",
        "goodsServices" : "Computer hardware and software for secure biometric authentication, and password management and protection for use on computers, handheld mobile digital electronic devices and mobile telephones"
      }, {
        "id" : "MDUS_87674078",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171106",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87674078.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87674078&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_issueRegDate" : "20180410",
        "ip_firstPubFilingDate" : "20171106",
        "trademark" : "ANIMOJI",
        "serial" : "87674078",
        "registrationDate" : "20180410",
        "goodsServices" : "Computer software for use in capturing and enhancing images and video; computer software for creating, recording, viewing, sharing, and transmitting electronic messages; computer software for use in facial recognition and mapping"
      }, {
        "id" : "MDUS_87671766",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171103",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87671766.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87671766&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20171103",
        "trademark" : "CORE ML",
        "serial" : "87671766",
        "goodsServices" : "computer software used in developing other software applications; application development software"
      }, {
        "id" : "MDUS_87671810",
        "ownerId" : [ "000000024" ],
        "jurisdiction" : "USPTO",
        "ipType" : "Trademark",
        "filingDate" : "20171103",
        "link" : "https://www.onscope.com/ipowner/en/ip/mdus/87671810.html",
        "ipOfficeLink" : "http://tsdr.uspto.gov/#caseNumber=87671810&caseType=SERIAL_NO&searchType=statusSearch",
        "classes" : [ {
          "classId" : "09",
          "classDescription" : "Scientific and electric apparatus and instruments"
        } ],
        "ip_firstPubFilingDate" : "20171103",
        "trademark" : "BEDDIT",
        "serial" : "87671810",
        "goodsServices" : "electric or electronic sensors used to measure, collect and track environmental variables, namely, temperature, and air quality during sleep; computer software, and software applications for mobile devices used for collection and analysis of variables related to sleep, general well-being, health and environmental variables, namely, temperature, air quality, and ambient noise during sleep; computer software and monitoring software used to collect, measure, analyze, and track data for sleep research; software used for promoting sleep hygiene, healthy living, general health, and for measuring environmental variables, namely, computer software to organize personal sleep data or featuring information in the field of sleep hygiene, healthy living, general health, and for measuring environmental variables, namely, temperature, air quality, and ambient noise during sleep; general wellness devices, namely, electronic storage device in the nature of memory media for storing collected information on sleep patterns, well-being, health and environmental variables, namely, temperature, light, air quality, and ambient noise during sleep for scientific purposes; measuring, detecting and monitoring instruments, indicators and controllers for use in detecting physiological conditions indicative of a user's sleep cycle, sleep patterns and general wellness; tracking devices for use in detecting physiological conditions indicative of a user's sleep cycle, sleep patterns and general wellness; portable sensors and detectors for use in detecting physiological conditions indicative of a user's sleep cycle, sleep patterns and general wellness; portable monitoring instruments for use in detecting physiological conditions indicative of a user's sleep cycle, sleep patterns and general wellness, none of the foregoing goods intended for medical use"
      } ],
      "patent5yearPublicationsTotal" : 13254,
      "trademark5yearFilingsTotal" : 409
    }
  } ]
}

Owner Mapping Endpoint

The endpoint for Owner Mapping is the following URL:

https://www.onscope.com/ipowner/api/owner-mapping/v1

Request Parameters

Parameter Description
user_key
(required)
Security key needed to access the API. Request your key for a trial.
owner_name
(one of owner_name or brand must be present)
Owner Name : Searched name. If the legal suffix is omitted, the mapping function will also return other companies that start with the searched name.
brand
(one of owner_name or brand must be present)
Brand : Will search trademarks matching the provided brand and return the owners of those trademarks. May use the goods parameter to help with disambiguation when multiple trademarks exist for same brand.
goods
(optional, in combination with the brand parameter)
Goods : List of comma separated goods expressions to help with disambiguation when multiple trademarks exist for the same brand. Ex: kitchen applicances, knives, electric mixers

Owner Name Example

GET https://www.onscope.com/ipowner/api/owner-mapping/v1?user_key=[user_key]&owner_name=apple
    	
OUTPUT:
{
  "bestCandidate" : {
    "id" : "24",
    "name" : "Apple Inc.",
    "country" : "United States of America",
    "stockExchange" : "nasdaq",
    "stockSymbol" : "AAPL",
    "subsidiaryId" : [ "660145", "46841", "260825", "417440", "951144", "136691", "460568", "610343", "1379452", "819498", "40", "136694", "110368" ],
    "activeIPQty" : 25925,
    "activeIPQtyIncludingSubs" : 26449
  },
  "allCandidates" : [ {
    "owner" : {
      "id" : "24",
      "name" : "Apple Inc.",
      "country" : "United States of America",
      "stockExchange" : "nasdaq",
      "stockSymbol" : "AAPL",
      "subsidiaryId" : [ "660145", "46841", "260825", "417440", "951144", "136691", "460568", "610343", "1379452", "819498", "40", "136694", "110368" ],
      "activeIPQty" : 25925,
      "activeIPQtyIncludingSubs" : 26449
    },
    "score" : 1.0,
    "tags" : [ "Exact", "WordPrefix" ]
  }, {
    "owner" : {
      "id" : "2541816",
      "name" : "Apple JV Holding Corp",
      "country" : "United States of America",
      "subsidiaryId" : [ "85414" ],
      "activeIPQty" : 0,
      "activeIPQtyIncludingSubs" : 116
    },
    "score" : 0.5,
    "tags" : [ "WordPrefix" ]
  }, 
  ...

Brand Example

GET https://www.onscope.com/ipowner/api/owner-mapping/v1?user_key=[user_key]&brand=apple&goods=computers
    	
OUTPUT:
{
  "bestCandidate" : {
    "id" : "24",
    "name" : "Apple Inc.",
    "country" : "United States of America",
    "stockExchange" : "nasdaq",
    "stockSymbol" : "AAPL",
    "subsidiaryId" : [ "660145", "46841", "260825", "417440", "951144", "136691", "460568", "610343", "1379452", "819498", "40", "136694", "110368" ],
    "activeIPQty" : 25925,
    "activeIPQtyIncludingSubs" : 26449
  },
  "allCandidates" : [ {
    "owner" : {
      "id" : "24",
      "name" : "Apple Inc.",
      "country" : "United States of America",
      "stockExchange" : "nasdaq",
      "stockSymbol" : "AAPL",
      "subsidiaryId" : [ "660145", "46841", "260825", "417440", "951144", "136691", "460568", "610343", "1379452", "819498", "40", "136694", "110368" ],
      "activeIPQty" : 25925,
      "activeIPQtyIncludingSubs" : 26449
    },
    "score" : 1.0,
    "tags" : [ "Trademark", "Goods", "Exact" ]
  }, {
    "owner" : {
      "id" : "378",
      "name" : "Scholastic Inc.",
      "country" : "United States of America",
      "subsidiaryId" : [ "1441779", "776423", "1251744", "1345661" ],
      "activeIPQty" : 595,
      "activeIPQtyIncludingSubs" : 625
    },
    "score" : 0.0625,
    "tags" : [ "Trademark" ]
  },
  ...
  

Response Format

Top Level Element

Field Description
bestCandidate Owner details for the highest scoring candidate.
allCandidates All candidates ordered from highest to lowest score.
  The score attribute is a number between 0 and 1, 1 being the higest quality candidate.
  The tags attribute permits to understand what part of the mapping process brought in the candidate.

Owner Element

Field Description
id Unique owner identifier within the IP owner database.
name Owner’s legal name
country Owner’s country
stockSymbol Stock symbol for publicly traded companies. Ex: MSFT, AAPL, AMZN
stockExchange Stock exchange, nyse, nasdaq, amex, tsx, tsxv, etc. Contact us to know more about our stock exchange coverage.
subsidiaryId List of owner IDs that are subsidiaries of the owner. Use these owner IDs with the Owner endpoint.
activeIPQty Number of active IP records associated to the owner.
activeIPQtyIncludingSubs Number of active IP records associated to the owner and its subsidiaries.

Tags

Tags are attached to candidates to indicate what part of the mapping algorithm brought in the result. Here is the list of possible tags:

Tag Description
Exact The owner_name or brand paramter matches 'exactly' the owner's name. If the searched name does not include the legal suffix, the mapping algorithm use a special index where the legal suffixes have been removed. We also apply a normalization to handle special caracters, accents, ponctuation, etc.
WordPrefix The owner_name matches the first word(s) of the owner's name. That search does not apply when using the brand parameter.
Trademark The brand matches the owner's trademark. That search does not apply when using the owner_name parameter.
Goods One of the goods expression is found in the owner's trademark goods and services description.