-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathheader.html
29 lines (23 loc) · 1.76 KB
/
header.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
<head>
<script src="scripts/matomo.js" defer></script>
<script defer data-domain="gammapy.org" src="https://plausible.io/js/script.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gammapy</title>
<link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous">
<link rel="stylesheet" href="style.css" media="screen">
<link rel="icon" type="image/x-icon" href="img/gp_favicon.ico">
<meta name="keywords" content="Python, Data Analysis, Very High Energy gamma rays, VHE, Open Software">
<meta name="description" content="Gammapy is an open-source Python package of data analysis for gamma-ray astronomy.">
<meta name="abstract" content="Gammapy is an open-source Python package for gamma-ray astronomy built on Numpy,
Scipy and Astropy. It is used as core library for the Science Analysis tools of the Cherenkov Telescope Array
Observatory (CTAO), recommended by the H.E.S.S. collaboration to be used for Science publications, and is already
widely used in the analysis of existing gamma-ray instruments, such as MAGIC, VERITAS and HAWC.">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta name="date" content="2025-01-17"> <!-- Should be automatic with a js -->
</head>