-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstewart-charles-mcdowall.html
executable file
·143 lines (133 loc) · 7.54 KB
/
stewart-charles-mcdowall.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!doctype html>
<html>
<head>
<base href="/">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-93X03Q6586"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-93X03Q6586');
</script>
<!-- End Google Analytics -->
<title>Stewart Charles McDowall | Profile</title>
<meta name="description" content="Stewart Charles McDowall, Leiden University, profile, bio">
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<link href="/css/frame.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/css/controls.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/css/custom.css" media="screen" rel="stylesheet" type="text/css" />
<link href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" media="screen" rel="stylesheet"
type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Cabin:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cabin+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cabin:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cabin+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="/js/_profile.js"></script>
<script src="/js/footer.js"></script>
</head>
<body>
<div class="menu-container"></div>
<div class="content-container">
<div class="content">
<div class="content-table flex-column">
<!-- Profile Section -->
<div class="flex-row">
<div class="flex-item flex-column">
<img class="image" id="me"
src="assets/stewart-charles-mcdowall/stewart-charles-mcdowall_profile.png" ,
alt-text="Stewart Charles McDowall">
</div>
<div class="flex-item flex-column">
<h2>Stewart Charles McDowall</h2>
<p class="text">
PhD candidate <br>
s.c.mcdowall (at) cml.leidenuniv.nl<br>
<a href="https://www.universiteitleiden.nl/en/science/environmental-sciences"
target="_blank">CML - Institute of Environmental Science</a><br>
<a href="https://www.universiteitleiden.nl/" target="_blank">Leiden University</a>, The
Netherlands<br>
</p>
</div>
</div>
<!-- News Section -->
<div class="flex-row">
<div class="flex-item flex-column">
<h2>Intro</h2>
<hr>
<p class="text">
I’m Stewart, a sustainability researcher living in the Netherlands and since 2022 I have
been working toward a PhD at the University of Leiden.
</p>
<p class="text">
I am in the Industrial Ecology department of CML, working on developing life-cycle
assessment (LCA). In particular, I am interested in circularity, waste, and critical raw
material recovery processes.
</p>
</div>
</div>
<!-- Biography Section -->
<div class="flex-row">
<div class="flex-item flex-column">
<h2>Biography</h2>
<hr>
<p class="text">
I grew up in Australia where my family has a goat farm and I have always felt a strong
connection to the natural world.
Travel and science are both great ways for me to explore this passion and I think I've
learned just as much while
backpacking as I have in the lab.
</p>
<p class="text">
When I'm not coding or reading, I'll be fixing up
abandoned bikes or working in my
garden. I also love to take my paddle board out on the river or cruise through the pretty
canals in Leiden.
</p>
<p class="text">
In high school I loved learning about history, politics, and all kinds of science, but it
was chemistry that really
captured my imagination. I went on to study a BSc. in organic chemistry but after working in
the lab for a few years I
wanted some more adventure. Travelling in Southeast Asia and living in in the Philippines
for a couple of years was
wonderful, but it really affected me to see first-hand how widespread and severe so many
avoidable environmental
problems are.
</p>
<p class="text">
This has strongly motivated me to work in the field of Industrial Ecology, where we work to
try to estimate and work out
ways to decrease the negative effects of human actions on the biosphere.
</p>
<p class="text">
After an MSc at the University of Leipzig and
another year of sustainability studies at Sydney University, I`ve ended up at the CML in
Leiden where I focus on
assessing impacts of future recycling systems and the potential of the circular economy.
This is a fascinating field
because, apart from the science and programming, it can involve so many other areas like
economics, politics,
philosophy, and anthropology.
</p>
</div>
</div>
<div class="flex-row">
<div class="flex-item flex-column">
<br>
<iframe class="iframe-centered"
src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7087015385085931520"
height="400px" width="auto" frameborder="1" allowfullscreen=""
title="Embedded linked-in bio post"></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="footer-container"></div>
</body>
</html>