Skip to content

Commit

Permalink
Add new publication and the aiub webapi external project
Browse files Browse the repository at this point in the history
  • Loading branch information
Abir-Tx committed May 11, 2024
1 parent db17132 commit 651c54d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gitprofile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ const CONFIG = {
header: 'My External Projects',
// To hide the `External Projects` section, keep it empty.
projects: [
{
title: 'AIUB Web API',
description: 'Unofficial API for American International University of Bangladesh (AIUB)',
imageUrl: 'https://aiub-discobot.vercel.app/images/aiub-logo.png',
link: 'https://aiub-api.vercel.app/',
},
{
title: 'MPM',
description:
Expand Down Expand Up @@ -173,6 +179,14 @@ const CONFIG = {
description:
'Extended reality (XR) technology, including virtual reality (VR), augmented reality (AR), and mixed reality (MR), has the potential to revolutionize education by providing immersive and interactive learning experiences. However, to ensure successful implementation and adoption of XR in education, it is crucial to establish trust among all stakeholders. This paper presents a comprehensive framework for enhancing trust in XR technology in education and Training.',
},
{
title: 'Synchronizing Object Detection: Applications, Advancements and Existing Challenges',
conferenceName: '',
journalName: 'IEEE Access',
authors: 'Mushfiqur Rahman Abir,MD Tanzib Hossain, Asif Zaman, Sawon Mursalin, Shanjida Akter and Shadman sakeeb Khan',
link: 'https://ieeexplore.ieee.org/document/10499817'
description: 'From pivotal roles in autonomous vehicles, healthcare diagnostics, and surveillance systems to seamlessly integrating with augmented reality, object detection algorithms stand as the cornerstone in unraveling the complexities of the visual world. Tracing the trajectory from conventional region-based methods to the latest neural network architectures reveals a technological renaissance where algorithms metamorphose into digital artisans. However, this journey is not without hurdles, prompting researchers to grapple with real-time detection, robustness in varied environments, and interpretability amidst the intricacies of deep learning. The allure of addressing issues such as occlusions, scale variations, and fine-grained categorization propels exploration into uncharted territories, beckoning the scholarly community to contribute to an ongoing saga of innovation and discovery. This research offers a comprehensive panorama, encapsulating the applications reshaping our digital reality, the advancements pushing the boundaries of perception, and the open issues extending an invitation to the next generation of visionaries to explore uncharted frontiers within object detection.'
}
],
// Display blog posts from your medium or dev account. (Optional)
blog: {
Expand Down

0 comments on commit 651c54d

Please sign in to comment.