Automated Organization ProfileQueen's University
Queen's University
Current S-Index
Sum of Dataset Indices for all datasets
Average Dataset Index per Dataset
Average Dataset Index per dataset
Total Datasets
Total datasets in this organization
Average FAIR Score
Average FAIR Score per dataset
Total Citations
Total citations to the organization's datasets
Total Mentions
Total mentions of the organization'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: 753.4 (sum of 588 datasets Dataset Index scores)
More information here.
S-Index Over Time
Cumulative Citations Over Time
Cumulative Mentions Over Time
Datasets
This replication package accompanies “The Economic Drivers of State Violence against Civilians: Evidence fromMyanmar” by C. Austin Davis, Paula López-Peña, A. Mushfiq Mobarak, and Jaya Wen, fortcoming in The Economic Journal.
Authors
- Davis, C. Austin ;
- Lopez-Pena, Paula ;
- Mobarak, Ahmed Mushfiq ;
- Wen, Jaya
This replication package accompanies “The Economic Drivers of State Violence against Civilians: Evidence fromMyanmar” by C. Austin Davis, Paula López-Peña, A. Mushfiq Mobarak, and Jaya Wen, fortcoming in The Economic Journal.
Authors
- Davis, C. Austin ;
- Lopez-Pena, Paula ;
- Mobarak, Ahmed Mushfiq ;
- Wen, Jaya
The datasets used in the paper “Long-Range Dependence Parameter Estimation for Mixed Spectra Processes” are outdoor air quality indices (AQI) based on fine (PM2.5) and coarse (PM10) particulate matter, with diameters of 2.5 and 10 micrometers, respectively. The data were retrieved from the U.S. Environmental Protection Agency for the period from January 1, 1999, to December 31, 2020, consisting of daily observations.
Authors
- Arango-Castillo, Lenin ;
- Takahara, Glen
The datasets used in the paper “Long-Range Dependence Parameter Estimation for Mixed Spectra Processes” are outdoor air quality indices (AQI) based on fine (PM2.5) and coarse (PM10) particulate matter, with diameters of 2.5 and 10 micrometers, respectively. The data were retrieved from the U.S. Environmental Protection Agency for the period from January 1, 1999, to December 31, 2020, consisting of daily observations.
Authors
- Arango-Castillo, Lenin ;
- Takahara, Glen
The Breast Cancer Multimodal Imaging Dataset (BCMID) is the first Multimodal dataset from Egypt breast cancer characterization, sourced from Ayady Almostakbal Hospital in Alexandria. This dataset aims to support the development of Computer-Aided Diagnosis (CAD) systems by providing Ultrasound and Mammogram Images for each patient for breast cancer cases with BiRads category.Dataset Details:Population: 323 adult female patients, aged 26 to 82 years at the time of examination.Contents:BCMID.zip: This compressed file includes a comprehensive folder structure:Patient Folders: Each of the 323 folders is named according to the unique patient ID.Ultrasound Subfolder: Contains ultrasound images for each patient.Mammogram Subfolder: Contains mammogram image(s) for each patient.BCMID_labels.csv: This file contains patient IDs along with their corresponding labels.
Authors
- Seddik Tawfik, Noha ;
- Ghatwary, Noha ;
- Elgendy, Ahmed ;
- Nasr, Omar ;
- ye, xujiong ;
- Elshenawy, Marwa
The Breast Cancer Multimodal Imaging Dataset (BCMID) is the first Multimodal dataset from Egypt breast cancer characterization, sourced from Ayady Almostakbal Hospital in Alexandria. This dataset aims to support the development of Computer-Aided Diagnosis (CAD) systems by providing Ultrasound and Mammogram Images for each patient for breast cancer cases with BiRads category.Dataset Details:Population: 323 adult female patients, aged 26 to 82 years at the time of examination.Contents:BCMID.zip: This compressed file includes a comprehensive folder structure:Patient Folders: Each of the 323 folders is named according to the unique patient ID.Ultrasound Subfolder: Contains ultrasound images for each patient.Mammogram Subfolder: Contains mammogram image(s) for each patient.BCMID_labels.csv: This file contains patient IDs along with their corresponding labels.
Authors
- Seddik Tawfik, Noha ;
- Ghatwary, Noha ;
- Elgendy, Ahmed ;
- Nasr, Omar ;
- ye, xujiong ;
- Elshenawy, Marwa
READMEThis repository corresponds to measurements, simulations, Python scripts, and results presented in "Estimating Soil Electrical Parameters in the Canadian High Arctic from Impedance Measurements of the MIST Antenna Above the Surface" (Hendricksen et al. 2025), currently undergoing review for consideration of publication at the time of upload of this repository.If accepted, this repository will remain available such that the results are reproducible by anyone. If you wish to use any of the data found in this repository, please use that corresponding to Version 2 (V2). Ensure to extract all the zipped folders in the same directory since some scripts include relative paths.Data and SimulationsThe impedance measurements conducted with the MIST antenna from the study site in the Canadian High Arctic are contained inimpedance_measurements.tar.gzThe impedance measurements are stored in HDF5 files which can be opened manually with h5py, or through methods provided in soil.py and demonstrated in run_fits.py (see below).The Feko simulations are contained infeko_simulations.tar.gzwhich contains two subdirectories corresponding to the two soil models:The single-layer simulations are contained in feko_simulations/csa2022_2parameters_9samples_V3_20240128.The two-layer simulations are contained in feko_simulations/csa2022_5parameters_4samples_V3_20240108.It is likewise recommended to use the simulation loading methods demonstrated in run_fits.py to access the simulation data.Results FilesThe results are contained inresults.tar.gzThe nominal results are stored inresults/single_layer/curve_fit/cubic_interp_absolute_sigma_True_mean_p0/results.hdf5: single-layerresults/two_layer/curve_fit/cubic_interp_absolute_sigma_True_mean_p0/results.hdf5: two-layerOne can access the different datasets contained in each file by checking the keys of the file with h5py. The included datasets areBIC: the Bayesian information criterion.bounds: the bounds of the spans for each soil parameter as displayed in the "Span" column of Table S2.chisq_red: the reduced chi-squared χred2χred2.data: the measured, calibrated antenna impedance as a function of time (axis 0) and frequency (axis 1).day_time: the measurement time referenced to the first measurement in units of days.frequency: the frequency bins spanning 25-125 MHz.initial_guess: the starting parameters for the fitting process.mist_temp: the temperature of the internal 50-ΩΩ load within the MIST receiver box.models: the best-fit models as a function of time (axis 0) and frequency (axis 1).p: the best-fit parameters. The parameter names can be accessed through the attribute param_names of this dataset.perr: the 68% confidence level of each parameter.s11_index: the concatenated indices of the impedance measurements for each dataset. Used primarily for debugging. Note that the first measurement (i.e., index 0) is typically conducted while humans are still operating the instrument, whose nearby presence biases the measured impedance; therefore, the first measurements are not considered in this analysis.total_uncertainty: the total uncertainty in ΩΩ used in the fitting process. The first (second) row corresponds to the real/resistance (imaginary/reactance) part of the total uncertainty.weatherstation_temp: the air temperature measured by the weather station, interpolated at the timestamps at which the MIST internal temperatures were recorded. Note that the full weather station data are made available (discussed in Python Codes below).Note that for each key where there is a frequency axis, the resistance and reactance are concatenated together, such that the first 101 indices correspond to the resistance from 25-125 MHz, and the second 101 indices correspond to the reactance from 25-125 MHz, for a total of 202 indices.The other files contained in the results directory correspond to tests of sensitivity of the estimated soil parameters to assumptions we have made in this analysis, whose results are summarized in Table S3. Specifically, they include:results/single_layer/curve_fit/cubic_interp_fix_L_absolute_sigma_True_mean_p0: the residual inductance L is fixed for the single-layer model.results/two_layer/curve_fit/cubic_interp_fix_L_absolute_sigma_True_mean_p0: the residual inductance L is fixed for the two-layer model.results/two_layer/curve_fit/cubic_interp_tighten_d_bounds_absolute_sigma_True_mean_p0: the bounds of the parameter search for the top-layer thickness tt are constrained to within ±1±1 sample standard deviation of the metal probe measurements.Python CodesThe Python codes for fitting interpolated models to the data and generating plots are contained inpython_codes.tar.gzThe scripts require the following packages to be run (most of which are standard):numpymatplotlibscipyh5pydatetimeosglobargparserejsonPyYAMLpandasThere are two main "helper" scripts which provide the software tools to interact with data and generate impedance models. These includesoil.py, the main software tool which loads data, simulations, uncertainties, etc., and organizes fitting routines, andampere.py, a generalized N-dimensional interpolation class called by soil.py when forming impedance models to fit to measured data.There are several analysis scripts included along with the software tools, includingcompare_nominal_and_constrained_rmsd.py: used to generate the values in Table S3.make_data_plot.py: used to generate a raw version of Figure 2.make_models_and_residuals_plot.py: used to generate Figure 3.make_parameter_plots.py: used to generate raw versions of Figures 4 and S5.make_simulation_plot.py: used to generate Figure S3.make_total_uncertainty_plot.py: used to generate Figure S4.run_fits.py: used to obtain the best-fit results presented in Hendricksen et al. (2025).It is recommended to start here if you would like to learn how to load data and simulations and fit models to data.NOTE: if this file is run with save_data = True (line 44), the results files contained in results.tar.gz (see the next section) will be overwritten.The uncertainties considered in this analysis are contained in the subdirectory python_codes/uncertainty_files, which includespython_codes/uncertainty_files/csa_2022_single_layer_all_uncertainties_20241130.txt: single-layer uncertainties.python_codes/uncertainty_files/csa_2022_two_layer_all_uncertainties_20241130.txt: two-layer uncertainties.Note that there are some quantities which are repeated between the two uncertainty files, such as δcalδcal, δmeasδmeas, and δFekoδFeko.Finally, the weather station data is contained inpython_codes/csa_weather_station_data_2022-05-03_2023-04-25_original.xlsxwhich includes key metrics presented in the paper, includingAirTemp_Avg: air temperature in ∘C∘CRH_Avg: relative humidity as a percentageSolar_W_Avg: solar radiation in Wm−2Wm−2mean_wind_speed: mean wind speed in kmh−1kmh−1The weather station data is loaded using the pandas package. An interpolated subset of the air temperature data corresponding to the same time that data was taken is included in each of the results files.FiguresAll the figures presented in the paper are contained infigures.tar.gzalong with additional scripts and files to produce figures with broken axes, including Figures 2, 4, and S5, which require post-processing. Note that imagemagick and Inkscape are required to perform the post-processing described below.Figure 1Figure 1 corresponds to mist_in_arctic_and_feko.pdf.Figure 2Figure 2 corresponds to example_impedance_and_variation_crop.pdf. To reproduce Figure 2, run python_codes/make_data_plot.py, which will produce two temporary figures example_impedance_and_variation_1.jpg and example_impedance_and_variation_2.jpg.Run the shell script crop_example_impedance_and_variation.sh to produce example_impedance_and_variation_crop.jpg, an intermediate, cropped version of Figure 2, which needs to be polished after cropping.A scalable vector graphics (SVG) file example_impedance_and_variation_crop.svg is provided with example_impedance_and_variation_crop.jpg imported as its base layer. The SVG file can be opened with Inkscape and used to export the final PDF version of Figure 2, example_impedance_and_variation_crop.pdf.Figure 3Figure 3 corresponds to example_fits_and_all_residuals.pdf.Figure 4Figure 4 corresponds to best_fit_parameters_two_layer_crop.pdf. To reproduce Figure 3, run python_codes/make_parameter_plots.py, which will produce a temporary figure best_fit_parameters_two_layer.png.Run the shell script crop_best_fit_parameters_two_layer.sh to produce best_fit_parameters_two_layer_crop.png, an intermediate, cropped version of Figure 4, which needs to be polished after cropping.An SVG file best_fit_parameters_two_layer_crop.svg is provided with best_fit_parameters_two_layer_crop.png imported as its base layer. The SVG file can be opened with Inkscape to export the final PDF version of Figure 4, best_fit_parameters_two_layer_crop.pdf.Figure S1Figure S1 corresponds to axel_heiberg_and_mars_region.pdf.Figure S2Figure S2 corresponds to antenna.pdf, and is reused from Monsalve et al. (2024) (see the References.)Figure S3Figure S3 corresponds to all_feko_sims.pdf. To reproduce Figure S3, run python_codes/make_simulation_plot.py.Figure S4Figure S4 corresponds to total_uncertainty.pdf. To reproduce Figure S4, run python_codes/make_total_uncertainty_plot.py.Figure S5Figure S5 corresponds to parameter_line_fits_crop.pdf. To reproduce Figure S5, run python_codes/make_parameter_plots.py for the two-layer model, which will produce a temporary figure parameter_line_fits.png.Run the shell script crop_parameter_line_fits.sh to produce parameter_line_fits_crop.png, an intermediate, cropped version of Figure S5, which needs to be polished after cropping.An SVG file parameter_line_fits_crop.svg is provided with parameter_line_fits_crop.png imported as its base layer. The SVG file can be opened with Inkscape to export the final PDF version of Figure S5, parameter_line_fits_crop.pdf.
Authors
- Hendricksen, Ian ;
- Monsalve, Raul ;
- Bidula, Vadym ;
- Altamirano, Cinthia ;
- Bustos, Ricardo ;
- Bye, Christian Hellum ;
- Chiang, Hsin ;
- Guo, Xinze ;
- McGee, Francis ;
- Mena, Fausto ;
- Nasu-Yu, Lisa ;
- Omelon, Christopher ;
- Restrepo Medina, Silvia Elena ;
- Sievers, Jonathan ;
- Thomson, Laura ;
- Thyagarajan, Nithyanandan
READMEThis repository corresponds to measurements, simulations, Python scripts, and results presented in "Estimating Soil Electrical Parameters in the Canadian High Arctic from Impedance Measurements of the MIST Antenna Above the Surface" (Hendricksen et al. 2025), currently undergoing review for consideration of publication at the time of upload of this repository.If accepted, this repository will remain available such that the results are reproducible by anyone. If you wish to use any of the data found in this repository, please use that corresponding to Version 2 (V2). Ensure to extract all the zipped folders in the same directory since some scripts include relative paths.Data and SimulationsThe impedance measurements conducted with the MIST antenna from the study site in the Canadian High Arctic are contained inimpedance_measurements.tar.gzThe impedance measurements are stored in HDF5 files which can be opened manually with h5py, or through methods provided in soil.py and demonstrated in run_fits.py (see below).The Feko simulations are contained infeko_simulations.tar.gzwhich contains two subdirectories corresponding to the two soil models:The single-layer simulations are contained in feko_simulations/csa2022_2parameters_9samples_V3_20240128.The two-layer simulations are contained in feko_simulations/csa2022_5parameters_4samples_V3_20240108.It is likewise recommended to use the simulation loading methods demonstrated in run_fits.py to access the simulation data.Results FilesThe results are contained inresults.tar.gzThe nominal results are stored inresults/single_layer/curve_fit/cubic_interp_absolute_sigma_True_mean_p0/results.hdf5: single-layerresults/two_layer/curve_fit/cubic_interp_absolute_sigma_True_mean_p0/results.hdf5: two-layerOne can access the different datasets contained in each file by checking the keys of the file with h5py. The included datasets areBIC: the Bayesian information criterion.bounds: the bounds of the spans for each soil parameter as displayed in the "Span" column of Table S2.chisq_red: the reduced chi-squared χred2χred2.data: the measured, calibrated antenna impedance as a function of time (axis 0) and frequency (axis 1).day_time: the measurement time referenced to the first measurement in units of days.frequency: the frequency bins spanning 25-125 MHz.initial_guess: the starting parameters for the fitting process.mist_temp: the temperature of the internal 50-ΩΩ load within the MIST receiver box.models: the best-fit models as a function of time (axis 0) and frequency (axis 1).p: the best-fit parameters. The parameter names can be accessed through the attribute param_names of this dataset.perr: the 68% confidence level of each parameter.s11_index: the concatenated indices of the impedance measurements for each dataset. Used primarily for debugging. Note that the first measurement (i.e., index 0) is typically conducted while humans are still operating the instrument, whose nearby presence biases the measured impedance; therefore, the first measurements are not considered in this analysis.total_uncertainty: the total uncertainty in ΩΩ used in the fitting process. The first (second) row corresponds to the real/resistance (imaginary/reactance) part of the total uncertainty.weatherstation_temp: the air temperature measured by the weather station, interpolated at the timestamps at which the MIST internal temperatures were recorded. Note that the full weather station data are made available (discussed in Python Codes below).Note that for each key where there is a frequency axis, the resistance and reactance are concatenated together, such that the first 101 indices correspond to the resistance from 25-125 MHz, and the second 101 indices correspond to the reactance from 25-125 MHz, for a total of 202 indices.The other files contained in the results directory correspond to tests of sensitivity of the estimated soil parameters to assumptions we have made in this analysis, whose results are summarized in Table S3. Specifically, they include:results/single_layer/curve_fit/cubic_interp_fix_L_absolute_sigma_True_mean_p0: the residual inductance L is fixed for the single-layer model.results/two_layer/curve_fit/cubic_interp_fix_L_absolute_sigma_True_mean_p0: the residual inductance L is fixed for the two-layer model.results/two_layer/curve_fit/cubic_interp_tighten_d_bounds_absolute_sigma_True_mean_p0: the bounds of the parameter search for the top-layer thickness tt are constrained to within ±1±1 sample standard deviation of the metal probe measurements.Python CodesThe Python codes for fitting interpolated models to the data and generating plots are contained inpython_codes.tar.gzThe scripts require the following packages to be run (most of which are standard):numpymatplotlibscipyh5pydatetimeosglobargparserejsonPyYAMLpandasThere are two main "helper" scripts which provide the software tools to interact with data and generate impedance models. These includesoil.py, the main software tool which loads data, simulations, uncertainties, etc., and organizes fitting routines, andampere.py, a generalized N-dimensional interpolation class called by soil.py when forming impedance models to fit to measured data.There are several analysis scripts included along with the software tools, includingcompare_nominal_and_constrained_rmsd.py: used to generate the values in Table S3.make_data_plot.py: used to generate a raw version of Figure 2.make_models_and_residuals_plot.py: used to generate Figure 3.make_parameter_plots.py: used to generate raw versions of Figures 4 and S5.make_simulation_plot.py: used to generate Figure S3.make_total_uncertainty_plot.py: used to generate Figure S4.run_fits.py: used to obtain the best-fit results presented in Hendricksen et al. (2025).It is recommended to start here if you would like to learn how to load data and simulations and fit models to data.NOTE: if this file is run with save_data = True (line 44), the results files contained in results.tar.gz (see the next section) will be overwritten.The uncertainties considered in this analysis are contained in the subdirectory python_codes/uncertainty_files, which includespython_codes/uncertainty_files/csa_2022_single_layer_all_uncertainties_20241130.txt: single-layer uncertainties.python_codes/uncertainty_files/csa_2022_two_layer_all_uncertainties_20241130.txt: two-layer uncertainties.Note that there are some quantities which are repeated between the two uncertainty files, such as δcalδcal, δmeasδmeas, and δFekoδFeko.Finally, the weather station data is contained inpython_codes/csa_weather_station_data_2022-05-03_2023-04-25_original.xlsxwhich includes key metrics presented in the paper, includingAirTemp_Avg: air temperature in ∘C∘CRH_Avg: relative humidity as a percentageSolar_W_Avg: solar radiation in Wm−2Wm−2mean_wind_speed: mean wind speed in kmh−1kmh−1The weather station data is loaded using the pandas package. An interpolated subset of the air temperature data corresponding to the same time that data was taken is included in each of the results files.FiguresAll the figures presented in the paper are contained infigures.tar.gzalong with additional scripts and files to produce figures with broken axes, including Figures 2, 4, and S5, which require post-processing. Note that imagemagick and Inkscape are required to perform the post-processing described below.Figure 1Figure 1 corresponds to mist_in_arctic_and_feko.pdf.Figure 2Figure 2 corresponds to example_impedance_and_variation_crop.pdf. To reproduce Figure 2, run python_codes/make_data_plot.py, which will produce two temporary figures example_impedance_and_variation_1.jpg and example_impedance_and_variation_2.jpg.Run the shell script crop_example_impedance_and_variation.sh to produce example_impedance_and_variation_crop.jpg, an intermediate, cropped version of Figure 2, which needs to be polished after cropping.A scalable vector graphics (SVG) file example_impedance_and_variation_crop.svg is provided with example_impedance_and_variation_crop.jpg imported as its base layer. The SVG file can be opened with Inkscape and used to export the final PDF version of Figure 2, example_impedance_and_variation_crop.pdf.Figure 3Figure 3 corresponds to example_fits_and_all_residuals.pdf.Figure 4Figure 4 corresponds to best_fit_parameters_two_layer_crop.pdf. To reproduce Figure 3, run python_codes/make_parameter_plots.py, which will produce a temporary figure best_fit_parameters_two_layer.png.Run the shell script crop_best_fit_parameters_two_layer.sh to produce best_fit_parameters_two_layer_crop.png, an intermediate, cropped version of Figure 4, which needs to be polished after cropping.An SVG file best_fit_parameters_two_layer_crop.svg is provided with best_fit_parameters_two_layer_crop.png imported as its base layer. The SVG file can be opened with Inkscape to export the final PDF version of Figure 4, best_fit_parameters_two_layer_crop.pdf.Figure S1Figure S1 corresponds to axel_heiberg_and_mars_region.pdf.Figure S2Figure S2 corresponds to antenna.pdf, and is reused from Monsalve et al. (2024) (see the References.)Figure S3Figure S3 corresponds to all_feko_sims.pdf. To reproduce Figure S3, run python_codes/make_simulation_plot.py.Figure S4Figure S4 corresponds to total_uncertainty.pdf. To reproduce Figure S4, run python_codes/make_total_uncertainty_plot.py.Figure S5Figure S5 corresponds to parameter_line_fits_crop.pdf. To reproduce Figure S5, run python_codes/make_parameter_plots.py for the two-layer model, which will produce a temporary figure parameter_line_fits.png.Run the shell script crop_parameter_line_fits.sh to produce parameter_line_fits_crop.png, an intermediate, cropped version of Figure S5, which needs to be polished after cropping.An SVG file parameter_line_fits_crop.svg is provided with parameter_line_fits_crop.png imported as its base layer. The SVG file can be opened with Inkscape to export the final PDF version of Figure S5, parameter_line_fits_crop.pdf.
Authors
- Hendricksen, Ian ;
- Monsalve, Raul ;
- Bidula, Vadym ;
- Altamirano, Cinthia ;
- Bustos, Ricardo ;
- Bye, Christian Hellum ;
- Chiang, Hsin ;
- Guo, Xinze ;
- McGee, Francis ;
- Mena, Fausto ;
- Nasu-Yu, Lisa ;
- Omelon, Christopher ;
- Restrepo Medina, Silvia Elena ;
- Sievers, Jonathan ;
- Thomson, Laura ;
- Thyagarajan, Nithyanandan
This dataset contains long-term environmental and modeled data from lake catchments across Canada, including chlorophyll, particle size, ice-free duration, land use, temperature, and precipitation. Variables are derived from hyperspectral analysis, lake models, and historical climate and land cover datasets. The data detailing the location of the study lakes and their physical and chemical characteristics are presented in Tables S1 and S2 .For full details, refer to the associated publication and the included README.txt file.
Authors
- Ghanbari, Hamid ;
- Gregory-Eaves, Irene ;
- Aulard, Candice ;
- Baud, Alexandre ;
- R. Zilkey, David ;
- Fradette, Maxime ;
- Keller, Philipp ;
- A. del Giorgio, Paul ;
- P. Smol, John ;
- Huot, Yannick ;
- Antoniades, Dermot
This dataset contains long-term environmental and modeled data from lake catchments across Canada, including chlorophyll, particle size, ice-free duration, land use, temperature, and precipitation. Variables are derived from hyperspectral analysis, lake models, and historical climate and land cover datasets. The data detailing the location of the study lakes and their physical and chemical characteristics are presented in Tables S1 and S2 .For full details, refer to the associated publication and the included README.txt file.
Authors
- Ghanbari, Hamid ;
- Gregory-Eaves, Irene ;
- Aulard, Candice ;
- Baud, Alexandre ;
- R. Zilkey, David ;
- Fradette, Maxime ;
- Keller, Philipp ;
- A. del Giorgio, Paul ;
- P. Smol, John ;
- Huot, Yannick ;
- Antoniades, Dermot