-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
416 lines (384 loc) · 19.8 KB
/
index3.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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>Theory And Practice</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="http://theoryandpractice.org">
<meta name="author" content="Kyle Cranmer" />
<!-- Open Graph tags -->
<meta property="og:site_name" content="Theory And Practice" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="Theory And Practice"/>
<meta property="og:url" content="http://theoryandpractice.org"/>
<meta property="og:description" content="Theory And Practice"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="http://theoryandpractice.org/theme/css/bootstrap.flatly.min.css" type="text/css"/>
<link href="http://theoryandpractice.org/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="http://theoryandpractice.org/theme/css/pygments/default.css" rel="stylesheet">
<link rel="stylesheet" href="http://theoryandpractice.org/theme/css/style.css" type="text/css"/>
<link href="http://theoryandpractice.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="Theory And Practice ATOM Feed"/>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://theoryandpractice.org/" class="navbar-brand">
Theory And Practice </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="/index.html">About</a></li>
<li><a href="/pages/Research.html">Research</a></li>
<li><a href="/pages/projects.html">Projects</a></li>
<li><a href="/pages/in-the-news.html">Media & Outreach</a></li>
<li >
<a href="http://theoryandpractice.org/category/blog.html">Blog</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<article>
<h2><a href="http://theoryandpractice.org/2018/10/Murmuration/">Murmuration</a></h2>
<div class="summary"><p>I like murmurations!</p>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Bernard Chazelle proved that if each bird adjusts its velocity and position to the other birds within a fixed radius, the time it takes to converge to a steady state tends to infinity as the number of birds increases. <a href="https://t.co/Wq9iruUefl">pic.twitter.com/Wq9iruUefl</a></p>— Fermat's Library (@fermatslibrary …</blockquote>
<a class="btn btn-default btn-xs" href="http://theoryandpractice.org/2018/10/Murmuration/">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://theoryandpractice.org/2016/12/year-in-review-2016/">Year in Review: 2016</a></h2>
<div class="summary"><!--
### Progress
<div class="progress">
<div class="progress-bar progress-bar-danger" style="width: 80%"></div>
</div>
-->
<p>Despite the reputation of 2016 as a terrible year, it was pretty good for me on a personal and professional level.
Many of the ideas that were born during my <a href="http://theoryandpractice.org/2014/10/Sabbatical/">sabbaticall</a> matured this year. Many of my <a href="http://theoryandpractice.org/2016/12/collaboration-map/">collaborations</a> also flourished.</p>
<h3>The 750 GeV Excess</h3>
<p>The year started with a bang …</p>
<a class="btn btn-default btn-xs" href="http://theoryandpractice.org/2016/12/year-in-review-2016/">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://theoryandpractice.org/2016/12/FeedEk/">FeedEk</a></h2>
<div class="summary"><p>I've been a bit annoyed with <a href="https://feed.mikle.com/">feed.mikle.com</a>, the RSS feed widget I'm using on my homepage.
Sometimes it doesn't update, and while it is convenient, I can't modify the code to be able to tweak it. In particular,
I'd like to get mathjax to work on the titles …</p>
<a class="btn btn-default btn-xs" href="http://theoryandpractice.org/2016/12/FeedEk/">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://theoryandpractice.org/2016/12/collaboration-map/">Collaboration Map</a></h2>
<div class="summary"><p>This is my first attempt at a collaboration map -- it's woefully incomplete and
I've largely omitted projects happening within the ATLAS collaboration.
Check it out first, and then read the blog post below. The collaboration map has three components:</p>
<ul>
<li>people: center</li>
<li>projects: left</li>
<li>collaborations: right</li>
</ul>
<div id="graph" class="conceptmap" ></div>
<div id="graph-info"></div>
<p><br /></p>
<hr>
<p>For a long time I've …</p>
<a class="btn btn-default btn-xs" href="http://theoryandpractice.org/2016/12/collaboration-map/">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://theoryandpractice.org/2016/05/Reproducibility-Symposium/">Reproducibility Symposium</a></h2>
<div class="summary"><p>Earlier this week I joined the <a href="https://reproduciblescience.org/nyu/events/reproducibility-symposium-2016/schedule/">Reproducibility Symposium at NYU</a>. It was an interesting workshop/unconference with a great group of people. A huge thanks to <a href="http://victoriaisteeves.com">Vicky Steeves</a> and <a href="http://engineering.nyu.edu/user/4254">Juliana Freire</a> that organized the event. </p>
<h2>Introduction and Terminology Problems</h2>
<p>It started with some nice talks by <a href="http://staff.washington.edu/jakevdp/">Jake VanderPlas</a> and <a href="http://katyhuff.github.io">Katy …</a></p>
<a class="btn btn-default btn-xs" href="http://theoryandpractice.org/2016/05/Reproducibility-Symposium/">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://theoryandpractice.org/2016/04/Supersplit-750/">Supersplit Supersymmetry and the 750 GeV Diphoton Excess</a></h2>
<div class="summary"><p><a href="http://bit.ly/1Y34QbT">
<img src="/images/what-can-750-tell-us.png" width="100%" align="right" />
</a></p>
<p>Well I caught the fever for the 750 GeV excess too. While ATLAS policies prevent me from submitting a paper to the arXiv about a preliminary result, I couldn't help but write up <a href="http://bit.ly/1Y34QbT">these thoughts</a> on the excess in the context of Supersplit Supersymmetry. Note, they do not represent any …</p>
<a class="btn btn-default btn-xs" href="http://theoryandpractice.org/2016/04/Supersplit-750/">more ...</a>
</div>
</article>
<hr/>
<ul class="pagination">
<li class="prev"><a href="http://theoryandpractice.org/index2.html">«</a>
</li>
<li class=""><a
href="http://theoryandpractice.org/index.html">1</a></li>
<li class=""><a
href="http://theoryandpractice.org/index2.html">2</a></li>
<li class="active"><a
href="http://theoryandpractice.org/index3.html">3</a></li>
<li class=""><a
href="http://theoryandpractice.org/index4.html">4</a></li>
<li class=""><a
href="http://theoryandpractice.org/index5.html">5</a></li>
<li class=""><a
href="http://theoryandpractice.org/index6.html">6</a></li>
<li class=""><a
href="http://theoryandpractice.org/index7.html">7</a></li>
<li class=""><a
href="http://theoryandpractice.org/index8.html">8</a></li>
<li class="next"><a
href="http://theoryandpractice.org/index4.html">»</a></li>
</ul>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<section class="well well-sm">
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4>
<ul class="list-group" id="social">
<li class="list-group-item"><a href="http://twitter.com/kylecranmer"><i class="fa fa-twitter-square fa-lg"></i> twitter</a></li>
<li class="list-group-item"><a href="http://github.com/cranmer"><i class="fa fa-github-square fa-lg"></i> github</a></li>
<li class="list-group-item"><a href="http://www.linkedin.com/in/kylecranmer"><i class="fa fa-linkedin-square fa-lg"></i> linkedin</a></li>
<li class="list-group-item"><a href="https://www.youtube.com/channel/UCKl2VoIJiPYp3QhuK22b7xQ"><i class="fa fa-youtube-square fa-lg"></i> youtube</a></li>
<li class="list-group-item"><a href="http://figshare.com/authors/Kyle%20Cranmer/432748"><i class="fa fa-figshare-square fa-lg"></i> figshare</a></li>
<li class="list-group-item"><a href="https://impactstory.org/u/0000-0002-5769-7094"><i class="fa fa-impactstory-square fa-lg"></i> ImpactStory</a></li>
</ul>
</li>
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="http://theoryandpractice.org/2020/12/pelican-cite/">
Citing from a bibtex file
</a>
</li>
<li class="list-group-item">
<a href="http://theoryandpractice.org/2020/12/timeline/">
Creating a timeline
</a>
</li>
<li class="list-group-item">
<a href="http://theoryandpractice.org/2020/12/ML4PS2020/">
ML4PS2020
</a>
</li>
<li class="list-group-item">
<a href="http://theoryandpractice.org/2020/01/Jupyter Book/">
Jupyter Book
</a>
</li>
<li class="list-group-item">
<a href="http://theoryandpractice.org/./2020/01/collaboration-map-iris/">
Map of IRIS-HEP
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="http://theoryandpractice.org/"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group list-inline tagcloud" id="tags">
<li class="list-group-item tag-2">
<a href="http://theoryandpractice.org/tag/communication.html">
communication
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://theoryandpractice.org/tag/crayfis.html">
crayfis
</a>
</li>
<li class="list-group-item tag-2">
<a href="http://theoryandpractice.org/tag/data.html">
Data
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://theoryandpractice.org/tag/data-science.html">
data science
</a>
</li>
<li class="list-group-item tag-2">
<a href="http://theoryandpractice.org/tag/higgs.html">
Higgs
</a>
</li>
<li class="list-group-item tag-2">
<a href="http://theoryandpractice.org/tag/machine-learning.html">
machine learning
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://theoryandpractice.org/tag/mathematics.html">
mathematics
</a>
</li>
<li class="list-group-item tag-1">
<a href="http://theoryandpractice.org/tag/open-science.html">
Open Science
</a>
</li>
<li class="list-group-item tag-1">
<a href="http://theoryandpractice.org/tag/physics.html">
Physics
</a>
</li>
<li class="list-group-item tag-1">
<a href="http://theoryandpractice.org/tag/python.html">
python
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://theoryandpractice.org/tag/reflection.html">
reflection
</a>
</li>
<li class="list-group-item tag-3">
<a href="http://theoryandpractice.org/tag/research.html">
research
</a>
</li>
<li class="list-group-item tag-3">
<a href="http://theoryandpractice.org/tag/sabbatical.html">
sabbatical
</a>
</li>
<li class="list-group-item tag-1">
<a href="http://theoryandpractice.org/tag/statistics.html">
statistics
</a>
</li>
<li class="list-group-item tag-2">
<a href="http://theoryandpractice.org/tag/visualization.html">
visualization
</a>
</li>
<li class="list-group-item tag-3">
<a href="http://theoryandpractice.org/tag/website.html">
website
</a>
</li>
</ul>
</li>
<li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
<ul class="list-group" id="links">
<li class="list-group-item">
<a href="https://physics.nyu.edu/experimentalparticle/" target="_blank">
My group
</a>
</li>
<li class="list-group-item">
<a href="http://cosmo.nyu.edu/" target="_blank">
CCPP
</a>
</li>
<li class="list-group-item">
<a href="http://cds.nyu.edu/" target="_blank">
CDS
</a>
</li>
<li class="list-group-item">
<a href="https://iris-hep.org/" target="_blank">
IRIS-HEP
</a>
</li>
<li class="list-group-item">
<a href="https://diana-hep.org/" target="_blank">
DIANA
</a>
</li>
<li class="list-group-item">
<a href="https://msdse.org" target="_blank">
MSDSE
</a>
</li>
<li class="list-group-item">
<a href="http://daspos.org/" target="_blank">
DASPOS
</a>
</li>
<li class="list-group-item">
<a href="https://scailfin.github.io" target="_blank">
SCAILFIN
</a>
</li>
</ul>
</li>
</ul>
</section>
</aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">
</div>
<br>
<div class="col-xs-10">© 2020 Kyle Cranmer
· Powered by <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> <p><small> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="//i.creativecommons.org/l/by/4.0/80x15.png" /></a>
Content
licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>, except where indicated otherwise.
</small></p>
</div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="http://theoryandpractice.org/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="http://theoryandpractice.org/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="http://theoryandpractice.org/theme/js/respond.min.js"></script>
<!-- Disqus -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'theoryandpractice'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- End Disqus Code -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3337202-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>
<!-- End Google Analytics Code -->
</body>
</html>