Skip to content

Commit 1a0b6e1

Browse files
committed
pages updated
1 parent 0fbb575 commit 1a0b6e1

3 files changed

Lines changed: 98 additions & 323 deletions

File tree

about.html

Lines changed: 27 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,62 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
43
<head>
54
<meta charset="UTF-8">
6-
<meta content="IE=edge" http-equiv="X-UA-Compatible">
7-
<meta content="width=device-width,initial-scale=1" name="viewport">
8-
<meta content="description" name="description">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width,initial-scale=1">
7+
<meta name="description" content="description">
98
<meta name="google" content="notranslate" />
10-
<meta content="Mashup templates have been developped by Orson.io team" name="author">
11-
12-
<!-- Disable tap highlight on IE -->
9+
<meta name="author" content="Mashup templates have been developped by Orson.io team">
1310
<meta name="msapplication-tap-highlight" content="no">
14-
1511
<link rel="apple-touch-icon" sizes="180x180" href="./assets/apple-icon-180x180.png">
16-
<link href="./assets/favicon.ico" rel="icon">
17-
12+
<link rel="icon" href="./assets/favicon.ico">
1813
<title>Short bio</title>
19-
20-
<link href="./main.3f6952e4.css" rel="stylesheet"></head>
21-
22-
<body class="">
14+
<link href="./main.3f6952e4.css" rel="stylesheet">
15+
</head>
16+
<body>
2317
<div id="site-border-left"></div>
2418
<div id="site-border-right"></div>
2519
<div id="site-border-top"></div>
2620
<div id="site-border-bottom"></div>
27-
<!--<div style="background-image: url('./assets/images/bg.jpg');">-->
28-
29-
30-
31-
32-
<!-- Add your content of header -->
3321
<header>
34-
<nav class="navbar navbar-fixed-top navbar-default">
22+
<nav class="navbar navbar-fixed-top navbar-default">
3523
<div class="container">
3624
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">
3725
<span class="sr-only">Toggle navigation</span>
3826
<span class="icon-bar"></span>
3927
<span class="icon-bar"></span>
4028
<span class="icon-bar"></span>
4129
</button>
42-
4330
<div class="collapse navbar-collapse" id="navbar-collapse">
4431
<ul class="nav navbar-nav ">
4532
<li><a href="./index.html" title="">Home</a></li>
46-
<li><a href="./works.html" title="">Publications</a></li>
47-
<li><a href="./about.html" title="">Work</a></li>
33+
<li><a href="./works.html" title="">Research</a></li>
34+
<li><a href="./about.html" title="">Short bio</a></li>
4835
<li><a href="./contactform.html" title="">Contact</a></li>
49-
<!--<li><a href="./components.html" title="">Components</a></li>-->
5036
</ul>
51-
52-
5337
</div>
5438
</div>
5539
</nav>
5640
</header>
57-
5841
<div class="section-container">
59-
<div class="container">
60-
<div class="row">
61-
<div class="col-xs-12">
62-
<div class="section-container-spacer text-center">
63-
<h1 class="h2">Work</h1>
42+
<div class="container">
43+
<div class="row">
44+
<div class="col-xs-12">
45+
<div class="section-container-spacer text-center">
46+
<h1 class="h2">Short bio</h1>
47+
</div>
48+
<div class="row">
49+
<div class="col-md-7">
50+
<p style="font-size: 16px;">I'm looking at how people change their travel behaviours under new urban models (15-minute city, LTN, car-free city, superblock model, cycling infrastructure, active travel), and how people interact with their physical environment to model underlying environmental exposures (air quality, noise, physical activity, access to green and blue spaces, traffic accidents/injuries, and heat exposure). All of these factors together influence population health, including illness and even death. I was actively involved in <a href="https://jibeproject.wordpress.com/">JIBE</a> and <a href="https://cordis.europa.eu/project/id/817754">GLASST</a>. Now, I contribute to <a href="https://dare.ac.uk/">DARe</a>.</p>
6451
</div>
65-
66-
<div class="row">
67-
<div class="col-md-10 col-md-offset-1">
68-
<div class="row">
69-
<div class="col-xs-12 col-md-6">
70-
<p style = "font-family: Calibri;font-size:18px;">In our research group, we're looking at how people change their travel habits when new urban models (15-mins city, LTN, car-free city, superblock model, cycling infrastructure) are implemented. We're interested in how people interact with their physical environment to model personal exposures (air quality, noise, physical activity, access to green and blue spaces, traffic accidents/injuries, and heat exposure). All of these factors together influence population health, including illness and even death.
71-
My research focuses on understanding these changes through computer models that simulate how people and transportation systems interact. I model how people make their travel choices, like using a car or active modes of transport (walking/cycling). Right now, I'm actively involved in two research projects, JIBE and GLASST, which are helping us achieve our research goals.
72-
</p>
73-
74-
</div>
75-
<div class="col-xs-12 col-md-6">
76-
<img src="./assets/images/bogoss.jpg" class="img-responsive" alt="">
77-
</div>
78-
</div>
79-
</div>
52+
<div class="col-md-5">
53+
<img src="./assets/images/bogoss.jpg" alt="Profile Picture" class="img-responsive">
8054
</div>
81-
82-
83-
</div>
55+
</div>
8456
</div>
8557
</div>
8658
</div>
87-
88-
59+
</div>
8960
<footer class="footer-container text-center">
9061
<div class="container">
9162
<div class="row">
@@ -95,26 +66,11 @@ <h1 class="h2">Work</h1>
9566
</div>
9667
</div>
9768
</footer>
98-
9969
<script>
10070
document.addEventListener("DOMContentLoaded", function (event) {
10171
navActivePage();
10272
});
10373
</script>
104-
105-
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID
106-
107-
<script>
108-
(function (i, s, o, g, r, a, m) {
109-
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
110-
(i[r].q = i[r].q || []).push(arguments)
111-
}, i[r].l = 1 * new Date(); a = s.createElement(o),
112-
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
113-
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
114-
ga('create', 'UA-XXXXX-X', 'auto');
115-
ga('send', 'pageview');
116-
</script>
117-
118-
--> <script type="text/javascript" src="./main.70a66962.js"></script></body>
119-
120-
</html>
74+
<script type="text/javascript" src="./main.70a66962.js"></script>
75+
</body>
76+
</html>

contactform.html

Lines changed: 25 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,60 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
43
<head>
54
<meta charset="UTF-8">
6-
<meta content="IE=edge" http-equiv="X-UA-Compatible">
7-
<meta content="width=device-width,initial-scale=1" name="viewport">
8-
<meta content="description" name="description">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width,initial-scale=1">
7+
<meta name="description" content="description">
98
<meta name="google" content="notranslate" />
10-
<meta content="Mashup templates have been developped by Orson.io team" name="author">
11-
12-
<!-- Disable tap highlight on IE -->
9+
<meta name="author" content="Mashup templates have been developped by Orson.io team">
1310
<meta name="msapplication-tap-highlight" content="no">
14-
1511
<link rel="apple-touch-icon" sizes="180x180" href="./assets/apple-icon-180x180.png">
16-
<link href="./assets/favicon.ico" rel="icon">
17-
12+
<link rel="icon" href="./assets/favicon.ico">
1813
<title>Contact</title>
19-
20-
<link href="./main.3f6952e4.css" rel="stylesheet"></head>
21-
22-
<body class="">
14+
<link href="./main.3f6952e4.css" rel="stylesheet">
15+
</head>
16+
<body>
2317
<div id="site-border-left"></div>
2418
<div id="site-border-right"></div>
2519
<div id="site-border-top"></div>
2620
<div id="site-border-bottom"></div>
27-
<!--<div style="background-image: url('./assets/images/bg.jpg');">-->
28-
29-
30-
31-
32-
<!-- Add your content of header -->
3321
<header>
34-
<nav class="navbar navbar-fixed-top navbar-default">
22+
<nav class="navbar navbar-fixed-top navbar-default">
3523
<div class="container">
3624
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">
3725
<span class="sr-only">Toggle navigation</span>
3826
<span class="icon-bar"></span>
3927
<span class="icon-bar"></span>
4028
<span class="icon-bar"></span>
4129
</button>
42-
4330
<div class="collapse navbar-collapse" id="navbar-collapse">
4431
<ul class="nav navbar-nav ">
4532
<li><a href="./index.html" title="">Home</a></li>
4633
<li><a href="./works.html" title="">Research</a></li>
4734
<li><a href="./about.html" title="">Short bio</a></li>
4835
<li><a href="./contactform.html" title="">Contact</a></li>
49-
<!--<li><a href="./components.html" title="">Components</a></li>-->
5036
</ul>
51-
52-
5337
</div>
5438
</div>
5539
</nav>
5640
</header>
57-
5841
<div class="section-container">
59-
<div class="container">
60-
<div class="row">
61-
<div class="col-xs-12">
62-
<div class="section-container-spacer text-center">
63-
<h1 class="h2">Contact</h1>
64-
</div>
65-
66-
<div class="row">
67-
<div class="col-md-10 col-md-offset-1">
68-
<div class="row">
69-
<div style = "font-family:sans-serif;font-size:16px;">
70-
<!--<h3>Consectetur adipiscing elit</h3>-->
71-
<p style="font-family:Calibri;font-size:18px">Ismaïl Saadi</p>
72-
73-
74-
<!--<p style="font-family:Candara;font-size:18px">F.R.S.-FNRS Postdoctoral researcher in transport and mobility</p>-->
75-
<p style="font-family:Candara;font-size:18px">Public Health Modelling (PHM) Group<br>MRC Epidemiology Unit<br>School of Clinical Medicine, University of Cambridge<br>Cambridge, UK</p>
76-
<!--<p style="font-family:Candara;font-size:18px">Urban and Environmental Engineering (UEE), University of Liège</p>
77-
<p style="font-family:Candara;font-size:18px">Bât. B52/3, Quartier Polytech 1, Allée de la Découverte 9, 4000 Liège, Belgium</p>-->
78-
<p style="font-family:Candara;font-size:18px">If you're interested in research collaborations, you can email me anytime: <a href="mailto:is558@cam.ac.uk">is558@cam.ac.uk</a></p>
79-
<a style="font-family:Candara;font-size:18px"; href="https://scholar.google.fr/citations?user=tLtny6YAAAAJ&hl=fr">Google Scholar</a> -
80-
<a style="font-family:Candara;font-size:18px"; href="https://www.researchgate.net/profile/Ismail_Saadi">ResearchGate</a> -
81-
<a style="font-family:Candara;font-size:18px"; href="https://ca.linkedin.com/in/isma%C3%AFl-saadi-7593812a">LinkedIn</a>
82-
83-
84-
85-
86-
<!--<h3>Ut enim ad minim </h3>
87-
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse
88-
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
89-
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
90-
<h3>Maecenas luctus at sem quis varius</h3>
91-
<p>
92-
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus iaculis magna sagittis elit sagittis, at hendrerit lorem venenatis. Morbi accumsan iaculis blandit. Cras ultrices hendrerit nisl.</p>-->
93-
</div>
94-
<!--<div class="col-xs-12 col-md-6">
95-
<img src="./assets/images/profil.jpg" class="img-responsive" alt="">
96-
</div>-->
97-
</div>
98-
</div>
99-
</div>
100-
101-
102-
</div>
42+
<div class="container">
43+
<div class="row">
44+
<div class="col-xs-12">
45+
<div class="section-container-spacer text-center">
46+
<h1 class="h2">Contact</h1>
47+
</div>
48+
<div class="col-md-10 col-md-offset-1">
49+
<p style="font-size: 16px;">Ismaïl Saadi</p>
50+
<p style="font-size: 16px;">Public Health Modelling (PHM) Group<br>MRC Epidemiology Unit<br>School of Clinical Medicine, University of Cambridge<br>Cambridge, UK</p>
51+
<p style="font-size: 16px;">If you're interested in research collaborations, you can email me anytime: is558@cam.ac.uk</p>
52+
<p style="font-size: 16px;"><a href="https://scholar.google.com/citations?user=tLtny6YAAAAJ&hl=fr">Google Scholar</a> - <a href="https://www.researchgate.net/profile/Ismail-Saadi">ResearchGate</a> - <a href="https://www.linkedin.com/in/ismaïl-saadi-7593812a">LinkedIn</a></p>
53+
</div>
10354
</div>
10455
</div>
10556
</div>
106-
107-
57+
</div>
10858
<footer class="footer-container text-center">
10959
<div class="container">
11060
<div class="row">
@@ -114,26 +64,11 @@ <h3>Maecenas luctus at sem quis varius</h3>
11464
</div>
11565
</div>
11666
</footer>
117-
11867
<script>
11968
document.addEventListener("DOMContentLoaded", function (event) {
12069
navActivePage();
12170
});
12271
</script>
123-
124-
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID
125-
126-
<script>
127-
(function (i, s, o, g, r, a, m) {
128-
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
129-
(i[r].q = i[r].q || []).push(arguments)
130-
}, i[r].l = 1 * new Date(); a = s.createElement(o),
131-
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
132-
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
133-
ga('create', 'UA-XXXXX-X', 'auto');
134-
ga('send', 'pageview');
135-
</script>
136-
137-
--> <script type="text/javascript" src="./main.70a66962.js"></script></body>
138-
139-
</html>
72+
<script type="text/javascript" src="./main.70a66962.js"></script>
73+
</body>
74+
</html>

0 commit comments

Comments
 (0)