Next Article in Journal
Enhancing Smart-Contract Security through Machine Learning: A Survey of Approaches and Techniques
Previous Article in Journal
A Secondary Particle Filter Photometric Data Inversion Method of Space Object Characteristics
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Disruptive Technology Identification Method for New Power Systems Based on Patent Evolution Analysis

1
Economic and Technological Research Institute, State Grid Anhui Electric Power Co., Ltd., Hefei 230022, China
2
School of Mechanical Engineering, University of Shanghai for Science and Technology, Shanghai 200093, China
*
Author to whom correspondence should be addressed.
Electronics 2023, 12(9), 2045; https://doi.org/10.3390/electronics12092045
Submission received: 29 March 2023 / Revised: 24 April 2023 / Accepted: 26 April 2023 / Published: 28 April 2023

Abstract

:
Disruptive technologies have been employed in various fields with a strategic priority in several countries as the core driving force of the fourth industrial revolution, significantly impacting the development of new power systems. It is a kernel to effectively identify the future potential of disruptive technologies. To overcome the subjectivity and limitations of existing disruptive technology identification methods, we propose a disruptive technology identification method based on patent evolution analysis. Firstly, the evolution matrix of the patent data is calculated. Afterward, we dig into the characteristics of disruptive technologies to build a more targeted identification index system. Finally, the fields of electric power communication and energy generation are selected as typical cases to build the patent data sets. The future development of the identified technologies, including the identified quantum technologies and controlled fusion, is analyzed. The results demonstrate that the proposed model can identify the key technologies of new power systems accurately and contribute to completing the industrial upgrading and transformation more rapidly.

1. Introduction

Disruptive technologies are innovations from existing technologies. At the national level, disruptive technologies have become a powerful driving force for economic and social development and a core element of scientific and technological innovation and industrial upgrading [1]. At the industry level, disruptive technologies have distinctive industry characteristics, which can be determined by analyzing patent data in related fields. As an emerging technology [2], disruptive technologies follow a different technological trajectory compared to existing technologies and have high auxiliary performance, which can create niches and marginal markets and eventually dominate unexpected new application areas, often bringing great challenges to existing enterprises. In today’s technology development environment and situation, how to establish a reasonable and efficient method to effectively identify disruptive technologies in the industrial field based on key factors, such as the trend, direction, and impact of technology development [3], is an important issue.
There are many methods used for disruptive technology identification; for example, Vojak proposed a method for identifying potential disruptive technologies using technology roadmaps based on historical research cases [4]. Delmer Nagy et al. first identified the innovation points and characteristics of the target technology by organizing the opinions of technology experts and market managers. They then assessed the market value and compared it with current market technology [5]. J Sun et al. used the theory of the solution of inventive problems (TSIP) to construct a model to predict technology prospects in terms of technological maturity and systematic concerns [6]. H Carlsen et al. learned from an interdisciplinary group of experts on the organized workshops to evaluate disruptive technologies through scenario analysis [7]. Guangzu Bai et al. used research papers cited by core patents, as well as papers and their citations, to analyze the impact of disruptive technology [8]. However, there still exists subjectivity and limitations in specialized fields according to the above approaches. To alleviate such issues, this paper addresses the problem that the existing research does not pay enough attention to the identified disruptive technologies in terms of future research development and the trend of change. We propose an identification method based on patent evolution analysis, which not only considers the comparative assessment of the patented technology and the currently existing technical content but also considers the future research development of the patented technology and the trend of change that receives attention. This presented method can better analyze the patent development metrically.
With the goal of “carbon peaking and carbon neutral”, energy and power systems need to undergo a low-carbon transformation. Advanced cyber systems should continuously enhance the reliability of the equipment to ensure high-quality access to power system communication [9], which can improve stability and promote the sustainable development of power systems [10]. At present, social energy resources are experiencing a long-term shortage, which is coupled with environmental pollution problems; thus, the efficient utilization of renewable energy is urgently required to actively build a renewable generation power system [11,12]. Researching and deploying disruptive energy generation technology [13] is essential to achieve clean energy production [14,15].
Therefore, in view of the importance of the above-mentioned fields for new-generation electric power systems, this paper selects the patents in the field of electric power communication and energy generation technology as cases to identify disruptive technologies in the fields and analyze the future potential of the related technologies to better grasp the key technologies and efficiently complete industrial upgrades and transform the new power systems.

2. Establishment of Disruptive Technology Identification Models

The process of disruptive technology identification based on patent evolution analysis in this paper mainly includes four parts: (1) the acquisition and pre-processing of patent data, (2) the establishment of an evolution matrix of patent data and the calculation of related index values, (3) disruptive technology determination, and (4) future development analysis. The specific identification process is shown in Figure 1. First, the patent text dataset in the relevant technical fields is obtained from the patent database, which is pre-processed to obtain the original patent text dataset based on time-series characteristics and cited frequency. Then, we calculate the similarity of text abstracts between two-by-two patents using cosine similarity [16] to construct the patent similarity matrix. Subsequently, the patent novelty matrix is obtained based on the relationship between the novelty and similarity of the patent database. Additionally, the patent evolution matrix is then constructed by calculating the novelty in each time slot one by one with the patent disclosure time as the breakpoint. Finally, we determine the index value of each patent based on the established disruptive technology identification index system and perform disruptive discrimination and future development analysis on the identified technologies.

2.1. Data Acquisition and Preprocessing

In order to obtain a scientific and effective target domain for the patent data set, this paper selects patents related to power systems from the patent database of China’s National Knowledge Infrastructure (CNKI). This patent database includes both Chinese and overseas patents, with a total of more than 140 million patents since 1970. Standardized searching information, including the patent name, patent abstract, patent number, patent claims, patent specification, inventor, patentee, patent application date, and patent publication date, was retrieved during the search until 1 November 2022. The obtained patents were sorted according to the year of publication, and the annual distribution diagram of authorized invention patents in the field of power systems can be obtained, as shown in Figure 2. The result contains 55,241 patent records in the field of power systems.
From the annual distribution chart, it can be seen that the first patent in the field of electric power systems was granted in 1985, and then it was in the latent period of development until 2001. From 2001 onwards, electric power systems entered a building period, and the technology in this field received attention from researchers, with the annual number of granted patents rising steadily. In recent years, the number of patents granted annually related to power systems has been in a state of rapid growth and shows a rising development trend, which indicates that the research and application in the field of power systems are in a very active state and have good development potential.
Through the analysis of keyword co-occurrence, we can obtain the research hotspots in the field according to the high-frequency keywords through the Vosviewer, which can realize the mapping of scientific knowledge and show the relationship between the structure, evolution, and cooperation of the knowledge domain. The keyword co-occurrence graph in the power system is shown in Figure 3. The larger the icon, the higher the frequency of occurrence. The line of adjacent nodes indicates the co-occurrence relationship between keywords. Different colors indicate different clusters. From the graph, high-frequency keywords that can be extracted include electric power system, generator, battery, information, etc. We can conclude that the hotspot directions of power systems mainly include energy generation, switching, energy storage, power communication, etc.

2.2. Disruptive Technology Recognition Algorithm

The disruptive technology recognition algorithm first calculates the similarity between patents, constructs the similarity matrix, and transforms the similarity matrix into the novelty matrix. Then, patent issue time is taken as the breakpoint to build the patent evolution matrix.

2.2.1. Patent Similarity Matrix

Before the computation of the novelty matrix, the similarity should be calculated. Cosine similarity has good performance in different corpora, so this paper uses cosine similarity to calculate patent similarity. First of all, the Python tool is used to preprocess the patent data, and the patent publication time is sorted to obtain the patent data set based on time series. Then, the Term Frequency–inverse Document Frequency (TF-IDF) [17] algorithm is used to find out the keywords of each patent, which is used to construct the keyword matrix set of the patent; and the word frequency vector of each patent is formed, respectively, to calculate the cosine similarity between the text vectors. A symmetric matrix of patent similarity corresponding to two pairs of patent documents is obtained, and the value of patent similarity is between 0 and 1. The larger the value, the greater the similarity.
The process of constructing the patent similarity matrix in this paper is as follows: first, assume that two data points in a dimensional space are A = ( a 1 , a 2 , a i ) and B = ( b 1 , b 2 , b i ) and then calculate the TF-IDF value of each word as the weight with the formula shown in (1).
T F I D F = t f i j × i d f i = t f i k × log ( N n k + 0.01 ) k = 1 m ( f i k 2 × [ log ( N n k + 0.01 ) ] 2 )
where t f i j is the number of times that the featured item t i appears in the patent d j , i d f i is the reciprocal of the occurrence of the featured item t i , N is the total number of patent sets, n i is the number of patents in which the featured item t i appears, and the number of feature items, patents, and patent sets, respectively, and 0.01 is the empirical constant.
Then, cosine similarity is used to calculate the similarity of A and B , as shown in Equation (2).
S ( A , B ) = cos ( θ ) = i = 1 n ( a i × b i ) i = 1 n ( a i ) 2 × i = 1 n ( b i ) 2
where S ( A , B ) is the similarity between the two data points A and B , and a i and b j denote the TF-IDF values of the keywords in the two data points.
Finally, the similarity matrix of the patent texts can be established with the TF-IDF model and cosine similarity. The main process of patent similarity matrix construction is as follows:
(1)
The TF-IDF algorithm is used to perform the keyword calculation of the pre-processed patent text data set, extract the keyword list of each patent text data P = { w 1 , w 2 , w n } , and construct a keyword co-occurrence matrix D p = { P 1 , P 2 , P n } with the number of patent documents and keywords according to the TF-IDF value of each keyword.
(2)
The word vector model is used to process each patent text P = { w 1 , w 2 , w n } , and the word vector V p = { v 1 , v 2 , v n } of each patent text is constructed according to the processed word sequence. All of the patent text vectors D v = { v 1 , v 2 , v n } constitute the patent text vector set.
(3)
According to the cosine similarity formula, the similarity between two vectors in the patent text vector set is calculated as S ( V i , V j ) .
(4)
The n × n dimensional patent text similarity matrix D s = ( d i j ) i , j = 1 , , n is established according to the calculation result of the cosine similarity. The form of n × n dimensional patent text similarity matrix is constructed as shown in Formula (3):
D S = ( 1 S ( V 1 , V 2 ) S ( V 1 , V n ) S ( V 2 , V 1 ) 1 1 S ( V n 1 , V n ) S ( V n , V 1 ) S ( V n , V n 1 ) 1 )

2.2.2. Patent Novelty Matrix

The determination of novelty can be established through the existing technology and patent similarity analysis. The calculation of the novelty of the technology described in the patents in two patent sets is based on the similarity between one patent and all previous patents. The greatest similarity of a patent to a previous patent may be considered “old”, whereas novelty refers to the particular part of a patent that is not similar to the previous patent in terms of its greatest similarity.
The unique parts are taken as the novelty of the patent text at the time of publication. We calculate the proportion of the unique parts of the patent that is not similar to one of the previously published patents by subtracting the maximum similarity between the one and other published patents. The formula used to calculate patent novelty when disclosed is shown in Formula (4):
N O V p u b = 1 M a x ( S i ( n ) ) , n < i
where N O V p u b is the novelty of the patent when it is disclosed, S i ( n ) is the similarity between the patent P i and other patents disclosed before the publication of P n , and M a x ( S i ( n ) ) represents the maximum similarity of each patent P i disclosed before the patent P n .
The n × n dimensional patent text novelty matrix is constructed with the novelty coefficients between the patent texts arranged in the time series, D N O V , as shown in Formula (5):
D N O V = ( N O V p u b 1 N O V ( p 2 , p 1 ) N O V p u b 2 N O V ( p i , p j ) N O V p u b i N O V p u b n 1 N O V ( p n , p 1 ) N O V ( p n , p n 1 ) N O V p u b n )

2.2.3. Patent Evolution Matrix

After constructing the patent novelty matrix, the evolution algorithm of patent novelty is used to calculate the change process of patent novelty over time. The standard for judging patent novelty is the publication date. When constructing the patent evolution matrix, the publication year will be used as the criterion to make time slices of the patent data set. This paper analyzes the novelty evolution of patented technology from the publication year to the present, and we can obtain the evolution of patent technology development and provide a new perspective for identifying disruptive technologies.
In this paper, the year of patent novelty is expressed by Formula (6), which evolves over time.
N O V ( i , y ) = { 1 M a x ( S i ( n ) ) , n < y + 1 , ( y i < y ) 0 , ( y i < y )
where N O V ( i , y ) is the novelty of the patent in terms of the year, S i ( n ) represents the similarity between patent P i and each patent P n disclosed before the year y + 1 , and M a x ( S i ( n ) ) represents the maximum similarity between the patent and each patent disclosed before the year. If the patent is not publicly published in the year, the calculation result is null.
We construct the patent evolution matrix by sorting and integrating the publication time series of each patent, as shown in Formula (7):
D N O V ( p i , y n ) = ( N O V ( p 1 , y 1 ) N O V ( p 1 , y 2 ) N O V ( p 1 , y n ) N O V ( p 2 , y 1 ) N O V ( p 2 , y 2 ) N O V ( p i 1 , y n 1 ) N O V ( p i 1 , y n ) N O V ( p i , y 1 ) N O V ( p i , y n 1 ) N O V ( p i , y n ) )

2.3. An Indicator of Disruptive Technology

In this paper, establishing the evaluation index system is an important task for the study of disruptive technology identification. A reasonable and effective index system is not only conducive to obtaining highly effective evaluation results but also has an important impact on exploring the nature of the development of disruptive technology. In this paper, disruptive technologies are identified from the perspective of patent evolution and the characteristics of disruptive technologies. Compared with other technologies, disruptive technologies have high novelty, strong development momentum, and great influence [18]. Therefore, the effective recognition of related technologies is reflected through their radical novelty, relatively rapid growth, and prominent impact. The established system of disruptive technology discriminators is as follows:
(1)
In the process of disruption, novelty and growth are prominent in the early stage and weaken over time. We characterize the radical novelty of disruptive technologies with the evolution of patent novelty. Therefore, the novelty of the described patents is defined as follows: if N O V p u b is less than 0.5, the novelty is weak; if N O V p u b is between 0.5 and 0.8, the novelty is medium; and if N O V p u b is greater than 0.8, the novelty is strong.
(2)
The relatively rapid growth is represented by the average annual growth of similar technologies. The relatively rapid growth is due to the fact that disruptive technologies tend to grow faster compared to other technologies in the same field. The growth of disruptive technologies is represented by the average annual growth of similar technologies through the constructed patent similarity matrix. The greater the average annual growth, the faster the development of disruptive technologies.
(3)
A prominent impact is represented by the number of patent citations [19]. The higher the citation frequency of a patent, the more subsequent technologies will be affected by it and the more important the technology covered by the patent [20]. In this paper, the patents that accounted for the top 10% of all patents cited in the year of publication were used to characterize the prominent impact of disruptive technologies.

3. Case Studies

3.1. Theoretical Verification

In this section, disruptive technology is identified in the field of power generation before 2015 to test the validity of the method. From Table 1, the trend of the decreasing novelty of patent CN102834605A indicates that the patent received widespread attention after publication. The annual growth of this patent is 16.27, which indicates that the technology present in this patent has undergone great development. The cited frequency accounts for the top 10%. The wind power technology covered in this patent is identified as a disruptive technology. As shown in Figure 4, wind power technology shows a tendency to grow explosively in the electricity generation sector. The results verify the correctness of the proposed method.

3.2. Power Communication Technology as an Example

In this section, we first obtain the patents in the field of power communication technology and then use the algorithm to obtain the similarity matrix, the novelty matrix, and the patent evolution matrix for the field.

3.2.1. Data Acquisition

The patents related to electric power systems in the field of electric power communication are extracted from the patent database of CNKI. The annual distribution of authorized invention patents in the field of electric power communication can be obtained after statistical analysis and collation, as shown in Figure 5.

3.2.2. Patent Similarity Matrix

The patent text dataset in the field of power communication was obtained after pre-processing. The TF-IDF algorithm is used to extract the keywords present in the patent documents. We construct a keyword co-occurrence matrix of patents with the number of behavioral documents and the number of keywords and generate the word frequency vector of the patent text. The similarity between the patents in pairs is calculated with the cosine similarity to obtain the patent similarity matrix (381 × 381), as shown in Table 2. The first row and the first column indicate the number of each patent. The calculated result indicates the similarity value between each patent. The patent similarity is between 0 and 1, and the larger value indicates a higher similarity between the two patents.

3.2.3. Patent Novelty Matrix

Patent novelty is obtained by subtracting the maximum similarity novelty measure of a patent from its related patents. After calculating the patent text similarity, the novelty at the time of disclosure is calculated as the proportion of the distinctive part of a patent. In order to study the process of the novelty change of a patent after public publication, the date of publication can be regarded as a point in time. The novelty matrix in the field of power communication can be obtained by the novelty calculation formula, as shown in Table 3, where the first row and the first column indicate the number of each patent, and the calculated result indicates the novelty value among each patent.

3.2.4. Patent Evolution Matrix

We construct a patent evolution matrix by calculating the change in the novelty of patents from year to year. The patent evolution matrix is constructed as shown in Table 4. Most of the patents have high novelty at the time of disclosure. As time evolves, some hot research areas have less novelty due to the appearance of identical patented inventions.

3.3. Energy Generation Technology as an Example

In this section, we first obtain the patents in the field of energy generation technology and then use the algorithm to obtain the similarity matrix, the novelty matrix, and the patent evolution matrix for the field.

3.3.1. Data Acquisition

We extract the patents in the field of energy generation from the patents related to electric energy systems in the CNKI, including the relevant invention patents and utility model patents. We obtain the annual distribution of authorized invention patents in the field of energy generation after statistical analysis and collation, as shown in Figure 6.

3.3.2. Patent Similarity Matrix

We can obtain the patent text dataset after processing by combining the TF-IDF model and cosine similarity. The similarity matrix of a patent text can be accessed as the symmetric moments of patent text similarity (426 × 426), as shown in Table 5, where the first row and the first column indicate the number of each patent, and the calculated result indicates the similarity value between each patent.

3.3.3. Patent Novelty Matrix and Patent Evolution Matrix

After calculating the similarity of patent texts, we can obtain the novelty matrix in the field of energy generation by calculating the proportion of unique parts that are not similar to previously published patents, as shown in Table 6, where the first row and the first column indicate the number of each patent, and the result of the calculation indicates the result after the novelty of each patent has changed over time.
The patent evolution matrix can be constructed by calculating the change in the novelty of patents from year to year, as shown in Table 7.

4. Discrimination and Analysis

In this section, we first process the relevant data obtained in the previous section to obtain the index values of the patent data, then we discriminate the disruptive technologies through the discriminatory indexes proposed in this paper, and finally, we analyze the future development of the identified disruptive technologies.

4.1. Identification of Technical Results

According to the disruptive technology identification index system built based on its characteristics, attributes, and the citation frequency ranking of related patents in the previous section, the related patent indicators in the field of power communication and energy generation can be obtained, as shown in Table 8 and Table 9, respectively, where the annual growth is the growth of similar patents. The following conclusions are shown below:
First, from the perspective of radical novelty, two patent technologies, No. 367, in the field of electric power communication (CN115314270A), and No. 355, in the field of energy generation (CN111075529B), were both published in 2022. They had high novelty at the time of public publication, with novelty coefficients of 0.973 and 0.973, respectively, and thus belong to high-novelty patented technologies at the time of public publication. The technical novelty of these two technologies tends to decrease in the process of development. It has been illustrated that these two high novelty patents received wide attention from technical researchers after publication. They are referred to by technicians in the field and provide a theoretical reference for the subsequently patented technologies. Such patented technologies have good development potential and radical novelty compared with other technologies in the field.
Secondly, from the perspective of relatively rapid growth, the number of the average annual growth of similar technologies, granted No.367 (CN115314270A) and No. 355 (CN111075529B), are 21 and 14, respectively, in the fields of electric power communication and energy generation. They both have similar patents within a relatively short period, which is just after their publication. It has been illustrated that both are in a state of rapid growth. These two patent technologies have faster growth rates and stronger development momentum. Such patented technologies have good development potential and relatively rapid growth compared to other technology fields.
Thirdly, from the viewpoint of outstanding influence, the citation frequency of the two patents, No. 367 (CN115314270A), in the field of electric power communication, and No. 355 (CN111075529B), in the field of energy generation, are in the top 10% of the citation frequency ranking table in the relevant fields. They have been highly cited in a short period of publication time, and it can be seen that both technologies have an outstanding impact.
According to the identification index system of disruptive technologies constructed in this paper, two patent technologies, No. 367 (CN115314270A), in the field of electric power communication, and No. 355 (CN111075529B), in the field of energy generation, perform very well compared to other technologies in the three discriminative indexes, which shows the obvious characteristics. Therefore, these two patented technologies are judged to be disruptive technologies in the fields of electric power communication and energy generation, respectively, and these two patented technologies are retrieved through their patent number: (1) Quantum key-based hierarchical encryption method and communication method for electric power business and a Brayden cycle energy generation system for pulsed fusion reactors: this patent mainly applies quantum technology to the field of electric power communication, and improves the encryption efficiency and the use efficiency of quantum keys under the premise of guaranteeing data security. (2) A Brayden cycle energy generation system for pulsed fusion reactors: this patent belongs to the field of nuclear fusion reactor technology, which can provide durable, efficient, and clean energy, and thus completely solve the energy problem.

4.2. Analysis of Technical Development

Through the presentation of patent evolutionary analysis methods, disruptive technologies in the fields of electricity, communications, and power generation are identified as quantum technology and controlled nuclear fusion, respectively.
(1) The quantum technology
With the development and the deepening applications of quantum technology, the future of quantum communication, quantum computing, quantum measurement, quantum materials, etc., in electric power systems will have a wide range of application prospects and bring about profound changes to power systems. Especially in the field of electric power communication, quantum communication technology can be used to carry out the application and build a network architecture. It is essential to ensure the security of the electric power communication network and guarantee the safe and stable operation of the power grid. With the deepening of digitalization and the continuous improvement of system coordination requirements, power systems in all aspects of computing capacity requirements will undergo exponential growth. Traditional computing methods will not be able to handle the existing amount of computing. However, quantum computing technology can overcome this problem as it can be used to handle large-scale computations. The latest research results are constantly applied in the field of power quantum measurement, but the current academic research is blossoming. The key technology research has not yet reached a consensus. Most of the technologies are still in the laboratory research stage.
The quantum technology revolution is receiving more and more attention as it continually achieves new breakthroughs. The advent of quantum technology has spawned technological change, and device developments continue to change the face of the world. It is gradually becoming the cornerstone and driving force of social leapfrog development, providing fundamental security services for the development of the information society and completely solving the problem of information security in terms of infrastructure.
(2) The controlled nuclear fusion
Reviewing the history of nuclear fusion research, it can be seen that the research on magnetic confinement fusion has developed rapidly and made great achievements in the past 20–30 years. The scientific feasibility of developing fusion energy has been confirmed in tokamak-type magnetic confinement fusion devices with breakthroughs in tokamak-type magnetic confinement fusion devices. The design of the international thermonuclear experimental reactor (ITER) has been able to give mankind a bright future, but achieving the practical application of fusion energy is still a long and uneven journey.
Controlled nuclear fusion has some incomparable advantages over other energy sources: abundant sources of raw materials, a non-polluting process of nuclear fusion, and safety and reliability. As fossil fuels such as coal, oil, and natural gas will eventually be depleted, people are looking forward to new energy sources. Controlled fusion reactions can produce vast amounts of energy. Since this energy source is clean, safe, and uses inexhaustible seawater as raw material, controlled fusion is the main hope for human energy in the next century.

5. Conclusions

We take the fields of electric power communication and power generation as examples to identify disruptive technology according to the proposed patent evolution analysis and the identification index system. This paper accomplishes and achieves the following: (1) the effective identification of disruptive technologies in the fields of electric power communication and energy generation and (2) completes the analysis of the future potential of the above disruptive technologies so as to grasp the key technologies and facilitate industrial transformation and upgrades more quickly.
However, there are two shortcomings in this paper. Firstly, the similarity matrix is calculated on the basis of the similarity between the keywords, which are directly derived from the patents. It does not take into account the semantics of the keywords. The similarity matrix will be inaccurate if the extracted keyword clusters do not represent the characteristics of the whole document well. Additionally, the proposed index system only contains the novelty, growth, and impact of the patents, which is not comprehensive enough from the perspective of discriminating. Therefore, how to conduct patent intelligence analysis at both macro and micro levels and how to construct multi-dimensional identification indicators of the patented technologies are the focus of the next research.

Author Contributions

Conceptualization, D.P. and X.R.; methodology, M.M.; software, L.Z. (Long Zhang); validation, L.Z. (Li Zhang), Z.S. and M.M.; formal analysis, D.P.; investigation, Y.N.; resources, D.H.; data curation, D.H.; writing—original draft preparation, L.Z. (Long Zhang); writing—review and editing, M.M.; visualization, D.P.; supervision, D.P.; project administration, D.P.; funding acquisition, D.P. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Wang, C.; Ma, M.; Li, S.S.; Xia, D.; Yu, J.F.; Xu, H.Y. Research on the social impact detection of disruptive technology from altmetrics perspective. Inf. Theory Pract. 2022, 45, 93–104. [Google Scholar]
  2. Xu, J.G.; Li, M.J.; You, H.L. Advances in emerging technology identification research. J. Intell. 2018, 37, 8–12. [Google Scholar]
  3. Liu, A.; Li, L.; Cao, Y.; Wei, Y.; An, X.; Zhang, K.; Zhang, J.; Miao, H. Strategic connotations and policy implications of the concept of disruptive technologies. China Eng. Sci. 2018, 20, 7–13. [Google Scholar]
  4. Vojak, B.A.; Chambers, F.A. Roadmapping disruptive technical threats and opportunities in complex, technology-based subsystems: The SAILS methodology. Technol. Forecast. Soc. Chang. 2004, 71, 121–139. [Google Scholar] [CrossRef]
  5. Tellis, G.J. Organizing for radical product innovation. J. Adv. Signal Process. 1998, 35, 474–487. [Google Scholar]
  6. Sun, J.; Gao, J.; Yang, B.; Tan, R. Achieving disruptive innovation-forecasting potential technologies based upon technical system evolution by TRIZ. In Proceedings of the 2008 4th IEEE International Conference on Management of Innovation and Technology, Bangkok, Thailand, 21–24 September 2008. [Google Scholar]
  7. Carlsen, H.; Dreborg, K.; Godman, M.; Hansson, S.; Johansson, L.; Wikman-Svahn, P. Assessing socially disruptive technological change. Technol. Soc. 2010, 32, 209–218. [Google Scholar] [CrossRef]
  8. Bai, G.; Zheng, Y.; Wu, X.; Jin, J.; Liu, Q. Research and demonstration of disruptive technology prediction methods based on literature knowledge correlation. J. Inf. 2017, 36, 38–44. [Google Scholar]
  9. Chen, Z. Application of electric power communication technology in smart grid. Enterp. Technol. Dev. 2016, 35, 89–91. [Google Scholar]
  10. Bao, Z.Q.; Yu, M.; Guo, H.; Lin, X.; Guan, Z.Y. Research on distribution network expansion planning model and method considering carbon emission Reduction. Autom. Instrum. 2022, 43, 15–24. [Google Scholar]
  11. Yuan, L.; Zhang, T.; Zhang, Q.H.; Jiang, B.Y.; Lü, X.; Li, S.S.; Fu, Q. Construction of green, low-carbon and multi-energy complementary system for abandoned mines under global carbon neutrality. J. China Coal Soc. 2022, 47, 2131–2139. [Google Scholar]
  12. Han, X.Q.; Li, T.J.; Zhang, D.X.; Zhou, X. New issues and key technologies of new power system planning under double carbon goals. High Volt. Eng. 2021, 47, 3036–3046. [Google Scholar]
  13. Feng, K.M. Controlled fusion and the ITER program. Mod. Electr. Power 2006, 23, 82–88. [Google Scholar]
  14. Huang, Q.; Guo, Y.; Jiang, J.; Ming, B. China’s clean power development path under the goal of “dual carbon”. J. Shanghai Jiao Tong Univ. 2021, 55, 1499–1509. [Google Scholar]
  15. Shi, Y.; Zhou, X.; Xue, Y.; Sheng, K.; Hao, Z.; Wang, Y. Build a new power system scientifically and promote the upgrading of the energy and power industry chain. Sci. Technol. Her. 2021, 39, 53–55. [Google Scholar]
  16. Wu, Y.; Zhao, S.; Li, C.; Wei, N.; Wang, Z. Text classification method based on TF-IDF and cosine similarity. Chin. J. Inform. 2017, 31, 138–145. [Google Scholar]
  17. Huang, C.H.; Yin, J.; Hou, F.A. Text similarity measurement method combining lexical semantic information and TF-IDF method. J. Comput. Sci. 2011, 34, 856–864. [Google Scholar]
  18. Wu, F.; Luan, J.; Huang, L.; Zhang, Y. Knowledge frontier patent recognition based on novelty and domain intersection: A case study of elderly welfare technology. J. Inf. 2016, 35, 85–90. [Google Scholar]
  19. Wang, L.; Wu, L. A review of emerging technology recognition methods. Libr. Inf. Serv. 2020, 64, 125–135. [Google Scholar]
  20. Xi, J.H.; Peng, A.D. Study on the correlation between patent citation frequency and patent classification across fields-example of Chinese-granted patents in the United States. J. Intell. 2016, 35, 92–97. [Google Scholar]
Figure 1. Disruptive technology identification flowchart.
Figure 1. Disruptive technology identification flowchart.
Electronics 12 02045 g001
Figure 2. Annual distribution of authorized invention patents in the field of power systems.
Figure 2. Annual distribution of authorized invention patents in the field of power systems.
Electronics 12 02045 g002
Figure 3. Patent keyword co-occurrence map in the field of power systems.
Figure 3. Patent keyword co-occurrence map in the field of power systems.
Electronics 12 02045 g003
Figure 4. Wind power generation.
Figure 4. Wind power generation.
Electronics 12 02045 g004
Figure 5. Annual distribution of authorized invention patents in the field of power communication.
Figure 5. Annual distribution of authorized invention patents in the field of power communication.
Electronics 12 02045 g005
Figure 6. Annual distribution of granted invention patents in the field of energy generation.
Figure 6. Annual distribution of granted invention patents in the field of energy generation.
Electronics 12 02045 g006
Table 1. The patent-related index values in the power communication field before 2012.
Table 1. The patent-related index values in the power communication field before 2012.
Patent No.Patent CodePublish TimePublication NoveltyTesting
Novelty
Evolutionary YearAnnual GrowthCited Frequency
Sort
1CN1223355199910.61612.7Top 30%
128CN102834605A201210.823316.27Top 10%
200CN204918497U201510.713013.27Top 20%
Table 2. The patent similarity matrix.
Table 2. The patent similarity matrix.
Patent No.124456381
110.0040.0050.0050.0100.0110.006
20.00410.1400.1460.1370.1530.003
30.0050.14010.1940.1850.2150.016
40.0050.1460.19410.1510.1820.010
50.0100.1370.1850.15110.2290.007
60.0110.1530.2150.1820.22910.012
70.0150.0020.0190.0080.0510.8360.012
3810.0060.0030.0160.0100.0070.0121
Table 3. The patent novelty matrix.
Table 3. The patent novelty matrix.
Patent No.123456381
110.9960.9950.9950.9900.9890.897
20.99610.8600.8540.8540.8470.842
30.9950.86010.8060.8060.7850.781
40.9950.8540.80610.8490.8180.818
50.9900.8540.8060.84910.7710.249
60.9890.8470.7850.8180.77110.164
70.9850.8470.7850.8180.7710.1640.823
3810.8970.8420.7810.8180.2490.1641
Table 4. The patent evolution matrix.
Table 4. The patent evolution matrix.
Patent No.123456381
Year
20021
20080.9961
20090.9900.8540.8060.8491
20100.9850.8470.7850.8180.2490.164
20110.9850.8470.7850.8180.2490.164
20120.9690.8470.7850.8180.2490.164
20130.9470.8470.7850.8180.2490.164
20220.8970.8420.7810.8180.2490.1641
N O V p u b 110.8060.84910.164 1
Table 5. The patent similarity matrix.
Table 5. The patent similarity matrix.
Patent No.124456426
110.0540.0290.0120.0780.0030.009
20.05410.0380.0040.0340.0100.010
30.0290.03810.0160.0290.0040.031
40.0120.0040.01610.0170.0230.004
50.0780.0340.0290.01710.0190.015
60.0030.0100.0040.0230.01910.021
70.0500.0620.0080.0080.0820.0150.020
4260.0090.0100.0310.0040.0150.0211
Table 6. The patent novelty matrix.
Table 6. The patent novelty matrix.
Patent No.123456426
110.9460.9460.9460.9220.9220.871
20.94610.9620.9620.9620.9620.857
30.9460.96210.9840.9710.9710.784
40.9460.9620.98410.9830.9770.877
50.9220.9620.9710.98310.9810.695
60.9220.9620.9710.9770.98110.663
70.9220.9380.9710.9770.9180.9850.793
4260.8710.8570.7840.8770.6950.6631
Table 7. The patent evolution matrix.
Table 7. The patent evolution matrix.
Patent No.123456426
Year
20081
20110.9460.9620.9841
20120.9220.9380.8400.9770.9180.985
20130.8830.8750.8400.9770.8500.961
20140.8830.8750.8400.9470.8500.958
20150.8830.8570.8400.9430.8500.850
20160.8830.8570.8400.9430.8500.850
20220.8710.8570.7840.8770.6950.6631
N O V p u b 10.9620.98410.9180.9851
Table 8. The patent-related index values in the power communication field.
Table 8. The patent-related index values in the power communication field.
Patent No.Patent CodePublish TimePublication NoveltyTesting
Novelty
Evolutionary YearAnnual GrowthCited Frequency
Sort
1CN2503163200210.8972018Top 30%
2CN201134298200810.8421425Top 20%
367CN115314270A20220.9730.973014Top 10%
381CN218469730U20221100Top 20%
Table 9. The patent-related index values in the energy generation field.
Table 9. The patent-related index values in the energy generation field.
Patent No.Patent CodePublish TimePublication NoveltyTesting
Novelty
Evolutionary YearAnnual GrowthCited Frequency
Sort
1CN201084000200810.8711426.79Top 10%
2CN201947494U20110.9620.8571133.72Top 30%
355CN111075529B20220.9730.973021Top 10%
426CN115313528A20221100Top 20%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Pan, D.; Ren, X.; Zhang, L.; Song, Z.; Nie, Y.; Zhang, L.; Ma, M.; Han, D. A Disruptive Technology Identification Method for New Power Systems Based on Patent Evolution Analysis. Electronics 2023, 12, 2045. https://doi.org/10.3390/electronics12092045

AMA Style

Pan D, Ren X, Zhang L, Song Z, Nie Y, Zhang L, Ma M, Han D. A Disruptive Technology Identification Method for New Power Systems Based on Patent Evolution Analysis. Electronics. 2023; 12(9):2045. https://doi.org/10.3390/electronics12092045

Chicago/Turabian Style

Pan, Dong, Xijun Ren, Li Zhang, Zhumeng Song, Yuanhong Nie, Long Zhang, Meiling Ma, and Dong Han. 2023. "A Disruptive Technology Identification Method for New Power Systems Based on Patent Evolution Analysis" Electronics 12, no. 9: 2045. https://doi.org/10.3390/electronics12092045

APA Style

Pan, D., Ren, X., Zhang, L., Song, Z., Nie, Y., Zhang, L., Ma, M., & Han, D. (2023). A Disruptive Technology Identification Method for New Power Systems Based on Patent Evolution Analysis. Electronics, 12(9), 2045. https://doi.org/10.3390/electronics12092045

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop