-
Notifications
You must be signed in to change notification settings - Fork 3
/
categories.html
236 lines (152 loc) · 8.96 KB
/
categories.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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>Categories - DIANA HEP</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 href="https://diana-hep.org/images/favicon.ico" rel="icon">
<meta name="author" content="DIANA HEP" />
<!-- Open Graph tags -->
<meta property="og:site_name" content="DIANA HEP" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="DIANA HEP"/>
<meta property="og:url" content="https://diana-hep.org"/>
<meta property="og:description" content="DIANA HEP"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://diana-hep.org/theme/css/bootstrap.cosmo.min.css" type="text/css"/>
<link href="https://diana-hep.org/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="https://diana-hep.org/theme/css/pygments/default.css" rel="stylesheet">
<link rel="stylesheet" href="https://diana-hep.org/theme/css/style.css" type="text/css"/>
<link rel="stylesheet" href="https://diana-hep.org/theme/css/dianahep-styles.css" type="text/css"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127263619-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127263619-1');
</script>
<!---->
<!--<link href="https://diana-hep.org/static/custom.css" rel="stylesheet">-->
<!---->
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-blue">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="https://diana-hep.org/theme/img/dianahep-logo.svg" width="180px"> </a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/pages/team.html">Team</a></li>
<li><a href="/pages/activities.html">Activities/Products</a></li>
<li><a href="/pages/fellows.html">DIANA Fellows</a></li>
<li><a href="/category/blog.html">Blog</a></li>
</ul>
</div>
</div>
</nav>
<section id="categories">
<h1>All Categories for DIANA HEP</h1>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-blog">Blog <span class="badge pull-right">5</span></a>
</h4>
</div>
<div id="collapse-blog" class="panel-collapse collapse">
<div class="panel-body">
<p><span class="categories-timestamp"><time datetime="2018-01-15T10:12:00+01:00">Mon 15 January 2018</time></span> <a href="https://diana-hep.org/PYHEP_AT_CHEP2018.html">New workshop series PyHEP - Python in HEP</a></p>
<p><span class="categories-timestamp"><time datetime="2017-12-18T10:12:00+01:00">Mon 18 December 2017</time></span> <a href="https://diana-hep.org/S2I2_HEP_SP_CWP_AVAIL.html">S2I2-HEP Strategic Plan and Community White Paper documents now available</a></p>
<p><span class="categories-timestamp"><time datetime="2016-12-06T17:35:00+01:00">Tue 06 December 2016</time></span> <a href="https://diana-hep.org/S2I2_Workshop_NCSA.html">S2I2 workshop at NCSA</a></p>
<p><span class="categories-timestamp"><time datetime="2016-03-24T14:53:00+01:00">Thu 24 March 2016</time></span> <a href="https://diana-hep.org/Symmetry.html">The next big LHC upgrade? Software.</a></p>
<p><span class="categories-timestamp"><time datetime="2015-05-10T14:53:00+02:00">Sun 10 May 2015</time></span> <a href="https://diana-hep.org/Announcing_Diana.html">Announcing DIANA</a></p>
</div>
</div>
</div>
</div>
</section>
<div class="jumbotron jumbo-navy links">
<div class="container">
<div class="row">
<div class="col-md-2">
<img src="https://diana-hep.org/theme/img/abstract-footer-logo.svg" width="140px">
</div>
<div class="col-md-6">
<h4>Links</h4>
<ul class="list-unstyled" style="display:inline-block">
<li><a href="https://root.cern.ch/drupal/" target="_blank">ROOT </a></li>
<li><a href="http://www.nsf.gov/funding/pgm_summ.jsp?pims_id=504817" target="_blank">NSF SI2 </a></li>
<li><a href="http://iris-hep.org/" target="_blank">IRIS-HEP </a></li>
<li><a href="http://s2i2-hep.org/" target="_blank">S2I2-HEP </a></li>
</ul>
<ul class="list-unstyled" style="display:inline-block; margin-left: 20%">
<li><a href="http://jetscape.wayne.edu/" target="_blank">Jetscape </a></li>
<li><a href="http://www.rootpy.org" target="_blank">rootpy </a></li>
<li><a href="http://scikit-learn.org/stable/" target="_blank">scikit-learn </a></li>
<li><a href="https://twiki.cern.ch/twiki/bin/view/RooStats/WebHome" target="_blank">RooStats </a></li>
<li><a href="http://diana-hep.org/pages/conferences.html" target="_blank">Conferences </a></li>
</ul>
<!--
<ul class="list-unstyled" style="display:inline-block">
<li><a href="" target="_blank">ROOT</a></li>
<li><a href="" target="_blank">RIO</a></li>
<li><a href="" target="_blank">NSF SI2</a></li>
<li><a href="" target="_blank">RooStats</a></li>
</ul>
<ul class="list-unstyled" style="display:inline-block; margin-left: 20%">
<li><a href="" target="_blank">GooFit</a></li>
<li><a href="" target="_blank">RootPy</a></li>
<li><a href="" target="_blank">AstroPy</a></li>
<li><a href="" target="_blank">scikit-learn</a></li>
</ul>
-->
</div>
<div class="col-md-4">
<h4>Contact</h4>
<ul class="list-unstyled">
<li><a href="http://twitter.com/diana_hep" target="_blank">twitter</a></li>
<li><a href="http://github.com/diana-hep" target="_blank">github</a></li>
<li><a href="https://www.youtube.com/channel/UCzFnto-EbPAfERLr0AZb58g" target="_blank">YouTube</a></li>
<li><a href="https://indico.cern.ch/category/7192/" target="_blank">Indico</a></li>
<li><a href="https://groups.google.com/forum/#!forum/diana-hep" target="_blank">Google Group</a></li>
<li><a href="https://vidyoportal.cern.ch/flex.html?roomdirect.html&key=g24IFWEdhejzHVy851PztEh82e4" target="_blank">Vidyo Room</a></li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://diana-hep.org/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://diana-hep.org/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="https://diana-hep.org/theme/js/respond.min.js"></script>
<script src="https://diana-hep.org/theme/js/bodypadding.js"></script>
<!-- Disqus -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'diana-hep'; // 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 -->
</body>
</html>