Skip to content

Commit 6931bad

Browse files
Updated the welcome screen (#1198)
* Update welcome.html revision of the welcome screen * One small spacing change --------- Co-authored-by: Marin Visscher <m.r.visscher@science.leidenuniv.nl>
1 parent 564894f commit 6931bad

1 file changed

Lines changed: 25 additions & 44 deletions

File tree

activity_browser/static/startscreen/welcome.html

Lines changed: 25 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,29 @@
2121
<td>
2222
<h1>Welcome to the Activity Browser !</h1>
2323
The <a href="https://github.com/LCA-ActivityBrowser/activity-browser">Activity
24-
Browser</a> is an open source graphical user interface designed to increase the productivity when working with the <a href="https://brightway.dev/" rel="nofollow">Brightway2</a>
25-
advanced life cycle assessment framework. </td>
24+
Browser</a> is an open source graphical user interface designed to increase the productivity when working with the
25+
<a href="https://brightway.dev/" rel="nofollow">Brightway2</a> LCA framework.
26+
</td>
2627
</tr>
2728
</tbody>
2829
</table>
2930

30-
<h2>Stay up-to-date</h2>
31+
<h3>Stay up-to-date</h3>
3132
The AB has two mailing lists:
3233
<ul>
3334
<li> <a href="https://brightway.groups.io/g/AB-updates">Updates on AB development (e.g. new versions)</a></li>
3435
<li> <a href="https://brightway.groups.io/g/AB-discussion">User channel for any topic related to the AB</a></li>
3536
</ul>
3637

37-
<h2>More information</h2>
38-
You can also visit the <a href="https://github.com/LCA-ActivityBrowser/activity-browser/wiki"> github wiki page</a>, or the activity browser <a href="https://www.youtube.com/@activity-browser">YouTube channel</a>.
39-
40-
<h2>Key features</h2>
38+
<h3>Some highlights</h3>
4139

4240
<ul>
43-
<li>Manage brightway2 projects, databases and activities (increasing your productivity with brightway)</li>
44-
<li>Calculate fast LCA results (use "calculation setups" to calculate LCA results for several reference flow and impact categories at once)</li>
45-
<li>Easily plot and export your LCA results (contribution analyses, Monte Carlo simulations)</li>
46-
<li>Visualize your results in Sankey diagrams or explore your database with the Graph Explorer</li>
41+
<li><b>Fast LCA calculations:</b> for multiple reference flows, impact categories, and scenarios</li>
42+
<li><b>A productivity tool for brightway:</b> model in brightway (python) and see the results in the AB or vice-versa</li>
43+
<li><b>Advanced modeling:</b> Use parameters, scenarios (including prospective LCI databases from <a href="https://premise.readthedocs.io/">premise</a>), uncertainties and our Graph Explorer</li>
44+
<li><b>Advanced analyses:</b> Contribution analyses, Sankey Diagrams, Monte Carlo, Global Sensitivity Analysis, and a Graph Explorer</li>
4745
</ul>
4846

49-
<!--<h3>Management of brightway2 projects, databases and activities</h3>-->
50-
<!--<br style="font-weight: bold;">-->
51-
5247
<h3>Examples</h3>
5348
<table style="width:100%">
5449
<tr>
@@ -65,40 +60,26 @@ <h3>Examples</h3>
6560

6661
</table>
6762

68-
<!--<h3>Fast calculation of LCA results, contribution analyses, etc.</h3>-->
69-
<!--<img style="width: 378px; height: 263px;" alt="LCA results" src="LCIA results.svg" />-->
70-
<!--&lt;!&ndash; <img style="width: 378px; height: 263px;" alt="LCA results comparison" src="LCIA results.svg"><br> &ndash;&gt;-->
71-
72-
<!--<h3>Monte Carlo simulation</h3>-->
73-
<!--<img style="width: 392px; height: 224px;" alt="Monte Carlo" src="Monte Carlo.svg" />-->
74-
<!--&lt;!&ndash;<img style="width: 392px; height: 224px;" alt="Monte Carlo simulation" src="MonteCarlo.png"> &ndash;&gt;-->
75-
76-
<!--<h3>Sankey diagrams and a Graph explorer</h3>-->
77-
<!--<img style="width: 462px; height: 221px;" alt="Sankey" src="Sankey1.png"><br>-->
78-
<!-- <img style="width: 462px; height: 221px;" alt="Sankey" src="Sankey.png"><br>-->
63+
<h3>More information and resources</h3>
64+
See also the Activity Browser:
65+
<ul>
66+
<li><a href="https://github.com/LCA-ActivityBrowser/activity-browser">GitHub page</a></li>
67+
<li><a href="https://www.youtube.com/@activity-browser">YouTube Channel</a></li>
68+
<li><a href="https://github.com/LCA-ActivityBrowser/activity-browser/wiki">Wiki</a></li>
7969

80-
<h2>Development</h2>
81-
The Activity Browser is an open source project written in Python and
82-
being developed by a number of researchers in their free time mainly
83-
from ETH Z&uuml;rich and
84-
University of Leiden (CML). Development&nbsp;is ongoing and new
85-
features are constantly being added.&nbsp;
70+
</ul>
8671

87-
<h2>Contributing</h2>
88-
As the Activity Browser is a true open source project, contributions
89-
from the LCA community are very welcome. There are several ways in
90-
which you can contribute:<br>
72+
<h3>Contributing</h3>
73+
The Activity Browser is a true open source project and contributions are very welcome.
74+
Contributions can be made, e.g., by:<br>
9175
<ul>
92-
<li>by raising issues related to bugs or desirable features
93-
directly on our GitHub site (no programming skills required)</li>
94-
<li>by making a&nbsp;contribution to the code</li>
76+
<li>raising issues related to bugs or desirable features directly on our GitHub site (no programming skills required)</li>
77+
<li>making a&nbsp;contribution to the code</li>
9578
</ul>
9679
Please see <a href="https://github.com/LCA-ActivityBrowser/activity-browser/blob/master/CONTRIBUTING.md">our
97-
page on contributing </a>for more detailed instructions.<br>
98-
99-
<h2>Copyright and License</h2>
100-
For copyright information please see the copyright on <a href="https://github.com/LCA-ActivityBrowser/activity-browser/tree/master#copyright">this page</a>.<br><br>
80+
page on contributing</a> for more detailed instructions.<br>
10181

102-
<h2>Copyright and License</h2>
103-
For license information please see the copyright on <a href="https://github.com/LCA-ActivityBrowser/activity-browser/blob/master/LICENSE.txt">this page</a>.<br><br>
82+
<h3>Copyright and License</h3>
83+
For copyright information please see <a href="https://github.com/LCA-ActivityBrowser/activity-browser/tree/master#copyright">here</a>.<br><br>
84+
For license information please see <a href="https://github.com/LCA-ActivityBrowser/activity-browser/blob/master/LICENSE.txt">here</a>.<br><br>
10485
</body></html>

0 commit comments

Comments
 (0)