Science project videos, explained.
Curated experiments with clear explanations and discussion.
Featured
All videos
About
SciVid was created from a simple idea: turn experiment videos, handmade models, and science projects into a learning space that feels clearer, warmer, and deeper.
The goal is to help viewers understand not only how to build a project, but why it works.
The platform uses HTML, CSS, JavaScript, Node.js, Express, SQLite/LibSQL, MathJax, and AI tools such as Gemini.
Thank you for visiting, reading, watching, and sharing feedback with SciVid.
If something is incomplete, unclear, or not working as expected, I am sorry. SciVid is still growing and improving.
I hope Green Night Zero can become a small corner of inspiration, where ordinary materials, curious questions, and modern technology meet to create vivid science lessons.
Support the project at:
Donate & Support Ủng hộ dự ánContact
Email: greennight0@protonmail.com
Donate:
Donate & Support Ủng hộ dự ánSend feedback
News & updates
How-to Guide / Hướng dẫn
YouTube Video Links
- Open your video on YouTube.
- Click Share → Embed.
- Copy the
srcURL from the embed<iframe>:
https://www.youtube.com/embed/VIDEO_ID
- Paste this URL into the Video URL field when submitting a project via the Dashboard.
Google Drive Image Links
- Upload your image to Google Drive.
- Right-click the file → Share → General access → Anyone with the link.
- Copy the share link. It looks like one of these:
https://drive.google.com/file/d/FILE_ID/view
https://drive.google.com/uc?export=view&id=FILE_ID
- Paste the link directly into the image URL input in the Edit modal.
- The system will automatically proxy it so the image displays correctly.
Adding Images in LaTeX
When writing the scientific explanation (LaTeX), embed images using:
\includegraphics[Label for accessibility]{Your-Image-URL}
Examples:
\includegraphics[Biogas System Diagram]{/assets/images/projects/biogas-anaerobic-digestion-system.svg}
\includegraphics[Self-Inflating Balloon GIF]{https://res.cloudinary.com/.../image.gif}
\includegraphics[Circuit Schematic]{https://drive.google.com/uc?export=download&id=123abc}
- The [label] is shown when the image cannot load.
- Supported sources: local SVGs (
/assets/...), external URLs, Google Drive links.
📖 LaTeX Command Reference
Basic commands for your LaTeX explanation:
\section*{Title} | Main section heading |
\subsection*{Title} | Subsection heading |
\textbf{bold text} | Bold text |
\textit{italic text} | Italic text |
\includegraphics[Label]{/assets/...svg} | Embed an image or diagram |
\begin{itemize}...\item...\end{itemize} | Bullet list |
\begin{enumerate}...\item...\end{enumerate} | Numbered list |
\begin{center}...\end{center} | Center-aligned content |
\begin{tabular}{...}...\end{tabular} | Table |
$...$ | Inline math formula |
$$...$$ or \[...\] | Display math formula |
Tip: You only need the content — no \begin{document} or preamble. The system adds MathJax automatically.
Comments