← Back to projects
Journal public site 
Manuscript submission form 
Editorial review queue
Journal Platforms
Academic publishing systems for structured submissions, reviews, and publication.
Structured data handlingPublishing workflowReliability
Academic systems
Screenshots
What it solves
Academic journals required a structured platform for submissions, editorial review, archives, and discoverability without manual back-and-forth.
Outcome / impact
Delivered two production journal systems with consistent metadata handling and streamlined editorial operations.
My role
- Architecture
- Backend
- Frontend
Key technical challenge
Modeling structured publishing workflows (submission → review → decision → publish) with clear state transitions and traceability.
Highlights
- End-to-end workflow: submission → review → decision → publish
- Structured metadata and archives (volumes, issues, articles)
- Email notifications for editorial communication
Architecture (high level)
- Client-server architecture: public-facing Next.js/React UI + Laravel backend
- Workflow state machine for submission lifecycle with strict transitions
- Queue-driven emails and background tasks for reliability
- Searchable archives backed by consistent metadata and indexing
Technologies used
LaravelPHPNext.jsReactMySQLQueue jobsEmail workflows