Skip to content

Commit 268594b

Browse files
committed
work on website
1 parent d7e8027 commit 268594b

19 files changed

+172
-30
lines changed

404.html

+10-19
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,14 @@
33
layout: default
44
---
55

6-
<style type="text/css" media="screen">
7-
.container {
8-
margin: 10px auto;
9-
max-width: 600px;
10-
text-align: center;
11-
}
12-
h1 {
13-
margin: 30px 0;
14-
font-size: 4em;
15-
line-height: 1;
16-
letter-spacing: -1px;
17-
}
18-
</style>
19-
20-
<div class="container">
21-
<h1>404</h1>
22-
23-
<p><strong>Page not found :(</strong></p>
24-
<p>The requested page could not be found.</p>
6+
<div class="page-wrap d-flex flex-row align-items-center">
7+
<div class="container">
8+
<div class="row justify-content-center">
9+
<div class="col-md-12 text-center">
10+
<span class="display-1 d-block">404</span>
11+
<div class="mb-4 lead">The page you are looking for was not found!</div>
12+
<a href="{{ site.baseurl }}/" class="btn btn-primary">Back to Home</a>
13+
</div>
14+
</div>
15+
</div>
2516
</div>

_includes/footer.html

+10
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@
1212
{%- include social.html -%}
1313
</footer>
1414
</div>
15+
16+
<!-- jQuery -->
17+
<script src="{{ base.url | prepend: site.url }}/assets/javascripts/jquery-3.6.0.min.js"></script>
18+
19+
<!-- Bootstrap Core JavaScript -->
20+
<script src="{{ base.url | prepend: site.url }}/assets/javascripts/bootstrap.min.js"></script>
21+
<script src="{{ base.url | prepend: site.url }}/assets/javascripts/bootstrap.js"></script>
22+
<script src="{{ base.url | prepend: site.url }}/assets/javascripts/bootstrap.bundle.min.js"></script>
23+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
24+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>

_includes/header.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
<div class="container">
44
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
55
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
6-
<img src="/assets/img/SwolfPy-Icon.png" width="50" height="50" preserveAspectRatio="xMidYMid slice" focusable="false">
6+
<img src="/assets/img/Swolfpy-Icon.png" width="50" height="50" preserveAspectRatio="xMidYMid slice" focusable="false">
77
<span class="fs-1 fw-bolder"> SwolfPy</span>
8+
89
</a>
910

10-
<ul class="nav nav-pills" id="pills-tab" role="tablist">
11-
<li class="nav-item"><a href="{{ site.baseurl }}/" class="nav-link active" aria-current="page" >Home</a></li>
11+
<ul class="nav nav-pills nav-justified fs-5" id="pills-tab" role="tablist">
12+
<li class="nav-item"><a href="{{ site.baseurl }}/" class="nav-link">Home</a></li>
1213
<li class="nav-item"><a href="{{ site.baseurl }}/people" class="nav-link">People</a></li>
1314
<li class="nav-item"><a href="{{ site.baseurl }}/publications" class="nav-link">Publications</a></li>
1415
<li class="nav-item"><a href="https://swolfpy.readthedocs.io/en/latest/" target="_blank" class="nav-link">Documentation</a></li>
@@ -17,5 +18,4 @@
1718
</ul>
1819
</header>
1920
</div>
20-
2121
</header>

_layouts/home.html

+12-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@
99
<div class="px-4 pt-5 my-5 text-center border-bottom">
1010
<h1 class="display-4 fw-bold">Solid Waste Optimization Life-cycle Framework</h1>
1111
<div class="col-lg-6 mx-auto">
12-
<p class="lead mb-4">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
12+
<p class="lead mb-4">SwolfPy is a SWM LCA optimization framework with built-in parametric and Monte Carlo sensitivity
13+
and uncertainty analysis capabilities.
14+
SwolfPy simulates the processes in the life-cycle of MSW from collection to final disposal or energy/material recovery,
15+
and it includes several default SWM process models. </p>
1316
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5">
14-
<button type="button" class="btn btn-primary btn-lg px-4 me-sm-3">Install</button>
15-
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Getting Started</button>
17+
18+
<a href="https://swolfpy.readthedocs.io/en/latest/installation.html" class="btn btn-primary btn-lg px-4 me-sm-3">Install</a>
19+
<a href="https://swolfpy.readthedocs.io/en/latest/Getting_started.html" class="btn btn-outline-secondary btn-lg px-4">Getting Started</a>
20+
21+
<!-- <button type="button" class="btn btn-primary btn-lg px-4 me-sm-3">Install</button>
22+
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Getting Started</button> -->
1623
</div>
1724
</div>
1825
<div class="overflow-hidden" style="max-height: 45vh;">
@@ -31,7 +38,7 @@ <h1 class="display-4 fw-bold">Solid Waste Optimization Life-cycle Framework</h1>
3138
</div>
3239
<div class="col-lg-5">
3340
<h1 class="display-5 fw-bold lh-1 mb-3">Plot Solid Waste Management Network</h1>
34-
<p class="lead">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
41+
<p class="lead">Users can create custom solid waste management (SWM) treatment networks by allocating the waste flows to different processes. SwolfPy plots the created SWM treatment network using Graphviz. </p>
3542
<!-- <div class="d-grid gap-2 d-md-flex justify-content-md-start">
3643
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Primary</button>
3744
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Default</button>
@@ -46,7 +53,7 @@ <h1 class="display-5 fw-bold lh-1 mb-3">Plot Solid Waste Management Network</h1>
4653
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
4754
<div class="col-10 col-sm-8 col-lg-5">
4855
<h1 class="display-5 fw-bold lh-1 mb-3">Plot Mass Flow Sankey Diagrams</h1>
49-
<p class="lead">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
56+
<p class="lead">The mass flow Sankey diagrams will help the users to understand the waste flows in the treatment network. The Sankey diagrams are interactive figures and created by Plotly package.</p>
5057
<!-- <div class="d-grid gap-2 d-md-flex justify-content-md-start">
5158
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Primary</button>
5259
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Default</button>

_layouts/page.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
---
4-
<article class="post">
4+
<!-- <article class="post">
55
66
<header class="post-header">
77
<h1 class="post-title">{{ page.title | escape }}</h1>
@@ -11,4 +11,14 @@ <h1 class="post-title">{{ page.title | escape }}</h1>
1111
{{ content }}
1212
</div>
1313
14+
</article> -->
15+
16+
<article class="container">
17+
18+
<h1 class="post-title">{{ page.title | escape }}</h1>
19+
20+
<div>
21+
{{ content }}
22+
</div>
23+
1424
</article>

_layouts/people.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1>Contributors </h1>
6161
<div class="row">
6262
{% for person in site.people %}
6363
{% if person.role == "Contributor" %}
64-
<div class="col-lg-4">
64+
<div class="col-lg-4 ">
6565
<a href= {{ person.webpage }} target="_blank">
6666
{% if person.image_path %}
6767
<img class="bd-placeholder-img rounded-circle" src={{ person.image_path }} width="300" height="300" preserveAspectRatio="xMidYMid slice" focusable="false">
@@ -78,6 +78,7 @@ <h3>{{ person.name }}</h3>
7878
<li>{{ person.title }}</li>
7979
<li>{{ person.department }}</li>
8080
<li>{{ person.university }}</li>
81+
<li><a href="mailto:{{ person.email }}" >{{ person.email }}</a></li>
8182
</ul>
8283
<ul class="nav col-md-6 justify-content-left list-unstyled d-flex">
8384
{%- if person.github_username -%}

_layouts/publications.html

+1
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@
3838
</div>
3939
</div>
4040
</div>
41+

_people/people3.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
date: 2018-08-02
3+
role: Contributor
4+
name: Dr. Morton A. Barlaz
5+
title: Distinguished University Professor and Head
6+
department: Department of Civil, Construction, and Environmental Engineering
7+
university: North Carolina State University
8+
9+
webpage: https://www.ccee.ncsu.edu/people/barlaz/
10+
linkedin_username:
11+
github_username:
12+
twitter_username:
13+
image_path: /assets/img/people/Barlaz.jpg
14+
---

_people/people4.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
date: 2018-08-03
3+
role: Contributor
4+
name: Dr. Ranji Ranjithan
5+
title: Professor, Director of Graduate Programs, Associate Head
6+
department: Department of Civil, Construction, and Environmental Engineering
7+
university: North Carolina State University
8+
9+
webpage: https://www.ccee.ncsu.edu/people/ranji/
10+
linkedin_username:
11+
github_username:
12+
twitter_username:
13+
image_path: /assets/img/people/Ranjithan.jpg
14+
---

_people/people5.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
date: 2018-08-04
3+
role: Contributor
4+
name: Dr. Joseph DeCarolis
5+
title: Professor
6+
department: Department of Civil, Construction, and Environmental Engineering
7+
university: North Carolina State University
8+
9+
webpage: https://www.ccee.ncsu.edu/people/jfdecaro/
10+
linkedin_username:
11+
github_username:
12+
twitter_username:
13+
image_path: /assets/img/people/DeCarolis.jpg
14+
---

assets/img/people/Barlaz.jpg

34.7 KB
Loading

assets/img/people/Decarolis.jpg

28.2 KB
Loading

assets/img/people/Ranjithan.jpg

33.7 KB
Loading

assets/img/sankey-1.png

11.6 KB
Loading

assets/javascripts/bootstrap.bundle.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bootstrap.bundle.min.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/jquery-3.6.0.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contact.markdown

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
layout: page
3+
title: Contact
4+
permalink: /contact/
5+
---
6+
7+
## SwolfPy Mailing List?!
8+
9+
...?
10+
11+
----------------------
12+
13+
## Email
14+
If you need to communicate with us, send an email:
15+
16+
* **Dr. James W. Levis** ([[email protected]](mailto:[email protected]))
17+
* **Mojtaba Sardarmehni** ([[email protected]](mailto:[email protected]))
18+
19+
----------------------
20+
21+
## Contributing
22+
Contributions are welcome, and they are greatly appreciated! Every little bit
23+
helps, and credit will always be given.
24+
25+
You can contribute in many ways:
26+
27+
* Adding or revising new process models
28+
* Revising the Input Data for the process models
29+
30+
----------------------
31+
32+
## Report Bugs
33+
Report bugs at [https://github.com/SwolfPy-Project/swolfpy/issues](https://github.com/SwolfPy-Project/swolfpy/issues).
34+
35+
If you are reporting a bug, please include:
36+
37+
* Your operating system name and version.
38+
* Any details about your local setup that might be helpful in troubleshooting.
39+
* Detailed steps to reproduce the bug.
40+
41+
----------------------
42+
43+
## Fix Bugs
44+
Look through the GitHub issues for bugs. Anything tagged with "bug" and "help
45+
wanted" is open to whoever wants to implement it.
46+
47+
----------------------
48+
49+
## Implement Features
50+
Look through the GitHub issues for features. Anything tagged with "enhancement"
51+
and "help wanted" is open to whoever wants to implement it.
52+
53+
----------------------
54+
55+
## Write Documentation
56+
SwolfPy could always use more documentation, whether as part of the
57+
official SwolfPy docs, in docstrings, or even on the web in blog posts,
58+
articles, and such.
59+
60+
----------------------
61+
62+
## Submit Feedback
63+
The best way to send feedback is to file an issue at [https://github.com/SwolfPy-Project/swolfpy/issues](https://github.com/SwolfPy-Project/swolfpy/issues)
64+
65+
If you are proposing a feature:
66+
67+
* Explain in detail how it would work.
68+
* Keep the scope as narrow as possible, to make it easier to implement.
69+
* Remember that this is a volunteer-driven project, and that contributions
70+
are welcome :)
File renamed without changes.

0 commit comments

Comments
 (0)