Skip to content

Commit 8e60656

Browse files
committed
updated obc, eps, and about sections
1 parent 9ed5588 commit 8e60656

File tree

8 files changed

+104
-27
lines changed

8 files changed

+104
-27
lines changed

_site/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

about/index.md

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,35 @@ permalink: /about/
88
lang: en
99
---
1010

11-
# **BIRDS Open Source: Begin your satellite development**
12-
{: .text-purple-200 .lh-tight}
11+
## 🧭 What Is This Project?
1312

14-
BIRDS Open Source offers a library of resources to guide your satellite mission from start to finish, with workflows and open-source tools you can trust.
13+
BIRDS Open Source is an educational satellite development platform based on the **Kyutech BIRDS model**, now made openly accessible for learning and collaboration. It includes software, hardware, documentation, and team workflows to help you simulate or build a real CubeSat.
1514

16-
**The BIRDS Open Source includes the following:**
17-
- **Software Catalog:** Allows you to manage all your software in one place including microservices, libraries and data pipelines.
18-
- **Software Templates:** Quickly start projects and standardize tools with best practices
19-
- **TechDocs:** Easily create and maintain technical documentation using a "docs like code" approach
15+
---
16+
17+
## 🛠️ Who Is This For?
18+
19+
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4 my-6">
20+
<div class="p-4 border rounded bg-[#f9f9f9]">
21+
<strong>👩‍🏫 Educators & Students</strong><br/>
22+
Learn-by-doing through real-world satellite design tasks.
23+
</div>
24+
<div class="p-4 border rounded bg-[#f9f9f9]">
25+
<strong>🛰️ Project Teams</strong><br/>
26+
Apply guides and workflows to your actual or simulated satellite missions.
27+
</div>
28+
<div class="p-4 border rounded bg-[#f9f9f9]">
29+
<strong>🔧 Engineers</strong><br/>
30+
Contribute to or adapt systems like the OBC, COM, EPS and test them.
31+
</div>
32+
<div class="p-4 border rounded bg-[#f9f9f9]">
33+
<strong>🌐 Collaborators</strong><br/>
34+
Translate, document, or localize content to your region.
35+
</div>
36+
</div>
2037

2138
---
39+
2240
## Benefits of the BIRDS Open Source
2341

2442
* **For engineering managers:** It simplifies the process of maintaining standards and managing your interconnected tech network.
@@ -28,17 +46,6 @@ BIRDS Open Source offers a library of resources to guide your satellite mission
2846

2947
---
3048

31-
## Key Features of the BIRDS Bus
32-
**Modular Design**
33-
The BIRDS Bus is designed with modularity in mind, allowing teams to easily integrate and replace subsystems as needed. This flexibility is particularly useful for CubeSat missions with varying requirements.
34-
35-
**Proven Reliability**
36-
The BIRDS Bus has been used in multiple missions, including BIRDS3 and BIRDS4, demonstrating its reliability and effectiveness in space.
37-
38-
**Open-Source Documentation**
39-
The BIRDS Project provides extensive documentation, including schematics, firmware, and interface control documents (ICDs), to support teams in implementing the bus. The general documentation can be found here.
40-
41-
---
4249
## **Explore the BIRDS Series**
4350
{: .lh-tight}
4451

@@ -65,5 +72,5 @@ Kyutech's fellowship programs (PNST) and Space Engineering International Course
6572

6673

6774

68-
[Previous]({{site.url}}/get-started){: .btn .btn-purple }
69-
[Next]({{site.url}}/get-started/reference.html){: .btn}
75+
[BIRDS Bus]({{site.url}}/about/bus-page.html){: .btn .btn-purple }
76+
[Systems Engineering Approach]({{site.url}}/about/systems-engineering.html){: .btn}

about/systems-engineering.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,22 @@ These phases create a structured pathway from conceptualization to launch, with
7575

7676
With this foundational knowledge, you’ll be better equipped to dive into the satellite-building process. The next step is to select the path that best fits your experience level and start building!
7777

78+
## Other resources
79+
- [Engineer Me This](https://www.youtube.com/@EngineerMeThis/videos)
80+
- [Build A Cubesat](https://www.youtube.com/@buildacubesat)
81+
- [RG Sat](https://www.youtube.com/@RGSAT)
82+
- [Kyutech SEIC](https://www.youtube.com/@kyutechseic4187)
83+
- [Systems Engineering Body of Knowledge (SEBoK)](https://sebokwiki.org/wiki/Guide_to_the_Systems_Engineering_Body_of_Knowledge_(SEBoK))
84+
85+
[GitHub Issues.]: https://github.com/BIRDSOpenSource/Build-A-Satellite/issues
86+
[GitHub]: https://github.com/BIRDSOpenSource
87+
[our Discussions channel on Github]: https://github.com/orgs/BIRDSOpenSource/discussions/categories/ideas
88+
[BIRDS]: https://birds-project.com/
89+
[get in touch with us.]: info@kyutech-laseine.net
90+
[Mission Definition Review (MDR)]: {{site.url}}/project-managers/milestones/pm-mdr.html
91+
[Preliminary Design Review (PDR)]: {{site.url}}/project-managers/milestones/pm-pdr.html
92+
[Critical Design Review (CDR)]: {{site.url}}/project-managers/milestones/pm-cdr.html
93+
[Flight Readiness Review (FRR)]: {{site.url}}/project-managers/milestones/pm-frr.html
94+
7895
[Previous]({{site.url}}/about/bus-page.html){: .btn .btn-purple }
7996
[Next]({{site.url}}/overview/birds/obc-page){: .btn}

eps-members/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: For EPS Team Members
33
layout: default
44
has_children: true
5+
nav_order: 7
56
permalink: "/eps/"
67
lang: en
78
nav_fold: false

get-started.md

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,64 @@ has_toc: false
55
layout: default
66
permalink: /get-started
77
lang: en
8+
description: "Start here to explore the BIRDS Open Source project, learn the development workflow, and find guides relevant to your role."
89
---
910

10-
# Getting Started
11-
To ensure a smooth journey in building your CubeSat, there are a few things you'll want to understand beforehand. This section outlines key knowledge areas you'll need, from using the platform and GitHub to understanding systems engineering principles.
11+
# 🚀 Getting Started
1212

13+
Welcome to the **BIRDS Open Source** project — your entry point into learning, contributing, and building satellite systems collaboratively. Whether you're a student, educator, or engineer, this page will help you find your place in the project.
14+
15+
---
16+
17+
## 🗺️ Project Overview
18+
19+
| Section | Description |
20+
|--------|-------------|
21+
| [About](../about) | Learn about the goals, origins, and structure of the BIRDS Open Source platform. |
22+
| [For Project Managers](../for-project-managers) | Guidance for coordinating your team, documentation practices, and planning. |
23+
| [OBC / COM / EPS Guides](../for-obc-team-members) | Role-specific tasks, wiring, and software responsibilities. |
24+
| [Hardware Guides](../hardware-guides) | Learn how to assemble, test, and debug hardware. |
25+
| [Software Guides](../software-guides) | Understand the software stack, workflows, and key tools. |
26+
| [Templates & Checklists](../templates-and-checklists) | Practical documents to ensure quality, consistency, and traceability. |
27+
| [Webinars](../webinars) | Recordings and announcements of community learning sessions. |
28+
29+
---
30+
31+
## 📚 How to Start
32+
33+
1. **Understand the BIRDS Workflow**
34+
- Read the [About](../about) page.
35+
- Explore [Launch](../launch) to see what the end goal looks like.
36+
37+
2. **Identify Your Role**
38+
- Go to your team-specific guide: [OBC](../for-obc-team-members), [COM](../for-com-team-members), or [EPS](../for-eps-team-members).
39+
40+
3. **Set Up Your Environment**
41+
- Follow the instructions in the [Software Guides](../software-guides) for installing dependencies, flashing firmware, and simulating satellite behavior.
42+
43+
4. **Practice with Templates**
44+
- Use the [Templates and Checklists](../templates-and-checklists) to track your progress and ensure best practices.
45+
46+
5. **Join a Webinar**
47+
- Attend live sessions or watch past [Webinars](../webinars) to stay updated and learn from others.
48+
49+
---
50+
51+
## 🙋 Need Help?
52+
53+
Visit our [FAQ](../faq), check the [Glossary](../glossary), or explore the [Library](../library) for research papers, datasheets, and reference material.
54+
55+
---
56+
57+
## 💬 Get Involved
58+
59+
Want to contribute, translate, or test? Contact us via the [project repository](https://github.com/...) or join our next [Webinar](../webinars) to meet the community!
60+
61+
---
62+
63+
<footer class="text-sm text-gray-500 mt-12">
64+
Last updated: June 2025 · Maintained by the BIRDS Open Source Community
65+
</footer>
1366

1467

1568

obc-members/define-mission-specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to Define Mission Specifications
33
# nav_order: 2
4-
parent: Hardware guides
4+
parent: For OBC Team Members
55
layout: default
66
lang: en
77
---

obc-members/obc-page.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: On Board Computer Board
3-
parent: What is BIRDS?
3+
parent: For OBC Team Members
44
nav_order: 2
5-
grand_parent: Getting Started
65
layout: default
76
lang: en
87
---

obc-members/requirement-allocation-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to make a requirement allocation sheet
33
# nav_order:
4-
# parent: Hardware
4+
parent: For OBC Team Members
55
layout: default
66
lang: en
77
---

0 commit comments

Comments
 (0)