Skip to content

Commit

Permalink
updated notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Sep 17, 2023
1 parent e0bf516 commit 44706a5
Show file tree
Hide file tree
Showing 7 changed files with 5,289 additions and 4,915 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2023, Brightway Developers
Copyright © 2023, Brightway Developers
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#######################################################################################
# book settings
title: Brightway Documentation
title: Brightway Learn
author: Brightway Contributors
logo: auxiliary/logo.png
only_build_toc_files: true
Expand All @@ -29,7 +29,7 @@ execute:
html:
favicon: auxiliary/favicon.png
use_repository_button: true
announcement: "This website is in the early stages of development. No useful content is hosted here currently."
announcement: "⚠️ Brightway Learn is in Public Beta ⚠️"

#######################################################################################
# LaTeX-specific settings
Expand All @@ -45,10 +45,10 @@ latex:
launch_buttons:
notebook_interface: "classic"
binderhub_url: "https://mybinder.org"
thebe: true
thebe: false

repository:
url: https://github.com/brightway-lca/jupyter-book-brightway-documentation
url: https://github.com/brightway-lca/brightway-learn
branch: main

#######################################################################################
Expand Down
4 changes: 2 additions & 2 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ root: content/home
parts:
- caption: Getting Started
chapters:
- file: content/notebooks/BW2_for_dummies.ipynb
- file: content/notebooks/BW25_for_dummies.ipynb
- file: content/notebooks/BW2_for_beginners.ipynb
- file: content/notebooks/BW25_for_beginners.ipynb
41 changes: 39 additions & 2 deletions content/home.md
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.
Loading

0 comments on commit 44706a5

Please sign in to comment.