-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentations.html
More file actions
92 lines (81 loc) · 4.08 KB
/
Copy pathpresentations.html
File metadata and controls
92 lines (81 loc) · 4.08 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
84
85
86
87
88
89
90
91
92
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>presentations | Robby Simpson</title>
<link rel="stylesheet" href="/assets/css/styles.css">
<link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Robby Simpson" />
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>presentations Robby Simpson | Robby Simpson</title>
<meta name="generator" content="Jekyll v4.0.0" />
<meta property="og:title" content="presentations Robby Simpson" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." />
<meta property="og:description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." />
<link rel="canonical" href="/presentations.html" />
<meta property="og:url" content="/presentations.html" />
<meta property="og:site_name" content="Robby Simpson" />
<script type="application/ld+json">
{"headline":"presentations Robby Simpson","description":"Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.","@type":"WebPage","url":"/presentations.html","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<!-- <body class="home blog single-author two-column right-sidebar"> -->
<body class="home blog single-author">
<div id="page" class="hfeed">
<header id="branding" role="banner">
<hgroup>
<h1 id="site-title"><span><a href="/" rel="home">Robby Simpson</a></span></h1>
<h2 id="site-description">My Musings, Rants, and Sometimes Useful Information</h2>
</hgroup>
<a href="/"><img src="/assets/images/cropped-Atlanta-Skyline.jpg" alt="Robby Simpson" width="1000" height="287"></a>
<nav id="access" role="navigation">
<div>
<ul id="menu-menu-1" class="menu">
<li class="menu-item menu-item-object-custom menu-item-home"><a href="/">home</a></li>
<li class="menu-item menu-item-object-page"><a href="/publications.html">publications</a></li>
<li class="menu-item menu-item-object-page current-menu-item current-page-item"><a href="/presentations.html">presentations</a></li>
<li class="menu-item menu-item-object-page"><a href="/about.html">about me</a></li>
<li class="menu-item menu-item-object-page"><a href="/deuterium/index.html">Deuterium</a></li>
</ul>
</div>
</nav>
</header>
<div id="main">
<div id="primary">
<div id="content" role="main">
<article class="page hentry">
<header class="entry-header">
<h1 class="entry-title">presentations</h1>
</header><!-- .entry-header -->
<div class="entry-content">
<p>Some selected presentations - this page is currently a work in progress.</p>
<table summary="Presentations" cellspacing="0" cellpadding="5" border="1">
<tbody>
<tr>
<th>Description</th>
<th>Content</th>
</tr>
<tr>
<td><i>IEEE 2030.5-2013 (Smart Energy Profile 2.0): An Overview for KSGA</i>, given April 24, 2015, Seoul, South Korea</td>
<td align="center"><img src="/assets/images/pdficon_small.gif" alt="PDF" border="0"> <a href="/prezzos/IEEE_2030_5_Seoul_Simpson_20150424.pdf">download</a> <small>(6.1 MB / 73 slides)</small></td>
</tr>
</tbody>
</table>
</div><!-- .entry-content -->
<footer class="entry-meta">
</footer><!-- .entry-meta -->
</article>
</div><!-- #content -->
</div><!-- #primary -->
</div><!-- #main -->
<footer id="colophon" role="contentinfo">
<div id="site-generator">
<p><b>Disclaimer:</b> The views and opinions expressed herein are
solely my own and do not necessarily reflect those of my employer, their
employees, partners, or any organization with which I am affiliated.</p>
<p>Copyright © 2021 Robby Simpson</p>
</div>
</footer>
</div><!-- #page -->
</body>
</html>