Abstract submission
AfSAI Research Conference 2024
Venue: University College Dublin, Ireland
Date: 8-9 Nov 2024
Conference Theme: Multidisciplinary strategies for Sustainability in Africa
We are eager to receive abstracts that relate to the theme and four sub-themes of the conference regarded as the four pillars of sustainability:
- Human Sustainability in Africa; include but not limited to public health, healthcare innovation, education, skill development, nutrition, food security, gender equality, women’s health, etc.
- Social Sustainability in Africa: includes but not limited poverty reduction, economic inclusion, youth empowerment and employment, community health, etc
- Economic Sustainability in Africa: includes but not limited to; entrepreneurship, green economy, engineering, data sciences, blockchain, etc.
- Environmental Sustainability in Africa: includes but not limited to: 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 and closes on the 10th October 2024–
Click here to submit abstract
- Results of the peer review will be communicated to the authors on or before the 24th Oct 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)
An abstract can be submitted for presentation at the conference as one of the following categories:
Paper Presentations
- Oral presentation of papers are 10 minutes plus 5 minutes for Q&A
- Authors whose abstract are accepted must submit their audiovisual presentation (if applicable) from 26th to 28th October 2024
Poster Presentations
- Posters can be any size or format of a type to be assembled and displayed independently by the presenter.
- Selected posters will be invited for display on the AfSAI website following the event.
Prizes will be awarded to the three most:
1. innovative
2. original
3. informative posters.
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());
});
}
});

- Login
- Sign Up
Share this page
Facebook
Twitter
LinkedIn