Automated Author ProfileChernikov, Fedor
Chernikov, Fedor
Current S-Index
Sum of Dataset Indices for all datasets
Average Dataset Index per Dataset
Average Dataset Index per dataset
Total Datasets
Total datasets for this author
Average FAIR Score
Average FAIR Score per dataset
Total Citations
Total citations to the author's datasets
Total Mentions
Total mentions of the author's datasets
S-Index Interpretation
The S-Index (Sharing Index) is a comprehensive metric that represents the cumulative impact of all your datasets. It is calculated as the sum of Dataset Index scores across all your claimed datasets.
What it means:
- A higher S-index indicates greater overall impact of your datasets relative to typical datasets in their fields of research
- The S-Index grows as you add more datasets or as existing datasets gain more citations and mentions
- It provides a single number to track your research data impact over time
Current S-Index: 1.1 (sum of 2 datasets Dataset Index scores)
More information here.
S-Index Over Time
Cumulative Citations Over Time
Cumulative Mentions Over Time
Datasets
The data is collated in 2 main folders. One for Figurative Data and one for Numerical Data. The schematic representation of the data folder structure is depicted as follows:1. Figurative DataThe figure files used in the publication can be found in the directory named 'root/DATASET/Figurative Data/'. The figures referenced in the publication as Figure 1. to Figure 7. correspond to the following filenames: 'Figure 1.jpg', 'Figure 2.jpg', 'Figure 3.jpg', 'Figure 4.png', 'Figure 5.jpg', 'Figure 6.jpg', and 'Figure 7.jpg'. The graphics denoted as SM Figure 1 to SM Figure 9 cited within the supplementary materials of the scholarly publication, are accessible under the file name 'SM Figure 1.jpg', 'SM Figure 2.jpg', 'SM Figure 3.jpg', 'SM Figure 4.png', 'SM Figure 5.png', 'SM Figure 6.png', 'SM Figure 7.png', 'SM Figure 8.png' and 'SM Figure 9.jpg' respectively.2. ONNXampl lower limit 0.75/This subdirectory contains data corresponding to a specific amplitude lower limit (0.75), which was used for plotting the datapoint 0.75 in Figure 4 of the main manuscript. The structure is organized into three subfolders: pattern/, phase/, and power/.pattern/ :Contains .png image files representing 250 Camera A observations captured during experiments. Each file is named using the Unix timestamp of when the measurement was taken (e.g., 1729082510.4598675.png).phase/ :Contains .npy files storing numerical arrays representing label phase information with a shape of (6,). These arrays represent the phase values assigned to each fibre and sent to the Spatial Light Modulator (SLM).Example: Loading 1729082510.4598675.npy with numpy.load() will return an array containing phase values:array([-0.08451875, -1.26307154, 0.3934566 , -1.54942517, -2.01298107, -0.37225581])power/ :Contains .npy files storing numerical arrays representing power measurements. Shape (7,)Similar to the phase/ folder, each .npy file corresponds to a specific timestamp and can be loaded using numpy.Example: Loading 1729082510.4598675.npy with numpy.load() will return an array containing phase valuesarray([0.85523281, 0.88101354, 0.94862087, 0.84383259, 0.86969338, 0.82239261, 0.91183514])README.txt :A text file providing instructions on how to set up the environment and run the script (onnx.py).Includes details about dependencies, environment setup, and execution steps.environment.yml :A Conda environment file specifying all required Conda packages for reproducibility.Use this file to create the Conda environment
Authors
- Chernikov, Fedor ;
- Xie, Yunhui ;
- Grant-Jacob, James A. ;
- Liu, Yuchen ;
- Zervas, Michalis ;
- Mills, Ben
This dataset is supported the publication 'Selective Laser Cleaning of Microbeads using Deep Learning' in the Journal :Light: Advanced Manufacturing The parent folder 'dataset' includes two main folders, one is for figures, another is for numerical data used to plot the figures.1. FiguresThis folder includes all the figures inside the publication, which named in "'figure 1.png', 'figure 2.png', 'figure 3.png', 'figure 4.png','figure 5.png', 'figure 6.png'". The graphics denoted as SM figure 1 to SM figure 4 cited within the supplementary materials of the scholarly publication, are accessible under the file name 'SM figure 1.png', 'SM figure 2.png', 'SM figure 3.png', 'SM figure 4.png'.2. Numerical dataThis folder includes six sub-folders named in "'Fig 2c', 'Fig 5b', 'Fig 6', 'SM Table 1', 'SM Table 2', 'SM Table 3'", the first three are used to plot corresponding figure respectively, while the last three, including their corresponding .csv files, form the tables in the supplementary file. (a) In 'Fig 2c' folder, there are two NPY files, one named 'num_of_removed_BA.npy' indicates number of removed microbead based on the real before/after laser pulse images; the other named 'num_of_removed_BG.npy' indicates number of removed microbead based on the real before/generated-after laser pulse images. These two files are used to plot the confusion matrix in Figure 2c. Each NPY file shape in (600,), can be load with 'numpy.load(NPY_file)' in python. (b) In 'Fig 4b' folder, there are two NPY files, one named 'fig4_b_i_iii.npy' is used to draw the subplots (i) and (iii) in Figure 4b, the other named 'fig4_b_ii.npy' is used to draw the subplot (ii) in Figure 4b. - The shape of 'fig4_b_i_iii.npy' is (68,4), containing 4 columns, which indicate number of microbeads remained in experiment, number of microbeads removed in experiment, number of microbeads remained in simulation, number of microbeads removed in simulation from initial state to after total 67 laser pulses respectively. - The shape of 'fig4_b_ii.npy' is (8,3), containing 3 columns, which indicate different number of removed microbeads (8 different possible states), frequency of corresponding number of microbeads removal in experiment and simulation respectively. (c) In 'Fig 5' folder, there are two NPY files, one named 'fig5_a.npy' is used to draw the Figure 5a, the other named 'fig5_b.npy' is used to draw the Figure 5b. - The shape of 'fig5_a.npy' is (67,3), containing 3 columns, which indicate the XY coordinates of each laser pulse and number of microbeads are removed in experiment. - The shape of 'fig5_b.npy' is (67,3), containing 3 columns, which indicate the XY coordinates of each laser pulse and number of microbeads are removed in simulation. (d) In 'SM Table 1', there is one CSV file in the folder, with the same name of the folder. - The shape of 'fig6_a.npy' is (6,5), containing 3 columns, which indicate the comparison of 4 type of laser cleaning method in 'pulse duration, precision, speed, cleaning scale, energy efficiency' aspects, they are 'Continuous wave laser, Nanosecond pulsed laser, Laser-induced plasma/shockwave, Selective laser cleaning with deep learning' (e) In 'SM Table 2', there is one CSV file in the folder, with the same name of the folder. - The shape of 'fig6_a.npy' is (53,4), containing 3 columns, which indicate the number of layer used in generator, image layer, image properties and specification of the layer. (f) In 'SM Table 3', there is one CSV file in the folder, with the same name of the folder. - The shape of 'fig6_a.npy' is (13,4), containing 3 columns, which indicate the number of layer used in discriminator, image layer, image properties and specification of the layer.
Authors
- Liu, Yuchen ;
- Grant-Jacob, James A. ;
- Xie, Yunhui ;
- Chernikov, Fedor ;
- Zervas, Michalis ;
- Mills, Ben