Comprehensive research database for the Society of Business, Industry, and Economics 25th Annual Academic Conference containing detailed information about 6 research presentations across 6 sessions.
The database includes research from multiple disciplines:
// Find all AI-related research
const aiResearch = await ResearchPresentation.find({
keywords: { $in: ['artificial intelligence', 'machine learning', 'AI'] }
});
// Get student research by institution
const studentResearch = await ResearchPresentation.find({
isStudentResearch: true,
'authors.affiliation.institution': 'University of North Alabama'
});
// Analyze research methodology trends
const methodologyStats = await ResearchPresentation.aggregate([
{ $group: { _id: '$methodology.approach', count: { $sum: 1 } } }
]);
Generated: 2025-08-11T19:16:47.720Z Conference: SOBIE 2025 (2025) Location: Sandestin Golf and Beach Resort, Destin, Florida