- Board of Trustees
- Academics
- Academic Support Services
- Administration Department
- Center for Continuing Learning
- Computing Department
- Corporate Affairs Office
- Engagement & Impact Department
- Finance Department
- Future Digital Centre
- IRQA Department
- Library Department
- Marketing, Public Relations and Admissions Department
- Media and Communications Department
- Office of the President
- Office of Vice President - Academic Operations
- Office of Vice President - IRQA
- Office of the Dean (School of Business)
- Office of the Dean (School of Computing)
- Office of the Head - General Education
- Research Department
- Sports, Health & Safety
- Student Services Department
- Talent Empowerment Department
- Maintenance Department
- External Security
Dr. Mubarak Himmat
{source}<?php
defined('_JEXEC') or die;
?>
<!-- Include Chart.js Library -->
<script src="/media/scopus/chart.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
// Fetch the author_id dynamically from the article or page
var authorId = document.getElementById('authorId')?.textContent || '';
// Global variable to hold the chart instance
let researchActivityChartInstance;
// Fetch data from fetch_scopus_metrics.php
fetch(`/media/scopus/fetch_scopus_metrics.php?author_id=` + encodeURIComponent(authorId))
.then(response => response.json())
.then(data => {
if (data && data.labels && data.outputs) {
// Update the metrics container dynamically
var scopusDataContainer = document.getElementById('scopusData');
scopusDataContainer.innerHTML = `
<div class="metrics-container">
<div class="metric-card"><strong>h-index:</strong> <span class="metric-value">${data.hIndex}</span></div>
<div class="metric-card"><strong>Citations:</strong> <span class="metric-value">${data.citations}</span></div>
<div class="metric-card"><strong>Publications:</strong> <span class="metric-value">${data.publications}</span></div>
</div>
`;
// Render the chart
var canvasElement = document.getElementById('researchActivityChart');
if (canvasElement) {
// Clear the existing chart instance if it exists
if (researchActivityChartInstance) {
researchActivityChartInstance.destroy();
researchActivityChartInstance = null; // Ensure no dangling reference
}
// Reset the canvas element to clear previous drawings
canvasElement.parentNode.replaceChild(canvasElement.cloneNode(true), canvasElement);
// Re-select the newly cloned canvas element
canvasElement = document.getElementById('researchActivityChart');
// Create a new chart instance
researchActivityChartInstance = new Chart(canvasElement, {
type: 'bar',
data: {
labels: data.labels, // Years
datasets: [{
label: 'Research Outputs',
data: data.outputs, // Outputs
backgroundColor: '#555', // Gray color for bars
borderWidth: 0,
barThickness: 20,
maxBarThickness: 20,
}]
},
options: {
responsive: true,
maintainAspectRatio: false,
plugins: {
tooltip: {
callbacks: {
label: function (context) {
return `${context.label}: ${context.raw} research outputs`;
}
}
},
legend: {
display: false // No legend
}
},
scales: {
x: {
grid: { display: false }, // No gridlines
ticks: {
display: true, // Show all x-axis labels
font: { size: 12 }, // Adjust font size
color: '#555' // Gray color for labels
}
},
y: {
grid: { display: true }, // Show gridlines
ticks: {
display: true, // Show y-axis labels
font: { size: 12 }, // Adjust font size
color: '#555' // Gray color for labels
}
}
}
}
});
} else {
console.error('Canvas element not found: #researchActivityChart');
}
} else {
document.getElementById('scopusData').innerHTML = 'Unable to load data.';
}
})
.catch(error => {
console.error('Error fetching data:', error);
document.getElementById('scopusData').innerHTML = 'Error fetching data.';
});
});
</script>{/source}
defined('_JEXEC') or die;
?>
<!-- Include Chart.js Library -->
<script src="/media/scopus/chart.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
// Fetch the author_id dynamically from the article or page
var authorId = document.getElementById('authorId')?.textContent || '';
// Global variable to hold the chart instance
let researchActivityChartInstance;
// Fetch data from fetch_scopus_metrics.php
fetch(`/media/scopus/fetch_scopus_metrics.php?author_id=` + encodeURIComponent(authorId))
.then(response => response.json())
.then(data => {
if (data && data.labels && data.outputs) {
// Update the metrics container dynamically
var scopusDataContainer = document.getElementById('scopusData');
scopusDataContainer.innerHTML = `
<div class="metrics-container">
<div class="metric-card"><strong>h-index:</strong> <span class="metric-value">${data.hIndex}</span></div>
<div class="metric-card"><strong>Citations:</strong> <span class="metric-value">${data.citations}</span></div>
<div class="metric-card"><strong>Publications:</strong> <span class="metric-value">${data.publications}</span></div>
</div>
`;
// Render the chart
var canvasElement = document.getElementById('researchActivityChart');
if (canvasElement) {
// Clear the existing chart instance if it exists
if (researchActivityChartInstance) {
researchActivityChartInstance.destroy();
researchActivityChartInstance = null; // Ensure no dangling reference
}
// Reset the canvas element to clear previous drawings
canvasElement.parentNode.replaceChild(canvasElement.cloneNode(true), canvasElement);
// Re-select the newly cloned canvas element
canvasElement = document.getElementById('researchActivityChart');
// Create a new chart instance
researchActivityChartInstance = new Chart(canvasElement, {
type: 'bar',
data: {
labels: data.labels, // Years
datasets: [{
label: 'Research Outputs',
data: data.outputs, // Outputs
backgroundColor: '#555', // Gray color for bars
borderWidth: 0,
barThickness: 20,
maxBarThickness: 20,
}]
},
options: {
responsive: true,
maintainAspectRatio: false,
plugins: {
tooltip: {
callbacks: {
label: function (context) {
return `${context.label}: ${context.raw} research outputs`;
}
}
},
legend: {
display: false // No legend
}
},
scales: {
x: {
grid: { display: false }, // No gridlines
ticks: {
display: true, // Show all x-axis labels
font: { size: 12 }, // Adjust font size
color: '#555' // Gray color for labels
}
},
y: {
grid: { display: true }, // Show gridlines
ticks: {
display: true, // Show y-axis labels
font: { size: 12 }, // Adjust font size
color: '#555' // Gray color for labels
}
}
}
}
});
} else {
console.error('Canvas element not found: #researchActivityChart');
}
} else {
document.getElementById('scopusData').innerHTML = 'Unable to load data.';
}
})
.catch(error => {
console.error('Error fetching data:', error);
document.getElementById('scopusData').innerHTML = 'Error fetching data.';
});
});
</script>{/source}
Research activity per year
- 2017 D.in Computer Science. University of Technology Malaysia (Malaysia).
- 2003 MSc Computer Science and Information. The University of Gezira, College of Science and Technology– (Sudan).
- 2000 BSc (Honors) in Computer Science. Future University (Computer Man College) – (Computer Man College) –(Sudan).
- Assistant Professor, Horizon University College, UAE, February 2024 to date.
- Part-Time Assistant Professor at the Faculty of Engineering, IT Department, Ajman University –UAE), January 2024, May 2026.
- Part-Time Assistant Professor at the Faculty of Engineering, IT Department, University of Al Dhand –UAE), January 2026, May 2026.
- Part-Time Assistant Professor at the faculty of Engineering, Department of Computer, Sharjah University –UAE). January 2024, May 2025.
- Assistant Professor, Dean of the Faculty of Computer Science and Information Technology at the University of Medical Science & Technology (Sudan). May 2021-February 2024.
- Assistant Professor, Dean of the Faculty of Computer Science at Future University, October 2017- September 2020.
- Full-time Lecturer at the Sharjah University, Community college, department of information United Arab Emirates UAE), September 2006 – August 2012.
- Full-time Lecturer at Abha Teachers College (University of King Khalid). (Kingdom of Saudi Arabia (KSA)), August 2003– August 2004.
SCOPUSQ1
- Himmat, Mubarak, Naomie Salim, Mohammed Mumtaz Al-Dabbagh, Faisal Saeed, and Ali Ahmed. "Adapting Document Similarity Measures for Ligand-Based Virtual Screening." Molecules 21, no. 4 (2016): 476. https://doi.org/10.3390/molecules21040476.
- Al-Dabbagh, Mohammed Mumtaz, Naomie Salim, Mubarak Himmat, Ali Ahmed, and Faisal Saeed. "A quantum-based similarity method in virtual screening." Molecules 20, no. 10 (2015): 18107-18127.
- Al-Dabbagh, Mohammed Mumtaz, Naomie Salim, Mubarak Himmat, Ali Ahmed, and Faisal Saeed. "Quantum probability ranking principle for ligand-based virtual screening." Journal of computer-aided molecular design 31, no. 4 (2017): 365-378.
- Himmat, Mubarak, and Naomie Salim. "Obstacles and Challenges of Opinion Mining of Customers Reviews." International Journal Of Enhanced Research In Management & Computer Applications 2.2 (2013).
SCOPUSQ2
- Himmat, Mubarak, Naomie Salim, Ali Ahmed and Mohammed Mumtaz Al-Dabbagh " DATA FUSION APPROACHES IN LIGAND-BASED VIRTUAL SCREENING: RECENT DEVELOPMENTS OVERVIEW” ARPN Journal of Engineering and Applied Sciences 10 (3),(2015) 1017-1022.
SCOPUSQ3
- Abdelmagid, Muawia, Mubarak Himmat and Ali Ahmed . "SURVEY ON INFORMATION EXTRACTION FROM CHEMICAL COMPOUND LITERATURES: TECHNIQUES AND CHALLENGES." Journal of Theoretical and Applied Information Technology 67.2 (2014).
- Abdelmagid, Muawia, Ali Ahmed, and Mubarak Himmat. "Information Extraction methods and extraction techniques in the chemical document’s contents: Survey." ARPN Journal of Engineering and Applied Sciences 10.3 (2015): 1068-1073.
- Himmat, Mubarak, et al. "Data mining and fusion methods in ligand-based virtual screening." J. Chem. Pharm. Sci 8 (2015): 964-969.
SCOPUSQ4
- Himmat, Mubarak,” NEW SIMILARITY MEASURES FOR LIGAND-BASED VIRTUAL SCREENING” Naomie Salim, Mohammed Mumtaz Al-Dabbagh, Faisal Saeed, and Ali Ahmed. "Data mining and fusion methods in ligand-based virtual screening.".2015.
- Himmat, Mubarak, Naomie Salim, Mohammed Mumtaz Al-Dabbagh and Ali Ahmed.” An algorithm for similarity-based virtual screening” Journal of Chemical and Pharmaceutical Research, 2015, 7(4):974-979.
- Himmat, Mubarak, and Naomie Salim. "Obstacles and Challenges of Opinion Mining of Customers Reviews." International Journal Of Enhanced Research In Management & Computer Applications 2.2 (2013).
- Eltyeb, Safaa, Naomie Salim, and Mubarak Himmat. "PATTERN-BASED SYSTEM TO EXTRACT AND DISTINGUISH DRUG-ADVERSE EFFECT RELATION FROM OTHER DRUG-MEDICAL CONDITION RELATIONS IN THE SAME SENTENCE." (2006),." Journal of Theoretical and Applied Information Technology 67.2 (2014).
