WO2010091456A1 - Creation of a data store - Google Patents
Creation of a data store Download PDFInfo
- Publication number
- WO2010091456A1 WO2010091456A1 PCT/AU2010/000134 AU2010000134W WO2010091456A1 WO 2010091456 A1 WO2010091456 A1 WO 2010091456A1 AU 2010000134 W AU2010000134 W AU 2010000134W WO 2010091456 A1 WO2010091456 A1 WO 2010091456A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- cube
- source data
- source
- database
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
Definitions
- This invention relates to the creation of a datastore for use in B I (Business Intelligence) systems.
- B I Business Intelligence
- Relational databases for CRM and ERP are usually customised to suit the business needs of particular industries. Although some computer companies provide cubes that can be used with these databases they do not take account of the customisations that have taken place.
- BI systems To enable BI systems to carry out their analysis a cumbersome and expert driven process of synchronizing the databases to the analysis cube is needed. The cost of this process is a deterrent to purchasing and implementing BI systems and only large enterprises can justify the costs involved.
- the first step of this process elicits the business requirements for the system from the users in the organization. This would typically involve a consultant interviewing users around business processes and jointly determining the information those users require to do their job on a day to day basis as well as provide them with information to improve their decision making capabilities. Once business requirements have been gathered, the consultant will identify what data is required and in which system that this data currently resides.
- the data is extracted from each source system into a staging database.
- This database is transformed into a star schema structure.
- Each ETL task must be designed to do this task efficiently. Transformation of the data also need to be designed at this point such as converting methods of converting complex ERP structures into simple reporting structures.
- the warehouse must be designed in such a way as to allow large volumes of data to be accessed rapidly. It must also have a structure that will allow reports to be easily constructed against them.
- Cubes are constructed of measures and dimensions. Measures represent how an item is measured. For example, a sales representative is measured against revenue and margin. Dimensions break the measures down into business categories. For example, a sales representative is a dimension, the customer is a dimension and the date is a dimension.
- Reports must be designed to meet the business requirements. Report Parameters, subtotals, headings and format need to be thought through.
- the build phase commences and the following items must be created.
- a business intelligence developer usually performs this task. For example, with Microsoft's SQL Server, the following tasks would need to be performed by a product specialist:
- the implementation phase includes the steps:
- building a business intelligence solution for an ERP system is a labour-intensive, specialist-driven process with many complexities.
- USA patent application 2005/0149583 discloses a method of merging data in two different versions of the same database by comparing the two databases' metadata and using a difference algorithm to identify the differences and then develop a metadata exchange strategy to merge the two databases.
- WO 2007/95959 discloses a method of generating data warehouses and OLAP cubes without requiring knowledge of database query languages.
- the system uses a star schema. This approach still requires expertise in building the data warehouse for the OLAP cube and this is often too expensive for smaller scale busineses.
- WO 2007072501 discloses a system for a business performance platform that has a data source, an instrumentation layer for deriving measurement information from multiple formats and integrating it into a canonical format, a consolidation layer for filtering and pre-processing instrumentation layer output , a business modelling layer and a presentation layer.
- USA application 2006/0271568 discloses a method of assembling a data warehouse using data reduction, aggregate and dimension and fulfilment processes.
- USA patent application 2005/0033726 discloses a business intelligence system that does a way with a data store and uses meta data view module to access data organised on the basis of data connection, data foundation, Business elemnt and business view and security.
- a key requirement in delivering a business intelligence solution is the ability to recreate the security settings of the source system in the OLAP cube.
- the simplest possible security model restricts what each user can or can't do with a particular entity.
- permissions determine whether a user can create, read, update or delete, otherwise known as CRUD.
- Managing the permutations of permission lists for large number of users and entities can be an administrative nightmare.
- Copending application 2008905207 discloses a method of carrying over the application level security settings of the source system into the cube by creating a set of permissions for each user in the cube security based on the permissions of their roles in the source system's application-level security model.
- USA patent application 2005/0022029 discloses a method of carrying over security settings by creating a data access statement for each user based on their security role. A new file is created for use in the query generator. This does not address the issue of incompatibility between the security treatment in the source databases and in the OLAP cube. It is an object of this invention to provide a more efficient method of dealing with incompatibility between the security treatment in the source databases and in the OLAP cube.
- this invention provides a method for structuring a data store by analysing the source data bases using the steps of relationship discovery , schema merging , hierarchy discovery, heuristics for attribute inclusion and optionally denormalising .
- the present invention presents a method for completely automating the requirements gathering and design stages of this process.
- the process can be guided by the user.
- the invention does not require a traditional data warehouse to build a cube.
- the invention completely eliminates the need to manually create and maintain a separate security model for data stored in the BI system.
- the final output of this invention is a staging database which is used as the source database in the process previously described in copending application 2008905207. Relationships previously articulated in the cube (DSV) are added to the set of relationships. Any existing foreign key relationships in the source databases are also added to the set. In this invention relationships are also discovered from statistical analysis of the source data and using guided relationship discovery with the user. To enable multidimensional analysis data needs to be examinable at different granularities. This invention provides a hook in its workflow that allows for different adapters to be used to naturally discover these hierarchies in different domains.
- the present invention provides a security adapter to carry security settings from the source data to the OLAP cube by creating a new synthetic dimension in the cube which is a common trait related to all other dimensions in the cube such as an owner or common employer.
- the synthetic dimension introduced is an owner dimension that associates each user with each entity as per the CRM security model. In this way, a particular user is guaranteed to only ever see records they have permission to by filtering out any entities they are not related to.
- Data Source View - a view of the base system data which maps more naturally to its definition in the cube than the raw data
- DBMS database management system
- the schema defines the tables, the fields in each table, and the relationships between fields and tables.
- Enterprise Resource Planning is an industry term for the broad set of activities supported by multi-module application software that helps a manufacturer or other business manage the important parts of its business, including product planning, parts purchasing, maintaining inventories MDX
- OnLine Analytical Processing systems enable users to gain insight into data by providing fast, interactive access to a variety of possible views of information.
- the following definitions introduce concepts that reflect the multidimensional view and are basic to OLAP.
- a “dimension” is a structure that categorizes data. Commonly used dimensions include customer, product, and time. Typically, a dimension is associated with one or more hierarchies. Several distinct dimensions, combined with measures, enable end users to answer business questions. For example, a Time dimension that categorizes data by month helps to answer the question, "Did we sell more widgets in January or June?"
- a “measure” includes data, usually numeric and on a ratio scale, that can be examined and analysed. Typically, one or more dimensions categorize a given measure, and it is described as “dimensioned by” them.
- a "hierarchy” is a logical structure that uses ordered levels as a means of organizing dimension members in parent-child relationships. Typically, end users can expand or collapse the hierarchy by drilling down or up on its levels.
- a “level” is a position in a hierarchy. For example, a time dimension might have a hierarchy that represents data at the day, month, quarter and year levels.
- An “attribute” is a descriptive characteristic of the elements of a dimension that an end user can specify to select data. For example, end users might choose products using a colour attribute. In this instance, the colour attribute is being used as an "axis of aggregation". Some attributes can represent keys or relationships into other tables.
- a “query” is a specification for a particular set of data, which is referred to as the query's result set. The specification requires selecting, aggregating, calculating or otherwise manipulating data. If such manipulation is required, it is an intrinsic part of the query.
- Metadata is a key concept involved in this invention. Metadata is essentially data about data. It is information describing the entities in a database (either relational or multidimensional). It also contains information on the relationship between these entities and the security information detailing what information users are permitted to see.
- Data is typically stored in multiple tables in a database. Often the records in one table relate to an entity in another table. Where this is the case, the two tables are considered to be related.
- a special value can be stored with each row that links it to the base entity. For example, imagine a database with a customer table and an address table. The address table has an additional field, Customer ID, which links it with the corresponding customer record in the customer table.
- Figure 1 is a schematic outline of the prior art method
- Figure 2 illustrates where this invention fits in relation to the methodology outlined in co-pending application PCT/AU2009/001326;
- FIG. 3 illustrates schematically the data builder of this invention
- Figure 4 is a flow chart describing the algorithm for schema merging
- the staging builder incorporates a number of key innovations that prepare a schema for the data store as detailed here.
- An association rule is a simple probabilistic statement about the co-occurrence of certain events in a database, and is particularly applicable to sparse transaction data sets. For the sake of simplicity assume that all variables are binary.
- An association rule takes the following form:
- the search is constrained by only looking for direct 1 :1 relationships between columns from different tables.
- the search set is further reduced by pruning any candidates that have incompatible data types. Identifying Matches
- a further heuristic takes advantage of a common database convention whereby foreign key names start with the name of the table to which they refer, to help identify candidate relationships.
- the invention provides a configurable threshold that allows for robust discovery of relationships that are less than perfectly represented in the data, often because they are obscured by data quality issues.
- the present invention includes a de-normalization step which simplifies the resulting cube structure and improves performance.
- a user wishes to report on sales value, cost of sale and margin, and this is normally done by summarizing the items on the Sales Line table. In this case however, the user also wants to view the same values by Sales Person.
- Option 1 represents the status quo and leads to a complex cube with poor performance.
- Option 3 leads to an unnecessarily complex cube with referential dimensions.
- the invention provides a hook in its workflow that allows for different adapters to be used to naturally discover these hierarchies in different domains (application-specific data sources).
- an adapter that automatically uncovers hierarchies in a chart of accounts stored in the Microsoft Dynamics Navision accounting software.
- the data might look like this:
- Coverage is defined as the percentage of rows with non-null values for a given attribute.
- Discrimination Discrimination is defined as the cardinality of the set of attribute values divided by the number of non-null entries for that attribute in the table. Process for each column in the table if Coverage ⁇ threshold coverage
- Ignore column (field is greyed out on the Ul) else if field is numeric or a string and field, length > threshold member prOpe r ty or Discrimination > threshold discrim in at i on Include column as member property else Include column as an attribute hierarchy end if end if end for Note that any of these classifications can be overridden by the user if desired.
- the current invention alleviates these potential performance issues by creating a new synthetic dimension in the cube which relates an access schedule to all other dimensions in the cube.
- an owner dimension is introduced which associates each user with each entity as per the CRM security model. In this way, a particular user is guaranteed to only ever see records they have permission to, by filtering out any entities they are not related to.
- One role is created in the cube for each role in CRM, and users are members of those roles as defined in CRM.
- This method has an additional benefit in that it enriches the existing data by combining it with new security information that previously only existed in a metadata layer. For example, this new information can now be leveraged in reports and dashboards by slicing and filtering data by user.
- the attribute security is defined as following
- a Role will be created in the cube for each Role within NAV named according to the 5 RoIeID column of the permissions table.
- Role permissions are assigned to dimensions as either read, or no access. Dimension read permissions will by default be allow, and are removed when there are no permissions that
- the Permissions table also contains table filters; these will not be included as the filters cannot be accessed through SQL.
- the next step after the structuring of the data store is to construct a schedule of operations to extract the data, transform it and load it into the staging database.
- This process is called ETL.
- This schedule can then be translated into an appropriate language for the database management system, such as SQL Server Integration Services, and then handed off for execution.
- a preferred ETL builder is described in a co-pending application 2009900510 filed simultaneously with this application.
- the methodologies herein can be extended to collect and aggregate data from multiple instances of a source application's relational database to a single consolidated OLAP cube. For example : a multi-national company running Microsoft Dynamics NAV at each branch office; the invention can be extended to connect to the relational database behind each instance of the application and bring each office's data into the staging database to create a consolidated view of company operations. This is facilitated by the techniques previously described, such as Schema Merging.
- the Wizard When large volumes of data of a transactional nature are included in the cube, past a particular threshold, the Wizard creates what is known as a relational dimension or ROLAP dimension, rather than a standard OLAP dimension. This results in smaller cubes, less processing time and greater query performance. From the above it can be seen that the present invention provides a time and cost saving solution by automatically designing an appropriate OLAP cube for business analysis of data contained in a source system.
- the invention's handling of security demonstrates a method that provides a time and cost saving by transparently replicating disparate security models in an OLAP cube in a completely automated manner.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Entrepreneurship & Innovation (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- Economics (AREA)
- Operations Research (AREA)
- Marketing (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Development Economics (AREA)
- Educational Administration (AREA)
- Game Theory and Decision Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP10740831A EP2396720A1 (en) | 2009-02-10 | 2010-02-09 | Creation of a data store |
CN2010800111659A CN102349050A (en) | 2009-02-10 | 2010-02-09 | Creation of a data store |
US13/148,773 US20120005153A1 (en) | 2009-02-10 | 2010-02-09 | Creation of a data store |
CA2751383A CA2751383A1 (en) | 2009-02-10 | 2010-02-09 | Creation of a data store |
AU2010213346A AU2010213346A1 (en) | 2009-02-10 | 2010-02-09 | Creation of a data store |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
AU2009900509 | 2009-02-10 | ||
AU2009900509A AU2009900509A0 (en) | 2009-02-10 | Creation of a Data Store |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2010091456A1 true WO2010091456A1 (en) | 2010-08-19 |
WO2010091456A8 WO2010091456A8 (en) | 2010-10-21 |
Family
ID=42561314
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/AU2010/000134 WO2010091456A1 (en) | 2009-02-10 | 2010-02-09 | Creation of a data store |
Country Status (6)
Country | Link |
---|---|
US (1) | US20120005153A1 (en) |
EP (1) | EP2396720A1 (en) |
CN (1) | CN102349050A (en) |
AU (1) | AU2010213346A1 (en) |
CA (1) | CA2751383A1 (en) |
WO (1) | WO2010091456A1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9053082B2 (en) | 2011-11-03 | 2015-06-09 | Knowledge Inside | Spreadsheet data processing method and system |
WO2017181131A1 (en) * | 2016-04-14 | 2017-10-19 | Salesforce.Com, Inc. | Fine grain security for analytic data sets |
Families Citing this family (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102236662B (en) * | 2010-04-23 | 2013-09-25 | 广州市西美信息科技有限公司 | Database query and control method |
US8751216B2 (en) * | 2010-12-30 | 2014-06-10 | International Business Machines Corporation | Table merging with row data reduction |
US8874595B2 (en) * | 2011-11-15 | 2014-10-28 | Pvelocity Inc. | Method and system for providing business intelligence data |
US20130297627A1 (en) * | 2012-05-07 | 2013-11-07 | Sandeep J. Shah | Business intelligence engine |
US9596279B2 (en) | 2013-02-08 | 2017-03-14 | Dell Products L.P. | Cloud-based streaming data receiver and persister |
US9442993B2 (en) | 2013-02-11 | 2016-09-13 | Dell Products L.P. | Metadata manager for analytics system |
US9141680B2 (en) | 2013-02-11 | 2015-09-22 | Dell Products L.P. | Data consistency and rollback for cloud analytics |
US9191432B2 (en) | 2013-02-11 | 2015-11-17 | Dell Products L.P. | SAAS network-based backup system |
TWI609345B (en) * | 2013-07-01 | 2017-12-21 | 神乎科技股份有限公司 | Processing method for financial information |
US10275484B2 (en) * | 2013-07-22 | 2019-04-30 | International Business Machines Corporation | Managing sparsity in a multidimensional data structure |
US10339133B2 (en) * | 2013-11-11 | 2019-07-02 | International Business Machines Corporation | Amorphous data preparation for efficient query formulation |
CN107533570B (en) | 2015-10-23 | 2020-11-03 | 甲骨文国际公司 | System and method for automatically inferring cube schema from tabular data |
US10733155B2 (en) | 2015-10-23 | 2020-08-04 | Oracle International Corporation | System and method for extracting a star schema from tabular data for use in a multidimensional database environment |
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 |
US20180032914A1 (en) * | 2016-07-26 | 2018-02-01 | Gamalon, Inc. | Machine learning data analysis system and method |
US10909136B1 (en) * | 2017-02-08 | 2021-02-02 | Veritas Technologies Llc | Systems and methods for automatically linking data analytics to storage |
US10685033B1 (en) | 2017-02-14 | 2020-06-16 | Veritas Technologies Llc | Systems and methods for building an extract, transform, load pipeline |
US10606646B1 (en) | 2017-03-13 | 2020-03-31 | Veritas Technologies Llc | Systems and methods for creating a data volume from within a software container and initializing the data volume with data |
US10540191B2 (en) | 2017-03-21 | 2020-01-21 | Veritas Technologies Llc | Systems and methods for using dynamic templates to create application containers |
US10740132B2 (en) | 2018-01-30 | 2020-08-11 | Veritas Technologies Llc | Systems and methods for updating containers |
CN109165214A (en) * | 2018-06-29 | 2019-01-08 | 铜陵市世纪朝阳数码科技有限责任公司 | A kind of multiple spot information data input method |
US11080300B2 (en) * | 2018-08-21 | 2021-08-03 | International Business Machines Corporation | Using relation suggestions to build a relational database |
US11494363B1 (en) * | 2021-03-11 | 2022-11-08 | Amdocs Development Limited | System, method, and computer program for identifying foreign keys between distinct tables |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050246357A1 (en) * | 2004-04-29 | 2005-11-03 | Analysoft Development Ltd. | Method and apparatus for automatically creating a data warehouse and OLAP cube |
US7225197B2 (en) * | 2002-10-31 | 2007-05-29 | Elecdecom, Inc. | Data entry, cross reference database and search systems and methods thereof |
-
2010
- 2010-02-09 CA CA2751383A patent/CA2751383A1/en not_active Abandoned
- 2010-02-09 CN CN2010800111659A patent/CN102349050A/en active Pending
- 2010-02-09 AU AU2010213346A patent/AU2010213346A1/en not_active Abandoned
- 2010-02-09 US US13/148,773 patent/US20120005153A1/en not_active Abandoned
- 2010-02-09 EP EP10740831A patent/EP2396720A1/en not_active Withdrawn
- 2010-02-09 WO PCT/AU2010/000134 patent/WO2010091456A1/en active Application Filing
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7225197B2 (en) * | 2002-10-31 | 2007-05-29 | Elecdecom, Inc. | Data entry, cross reference database and search systems and methods thereof |
US20050246357A1 (en) * | 2004-04-29 | 2005-11-03 | Analysoft Development Ltd. | Method and apparatus for automatically creating a data warehouse and OLAP cube |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9053082B2 (en) | 2011-11-03 | 2015-06-09 | Knowledge Inside | Spreadsheet data processing method and system |
WO2017181131A1 (en) * | 2016-04-14 | 2017-10-19 | Salesforce.Com, Inc. | Fine grain security for analytic data sets |
US10713376B2 (en) | 2016-04-14 | 2020-07-14 | Salesforce.Com, Inc. | Fine grain security for analytic data sets |
Also Published As
Publication number | Publication date |
---|---|
AU2010213346A1 (en) | 2011-08-25 |
US20120005153A1 (en) | 2012-01-05 |
WO2010091456A8 (en) | 2010-10-21 |
CA2751383A1 (en) | 2010-08-19 |
CN102349050A (en) | 2012-02-08 |
EP2396720A1 (en) | 2011-12-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20120005153A1 (en) | Creation of a data store | |
Mahanti | Data quality: dimensions, measurement, strategy, management, and governance | |
Marco | Building and managing the meta data repository | |
US20110320399A1 (en) | Etl builder | |
Inmon et al. | DW 2.0: The architecture for the next generation of data warehousing | |
US7480675B2 (en) | Automated placement of fields in a data summary table | |
US20130166515A1 (en) | Generating validation rules for a data report based on profiling the data report in a data processing tool | |
US7117215B1 (en) | Method and apparatus for transporting data for data warehousing applications that incorporates analytic data interface | |
US8095866B2 (en) | Filtering user interface for a data summary table | |
US20110231359A1 (en) | Synchronization of relational databases with olap cubes | |
CN101878461A (en) | Method and system for analysis of a system for matching data records | |
Bălăceanu | Components of a Business Intelligence software solution | |
Jukic et al. | Expediting analytical databases with columnar approach | |
Albano | Decision support databases essentials | |
EP1374090A2 (en) | Computer method and device for transporting data | |
US20180039681A1 (en) | Method of organizing multiple hierarchical data structures in a single normalized structure of relational database for automation of data process design and for discovery analysis. | |
Chatzistefanou | Data Warehousing in Business Intelligence and ETL Processes | |
Bhetwal | Data warehouse and business intelligence: comparative analysis of olap tools | |
Hu | Data Warehouse Technology and Application in Data Centre Design for E-government | |
Marques | PRESENTING BUSINESS INSIGHTS ON ADVANCED PRICING AGREEMENTS USING A BUSINESS INTELLIGENCE FRAMEWORK | |
Huawei Technologies Co., Ltd. | Database Design Fundamentals | |
Williams | Project Portfolio | |
Jain | Database Management Systems | |
Hemrajani | DWH-Performance Tuning Using Metadata Driven Approach | |
Nazir | The feasibility of an effective data warehousing solution for a tertiary institution |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 201080011165.9 Country of ref document: CN |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 10740831 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2751383 Country of ref document: CA |
|
WWE | Wipo information: entry into national phase |
Ref document number: 3299/KOLNP/2011 Country of ref document: IN |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2010740831 Country of ref document: EP |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
ENP | Entry into the national phase |
Ref document number: 2010213346 Country of ref document: AU Date of ref document: 20100209 Kind code of ref document: A |
|
WWE | Wipo information: entry into national phase |
Ref document number: 13148773 Country of ref document: US |