forked from cerner/cerner.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
429 lines (275 loc) · 12.3 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
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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Engineering Health</title>
<meta name="author" content="Cerner">
<meta name="description" content="">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://engineering.cerner.com">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/bootstrap/bootstrap.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/bootstrap/responsive.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/syntax/syntax.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/site/site.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<script src="/javascripts/libs/bootstrap.min.js"></script>
<link href="/atom.xml" rel="alternate" title="Engineering Health" type="application/atom+xml">
<script src="/javascripts/search.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37701128-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="top-navbar ">
<header id="banner" role="banner" class="container-fluid banner-kc-background">
<div class="image">
<img src="/images/KC.png" alt="Kansas City" />
<div id="header1">Engineering Health<br/><span class="header2">A <b>Cerner</b> Blog</span></div>
</div>
<nav class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-inner">
<a class="brand" href="#">Engineering Health</a>
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="selected">
<a href="/">Blog</a>
</li>
<li >
<a href="/culture">Culture</a>
</li>
<li >
<a href="/tech_talks">Tech Talks</a>
</li>
<li >
<a href="/open_source">Open Source</a>
</li>
<li >
<a href="/blog/archives">Archives</a>
</li>
</ul>
<div id="search" class="pull-right">
<form action="/search" method="get" class="navbar-search">
<input type="text" id="search-query" name="q" class="search-query" placeholder="Search" autocomplete="off">
<img src="/images/MagnifyingGlass.png" alt="Search" width="16" height="16" />
</form>
</div>
</div>
</div>
</div>
</nav>
</header>
<div class="container-fluid post-container">
<div class="row-fluid">
<section class="span12" id="search-results" style="display: none;">
<h2>Search results</h2>
<div class="entries">
</div>
</section>
</div>
<div class="row-fluid">
<div id="main" class="span8" role="main">
<article class="entry">
<header class="entry-header">
<div class="entry-meta meta">
<time datetime="2018-12-14T00:00:00-06:00" pubdate data-updated="true">Dec 14<span>th</span>, 2018</time> |
<span class="byline author vcard">
<span class="fn">Jenny Saqiurila</span>
</span>
</div>
<h1 class="entry-title">2^5 Coding Competition 2018</h1>
</header>
<div class="entry-content">
At Cerner, associates are always encouraged to develop tools and methods to improve their productivity. With this year’s theme being “Engineering Productivity,” Cerner’s fourth annual 25 Coding Competition provided associates another opportunity to dive into this subject and get involved in Cerner’s development culture. As usual, this year’s 25 Coding …
<footer>
<a rel="full-article" href="/blog/2-to-the-5th-coding-competition-2018/">Read More</a>
</footer>
</div>
</article>
<article class="entry">
<header class="entry-header">
<div class="entry-meta meta">
<time datetime="2018-11-16T00:00:00-06:00" pubdate data-updated="true">Nov 16<span>th</span>, 2018</time> |
<span class="byline author vcard">
<span class="fn">DevCulture Team</span>
</span>
</div>
<h1 class="entry-title">ShipIt XIII</h1>
</header>
<div class="entry-content">
What does it take to be awarded the ShipIt Day Golden Keyboard? ShipIt Day XIII concluded last week after an intense 24-hours of brainstorming, building, and presenting. Various projects were completed by Cerner associates across twelve diverse organizations. ShipIt Day XIII’s projects were some of the most technically advanced this …
<footer>
<a rel="full-article" href="/blog/shipit-xiii/">Read More</a>
</footer>
</div>
</article>
<article class="entry">
<header class="entry-header">
<div class="entry-meta meta">
<time datetime="2018-11-07T00:00:00-06:00" pubdate data-updated="true">Nov 7<span>th</span>, 2018</time> |
<span class="byline author vcard">
<span class="fn">Brittni Kingston</span>
</span>
</div>
<h1 class="entry-title">Our DevCulture Team: Connecting Communities & Empowering Teams to Invent the Future</h1>
</header>
<div class="entry-content">
The tech industry is constantly evolving; for better or worse, there’s no way around it. Now, more than ever, having a culture that fosters collaboration, empowers associates, and supports innovation is vital to a company’s success in the face of such constant change. However, an effective culture must be grown …
<footer>
<a rel="full-article" href="/blog/devculture-team/">Read More</a>
</footer>
</div>
</article>
<article class="entry">
<header class="entry-header">
<div class="entry-meta meta">
<time datetime="2018-10-29T00:00:00-05:00" pubdate data-updated="true">Oct 29<span>th</span>, 2018</time> |
<span class="byline author vcard">
<span class="fn">Andy Nelson</span>
</span>
</div>
<h1 class="entry-title">Infusing a Culture of Cybersecurity Within Cerner Engineering</h1>
</header>
<div class="entry-content">
With October being Cybersecurity Awareness month, we thought it would be a good time to reflect on some of the things we do in engineering to educate our associates and infuse security into our culture. We have over 28,000 associates worldwide supporting hundreds of solutions with millions of lines of …
<footer>
<a rel="full-article" href="/blog/culture-of-cybersecurity/">Read More</a>
</footer>
</div>
</article>
<ul class="pager">
<li><a href="/blog/page/2/">Load More</a></li>
</ul>
</div>
<aside class="sidebar-nav span4" role="complementary">
<section class="well">
<h2>Recent Posts</h2>
<ul id="recent_posts" class="nav nav-list">
<li>
<a href="/blog/2-to-the-5th-coding-competition-2018/">2^5 Coding Competition 2018</a>
</li>
<li>
<a href="/blog/shipit-xiii/">ShipIt XIII</a>
</li>
<li>
<a href="/blog/devculture-team/">Our DevCulture Team: Connecting Communities & Empowering Teams to Invent the Future</a>
</li>
<li>
<a href="/blog/culture-of-cybersecurity/">Infusing a Culture of Cybersecurity Within Cerner Engineering</a>
</li>
<li>
<a href="/blog/girl-scouts-cybersecurity/">Girl Scouts Earn Cybersecurity Badge at Cerner</a>
</li>
</ul>
</section>
<section class="divider">
<svg width="70" height="10">
<rect width="10" height="10" x="0" y="0" style="fill:rgb(20,124,193)" />
<rect width="10" height="10" x="20" y="0" style="fill:rgb(121,193,68)" />
<rect width="10" height="10" x="40" y="0" style="fill:rgb(20,124,193)" />
<rect width="10" height="10" x="60" y="0" style="fill:rgb(121,193,68)" />
</svg>
</section><section class="well">
<h2>Follow Us</h2>
<script src="https://apis.google.com/js/platform.js"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<div class="g-ytsubscribe" data-channelid="UCYHiZDU0YLN0dWLWSCP1JYQ" data-layout="default" data-count="default"></div>
<a href="https://twitter.com/CernerEng?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false">Follow @CernerEng</a>
</section>
<section class="divider">
<svg width="70" height="10">
<rect width="10" height="10" x="0" y="0" style="fill:rgb(20,124,193)" />
<rect width="10" height="10" x="20" y="0" style="fill:rgb(121,193,68)" />
<rect width="10" height="10" x="40" y="0" style="fill:rgb(20,124,193)" />
<rect width="10" height="10" x="60" y="0" style="fill:rgb(121,193,68)" />
</svg>
</section>
<section class="well">
<h2>GitHub Repos</h2>
<ul id="gh_repos" class="nav">
<li class="loading">Status updating…</li>
</ul>
<a href="https://github.com/cerner">@cerner</a> on GitHub
<script type="text/javascript">
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'cerner',
count: 0,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>
</aside>
</div>
</div>
<script id="search-results-template" type="text/mustache">
{{#entries}}
<article class="search-result">
<div class="search-meta meta">
{{#date}}<time datetime="{{pubdate}}" pubdate>{{displaydate}}</time>{{/date}} | {{author}}
</div>
<a href="{{url}}">{{title}}</a>
</article>
{{/entries}}
</script>
<script type="text/javascript">
$(function() {
$('#search-query').lunrSearch({
indexUrl: '/javascripts/index.json', // Url for the .json file containing search index data
results : '#search-results', // selector for containing search results element
entries : '.entries', // selector for search entries containing element (contained within results above)
template: '#search-results-template' // selector for Mustache.js template
});
//Currently ignoring the "return/enter" keystroke when searching (as this would just result in a 404 for the page lookup).
$('#search-query').keydown(function(event){
if(event.keyCode == 13) {
event.preventDefault();
return false;
}
});
});
</script>
<footer role="contentinfo" class="page-footer">
<div class="container-fluid">
<div class="row">
<div class="span2">
<img src="/images/Cerner_White_Horizontal.png" alt="Cerner Logo" />
</div>
<div class="span10 pull-left">
<p>© 2019</p>
</div>
</div>
</div>
</footer>
</body>
</html>