Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knowledge for missions to the moon #1161

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions knowledge/space/missions_to_the_moon/attribution.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Title of work: List of missions to the moon
Link to work: https://en.wikipedia.org/wiki/List_of_missions_to_the_Moon
License of the work: CC BY-SA 4.0
Creator names: Wikipedia Authors
57 changes: 57 additions & 0 deletions knowledge/space/missions_to_the_moon/qna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
task_description: 'List of missions to the moon'
version: 2
created_by: tpardeshi
domain: space
seed_examples:
- question: Which was the first spacecraft to reach the surface successfully?
answer: |
Luna 2 of the Soviet Union was the first spacecraft to reach its surface successfully.
- question: Which was the first spacecraft to achieve a controlled soft landing?
answer: |
Luna 9 became the first spacecraft to achieve a controlled soft landing.
- question: Which was the first mission to enter orbit?
answer: |
Luna 10 became the first mission to enter orbit.
- question: Which was the first mission to carry lifeforms (tortoises) to close proximity of the Moon?
answer: |
In 1968 Zond 5 became the first mission to carry lifeforms (tortoises) to close proximity of the Moon.
- question: Total missions to land humans on moon?
answer: |
Six missions landed humans on the Moon.
- question: Who was the first person to walk on the Moon?
answer: |
Neil Armstrong was the first person to walk on the Moon.
- question: Nations and organizations involved in conducting missions to moon?
answer: |
Missions involved Soviet Union, the United States, Japan, the European Space Agency, China,
India, Luxembourg, Israel, Italy, South Korea, the United Arab Emirates, Russia, Mexico, and Pakistan.
- question: Which was the first mission to the moon?
answer: |
Pioneer 0 was a failed United States space probe that was designed to go into orbit around the Moon,
launched on 17 August 1958 by the Air Force Ballistic Missile Division.
- question: How the First mission to the moon Pioneer 0 got destroyed?
answer: |
It was destroyed by an explosion of the first stage of the Thor booster, 73.6 seconds
after lift-off at 5.2 km altitude, 16 km (10 mi) downrange over the Atlantic Ocean.
- question: When was Chandrayaan-1 launched?
answer: |
Chandrayaan-1 was the first Indian lunar probe under the Chandrayaan programme,
launched by the ISRO in October 2008.
With this mission, India became the first to impact the Lunar south pole.
- question: When was Chandrayaan-2 launched?
answer: |
Chandrayaan-2 is the second lunar exploration mission developed by the ISRO after Chandrayaan-1.
It consists of a lunar orbiter, the Vikram lunar lander, and the Pragyan rover.
- question: When was Chandrayaan-3 launched?
answer: |
Launched on 14 July 2023, Orbit insertion on 5 August 2023, Lander separated from
propulsion module on 17 August 2023,landed on 23 August 2023, 12:32 UTC and deployed the Pragyan rover.
- question: What is chandrayan program?
answer: |
The Chandrayaan programme also known as the Indian Lunar Exploration Programme is an ongoing series of
outer space missions by the ISRO for the exploration of the Moon.
document:
repo: https://github.com/tpardeshi/missions_to_moon_knowledge.git
commit: 9f7a157
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be the complete SHA.

patterns:
- missions_to_moon.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the complete document from https://en.wikipedia.org/wiki/List_of_missions_to_the_Moon, this needs to be the full document in the markdown format.