WO2010126802A2 - Data visualization platform performance optimization - Google Patents

Data visualization platform performance optimization Download PDF

Info

Publication number
WO2010126802A2
WO2010126802A2 PCT/US2010/032307 US2010032307W WO2010126802A2 WO 2010126802 A2 WO2010126802 A2 WO 2010126802A2 US 2010032307 W US2010032307 W US 2010032307W WO 2010126802 A2 WO2010126802 A2 WO 2010126802A2
Authority
WO
WIPO (PCT)
Prior art keywords
geometry
visualization
vectors
records
subset
Prior art date
Legal status (The legal status 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 status listed.)
Ceased
Application number
PCT/US2010/032307
Other languages
English (en)
French (fr)
Other versions
WO2010126802A3 (en
Inventor
Barry Christopher Allyn
B. Scott Ruble
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Corp
Original Assignee
Microsoft Corp
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
Priority to CN201080019471.7A priority Critical patent/CN102414656B/zh
Priority to RU2011143804/08A priority patent/RU2541876C2/ru
Priority to CA2756837A priority patent/CA2756837C/en
Priority to BRPI1014465-0A priority patent/BRPI1014465A2/pt
Priority to EP10770164.1A priority patent/EP2425326A4/en
Priority to SG2011069481A priority patent/SG174917A1/en
Priority to MX2011011346A priority patent/MX2011011346A/es
Priority to AU2010241812A priority patent/AU2010241812B2/en
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to JP2012508554A priority patent/JP5508521B2/ja
Publication of WO2010126802A2 publication Critical patent/WO2010126802A2/en
Publication of WO2010126802A3 publication Critical patent/WO2010126802A3/en
Priority to ZA2011/06947A priority patent/ZA201106947B/en
Priority to IL215414A priority patent/IL215414A/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/00Three-dimensional [3D] image rendering
    • G06T15/005General purpose rendering architectures
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/00Two-dimensional [2D] image generation
    • G06T11/20Drawing from basic elements
    • G06T11/26Drawing of charts or graphs

Definitions

  • Data visualization platform performance optimizations provide improved performance in the generation of visual objects.
  • generating visual objects may be very performance intensive for a computer.
  • generating charts and maps may require a great deal of computational power and/or memory, especially when the object comprises a large number of data points.
  • the conventional strategy is to render every data point, regardless of the size of the resulting object. This may cause problems because certain operations on the object may cause the computer to become sluggish to respond. For example, displaying a large map, selecting a portion of a detailed chart, scrolling, printing, and/or modifying the object may require a great deal of computing power and may cause the computer to respond slowly.
  • method 200 may advance to stage 220 where computing device 300 may composite at least one geometry vector associated with the visualization.
  • application 140 may define a visualization of a chart comprising 1 ,000 data points wherein each data point may be represented by an drawn octagonal shape.
  • visualization platform 105 may composite geometry vectors for each of the 1,000 data points.
  • layout engine 115 may use datapoint skipping algorithm 120 to composite geometry vectors for a subset of the 1,000 data points. This may allow the display of a draft and/or preview quality visual object.
  • stage 240 method 200 may advance to stage 250 where computing device 300 may render the visualization to an output device.
  • application 140 may receive the drawing instructions at renderer 145 and draw the visualization on a screen comprising output device 150.
  • Another embodiment consistent with the invention may comprise a system for providing visualization platform optimization.
  • the system may comprise a memory storage and a processing unit coupled to the memory storage.
  • the processing unit may be operative to create a visualization object associated with a plurality of data values, composite at least one first value of the plurality of data values into a geometry vector associated with the visualization object, and skip compositing at least one second value of the plurality of data values.
  • Yet another embodiment consistent with the invention may comprise a system for providing optimizing a visualization platform.
  • the system may comprise a memory storage and a processing unit coupled to the memory storage.
  • the processing unit may be operative to receive a request from a user application to create a visualization object, composite a plurality of geometry vectors associated with the visualization object, receive a render request from the user application, translate each of a subset of the plurality of geometry vectors into at least one drawing instruction, send the at least one drawing instruction associated with each of the subset of the plurality of geometry vectors to the user application and render the visualization object.
  • Computer storage media may include, but is not limited to, RAM, ROM, electrically erasable read-only memory (EEPROM), flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store information and which can be accessed by computing device 300. Any such computer storage media may be part of device 300.
  • Computing device 300 may also have input device(s) 312 such as a keyboard, a mouse, a pen, a sound input device, a touch input device, etc.
  • Output device(s) 314 such as a display, speakers, a printer, etc. may also be included. The aforementioned devices are examples and others may be used.
  • Computing device 300 may also contain a communication connection 316 that may allow device 300 to communicate with other computing devices 318, such as over a network in a distributed computing environment, for example, an intranet or the Internet.
  • Communication connection 316 is one example of communication media.
  • Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media.
  • modulated data signal may describe a signal that has one or more characteristics set or changed in such a manner as to encode information in the signal.
  • embodiments of the invention may be practiced in an electrical circuit comprising discrete electronic elements, packaged or integrated electronic chips containing logic gates, a circuit utilizing a microprocessor, or on a single chip containing electronic elements or microprocessors.
  • Embodiments of the invention may also be practiced using other technologies capable of performing logical operations such as, for example, AND, OR, and NOT, including but not limited to mechanical, optical, fluidic, and quantum technologies.
  • embodiments of the invention may be practiced within a general purpose computer or in any other circuits or systems.
  • Embodiments of the invention for example, may be implemented as a computer process (method), a computing system, or as an article of manufacture, such as a computer program product or computer readable media.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Graphics (AREA)
  • Image Generation (AREA)
  • Processing Or Creating Images (AREA)
  • User Interface Of Digital Computer (AREA)
  • Measurement And Recording Of Electrical Phenomena And Electrical Characteristics Of The Living Body (AREA)
  • Digital Computer Display Output (AREA)
  • Navigation (AREA)
PCT/US2010/032307 2009-04-30 2010-04-23 Data visualization platform performance optimization Ceased WO2010126802A2 (en)

Priority Applications (11)

Application Number Priority Date Filing Date Title
MX2011011346A MX2011011346A (es) 2009-04-30 2010-04-23 Optimizacion de desempeño de plataforma de visualizacion de datos.
CA2756837A CA2756837C (en) 2009-04-30 2010-04-23 Data visualization platform performance optimization
BRPI1014465-0A BRPI1014465A2 (pt) 2009-04-30 2010-04-23 método e sistema para proporcionar otimização da plataforma de visualização e meio legível por computador
EP10770164.1A EP2425326A4 (en) 2009-04-30 2010-04-23 Data visualization platform performance optimization
SG2011069481A SG174917A1 (en) 2009-04-30 2010-04-23 Data visualization platform performance optimization
AU2010241812A AU2010241812B2 (en) 2009-04-30 2010-04-23 Data visualization platform performance optimization
JP2012508554A JP5508521B2 (ja) 2009-04-30 2010-04-23 データ可視化プラットフォームのパフォーマンスの最適化
CN201080019471.7A CN102414656B (zh) 2009-04-30 2010-04-23 数据可视化平台的性能优化
RU2011143804/08A RU2541876C2 (ru) 2009-04-30 2010-04-23 Оптимизация производительности платформы визуализации данных
ZA2011/06947A ZA201106947B (en) 2009-04-30 2011-09-22 Data visualization platform performance optimization
IL215414A IL215414A (en) 2009-04-30 2011-09-27 Data visualization platform performance optimization

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/433,288 US8638343B2 (en) 2009-04-30 2009-04-30 Data visualization platform performance optimization
US12/433,288 2009-04-30

Publications (2)

Publication Number Publication Date
WO2010126802A2 true WO2010126802A2 (en) 2010-11-04
WO2010126802A3 WO2010126802A3 (en) 2011-02-03

Family

ID=43030061

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2010/032307 Ceased WO2010126802A2 (en) 2009-04-30 2010-04-23 Data visualization platform performance optimization

Country Status (17)

Country Link
US (1) US8638343B2 (https=)
EP (1) EP2425326A4 (https=)
JP (1) JP5508521B2 (https=)
KR (1) KR101624375B1 (https=)
CN (1) CN102414656B (https=)
AU (1) AU2010241812B2 (https=)
BR (1) BRPI1014465A2 (https=)
CA (1) CA2756837C (https=)
CL (1) CL2011002655A1 (https=)
IL (1) IL215414A (https=)
MX (1) MX2011011346A (https=)
MY (1) MY159944A (https=)
RU (1) RU2541876C2 (https=)
SG (1) SG174917A1 (https=)
TW (1) TWI501144B (https=)
WO (1) WO2010126802A2 (https=)
ZA (1) ZA201106947B (https=)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8638343B2 (en) 2009-04-30 2014-01-28 Microsoft Corporation Data visualization platform performance optimization
US8786628B2 (en) 2007-09-14 2014-07-22 Microsoft Corporation Rendering electronic chart objects
US9250926B2 (en) 2009-04-30 2016-02-02 Microsoft Technology Licensing, Llc Platform extensibility framework

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9262849B2 (en) 2011-11-14 2016-02-16 Microsoft Technology Licensing, Llc Chart animation
US9754392B2 (en) 2013-03-04 2017-09-05 Microsoft Technology Licensing, Llc Generating data-mapped visualization of data
US9070227B2 (en) 2013-03-04 2015-06-30 Microsoft Technology Licensing, Llc Particle based visualizations of abstract information
US20160104307A1 (en) * 2014-10-14 2016-04-14 Microsoft Technology Licensing, Llc. Data visualization extensibility architecture
US10891258B2 (en) 2016-03-22 2021-01-12 Tata Consultancy Services Limited Systems and methods for de-normalized data structure files based generation of intelligence reports
US11029836B2 (en) 2016-03-25 2021-06-08 Microsoft Technology Licensing, Llc Cross-platform interactivity architecture
JP6851683B2 (ja) * 2016-10-21 2021-03-31 日本アビオニクス株式会社 マルチレイヤ画像合成装置
CN113076155B (zh) * 2020-01-03 2024-05-03 阿里巴巴集团控股有限公司 数据处理方法、装置、电子设备及计算机存储介质

Family Cites Families (67)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5228119A (en) 1990-09-28 1993-07-13 Temple University Multi-dimensional graphing in two-dimensional space
US5175805A (en) 1990-10-30 1992-12-29 Sun Microsystems, Inc. Method and apparatus for sequencing composite operations of pixels
JP3160085B2 (ja) * 1992-07-30 2001-04-23 ローランドディー.ジー.株式会社 プロッタ装置
US5461708A (en) 1993-08-06 1995-10-24 Borland International, Inc. Systems and methods for automated graphing of spreadsheet information
US5581677A (en) 1994-04-22 1996-12-03 Carnegie Mellon University Creating charts and visualizations by demonstration
US6243172B1 (en) 1995-01-18 2001-06-05 Varis Corporation Method and system for merging variable text and images into bitmaps defined by a page description language
US5859958A (en) 1995-11-14 1999-01-12 Apple Computer, Inc. Compact representation of object slices for rendering raster graphics
US6374255B1 (en) * 1996-05-21 2002-04-16 Immersion Corporation Haptic authoring
US5982399A (en) 1996-06-21 1999-11-09 Autodesk, Inc. Immediate mode drawing interface for the construction of graphics software
US6023279A (en) 1997-01-09 2000-02-08 The Boeing Company Method and apparatus for rapidly rendering computer generated images of complex structures
US5936641A (en) 1997-06-27 1999-08-10 Object Technology Licensing Corp Graphics hardware acceleration method, computer program, and system
US6052125A (en) 1998-01-07 2000-04-18 Evans & Sutherland Computer Corporation Method for reducing the rendering load for high depth complexity scenes on a computer graphics display
US6529900B1 (en) 1999-01-14 2003-03-04 International Business Machines Corporation Method and apparatus for data visualization
US6701383B1 (en) 1999-06-22 2004-03-02 Interactive Video Technologies, Inc. Cross-platform framework-independent synchronization abstraction layer
US6466211B1 (en) 1999-10-22 2002-10-15 Battelle Memorial Institute Data visualization apparatuses, computer-readable mediums, computer data signals embodied in a transmission medium, data visualization methods, and digital computer data visualization methods
US7454439B1 (en) 1999-11-24 2008-11-18 At&T Corp. System and method for large-scale data visualization
US6523074B1 (en) 2000-08-25 2003-02-18 Lucent Technologies Inc. Apparatus and method to manage the invocation of feature service
JP2002133430A (ja) * 2000-10-20 2002-05-10 Fuji Xerox Co Ltd 描画処理装置
NZ508429A (en) 2000-11-24 2003-05-30 Compudigm Int Ltd Queue management using a data visualisation system
JP2002208017A (ja) * 2001-01-09 2002-07-26 Fuji Xerox Co Ltd 描画処理装置
US20020199156A1 (en) * 2001-05-23 2002-12-26 Fuel Tech, Inc. Hardware-adaptable data visualization tool for use in complex data analysis and engineering design
US7010581B2 (en) 2001-09-24 2006-03-07 International Business Machines Corporation Method and system for providing browser functions on a web page for client-specific accessibility
AU2002334954B2 (en) 2001-10-11 2008-07-31 Omniture, Inc. System, method, and computer program product for processing and visualization of information
US20030151604A1 (en) * 2001-11-21 2003-08-14 Research Foundation Of State University Of New York Volume rendering with contouring texture hulls
US6928436B2 (en) 2002-02-28 2005-08-09 Ilog Sa Interactive generation of graphical visualizations of large data structures
US20040217956A1 (en) 2002-02-28 2004-11-04 Paul Besl Method and system for processing, compressing, streaming, and interactive rendering of 3D color image data
US6747650B2 (en) * 2002-04-22 2004-06-08 Battelle Memorial Institute Animation techniques to visualize data
JP4467267B2 (ja) 2002-09-06 2010-05-26 株式会社ソニー・コンピュータエンタテインメント 画像処理方法、画像処理装置、および画像処理システム
US7071940B2 (en) 2002-10-30 2006-07-04 Iviz, Inc. Interactive data visualization and charting framework with self-detection of data commonality
US20080143725A1 (en) 2004-02-09 2008-06-19 Smart Technologies Inc. Connected and overlapped shapes enhancements
US7800631B2 (en) 2003-03-18 2010-09-21 Qualcomm Incorporated Triangle rendering using direct evaluation
US7486294B2 (en) * 2003-03-27 2009-02-03 Microsoft Corporation Vector graphics element-based model, application programming interface, and markup language
US7126606B2 (en) 2003-03-27 2006-10-24 Microsoft Corporation Visual and scene graph interfaces
US7068267B2 (en) 2003-04-14 2006-06-27 Sas Institute Inc. Computer-implemented system and method for handling linked data views
US20040233193A1 (en) * 2003-04-30 2004-11-25 Sulzer Markets And Technology Ag Method for visualising a spatially resolved data set using an illumination model
US7756907B2 (en) 2003-09-16 2010-07-13 The Board Of Trustees Of The Leland Stanford Jr. University Computer systems and methods for visualizing data
US20050183003A1 (en) 2004-02-17 2005-08-18 Checkpoint Software Technologies Ltd. Automatic proxy form filing
US20080288889A1 (en) 2004-02-20 2008-11-20 Herbert Dennis Hunt Data visualization application
US20060085825A1 (en) 2004-04-30 2006-04-20 Vulcan Inc. Controlling content presentation
GR1004933B (el) 2004-05-17 2005-07-11 Αντικειμενοστραφης πλατφορμα αναπτυξης εφαρμογων προσομοιωσης αντιδραστηρων υδρογονοκατεργασιας
US7176923B2 (en) 2004-06-18 2007-02-13 Sap Rechnungsprufung Method and system to generate chart models
US7701455B2 (en) 2004-07-21 2010-04-20 Che-Chih Tsao Data rendering method for volumetric 3D displays
US7584415B2 (en) 2004-09-15 2009-09-01 Microsoft Corporation Common charting using shapes
US7586500B2 (en) 2004-09-24 2009-09-08 Canon Kabushiki Kaisha Dynamic render algorithm selection
US7734607B2 (en) 2005-02-01 2010-06-08 University Of Massachusetts Universal visualization platform
US20060202989A1 (en) * 2005-03-10 2006-09-14 Bracco Imaging, S.P.A. Systems and methods to optimize volumetric rendering of a region of interest ("Tension Vectors")
US7593013B2 (en) 2005-03-11 2009-09-22 University Of Utah Research Foundation Systems and methods for displaying and querying heterogeneous sets of data
US7471417B1 (en) 2005-03-17 2008-12-30 Adobe Systems Incorporated Method and apparatus for locating a source point for an image-retouching tool
JP4622671B2 (ja) 2005-04-18 2011-02-02 ソニー株式会社 電子機器および方法、記録媒体、並びにプログラム
TWI269189B (en) * 2005-04-25 2006-12-21 Univ Nat Chiao Tung User interface producing system and method thereof
US20060285152A1 (en) * 2005-06-17 2006-12-21 Skillen William A Method and system for embedding native shape file and mapping data within a portable document format file
US7739589B2 (en) 2005-11-02 2010-06-15 International Business Machines Corporation Extending markup of a browser using a plug-in framework
US20070171716A1 (en) 2005-11-30 2007-07-26 William Wright System and method for visualizing configurable analytical spaces in time for diagrammatic context representations
US20070174762A1 (en) 2006-01-24 2007-07-26 International Business Machines Corporation Personal web page annotation system
US20070261100A1 (en) 2006-05-05 2007-11-08 Greeson Robert L Platform independent distributed system and method that constructs a security management infrastructure
US20080172629A1 (en) 2007-01-17 2008-07-17 Microsoft Corporation Geometric Performance Metric Data Rendering
US7880749B2 (en) 2007-01-31 2011-02-01 Business Objects Software Ltd. Apparatus and method for data charting with an extensible visualization library
US8203564B2 (en) * 2007-02-16 2012-06-19 Qualcomm Incorporated Efficient 2-D and 3-D graphics processing
US20080235580A1 (en) 2007-03-20 2008-09-25 Yahoo! Inc. Browser interpretable document for controlling a plurality of media players and systems and methods related thereto
US20090019429A1 (en) 2007-07-14 2009-01-15 Andreas Randow Virtualization of data source components in subject-oriented graphical programming environments for test and measurement applications
US8786628B2 (en) 2007-09-14 2014-07-22 Microsoft Corporation Rendering electronic chart objects
US20090089453A1 (en) 2007-09-27 2009-04-02 International Business Machines Corporation Remote visualization of a graphics application
EP2223208A2 (en) 2007-11-15 2010-09-01 Desknet SA Method enabling a computer apparatus run by an operating system to execute software modules
US8176096B2 (en) 2008-12-18 2012-05-08 Microsoft Corporation Data visualization interactivity architecture
US9250926B2 (en) 2009-04-30 2016-02-02 Microsoft Technology Licensing, Llc Platform extensibility framework
US8638343B2 (en) 2009-04-30 2014-01-28 Microsoft Corporation Data visualization platform performance optimization
US8924943B2 (en) 2009-07-17 2014-12-30 Ebay Inc. Browser emulator system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
None
See also references of EP2425326A4

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8786628B2 (en) 2007-09-14 2014-07-22 Microsoft Corporation Rendering electronic chart objects
US8638343B2 (en) 2009-04-30 2014-01-28 Microsoft Corporation Data visualization platform performance optimization
US9250926B2 (en) 2009-04-30 2016-02-02 Microsoft Technology Licensing, Llc Platform extensibility framework

Also Published As

Publication number Publication date
RU2541876C2 (ru) 2015-02-20
TWI501144B (zh) 2015-09-21
CA2756837C (en) 2017-10-17
KR101624375B1 (ko) 2016-05-25
BRPI1014465A2 (pt) 2020-09-15
CN102414656A (zh) 2012-04-11
JP5508521B2 (ja) 2014-06-04
IL215414A0 (en) 2011-12-29
US20100277507A1 (en) 2010-11-04
SG174917A1 (en) 2011-11-28
EP2425326A4 (en) 2017-05-24
EP2425326A2 (en) 2012-03-07
MX2011011346A (es) 2011-11-18
ZA201106947B (en) 2013-01-30
US8638343B2 (en) 2014-01-28
TW201040835A (en) 2010-11-16
JP2012525638A (ja) 2012-10-22
RU2011143804A (ru) 2013-05-10
CA2756837A1 (en) 2010-11-04
MY159944A (en) 2017-02-15
AU2010241812B2 (en) 2014-06-12
KR20120006526A (ko) 2012-01-18
AU2010241812A1 (en) 2011-10-20
CN102414656B (zh) 2014-02-12
CL2011002655A1 (es) 2012-05-11
IL215414A (en) 2015-11-30
WO2010126802A3 (en) 2011-02-03

Similar Documents

Publication Publication Date Title
US8638343B2 (en) Data visualization platform performance optimization
US10497086B2 (en) Methods and apparatuses for providing a hardware accelerated web engine
CN100426206C (zh) 改善大物体在小显示器上的显示
US9142044B2 (en) Apparatus, systems and methods for layout of scene graphs using node bounding areas
US8302029B2 (en) Presentation of large objects on small displays
US8724914B2 (en) Image file generation device, image processing device, image file generation method, image processing method, and data structure for image files
KR101952983B1 (ko) 콘텐트의 타일-기반 렌더링을 위한 방법 및 콘텐트를 렌더링하기 위한 시스템
KR101159390B1 (ko) 페이지 매겨진 콘텐트를 디스플레이하고 이와 대화하기위한 방법 및 시스템
US20150123993A1 (en) Image processing device and image processing method
KR20120022831A (ko) 플랫폼 확장성 프레임워크
JP4612902B2 (ja) ファイル表示装置及びその制御方法、並びにプログラム
JP2009080573A (ja) 表示手法
US20080307368A1 (en) Dynamically adjusting the range of a navigational controller for an infinite workspace
AU2015258332A1 (en) Method, apparatus and system for reproducing a document defined in a page description language
CN121349394B (zh) 屏幕显示控制方法和存储介质
JP3723816B2 (ja) 表示データ作成装置、表示データ作成方法、表示データ作成プログラム、および表示データ作成プログラムを記録したコンピュータ読取り可能な記録媒体
FI117579B (fi) Menetelmä, laite ja tietokoneohjelma tietokoneavusteisen polygonimallin prosessointiin
JP2006018849A (ja) 表示データ作成装置、表示データ作成方法、表示データ作成プログラム、および表示データ作成プログラムを記録したコンピュータ読取り可能な記録媒体
HK1094064B (en) Improved presentation of large objects on small displays

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201080019471.7

Country of ref document: CN

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

Ref document number: 10770164

Country of ref document: EP

Kind code of ref document: A2

WWE Wipo information: entry into national phase

Ref document number: 2010241812

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: 2756837

Country of ref document: CA

ENP Entry into the national phase

Ref document number: 2010241812

Country of ref document: AU

Date of ref document: 20100423

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 2011002655

Country of ref document: CL

Ref document number: MX/A/2011/011346

Country of ref document: MX

Ref document number: 2010770164

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2012508554

Country of ref document: JP

Ref document number: 8321/DELNP/2011

Country of ref document: IN

ENP Entry into the national phase

Ref document number: 2011143804

Country of ref document: RU

Kind code of ref document: A

Ref document number: 20117025800

Country of ref document: KR

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

REG Reference to national code

Ref country code: BR

Ref legal event code: B01A

Ref document number: PI1014465

Country of ref document: BR

ENP Entry into the national phase

Ref document number: PI1014465

Country of ref document: BR

Kind code of ref document: A2

Effective date: 20111013