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

Update categories.json #301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
38 changes: 38 additions & 0 deletions categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,44 @@
"description": "projects focused on the energy and oil sectorsR"
},
{

"name": "Alternative sources of energy",
"slug": "alternative-sources-of-energy",
"description": "promising ways to obtain, transfer and use energy with a low risk of causing harm to the environment",
"subcategories": [
{
"name": "Solar energy",
"slug": "solar-energy",
"description": "the use of solar radiation for energy"
},
{
"name": "Wind power",
"slug": "wind-power",
"description": "transformation of the kinetic energy of air masses in the atmosphere into electrical, mechanical, thermal or any other form of energy"
},
{
"name": "Biomass energy",
"slug": "biomass-energy",
"description": "use of thermal energy of the Earth's interior for the production of electrical energy"
},
{
"name": "Wave energy",
"slug": "wave-energy",
"description": "obtaining electricity from the kinetic energy of waves"
},
{
"name": "Gradient-temperature energy",
"slug": "gradient-temperature-energy",
"description": "one of the types of renewable energy that allows you to generate electricity using the temperature difference on the surface and depth of the oceans"
},
{
"name": "Tidal energy",
"slug": "tidal-energy",
"description": "a special type of hydroelectric power station that uses the energy of tides, and in fact the kinetic energy of the Earth's rotation"
}
]
},
{
"name": "Entertainment",
"slug": "entertainment",
"description": "projects for entertainment purposes, including music, video, art, books, sports and gaming",
Expand Down