WO2014069882A1 - Procédé et appareil de traitement de page web dans un dispositif terminal à l'aide d'un serveur infonuagique - Google Patents

Procédé et appareil de traitement de page web dans un dispositif terminal à l'aide d'un serveur infonuagique Download PDF

Info

Publication number
WO2014069882A1
WO2014069882A1 PCT/KR2013/009698 KR2013009698W WO2014069882A1 WO 2014069882 A1 WO2014069882 A1 WO 2014069882A1 KR 2013009698 W KR2013009698 W KR 2013009698W WO 2014069882 A1 WO2014069882 A1 WO 2014069882A1
Authority
WO
WIPO (PCT)
Prior art keywords
webpage
information
terminal device
tile
cloud server
Prior art date
Application number
PCT/KR2013/009698
Other languages
English (en)
Inventor
Eun Namgung
Original Assignee
Samsung Electronics Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Samsung Electronics Co., Ltd. filed Critical Samsung Electronics Co., Ltd.
Priority to US14/439,751 priority Critical patent/US20150293929A1/en
Publication of WO2014069882A1 publication Critical patent/WO2014069882A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1454Digital output to display device ; Cooperation and interconnection of the display device with other functional units involving copying of the display data of a local workstation or window to a remote workstation or window so that an actual copy of the data is displayed simultaneously on two or more displays, e.g. teledisplay
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2340/00Aspects of display data processing
    • G09G2340/04Changes in size, position or resolution of an image
    • G09G2340/0464Positioning
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/02Networking aspects
    • G09G2370/022Centralised management of display operation, e.g. in a server instead of locally
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/02Networking aspects
    • G09G2370/027Arrangements and methods specific for the display of internet documents

Definitions

  • the present invention relates to a method and apparatus for outputting a webpage, which is processed in a cloud server, from a terminal device.
  • a terminal device When a terminal device receives a request to output a webpage, the terminal device downloads required data such as texts or images from a Uniform/Universal resource locator (URL) of the webpage in a web browser of the terminal device, configures an appropriate layout by interpreting a Hypertext Mark-up Language (HTML) or a java script which configures the webpage, and then outputs the webpage on a display screen of the terminal device according to the configured layout.
  • URL Uniform/Universal resource locator
  • a low-technical grade terminal device has a functional problem in outputting a high-technical grade webpage.
  • terminal devices use various layout schemes in consideration of their functional limits, a webpage is differently output from the terminal devices.
  • the present invention provides a method and apparatus for processing a webpage in a terminal device by using a cloud server.
  • the present invention provides a method and apparatus for processing a webpage in a terminal device by using a cloud server.
  • FIG. 1 is a block diagram illustrating a system for processing a webpage of a terminal device by using a cloud server according to an embodiment of the present invention
  • FIG. 2(a) is a block diagram illustrating a structure of a cloud server that provides a webpage to a terminal device by processing the webpage, according to an embodiment of the present invention
  • FIG. 2(b) is a block diagram illustrating another structure of the cloud server that provides a webpage to a terminal device by processing the webpage, according to another embodiment of the present invention
  • FIG. 3(a) is a block diagram illustrating a structure of the terminal device that processes a webpage by using the cloud server of FIG. 2(a) and then outputs the webpage, according to an embodiment of the present invention
  • FIG. 3(b) is a block diagram illustrating a structure of the terminal device that processes a webpage by using the cloud server of FIG. 2(b) and then outputs the webpage, according to another embodiment of the present invention
  • FIG. 4 is a flowchart of a method of processing, by the terminal device, a webpage by using the cloud server, according to an embodiment of the present invention
  • FIG. 5 is a flowchart of a method of processing, by the cloud server, a webpage in response to a request from the terminal device, according to an embodiment of the present invention
  • FIG. 6 illustrates examples in which the cloud server that processes and outputs a webpage to the terminal device
  • FIG. 7 is a block diagram illustrating a structure of a cloud server that provides a webpage to a terminal device by processing the webpage based on changed view port information, according to another embodiment of the present invention.
  • FIG. 8 is a block diagram illustrating a structure of the terminal device that outputs a webpage by processing the webpage according to changed view port information by using the cloud server, according to another embodiment of the present invention.
  • FIG. 9 is a flowchart of a method of processing, by the cloud server, a webpage according to changed view port information, in response to a request from the terminal device, according to another embodiment of the present invention.
  • FIG. 10 is a flowchart of a method of processing, by the terminal device, a webpage by using the cloud server based on changed view port information, according to another embodiment of the present invention.
  • FIG. 11 is a flowchart of a method of processing, by the terminal device, a webpage by using the cloud server based on changed view port information, according to another embodiment of the present invention.
  • FIG. 12 illustrates examples in which the terminal device that processes a webpage by using the cloud server based on changed view port information, according to an embodiment of the present invention
  • FIG. 13 is a block diagram illustrating a structure of a cloud server that processes a webpage and provides the webpage to a terminal device when an input is performed on the webpage, according to another embodiment of the present invention
  • FIG. 14 is a block diagram illustrating a structure of the terminal device that processes and outputs a webpage by using the cloud server when an input is performed on the webpage, according to another embodiment of the present invention.
  • FIG. 15 is a flowchart of a method of processing, by the cloud server, a webpage when an input is performed on the webpage that is displayed on the terminal device, according to another embodiment of the present invention.
  • FIG. 16 is a flowchart of a method of processing, by the terminal device, a webpage by using the cloud server when an input is performed on the webpage that is displayed on the terminal device, according to another embodiment of the present invention
  • FIG. 17 is a block diagram illustrating a structure of a cloud server that provides a webpage to a terminal device by processing the webpage when data other than image is included in the webpage, according to anther embodiment of the present invention
  • FIG. 18 is a block diagram illustrating a structure of the terminal device that processes a webpage by using the cloud server and then outputs the webpage when data other than image is included in the webpage, according to anther embodiment of the present invention
  • FIG. 19 is a flowchart of a method of processing, by the cloud server, a webpage when data other than image is included in the webpage, according to anther embodiment of the present invention.
  • FIG. 20 is a flowchart of a method of processing, by the terminal device, a webpage by using the cloud server and outputting the webpage when data other than image is included in the webpage, according to anther embodiment of the present invention.
  • a method of processing, by a terminal device, a webpage including operations of transmitting address information of the webpage and display environment information of the terminal device to a cloud server; receiving information about a layout of the webpage and a tile of the webpage from the cloud server, in response to the transmission; and displaying the tile of the webpage according to the information, wherein the tile of the webpage is one of a plurality of images that are obtained in a manner that the cloud server divides the webpage into the plurality of images according to the display environment information of the terminal device.
  • the method may further include operations of changing, by a user, a view port of the webpage; displaying a tile that corresponds to a position and a size of the changed view port and that is from among a plurality of tiles of the webpage which are received from the cloud server; transmitting information about the position and the size of the changed view port to the cloud server; and receiving at least one tile of the webpage from the cloud server, wherein the at least one tile is one of a plurality of images that are obtained in a manner that the cloud server divides the webpage into the plurality of images according to the display environment information of the terminal device, based on the changed view port.
  • the method may further include operations of occurring, by a user, an input on the webpage; transmitting coordinate information about coordinates of the input on the webpage to the cloud server; and receiving a result of an event, which is caused by the input, from the cloud server and outputting the result of the event.
  • the operation of displaying the tile may include operations of, when the tile includes data other than image, receiving data output information required to output the data other than image; receiving the data other than image by using address information of the data other than image which is included in the data output information; processing the data other than image by using the data output information; combining the data other than image with the tile; and outputting the tile combined with the data other than image to the terminal device.
  • a method of processing, by a cloud server, a webpage including operations of receiving address information of the webpage and display environment information of the terminal device from the terminal device; configuring a layout of the webpage which corresponds to the address information, in consideration of the display environment information of the terminal device; dividing the webpage into a plurality of images according to the layout and thus generating tiles; and transmitting at least one tile of the tiles and information about the layout to the terminal device.
  • the method may further include operations of receiving information about a position and a size of a changed view port from the terminal device; generating tiles by dividing the webpage into a plurality of images based on the information about the position and the size of the changed view port, according to the layout; and transmitting at least one tile of the tiles to the terminal device.
  • the method may further include operations of receiving a plurality of pieces of event information about events that possibly occur on the webpage according to inputs from the terminal device; receiving input information, which is about an input that occurs on the webpage, from the terminal device; determining existence of event information from among the plurality of pieces of event information which corresponds to the input information; when the event information that corresponds to the input information exists, performing an event according to the event information; and transmitting a response message including a performance result of the event to the terminal device, wherein the input information about the input with respect to the webpage includes coordinate information about coordinates of the input occurred on the webpage.
  • the operation of dividing and thus generating may include operations of, when data other than image is included in the tiles, dividing the webpage into the plurality of images without considering the data other than image and thus generating the tiles; and transmitting output information about the data other than image to the terminal device, wherein the output information includes information about a method of processing the data other than image, information about a position at which the data other than image is received, or information about an area of one of the tiles on which the data other than image is displayed.
  • the method may further include operations of determining whether layout information and a tile of the webpage are stored, wherein the layout information and the tile are generated according to display environment information that corresponds to information of the webpage and the display environment information of the terminal device; when the layout information and the tile of the webpage are stored, generating tiles by dividing the webpage into a plurality of images by using the layout information and the tile; and transmitting at least one tile of the tiles to the terminal device.
  • FIG. 1 is a block diagram illustrating a system for processing a webpage of a terminal device by using a cloud server according to an embodiment of the present invention.
  • the system may include a cloud server 100, a terminal device 200, and a network 300.
  • the cloud server 100 may configure a layout of a webpage, in consideration of display environment information of the terminal device 200, may generate tiles by dividing the webpage into a plurality of images according to the layout, and may provide the tiles to the terminal device 200.
  • the terminal device 200 may receive the webpage in an image form, which is processed by the cloud server 100, from the cloud server 100 and may output the webpage.
  • the terminal device 200 may be one of various devices used by a user, and may include a personal computer (PC), a notebook computer, a mobile phone, a tablet PC, a navigation terminal, a smart phone, a personal digital assistant (PDA), a smart TV, a portable multimedia player (PMP), and a digital broadcasting receiver.
  • PC personal computer
  • PDA personal digital assistant
  • PMP portable multimedia player
  • the network 300 provides a path for data exchange between the cloud server 100 and the terminal device 200.
  • FIG. 2(a) is a block diagram illustrating a structure of a cloud server 400 that provides a webpage to a terminal device 500 (refer to FIG. 3(a)) by processing the webpage, according to an embodiment of the present invention.
  • the cloud server 400 may include a communication unit 410, a layout configuration unit 420, and a tile generation unit 430.
  • the communication unit 410 exchanges data with a plurality of the terminal devices 500 via a network (not shown).
  • the layout configuration unit 420 configures a layout of a webpage according to layout information of the webpage that is downloaded by using address information of the webpage.
  • the configuration of the layout means configuration of a render tree and a DOM tree.
  • the DOM tree may indicate a structure of the webpage, and the render tree may indicate how each configuring element of the DOM tree is displayed and may include information about a style and an array order.
  • the tile generation unit 430 configures the webpage according to the layout configured by the layout configuration unit 420, divides the webpage, which is configured based on a display size of the terminal device 500, into a plurality of image, and thus generates tiles.
  • the webpage is divided into one or more areas according to the layout, and the divided webpages are separately displayed in the one or more areas, respectively.
  • areas of a display screen which are divided according to the layout information and a size of a webpage of each of the areas, only one tile may be generated or a plurality of tiles may be generated.
  • the tile generation unit 430 may divide the entire webpage or some parts of the webpage into the plurality of images and thus may generate the tiles.
  • a size of the tiles may match with the display size of the terminal device 500 according to the layout configured by the layout configuration unit 420.
  • the generation of the tiles by the tile generation unit 430 will be described in detail with reference to FIG. 6.
  • FIG. 2(b) is a block diagram illustrating another structure of the cloud server 400 that provides a webpage to a terminal device 500 (refer to FIG. 3(b)) by processing the webpage, according to another embodiment of the present invention.
  • the cloud server 400 may include the communication unit 410, the layout configuration unit 420, the tile generation unit 430, and a storage unit 440.
  • the communication unit 410, the layout configuration unit 420, the tile generation unit 430 of FIG. 2(b) correspond to the communication unit 410, the layout configuration unit 420, and the tile generation unit 430 of FIG. 2(a), respectively, and thus redundant descriptions thereof are omitted here.
  • the storage unit 440 may store layout information of the webpage which is configured by the layout configuration unit 420, and tiles of the webpage which are generated by the tile generation unit 430.
  • the storage unit 440 may include all types of storage mediums such as a read access memory (RAM), a read only memory (ROM), a hard disk drive (HDD), a flash memory, a CD-ROM, a DVD, or the like.
  • FIG. 3(a) is a block diagram illustrating a structure of the terminal device 500 that processes a webpage by using the cloud server 400 of FIG. 2(a) and then outputs the webpage, according to an embodiment of the present invention.
  • the terminal device 500 of FIG. 3(a) may include a communication unit 510, an output unit 520, a storage unit 530, and a control unit 540.
  • the communication unit 510 exchanges data with the cloud server 400 via a network (not shown).
  • the output unit 520 displays tiles of the webpage, which are received from the cloud server 400, according to a layout of the webpage.
  • the tiles of the webpage in an image form may be displayed in areas, respectively, according to the layout that is configured by the cloud server 400.
  • the storage unit 530 stores the tiles of the webpage which are received from the cloud server 400, and layout information of the webpage which is configured by the cloud server 400.
  • the storage unit 530 may include all types of storage mediums such as a RAM, a ROM, a HDD, a flash memory, a CD-ROM, a DVD, or the like.
  • the terminal device 500 may generate the tiles of the webpage by using the layout information and the tiles which are stored in the storage unit 530 and may provide them to the other terminal device.
  • the control unit 540 controls all operations of the terminal device 500, builds a basic platform environment of the terminal device 500 by operating based on an operational program stored in the storage unit 530, and provides an arbitrary function by executing an application program according to user selection.
  • the control unit 540 transmits address information of a webpage to be output, and display information of the terminal device 500 to the cloud server 400, and displays layout information and tiles of the webpage which are received in response to the transmission.
  • the control unit 540 may transmit only identification (ID) information of the terminal device 500.
  • control unit 540 may divide an output area of the terminal device 500 into a plurality of areas according to the layout information of the webpage which is configured by the cloud server 400, and may control the tiles, which are received from the cloud server 400, to be output to the areas, respectively.
  • FIG. 3(b) is a block diagram illustrating a structure of the terminal device 500 that processes a webpage by using the cloud server 400 of FIG. 2(b) and then outputs the webpage, according to another embodiment of the present invention.
  • the terminal device 500 of FIG. 3(b) may include the communication unit 510, the output unit 520, the storage unit 530, the control unit 540, and an input unit 550.
  • the communication unit 510, the output unit 520, the storage unit 530, and the control unit 540 of FIG. 3(b) correspond to the communication unit 510, the output unit 520, the storage unit 530, and the control unit 540 of FIG. 3(a), respectively, and thus redundant descriptions thereof are omitted here.
  • the control unit 540 may include a webpage configuration requesting unit 541, a layout processing unit 542, and a tile processing unit 543.
  • the webpage configuration requesting unit 541 transmits display environment information of the terminal device 500 and address information of a webpage to the cloud server 400 and then requests the cloud server 400 to process and transmit the webpage.
  • the webpage configuration requesting unit 541 may transmit only ID information of the terminal device 500.
  • the layout processing unit 542 divides an area of a display screen into a plurality of areas according to layout information of the webpage which is configured by the cloud server 400, and controls tiles to be displayed in the areas, respectively.
  • the tile processing unit 543 determines a tile to be displayed from among a plurality of tiles received from the cloud server 400, according to predetermined setting information.
  • a tile is generated by dividing a webpage into a plurality of images, and in this regard, only one tile or a plurality of tiles may be generated according to at least one area of a display screen which is divided according to layout information.
  • a tile to be displayed in an area from which a plurality of tiles were generated may be determined from among the plurality of tiles, by the tile processing unit 543.
  • a tile that corresponds to a location of a changed view port may be displayed.
  • the webpage configuration requesting unit 541, the layout processing unit 542, and the tile processing unit 543 may be implemented by software, hardware, or combination of software and hardware.
  • the webpage configuration requesting unit 541, the layout processing unit 542, and the tile processing unit 543 may be stored as programs in the storage unit 530 and then may be implemented when the control unit 540 executes the webpage configuration requesting unit 541, the layout processing unit 542, and the tile processing unit 543.
  • the input unit 550 may be a means to generate a user input signal for controlling or operating the terminal device 500 in response to user manipulation and may be embodied as one of various input means.
  • a webpage output request by a user or the change of the view port may be input to the terminal device 500 via the input unit 550.
  • FIG. 4 is a flowchart of a method of processing, by the terminal device 500, a webpage by using the cloud server 400 of FIG. 2, according to an embodiment of the present invention.
  • the terminal device 500 transmits address information of a webpage to be output and display information of the terminal device 500 to the cloud server 400 and thus requests the cloud server 400 to process and to transmit the webpage (operation S401).
  • the terminal device 500 may transmit only ID information of the terminal device 500.
  • the terminal device 500 receives layout configuration information of the webpage and a tile from the cloud server 400 (operation S403).
  • the terminal device 500 may display the tile according to the layout configuration information of the webpage which is received from the cloud server 400 (operation S405).
  • FIG. 5 is a flowchart of a method of processing, by the cloud server 400, a webpage in response to a request from the terminal device 500, according to an embodiment of the present invention.
  • the cloud server 400 receives address information of the webpage to be output and display information of the terminal device 500 from the terminal device 500 (operation S501).
  • the cloud server 400 may download data of the webpage by using the address information of the webpage according to the request from the terminal device 500, and may configure a layout of the webpage in consideration of the display information of the terminal device 500 (operation S503).
  • the layout of the webpage may vary according to the display information of the terminal device 500. Since a layout that is comfortable to eyes of a user may vary according to a size of a display of the terminal device 500, the display information of the terminal device 500 may be considered in configuration of the layout. For example, in a case of the same webpage, configuration of a layout when the webpage is output to a PC monitor may be different from configuration of a layout when the webpage is output to a mobile phone, in consideration of a small display size of the mobile terminal.
  • the cloud server 400 may configure the layout of the webpage, may divide the webpage into a plurality of images according to the layout, and thus may generate a tile (operation S505).
  • a tile operation S505
  • areas of a display screen which are divided according to the layout information, and a size of a webpage of each of the areas only one tile may be generated or a plurality of tiles may be generated. That is, the tile of the webpage may be generated for each of the areas that are divided according to the layout.
  • the cloud server 400 may generate the tile of the webpage for each of the areas that are divided according to the layout, and then may transmit the generated tile and the layout information to the terminal device 500 (operation S507).
  • FIG. 6 illustrates examples in which the cloud server 400 that processes and outputs a webpage to the terminal device 500.
  • FIG. 6(a) illustrates the example of a configured layout of a webpage, and in this regard, when the terminal device 500 has a vertically long display, the layout in which a title 10, a menu 20, and a body 30 are sequentially arrayed may be configured.
  • a size of areas of the title 10 and the menu 20 may be equal to a size of an area of the webpage, so that one tile may be generated in the area of the webpage which corresponds to the title 10 and the menu 20.
  • a plurality of tiles may be generated in an area of the webpage which corresponds to the body 30.
  • FIGS. 6(a) and 6(b) illustrate the examples in which the tiles are generated in the area of the webpage which corresponds to the body 30.
  • a horizontal length of the webpage of the body 30 is equal to a horizontal length of the display of the terminal device 500, a plurality of tiles may be generated in a vertical direction as shown in FIG. 6(c).
  • FIG. 6(b) illustrates the example in which a tile that is positioned in a view port of the body 30 is displayed, wherein the tile is from among a plurality of tiles that are generated by dividing the webpage of the body 30 into a plurality of images.
  • the view port means a screen display area of the webpage which is to be displayed on the display of the terminal device 500.
  • the view port may be a position that is designated on the webpage according to a setting.
  • FIG. 7 is a block diagram illustrating a structure of a cloud server 600 that provides a webpage to a terminal device 700 by processing the webpage based on changed view port information, according to another embodiment of the present invention.
  • the cloud server 600 may include a communication unit 610, a layout configuration unit 620, a tile generation unit 630, and a storage unit 640.
  • the communication unit 610, the layout configuration unit 620, the tile generation unit 630, and the storage unit 640 correspond to the communication unit 410, the layout configuration unit 420, the tile generation unit 430, and the storage unit 440 of FIG. 2, respectively, and thus redundant descriptions thereof are omitted here.
  • the tile generation unit 630 configures the webpage according to a layout configured by the layout configuration unit 620, and generates tiles by dividing the webpage into a plurality of images according to a size of a display of the terminal device 700.
  • the tile generation unit 630 re-generates tiles by dividing the webpage into a plurality of images according to the changed view port information.
  • a view port may be changed in response to a user input.
  • a position of the view port to be displayed may be changed, and when the user enlarges or reduces a screen, a size of the view port to be displayed may be changed.
  • the re-generation of the tiles by the tile generation unit 630 in a case of a change in the view port, may be described in detail with reference to FIG. 12.
  • FIG. 8 is a block diagram illustrating a structure of the terminal device 700 that outputs a webpage by processing the webpage according to changed view port information by using the cloud server 600, according to another embodiment of the present invention.
  • the terminal device 700 may include a communication unit 710, an output unit 720, a storage unit 730, a control unit 740, and an input unit 750.
  • the communication unit 710, the output unit 720, the storage unit 730, the control unit 740, and the input unit 750 of FIG. 8 may correspond to the communication unit 510, the output unit 520, the storage unit 530, the control unit 540, and the input unit 550 of FIG. 3, respectively, and thus redundant descriptions thereof are omitted here.
  • the control unit 740 may include a webpage configuration requesting unit 741, a layout processing unit 742, a tile processing unit 743, and a view port detecting unit 744.
  • the webpage configuration requesting unit 741 transmits display environment information of the terminal device 500 and address information of the webpage to the cloud server 600 and then requests the cloud server 600 to process and transmit the webpage.
  • the webpage configuration requesting unit 741 may transmit changed view port information to the cloud server 600 and then may request the cloud server 600 to transmit a tile that is generated based on the changed view port.
  • the view port detecting unit 744 may detect the change of the view port and thus may generate position information and size information about the changed view port.
  • FIG. 9 is a flowchart of a method of processing, by the cloud server 600, a webpage according to changed view port information, in response to a request from the terminal device 500, according to another embodiment of the present invention.
  • Operation S907 of the flowchart in FIG. 9 may correspond to operation S507 of the flowchart in FIG. 5.
  • the flowchart of FIG. 9 may include operations S501, S503, and S505 before operation S907.
  • the cloud server 600 may generate tiles by dividing the webpage into a plurality of images based on the changed view port information (operation S911), and may transmit the tiles to the terminal device 700 (operation S913).
  • FIG. 10 is a flowchart of a method of processing, by the terminal device 700, a webpage by using the cloud server 600 based on changed view port information, according to another embodiment of the present invention.
  • Operation S1005 of the flowchart in FIG. 10 may correspond to operation S405 of the flowchart in FIG. 4.
  • the flowchart of FIG. 10 may include operations S401 and S403 before operation S1005.
  • the terminal device 700 may display a tile at a current changed view port by using tiles of the webpage which are previously received from the cloud server 600 and are stored in the terminal device 700, wherein the tiles exclude a tile at a previous view port (operation S1009).
  • the terminal device 700 cannot display the webpage by using the stored tiles, so that the terminal device 700 may not display the webpage corresponding to the changed view port until the terminal device 700 receives the tile, which is generated based on the changed view port, from the cloud server 600.
  • the terminal device 700 may transmit position information and size information about the changed view port on the webpage to the cloud server 600 (operation S1011), and in response to the transmission, the terminal device 700 may receive tiles, which are generated based on the changed view port, from the cloud server 600 (operation S1013).
  • the tile that is from among the received tiles and that is positioned at the changed view port may be displayed on the terminal device 700 (operation S1015), and the rest of the received tiles which are not displayed may be stored in the terminal device 700 and then may be displayed when the view port is changed.
  • FIG. 11 is a flowchart of a method of processing, by the terminal device 700, a webpage by using the cloud server 600 based on changed view port information, according to another embodiment of the present invention.
  • the cloud server 600 may download data required to configure the webpage, by using address information of the webpage (operation S1103), and may configure a layout of the webpage (operation S1105). Also, the cloud server 600 may generate tiles by dividing the webpage of each area into a plurality of images according to the layout (operation S1107).
  • the cloud server 600 may first transmit a tile to the terminal device 700, wherein the tile is from among the generated tiles and is to be displayed on the terminal device 700 (operation S1109).
  • the terminal device 700 that has received the tile to be displayed may display the tile (operation S1111), may receive the tiles except for the tile to be displayed from the cloud server 600 (operation S1113) and may store the tiles (operation S1115).
  • the terminal device 700 may transmit the changed view port information to the cloud server 600 and may request the cloud server 600 to re-generate a tile based on the changed view port information (operation S1119).
  • the cloud server 600 may generate a tile based on the changed view port information (operation S1123) and may first transmit the tile matching with the changed view port information to the terminal device 700 (operation S1125). Before the terminal device 700 receives the tile, which is re-generated based on the changed view port information, from the cloud server 600, if one of the tiles that are stored in operation S1115 is positioned at the changed view port, the terminal device 700 may display the tile that is positioned at the changed view port (operation S1121).
  • the terminal device 700 that has first received the tile matching with the changed view port information may display the tile (operation S1127), may receive the tiles that are generated based on the changed view port information (operation S1129), and may store the tiles (operation S1131).
  • FIG. 12 illustrates examples in which the terminal device 700 that processes a webpage by using the cloud server 600 based on changed view port information, according to an embodiment of the present invention.
  • FIG. 12(a) illustrates the example in which a view port is changed in a webpage 30 of a body area displayed on the terminal device 700.
  • FIG. 12(b) illustrates the example in which a tile of a webpage 30 is generated in the cloud server 600 based on a changed view port.
  • FIG. 12(c) illustrates the example in which a tile of a webpage 30 which corresponds to a changed view port is displayed.
  • FIG. 13 is a block diagram illustrating a structure of a cloud server 800 that processes a webpage and provides the webpage to a terminal device 900 when an input is performed on the webpage, according to another embodiment of the present invention.
  • the cloud server 800 may include a communication unit 810, a layout configuration unit 820, a tile generation unit 830, a storage unit 840, and an input processing unit 850.
  • the communication unit 810, the layout configuration unit 820, the tile generation unit 830, and the storage unit 840 correspond to the communication unit 410, the layout configuration unit 420, the tile generation unit 430, and the storage unit 440 of FIG. 2, respectively, and thus redundant descriptions thereof are omitted here.
  • the input processing unit 850 When the input processing unit 850 receives input information about an input performed in the terminal device 900, the input processing unit 850 performs an event according to the input by processing the input information and transmits a result of the performance to the terminal device 900.
  • the cloud server 800 may receive information from the terminal device 900, wherein the information includes coordinate information about coordinates of a touch input at a view port, view port information, and information about touch types such as a drag, a tab, and the like.
  • the input processing unit 850 detects a position of the touch input on the webpage by using the coordinate information and the view port information, and determines existence of an event to be possibly performed at the detected position according to the touch input. For the determination, the input processing unit 850 may previously collect a plurality of pieces of information about events to be possibly performed according to an input on the webpage via a webpage analysis in generation of tiles and may store the plurality of pieces of information in the storage unit 840.
  • the input processing unit 850 may configure a layout of the new webpage by using the collected information about events and may transmit a tile, which is generated according to the layout, to the terminal device 900.
  • FIG. 14 is a block diagram illustrating a structure of the terminal device 900 that processes and outputs a webpage by using the cloud server 800 when an input is performed on the webpage, according to another embodiment of the present invention.
  • the terminal device 900 may include a communication unit 910, an output unit 920, a storage unit 930, a control unit 940, and an input unit 950.
  • the communication unit 910, the output unit 920, the storage unit 930, the control unit 940, and the input unit 950 of FIG. 14 correspond to the communication unit 510, the output unit 520, the storage unit 530, the control unit 540, and the input unit 550 of FIG. 3, respectively, and thus redundant descriptions thereof are omitted here.
  • a webpage configuration requesting unit 941 corresponds to the webpage configuration requesting unit 741, the layout processing unit 742, the tile processing unit 743, and the view port detecting unit 744 of FIG. 8, respectively, and thus redundant descriptions thereof are omitted here.
  • the control unit 940 may include the webpage configuration requesting unit 941, the layout processing unit 942, the tile processing unit 943, the view port detecting unit 944, and an input processing unit 945.
  • the input processing unit 945 When the input processing unit 945 receives an input on a tile that is received from the cloud server 800 and then is displayed, via the input unit 950, the input processing unit 945 may generate input information and may request the cloud server 800 to transmit an event result.
  • the input processing unit 945 may transmit information about a touch type and coordinate information about coordinates of the touch input to the cloud server 800.
  • the input processing unit 945 may further transmit view port information, which is detected by the view port detecting unit 944, to the cloud server 800, and thus may further provide the cloud server 800 with information about an area of the webpage which is displayed on the terminal device 900.
  • FIG. 15 is a flowchart of a method of processing, by the cloud server 800, a webpage when an input is performed on the webpage that is displayed on the terminal device 900, according to another embodiment of the present invention.
  • the cloud server 800 may configure a layout of the webpage (operation S1503), may generate a tile according to the configured layout (operation S1505), and thus may transmit the tile to the terminal device 900 (operation S1509).
  • the cloud server 800 may collect event information by using data related to the webpage, wherein the event information is about an event that may be performed in an area of the webpage which corresponds to the tile, in response to the input (operation S1507).
  • the cloud server 800 may determine existence of event information corresponding to the input information, by using the event information that is collected in operation S1507 (operation S1513).
  • the cloud server 800 may perform the event according to the collected event information and may transmit a result of the event to the terminal device 900 (operation S1515).
  • FIG. 16 is a flowchart of a method of processing, by the terminal device 900, a webpage by using the cloud server 800 when an input is performed on the webpage that is displayed on the terminal device 900, according to another embodiment of the present invention.
  • the terminal device 900 may request the cloud server 800 to process the webpage (operation S1601) and, in response to the request, the terminal device 900 may receive and display a tile (operation S1603).
  • the terminal device 900 may transmit information about the input to the cloud server 800 (operation S1607), may receive a performance result of an event from the cloud server 800 and may output the performance result (operation S1609).
  • FIG. 17 is a block diagram illustrating a structure of a cloud server 1000 that provides a webpage to a terminal device 1100 by processing the webpage when data other than image is included in the webpage, according to anther embodiment of the present invention.
  • the cloud server 1000 may include a communication unit 1010, a layout configuration unit 1020, a tile generation unit 1030, a storage unit 1040, and a data processing unit 1050.
  • the communication unit 1010, the layout configuration unit 1020, the tile generation unit 1030, and the storage unit 1040 of FIG. 17 correspond to the communication unit 410, the layout configuration unit 420, the tile generation unit 430, and the storage unit 440 of FIG. 2, respectively, and thus redundant descriptions thereof are omitted here.
  • the data processing unit 1050 may control the cloud server 1000 to process and to separately transmit the data other than image to the terminal device 1100.
  • the cloud server 1000 may process and transmit the data other than image in a streaming manner to the terminal device 1100, and when the data other than image is a text, the cloud server 1000 may transmit text information and thus may allow the text to be output to the terminal device 1100.
  • FIG. 18 is a block diagram illustrating a structure of the terminal device 1100 that processes a webpage by using the cloud server 1000 and then outputs the webpage when data other than image is included in the webpage, according to anther embodiment of the present invention.
  • the terminal device 1100 may include a communication unit 1110, an output unit 1120, a storage unit 1130, a control unit 1140, and an input unit 1150.
  • the communication unit 1110, the output unit 1120, the storage unit 1130, the control unit 1140, and the input unit 1150 of FIG. 18 may correspond to the communication unit 510, the output unit 520, the storage unit 530, the control unit 540, and the input unit 550 of FIG. 3, respectively, and thus redundant descriptions thereof are omitted here.
  • a webpage configuration requesting unit 1141, a layout processing unit 1142, and a tile processing unit 1143 of FIG. 18 correspond to the webpage configuration requesting unit 541, the layout processing unit 542, and the tile processing unit 543 of FIG. 3, respectively, and thus redundant descriptions thereof are omitted here.
  • the control unit 1140 may include the webpage configuration requesting unit 1141, the layout processing unit 1142, the tile processing unit 1143, and a data processing unit 1146.
  • the data processing unit 1146 separately receives information about the data other than image from the cloud server 1000, and thus processes the data other than image to be appropriate for an output from the output unit 1120 of the terminal device 1100.
  • the terminal device 1100 may receive and output the data other than image in a streaming manner from the cloud server 1000, and when the data other than image is a text, the terminal device 1100 may receive and output text information.
  • FIG. 19 is a flowchart of a method of processing, by the cloud server 1000, a webpage when data other than image is included in the webpage, according to anther embodiment of the present invention.
  • the cloud server 1000 may configure a layout of the webpage (operation S1503), may generate a tile according to the configured layout and thus may transmit the tile to the terminal device 1100 (operation S1911).
  • the cloud server 1000 may generate the tile by using only an image without inserting the data other than image into the tile and may transmit the tile (operation S1907). Then, the cloud server 1000 may process and separately transmit the data other than image to the terminal device 1100.
  • the cloud server 1000 may provide the terminal device 1100 with the data other than image in a streaming manner, and when the data other than image is text data, the cloud server 1000 may transmit the text data to the terminal device 1100 (operation S1909).
  • FIG. 20 is a flowchart of a method of processing, by the terminal device 1100, a webpage by using the cloud server 1000 and outputting the webpage when data other than image is included in the webpage, according to anther embodiment of the present invention.
  • the terminal device 1100 may request the cloud server 1000 to process the webpage (operation S2001), may receive a tile in response to the request, and then may display the tile according to a layout (operations S2003 and S2009).
  • the terminal device 1100 may receive the data other than image in a streaming manner from the cloud server 1000 and may output the data other than image, and when the data other than image is text data, the terminal device 1100 may receive the text data from the cloud server 1000 and may output the text data (operation S2007).
  • the embodiments of the present invention can be written as computer programs and can be implemented in general-use digital computers that execute the programs using a computer readable recording medium.
  • a data structure used in the embodiments of the present invention can be written in a computer readable recording medium through various means.
  • the computer readable recording medium include magnetic storage media (e.g., ROM, floppy disks, hard disks, etc.), optical recording media (e.g., CD-ROMs, or DVDs), etc.

Abstract

La présente invention concerne un procédé de traitement d'une page Web. Ledit procédé consiste à : transmettre à un serveur infonuagique des informations d'adresse de la page Web et des informations d'environnement d'affichage d'un dispositif terminal ; recevoir du serveur infonuagique des informations sur une mise en page de la page Web et sur une mosaïque de la page Web en réponse à la transmission ; et afficher la mosaïque de la page Web selon les informations, la mosaïque de la page Web étant une image d'une pluralité d'images qui sont obtenues d'une manière telle que le serveur infonuagique divise la page Web en la pluralité d'images selon les informations d'environnement d'affichage du dispositif terminal.
PCT/KR2013/009698 2012-10-30 2013-10-30 Procédé et appareil de traitement de page web dans un dispositif terminal à l'aide d'un serveur infonuagique WO2014069882A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/439,751 US20150293929A1 (en) 2012-10-30 2013-10-30 Method and apparatus for processing webpage in terminal device by using cloud server

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020120121518A KR20140055132A (ko) 2012-10-30 2012-10-30 클라우드 서버를 이용하여 단말 장치에서 웹페이지를 처리하는 방법 및 장치
KR10-2012-0121518 2012-10-30

Publications (1)

Publication Number Publication Date
WO2014069882A1 true WO2014069882A1 (fr) 2014-05-08

Family

ID=50627712

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2013/009698 WO2014069882A1 (fr) 2012-10-30 2013-10-30 Procédé et appareil de traitement de page web dans un dispositif terminal à l'aide d'un serveur infonuagique

Country Status (3)

Country Link
US (1) US20150293929A1 (fr)
KR (1) KR20140055132A (fr)
WO (1) WO2014069882A1 (fr)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10095663B2 (en) 2012-11-14 2018-10-09 Amazon Technologies, Inc. Delivery and display of page previews during page retrieval events
US10042521B1 (en) 2014-05-22 2018-08-07 Amazon Technologies, Inc. Emulation of control resources for use with converted content pages
US9922007B1 (en) 2014-05-22 2018-03-20 Amazon Technologies, Inc. Split browser architecture capable of determining whether to combine or split content layers based on the encoding of content within each layer
US11169666B1 (en) 2014-05-22 2021-11-09 Amazon Technologies, Inc. Distributed content browsing system using transferred hardware-independent graphics commands
US9720888B1 (en) 2014-05-22 2017-08-01 Amazon Technologies, Inc. Distributed browsing architecture for the delivery of graphics commands to user devices for assembling a plurality of layers of a content page
US9454515B1 (en) 2014-06-17 2016-09-27 Amazon Technologies, Inc. Content browser system using graphics commands and native text intelligence
US9785332B1 (en) 2014-12-05 2017-10-10 Amazon Technologies, Inc. Conserving processing resources by controlling updates to damaged tiles of a content page
US10546038B2 (en) 2014-12-08 2020-01-28 Amazon Technologies, Inc. Intelligent browser-based display tiling
KR102309897B1 (ko) * 2015-01-09 2021-10-07 주식회사 케이티 웹 어플리케이션 데이터의 무결성 보장 방법 및 장치
KR102313530B1 (ko) * 2015-03-13 2021-10-18 에스케이플래닛 주식회사 클라우드 스트리밍 서비스 시스템, 화면 분할을 이용한 이미지 클라우드 스트리밍 서비스 방법 및 이를 위한 장치
KR101843411B1 (ko) 2015-05-07 2018-05-14 에스케이테크엑스 주식회사 클라우드 스트리밍 서비스 시스템, 이미지의 투명도에 기반한 이미지 클라우드 스트리밍 서비스 방법 및 이를 위한 장치
KR102354269B1 (ko) 2015-06-24 2022-01-21 에스케이플래닛 주식회사 클라우드 스트리밍 서비스 시스템, 씬 영역 특성을 이용한 이미지 클라우드 스트리밍 서비스 방법 및 이를 위한 장치
US10248641B2 (en) * 2017-03-31 2019-04-02 Mckesson Corporation Method, apparatus, and computer program product for managing retrieval of content for display by a browser
JP6943830B2 (ja) * 2018-10-19 2021-10-06 ファナック株式会社 制御装置、通信端末、及び制御システム
KR102320258B1 (ko) * 2021-01-12 2021-10-29 박상균 웹 애플리케이션 서비스 제공 시스템 및 그 서비스 제공 방법과 이를 위한 프로그램

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030095868A (ko) * 2002-06-15 2003-12-24 (주) 고미드 이동 통신 단말기에서의 웹컨텐츠 디스플레이 장치 및 방법
US20080222273A1 (en) * 2007-03-07 2008-09-11 Microsoft Corporation Adaptive rendering of web pages on mobile devices using imaging technology
US20090125799A1 (en) * 2007-11-14 2009-05-14 Kirby Nathaniel B User interface image partitioning
KR100937826B1 (ko) * 2008-07-14 2010-01-20 주식회사 엘지텔레콤 웹페이지 이미지 표시 시스템 및 방법

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6182127B1 (en) * 1997-02-12 2001-01-30 Digital Paper, Llc Network image view server using efficent client-server tilting and caching architecture
US6278432B1 (en) * 1998-06-11 2001-08-21 Seiko Epson Corporation Image delivery and display system
US7116843B1 (en) * 2000-07-24 2006-10-03 Quark, Inc. Method and system using non-uniform image blocks for rapid interactive viewing of digital images over a network
GB0303888D0 (en) * 2003-02-19 2003-03-26 Sec Dep Acting Through Ordnanc Image streaming
US7738710B2 (en) * 2004-08-02 2010-06-15 Electronics For Imaging, Inc. Methods and apparatus for communicating and displaying compressed image data
US9041744B2 (en) * 2005-07-14 2015-05-26 Telecommunication Systems, Inc. Tiled map display on a wireless device
WO2008092104A2 (fr) * 2007-01-25 2008-07-31 Skyfire Labs, Inc. Diffusion en continu dynamique de mosaïques de vidéo entre un client et un serveur
US7990394B2 (en) * 2007-05-25 2011-08-02 Google Inc. Viewing and navigating within panoramic images, and applications thereof
US9104775B2 (en) * 2007-10-16 2015-08-11 Yahoo! Inc. Method for presenting a web page
US8941675B2 (en) * 2011-04-05 2015-01-27 Blackberry Limited Backing store memory management for rendering scrollable webpage subregions
US9558013B2 (en) * 2011-04-12 2017-01-31 Citrix Systems, Inc. Responsive scroller controls in server-hosted applications
US8700699B2 (en) * 2011-04-15 2014-04-15 Microsoft Corporation Using a proxy server for a mobile browser
US8933952B2 (en) * 2011-09-10 2015-01-13 Microsoft Corporation Pre-rendering new content for an application-selectable user interface
US20150170386A1 (en) * 2012-02-10 2015-06-18 Google Inc. Managing updates to map tiles

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030095868A (ko) * 2002-06-15 2003-12-24 (주) 고미드 이동 통신 단말기에서의 웹컨텐츠 디스플레이 장치 및 방법
US20080222273A1 (en) * 2007-03-07 2008-09-11 Microsoft Corporation Adaptive rendering of web pages on mobile devices using imaging technology
US20090125799A1 (en) * 2007-11-14 2009-05-14 Kirby Nathaniel B User interface image partitioning
KR100937826B1 (ko) * 2008-07-14 2010-01-20 주식회사 엘지텔레콤 웹페이지 이미지 표시 시스템 및 방법

Also Published As

Publication number Publication date
US20150293929A1 (en) 2015-10-15
KR20140055132A (ko) 2014-05-09

Similar Documents

Publication Publication Date Title
WO2014069882A1 (fr) Procédé et appareil de traitement de page web dans un dispositif terminal à l'aide d'un serveur infonuagique
WO2014088310A1 (fr) Dispositif d'affichage et son procédé de commande
WO2013103275A1 (fr) Procédé et appareil pour mettre en œuvre un système multi-vision par utilisation de multiples terminaux portables
WO2013073906A1 (fr) Terminal de communication mobile pour afficher une vue de gestion d'événement sur un écran divisé, et procédé pour contrôler ledit terminal
WO2014017790A1 (fr) Dispositif d'affichage et son procédé de commande
WO2016093506A1 (fr) Terminal mobile et procédé de commande associé
WO2015005605A1 (fr) Utilisation à distance d'applications à l'aide de données reçues
WO2013168885A1 (fr) Procédé de fourniture d'écran de verrouillage et dispositif de terminal pour le mettre en œuvre
WO2013073908A1 (fr) Appareil doté d'un écran tactile pour précharger plusieurs applications et procédé de commande de cet appareil
WO2014017722A1 (fr) Dispositif d'affichage permettant une exécution de multiples applications et son procédé de commande
WO2012108620A2 (fr) Procédé de commande d'un terminal basé sur une pluralité d'entrées, et terminal portable prenant en charge ce procédé
WO2015005732A1 (fr) Procédé de partage de document électronique et dispositifs à cet effet
WO2012153914A1 (fr) Procédé et appareil de mise en œuvre d'une interface graphique utilisateur pourvue d'une fonction de suppression d'élément
WO2015084034A1 (fr) Procédé et appareil d'affichage d'images
WO2018151507A1 (fr) Dispositif et procédé d'affichage, et serveur de publicité
WO2018056617A1 (fr) Dispositif vestimentaire et procédé de fourniture de gadget logiciel correspondant
WO2013081405A1 (fr) Procédé et dispositif destinés à fournir des informations
WO2015190781A1 (fr) Terminal d'utilisateur, son procédé de commande et système de multimédia
WO2014126331A1 (fr) Appareil d'affichage et procédé de commande associé
WO2015046683A1 (fr) Dispositif numérique et procédé de commande associé
WO2016021878A1 (fr) Système et procédé de fourniture d'informations
WO2019107799A1 (fr) Procédé et appareil de déplacement d'un champ d'entrée
WO2019203494A1 (fr) Dispositif électronique de saisie de caractères et procédé de fonctionnement associé
WO2015199293A1 (fr) Procédé de fourniture de service de diffusion en continu en nuage, dispositif et système correspondants, et support d'enregistrement lisible par ordinateur sur lequel est enregistré un code script de diffusion en continu en nuage
WO2014061859A1 (fr) Procédé capable d'analyser et d'afficher des commentaires, et appareil et système à cet effet

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13851746

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 14439751

Country of ref document: US

122 Ep: pct application non-entry in european phase

Ref document number: 13851746

Country of ref document: EP

Kind code of ref document: A1