Subtopic Deep Dive
Augmented Reality in Education
Research Guide
What is Augmented Reality in Education?
Augmented Reality in Education uses AR technology to overlay digital content on real-world environments for enhanced immersive learning in subjects like language, chemistry, and solar system studies.
Researchers develop AR apps for Android to visualize 3D molecular structures (Supriono and Rozi, 2018, 46 citations) and interactive English vocabulary games (Al Irsyadi et al., 2019, 46 citations). Early work demonstrated AR media for general learning support (Wulansari et al., 2013, 21 citations). Over 10 papers from 2012-2023 explore AR implementations with citation totals exceeding 200.
Why It Matters
AR apps improve visualization of abstract concepts like chemical molecules, aiding student comprehension in STEM (Supriono and Rozi, 2018). Interactive AR games boost engagement in language learning for elementary students (Al Irsyadi et al., 2019). Mobile AR enhances accessibility for solar system education via marker-based tracking (Kusuma, 2018). These applications support experiential learning in resource-limited schools.
Key Research Challenges
3D Model Accuracy
AR visualizations require precise 3D rendering of complex structures like molecules, but mobile hardware limits fidelity (Supriono and Rozi, 2018). Misalignments reduce educational value. Tracking stability affects usability during lessons.
User Engagement Retention
Maintaining long-term student interest in AR games demands balanced gameplay mechanics (Al Irsyadi et al., 2019). Overly complex interfaces deter young learners. Finite state machines help NPC behavior but need optimization (Hidayat et al., 2019).
Cross-Device Compatibility
AR apps built for Android face variability in camera and processing power (Kusuma, 2018). Marker-based tracking fails on low-end devices. Portability across OS versions remains inconsistent.
Essential Papers
Game Edukasi Pembelajaran Bahasa Inggris untuk Pengenalan Benda-Benda di Rumah bagi Siswa Kelas 4 Sekolah Dasar
Fatah Yasin Al Irsyadi, Rifai Annas, Yogiek Indra Kurniawan · 2019 · Jurnal Teknologi dan Informasi · 46 citations
Bahasa Inggris menjadi salah satu bahasa internasional di era sekarang. Dalam dunia pendidikan, pelajaran Bahasa Inggris sudah diberikan sejak sekolah dasar. “Madrasah Ibtidaiyah Al Islam Program P...
PENGEMBANGAN MEDIA PEMBELAJARAN BENTUK MOLEKUL KIMIA MENGGUNAKAN AUGMENTED REALITY BERBASIS ANDROID
Nanang Supriono, Fahrur Rozi · 2018 · JIPI (Jurnal Ilmiah Penelitian dan Pembelajaran Informatika) · 46 citations
Seiring dengan perkembangan pada dunia pendidikan yaitu muncul berbagai macam media pembelajaran baru Salah satu teknologi yang cukup menarik saat ini yang dapat dikembangkan pada Android adalah Au...
Comparative Analysis of Pathfinding Algorithms A *, Dijkstra, and BFS on Maze Runner Game
Silvester Dian Handy Permana, Ketut Bayu Yogha Bintoro, Budi Arifitama et al. · 2018 · IJISTECH (International Journal Of Information System & Technology) · 42 citations
Maze Runner game is a game that requires pathfinding algorithm to get to the destination with the shortest path. This algorithm is used in an NPC that will move from start node to destination node....
RANCANG BANGUN SISTEM INFORMASI MANAJEMEN KOPERASI MENGGUNAKAN METODE WEB ENGINEERING (Studi Kasus : Primkop Kartika Gatam)
Yuri Rahmanto · 2021 · Jurnal Data Mining dan Sistem Informasi · 38 citations
Koperasi Primkop Kartika Gatam is a state-owned cooperative agency that provides savings and loan services to members and has an address at Jl Teuku Umar, No 85, Penengah, Kedaton, Bandar Lampung a...
Perancangan Aplikasi Augmented Reality Pembelajaran Tata Surya dengan Menggunakan Marker Based Tracking
Susanna Dwi Yulianti Kusuma · 2018 · Jurnal Informatika Universitas Pamulang · 37 citations
Teknologi saat ini telah menjadi bagian dari kehidupan manusia, banyak teknologi diciptakan untuk menjadi kehidupan manusia. Salah satunya, teknologi peralatan telekomunikasi atau yang biasa kita s...
SAFEA application design on determining the optimal order quantity of chicken eggs based on fuzzy logic
Sesar Husen Santosa, Agung Prayudha Hidayat, Ridwan Siskandar · 2021 · IAES International Journal of Artificial Intelligence · 28 citations
<span>The availability of stock in the chicken egg supply chain is influenced by the ability of egg Agents to determine the optimal orders to suppliers. The optimal number of orders is very i...
Implementation of the Selection Sort Algorithm to Sort Data in PHP Programming Language
Indah Purnama Sari, Al-Khowarizmi Al-Khowarizmi, Fanny Ramadhani et al. · 2023 · Journal of Computer Science Information Technology and Telecommunication Engineering · 27 citations
The role of algorithms in software or programming is very important, so it is necessary to understand the basic concept of the algorithm. The sorting algorithm is, selection sort (sorting by select...
Reading Guide
Foundational Papers
Start with Wulansari et al. (2013, 21 citations) for core AR learning media concepts, then Asfarian and Ardiansyah (2012) for mobile AR navigation basics.
Recent Advances
Study Supriono and Rozi (2018, 46 citations) for molecular AR, Al Irsyadi et al. (2019, 46 citations) for gamified language apps, and Kusuma (2018, 37 citations) for solar tracking.
Core Methods
Core techniques: Marker-based AR tracking (Kusuma, 2018), Unity 3D Android development (Al Irsyadi et al., 2019), FSM for interactive elements (Hidayat et al., 2019).
How PapersFlow Helps You Research Augmented Reality in Education
Discover & Search
Research Agent uses searchPapers('Augmented Reality education Android') to retrieve top-cited works like Supriono and Rozi (2018), then citationGraph reveals clusters around molecular AR learning. findSimilarPapers on Al Irsyadi et al. (2019) uncovers language game variants. exaSearch handles Indonesian AR terms for comprehensive coverage.
Analyze & Verify
Analysis Agent employs readPaperContent on Supriono and Rozi (2018) to extract AR implementation details, verifyResponse with CoVe checks claims against abstracts. runPythonAnalysis processes citation data via pandas for trend stats. GRADE grading scores evidence strength for molecular visualization efficacy.
Synthesize & Write
Synthesis Agent detects gaps in AR retention studies, flags contradictions between early (Wulansari et al., 2013) and recent FSM integrations (Hidayat et al., 2019). Writing Agent uses latexEditText for AR workflow diagrams, latexSyncCitations links 10+ papers, latexCompile generates review PDFs. exportMermaid visualizes AR app architectures.
Use Cases
"Compare AR molecular visualization learning outcomes across papers"
Research Agent → searchPapers → citationGraph → Analysis Agent → runPythonAnalysis (pandas stats on citations/learning metrics) → outputs comparative CSV table with effect sizes.
"Draft LaTeX section on AR solar system apps with citations"
Research Agent → findSimilarPapers(Kusuma 2018) → Synthesis → gap detection → Writing Agent → latexEditText → latexSyncCitations → latexCompile → outputs formatted LaTeX PDF.
"Find GitHub repos for AR education marker tracking code"
Code Discovery → paperExtractUrls(Kusuma 2018) → paperFindGithubRepo → githubRepoInspect → outputs inspected repo code snippets and AR Unity scripts.
Automated Workflows
Deep Research workflow scans 50+ AR education papers via searchPapers, structures report with GRADE-verified sections on anatomy/solar apps. DeepScan applies 7-step analysis to Supriono (2018), checkpointing AR method critiques. Theorizer generates hypotheses on FSM-AR retention from Hidayat et al. (2019) citations.
Frequently Asked Questions
What defines Augmented Reality in Education?
AR overlays digital 3D models like molecules or solar systems on real environments via Android apps for interactive learning (Supriono and Rozi, 2018; Kusuma, 2018).
What are common methods in this subtopic?
Marker-based tracking visualizes objects (Kusuma, 2018); Unity 3D builds interactive games (Al Irsyadi et al., 2019); Finite State Machines control AR NPCs (Hidayat et al., 2019).
What are key papers?
Top recent: Supriono and Rozi (2018, 46 citations) on AR molecules; Al Irsyadi et al. (2019, 46 citations) on English games. Foundational: Wulansari et al. (2013, 21 citations) on AR media.
What open problems exist?
Challenges include device compatibility, long-term engagement, and precise 3D tracking (Kusuma, 2018; Hidayat et al., 2019). Scalability to non-STEM subjects needs exploration.
Research Multimedia Learning Systems with AI
PapersFlow provides specialized AI tools for Computer Science researchers. Here are the most relevant for this topic:
AI Literature Review
Automate paper discovery and synthesis across 474M+ papers
Code & Data Discovery
Find datasets, code repositories, and computational tools
Deep Research Reports
Multi-source evidence synthesis with counter-evidence
AI Academic Writing
Write research papers with AI assistance and LaTeX support
See how researchers in Computer Science & AI use PapersFlow
Field-specific workflows, example queries, and use cases.
Start Researching Augmented Reality in Education with AI
Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.
See how PapersFlow works for Computer Science researchers
Part of the Multimedia Learning Systems Research Guide