-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
288 lines (284 loc) · 14.9 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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Generic Surname</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://jrsmith3.github.io/theme/css/normalize.css">
<link href='//fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://jrsmith3.github.io/theme/css/font-awesome.min.css">
<link rel="stylesheet" href="https://jrsmith3.github.io/theme/css/main.css">
<link rel="stylesheet" href="https://jrsmith3.github.io/theme/css/blog.css">
<link rel="stylesheet" href="https://jrsmith3.github.io/theme/css/github.css">
<link href="https://jrsmith3.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Generic Surname Atom Feed" />
<script src="https://jrsmith3.github.io/theme/js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div id="wrapper">
<header id="sidebar" class="side-shadow">
<hgroup id="site-header">
<a id="site-title" href="https://jrsmith3.github.io"><h1><i class="icon-coffee"></i> Generic Surname</h1></a>
<p id="site-desc"></p>
</hgroup>
<nav>
<ul id="nav-links">
<li><a href="https://jrsmith3.github.io/pages/about.html">About</a></li>
<li><a href="https://jrsmith3.github.io/pages/contact.html">Contact</a></li>
<li><a href="https://jrsmith3.github.io/pages/curriculum-vitae.html">Curriculum Vitae</a></li>
</ul>
</nav>
<footer id="site-info">
<p>
Proudly powered by <a href="http://getpelican.com/" target="pelican">Pelican</a> and <a href="http://python.org/" target="python">Python</a>. Theme by <a href="https://github.com/hdra/pelican-cait" target="github">hndr</a>.
</p>
<p>
Textures by <a href="http://subtlepatterns.com/" target="subtlepatterns">Subtle Pattern</a>. Font Awesome by <a href="http://fortawesome.github.io/Font-Awesome/" target="github">Dave Grandy</a>.
</p>
</footer></header>
<div id="post-container">
<ol id="post-list">
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2015-10-02T00:00:00-04:00" pubdate>
Fri 02 October 2015
</time>
<a href="https://jrsmith3.github.io/analyzing-sugar-content-of-my-favorite-fast-food-places.html" rel="bookmark"><h1>Analyzing sugar content of my favorite fast-food places</h1></a>
</header>
<section class="post-content">
<p>In which I analyze the sugar content of menu items at the six restaurants near my office.</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2015-09-26T00:00:00-04:00" pubdate>
Sat 26 September 2015
</time>
<a href="https://jrsmith3.github.io/verifying-a-self-signed-ssl-cert.html" rel="bookmark"><h1>Verifying a self-signed SSL cert</h1></a>
</header>
<section class="post-content">
<p>Adeventures in verifying the identity of an SSL/TLS connection which uses a self-signed x.509 certificate.</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2015-06-12T00:00:00-04:00" pubdate>
Fri 12 June 2015
</time>
<a href="https://jrsmith3.github.io/handling-citations-in-an-early-draft-of-a-document.html" rel="bookmark"><h1>Handling citations in an early draft of a document</h1></a>
</header>
<section class="post-content">
<p>Use DOIs or ISBNs as keys to uniquely identify reference material in a technical document</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2015-03-22T00:00:00-04:00" pubdate>
Sun 22 March 2015
</time>
<a href="https://jrsmith3.github.io/naming-data-files-revisited.html" rel="bookmark"><h1>Naming data files revisited</h1></a>
</header>
<section class="post-content">
<p>In which I suggest files should be named using the old NextSTEP dictionary plist format</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2015-01-20T00:00:00-05:00" pubdate>
Tue 20 January 2015
</time>
<a href="https://jrsmith3.github.io/python-testing-style-guidelines.html" rel="bookmark"><h1>Python testing style guidelines</h1></a>
</header>
<section class="post-content">
<p>Some notes on what I've learned about structuring python tests</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2014-12-03T16:30:00-05:00" pubdate>
Wed 03 December 2014
</time>
<a href="https://jrsmith3.github.io/my-fall-2014-materials-research-society-meeting-poster-is-online.html" rel="bookmark"><h1>My Fall 2014 Materials Research Society meeting poster is online</h1></a>
</header>
<section class="post-content">
<p>Links to my poster and its repo.</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2014-10-12T00:00:00-04:00" pubdate>
Sun 12 October 2014
</time>
<a href="https://jrsmith3.github.io/merging-a-subdirectory-from-another-repo-via-git-subtree.html" rel="bookmark"><h1>Merging a subdirectory from another repo via git-subtree</h1></a>
</header>
<section class="post-content">
<p>Merging a directory from a source repo into a directory in a target repo without losing commit history using <code>git-subtree</code>.</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2014-06-26T00:00:00-04:00" pubdate>
Thu 26 June 2014
</time>
<a href="https://jrsmith3.github.io/scratchwork-branches.html" rel="bookmark"><h1>Scratchwork branches</h1></a>
</header>
<section class="post-content">
<p>What should I do with a scratchwork branch in my git repo?</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2014-06-22T00:00:00-04:00" pubdate>
Sun 22 June 2014
</time>
<a href="https://jrsmith3.github.io/data-storage-and-data-file-workflow.html" rel="bookmark"><h1>Data storage and data file workflow</h1></a>
</header>
<section class="post-content">
<p>Store data read-only using unique filenames in a single, flat directory.</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2014-05-15T23:28:00-04:00" pubdate>
Thu 15 May 2014
</time>
<a href="https://jrsmith3.github.io/migrating-a-latex-manuscript-hosted-on-github-to-authorea.html" rel="bookmark"><h1>Migrating a LaTeX manuscript hosted on GitHub to Authorea</h1></a>
</header>
<section class="post-content">
<p>How to integrate Authorea with a LaTeX manuscript hosted in an existing GitHub repository.</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2014-04-09T12:47:00-04:00" pubdate>
Wed 09 April 2014
</time>
<a href="https://jrsmith3.github.io/pre-brief-collaborative-proposal-prep-via-github-with-non-developer-professors.html" rel="bookmark"><h1>Pre-brief: Collaborative proposal prep via GitHub with non-developer professors</h1></a>
</header>
<section class="post-content">
<p>Initial thoughts on using GitHub to collaborate on a proposal with newbies.</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2014-04-07T18:21:00-04:00" pubdate>
Mon 07 April 2014
</time>
<a href="https://jrsmith3.github.io/writeup-of-my-work-on-the-army-research-lab-website.html" rel="bookmark"><h1>Writeup of my work on the Army Research Lab website</h1></a>
</header>
<section class="post-content">
<p>My research was featured on ARL's website!</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2014-04-02T22:55:00-04:00" pubdate>
Wed 02 April 2014
</time>
<a href="https://jrsmith3.github.io/sample-logs-the-secret-to-managing-multi-person-projects.html" rel="bookmark"><h1>Sample logs - the secret to managing multi-person projects</h1></a>
</header>
<section class="post-content">
<p>How and why to keep sample logs to manage multi-person projects.</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2014-02-28T23:21:00-05:00" pubdate>
Fri 28 February 2014
</time>
<a href="https://jrsmith3.github.io/naming-data-files.html" rel="bookmark"><h1>Naming data files</h1></a>
</header>
<section class="post-content">
<p>How to choose metadata-rich, unique filenames.</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2014-02-27T22:50:00-05:00" pubdate>
Thu 27 February 2014
</time>
<a href="https://jrsmith3.github.io/effective-lab-notebooks.html" rel="bookmark"><h1>Effective lab notebooks</h1></a>
</header>
<section class="post-content">
<p>How to name and keep a successful lab notebook.</p>
</section>
</article>
</li>
<hr/>
<li>
<article class="post-entry">
<header class="entry-header">
<time class="post-time" datetime="2013-09-10T17:37:00-04:00" pubdate>
Tue 10 September 2013
</time>
<a href="https://jrsmith3.github.io/hello-world.html" rel="bookmark"><h1>Hello World</h1></a>
</header>
<section class="post-content">
<p>Introductions</p>
</section>
</article>
</li>
<hr/>
</ol>
</div>
</div>
<script>
var _gaq=[['_setAccount','UA-1567200-4'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<script src="https://jrsmith3.github.io/theme/js/main.js"></script>
</body>
</html>