Extended fault-pair Boolean table based test points selection for robotic systems
Abstract
Analog circuit fault isolation is crucial for ensuring the reliability and performance of robotic systems. Test point selection plays a key role in enabling effective fault isolation, yet traditional methods often struggle to balance the number of test points with fault isolation accuracy. This paper proposes a novel test point selection method by extending the fault-pair Boolean table into a distributional framework. The approach enhances test point selection by employing the Bhattacharyya Coefficient to quantify distributional overlap and using kernel density estimation (KDE) to model circuit response distributions without assuming normality. To further improve estimation accuracy, the Grey Wolf optimization algorithm is applied for optimal KDE bandwidth selection. Experimental results on a negative feedback circuit show that the proposed method successfully isolates all 11 faults, demonstrating strong isolation capability. Further validation on an active filter circuit confirms its effectiveness, achieving successful isolation of 16 out of 20 faults. Compared to other methods, the proposed approach consistently yields higher fault isolation across various thresholds.
Keywords
1. INTRODUCTION
With the rapid advancements in robotics, internal circuit systems, particularly analog circuits, have become critical components prone to frequent failures due to their nonlinear characteristics and the complexity of operating environments[1,2]. Research indicates that more than 80% of circuit failures originate from analog circuits, which directly affect the stability and functionality of robotic systems[3,4]. As a result, efficiently isolating analog circuit faults has emerged as a pivotal challenge in ensuring the reliability of robotic systems. Design for testability (DFT) plays a crucial role in fault diagnosis of analog circuits[5]. By introducing test points within the circuit to capture critical node signals, DFT significantly enhances the observability of the circuit, thereby improving its fault diagnosability. This approach not only increases test coverage but also effectively reduces fault localization time and lowers maintenance costs. Moreover, the effective implementation of testability design supports real-time condition monitoring, enabling the system to perform self-detection and self-diagnosis during operation, thereby enhancing equipment reliability and maintenance efficiency. However, an excessive number of test points can result in information redundancy, increased system complexity, and elevated testing costs, necessitating optimization of test point selection[6]. The optimization of test point selection refers to the process of strategically identifying and selecting the most effective set of test points in a system or circuit to achieve accurate fault diagnosis or isolation while minimizing cost, complexity, and redundancy. This process aims to balance the trade-off between diagnostic accuracy and the number of test points[7].
In recent years, significant research has been conducted on test point selection for analog circuits. Fault dictionary-based approaches to test point selection have emerged as a relatively mature method (with integer coding tables being a specific form of fault dictionary, which will not be differentiated here). A tolerance handling method was proposed in[8] for diagnosing soft faults in analog circuits, addressing diagnostic inaccuracies caused by component tolerances. This method introduced a slope fault model and combines optimization theory with threshold coefficients, leading to a novel fault dictionary-based test point selection approach. A depth-first graph search-based test point selection method was given in[9] for analog circuit fault dictionaries, maximizing information gain during the graph node expansion process. This ensures that each additional test point provides the maximum information, facilitating the achievement of a globally minimal test point set. Subsequently, a heuristic graph search approach was proposed by integrating the concept of entropy from information theory and combining fuzzy sets caused by component tolerances with fault voltage distributions in[10] to evaluate the optimality of test points. A clustering discretization method was applied to overcome the limitations of traditional fault dictionaries in handling component tolerances and continuous-value monitoring variables in[11]. This method represented fault modes as a set of single or multiple integer codes by introducing an extended fault dictionary. Building on this, an extended integer-coded dictionary method was provided to address fault localization issues in switch-mode power supplies in[12], utilizing optimal boundary determination techniques to enhance feature separation. To improve the computational efficiency of fault dictionaries, an efficient test point selection method was proposed in[13] that optimizes the test point set by progressively eliminating isolated faults and test points, thereby resolving the issues of excessive computation time and high dimensionality encountered in traditional approaches.
The above analog circuit test point selection algorithms are all based on fault dictionary technology. However, fault dictionary technology is not a highly precise method. When the number of test points increases, not only does the diagnostic accuracy decrease, but the computational complexity also increases. A more precise fault pair Boolean table technique was proposed in[14,15], overcoming the limitations of traditional integer-coded table techniques, which cannot isolate all faults. The fault pair Boolean table is constructed based on node voltage values. For two faults, if the voltage difference at the same test point exceeds a given threshold[16], the two faults are considered isolable, and the corresponding position is marked as 1. Otherwise, if the voltage difference is smaller than the threshold, the faults are deemed non-isolable, and the corresponding position is marked as 0. The given threshold involves a degree of subjectivity and lacks general applicability. Thus, an ambiguity model based on the normal distribution assumption was proposed using the overlap area between probability density curves as a criterion for judgment in[17]. Considering the diversity of sample distributions, a kernel density estimation (KDE) as a substitute for the aforementioned normal distribution was presented in[15], offering a more practical approach. However,[17] and[18] are still considered as extensions of the fault dictionary technique, which limits the effectiveness of the methods. To improve and overcome the shortcomings of existing approaches,[19] combined the concept of fault pairs with the ambiguity gap calculation method, defining a new approach for calculating the fault pair isolation capability at test points. Based on this, a new test point selection method was developed using the fault pair isolation table. Subsequently, a new similarity coefficient criterion was put forward to determine fault isolation degree in[20], taking into account the fact that component tolerance circuit output responses approximately follow a normal distribution.
The methods in[19] and[20] can effectively improve isolation accuracy and select more reasonable test points. However, they assume that circuit output responses follow a normal distribution, which may not hold in real-world scenarios. In real-world scenarios, fault data often originate from heterogeneous devices or distributed sensors, resulting in significant distribution shifts due to measurement deviations, environmental noise, and varying operating conditions. To address this issue, federated transfer learning (FTL) has emerged as a promising solution. By enabling cross-domain knowledge transfer through encrypted parameter exchange, FTL eliminates the need for sharing raw data. For example, Yang et al. proposed a targeted transfer learning framework based on distribution barycenter mediation (TTL-DBM)[21]. This approach employs optimal transport theory to construct the Wasserstein barycenter between the source and target domains as an intermediary, and dynamically aligns marginal and conditional distributions via federated learning. The method achieved high-precision feature adaptation under decentralized data conditions in mechanical fault diagnosis, demonstrating the effectiveness of distribution alignment strategies in complex system diagnostics. This provides important insights for analog circuit fault diagnosis: by adopting non-parametric distribution modeling, it is possible to overcome the limitations of traditional methods that rely on specific distribution assumptions, thereby enhancing diagnostic robustness in complex environments. Therefore, this paper proposes a novel test point selection method that employs the Bhattacharyya coefficient (BC) to quantify distribution overlap and utilizes KDE to model circuit output responses. This approach eliminates the dependence on specific distribution assumptions, making test point selection more general and adaptable to complex environments. The BC measures the similarity between probability distributions by calculating the overlap between two distributions, which enhances fault distinguishability and improves fault isolation accuracy. Meanwhile, KDE, as a non-parametric probability density estimation method, models circuit output distributions without assuming a specific distribution form. This allows the proposed method to accommodate a broader range of data distributions beyond the traditional normal distribution assumption, enhancing its applicability and flexibility in real-world circuit testing scenarios. The main contributions of this paper are as follows.
1. The BC is utilized to calculate overlap areas, replacing the traditional distance computations based on individual samples in fault-pair Boolean tables. This distribution-based approach effectively mitigates inaccuracies arising from reliance on single sample calculations.
2. KDE is employed to model the data distribution in fault-pair Boolean tables, eliminating the traditional normal distribution assumption and providing a more flexible and accurate distribution estimation.
3. The Grey Wolf optimization (GWO) algorithm is utilized to estimate the bandwidth parameter in KDE, achieving a globally optimal solution and ensuring the adaptability and accuracy of KDE across various datasets.
The remaining sections are organized as follows. A BC inspired fault-pair Boolean table is established in Section 2. Then, KDE is stated for KDE approximation and bandwidth is estimated by the GWO algorithm in Section 3. Section 4 gives a whole process of test point selection based on the extended fault-pair Boolean table. Finally, a conclusion is drawn in Section 5.
2. FAULT-PAIR BOOLEAN TABLE ESTABLISHMENT
In this section, the BC is incorporated to improve the fault isolation capability of the fault-pair Boolean table. Firstly, a fault-pair Boolean table is created for fault isolation. Then, the BC is applied to calculate the values within the table.
2.1. Fault-pair Boolean table
A fault-pair Boolean table is essentially a tabular representation of the fault pair-to-test relationship matrix. Each row represents a potential fault pair combination, while each column corresponds to an available test point. The value at each cell indicates the ability of the test point to distinguish between the respective fault pairs.
Let the set of possible faults in the system be denoted as
The ability of test point
If the distance between two faults at test point
2.2. Fault-pair Boolean table based on BC
The distance in Equation (2) is initially calculated based on a single sample. This single-sample approach doesn't fully capture the underlying variations in the data, potentially resulting in incorrect fault isolation. To overcome this limitation, the BC is employed to calculate the overlap area between different distributions derived from multiple samples[22-24]. The BC is expressed as
where
which is further illustrated in Figure 1. As given in Figure 1A, if
Figure 1. The curves of probability density function
Based on the fault-pair Boolean table derived using BC, if the values calculated by Equation (4) between two faults at a given test point
3. BC APPROXIMATION VIA KDE
The probability density function in Equation (4) is unknown in the circuits of robotic systems. Typically, it is assumed to follow a specific probability distribution for inference, which introduces subjectivity. To address this situation, this paper applies KDE to infer the probability density function from available samples[25,26]. Let
where h is a bandwidth parameter,
As is noted that the bandwidth
The GWO has very few parameters, and the initial search does not require any derivation information. Gray wolves are typically classified into four types:
Gray wolves gradually approach and encircle their prey. The following update equation is proposed to model this behavior.
where
where
To further simulate the hunting behavior of grey wolves, it is assumed that
where
where
It is worth noting that the position of
Algorithm 1: Bandwidth parameter 1. Initialize parameters: population size, maximum number of iterations, and randomly generated parameters 2.Construct a mean square error (MSE) objective function based on K-fold cross-validation of KDE. The fitness value for each gray wolf is calculated using this objective function. The population is then ranked based on the fitness value. Assign the positions of the best solution, the second-best solution, and the third-best solution in the population to the grey wolves 3.Calculate the distance of ω gray wolf from α, β, δ gray wolves and update the position according to Equations (9) and (10).
4.Recalculate the fitness values based on the updated populations. And reupdate the position and fitness of 5.When the maximum number of iterations is reached, terminate the optimization process and output the global optimal solution
4. TEST POINT SELECTION
4.1. Test point selection algorithm based on the fault-pair isolation table
For each test point
After the fault-pair Boolean table is constructed, the optimal test points
Step 1: Initialize
Step 2: For all test points corresponding to fault pairs with
Step 3: For
Step 4: The algorithm terminates if all fault pairs are isolated or no further fault pairs can be isolated. If not, return to Step 3.
4.2. Algorithm time complexity analysis
In this section, the computational complexity of the proposed algorithm is discussed in detail as follows:
1. For each fault's test data, KDE is used to estimate its distribution, while GWO optimizes the bandwidth parameter of KDE. Here,
2. After estimating the data distribution of each fault across different test points, Equations (4) and (5) are used to compute the distribution overlap, thereby constructing the fault-pair Boolean table. Since
3. In Step 2 of the algorithm in Section 4.1, it is necessary to search for rows where
4. In Step 3 of the algorithm in Section 4.1, since it is necessary to search for
If Step 3 is executed
5. CASE STUDY
In this section, negative feedback circuit (NFC) and active filter circuit (AFC) are used to verify the validity of the proposed method.
5.1. Experiment on NFC
The NFC feeds the output signal back to the input signal in proportion to the controller in a robotic system. This feedback mechanism enables the system to dynamically adjust its behavior by comparing the actual output with the desired input, thereby minimizing errors and enhancing performance. Studying the test point selection for NFC is essential to ensure the robotic system's reliability, efficiency, and fault tolerance[29]. The schematic diagram of the NFC is given in Figure 2.
As illustrated in Figure 2, the input signal is a sinusoidal wave with a frequency of 1 kHz and an amplitude of 7 mV. The supply voltage is set to 15 V, and the tolerances of the resistors and capacitors are set at 5%. Data collection is performed using six test points
Fault types of the NFC
Fault type | Fault mode |
NFC: Negative feedback circuit. | |
5.1.1. Experimental results of the proposed method
A total of
Fault-pair Boolean tables based on BC
No. | Fault pair | |||||||
BC: Bhattacharyya coefficient. | ||||||||
1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | |
2 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | |
11 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | |
20 | 0 | 1 | 0 | 0 | 0 | 1 | 2 | |
28 | 0 | 1 | 0 | 0 | 1 | 0 | 2 | |
35 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | |
41 | 0 | 1 | 0 | 1 | 1 | 0 | 3 | |
46 | 1 | 0 | 0 | 0 | 1 | 0 | 2 | |
50 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | |
55 | 1 | 0 | 0 | 1 | 1 | 0 | 3 | |
14 | 41 | 0 | 8 | 19 | 8 | - |
According to Table 2, considering the fault-pair isolation results, test points
5.1.2. Comparison results of the test points selection
Comparisons are made with two types of fault-pair tables presented in[19] and[20], both of which assume that the data follows a normal distribution. Additionally,[19] further requires calculations to be performed within a specified range
Method | Sopt | Fault isolation degree | Number of remainder fault pairs | |
PSO-KDE: Particle swarm optimization for kernel bandwidth optimization. | ||||
[19] ( | 4 | 7 | ||
[19] ( | 4 | 7 | ||
[19] ( | 4 | 8 | ||
[20] | 7 | 2 | ||
PSO-KDE | 11 | - | ||
The proposed method | 11 | - | ||
[19] ( | - | - | 55 | |
[19] ( | 4 | 8 | ||
[19] ( | 4 | 8 | ||
[20] | 7 | 2 | ||
PSO-KDE | 11 | - | ||
The proposed method | 11 | - |
In Table 3, the column labeled
For the threshold
In summary, the proposed method consistently achieved complete fault isolation across different thresholds, while selecting the fewest test points. It significantly outperformed the methods in[19] and[20], and PSO-KDE, demonstrating its superior fault isolation capability and adaptability.
5.2. Experiment on AFC
The AFC can filter and purify signals in robotic systems, eliminating noise interference and providing high-precision feedback signals for the controller. It can also monitor and control the current in the motor drive circuits in real-time, ensuring the stability and accuracy of the motor current, preventing abnormal motor operation or damage caused by excessive or insufficient current. This improves the control precision and operational efficiency of the motor, enabling precise control of robot movements. The schematic diagram of the AFC is given in Figure 3.
In the AFC circuit, the tolerance of resistors and capacitors is set to 5% and 10%, respectively. The second circuit experiment mainly simulates hard faults in the circuit. A total of 19 hard faults were simulated, and ten test points (
Fault types of the AFC
Fault type | Fault mode | Fault type | Fault mode |
AFC: Active filter circuit. | |||
Normal | |||
A total of
Method | Sopt | Fault isolation degree | Number of remainder fault pairs | |
PSO-KDE: Particle swarm optimization for kernel bandwidth optimization. | ||||
[19] ( | 7 | 74 | ||
[19] ( | 7 | 74 | ||
[19] ( | 9 | 68 | ||
[20] | 13 | 20 | ||
PSO-KDE | 16 | 6 | ||
The proposed method | 16 | 6 | ||
[19] ( | - | - | 190 | |
[19] ( | 7 | 74 | ||
[19] ( | 7 | 74 | ||
[20] | 13 | 20 | ||
PSO-KDE | 16 | 6 | ||
The proposed method | 16 | 6 |
In Table 5, the test point selection performance is compared under two thresholds (
For the threshold
In summary, it can be seen from the above two circuit case studies that the proposed method isolates the maximum number of faults at different thresholds while selecting the minimum number of test points. It significantly outperformed the methods in[19] and[20], and PSO-KDE, demonstrating its superior fault isolation capability and adaptability.
6. CONCLUSIONS
This paper has presented a novel test point selection method that extends the fault-pair Boolean table into a distribution-based framework. By integrating BC to quantify distributional overlap and KDE to model circuit response distributions without normal distribution assumptions, the method has effectively improved test point selection. The GWO algorithm has been employed to optimize the bandwidth parameter in KDE, ensuring accurate estimation. Experimental results on a NFC have demonstrated that the proposed method consistently achieves the highest fault isolation degree of 11 with zero remaining fault pairs, even under different thresholds (
However, there are still several areas that warrant further exploration for fault-pair Boolean tables. As robotic systems are dynamic and subject to frequent changes in operational conditions, it is crucial to develop adaptive fault-pair Boolean tables that can update in real-time as new fault data is collected. Another important direction for future research is the integration of uncertainty modeling into fault-pair Boolean tables, as real-world fault data is often noisy and incomplete.
DECLARATIONS
Authors' contributions
Supervision, project administration, writing - review and editing: Wang, X.
Methodology, analysis and interpretation of data, writing - original draft, software: Xie, D.
Supervision, conceptualization, project administration, writing - review and editing: Li, Y.
Writing - review and editing, supervision: Tian, J.; Li, K.
Availability of data and materials
The original contributions presented in the study are included in the article; further inquiries can be directed to the corresponding author.
Financial support and sponsorship
This work was supported by the National Natural Science Foundation of China (Nos.62303293, 62303414), the China Postdoctoral Science Foundation (Nos. 2023M732176, 2023M741821) and the Zhejiang Province Postdoctoral Selected Foundation (No. ZJ2023143).
Conflicts of interest
The author Li, K. in this article is affiliated with Jiaxing New Jies Heat & Power Co., Ltd., while other authors declare that there are no conflicts of interest.
Ethical approval and consent to participate
Not applicable.
Consent for publication
Not applicable.
Copyright
© The Author(s) 2025.
REFERENCES
1. Chen, H.; Liu, Z.; Alippi, C.; Huang, B.; Liu, D. Explainable intelligent fault diagnosis for nonlinear dynamic systems: from unsupervised to supervised learning. IEEE. Trans. Neural. Netw. Learn. Syst. 2022, 35, 6166-79.
2. Chen, H.; Jiang, B.; Ding, S. X.; Huang, B. Data-driven fault diagnosis for traction systems in high-speed trains: a survey, challenges, and perspectives. IEEE. Trans. Intell. Transp. Syst. 2020, 23, 1700-16.
3. Arabi, A.; Ayad, M.; Bourouba, N.; et al. An efficient method for faults diagnosis in analog circuits based on machine learning classifiers. Alex. Eng. J. 2023, 77, 109-25.
4. Wang, S.; Jia, Z.; Liu, Z.; Tang, Y.; Qin, X.; Wang, X. Self-supervised contrast learning based UAV fault detection and interpretation with spatial–temporal information of multivariate flight data. Expert. Syst. Appl. 2025, 267, 126156.
5. Piccirilli, M. C.; Luchetta, A. Diagnosis in analog electronic circuits, electrical power systems and smart grids. Electronics 2022, 11, 2008.
6. Abo-elftooh, B. A.; El-Mahlawy, M. H.; Ragai, H. F. New digital testing for parametric fault detection in analog circuits using classified frequency-bands and efficient test-point selection. Ain. Shams. Eng. J. 2021, 12, 1701-21.
7. Starzyk, J. A.; Liu, D.; Liu, Z. H.; Nelson, D. E.; Rutkowski, J. O. Entropy-based optimum test points selection for analog fault dictionary techniques. IEEE. Trans. Instrum. Meas. 2004, 53, 754-61.
8. Yang, C.; Tian, S.; Long, B.; Chen, F. Methods of handling the tolerance and test-point selection problem for analog-circuit fault diagnosis. IEEE. Trans. Instrum. Meas. 2011, 60, 176-85.
9. Yang, C.; Tian, S.; Long, B.; Chen, F. A test points selection method for analog fault dictionary techniques. Analog. Integr. Circ. Sig. Process. 2010, 63, 349-57.
10. Gao, Y.; Yang, C.; Tian, S.; Chen, F. Entropy based test point evaluation and selection method for analog circuit fault diagnosis. Math. Probl. Eng. 2014, 2014, 259430.
11. Cui, Y.; Shi, J.; Wang, Z. Analog circuit test point selection incorporating discretization-based fuzzification and extended fault dictionary to handle component tolerances. J. Electron. Test. 2016, 32, 661-79.
12. Ye, X.; Chen, C.; Zhai, G. Fault localization of a switched mode power supply based on extended integer-coded dictionary method. Microelectron. Reliab. 2018, 88-90, 339-44.
13. Saeedi, S.; Pishgar, S. H.; Eslami, M. Optimum test point selection method for analog fault dictionary techniques. Analog. Integr. Circ. Sig. Process. 2019, 100, 167-79.
14. Yang, C.; Tian, S.; Long, B.; Chen, F. A novel test point selection method for analog fault dictionary techniques. J. Electron. Test. 2010, 26, 523-34.
15. Tian, S.; Yang, C.; Long, B. Selection of minimal test points set for integer-coded fault wise table. In 2009 IEEE Circuits and Systems International Conference on Testing and Diagnosis, Chengdu, China. Apr 28-29, 2009. IEEE; 2009. pp. 312-6.
16. Prasad, V. C.; Pinjala, S. N. R. A fast algorithm for the generation of fault dictionary of linear analog circuits using adjoint network approach. In 1990 IEEE International Symposium on Circuits and Systems (ISCAS), New Orleans, USA. May 01-03, 1990. IEEE; 1990. pp. 37-40.
17. Luo, H.; Wang, Y.; Lin, H.; Jiang, Y. A new optimal test node selection method for analog circuit. J. Electron. Test. 2012, 28, 279-90.
18. Tang, X.; Xu, A. Practical analog circuit diagnosis based on fault features with minimum ambiguities. J. Electron. Test. 2016, 32, 83-95.
19. Zhao, D.; He, Y. A new test point selection method for analog circuit. J. Electron. Test. 2015, 31, 53-66.
20. Ma, Q.; He, Y.; Zhou, F.; Song, P. Test point selection method for analog circuit fault diagnosis based on similarity coefficient. Math. Probl. Eng. 2018, 2018, 9714206.
21. Yang, B.; Lei, Y.; Li, X.; Li, N. Targeted transfer learning through distribution barycenter medium for intelligent fault diagnosis of machines with data decentralization. Expert. Syst. Appl. 2024, 244, 122997.
22. Van Molle, P.; Verbelen, T.; Vankeirsbilck, B.; et al. Leveraging the Bhattacharyya coefficient for uncertainty quantification in deep neural networks. Neural. Comput. Appl. 2021, 33, 10259-75.
23. Lu, J.; Yue, J.; Zhu, L.; Li, G. Variational mode decomposition denoising combined with improved Bhattacharyya distance. Measurement 2020, 151, 107283.
24. Kitahara, M.; Bi, S.; Broggi, M.; Beer, M. Nonparametric Bayesian stochastic model updating with hybrid uncertainties. Mech. Syst. Signal. Process. 2022, 163, 108195.
25. Tang, X.; Xu, A.; Niu, S. KKCV-GA-based method for optimal analog test point selection. IEEE. Trans. Instrum. Meas. 2016, 66, 24-32.
26. Wu, Y.; Liu, X.; Wang, Y. L.; Li, Q.; Guo, Z.; Jiang, Y. Improved deep PCA and Kullback–Leibler divergence based incipient fault detection and isolation of high-speed railway traction devices. Sustain. Energy. Technol. Assess. 2023, 57, 103208.
27. Pan, J.; Zou, Z.; Sun, S.; Su, Y.; Zhu, H. Research on output distribution modeling of photovoltaic modules based on kernel density estimation method and its application in anomaly identification. Sol. Energy. 2022, 235, 1-11.
28. Yu, X.; Jiang, N.; Wang, X.; Li, M. A hybrid algorithm based on grey wolf optimizer and differential evolution for UAV path planning. Expert. Syst. Appl. 2023, 215, 119327.
29. Li, Y.; Chen, H.; Lu, N.; Jiang, B.; Zio, E. Data-driven optimal test selection design for fault detection and isolation based on CCVKL method and PSO. IEEE. Trans. Instrum. Meas. 2022, 71, 1-10.
Cite This Article

How to Cite
Download Citation
Export Citation File:
Type of Import
Tips on Downloading Citation
Citation Manager File Format
Type of Import
Direct Import: When the Direct Import option is selected (the default state), a dialogue box will give you the option to Save or Open the downloaded citation data. Choosing Open will either launch your citation manager or give you a choice of applications with which to use the metadata. The Save option saves the file locally for later use.
Indirect Import: When the Indirect Import option is selected, the metadata is displayed and may be copied and pasted as needed.
About This Article
Special Issue
Copyright
Data & Comments
Data

Comments
Comments must be written in English. Spam, offensive content, impersonation, and private information will not be permitted. If any comment is reported and identified as inappropriate content by OAE staff, the comment will be removed without notice. If you have any queries or need any help, please contact us at [email protected].