forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
406 lines (360 loc) · 21.9 KB
/
portfolio.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168016840-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-168016840-1');
</script>
<!-- End Google Analytics -->
<!--
<PageMap>
<DataObject type="thumbnail">
<Attribute name="src" value="http://martinh.net/img/portfolio/thumbnail.png"/>
<Attribute name="width" value="168"/>
<Attribute name="height" value="99"/>
</DataObject>
</PageMap>
-->
<meta charset="UTF-8">
<meta name="description" content="Expert support for digital innovation and transformation, securing funding and investment, and edtech startup/scaleup guidance.">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="dealspotr-site-verification" content="9a7cec16-d347-4bfe-bcd0-6cedbe5cac7d" />
<!-- Title -->
<meta name="author" content="Martin Hamilton" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@martin_hamilton" />
<meta name="twitter:creator" content="@martin_hamilton" />
<title>Portfolio</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Martin Hamilton",
"item": "https://martinh.net"
},{
"@type": "ListItem",
"position": 2,
"name": "Portfolio"
}]
}
</script>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ##### Preloader ##### -->
<div id="preloader">
<div class="loader"></div>
</div>
<!-- ##### Header Area Start ##### -->
<header class="header-area">
<!-- Navbar Area -->
<div class="vcard-main-menu">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Menu -->
<nav class="classy-navbar justify-content-between" id="vcardNav">
<a href="https://martinh.net"><img src="img/core-img/logo.png" alt=""></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- close btn -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul id="vcardMenu">
<li><a href="/">About</a></li>
<li><a href="skills">Skills</a></li>
<li><a href="services">Services</a></li>
<li style="color:#ffb016;">Portfolio</li>
<li><a href="testimonials">Testimonials</a></li>
<li><a href="contact">Contact</a></li>
</ul>
<!-- Contact Button -->
<div class="contact-btn-area">
<a href="contact" class="btn vcard-btn contact-btn">Get in touch</a>
</div>
</div>
<!-- Nav End -->
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ##### Header Area End ##### -->
<br/><br/><br/>
<!-- ##### Portfolio Area Start ##### -->
<section class="portfolio-area section-padding-100 clearfix" id="portfolio">
<div class="container">
<div class="row">
<!-- Section Heading -->
<div class="col-12">
<div class="section-heading text-center mb-30 wow fadeInUp" data-wow-delay="300ms">
<h2>My Portfolio</h2>
</div>
</div>
<div class="col-12">
<div class="vcard-projects-menu wow fadeInUp" data-wow-delay="500ms">
<div class="text-center portfolio-menu">
<button class="btn active" data-filter="*">All</button>
<button class="btn" data-filter=".articles">Articles</button>
<button class="btn" data-filter=".interviews">Interviews</button>
<button class="btn" data-filter=".reports">Reports</button>
<button class="btn" data-filter=".videos">Videos</button>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row vcard-portfolio">
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area videos wow fadeInUp" data-wow-delay="400ms">
<img src="img/portfolio/edselcom.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.parliamentlive.tv/Event/Index/245f53ae-0b55-438c-a2fd-94b95ed0a369"><h5>Education Select Committee - giving evidence to the Fourth Industrial Revolution inquiry</h5></a>
<a href="#" class="catagory">Video</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area interviews motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/telegraph-stem.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.telegraph.co.uk/business/how-to-fill-the-skills-gap/"><h5>Daily Telegraph - How do you fill the STEM skills gap? Go for creatives and career changers</h5></a>
<a href="#" class="catagory">Interview</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area interviews wow fadeInUp" data-wow-delay="200ms">
<img src="img/portfolio/bbc.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.bbc.co.uk/programmes/w3csws7m"><h5>BBC World Service - Mainstream Network, the shadowy website running political ads on Facebook</h5></a>
<a href="#" class="catagory">Interview</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area interviews motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/guardian-superpowers.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://web.archive.org/web/20190628023124/https://www.theguardian.com/transforming-the-student-experience/2019/apr/09/reinventing-higher-education-can-we-use-ai-to-give-the-lecturer-superpowers"><h5>The Guardian - Reinventing higher education: Can we use AI to give the lecturer superpowers?</h5></a>
<a href="#" class="catagory">Interview</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area interviews wow fadeInUp" data-wow-delay="600ms">
<img src="img/portfolio/nature.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.nature.com/articles/d41586-017-08589-4"><h5>Nature - Could Bitcoin technology help science?</h5>
<a href="#" class="catagory">Interview</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area interviews motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/bigissue.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.bigissue.com/culture/welcome-future-tech-can-expect-2018/"><h5>The Big Issue - Welcome to the future: the tech we can expect in 2018</h5></a>
<a href="#" class="catagory">Interview</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area interviews motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/wired-krack.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.wired.co.uk/article/krack-wifi-cybersecurity-standards"><h5>Wired - Krack has broken Wi-Fi security... but it's not all doom and gloom</h5></a>
<a href="#" class="catagory">Interview</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area interviews motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/guardian-ic.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://web.archive.org/web/20190628023138/https://www.theguardian.com/transforming-the-student-experience/2019/mar/26/intelligent-campuses-how-universities-are-getting-smart-with-technology"><h5>The Guardian - Intelligent campuses: how universities are getting smart with technology</h5></a>
<a href="#" class="catagory">Interview</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area articles wow fadeInUp" data-wow-delay="100ms">
<img src="img/portfolio/tes.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.tes.com/news/cheating-20-beware-darker-side-ai"><h5>TES - Cheating 2.0, beware the darker side of AI</h5></a>
<a href="#" class="catagory">Article</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area web reports wow fadeInUp" data-wow-delay="300ms">
<img src="img/portfolio/intelligentcampus.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.jisc.ac.uk/reports/building-the-intelligent-campus"><h5>Jisc horizon report - Building the Intelligent Campus, the Internet of Things</h5></a>
<a href="#" class="catagory">Report</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area articles wow fadeInUp" data-wow-delay="500ms">
<img src="img/portfolio/uksg-blockchain.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://insights.uksg.org/articles/10.1629/uksg.447/"><h5>UKSG Insights - Of modems and pixie dust, blockchain demystified</h5></a>
<a href="#" class="catagory">Article</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area videos wow fadeInUp" data-wow-delay="800ms">
<img src="img/portfolio/rpiai.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.youtube.com/watch?v=2kO8ScrqikM"><h5>Edtech Futures - A Raspberry Pi powered talking TensorFlow AI</h5></a>
<a href="#" class="catagory">Video</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area articles motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/libevery.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.cilip.org.uk/news/451405/The-Library-of-Everything.htm"><h5>Information Professional - The Library of Everything</h5></a>
<a href="#" class="catagory">Article</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area reports wow fadeInUp" data-wow-delay="700ms">
<img src="img/portfolio/deepdream.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.jisc.ac.uk/reports/deep-dreaming-of-ai-in-education"><h5>Jisc horizon report - Deep dreaming of AI in education</h5></a>
<a href="#" class="catagory">Report</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area videos motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/mycroft.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.youtube.com/watch?v=6Ygm5iKBdGY"><h5>Edtech Futures - Mycroft AI - unboxing, walk through and singing!</h5></a>
<a href="#" class="catagory">Video</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area articles motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/fetinker.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.tes.com/news/fe-needs-foster-and-nurture-maker-hacker-and-tinkerer"><h5>TES FE News - FE needs to foster and nurture the maker, hacker and tinkerer</h5></a>
<a href="#" class="catagory">Article</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area videos motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/fantasticfuture.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.youtube.com/watch?v=ZF0GHQHS_XM"><h5>Internet Librarian - Fantastic Future? Predicting Promise and Peril</h5></a>
<a href="#" class="catagory">Video</a>
</div>
</div>
<!-- Single gallery Item -->
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area articles motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/lse-blockchain.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://blogs.lse.ac.uk/impactofsocialsciences/2019/02/28/say-blockchain-one-more-time-what-is-the-real-value-of-blockchain-to-higher-education/"><h5>LSE Impact Blog - Say blockchain one more time! What is the real value of blockchain to higher education?</h5></a>
<a href="#" class="catagory">Article</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area articles motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/worldonfire.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.cilip.org.uk/page/aworldonfire"><h5>Information Professional - A world on fire</h5></a>
<a href="#" class="catagory">Article</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area videos motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/emotiv.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.youtube.com/watch?v=Wiri8IDGJto"><h5>Edtech Futures - The “Brain Hat”, testing Emotiv Insight neural computing</h5></a>
<a href="#" class="catagory">Video</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area articles motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/howtopredict.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.cilip.org.uk/news/news.asp?id=463128&hhSearchTerms=%22martin+and+hamilton%22"><h5>Information Professional - How to predict the future</h5></a>
<a href="#" class="catagory">Article</a>
</div>
</div>
<!-- Single gallery Item -->
<div class="col-12 col-sm-6 col-lg-3 single-portfolio-area reports motion wow fadeInUp" data-wow-delay="900ms">
<img src="img/portfolio/horizonblockchain.png" alt="">
<!-- Content -->
<div class="portfolio-content">
<a rel="noopener" target="_blank" href="https://www.jisc.ac.uk/reports/blockchain-in-research-and-education"><h5>Jisc horizon report - blockchain in research and education</h5></a>
<a href="#" class="catagory">Report</a>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Portfolio Area End ##### -->
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area">
<div class="container h-100">
<div class="row h-100 align-items-center">
<!-- Copywrite -->
<div class="col-12 text-center">
<p><a href="#"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<br/>
<p>martinh.net un limited: company number 13000057, VAT registration number 362910893.</p>
<p>Registered Office Address: W8a Knoll Business Centre, 325-327 Old Shoreham Road, Hove, England, BN3 7GS</p>
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved by Martin Hamilton | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area Start ##### -->
<!-- ##### All Javascript Files ##### -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>