-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
124 lines (114 loc) · 7.58 KB
/
about.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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>About · GammaCombo</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<link rel="stylesheet" href="assets/plugins/lightbox/dist/ekko-lightbox.min.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body-blue">
<div class="page-wrapper">
<!-- ******Header****** -->
<header id="header" class="header">
<div class="container">
<div class="branding">
<h1 class="logo">
<a href="index.html">
<span class="text-highlight">Gamma</span><span class="text-bold">Combo</span>
</a>
</h1>
</div><!--//branding-->
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">About</li>
</ol>
</div><!--//container-->
</header><!--//header-->
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><span aria-hidden="true" class="icon icon_lifesaver"></span> About</h1>
<div class="meta"><i class="fa fa-clock-o"></i> Last updated: Jan 25th, 2016</div>
</div><!--//doc-header-->
<div class="doc-body">
<div class="doc-content">
<div class="content-inner">
<section id="info" class="doc-section">
<h2 class="section-title">Info</h2>
<div class="section-block">
<p> <span style="color: #58bbee;">Gamma<b>Combo</b></span> is a generic package for combining
measurements and fitting datasets. A joint likelihood is built from each input given along with
the observable dependence on the parameters of interest, or is
provided directly by the user. Several methods are available for building 1D or 2D confidence intervals
and producing limits. </p>
<p> The code is written in C++ and requires Boost, ROOT and RooFit. Some extensive examples are provided in
the <a href="start.html">quick start guide</a>. Please the users manual on the
<a href="documentation.html">documentation page</a> for detailed usage.</p>
<p> The core of the code is stored on <a href="github.com/gammacombo/gammacombo.git">github</a>. If you require
access to a specific subpackage (which are stored in a <a href="gitlab.cern.ch/gammacombo">CERN gitlab group</a>)
please <a href="contact.html">contact us</a>. For more information on the subpackages available please see
the the <a href="subpackages.html">subpackages page</a>.</p>
</div>
<img class="img-responsive" src="assets/images/ckm.pdf" style="margin: auto;">
</section><!--//doc-section-->
<section id="moritz" class="doc-section">
<h2 class="section-title">Moritz</h2>
<div class="section-block">
<p> <img class="img-responsive" src="assets/images/mo.jpg" style="margin: auto;"> </p>
<p> Moritz was the founding father of <span style="color: #58bbee;">Gamma<b>Combo</b></span>. He was tragically
killed in a climbing accident in April 2015. His contributions to High Energy Physics were many and varied,
including analysis, statistics and hardware. He was an exceptional physicist and a great friend. He is truly missed.</p>
<p> His scientific legacy is summarised in a public document which can be found <a href="http://cds.cern.ch/record/2010889?ln=en">here</a>. </p>
</div>
</section>
</div><!--//content-inner-->
</div><!--//doc-content-->
<div class="doc-sidebar">
<nav id="doc-nav">
<ul id="doc-menu" class="nav doc-menu hidden-xs" data-spy="affix">
<li><a class="scrollto" href="#info">Info</a></li>
<li><a class="scrollto" href="#moritz">Moritz</a></li>
</ul><!--//doc-menu-->
</nav>
</div><!--//doc-sidebar-->
</div><!--//doc-body-->
</div><!--//container-->
</div><!--//doc-wrapper-->
</div><!--//page-wrapper-->
<footer id="footer" class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Web Template by <a href="http://themes.3rdwavemedia.com/" target="_blank">Xiaoying Riley</a></small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-match-height/jquery.matchHeight-min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>