-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0bf516
commit 44706a5
Showing
7 changed files
with
5,289 additions
and
4,915 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,40 @@ | ||
# Brightway Learn Homepage | ||
# "Learn Brightway" Homepage | ||
|
||
## What is Brightway | ||
|
||
Brightway is an open-source software package for life cycle assessment (LCA) and environmental impact assessment written in the Python programming language. LCA is a method for evaluating the environmental impacts of a product, process, or service. It involves analyzing all of the inputs and outputs of a system, including raw materials, energy use, and waste products, and quantifying the environmental impacts of these inputs and outputs over the entire lifecycle of the system. | ||
|
||
Brightway is designed to make it easy to work with large datasets and perform LCA calculations quickly and accurately. It thus provides a powerful tool for anyone interested in performing LCA or evaluating the environmental impacts of products and processes. Brightway is not intended to replace software like _SimaPro_ or _OpenLCA_, but instead offers possibilities to break the limits of conventional LCA. Brightway is especially attractive for researchers, especially when used with [Jupyter notebooks](https://jupyter.org/). | ||
|
||
## How can I learn Brightway? | ||
|
||
::::{grid} 1 1 3 3 | ||
:gutter: 3 | ||
|
||
:::{grid-item-card} 📚 Read the Docs! | ||
:link: https://docs.brightway.dev/ | ||
:link-type: url | ||
|
||
Brightway has extensive documentation. This includes the theory of life-cycle assessment the the Brightway software framework. | ||
+++ | ||
Learn more {fas}`arrow-right` | ||
::: | ||
|
||
:::{grid-item-card} 👨🏫 Learn it! | ||
|
||
Brightway has step-by-step tutorials for beginners and experts alike. Learn how to use Brightway to do life-cycle assessment. | ||
+++ | ||
You are here! | ||
::: | ||
|
||
:::{grid-item-card} 💻 Try it! | ||
:link: https://live.brightway.dev/ | ||
:link-type: url | ||
|
||
Brightway has a live demo in a JupyterLite development environment where you can try out Brightway without installing anything. | ||
+++ | ||
Learn more {fas}`arrow-right` | ||
::: | ||
|
||
:::: | ||
|
||
This is the homepage for the Brightway Learn documentation. It is currently in the early stages of development. No useful content is currently hosted here. |
Oops, something went wrong.