-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
137 lines (129 loc) · 6.1 KB
/
index.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
<!DOCTYPE HTML>
<!--
Miniport by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Riley Moher - Home Page</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Nav -->
<nav id="nav">
<ul class="container">
<li><a href="#top">About Me</a></li>
<li><a href="#projects">Projects & Publications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- Home -->
<article id="top" class="wrapper style1">
<div class="container">
<div class="row">
<div class="image fit"><img src="images/Profile Photo.jpg" alt="" /></div>
<div class="col-7 col-2-large col-6-medium">
<header>
<h1>Riley Moher</h1>
</header>
<h2>
About Me
</h2>
<p>
I apply my experience in knowledge graphs, ontology engineering, data science & machine learning to understand and transform data into meaningful insights.
I hold a BASc and MASc in Industrial Engineering from the University of Toronto, with research in knowledge engineering, data science, & enterprise modelling.
</p>
</div>
</div>
</div>
</article>
<!-- Portfolio -->
<article id="projects" class="wrapper style3">
<div class="container">
<header>
<h2>Here’s what I've been up to.</h2>
<p>These are some of the notable projects I've contributed to.</p>
</header>
<div class="row">
<div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="https://ssanner.github.io/papers/rcis22_datatype.pdf" class="image featured"></a>
<h3><a href="https://ssanner.github.io/papers/rcis22_datatype.pdf">What's in a (Data) Type? Meaningful Type Safety for Data Science</a></h3>
<p>Presented at the 2022 Research Challenges in Information Science (RCIS) conference in Barcelona, Spain, this paper details a framework to model and automatically detect common errors in data science.</p>
</article>
</div>
<div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="#" class="image featured"></a>
<h3>Engineering Capstone Project</h3>
<p>Forecasting Model for Air Canada Pilot Productivity. Utilizing machine learning & timeseries forecasting techniques, it resulted in a 40% improvement in forecasting accuracy.</p>
</article>
</div>
<div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="papers\Developing_Graph_Based_Evaluation_Methods_for_Business_Process_Model_Querying.pdf" class="image featured"></a>
<h3><a href="papers\Developing_Graph_Based_Evaluation_Methods_for_Business_Process_Model_Querying.pdf">Developing Graph-Based Evaluation Methods for Business Process Model Querying</a></h3>
<p>With evolving and increasingly digital processes, enterprises are faced with large process repositories of complex process models. This paper introduces new ways for enterprises to develop and evaluate models to perform meaningful searches of their enterprise process repositories.</p>
</article>
</div>
<div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="papers\Towards_an_Ontological_Framework_for_Execution_Monitoring.pdf" class="image featured"></a>
<h3><a href="papers\Towards_an_Ontological_Framework_for_Execution_Monitoring.pdf">Towards an Ontology-Based Execution Monitoring Framework</a></h3>
<p>In this paper, I developed a framework for execution monitoring based on a case study in compliance issue remediation at a major Canadian bank.</p>
</article>
</div>
<div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="https://hdl.handle.net/1807/123556" class="image featured"></a>
<h3><a href="https://hdl.handle.net/1807/123556">Masters Thesis</a></h3>
<p>"Meaningful Datatypes: Ontologically-Sound Dependent Type Systems for Data Science" combines the research domains of data science, ontology engineering, & functional programming to detail a framework to encode real-world rules as sophisticated types for use in data science.</p>
</article>
</div>
<div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="https://medium.com/@riley.momo" class="image featured"></a>
<h3><a href="https://medium.com/@riley.momo">Medium Publications</a></h3>
<p>On Medium, I write beginner-friendly articles on advanced computer science concepts.</p>
</article>
</div>
</div>
</div>
</article>
<!-- Contact -->
<article id="contact" class="wrapper style2">
<div class="container">
<header>
<h2>Find Me Online</h2>
<p>Learn more or contact me about my work</p>
</header>
<div class="row aln-center">
<div class="col-3 col-6-medium col-12-small">
<a href="https://ca.linkedin.com/in/riley-moher" class="icon brands featured fa-linkedin-in"></a>
</div>
<div class="col-3 col-6-medium col-12-small">
<a href="mailto:riley.moher@mail.utoronto.ca" class="icon solid featured fa-envelope"></a>
</div>
<div class="col-3 col-6-medium col-12-small">
<a href="https://github.com/riley-momo" class="icon brands featured fa-github"></a>
</div>
</div>
</div>
<footer>
<ul id="copyright">
<li>© Riley Moher. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</article>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>