• Researcher- Insert patent name, patent type, application number, transaction price, patent description IN personal center |
• Expert- Insert score in evaluation system, include: |
— Market Application: Whether the patent is put into market use and the scale of application |
— Patentee Ability:The ability of patentees and teams to solve problems |
— Patent Application: Total patents in the corresponding field |
— Patent Share: The proportion of patentee holding patents |
— Market Competition: Competitors and their scale |
— Policy Application: The degree of compatibility with national and local policies |
— Patent Demand: Market demand for patents |
• System-Calculate the patent value score |
floatpatentValue = (float) ( |
patent.MarketApplication () * 0.1 + |
patent.PatenteeAbility() * 0.2 + |
patent.PatentApplication () * 0.15+ |
patent.MarketCompetition () * 0.15 + |
patent.PatentShare() * 0.15 + |
patent.PatentDemand() * 0.1+ |
patent.PolicyApplication () * 0.15 |
); |
• System-Obtain current patent and set patent economic value score |
patent.setPatentValue (patentValue); |
patentAssessService.update(patent); |
• |
• |
— Market Application: Whether the patent is put into market use and the scale of application |
— Patentee Ability:The ability of patentees and teams to solve problems |
— Patent Application: Total patents in the corresponding field |
— Patent Share: The proportion of patentee holding patents |
— Market Competition: Competitors and their scale |
— Policy Application: The degree of compatibility with national and local policies |
— Patent Demand: Market demand for patents |
• |
floatpatentValue = (float) ( |
patent.MarketApplication () * 0.1 + |
patent.PatenteeAbility() * 0.2 + |
patent.PatentApplication () * 0.15+ |
patent.MarketCompetition () * 0.15 + |
patent.PatentShare() * 0.15 + |
patent.PatentDemand() * 0.1+ |
patent.PolicyApplication () * 0.15 |
); |
• |
patent.setPatentValue (patentValue); |
patentAssessService.update(patent); |
Sharing content requires targeting cookies to be enabled. Please update your cookie preferences to use this feature.