Abstract Submission
AfSAI Research Conference 2025
Venue: Dublin City University (DCU), Dublin, Ireland
Date: 7 Nov 2025
Conference Theme:
Transformation for an unscripted future? Possibilities from the past & present
We are eager to receive abstracts that relate to the theme and four sub-themes of the conference :
- An unscripted future? Raising questions of transformative possibilities from past and present African Scholars/hip
- Research:Â Empowering academia and research for unscripted futures through inclusive innovation
- Transforming health and social care for unscripted futures
- African & Global corporate artificial intelligence strategies and digital infrastructure for unscripted growth; include but not limited to public health, healthcare innovation, education, skill development, nutrition, food security, gender equality, women’s health, etc.
- Other Research topics: includes but not limited to : poverty reduction, economic inclusion, youth empowerment and employment, community health, etc.; entrepreneurship, green economy, engineering, data sciences, blockchain; climate change, renewable energy, sustainable agriculture, water resource management, etc.ÂÂ
Any topic relevant to the themes or sub-themes of the conference are welcome.
- Submission includes a title, abstract of 300 words and 5-6 keywords.
- All submissions will be subject to double-blind peer review.
- Your abstract should contain information relating to the research project, aims/objectives, methods, findings, and contribution to the themes (but please write without headings).
- Submission is online via AfSAI website before the 20th September 2024–
Click here to submit abstract
- Results of the peer review will be communicated to the authors on or before the 30th September 2024
- The conference programme will be available online at the end of October
- The research problem/aim/question is clearly articulated.
- The methodology to address this is described (where relevant)
- Findings and contribution are indicated.
- Relevance to the conference theme(s)
- Complete adherence to the the abstract submission guidelines
An abstract can be submitted for presentation at the conference as one of the following categories:
Paper Presentations
- Oral presentation of papers are 8 minutes plus 2 minutes for Q&A
- Authors whose abstract are accepted must submit their audiovisual presentation (if applicable) from 21st to 25th October 2025
Poster Presentations
- Poster dimensions should not exceed 84.1×118.9 cm – width/height – A0 size.
- Posters will be assembled and displayed independently by the presenter.
- Selected posters will be invited for display on the AfSAI website following the event.
Workshops
Abstracts should be clear and must address:
- The learning outcomes
- The process/activities
- Audience participation
- Expected impact
- Maximum number of participants
- Workshop – 40 mins
Prizes will be awarded to the three most:
1. innovative
2. original
3. informative presentation.
- Â
- Â
Submit your abstract here
";
if (one_number) {
ruleHtml += "
Must have at least one number
";
}
if (one_uppercase) {
ruleHtml += "Must have at least one uppercase
";
}
if (one_lowercase) {
ruleHtml += "Must have at least one lowercase
";
}
if (is_special) {
ruleHtml += "Must have at least one special character
";
}
ruleHtml += "Must match repeat password
";
function _validate_pwd(pswd) {
var errors = false;
if (pswd.length >= min_pwd && pswd.length <= max_pwd) {
jQuery('#pwd_length').removeClass('text-danger').addClass('text-success');
} else {
jQuery('#pwd_length').removeClass('text-success').addClass('text-danger');
errors = true;
}
if (one_number) {
if (pswd.match(/\d/)) {
jQuery('#pwd_number').removeClass('text-danger').addClass('text-success');
} else {
jQuery('#pwd_number').removeClass('text-success').addClass('text-danger');
errors = true;
}
}
if (one_uppercase) {
if (pswd.match(/[A-Z]/)) {
jQuery('#pwd_uppercase').removeClass('text-danger').addClass('text-success');
} else {
jQuery('#pwd_uppercase').removeClass('text-success').addClass('text-danger');
errors = true;
}
}
if (one_lowercase) {
if (pswd.match(/[a-z]/)) {
jQuery('#pwd_lowercase').removeClass('text-danger').addClass('text-success');
} else {
jQuery('#pwd_lowercase').removeClass('text-success').addClass('text-danger');
errors = true;
}
}
if (is_special) {
if (pswd.match(/[!@#\$%\^\&*\)\(+=._-]/)) {
jQuery('#pwd_special').removeClass('text-danger').addClass('text-success');
} else {
jQuery('#pwd_special').removeClass('text-success').addClass('text-danger');
errors = true;
}
}
if (jQuery('#password').val() == jQuery('#password_repeat').val()) {
jQuery('#pwd_match').removeClass('text-danger').addClass('text-success');
} else {
jQuery('#pwd_match').removeClass('text-success').addClass('text-danger');
errors = true;
}
return errors;
}
jQuery('#wpabstracts_register_form #password, #wpabstracts_register_form #password_repeat').popover({
'html': true,
'placement': function() {
return 'top';
},
'content': function() {
return ruleHtml;
},
'title': function() {
return "Password Requirement";
},
'trigger': 'focus'
});
jQuery('#wpabstracts_register_form #password, #wpabstracts_register_form #password_repeat').on('keyup',
function() {
_validate_pwd(jQuery('#wpabstracts_register_form #password').val());
});
jQuery('#wpabstracts_register_form #password, #wpabstracts_register_form #password_repeat').on('blur',
function() {
jQuery('#wpabstracts_register_form #password, #wpabstracts_register_form #password_repeat')
.popover('hide');
});
jQuery('#wpabstracts_register_form #password, #wpabstracts_register_form #password_repeat').on(
'shown.bs.popover',
function() {
_validate_pwd(jQuery('#wpabstracts_register_form #password').val());
});
}
// Toggle password visibility
const pwdInput = document.getElementById('password');
const pwdIcon = document.getElementById('password-icon');
const pwdtoggle = document.querySelector('.password-toggle');
pwdtoggle.addEventListener('click', function() {
// Toggle password visibility
if (pwdInput.type === 'password') {
pwdInput.type = 'text';
pwdIcon.classList.remove('glyphicon-eye-open');
pwdIcon.classList.add('glyphicon-eye-close');
} else {
pwdInput.type = 'password';
pwdIcon.classList.remove('glyphicon-eye-close');
pwdIcon.classList.add('glyphicon-eye-open');
}
});
// Toggle password visibility
const repeatPwdInput = document.getElementById('password_repeat');
const repeatPwdIcon = document.getElementById('repeat-password-icon');
const repeatPwdToggle = document.querySelector('.repeat-password-toggle');
repeatPwdToggle.addEventListener('click', function() {
// Toggle password visibility
if (repeatPwdInput.type === 'password') {
repeatPwdInput.type = 'text';
repeatPwdIcon.classList.remove('glyphicon-eye-open');
repeatPwdIcon.classList.add('glyphicon-eye-close');
} else {
repeatPwdInput.type = 'password';
repeatPwdIcon.classList.remove('glyphicon-eye-close');
repeatPwdIcon.classList.add('glyphicon-eye-open');
}
});
});

- Login
- Sign Up
Share this page
Facebook
Twitter
LinkedIn