-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (68 loc) · 4.28 KB
/
index.html
File metadata and controls
83 lines (68 loc) · 4.28 KB
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
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NL66JGN7');</script>
<!-- End Google Tag Manager -->
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<title>mark d</title>
<style>
@media (min-width: 1200px) {
.container{
max-width: 900px;
}
}
</style>
</head>
<body style="background: #ecf2f9">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NL66JGN7"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container pt-3 mt-2 border bg-white">
<div class="row">
<div class="col">
<h4 class="display-4">Mark Dimond</h4>
<p>BSc (Hons), PhD. he/him.</p>
<p><strong>Independent transport data scientist and researcher </strong>
Data mining, transport open data and data tools, and GIS. </p>
</div>
<div class="col">
<img src='me old.jpg' style="width:150px; border-radius: 50%"/>
</div>
<div class="row">
<div class="col">
<p>My work is transport planning consultancy, transport data science, and data tools. Most recently I was at Integrated Transport Planning (ITP): my work there included managing a portfolio of both consultancy and R+D projects. Within ITP's international team, I had been the market lead for Central Asia, where I've delivered several assignments over recent years. For example, we recently completed a low-carbon policy modelling project, prioritising green transport investments for four countries based on national-level data.</p>
<strong>Contact me:</strong>
<ul>
<li><a href="https://github.com/markjd84">Github</a></li>
<li><a href="https://bsky.app/profile/markjd84.bsky.social">Bluesky</a></li>
<li><a href="https://www.linkedin.com/in/mark-dimond-1a359ba/">LinkedIn</a></li>
<li>Email: mailbag AT markjd DOT co DOT uk </li>
</ul>
</div>
</div>
</div>
<div>
<strong>Publications:</strong>
<ul>
<li>G. Lipscombe and M. Dimond (2024). <a href="https://transport-links.com/wp-content/uploads/2024/09/Computer-Vision-Data-Collection-Tool-103S-v2.3-ISSUE-FINAL.pdf">Low-cost transport data collection: Making use of pre-existing data with computer vision. GISRUK 2024.</a></li>
<li>D. Golightly, M. Dimond, N. Hughes, S. Sharples, E. Taylor (2018) Promoting Walking and Cycling through a Dashboard Interface. In Assoc. of Geospatial Information Labs Europe (AGILE) International Conference, Lund.</li>
<li>M. Dimond, D. Brenig-Jones, and N. Taylor (2017) <a href="https://huckg.is/gisruk2017/GISRUK_2017_paper_38.pdf">Exploiting OpenStreetMap topology to aggregate public transport demand. GISRUK 2017.</a></li>
<li>M. Dimond, N. Taylor, and R. Houghton (2016) <a href="https://www.agile-online.org/past-conferences/proceedings/proceedings-2016">Estimating and editing transit topology over the road graph using supply data feeds. AGILE 2016.</a></li>
<li>M. Dimond, J. Goulding, and G. Smith (2013). Improving route prediction through User Journey Detection. In: ACM International Conference on Advances in GIS (SIGSPATIAL).</li>
</ul>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<!-- Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>