-
Notifications
You must be signed in to change notification settings - Fork 7
/
photos.html
95 lines (74 loc) · 3.43 KB
/
photos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photos: Bayesian Methods in Nuclear Physics</title>
<link href="css/bootstrap.css" rel="stylesheet">
<!-- MathJAX support -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!-- End MathJAX support -->
</head>
<body>
<div class="container">
<div class="row">
<h1>Bayesian Methods in Nuclear Physics</h1>
<p>A <a href="http://www.int.washington.edu/PROGRAMS/16-2a/">workshop on
Bayesian Methods in Nuclar Physics</a> was held at
the <a href="http://www.int.washington.edu">Institute for
Nuclear Theory</a> at the University of Washington in
Seattle from June 13 to July 8, 2016. These pages continue the discussion
initiated at this program. The workshop was the number 4 of the ISNET
(Information and Statistics in Nuclear Experiments and Theory) family of
meetings. Talks given at ISNET-3 and ISNET-5 are also listed here. </p>
<p><b>Goal:</b> For statisticians and
nuclear practitioners to jointly explore how Bayesian
inference can enable progress on the frontiers of nuclear
physics and open up new directions for the field.
</p>
<hr>
<div class="col-sm-7">
<h2>Photos</h2>
<em>Every thumbnail picture is linked to a large version, which pops up in a new tab.</em>
<h3>In the Strong Interaction space</h3>
<a href="photos/strong_interaction_space_061516_1.jpg" target="_blank"><img src="photos/thumbnails/strong_interaction_space_061516_1.gif"></a>
<a href="photos/strong_interaction_space_061516_2.jpg" target="_blank"><img src="photos/thumbnails/strong_interaction_space_061516_2.gif"></a>
<h3>Statistics of Beer Day</h3>
<a href="photos/statistics_of_beer_061316_1.jpg" target="_blank"><img src="photos/thumbnails/statistics_of_beer_061316_1.gif"></a>
<a href="photos/statistics_of_beer_061316_2.jpg" target="_blank"><img src="photos/thumbnails/statistics_of_beer_061316_2.gif"></a>
<a href="photos/statistics_of_beer_061316_3.jpg" target="_blank"><img src="photos/thumbnails/statistics_of_beer_061316_3.gif"></a>
</div>
<!-- </span> -->
<div class="col-sm-5">
<h2>Navigation</h2>
<p><a href="index.html">Questions for discussion</a></p>
<p><a href="references.html">References</a></p>
<p><a href="participants.html">Participant information</a></p>
<p><a href="photos.html">Photos from the program</a></p>
<p><a href="humor.html">Statistics (Bayesian and other) humor</a></p>
<p><a href="http://www.int.washington.edu/PROGRAMS/16-2a/">Workshop page</a> at the INT</p>
<p>
<b>Organizers:</b><br>
Nicolas Schunck (lead)<br>
<a href="https://www.physics.ohio-state.edu/~furnstah/">Dick
Furnstahl</a><br>
<a href="https://www.bi.vt.edu/faculty/Dave-Higdon">Dave
Higdon</a><br>
<a href="http://web.utk.edu/~asteine1/">Andrew
Steiner</a><br>
</p>
</div>
</div>
<!-- End of container -->
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>