The Kai Project is an open-source project designed to break down information barriers by providing a centralized resource for sharing and discussing Japanese graduate school entrance exam answers.
"Answer to the Ultimate Question of Life, the Universe, and Everything"
Project website: Japanese graduate school entrance exam answers
The project encourages community contributions through multiple channels:
- Git Pull Requests: For contributors familiar with Git
- Email Submissions: For users who prefer to send content via email
- Community Discussion: Discuss the answers to the questions and your experience with the exam via the QQ group, or let us know if the answers are wrong via GitHub issues!
All Git contributions follow a standardized format that includes metadata, tags, and proper file organization to maintain consistency across the platform.
All contributions must adhere to specific formatting guidelines to maintain consistency throughout the project.
Each exam answer markdown document must include frontmatter at the beginning of the file, which provides metadata about the content:
---
sidebar_label: 'Title displayed in sidebar'
tags:
- School-Name
- Topic-Tag (optional)
---Required frontmatter fields:
sidebar_label: The title that will appear in the navigation sidebartags: At minimum, must include the relevant school (e.g., Tokyo-University). Additional exam focus topic tags are optional but encouraged.
Blog posts reference these author IDs in their frontmatter:
Every author should have at least the name attribute.
Single author:
---
title: Post title
authors:
name: example author
tags: [Tag1, Tag2]
---Multiple authors:
---
title: Post title
authors:
- name: Joel Marcey
- name: Sébastien Lorber
tags: [Tag1, Tag2]
---Files must be placed in the correct directory structure and follow naming conventions:
- Base directory:
docs/ - Hierarchy:
school/department/major/academic year/ - Filename: Should indicate the content's specific details (school abbreviation, year and month of the exam, subject, question number)
docs/
├── <university>/
│ ├── <department>/
│ │ ├── <specialization>/
│ │ │ ├── <academic year>/
│ │ │ │ └── <exam_file>.md
blog/
├── <category>/
│ └── <blog_post>.mdExample:
docs/tokyo-university/engineering/ap/2020/ap_201908_phys_3.md
This corresponds to:
- School: Tokyo University
- Department: Engineering
- Major: Applied Physics (ap)
- Year and month of the exam: 201908
- Subject: Physics
- Question number: 3
For contributors who are not familiar with Git, the project accepts contributions via email.
Steps for Email Submission:
- Prepare your content following the formatting guidelines
- Send your content to the project email address: 376672994@qq.com
- Project maintainers will review your submission
- If approved, maintainers will add your content to the repository
This method is designed to lower the barrier to entry for contributors who want to share valuable content but don't have technical Git experience.
The Kai Project maintains a QQ group for community discussion about exam solutions and your experience with the exam, or let us know if the answers are wrong via GitHub issues!
Feedback received through community discussions may be incorporated into the repository by maintainers or used to guide future contributions.
All code contributions to the Kai Project are subject to the GNU Affero General Public License v3.0.
In addition, exam question copyright belongs to the respective schools/institutions
The project acknowledges all contributors in maintaining and expanding this knowledge base.
If you believe any content infringes on your rights, please contact the project maintainers immediately.
