· 2 min read
Myosa 4.0 Submission Guidelines
The mandatory submission format and rules that all participants must strictly follow for the MYOSA project.

import { YouTube } from ‘astro-embed’;
This format is mandatory for all participants; failure to follow it may result in rejection.
Acknowledgements (Optional)
We thank all participants for adhering to these guidelines to ensure a smooth review process for the MYOSA 4.0 event.
Overview
This document outlines the mandatory submission format and rules that all participants must strictly follow while uploading their project to the official MYOSA GitHub repository. Submissions that do not follow this format may be rejected or asked for resubmission.
Key features of a valid submission:
- Single Markdown File: Each team must upload one
.mdfile following the exact structure provided. - Local Media Only: YouTube links are not allowed; videos must be local
.mp4files. - Strict Naming Conventions: Files must use lowercase names with no spaces.
- Open Source Ethics: All work must be original and free of unauthorized copyrighted material.
Demo / Examples
Images
All images must be placed in the same folder as your markdown file. Use the following format for images:

Correct Image Format Example: Caption goes here
Videos
Youtube links are NOT allowed. Place your video in the same folder and use this format:Correct Video Format Example: Caption goes here
Features (Detailed)
1. Submission Format (Mandatory)
Each participant/team must upload a single Markdown (.md) file. It must include a YAML frontmatter (dates, title, tags), an overview, demo examples, detailed features, usage instructions, tech stack, and license information.
2. Media Upload Rules
- Images: Must be in JPG or PNG format only and properly named without spaces.
- Videos: Must be a local
.mp4file located in the same folder as the markdown file.
3. Content Requirements
Each project must clearly explain:
- What the project does.
- How it works.
- Who it is for and what problem it solves.
- Must Include: Proper overview, real images & demo video, tech stack used, and working instructions.
4. File & Folder Naming Rules
- No spaces in file names.
- Use lowercase letters only.
Good Example:
myosa-smart-home.mdmyosa-demo.mp4
Bad Example:
My Project Final.mdDemo Video.mp4
Usage Instructions
Before submitting, please review the final checklist and responsibility notes.
Submission Checklist
Ensure you have confirmed the following:
- Markdown file format followed.
- Images added correctly.
- MP4 video uploaded locally.
- Proper overview and tech stack included.
- Commands and code formatted correctly.
Organizer Final Note
Failure to follow the guidelines may result in rejection, a request for resubmission, or disqualification in case of repeated violation.
Tech Stack
- Markdown
- Git / GitHub
- HTML (for media embedding)
Requirements / Installation
Participants may include installation commands for their projects using the following format:
pip install dependency1 dependency2